Changes

From Genome Analysis Wiki
Jump to navigationJump to search
307 bytes added ,  08:35, 11 August 2010
no edit summary
Line 177: Line 177:  
| <code>const char* SamRecord::getQuality()</code>
 
| <code>const char* SamRecord::getQuality()</code>
 
| Returns the SAM formatted Quality string.
 
| Returns the SAM formatted Quality string.
 +
|-
 +
| <code>char SamRecord::getSequence(int index)</code>
 +
| Get the sequence base at the specified index into this sequence, range: 0 to readLength - 1.
 +
|-
 +
| <code>char SamRecord::getQuality(int index)</code>
 +
| Get the quality character at the specified index into this sequence, range: 0 to readLength - 1.
 
|-
 
|-
 
|<code>Cigar* SamRecord::getCigarInfo()</code>
 
|<code>Cigar* SamRecord::getCigarInfo()</code>

Navigation menu