SequenceFormattersGff Property |
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.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static GffFormatter Gff { get; }
Public Shared ReadOnly Property Gff As GffFormatter
Get
public:
static property GffFormatter^ Gff {
GffFormatter^ get ();
}
static member Gff : GffFormatter with get
Property Value
Type:
GffFormatterSee Also