SequenceFormatters Class |
Namespace: Bio.IO
The SequenceFormatters type exposes the following members.
Name | Description | |
---|---|---|
All |
Gets the list of all formatters which is supported by the framework.
| |
Fasta |
Gets an instance of FastaFormatter class which is capable of
saving a ISequence according to the FASTA file format.
| |
FastQ |
Gets an instance of FastQFormatter class which is capable of
saving a IQualitativeSequence according to the FASTQ file format.
| |
GenBank |
Gets an instance of GenBankFormatter class which is capable of
saving a ISequence which contains the metadata of GenBank according to the GenBank file format.
| |
Gff |
Gets an instance of GffFormatter class which is capable of
saving a ISequence which contains the metadata of gff according to the GFF file format.
|
Name | Description | |
---|---|---|
FindFormatterByFileName |
Returns formatter which supports the specified file.
| |
FindFormatterByName |
Returns parser which supports the specified file.
| |
IsFasta |
Identifies if a file extension is a
valid extension for FASTA formats.
| |
IsFastQ |
Identifies if a file extension is a
valid extension for FastQ formats.
| |
IsGenBank |
Identifies if a file extension is a
valid extension for GenBnak formats.
|