Header menu logo ARCTokenization

Study Type

Static members

Static member Description

Study.parseAnnotationTablesFromFile path

Full Usage: Study.parseAnnotationTablesFromFile path

Parameters:
    path : string - he path to the study xlsx file

Returns: (string * TokenizedAnnotationTable) list

Parses all annotation tables from an ISA Study XLSX file as a list of `TokenizedAnnotationTable`s, a type that contains IO columns separated from the other columns.

path : string

he path to the study xlsx file

Returns: (string * TokenizedAnnotationTable) list

Study.parseMetadataRowsFromFile (path, ?UseLastSheetOnIncorrectName)

Full Usage: Study.parseMetadataRowsFromFile (path, ?UseLastSheetOnIncorrectName)

Parameters:
    path : 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

Parses the metadata sheet from an ISA Study XLSX file as a row-based 2D list of `IParam`s.

path : 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

Study.parseMetadataSheetfromFile (path, ?UseLastSheetOnIncorrectName)

Full Usage: Study.parseMetadataSheetfromFile (path, ?UseLastSheetOnIncorrectName)

Parameters:
    path : 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

Parses the metadata sheet from an ISA Study XLSX file as a flat list of `IParam`s.

path : 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

Type something to start searching.