SAMAlignedSequenceHeaderMapQ Property |
Mapping quality (phred-scaled posterior probability that the
mapping position of this read is incorrect).
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int MapQ { get; set; }
Public Property MapQ As Integer
Get
Set
public:
property int MapQ {
int get ();
void set (int value);
}
member MapQ : int with get, set
Property Value
Type:
Int32See Also