Description Usage Arguments Value See Also Examples
vartype_count_per_chr
reads in the REF and ALT variables from the variant file
and counts how many variant "rows" there are with a single base. This should
imply a SNV, although exceptions to this are quite possible (can't think of an
example right now).
1 | vartype_count_per_chr(vars)
|
vars |
The vars file that contains the REF and ALT variables. |
A data frame with the counts of SNVs and INDELs.
1 2 3 4 | ## Not run:
vartype_count_per_chr(vars) # assumes you have a vars data frame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.