sample_mutations_hist {CIMICE} | R Documentation |
Create the histogram of the samples' mutational frequencies
sample_mutations_hist(mutmatrix, binwidth = 1)
mutmatrix |
input dataset (mutational matrix) |
binwidth |
binwidth parameter for the histogram (as in ggplot) |
the newly created histogram
sample_mutations_hist(example_dataset(), binwidth = 10)