View source: R/inputVisualization.R
gene_mutations_hist | R Documentation |
Create the histogram of the genes' mutational frequencies
gene_mutations_hist(mutmatrix, binwidth = 1)
mutmatrix |
input dataset (mutational matrix) |
binwidth |
binwidth parameter for the histogram (as in ggplot) |
the newly created histogram
gene_mutations_hist(example_dataset(), binwidth = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.