Function
findTagKey
Find a tag's key of a BamHeaderRecord.
Include Headers
seqan/bam_io.h
Parameters
Index of the tag with the given key. The index of the found key is stored here. Types: | |
The BamTagsDict to retrieve data from. | |
Name of the key to find. Types: CharString | |
The name of the tag key whose position is to be stored in Types: CharString | |
The record to query. Types: BamHeaderRecord |
Return Values
Member of
Examples
bool keyFound = findTagKey(myIdx, "SN", record);
See Also
SeqAn - Sequence Analysis Library - www.seqan.de