DNA.read(file, format=None, **kwargs)[source]¶Create a new DNA 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:
'embl' (skbio.io.format.embl)'fasta' (skbio.io.format.fasta)'fastq' (skbio.io.format.fastq)'qseq' (skbio.io.format.qseq)'genbank' (skbio.io.format.genbank)'gff3' (skbio.io.format.gff3)| Parameters: |
|
|---|---|
| Returns: | A new instance. |
| Return type: |