ValidImportSampleManipulationQ
ValidImportSampleManipulationQ[filePaths]⟹testSummary
given filePaths to an excel file(s) of the appropriate format, will return a corresponding list of Sample Manipulation 'primitives'.
ValidImportSampleManipulationQ[cloudFiles]⟹testSummary
given cloudFiles to an excel file(s) of the appropriate format, will return a corresponding list of Sample Manipulation 'primitives'.
ValidImportSampleManipulationQ[rawData]⟹testSummary
given rawData corresponding to an excel file(s) of the appropriate format, will return a corresponding list of Sample Manipulation 'primitives'.
ValidImportSampleManipulationQ[inputs]⟹testSummary
given inputs of the appropriate format, will return a corresponding list of Sample Manipulation 'primitives'.
Examples
Basic Examples (5)
Validate a request to generate a list of Sample Manipulation Primitives from a cloud file:
Validate a request to generate a list of Sample Manipulation Primitives from a file path:
Validate a request to generate a list of Sample Manipulation Primitives from raw data:
Validate a request to generate multiple lists of Transfer Primitives given a list of cloud files, file paths, or raw data:
Validation will fail if the format of the input is not valid:


