@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.cjs.js
CHANGED
|
@@ -18236,11 +18236,20 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
|
|
|
18236
18236
|
return true;
|
|
18237
18237
|
}
|
|
18238
18238
|
}, "_fails");
|
|
18239
|
-
var _descriptors
|
|
18240
|
-
|
|
18241
|
-
|
|
18242
|
-
|
|
18243
|
-
|
|
18239
|
+
var _descriptors;
|
|
18240
|
+
var hasRequired_descriptors;
|
|
18241
|
+
function require_descriptors() {
|
|
18242
|
+
if (hasRequired_descriptors)
|
|
18243
|
+
return _descriptors;
|
|
18244
|
+
hasRequired_descriptors = 1;
|
|
18245
|
+
_descriptors = !_fails(function() {
|
|
18246
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
18247
|
+
return 7;
|
|
18248
|
+
} }).a != 7;
|
|
18249
|
+
});
|
|
18250
|
+
return _descriptors;
|
|
18251
|
+
}
|
|
18252
|
+
__name(require_descriptors, "require_descriptors");
|
|
18244
18253
|
var _domCreate;
|
|
18245
18254
|
var hasRequired_domCreate;
|
|
18246
18255
|
function require_domCreate() {
|
|
@@ -18256,7 +18265,7 @@ function require_domCreate() {
|
|
|
18256
18265
|
return _domCreate;
|
|
18257
18266
|
}
|
|
18258
18267
|
__name(require_domCreate, "require_domCreate");
|
|
18259
|
-
var _ie8DomDefine = !
|
|
18268
|
+
var _ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
18260
18269
|
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18261
18270
|
return 7;
|
|
18262
18271
|
} }).a != 7;
|
|
@@ -18278,7 +18287,7 @@ var anObject$3 = _anObject;
|
|
|
18278
18287
|
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
18279
18288
|
var toPrimitive$2 = _toPrimitive$1;
|
|
18280
18289
|
var dP$2 = Object.defineProperty;
|
|
18281
|
-
_objectDp.f =
|
|
18290
|
+
_objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
18282
18291
|
anObject$3(O2);
|
|
18283
18292
|
P2 = toPrimitive$2(P2, true);
|
|
18284
18293
|
anObject$3(Attributes);
|
|
@@ -18303,7 +18312,7 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
18303
18312
|
}, "_propertyDesc");
|
|
18304
18313
|
var dP$1 = _objectDp;
|
|
18305
18314
|
var createDesc$3 = _propertyDesc;
|
|
18306
|
-
var _hide =
|
|
18315
|
+
var _hide = require_descriptors() ? function(object3, key, value) {
|
|
18307
18316
|
return dP$1.f(object3, key, createDesc$3(1, value));
|
|
18308
18317
|
} : function(object3, key, value) {
|
|
18309
18318
|
object3[key] = value;
|
|
@@ -18500,7 +18509,7 @@ function require_objectAssign() {
|
|
|
18500
18509
|
if (hasRequired_objectAssign)
|
|
18501
18510
|
return _objectAssign;
|
|
18502
18511
|
hasRequired_objectAssign = 1;
|
|
18503
|
-
var DESCRIPTORS2 =
|
|
18512
|
+
var DESCRIPTORS2 = require_descriptors();
|
|
18504
18513
|
var getKeys2 = _objectKeys;
|
|
18505
18514
|
var gOPS2 = _objectGops;
|
|
18506
18515
|
var pIE2 = require_objectPie();
|
|
@@ -18575,7 +18584,7 @@ function require_objectDps() {
|
|
|
18575
18584
|
var dP2 = _objectDp;
|
|
18576
18585
|
var anObject2 = _anObject;
|
|
18577
18586
|
var getKeys2 = _objectKeys;
|
|
18578
|
-
_objectDps =
|
|
18587
|
+
_objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties3(O2, Properties2) {
|
|
18579
18588
|
anObject2(O2);
|
|
18580
18589
|
var keys5 = getKeys2(Properties2);
|
|
18581
18590
|
var length = keys5.length;
|
|
@@ -19056,7 +19065,7 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
19056
19065
|
}
|
|
19057
19066
|
}, "_default$8");
|
|
19058
19067
|
var $export$3 = _export;
|
|
19059
|
-
$export$3($export$3.S + $export$3.F * !
|
|
19068
|
+
$export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
|
|
19060
19069
|
var $Object$2 = _coreExports.Object;
|
|
19061
19070
|
var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
19062
19071
|
return $Object$2.defineProperty(it, key, desc);
|
|
@@ -19206,7 +19215,7 @@ var toPrimitive$1 = _toPrimitive$1;
|
|
|
19206
19215
|
var has$9 = _has;
|
|
19207
19216
|
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
19208
19217
|
var gOPD$5 = Object.getOwnPropertyDescriptor;
|
|
19209
|
-
_objectGopd.f =
|
|
19218
|
+
_objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
19210
19219
|
O2 = toIObject$1(O2);
|
|
19211
19220
|
P2 = toPrimitive$1(P2, true);
|
|
19212
19221
|
if (IE8_DOM_DEFINE)
|
|
@@ -19219,7 +19228,7 @@ _objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPr
|
|
|
19219
19228
|
}, "getOwnPropertyDescriptor");
|
|
19220
19229
|
var global$2 = _globalExports;
|
|
19221
19230
|
var has$8 = _has;
|
|
19222
|
-
var DESCRIPTORS =
|
|
19231
|
+
var DESCRIPTORS = require_descriptors();
|
|
19223
19232
|
var $export$2 = _export;
|
|
19224
19233
|
var redefine = _redefine;
|
|
19225
19234
|
var META = _metaExports.KEY;
|
|
@@ -77844,30 +77853,6 @@ const minimumOrfSize$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
77844
77853
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
77845
77854
|
const protein_letters = "ACDEFGHIKLMNPQRSTVWY";
|
|
77846
77855
|
const extended_protein_letters = "ACDEFGHIKLMNPQRSTVWYBXZJUO.*-";
|
|
77847
|
-
const protein_letters_1to3 = {
|
|
77848
|
-
A: "Ala",
|
|
77849
|
-
C: "Cys",
|
|
77850
|
-
D: "Asp",
|
|
77851
|
-
E: "Glu",
|
|
77852
|
-
F: "Phe",
|
|
77853
|
-
G: "Gly",
|
|
77854
|
-
H: "His",
|
|
77855
|
-
I: "Ile",
|
|
77856
|
-
K: "Lys",
|
|
77857
|
-
L: "Leu",
|
|
77858
|
-
M: "Met",
|
|
77859
|
-
N: "Asn",
|
|
77860
|
-
P: "Pro",
|
|
77861
|
-
Q: "Gln",
|
|
77862
|
-
R: "Arg",
|
|
77863
|
-
S: "Ser",
|
|
77864
|
-
T: "Thr",
|
|
77865
|
-
V: "Val",
|
|
77866
|
-
W: "Trp",
|
|
77867
|
-
Y: "Tyr",
|
|
77868
|
-
O: "Pyl",
|
|
77869
|
-
U: "Sec"
|
|
77870
|
-
};
|
|
77871
77856
|
const ambiguous_dna_letters = "GATCRYWSMKHBVDN";
|
|
77872
77857
|
const unambiguous_dna_letters = "GATC";
|
|
77873
77858
|
const ambiguous_rna_letters = "GAUCRYWSMKHBVDN";
|
|
@@ -77892,135 +77877,6 @@ const ambiguous_dna_values$1 = {
|
|
|
77892
77877
|
X: "GATC",
|
|
77893
77878
|
N: "GATC"
|
|
77894
77879
|
};
|
|
77895
|
-
const ambiguous_rna_values = {
|
|
77896
|
-
".": ".",
|
|
77897
|
-
A: "A",
|
|
77898
|
-
C: "C",
|
|
77899
|
-
G: "G",
|
|
77900
|
-
U: "U",
|
|
77901
|
-
M: "AC",
|
|
77902
|
-
R: "AG",
|
|
77903
|
-
W: "AU",
|
|
77904
|
-
S: "CG",
|
|
77905
|
-
Y: "CU",
|
|
77906
|
-
K: "GU",
|
|
77907
|
-
V: "ACG",
|
|
77908
|
-
H: "ACU",
|
|
77909
|
-
D: "AGU",
|
|
77910
|
-
B: "CGU",
|
|
77911
|
-
X: "GAUC",
|
|
77912
|
-
N: "GAUC"
|
|
77913
|
-
};
|
|
77914
|
-
const ambiguous_dna_complement = {
|
|
77915
|
-
".": ".",
|
|
77916
|
-
A: "T",
|
|
77917
|
-
C: "G",
|
|
77918
|
-
G: "C",
|
|
77919
|
-
T: "A",
|
|
77920
|
-
M: "K",
|
|
77921
|
-
R: "Y",
|
|
77922
|
-
W: "W",
|
|
77923
|
-
S: "S",
|
|
77924
|
-
Y: "R",
|
|
77925
|
-
K: "M",
|
|
77926
|
-
V: "B",
|
|
77927
|
-
H: "D",
|
|
77928
|
-
D: "H",
|
|
77929
|
-
B: "V",
|
|
77930
|
-
X: "X",
|
|
77931
|
-
N: "N"
|
|
77932
|
-
};
|
|
77933
|
-
const ambiguous_rna_complement = {
|
|
77934
|
-
".": ".",
|
|
77935
|
-
A: "U",
|
|
77936
|
-
C: "G",
|
|
77937
|
-
G: "C",
|
|
77938
|
-
U: "A",
|
|
77939
|
-
M: "K",
|
|
77940
|
-
R: "Y",
|
|
77941
|
-
W: "W",
|
|
77942
|
-
S: "S",
|
|
77943
|
-
Y: "R",
|
|
77944
|
-
K: "M",
|
|
77945
|
-
V: "B",
|
|
77946
|
-
H: "D",
|
|
77947
|
-
D: "H",
|
|
77948
|
-
B: "V",
|
|
77949
|
-
X: "X",
|
|
77950
|
-
N: "N"
|
|
77951
|
-
};
|
|
77952
|
-
const unambiguous_dna_weights = {
|
|
77953
|
-
A: 331.2218,
|
|
77954
|
-
C: 307.1971,
|
|
77955
|
-
G: 347.2212,
|
|
77956
|
-
T: 322.2085
|
|
77957
|
-
};
|
|
77958
|
-
const monoisotopic_unambiguous_dna_weights = {
|
|
77959
|
-
A: 331.06817,
|
|
77960
|
-
C: 307.056936,
|
|
77961
|
-
G: 347.063084,
|
|
77962
|
-
T: 322.056602
|
|
77963
|
-
};
|
|
77964
|
-
const unambiguous_rna_weights = {
|
|
77965
|
-
A: 347.2212,
|
|
77966
|
-
C: 323.1965,
|
|
77967
|
-
G: 363.2206,
|
|
77968
|
-
U: 324.1813
|
|
77969
|
-
};
|
|
77970
|
-
const monoisotopic_unambiguous_rna_weights = {
|
|
77971
|
-
A: 347.063084,
|
|
77972
|
-
C: 323.051851,
|
|
77973
|
-
G: 363.057999,
|
|
77974
|
-
U: 324.035867
|
|
77975
|
-
};
|
|
77976
|
-
const protein_weights = {
|
|
77977
|
-
A: 89.0932,
|
|
77978
|
-
C: 121.1582,
|
|
77979
|
-
D: 133.1027,
|
|
77980
|
-
E: 147.1293,
|
|
77981
|
-
F: 165.1891,
|
|
77982
|
-
G: 75.0666,
|
|
77983
|
-
H: 155.1546,
|
|
77984
|
-
I: 131.1729,
|
|
77985
|
-
K: 146.1876,
|
|
77986
|
-
L: 131.1729,
|
|
77987
|
-
M: 149.2113,
|
|
77988
|
-
N: 132.1179,
|
|
77989
|
-
O: 255.3134,
|
|
77990
|
-
P: 115.1305,
|
|
77991
|
-
Q: 146.1445,
|
|
77992
|
-
R: 174.201,
|
|
77993
|
-
S: 105.0926,
|
|
77994
|
-
T: 119.1192,
|
|
77995
|
-
U: 168.0532,
|
|
77996
|
-
V: 117.1463,
|
|
77997
|
-
W: 204.2252,
|
|
77998
|
-
Y: 181.1885
|
|
77999
|
-
};
|
|
78000
|
-
const monoisotopic_protein_weights = {
|
|
78001
|
-
A: 89.047678,
|
|
78002
|
-
C: 121.019749,
|
|
78003
|
-
D: 133.037508,
|
|
78004
|
-
E: 147.053158,
|
|
78005
|
-
F: 165.078979,
|
|
78006
|
-
G: 75.032028,
|
|
78007
|
-
H: 155.069477,
|
|
78008
|
-
I: 131.094629,
|
|
78009
|
-
K: 146.105528,
|
|
78010
|
-
L: 131.094629,
|
|
78011
|
-
M: 149.051049,
|
|
78012
|
-
N: 132.053492,
|
|
78013
|
-
O: 255.158292,
|
|
78014
|
-
P: 115.063329,
|
|
78015
|
-
Q: 146.069142,
|
|
78016
|
-
R: 174.111676,
|
|
78017
|
-
S: 105.042593,
|
|
78018
|
-
T: 119.058243,
|
|
78019
|
-
U: 168.964203,
|
|
78020
|
-
V: 117.078979,
|
|
78021
|
-
W: 204.089878,
|
|
78022
|
-
Y: 181.073893
|
|
78023
|
-
};
|
|
78024
77880
|
const extended_protein_values = {
|
|
78025
77881
|
A: "A",
|
|
78026
77882
|
B: "ND",
|
|
@@ -78055,140 +77911,17 @@ const extended_protein_values = {
|
|
|
78055
77911
|
".": "\\.\\.",
|
|
78056
77912
|
"-": "\\-"
|
|
78057
77913
|
};
|
|
78058
|
-
const atom_weights = {
|
|
78059
|
-
H: 1.00794,
|
|
78060
|
-
D: 2.0141,
|
|
78061
|
-
He: 4.002602,
|
|
78062
|
-
Li: 6.941,
|
|
78063
|
-
Be: 9.012182,
|
|
78064
|
-
B: 10.811,
|
|
78065
|
-
C: 12.0107,
|
|
78066
|
-
N: 14.0067,
|
|
78067
|
-
O: 15.9994,
|
|
78068
|
-
F: 18.9984032,
|
|
78069
|
-
Ne: 20.1797,
|
|
78070
|
-
Na: 22.98977,
|
|
78071
|
-
Mg: 24.305,
|
|
78072
|
-
Al: 26.981538,
|
|
78073
|
-
Si: 28.0855,
|
|
78074
|
-
P: 30.973761,
|
|
78075
|
-
S: 32.065,
|
|
78076
|
-
Cl: 35.453,
|
|
78077
|
-
Ar: 39.948,
|
|
78078
|
-
K: 39.0983,
|
|
78079
|
-
Ca: 40.078,
|
|
78080
|
-
Sc: 44.95591,
|
|
78081
|
-
Ti: 47.867,
|
|
78082
|
-
V: 50.9415,
|
|
78083
|
-
Cr: 51.9961,
|
|
78084
|
-
Mn: 54.938049,
|
|
78085
|
-
Fe: 55.845,
|
|
78086
|
-
Co: 58.9332,
|
|
78087
|
-
Ni: 58.6934,
|
|
78088
|
-
Cu: 63.546,
|
|
78089
|
-
Zn: 65.39,
|
|
78090
|
-
Ga: 69.723,
|
|
78091
|
-
Ge: 72.64,
|
|
78092
|
-
As: 74.9216,
|
|
78093
|
-
Se: 78.96,
|
|
78094
|
-
Br: 79.904,
|
|
78095
|
-
Kr: 83.8,
|
|
78096
|
-
Rb: 85.4678,
|
|
78097
|
-
Sr: 87.62,
|
|
78098
|
-
Y: 88.90585,
|
|
78099
|
-
Zr: 91.224,
|
|
78100
|
-
Nb: 92.90638,
|
|
78101
|
-
Mo: 95.94,
|
|
78102
|
-
Tc: 98,
|
|
78103
|
-
Ru: 101.07,
|
|
78104
|
-
Rh: 102.9055,
|
|
78105
|
-
Pd: 106.42,
|
|
78106
|
-
Ag: 107.8682,
|
|
78107
|
-
Cd: 112.411,
|
|
78108
|
-
In: 114.818,
|
|
78109
|
-
Sn: 118.71,
|
|
78110
|
-
Sb: 121.76,
|
|
78111
|
-
Te: 127.6,
|
|
78112
|
-
I: 126.90447,
|
|
78113
|
-
Xe: 131.293,
|
|
78114
|
-
Cs: 132.90545,
|
|
78115
|
-
Ba: 137.327,
|
|
78116
|
-
La: 138.9055,
|
|
78117
|
-
Ce: 140.116,
|
|
78118
|
-
Pr: 140.90765,
|
|
78119
|
-
Nd: 144.24,
|
|
78120
|
-
Pm: 145,
|
|
78121
|
-
Sm: 150.36,
|
|
78122
|
-
Eu: 151.964,
|
|
78123
|
-
Gd: 157.25,
|
|
78124
|
-
Tb: 158.92534,
|
|
78125
|
-
Dy: 162.5,
|
|
78126
|
-
Ho: 164.93032,
|
|
78127
|
-
Er: 167.259,
|
|
78128
|
-
Tm: 168.93421,
|
|
78129
|
-
Yb: 173.04,
|
|
78130
|
-
Lu: 174.967,
|
|
78131
|
-
Hf: 178.49,
|
|
78132
|
-
Ta: 180.9479,
|
|
78133
|
-
W: 183.84,
|
|
78134
|
-
Re: 186.207,
|
|
78135
|
-
Os: 190.23,
|
|
78136
|
-
Ir: 192.217,
|
|
78137
|
-
Pt: 195.078,
|
|
78138
|
-
Au: 196.96655,
|
|
78139
|
-
Hg: 200.59,
|
|
78140
|
-
Tl: 204.3833,
|
|
78141
|
-
Pb: 207.2,
|
|
78142
|
-
Bi: 208.98038,
|
|
78143
|
-
Po: 208.98,
|
|
78144
|
-
At: 209.99,
|
|
78145
|
-
Rn: 222.02,
|
|
78146
|
-
Fr: 223.02,
|
|
78147
|
-
Ra: 226.03,
|
|
78148
|
-
Ac: 227.03,
|
|
78149
|
-
Th: 232.0381,
|
|
78150
|
-
Pa: 231.03588,
|
|
78151
|
-
U: 238.02891,
|
|
78152
|
-
Np: 237.05,
|
|
78153
|
-
Pu: 244.06,
|
|
78154
|
-
Am: 243.06,
|
|
78155
|
-
Cm: 247.07,
|
|
78156
|
-
Bk: 247.07,
|
|
78157
|
-
Cf: 251.08,
|
|
78158
|
-
Es: 252.08,
|
|
78159
|
-
Fm: 257.1,
|
|
78160
|
-
Md: 258.1,
|
|
78161
|
-
No: 259.1,
|
|
78162
|
-
Lr: 262.11,
|
|
78163
|
-
Rf: 261.11,
|
|
78164
|
-
Db: 262.11,
|
|
78165
|
-
Sg: 266.12,
|
|
78166
|
-
Bh: 264.12,
|
|
78167
|
-
Hs: 269.13,
|
|
78168
|
-
Mt: 268.14
|
|
78169
|
-
};
|
|
78170
77914
|
const bioData = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78171
77915
|
__proto__: null,
|
|
78172
|
-
ambiguous_dna_complement,
|
|
78173
77916
|
ambiguous_dna_letters,
|
|
78174
77917
|
ambiguous_dna_values: ambiguous_dna_values$1,
|
|
78175
|
-
ambiguous_rna_complement,
|
|
78176
77918
|
ambiguous_rna_letters,
|
|
78177
|
-
ambiguous_rna_values,
|
|
78178
|
-
atom_weights,
|
|
78179
77919
|
extended_dna_letters,
|
|
78180
77920
|
extended_protein_letters,
|
|
78181
77921
|
extended_protein_values,
|
|
78182
|
-
monoisotopic_protein_weights,
|
|
78183
|
-
monoisotopic_unambiguous_dna_weights,
|
|
78184
|
-
monoisotopic_unambiguous_rna_weights,
|
|
78185
77922
|
protein_letters,
|
|
78186
|
-
protein_letters_1to3,
|
|
78187
|
-
protein_weights,
|
|
78188
77923
|
unambiguous_dna_letters,
|
|
78189
|
-
|
|
78190
|
-
unambiguous_rna_letters,
|
|
78191
|
-
unambiguous_rna_weights
|
|
77924
|
+
unambiguous_rna_letters
|
|
78192
77925
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
78193
77926
|
const aminoAcidToDegenerateDnaMap = {
|
|
78194
77927
|
"-": "---",
|
|
@@ -83697,7 +83430,7 @@ const proteinAlphabet = {
|
|
|
83697
83430
|
hydrophobicity: 1.8,
|
|
83698
83431
|
colorByFamily: "#00FFFF",
|
|
83699
83432
|
color: "hsl(327.3, 100%, 69%)",
|
|
83700
|
-
mass:
|
|
83433
|
+
mass: 71.0779
|
|
83701
83434
|
},
|
|
83702
83435
|
R: {
|
|
83703
83436
|
value: "R",
|
|
@@ -83706,7 +83439,7 @@ const proteinAlphabet = {
|
|
|
83706
83439
|
hydrophobicity: -4.5,
|
|
83707
83440
|
colorByFamily: "#FFC0CB",
|
|
83708
83441
|
color: "hsl(258.1, 100%, 69%)",
|
|
83709
|
-
mass:
|
|
83442
|
+
mass: 156.18568
|
|
83710
83443
|
},
|
|
83711
83444
|
N: {
|
|
83712
83445
|
value: "N",
|
|
@@ -83715,7 +83448,7 @@ const proteinAlphabet = {
|
|
|
83715
83448
|
hydrophobicity: -3.5,
|
|
83716
83449
|
colorByFamily: "#D3D3D3",
|
|
83717
83450
|
color: "hsl(268.9, 100%, 69%)",
|
|
83718
|
-
mass:
|
|
83451
|
+
mass: 114.10264
|
|
83719
83452
|
},
|
|
83720
83453
|
D: {
|
|
83721
83454
|
value: "D",
|
|
@@ -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: 115.0874
|
|
83728
83461
|
},
|
|
83729
83462
|
C: {
|
|
83730
83463
|
value: "C",
|
|
@@ -83733,7 +83466,7 @@ const proteinAlphabet = {
|
|
|
83733
83466
|
hydrophobicity: 2.5,
|
|
83734
83467
|
colorByFamily: "#FFFF00",
|
|
83735
83468
|
color: "hsl(335.1, 100%, 69%)",
|
|
83736
|
-
mass:
|
|
83469
|
+
mass: 103.1429
|
|
83737
83470
|
},
|
|
83738
83471
|
E: {
|
|
83739
83472
|
value: "E",
|
|
@@ -83742,7 +83475,7 @@ const proteinAlphabet = {
|
|
|
83742
83475
|
hydrophobicity: -3.5,
|
|
83743
83476
|
colorByFamily: "#EE82EE",
|
|
83744
83477
|
color: "hsl(268.9, 100%, 69%)",
|
|
83745
|
-
mass:
|
|
83478
|
+
mass: 129.11398
|
|
83746
83479
|
},
|
|
83747
83480
|
Q: {
|
|
83748
83481
|
value: "Q",
|
|
@@ -83751,7 +83484,7 @@ const proteinAlphabet = {
|
|
|
83751
83484
|
hydrophobicity: -3.5,
|
|
83752
83485
|
colorByFamily: "#D3D3D3",
|
|
83753
83486
|
color: "hsl(268.9, 100%, 69%)",
|
|
83754
|
-
mass:
|
|
83487
|
+
mass: 128.12922
|
|
83755
83488
|
},
|
|
83756
83489
|
G: {
|
|
83757
83490
|
value: "G",
|
|
@@ -83760,7 +83493,7 @@ const proteinAlphabet = {
|
|
|
83760
83493
|
hydrophobicity: -0.4,
|
|
83761
83494
|
colorByFamily: "#00FFFF",
|
|
83762
83495
|
color: "hsl(303.1, 100%, 69%)",
|
|
83763
|
-
mass:
|
|
83496
|
+
mass: 57.05132
|
|
83764
83497
|
},
|
|
83765
83498
|
H: {
|
|
83766
83499
|
value: "H",
|
|
@@ -83769,7 +83502,7 @@ const proteinAlphabet = {
|
|
|
83769
83502
|
hydrophobicity: -3.2,
|
|
83770
83503
|
colorByFamily: "#FFC0CB",
|
|
83771
83504
|
color: "hsl(272.2, 100%, 69%)",
|
|
83772
|
-
mass:
|
|
83505
|
+
mass: 137.13928
|
|
83773
83506
|
},
|
|
83774
83507
|
I: {
|
|
83775
83508
|
value: "I",
|
|
@@ -83778,7 +83511,7 @@ const proteinAlphabet = {
|
|
|
83778
83511
|
hydrophobicity: 4.5,
|
|
83779
83512
|
colorByFamily: "#00FFFF",
|
|
83780
83513
|
color: "hsl(356.9, 100%, 69%)",
|
|
83781
|
-
mass:
|
|
83514
|
+
mass: 113.15764
|
|
83782
83515
|
},
|
|
83783
83516
|
L: {
|
|
83784
83517
|
value: "L",
|
|
@@ -83787,7 +83520,7 @@ const proteinAlphabet = {
|
|
|
83787
83520
|
hydrophobicity: 3.8,
|
|
83788
83521
|
colorByFamily: "#00FFFF",
|
|
83789
83522
|
color: "hsl(349.4, 100%, 69%)",
|
|
83790
|
-
mass:
|
|
83523
|
+
mass: 113.15764
|
|
83791
83524
|
},
|
|
83792
83525
|
K: {
|
|
83793
83526
|
value: "K",
|
|
@@ -83796,7 +83529,7 @@ const proteinAlphabet = {
|
|
|
83796
83529
|
hydrophobicity: -3.9,
|
|
83797
83530
|
colorByFamily: "#FFC0CB",
|
|
83798
83531
|
color: "hsl(264.7, 100%, 69%)",
|
|
83799
|
-
mass:
|
|
83532
|
+
mass: 128.17228
|
|
83800
83533
|
},
|
|
83801
83534
|
M: {
|
|
83802
83535
|
value: "M",
|
|
@@ -83805,7 +83538,7 @@ const proteinAlphabet = {
|
|
|
83805
83538
|
hydrophobicity: 1.9,
|
|
83806
83539
|
colorByFamily: "#FFFF00",
|
|
83807
83540
|
color: "hsl(328.5, 100%, 69%)",
|
|
83808
|
-
mass:
|
|
83541
|
+
mass: 131.19606
|
|
83809
83542
|
},
|
|
83810
83543
|
F: {
|
|
83811
83544
|
value: "F",
|
|
@@ -83814,7 +83547,7 @@ const proteinAlphabet = {
|
|
|
83814
83547
|
hydrophobicity: 2.8,
|
|
83815
83548
|
colorByFamily: "#FFA500",
|
|
83816
83549
|
color: "hsl(338.4, 100%, 69%)",
|
|
83817
|
-
mass:
|
|
83550
|
+
mass: 147.17386
|
|
83818
83551
|
},
|
|
83819
83552
|
P: {
|
|
83820
83553
|
value: "P",
|
|
@@ -83823,7 +83556,7 @@ const proteinAlphabet = {
|
|
|
83823
83556
|
hydrophobicity: -1.6,
|
|
83824
83557
|
colorByFamily: "#00FFFF",
|
|
83825
83558
|
color: "hsl(289.9, 100%, 69%)",
|
|
83826
|
-
mass:
|
|
83559
|
+
mass: 97.11518
|
|
83827
83560
|
},
|
|
83828
83561
|
S: {
|
|
83829
83562
|
value: "S",
|
|
@@ -83832,7 +83565,7 @@ const proteinAlphabet = {
|
|
|
83832
83565
|
hydrophobicity: -0.8,
|
|
83833
83566
|
colorByFamily: "#90EE90",
|
|
83834
83567
|
color: "hsl(298.6, 100%, 69%)",
|
|
83835
|
-
mass:
|
|
83568
|
+
mass: 87.0773
|
|
83836
83569
|
},
|
|
83837
83570
|
T: {
|
|
83838
83571
|
value: "T",
|
|
@@ -83841,7 +83574,7 @@ const proteinAlphabet = {
|
|
|
83841
83574
|
hydrophobicity: -0.7,
|
|
83842
83575
|
colorByFamily: "#90EE90",
|
|
83843
83576
|
color: "hsl(299.8, 100%, 69%)",
|
|
83844
|
-
mass:
|
|
83577
|
+
mass: 101.10388
|
|
83845
83578
|
},
|
|
83846
83579
|
U: {
|
|
83847
83580
|
value: "U",
|
|
@@ -83849,7 +83582,7 @@ const proteinAlphabet = {
|
|
|
83849
83582
|
threeLettersName: "Sec",
|
|
83850
83583
|
colorByFamily: "#FF0000",
|
|
83851
83584
|
color: "hsl(0, 100%, 69%)",
|
|
83852
|
-
mass:
|
|
83585
|
+
mass: 150.3079
|
|
83853
83586
|
},
|
|
83854
83587
|
W: {
|
|
83855
83588
|
value: "W",
|
|
@@ -83858,7 +83591,7 @@ const proteinAlphabet = {
|
|
|
83858
83591
|
hydrophobicity: -0.9,
|
|
83859
83592
|
colorByFamily: "#FFA500",
|
|
83860
83593
|
color: "hsl(297.6, 100%, 69%)",
|
|
83861
|
-
mass:
|
|
83594
|
+
mass: 186.2099
|
|
83862
83595
|
},
|
|
83863
83596
|
Y: {
|
|
83864
83597
|
value: "Y",
|
|
@@ -83867,7 +83600,7 @@ const proteinAlphabet = {
|
|
|
83867
83600
|
hydrophobicity: -1.3,
|
|
83868
83601
|
colorByFamily: "#FFA500",
|
|
83869
83602
|
color: "hsl(293.2, 100%, 69%)",
|
|
83870
|
-
mass:
|
|
83603
|
+
mass: 163.17326
|
|
83871
83604
|
},
|
|
83872
83605
|
V: {
|
|
83873
83606
|
value: "V",
|
|
@@ -83876,7 +83609,7 @@ const proteinAlphabet = {
|
|
|
83876
83609
|
hydrophobicity: 4.2,
|
|
83877
83610
|
colorByFamily: "#00FFFF",
|
|
83878
83611
|
color: "hsl(353.6, 100%, 69%)",
|
|
83879
|
-
mass:
|
|
83612
|
+
mass: 99.13106
|
|
83880
83613
|
},
|
|
83881
83614
|
"*": {
|
|
83882
83615
|
value: "*",
|
|
@@ -93545,6 +93278,9 @@ function getMassOfAaString(aaString, numsAfterDecimal = 2, divideByThree = false
|
|
|
93545
93278
|
if (divideByThree) {
|
|
93546
93279
|
sumMass /= 3;
|
|
93547
93280
|
}
|
|
93281
|
+
if (aaString.length > 0) {
|
|
93282
|
+
sumMass = sumMass + 18.0153;
|
|
93283
|
+
}
|
|
93548
93284
|
return Math.round(sumMass * __pow(10, numsAfterDecimal)) / __pow(10, numsAfterDecimal);
|
|
93549
93285
|
}
|
|
93550
93286
|
__name(getMassOfAaString, "getMassOfAaString");
|
|
@@ -125943,7 +125679,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
125943
125679
|
}
|
|
125944
125680
|
__name(showFileDialog, "showFileDialog");
|
|
125945
125681
|
const name = "@teselagen/ove";
|
|
125946
|
-
const version = "0.3.
|
|
125682
|
+
const version = "0.3.28";
|
|
125947
125683
|
const main = "./src/index.js";
|
|
125948
125684
|
const exports$1 = {
|
|
125949
125685
|
".": {
|