RNA.read(file, format=None, **kwargs)[source]¶Create a new RNA 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:
'genbank' (skbio.io.format.genbank)'fastq' (skbio.io.format.fastq)'qseq' (skbio.io.format.qseq)'fasta' (skbio.io.format.fasta)| Parameters: | file : openable (filepath, URL, filehandle, etc.)
format : str, optional
kwargs : dict, optional
|
|---|---|
| Returns: | RNA
|
See also
write, skbio.io.registry.read, skbio.io.util.open, skbio.io.format.genbank, skbio.io.format.fastq, skbio.io.format.qseq, skbio.io.format.fasta