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