BAMReferenceIndexesUnMappedReadsCount Property |
Count of the number of unmapped reads (Typically
those where a read does not align to a reference but its
mate does, though this is not guaranteed).
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic ulong UnMappedReadsCount { get; }
Public ReadOnly Property UnMappedReadsCount As ULong
Get
public:
property unsigned long long UnMappedReadsCount {
unsigned long long get ();
}
member UnMappedReadsCount : uint64 with get
Property Value
Type:
UInt64
See Also