Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 62: Line 62:  
| <code>int32_t CigarRoller::getRefOffset(int32_t queryIndex)</code>
 
| <code>int32_t CigarRoller::getRefOffset(int32_t queryIndex)</code>
 
|Return the reference offset associated with the specified query index or INDEX_NA based on this cigar.
 
|Return the reference offset associated with the specified query index or INDEX_NA based on this cigar.
 +
See [[C++ Class: CigarRoller#Mapping Between Reference and Read/Query|Mapping Between Reference and Read/Query]] for a more detailed explanation with examples as to how it works.
 
|-
 
|-
 
| <code>int32_t CigarRoller::getQueryIndex(int32_t refOffset)</code>
 
| <code>int32_t CigarRoller::getQueryIndex(int32_t refOffset)</code>
 
| Return the query index associated with the specified reference offset or INDEX_NA based on this cigar.
 
| Return the query index associated with the specified reference offset or INDEX_NA based on this cigar.
 +
See [[C++ Class: CigarRoller#Mapping Between Reference and Read/Query|Mapping Between Reference and Read/Query]] for a more detailed explanation with examples as to how it works.
 
|}
 
|}
  

Navigation menu