Click or drag to resize
SequenceFormatters Properties

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