Study Type
Static members
Static member | Description |
Full Usage:
Study.parseAnnotationTablesFromFile path
Parameters:
string
-
he path to the study xlsx file
Returns: (string * TokenizedAnnotationTable) list
|
|
Full Usage:
Study.parseMetadataRowsFromFile (path, ?UseLastSheetOnIncorrectName)
Parameters:
string
-
The path to the study xlsx file
?UseLastSheetOnIncorrectName : bool
-
Wether or not to try parse the last sheet as metadata sheet when there is no sheet with the correct name ("Assay") in the workbook
Returns: IParam list list
|
|
Full Usage:
Study.parseMetadataSheetfromFile (path, ?UseLastSheetOnIncorrectName)
Parameters:
string
-
The path to the study xlsx file
?UseLastSheetOnIncorrectName : bool
-
Wether or not to try parse the last sheet as metadata sheet when there is no sheet with the correct name ("Assay") in the workbook
Returns: IParam list
|
|