Contains the position for the SNP within the sequence
(may be position in full sequence or offset within chromosome)
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int Position { get; set; }
Public Property Position As Integer
Get
Set
public:
property int Position {
int get ();
void set (int value);
}
member Position : int with get, set
Property Value
Type:
Int32See Also