Header menu logo ARCTokenization

Investigation Type

Static members

Static member Description

Investigation.parseMetadataRowsFromFile (path, ?UseLastSheetOnIncorrectName)

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

Parameters:
    path : string - The path to the investigation 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 Investigation XLSX file as a row-based 2D list of `IParam`s.

path : string

The path to the investigation 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

Investigation.parseMetadataSheetFromFile (path, ?UseLastSheetOnIncorrectName)

Full Usage: Investigation.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.