Click or drag to resize
SequenceParsers Properties

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
See Also