varcallCandidates | R Documentation |
Interpret the CIGAR and MDZ strings to construct a table of variant base calls
varcallCandidates(flagV, mdzStr, cigarStr, startPos, readSeq, readQual)
flagV |
vector of flags (from samStreamer) |
mdzStr |
MD:Z string from sam |
cigarStr |
CIGAR string from sam |
startPos |
alignment start position from sam |
readSeq |
read sequence from sam |
readQual |
quality string from sam |
a table of all variant base calls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.