@datagrok-libraries/bio
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -8,3 +8,3 @@ { | ||
"friendlyName": "Datagrok bio library", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
@@ -121,2 +121,4 @@ import * as DG from 'datagrok-api/dg'; | ||
static getSplitterWithSeparator(separator: string): SplitterFunc; | ||
/** Get splitter method to split sequences to monomers */ | ||
static getSplitter(units: string, separator: string): SplitterFunc; | ||
/** Only some of the synonyms. These were obtained from the clustered oligopeptide dataset. */ | ||
@@ -123,0 +125,0 @@ private static aaSynonyms; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
219822
1613