View source: R/region_counts.R
region_counts | R Documentation |
add counts of variants to gff data object
region_counts(regions, vcf)
regions |
data.table object with columns chr, start, stop |
vcf |
data.table object of variant data (data.table with CHROM, POS, REF, and ALT columns) |
a vector of variant counts for each row of input gff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.