Description Usage Arguments Details Value See Also Examples
Plot descriptive statistics
1 2 3 4 5 6 7 8 9 | 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
1 2 3 | data('methrix_data')
gs = get_stats(methrix_data)
plot_stats(gs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.