plot_stats | 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
get_stats
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.