Sequence.write(file, format='fasta', **kwargs)[source]¶Write an instance of Sequence to a file.
This is a convenience method for skbio.io.registry.write().
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)'genbank' (skbio.io.format.genbank)'gff3' (skbio.io.format.gff3)| Parameters: |
|
|---|