plot_stats {methrix} | R Documentation |
Plot descriptive statistics
plot_stats( plot_dat, what = "M", stat = "mean", ignore_chr = NULL, samples = NULL, n_col = NULL, n_row = NULL )
plot_dat |
results from |
what |
Can be |
stat |
Can be |
ignore_chr |
Chromsomes to ignore. Default |
samples |
Use only these samples. Default |
n_col |
number of columns. Passed to 'facet_wrap' |
n_row |
number of rows. Passed to 'facet_wrap' |
plot descriptive statistics results from get_stats
ggplot2 object
data('methrix_data') gs = get_stats(methrix_data) plot_stats(gs)