SequenceParsers Class |
Namespace: Bio.IO
The SequenceParsers type exposes the following members.
Name | Description | |
---|---|---|
All |
Gets the list of all parsers which is supported by the framework.
| |
Fasta |
Gets an instance of FastaParser class which is capable of
parsing FASTA format files.
| |
FastQ |
Gets an instance of FastQParser class which is capable of
parsing FASTQ format files.
| |
GenBank |
Gets an instance of GenBankParser class which is capable of
parsing GenBank format files.
| |
Gff |
Gets an instance of GffParser class which is capable of
parsing GFF format files.
|
Name | Description | |
---|---|---|
FindParserByFileName |
Finds a suitable parser that supports the specified file, opens the file and returns the parser.
| |
FindParserByName |
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 GenBank formats.
|