IntervalMetadata.read(file, format=None, **kwargs)[source]¶Create a new IntervalMetadata instance from a file.
This is a convenience method for skbio.io.registry.read(). For
more information about the I/O system in scikit-bio, please see
skbio.io.
Supported file formats include:
'gff3' (skbio.io.format.gff3)| Parameters: |
|
|---|---|
| Returns: | A new instance. |
| Return type: |