Description Usage Arguments Details Value See Also Examples
View source: R/scMethrix_plot.R
Plot descriptive statistics
1 2 3 4 5 6 7 8 9 10 11 12 |
scm |
scMethrix; |
assay |
string; name of an existing assay. Default = "score" |
stat |
string; Can be |
per_chr |
boolean; plot per chromosome |
ignore_chr |
string; Chromsomes to ignore. If NULL, all chromosome will be used. Default |
ignore_samples |
list of strings; Samples to ignore. If NULL, all samples will be used. Default |
n_col |
integer; number of columns. Passed to |
n_row |
integer; number of rows. Passed to |
pheno |
string; Col name of colData(m). Will be used as a factor to color different groups |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
plot descriptive statistics results from get_stats
ggplot2 object
1 2 | data('scMethrix_data')
plot_stats(scMethrix_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.