@datagrok/bio 1.11.4 → 2.0.1
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/README.md +10 -9
- package/dist/package-test.js +128 -31
- package/dist/package.js +120 -87
- package/package.json +2 -6
- package/src/calculations/fingerprints.ts +76 -0
- package/src/package.ts +18 -12
- package/src/tests/renderers-test.ts +9 -0
- package/src/utils/cell-renderer.ts +8 -12
- package/{test-Bio-a3ba57cf36f3-42effe59.html → test-Bio-c5a05867bf79-5c91e1fb.html} +2 -2
- package/helm/JSDraw/Pistoia.HELM-uncompressed.js +0 -9694
- package/helm/JSDraw/Pistoia.HELM.js +0 -27
- package/helm/JSDraw/ReadMe.txt +0 -8
- package/helm/JSDraw/Scilligence.JSDraw2.Lite-uncompressed.js +0 -31126
- package/helm/JSDraw/Scilligence.JSDraw2.Lite.js +0 -12
- package/helm/JSDraw/Scilligence.JSDraw2.Resources.js +0 -762
- package/helm/JSDraw/dojo.js +0 -250
- package/helm/JSDraw/test.html +0 -21
package/README.md
CHANGED
|
@@ -64,17 +64,18 @@ See:
|
|
|
64
64
|
|
|
65
65
|
# Web Logo
|
|
66
66
|
|
|
67
|
-
Web Logo
|
|
68
|
-
|
|
69
|
-
The overall height of the stack indicates the sequence conservation at that position,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
In general, a sequence logo provides a richer and more precise description of, for example, a binding site,
|
|
67
|
+
Web Logo visualizes a graphical representation of multiple sequence alignment (amino acids or nucleotides or
|
|
68
|
+
modified residues with multi-char labels). Each logo consists of stacks of symbols, one for each position
|
|
69
|
+
in the sequence. The overall height of the stack indicates the sequence conservation at that position,
|
|
70
|
+
and the symbol height within the stack indicates the relative frequency of each residue at that position.
|
|
71
|
+
In general, a sequence logo provides a more detailed and precise description of, for example, a binding site
|
|
73
72
|
than would a consensus sequence.
|
|
73
|
+
The most helpful feature for exploration analysis with WebLogo in Datagrok is its ability to control selection
|
|
74
|
+
on a dataset. Mouse click on a particular residue in a specific position will select rows of the dataset
|
|
75
|
+
with sequences containing that residue at that position.
|
|
74
76
|
|
|
75
|
-
You must specify the tag ```semType``` with value ```
|
|
76
|
-
|
|
77
|
-
select the palette for monomers' colors.
|
|
77
|
+
You must specify the tag ```semType``` with value ```Macromolecule``` and tag `alphabet` of choice ('PT', 'DNA', 'RNA')
|
|
78
|
+
for the data column with multiple alignment sequences, it is mandatory to select the palette for monomers' colors.
|
|
78
79
|
|
|
79
80
|
You can customize the look of the viewer with properties. Properties ```startPosition``` and ```endPosition```)
|
|
80
81
|
allow to display multiple alignment partially. If property ```startPosition``` (```endPosition```)
|