Function
extractTagValue
Extract and cast "atomic" value from tags string with index idx.
extractTagValue(dest, tags, idx)
Include Headers
seqan/bam_io.h
Parameters
dest
The variable to write the value to.
Remarks: The value is first copied in a variable of the type indicated in the BAM file. Then it is cast into the type of dest.
tags
BamTagsDict object.
Remarks
The function only works for atomic types such as int, not for char* or arrays.
See BamTagsDict for an example.
Return Values
bool, indicating the success.
Member of
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:35