SAMAlignedSequenceRefEndPos Property |
Gets one based alignment end position of reference sequence depending on CIGAR Value.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int RefEndPos { get; }
Public ReadOnly Property RefEndPos As Integer
Get
public:
property int RefEndPos {
int get ();
}
member RefEndPos : int with get
Property Value
Type:
Int32See Also