Description Usage Arguments Value Examples
View source: R/dataset_chart_classes.R
Histograms and boxplots computed across samples and features are used to visually compare two datasets e.g. before and after filtering and/or normalisation.
1 | compare_dist(factor_name, ...)
|
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
A compare_dist
object.
1 2 3 4 | D1=MTBLS79_DatasetExperiment(filtered=FALSE)
D2=MTBLS79_DatasetExperiment(filtered=TRUE)
C = compare_dist(factor_name='class')
chart_plot(C,D1,D2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.