vartype_count_per_chr: Counts the number of SNVs and INDELs within each chromosome

Description Usage Arguments Value See Also Examples

Description

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).

Usage

1

Arguments

vars

The vars file that contains the REF and ALT variables.

Value

A data frame with the counts of SNVs and INDELs.

See Also

vartype_count.

Examples

1
2
3
4
## Not run: 
vartype_count_per_chr(vars) # assumes you have a vars data frame

## End(Not run)

bahlolab/varpr documentation built on May 11, 2019, 5:26 p.m.