View source: R/palimpsest_input.R
count_triplets | R Documentation |
Counts the number of DBS mutations that are in fact triple base substituions. Used inside "palimpsest_input2", not designed to be used outside this function.
count_triplets(vcf, ordering, mutypes)
vcf |
The input vcf file. |
ordering |
the ordering of samples from palimpsest_input2 function. |
mutypes |
The DBS mutypes from palimpsest_input2 function. |
trip_nums <- count_triplets(vcf, ordering, mutypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.