from_biom

classmethod SampleMetadata.from_biom(filepath, **kwargs)[source]

Factory method to construct a SampleMetadata from biom file.

Parameters
  • filepath (str) – Path to biom file

  • kwargs – Passed to the constructor

Returns

Instance of class

Return type

.SampleMetadata