plot_stats.Rd
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` |
ggplot2 object
plot descriptive statistics results from get_stats
#>plot_stats(gs)