GenBankMetadataBaseCount Property |
Summary of the number of occurrences of each base pair code
(a, c, t, g, and other) in the sequence.
This is obsolete and was removed from the GenBank flat-file
format in October 2003.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string BaseCount { get; set; }
Public Property BaseCount As String
Get
Set
public:
property String^ BaseCount {
String^ get ();
void set (String^ value);
}
member BaseCount : string with get, set
Property Value
Type:
StringSee Also