Click or drag to resize
SequenceFormatters Class
SequenceFormatter class is an abstraction class which provides instances and lists of all Formatter currently supported by Bio.
Inheritance Hierarchy
SystemObject
  Bio.IOSequenceFormatters

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

The SequenceFormatters type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Gets the list of all formatters which is supported by the framework.
Public propertyStatic memberFasta
Gets an instance of FastaFormatter class which is capable of saving a ISequence according to the FASTA file format.
Public propertyStatic memberFastQ
Gets an instance of FastQFormatter class which is capable of saving a IQualitativeSequence according to the FASTQ file format.
Public propertyStatic memberGenBank
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.
Public propertyStatic memberGff
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.
Top
Methods
  NameDescription
Public methodStatic memberFindFormatterByFileName
Returns formatter which supports the specified file.
Public methodStatic memberFindFormatterByName
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 GenBnak formats.
Top
See Also