from_csv¶
- classmethod SampleMetadata.from_csv(filepath, **kwargs)[source]¶
Factory method to construct a
SampleMetadatafrom CSV file.- Parameters
filepath (str) – Path to .csv file.
kwargs (Any) – Passed to the constructor.
- Returns
Instance of class
- Return type
.SampleMetadata