GenBankMetadataContig Property |
provides information about how individual sequence records can be
combined to form larger-scale biological objects, such as chromosomes
or complete genomes. Rather than presenting actual sequence data, a
special join() statement provides the accession numbers and base pair
ranges of the underlying records which comprise the object.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Contig { get; set; }
Public Property Contig As String
Get
Set
public:
property String^ Contig {
String^ get ();
void set (String^ value);
}
member Contig : string with get, set
Property Value
Type:
StringSee Also