@datagrok-libraries/bio
Advanced tools
Comparing version 2.8.8 to 3.0.0
@@ -8,3 +8,3 @@ { | ||
"friendlyName": "Datagrok bio library", | ||
"version": "2.8.8", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
@@ -28,3 +28,3 @@ import * as DG from 'datagrok-api/dg'; | ||
bounds: DG.Rect; | ||
constructor(); | ||
constructor(count?: number, bounds?: DG.Rect); | ||
} | ||
@@ -40,3 +40,5 @@ export declare class PositionInfo { | ||
*/ | ||
constructor(name: string); | ||
constructor(name: string, freq?: { | ||
[m: string]: PositionMonomerInfo; | ||
}, rowCount?: number); | ||
} | ||
@@ -118,2 +120,3 @@ export declare class WebLogo extends DG.JsViewer { | ||
/** Splits Helm string to monomers, but does not replace monomer names to other notation (e.g. for RNA). | ||
* Only for linear polymers, does not split RNA for ribose and phosphate monomers. | ||
* @param {string} seq Source string of HELM notation | ||
@@ -120,0 +123,0 @@ * @return {string[]} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
308472
2295
171
263
1
9
0