Click or drag to resize
SequenceParsers Class
SequenceParsers class is an abstraction class which provides instances and lists of all Parsers currently supported by Bio.
Inheritance Hierarchy
SystemObject
  Bio.IOSequenceParsers

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class SequenceParsers

The SequenceParsers type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Gets the list of all parsers which is supported by the framework.
Public propertyStatic memberFasta
Gets an instance of FastaParser class which is capable of parsing FASTA format files.
Public propertyStatic memberFastQ
Gets an instance of FastQParser class which is capable of parsing FASTQ format files.
Public propertyStatic memberGenBank
Gets an instance of GenBankParser class which is capable of parsing GenBank format files.
Public propertyStatic memberGff
Gets an instance of GffParser class which is capable of parsing GFF format files.
Top
Methods
  NameDescription
Public methodStatic memberFindParserByFileName
Finds a suitable parser that supports the specified file, opens the file and returns the parser.
Public methodStatic memberFindParserByName
Returns parser which supports the specified file.
Public methodStatic memberIsFasta
Identifies if a file extension is a valid extension for FASTA formats.
Public methodStatic memberIsFastQ
Identifies if a file extension is a valid extension for FastQ formats.
Public methodStatic memberIsGenBank
Identifies if a file extension is a valid extension for GenBank formats.
Top
See Also