.get_3n_context_of_mutations | R Documentation |
This function finds the tri-nucleotide context of mutations
.get_3n_context_of_mutations(mutations, this_genome)
mutations |
A data frame with the following columns: chr, pos1, pos2, ref, alt, patient
|
this_genome |
The reference genome object of BSgenome, for example BSgenome.Hsapiens.UCSC.hg19::Hsapiens |
A data frame consisting of the same columns as the original mutations data frame and sorted
by SNVs and Indels with an additional column tag
which indicates the trinucleotide context of
the mutation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.