@datagrok/bio 2.11.10 → 2.11.11
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/CHANGELOG.md +1 -0
- package/README.md +10 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ initial notation. Datagrok allows you to convert sequences between different not
|
|
|
16
16
|
See:
|
|
17
17
|
|
|
18
18
|
* [detectMacromolecule()](../Bio/detectors.js)
|
|
19
|
-
* [class
|
|
19
|
+
* [class UnitsHandler](../../libraries/bio/src/utils/units-handler.ts)
|
|
20
20
|
|
|
21
21
|
## Atomic-Level structures from sequences
|
|
22
22
|
|
|
@@ -28,7 +28,7 @@ notations.
|
|
|
28
28
|
|
|
29
29
|
You can easily run this feature for any sequence data using the Bio package and accessing it from the top menu.
|
|
30
30
|
|
|
31
|
-

|
|
32
32
|
|
|
33
33
|
See:
|
|
34
34
|
|
|
@@ -52,7 +52,7 @@ See:
|
|
|
52
52
|
|
|
53
53
|
Splitting to monomers allows splitting aligned sequences in separate monomers.
|
|
54
54
|
|
|
55
|
-

|
|
55
|
+

|
|
56
56
|
|
|
57
57
|
See:
|
|
58
58
|
|
|
@@ -108,7 +108,7 @@ is not specified, then the Logo will be plotted from the first (till the last) p
|
|
|
108
108
|
|
|
109
109
|
See also:
|
|
110
110
|
|
|
111
|
-
* [WebLogo](../../
|
|
111
|
+
* [WebLogo](../../help/visualize/viewers/web-logo.md)
|
|
112
112
|
* [Viewers](../../help/visualize/viewers/viewers.md)
|
|
113
113
|
* [Table view](../../help/datagrok/concepts/table.md)
|
|
114
114
|
|
|
@@ -122,7 +122,7 @@ the Bio package. Depending on the sequence type, different distance functions wi
|
|
|
122
122
|
|
|
123
123
|
To launch the analysis from the top menu, select Bio | Structure | Sequence space.
|
|
124
124
|
|
|
125
|
-

|
|
125
|
+

|
|
126
126
|
|
|
127
127
|
See:
|
|
128
128
|
|
|
@@ -138,7 +138,7 @@ A custom scatter plot with cliffs will be added to the right side of the grid. T
|
|
|
138
138
|
|
|
139
139
|
To launch the analysis from the top menu, select Bio | SAR | Sequence Activity Cliffs.
|
|
140
140
|
|
|
141
|
-

|
|
141
|
+

|
|
142
142
|
|
|
143
143
|
See:
|
|
144
144
|
|
|
@@ -150,7 +150,7 @@ Similarity Search tool allows users to find sequences that are most similar to t
|
|
|
150
150
|
|
|
151
151
|
To launch the search from the top menu, select Bio | Search | Similarity Search
|
|
152
152
|
|
|
153
|
-

|
|
153
|
+

|
|
154
154
|
|
|
155
155
|
## Diversity Search
|
|
156
156
|
|
|
@@ -158,7 +158,7 @@ Diversity Search tool allows users to find sequences that are most diverse in th
|
|
|
158
158
|
|
|
159
159
|
To launch the search from the top menu, select Bio | Search | Diversity Search
|
|
160
160
|
|
|
161
|
-

|
|
161
|
+

|
|
162
162
|
|
|
163
163
|
## Sequence scoring
|
|
164
164
|
|
|
@@ -170,7 +170,7 @@ The identity score represents a fraction of the identical monomers in correspond
|
|
|
170
170
|
|
|
171
171
|
Identity scoring can be found in the top menu: **Bio → Calculate → Identity...**.
|
|
172
172
|
|
|
173
|
-

|
|
174
174
|
|
|
175
175
|
### Similarity
|
|
176
176
|
|
|
@@ -178,4 +178,4 @@ The similarity score represents the sum of fingerprint similarity of monomers in
|
|
|
178
178
|
|
|
179
179
|
Similarity scoring can be found in the top menu: **Bio → Calculate → Similarity...**.
|
|
180
180
|
|
|
181
|
-

|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "Leonid Stolbov",
|
|
6
6
|
"email": "lstolbov@datagrok.ai"
|
|
7
7
|
},
|
|
8
|
-
"version": "2.11.
|
|
8
|
+
"version": "2.11.11",
|
|
9
9
|
"description": "Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|