Description Usage Arguments Value
View source: R/normalize.data.R
Determines trinucleotide context fraction from a mutation counts list. Given a data frame or .txt file or mutation counts with columns as trincucleotide contexts in the form A[C>A]A and the rows as sample id's and a data frame or .txt file of the times each tri nucleotide context is seen in the sequencing region with the rows in the format ACA, the function returns a data frame of the mutation counts normalized by trinucleotide frequency
1 | getTriContextFraction(mut.counts.ref, trimer.counts.method)
|
mut.counts.ref |
data frame of counts of mutations in each trinucleotide context for each sample or location where .txt file is found |
trimer.counts.ref |
data frame of counts of times each trinculeotide context is seen in sequencing area or location where the .txt file is found |
Returns the trinucleotide context fraction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.