.merge_sites_and_muts | R Documentation |
Combines quadnucleotide counts and site information
.merge_sites_and_muts(gr_seq, gr_maf, trinuc, is_site)
gr_seq |
GenomicRanges object of site/flanks chromosomes and positions |
gr_maf |
GenomicRanges object with mcols containing quadnucleotide context or indel |
trinuc |
Data frame of counts for each trinucleotide counts extended to each quadnucleotide |
is_site |
Boolean indicating whether mutation is within site or flanking region |
Data frame containing mutation and trinucleotide counts for each quadnucleotide context + indel. Includes boolean indicator of is_site
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.