Header menu logo ARCTokenization

Assay Type

Static members

Static member Description

Assay.parseAnnotationTablesFromFile path

Full Usage: Assay.parseAnnotationTablesFromFile path

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

Returns: (string * TokenizedAnnotationTable) list

Parses all annotation tables from an ISA Assay 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 assay xlsx file

Returns: (string * TokenizedAnnotationTable) list

Assay.parseMetadataRowsFromFile (path, ?UseLastSheetOnIncorrectName)

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

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

path : string

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

Assay.parseMetadataSheetFromFile (path, ?UseLastSheetOnIncorrectName)

Full Usage: Assay.parseMetadataSheetFromFile (path, ?UseLastSheetOnIncorrectName)

Parameters:
    path : string - The path to the assay 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 Assay XLSX file as a flat list of `IParam`s.

path : string

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