| variant_bc | R Documentation |
Calculates non-reference base call counts from a vector bc and
ref(ference) bases. Make sure the combination of base calls and
reference bases <= 2 alleles.
variant_bc(ref, bc)
ref |
vector of reference bases.. |
bc |
vector of base calls. |
vector of most frequent base call counts.
ref <- c("A", "A")
bc <- c("A", "AG")
# show non-reference base calls
variant_bc(ref, bc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.