Component Module
Functions and values
| Function or value |
Description
|
Full Usage:
annotationFromISAString (name, termName, termSourceREF, termAccessionNumber)
Parameters:
string
termName : string
termSourceREF : string
termAccessionNumber : string
Returns: Annotation
|
|
Full Usage:
annotationToISAString annotation
Parameters:
Annotation
Returns: string * DefinedTerm
|
|
Full Usage:
fromAggregatedStrings separator names terms source accessions
Parameters:
char
names : string
terms : string
source : string
accessions : string
Returns: Annotation list
|
Returns a list of ISAJson Component objects from ISATab aggregated strings
|
Full Usage:
toAggregatedStrings separator cs
Parameters:
char
cs : Annotation seq
Returns: (type)
|
Returns the aggregated ISATAb Component Name, Ontology Annotation value, Accession number and ontology source from a list of ISAJson Component objects
|
ProcessCore