biotite.sequence.io.fasta
#
This subpackage is used for reading and writing sequence objects using the popular FASTA format.
This package contains the FastaFile
, which provides a
dictionary like interface to FASTA files, where the header lines are
keys and the strings containing sequence data are the corresponding
values.
Furthermore, the package contains convenience functions for
getting/setting directly Sequence
objects, rather than strings.
Content#
This class represents a file in FASTA format. |
|
Get an alignment from a |
|
Get a sequence from a |
|
Get dictionary from a |
|
Fill a |
|
Set a sequence in a |
|
Set sequences in a |