Description Usage Arguments See Also
Functions for processing position-specific base count tables (tallies) and extracting mismatches counts.
1 2 3 4 5 6 7 8 | ## low-level functions
selectStrand(x, strand = c("both", "plus", "minus"), idx = 1:ncol(x))
seqDepth(x)
callConsensus(counts, verbose = FALSE)
mismatchCount(counts, consensus, depth = rowSums(counts))
|
x |
Input object |
strand |
Which strand to return? |
idx |
Index of bases to consider (leave as is) |
counts |
Count matrix |
verbose |
Show warnings |
consensus |
Consensus sequence |
depth |
Sequencing depth for counts |
.
comparativeMismatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.