BAMReferenceIndexesHasMetaData Property |
Does this read have meta data associated with it? (number of mapped/unmapped reads?)
Note that the meta-data is not standardized yet across implementations
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool HasMetaData { get; }
Public ReadOnly Property HasMetaData As Boolean
Get
public:
property bool HasMetaData {
bool get ();
}
member HasMetaData : bool with get
Property Value
Type:
Boolean
See Also