TabularMSA.read(file, format=None, **kwargs)[source]¶Create a new TabularMSA 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:
'clustal' (skbio.io.format.clustal)'fasta' (skbio.io.format.fasta)'fastq' (skbio.io.format.fastq)'phylip' (skbio.io.format.phylip)'stockholm' (skbio.io.format.stockholm)| Parameters: | file : openable (filepath, URL, filehandle, etc.)
format : str, optional
kwargs : dict, optional
|
|---|---|
| Returns: | TabularMSA
|