sample_mutations_hist {CIMICE}R Documentation

Histogram of samples' frequencies

Description

Create the histogram of the samples' mutational frequencies

Usage

sample_mutations_hist(mutmatrix, binwidth = 1)

Arguments

mutmatrix

input dataset (mutational matrix)

binwidth

binwidth parameter for the histogram (as in ggplot)

Value

the newly created histogram

Examples

sample_mutations_hist(example_dataset(), binwidth = 10)


[Package CIMICE version 1.2.1 Index]