@teselagen/ove 0.3.27 → 0.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +48 -312
- package/index.es.js +48 -312
- package/index.umd.js +26 -299
- package/package.json +3 -3
- package/src/CircularView/style.css +5 -6
- package/style.css +5 -6
package/index.es.js
CHANGED
|
@@ -18218,11 +18218,20 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
|
|
|
18218
18218
|
return true;
|
|
18219
18219
|
}
|
|
18220
18220
|
}, "_fails");
|
|
18221
|
-
var _descriptors
|
|
18222
|
-
|
|
18223
|
-
|
|
18224
|
-
|
|
18225
|
-
|
|
18221
|
+
var _descriptors;
|
|
18222
|
+
var hasRequired_descriptors;
|
|
18223
|
+
function require_descriptors() {
|
|
18224
|
+
if (hasRequired_descriptors)
|
|
18225
|
+
return _descriptors;
|
|
18226
|
+
hasRequired_descriptors = 1;
|
|
18227
|
+
_descriptors = !_fails(function() {
|
|
18228
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
18229
|
+
return 7;
|
|
18230
|
+
} }).a != 7;
|
|
18231
|
+
});
|
|
18232
|
+
return _descriptors;
|
|
18233
|
+
}
|
|
18234
|
+
__name(require_descriptors, "require_descriptors");
|
|
18226
18235
|
var _domCreate;
|
|
18227
18236
|
var hasRequired_domCreate;
|
|
18228
18237
|
function require_domCreate() {
|
|
@@ -18238,7 +18247,7 @@ function require_domCreate() {
|
|
|
18238
18247
|
return _domCreate;
|
|
18239
18248
|
}
|
|
18240
18249
|
__name(require_domCreate, "require_domCreate");
|
|
18241
|
-
var _ie8DomDefine = !
|
|
18250
|
+
var _ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
18242
18251
|
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18243
18252
|
return 7;
|
|
18244
18253
|
} }).a != 7;
|
|
@@ -18260,7 +18269,7 @@ var anObject$3 = _anObject;
|
|
|
18260
18269
|
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
18261
18270
|
var toPrimitive$2 = _toPrimitive$1;
|
|
18262
18271
|
var dP$2 = Object.defineProperty;
|
|
18263
|
-
_objectDp.f =
|
|
18272
|
+
_objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
18264
18273
|
anObject$3(O2);
|
|
18265
18274
|
P2 = toPrimitive$2(P2, true);
|
|
18266
18275
|
anObject$3(Attributes);
|
|
@@ -18285,7 +18294,7 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
18285
18294
|
}, "_propertyDesc");
|
|
18286
18295
|
var dP$1 = _objectDp;
|
|
18287
18296
|
var createDesc$3 = _propertyDesc;
|
|
18288
|
-
var _hide =
|
|
18297
|
+
var _hide = require_descriptors() ? function(object3, key, value) {
|
|
18289
18298
|
return dP$1.f(object3, key, createDesc$3(1, value));
|
|
18290
18299
|
} : function(object3, key, value) {
|
|
18291
18300
|
object3[key] = value;
|
|
@@ -18482,7 +18491,7 @@ function require_objectAssign() {
|
|
|
18482
18491
|
if (hasRequired_objectAssign)
|
|
18483
18492
|
return _objectAssign;
|
|
18484
18493
|
hasRequired_objectAssign = 1;
|
|
18485
|
-
var DESCRIPTORS2 =
|
|
18494
|
+
var DESCRIPTORS2 = require_descriptors();
|
|
18486
18495
|
var getKeys2 = _objectKeys;
|
|
18487
18496
|
var gOPS2 = _objectGops;
|
|
18488
18497
|
var pIE2 = require_objectPie();
|
|
@@ -18557,7 +18566,7 @@ function require_objectDps() {
|
|
|
18557
18566
|
var dP2 = _objectDp;
|
|
18558
18567
|
var anObject2 = _anObject;
|
|
18559
18568
|
var getKeys2 = _objectKeys;
|
|
18560
|
-
_objectDps =
|
|
18569
|
+
_objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties3(O2, Properties2) {
|
|
18561
18570
|
anObject2(O2);
|
|
18562
18571
|
var keys5 = getKeys2(Properties2);
|
|
18563
18572
|
var length = keys5.length;
|
|
@@ -19038,7 +19047,7 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
19038
19047
|
}
|
|
19039
19048
|
}, "_default$8");
|
|
19040
19049
|
var $export$3 = _export;
|
|
19041
|
-
$export$3($export$3.S + $export$3.F * !
|
|
19050
|
+
$export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
|
|
19042
19051
|
var $Object$2 = _coreExports.Object;
|
|
19043
19052
|
var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
19044
19053
|
return $Object$2.defineProperty(it, key, desc);
|
|
@@ -19188,7 +19197,7 @@ var toPrimitive$1 = _toPrimitive$1;
|
|
|
19188
19197
|
var has$9 = _has;
|
|
19189
19198
|
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
19190
19199
|
var gOPD$5 = Object.getOwnPropertyDescriptor;
|
|
19191
|
-
_objectGopd.f =
|
|
19200
|
+
_objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
19192
19201
|
O2 = toIObject$1(O2);
|
|
19193
19202
|
P2 = toPrimitive$1(P2, true);
|
|
19194
19203
|
if (IE8_DOM_DEFINE)
|
|
@@ -19201,7 +19210,7 @@ _objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPr
|
|
|
19201
19210
|
}, "getOwnPropertyDescriptor");
|
|
19202
19211
|
var global$2 = _globalExports;
|
|
19203
19212
|
var has$8 = _has;
|
|
19204
|
-
var DESCRIPTORS =
|
|
19213
|
+
var DESCRIPTORS = require_descriptors();
|
|
19205
19214
|
var $export$2 = _export;
|
|
19206
19215
|
var redefine = _redefine;
|
|
19207
19216
|
var META = _metaExports.KEY;
|
|
@@ -77826,30 +77835,6 @@ const minimumOrfSize$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
77826
77835
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
77827
77836
|
const protein_letters = "ACDEFGHIKLMNPQRSTVWY";
|
|
77828
77837
|
const extended_protein_letters = "ACDEFGHIKLMNPQRSTVWYBXZJUO.*-";
|
|
77829
|
-
const protein_letters_1to3 = {
|
|
77830
|
-
A: "Ala",
|
|
77831
|
-
C: "Cys",
|
|
77832
|
-
D: "Asp",
|
|
77833
|
-
E: "Glu",
|
|
77834
|
-
F: "Phe",
|
|
77835
|
-
G: "Gly",
|
|
77836
|
-
H: "His",
|
|
77837
|
-
I: "Ile",
|
|
77838
|
-
K: "Lys",
|
|
77839
|
-
L: "Leu",
|
|
77840
|
-
M: "Met",
|
|
77841
|
-
N: "Asn",
|
|
77842
|
-
P: "Pro",
|
|
77843
|
-
Q: "Gln",
|
|
77844
|
-
R: "Arg",
|
|
77845
|
-
S: "Ser",
|
|
77846
|
-
T: "Thr",
|
|
77847
|
-
V: "Val",
|
|
77848
|
-
W: "Trp",
|
|
77849
|
-
Y: "Tyr",
|
|
77850
|
-
O: "Pyl",
|
|
77851
|
-
U: "Sec"
|
|
77852
|
-
};
|
|
77853
77838
|
const ambiguous_dna_letters = "GATCRYWSMKHBVDN";
|
|
77854
77839
|
const unambiguous_dna_letters = "GATC";
|
|
77855
77840
|
const ambiguous_rna_letters = "GAUCRYWSMKHBVDN";
|
|
@@ -77874,135 +77859,6 @@ const ambiguous_dna_values$1 = {
|
|
|
77874
77859
|
X: "GATC",
|
|
77875
77860
|
N: "GATC"
|
|
77876
77861
|
};
|
|
77877
|
-
const ambiguous_rna_values = {
|
|
77878
|
-
".": ".",
|
|
77879
|
-
A: "A",
|
|
77880
|
-
C: "C",
|
|
77881
|
-
G: "G",
|
|
77882
|
-
U: "U",
|
|
77883
|
-
M: "AC",
|
|
77884
|
-
R: "AG",
|
|
77885
|
-
W: "AU",
|
|
77886
|
-
S: "CG",
|
|
77887
|
-
Y: "CU",
|
|
77888
|
-
K: "GU",
|
|
77889
|
-
V: "ACG",
|
|
77890
|
-
H: "ACU",
|
|
77891
|
-
D: "AGU",
|
|
77892
|
-
B: "CGU",
|
|
77893
|
-
X: "GAUC",
|
|
77894
|
-
N: "GAUC"
|
|
77895
|
-
};
|
|
77896
|
-
const ambiguous_dna_complement = {
|
|
77897
|
-
".": ".",
|
|
77898
|
-
A: "T",
|
|
77899
|
-
C: "G",
|
|
77900
|
-
G: "C",
|
|
77901
|
-
T: "A",
|
|
77902
|
-
M: "K",
|
|
77903
|
-
R: "Y",
|
|
77904
|
-
W: "W",
|
|
77905
|
-
S: "S",
|
|
77906
|
-
Y: "R",
|
|
77907
|
-
K: "M",
|
|
77908
|
-
V: "B",
|
|
77909
|
-
H: "D",
|
|
77910
|
-
D: "H",
|
|
77911
|
-
B: "V",
|
|
77912
|
-
X: "X",
|
|
77913
|
-
N: "N"
|
|
77914
|
-
};
|
|
77915
|
-
const ambiguous_rna_complement = {
|
|
77916
|
-
".": ".",
|
|
77917
|
-
A: "U",
|
|
77918
|
-
C: "G",
|
|
77919
|
-
G: "C",
|
|
77920
|
-
U: "A",
|
|
77921
|
-
M: "K",
|
|
77922
|
-
R: "Y",
|
|
77923
|
-
W: "W",
|
|
77924
|
-
S: "S",
|
|
77925
|
-
Y: "R",
|
|
77926
|
-
K: "M",
|
|
77927
|
-
V: "B",
|
|
77928
|
-
H: "D",
|
|
77929
|
-
D: "H",
|
|
77930
|
-
B: "V",
|
|
77931
|
-
X: "X",
|
|
77932
|
-
N: "N"
|
|
77933
|
-
};
|
|
77934
|
-
const unambiguous_dna_weights = {
|
|
77935
|
-
A: 331.2218,
|
|
77936
|
-
C: 307.1971,
|
|
77937
|
-
G: 347.2212,
|
|
77938
|
-
T: 322.2085
|
|
77939
|
-
};
|
|
77940
|
-
const monoisotopic_unambiguous_dna_weights = {
|
|
77941
|
-
A: 331.06817,
|
|
77942
|
-
C: 307.056936,
|
|
77943
|
-
G: 347.063084,
|
|
77944
|
-
T: 322.056602
|
|
77945
|
-
};
|
|
77946
|
-
const unambiguous_rna_weights = {
|
|
77947
|
-
A: 347.2212,
|
|
77948
|
-
C: 323.1965,
|
|
77949
|
-
G: 363.2206,
|
|
77950
|
-
U: 324.1813
|
|
77951
|
-
};
|
|
77952
|
-
const monoisotopic_unambiguous_rna_weights = {
|
|
77953
|
-
A: 347.063084,
|
|
77954
|
-
C: 323.051851,
|
|
77955
|
-
G: 363.057999,
|
|
77956
|
-
U: 324.035867
|
|
77957
|
-
};
|
|
77958
|
-
const protein_weights = {
|
|
77959
|
-
A: 89.0932,
|
|
77960
|
-
C: 121.1582,
|
|
77961
|
-
D: 133.1027,
|
|
77962
|
-
E: 147.1293,
|
|
77963
|
-
F: 165.1891,
|
|
77964
|
-
G: 75.0666,
|
|
77965
|
-
H: 155.1546,
|
|
77966
|
-
I: 131.1729,
|
|
77967
|
-
K: 146.1876,
|
|
77968
|
-
L: 131.1729,
|
|
77969
|
-
M: 149.2113,
|
|
77970
|
-
N: 132.1179,
|
|
77971
|
-
O: 255.3134,
|
|
77972
|
-
P: 115.1305,
|
|
77973
|
-
Q: 146.1445,
|
|
77974
|
-
R: 174.201,
|
|
77975
|
-
S: 105.0926,
|
|
77976
|
-
T: 119.1192,
|
|
77977
|
-
U: 168.0532,
|
|
77978
|
-
V: 117.1463,
|
|
77979
|
-
W: 204.2252,
|
|
77980
|
-
Y: 181.1885
|
|
77981
|
-
};
|
|
77982
|
-
const monoisotopic_protein_weights = {
|
|
77983
|
-
A: 89.047678,
|
|
77984
|
-
C: 121.019749,
|
|
77985
|
-
D: 133.037508,
|
|
77986
|
-
E: 147.053158,
|
|
77987
|
-
F: 165.078979,
|
|
77988
|
-
G: 75.032028,
|
|
77989
|
-
H: 155.069477,
|
|
77990
|
-
I: 131.094629,
|
|
77991
|
-
K: 146.105528,
|
|
77992
|
-
L: 131.094629,
|
|
77993
|
-
M: 149.051049,
|
|
77994
|
-
N: 132.053492,
|
|
77995
|
-
O: 255.158292,
|
|
77996
|
-
P: 115.063329,
|
|
77997
|
-
Q: 146.069142,
|
|
77998
|
-
R: 174.111676,
|
|
77999
|
-
S: 105.042593,
|
|
78000
|
-
T: 119.058243,
|
|
78001
|
-
U: 168.964203,
|
|
78002
|
-
V: 117.078979,
|
|
78003
|
-
W: 204.089878,
|
|
78004
|
-
Y: 181.073893
|
|
78005
|
-
};
|
|
78006
77862
|
const extended_protein_values = {
|
|
78007
77863
|
A: "A",
|
|
78008
77864
|
B: "ND",
|
|
@@ -78037,140 +77893,17 @@ const extended_protein_values = {
|
|
|
78037
77893
|
".": "\\.\\.",
|
|
78038
77894
|
"-": "\\-"
|
|
78039
77895
|
};
|
|
78040
|
-
const atom_weights = {
|
|
78041
|
-
H: 1.00794,
|
|
78042
|
-
D: 2.0141,
|
|
78043
|
-
He: 4.002602,
|
|
78044
|
-
Li: 6.941,
|
|
78045
|
-
Be: 9.012182,
|
|
78046
|
-
B: 10.811,
|
|
78047
|
-
C: 12.0107,
|
|
78048
|
-
N: 14.0067,
|
|
78049
|
-
O: 15.9994,
|
|
78050
|
-
F: 18.9984032,
|
|
78051
|
-
Ne: 20.1797,
|
|
78052
|
-
Na: 22.98977,
|
|
78053
|
-
Mg: 24.305,
|
|
78054
|
-
Al: 26.981538,
|
|
78055
|
-
Si: 28.0855,
|
|
78056
|
-
P: 30.973761,
|
|
78057
|
-
S: 32.065,
|
|
78058
|
-
Cl: 35.453,
|
|
78059
|
-
Ar: 39.948,
|
|
78060
|
-
K: 39.0983,
|
|
78061
|
-
Ca: 40.078,
|
|
78062
|
-
Sc: 44.95591,
|
|
78063
|
-
Ti: 47.867,
|
|
78064
|
-
V: 50.9415,
|
|
78065
|
-
Cr: 51.9961,
|
|
78066
|
-
Mn: 54.938049,
|
|
78067
|
-
Fe: 55.845,
|
|
78068
|
-
Co: 58.9332,
|
|
78069
|
-
Ni: 58.6934,
|
|
78070
|
-
Cu: 63.546,
|
|
78071
|
-
Zn: 65.39,
|
|
78072
|
-
Ga: 69.723,
|
|
78073
|
-
Ge: 72.64,
|
|
78074
|
-
As: 74.9216,
|
|
78075
|
-
Se: 78.96,
|
|
78076
|
-
Br: 79.904,
|
|
78077
|
-
Kr: 83.8,
|
|
78078
|
-
Rb: 85.4678,
|
|
78079
|
-
Sr: 87.62,
|
|
78080
|
-
Y: 88.90585,
|
|
78081
|
-
Zr: 91.224,
|
|
78082
|
-
Nb: 92.90638,
|
|
78083
|
-
Mo: 95.94,
|
|
78084
|
-
Tc: 98,
|
|
78085
|
-
Ru: 101.07,
|
|
78086
|
-
Rh: 102.9055,
|
|
78087
|
-
Pd: 106.42,
|
|
78088
|
-
Ag: 107.8682,
|
|
78089
|
-
Cd: 112.411,
|
|
78090
|
-
In: 114.818,
|
|
78091
|
-
Sn: 118.71,
|
|
78092
|
-
Sb: 121.76,
|
|
78093
|
-
Te: 127.6,
|
|
78094
|
-
I: 126.90447,
|
|
78095
|
-
Xe: 131.293,
|
|
78096
|
-
Cs: 132.90545,
|
|
78097
|
-
Ba: 137.327,
|
|
78098
|
-
La: 138.9055,
|
|
78099
|
-
Ce: 140.116,
|
|
78100
|
-
Pr: 140.90765,
|
|
78101
|
-
Nd: 144.24,
|
|
78102
|
-
Pm: 145,
|
|
78103
|
-
Sm: 150.36,
|
|
78104
|
-
Eu: 151.964,
|
|
78105
|
-
Gd: 157.25,
|
|
78106
|
-
Tb: 158.92534,
|
|
78107
|
-
Dy: 162.5,
|
|
78108
|
-
Ho: 164.93032,
|
|
78109
|
-
Er: 167.259,
|
|
78110
|
-
Tm: 168.93421,
|
|
78111
|
-
Yb: 173.04,
|
|
78112
|
-
Lu: 174.967,
|
|
78113
|
-
Hf: 178.49,
|
|
78114
|
-
Ta: 180.9479,
|
|
78115
|
-
W: 183.84,
|
|
78116
|
-
Re: 186.207,
|
|
78117
|
-
Os: 190.23,
|
|
78118
|
-
Ir: 192.217,
|
|
78119
|
-
Pt: 195.078,
|
|
78120
|
-
Au: 196.96655,
|
|
78121
|
-
Hg: 200.59,
|
|
78122
|
-
Tl: 204.3833,
|
|
78123
|
-
Pb: 207.2,
|
|
78124
|
-
Bi: 208.98038,
|
|
78125
|
-
Po: 208.98,
|
|
78126
|
-
At: 209.99,
|
|
78127
|
-
Rn: 222.02,
|
|
78128
|
-
Fr: 223.02,
|
|
78129
|
-
Ra: 226.03,
|
|
78130
|
-
Ac: 227.03,
|
|
78131
|
-
Th: 232.0381,
|
|
78132
|
-
Pa: 231.03588,
|
|
78133
|
-
U: 238.02891,
|
|
78134
|
-
Np: 237.05,
|
|
78135
|
-
Pu: 244.06,
|
|
78136
|
-
Am: 243.06,
|
|
78137
|
-
Cm: 247.07,
|
|
78138
|
-
Bk: 247.07,
|
|
78139
|
-
Cf: 251.08,
|
|
78140
|
-
Es: 252.08,
|
|
78141
|
-
Fm: 257.1,
|
|
78142
|
-
Md: 258.1,
|
|
78143
|
-
No: 259.1,
|
|
78144
|
-
Lr: 262.11,
|
|
78145
|
-
Rf: 261.11,
|
|
78146
|
-
Db: 262.11,
|
|
78147
|
-
Sg: 266.12,
|
|
78148
|
-
Bh: 264.12,
|
|
78149
|
-
Hs: 269.13,
|
|
78150
|
-
Mt: 268.14
|
|
78151
|
-
};
|
|
78152
77896
|
const bioData = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78153
77897
|
__proto__: null,
|
|
78154
|
-
ambiguous_dna_complement,
|
|
78155
77898
|
ambiguous_dna_letters,
|
|
78156
77899
|
ambiguous_dna_values: ambiguous_dna_values$1,
|
|
78157
|
-
ambiguous_rna_complement,
|
|
78158
77900
|
ambiguous_rna_letters,
|
|
78159
|
-
ambiguous_rna_values,
|
|
78160
|
-
atom_weights,
|
|
78161
77901
|
extended_dna_letters,
|
|
78162
77902
|
extended_protein_letters,
|
|
78163
77903
|
extended_protein_values,
|
|
78164
|
-
monoisotopic_protein_weights,
|
|
78165
|
-
monoisotopic_unambiguous_dna_weights,
|
|
78166
|
-
monoisotopic_unambiguous_rna_weights,
|
|
78167
77904
|
protein_letters,
|
|
78168
|
-
protein_letters_1to3,
|
|
78169
|
-
protein_weights,
|
|
78170
77905
|
unambiguous_dna_letters,
|
|
78171
|
-
|
|
78172
|
-
unambiguous_rna_letters,
|
|
78173
|
-
unambiguous_rna_weights
|
|
77906
|
+
unambiguous_rna_letters
|
|
78174
77907
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
78175
77908
|
const aminoAcidToDegenerateDnaMap = {
|
|
78176
77909
|
"-": "---",
|
|
@@ -83679,7 +83412,7 @@ const proteinAlphabet = {
|
|
|
83679
83412
|
hydrophobicity: 1.8,
|
|
83680
83413
|
colorByFamily: "#00FFFF",
|
|
83681
83414
|
color: "hsl(327.3, 100%, 69%)",
|
|
83682
|
-
mass:
|
|
83415
|
+
mass: 71.0779
|
|
83683
83416
|
},
|
|
83684
83417
|
R: {
|
|
83685
83418
|
value: "R",
|
|
@@ -83688,7 +83421,7 @@ const proteinAlphabet = {
|
|
|
83688
83421
|
hydrophobicity: -4.5,
|
|
83689
83422
|
colorByFamily: "#FFC0CB",
|
|
83690
83423
|
color: "hsl(258.1, 100%, 69%)",
|
|
83691
|
-
mass:
|
|
83424
|
+
mass: 156.18568
|
|
83692
83425
|
},
|
|
83693
83426
|
N: {
|
|
83694
83427
|
value: "N",
|
|
@@ -83697,7 +83430,7 @@ const proteinAlphabet = {
|
|
|
83697
83430
|
hydrophobicity: -3.5,
|
|
83698
83431
|
colorByFamily: "#D3D3D3",
|
|
83699
83432
|
color: "hsl(268.9, 100%, 69%)",
|
|
83700
|
-
mass:
|
|
83433
|
+
mass: 114.10264
|
|
83701
83434
|
},
|
|
83702
83435
|
D: {
|
|
83703
83436
|
value: "D",
|
|
@@ -83706,7 +83439,7 @@ const proteinAlphabet = {
|
|
|
83706
83439
|
hydrophobicity: -3.5,
|
|
83707
83440
|
colorByFamily: "#EE82EE",
|
|
83708
83441
|
color: "hsl(268.9, 100%, 69%)",
|
|
83709
|
-
mass:
|
|
83442
|
+
mass: 115.0874
|
|
83710
83443
|
},
|
|
83711
83444
|
C: {
|
|
83712
83445
|
value: "C",
|
|
@@ -83715,7 +83448,7 @@ const proteinAlphabet = {
|
|
|
83715
83448
|
hydrophobicity: 2.5,
|
|
83716
83449
|
colorByFamily: "#FFFF00",
|
|
83717
83450
|
color: "hsl(335.1, 100%, 69%)",
|
|
83718
|
-
mass:
|
|
83451
|
+
mass: 103.1429
|
|
83719
83452
|
},
|
|
83720
83453
|
E: {
|
|
83721
83454
|
value: "E",
|
|
@@ -83724,7 +83457,7 @@ const proteinAlphabet = {
|
|
|
83724
83457
|
hydrophobicity: -3.5,
|
|
83725
83458
|
colorByFamily: "#EE82EE",
|
|
83726
83459
|
color: "hsl(268.9, 100%, 69%)",
|
|
83727
|
-
mass:
|
|
83460
|
+
mass: 129.11398
|
|
83728
83461
|
},
|
|
83729
83462
|
Q: {
|
|
83730
83463
|
value: "Q",
|
|
@@ -83733,7 +83466,7 @@ const proteinAlphabet = {
|
|
|
83733
83466
|
hydrophobicity: -3.5,
|
|
83734
83467
|
colorByFamily: "#D3D3D3",
|
|
83735
83468
|
color: "hsl(268.9, 100%, 69%)",
|
|
83736
|
-
mass:
|
|
83469
|
+
mass: 128.12922
|
|
83737
83470
|
},
|
|
83738
83471
|
G: {
|
|
83739
83472
|
value: "G",
|
|
@@ -83742,7 +83475,7 @@ const proteinAlphabet = {
|
|
|
83742
83475
|
hydrophobicity: -0.4,
|
|
83743
83476
|
colorByFamily: "#00FFFF",
|
|
83744
83477
|
color: "hsl(303.1, 100%, 69%)",
|
|
83745
|
-
mass:
|
|
83478
|
+
mass: 57.05132
|
|
83746
83479
|
},
|
|
83747
83480
|
H: {
|
|
83748
83481
|
value: "H",
|
|
@@ -83751,7 +83484,7 @@ const proteinAlphabet = {
|
|
|
83751
83484
|
hydrophobicity: -3.2,
|
|
83752
83485
|
colorByFamily: "#FFC0CB",
|
|
83753
83486
|
color: "hsl(272.2, 100%, 69%)",
|
|
83754
|
-
mass:
|
|
83487
|
+
mass: 137.13928
|
|
83755
83488
|
},
|
|
83756
83489
|
I: {
|
|
83757
83490
|
value: "I",
|
|
@@ -83760,7 +83493,7 @@ const proteinAlphabet = {
|
|
|
83760
83493
|
hydrophobicity: 4.5,
|
|
83761
83494
|
colorByFamily: "#00FFFF",
|
|
83762
83495
|
color: "hsl(356.9, 100%, 69%)",
|
|
83763
|
-
mass:
|
|
83496
|
+
mass: 113.15764
|
|
83764
83497
|
},
|
|
83765
83498
|
L: {
|
|
83766
83499
|
value: "L",
|
|
@@ -83769,7 +83502,7 @@ const proteinAlphabet = {
|
|
|
83769
83502
|
hydrophobicity: 3.8,
|
|
83770
83503
|
colorByFamily: "#00FFFF",
|
|
83771
83504
|
color: "hsl(349.4, 100%, 69%)",
|
|
83772
|
-
mass:
|
|
83505
|
+
mass: 113.15764
|
|
83773
83506
|
},
|
|
83774
83507
|
K: {
|
|
83775
83508
|
value: "K",
|
|
@@ -83778,7 +83511,7 @@ const proteinAlphabet = {
|
|
|
83778
83511
|
hydrophobicity: -3.9,
|
|
83779
83512
|
colorByFamily: "#FFC0CB",
|
|
83780
83513
|
color: "hsl(264.7, 100%, 69%)",
|
|
83781
|
-
mass:
|
|
83514
|
+
mass: 128.17228
|
|
83782
83515
|
},
|
|
83783
83516
|
M: {
|
|
83784
83517
|
value: "M",
|
|
@@ -83787,7 +83520,7 @@ const proteinAlphabet = {
|
|
|
83787
83520
|
hydrophobicity: 1.9,
|
|
83788
83521
|
colorByFamily: "#FFFF00",
|
|
83789
83522
|
color: "hsl(328.5, 100%, 69%)",
|
|
83790
|
-
mass:
|
|
83523
|
+
mass: 131.19606
|
|
83791
83524
|
},
|
|
83792
83525
|
F: {
|
|
83793
83526
|
value: "F",
|
|
@@ -83796,7 +83529,7 @@ const proteinAlphabet = {
|
|
|
83796
83529
|
hydrophobicity: 2.8,
|
|
83797
83530
|
colorByFamily: "#FFA500",
|
|
83798
83531
|
color: "hsl(338.4, 100%, 69%)",
|
|
83799
|
-
mass:
|
|
83532
|
+
mass: 147.17386
|
|
83800
83533
|
},
|
|
83801
83534
|
P: {
|
|
83802
83535
|
value: "P",
|
|
@@ -83805,7 +83538,7 @@ const proteinAlphabet = {
|
|
|
83805
83538
|
hydrophobicity: -1.6,
|
|
83806
83539
|
colorByFamily: "#00FFFF",
|
|
83807
83540
|
color: "hsl(289.9, 100%, 69%)",
|
|
83808
|
-
mass:
|
|
83541
|
+
mass: 97.11518
|
|
83809
83542
|
},
|
|
83810
83543
|
S: {
|
|
83811
83544
|
value: "S",
|
|
@@ -83814,7 +83547,7 @@ const proteinAlphabet = {
|
|
|
83814
83547
|
hydrophobicity: -0.8,
|
|
83815
83548
|
colorByFamily: "#90EE90",
|
|
83816
83549
|
color: "hsl(298.6, 100%, 69%)",
|
|
83817
|
-
mass:
|
|
83550
|
+
mass: 87.0773
|
|
83818
83551
|
},
|
|
83819
83552
|
T: {
|
|
83820
83553
|
value: "T",
|
|
@@ -83823,7 +83556,7 @@ const proteinAlphabet = {
|
|
|
83823
83556
|
hydrophobicity: -0.7,
|
|
83824
83557
|
colorByFamily: "#90EE90",
|
|
83825
83558
|
color: "hsl(299.8, 100%, 69%)",
|
|
83826
|
-
mass:
|
|
83559
|
+
mass: 101.10388
|
|
83827
83560
|
},
|
|
83828
83561
|
U: {
|
|
83829
83562
|
value: "U",
|
|
@@ -83831,7 +83564,7 @@ const proteinAlphabet = {
|
|
|
83831
83564
|
threeLettersName: "Sec",
|
|
83832
83565
|
colorByFamily: "#FF0000",
|
|
83833
83566
|
color: "hsl(0, 100%, 69%)",
|
|
83834
|
-
mass:
|
|
83567
|
+
mass: 150.3079
|
|
83835
83568
|
},
|
|
83836
83569
|
W: {
|
|
83837
83570
|
value: "W",
|
|
@@ -83840,7 +83573,7 @@ const proteinAlphabet = {
|
|
|
83840
83573
|
hydrophobicity: -0.9,
|
|
83841
83574
|
colorByFamily: "#FFA500",
|
|
83842
83575
|
color: "hsl(297.6, 100%, 69%)",
|
|
83843
|
-
mass:
|
|
83576
|
+
mass: 186.2099
|
|
83844
83577
|
},
|
|
83845
83578
|
Y: {
|
|
83846
83579
|
value: "Y",
|
|
@@ -83849,7 +83582,7 @@ const proteinAlphabet = {
|
|
|
83849
83582
|
hydrophobicity: -1.3,
|
|
83850
83583
|
colorByFamily: "#FFA500",
|
|
83851
83584
|
color: "hsl(293.2, 100%, 69%)",
|
|
83852
|
-
mass:
|
|
83585
|
+
mass: 163.17326
|
|
83853
83586
|
},
|
|
83854
83587
|
V: {
|
|
83855
83588
|
value: "V",
|
|
@@ -83858,7 +83591,7 @@ const proteinAlphabet = {
|
|
|
83858
83591
|
hydrophobicity: 4.2,
|
|
83859
83592
|
colorByFamily: "#00FFFF",
|
|
83860
83593
|
color: "hsl(353.6, 100%, 69%)",
|
|
83861
|
-
mass:
|
|
83594
|
+
mass: 99.13106
|
|
83862
83595
|
},
|
|
83863
83596
|
"*": {
|
|
83864
83597
|
value: "*",
|
|
@@ -93527,6 +93260,9 @@ function getMassOfAaString(aaString, numsAfterDecimal = 2, divideByThree = false
|
|
|
93527
93260
|
if (divideByThree) {
|
|
93528
93261
|
sumMass /= 3;
|
|
93529
93262
|
}
|
|
93263
|
+
if (aaString.length > 0) {
|
|
93264
|
+
sumMass = sumMass + 18.0153;
|
|
93265
|
+
}
|
|
93530
93266
|
return Math.round(sumMass * __pow(10, numsAfterDecimal)) / __pow(10, numsAfterDecimal);
|
|
93531
93267
|
}
|
|
93532
93268
|
__name(getMassOfAaString, "getMassOfAaString");
|
|
@@ -125925,7 +125661,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
125925
125661
|
}
|
|
125926
125662
|
__name(showFileDialog, "showFileDialog");
|
|
125927
125663
|
const name = "@teselagen/ove";
|
|
125928
|
-
const version = "0.3.
|
|
125664
|
+
const version = "0.3.28";
|
|
125929
125665
|
const main = "./src/index.js";
|
|
125930
125666
|
const exports$1 = {
|
|
125931
125667
|
".": {
|