om_boxplot | R Documentation |
plot expression box, violin, density plot or merged plots of all above
om_boxplot(exp_data, samples, plot_type, outdir = NULL)
samples |
sample <-> group map, first column is group id |
plot_type |
type of plot to choose: box, violin, density, all |
outdir |
out put directory, default is NULL, don't output file |
plot_data |
expression matrix |
om_boxplot(exp_test_data, test_sample_data, 'box')
om_boxplot(exp_test_data, test_sample_data, 'violin')
om_boxplot(exp_test_data, test_sample_data, 'density')
om_boxplot(exp_test_data, test_sample_data, 'all')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.