SAM/BAM Classes FAQs: Difference between revisions
From Genome Analysis Wiki
Jump to navigationJump to search
Created page with '== How Do I? == * Map between a query/read sequence and a reference sequence to do things like looking up a base/quality at a given reference position or looking up a reference …' |
No edit summary |
||
| Line 1: | Line 1: | ||
== How Do I? == | == How Do I? == | ||
* Map between a query/read sequence and a reference sequence to do things like looking up a base/quality at a given reference position or looking up a reference base for a given read position | * Q: Map between a query/read sequence and a reference sequence to do things like looking up a base/quality at a given reference position or looking up a reference base for a given read position? | ||
** Use [[C++ Class: CigarRoller#Mapping Between Reference and Read/Query|CigarRoller::getQueryIndex & CigarRoller::getRefOffset]] | ** A: Use [[C++ Class: CigarRoller#Mapping Between Reference and Read/Query|CigarRoller::getQueryIndex & CigarRoller::getRefOffset]] | ||
Revision as of 17:25, 29 July 2010
How Do I?
- Q: Map between a query/read sequence and a reference sequence to do things like looking up a base/quality at a given reference position or looking up a reference base for a given read position?