Click or drag to resize
SequenceParsers Methods

The SequenceParsers type exposes the following members.

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