Description Usage Arguments Value Examples
View source: R/scMethrix_plot.R
Violin Plot for β-Values
1 2 3 4 5 6 7 8 9 10 |
scm |
|
assay |
string; name of an existing assay. Default = "score" |
regions |
Granges; genomic regions to be summarized. Could be a data.table with 3 columns (chr, start, end) or a |
n_cpgs |
integer; Use these many random CpGs for plotting. Default 25000. Set it to |
pheno |
string; Col name of colData(m). Will be used as a factor to color different groups |
col_palette |
string; Name of the RColorBrewer palette to use for plotting. |
show_legend |
boolean; Display the legend on the plot |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
ggplot2 object
1 2 | data('scMethrix_data')
plot_violin(scm = scMethrix_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.