Click or drag to resize
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.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public string Contig { get; set; }

Property Value

Type: String
See Also