Description Usage Arguments Value
Plot histogram of the 96 possible mutations
1 2 3  | mc.plotContext(mutnet, base.ref.col = "ref.allele",
  base.alt.col = "alt.allele", base.3p.col = "base.3p",
  base.5p.col = "base.5p", trinuc.pc, symetrize = c(TRUE, FALSE)[1])
 | 
mutnet | 
 A list of dataframe with mutations infos for each sample  | 
base.ref.col | 
 Name of the column with the reference allele in dataframe  | 
base.alt.col | 
 Name of the column with the alternative allele in dataframe  | 
base.3p.col | 
 Name of the column with the base after the mutation in dataframe  | 
base.5p.col | 
 Name of the column with the base before the mutation in dataframe  | 
trinuc.pc | 
 Array of the proportion of each trinucleotide in the genome (for normalisation)  | 
symetrize | 
 Boolean to symetrize reversable mutations or not  | 
A ggplot object to plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.