View source: R/dataset_chart_classes.R
compare_dist | R Documentation |
Histograms and boxplots computed across samples and features are used to visually compare two datasets e.g. before and after filtering and/or normalisation.
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. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A compare_dist
object inherits the following struct
classes:
[compare_dist]
>> [chart]
>> [struct_class]
M = compare_dist(
factor_name = "V1")
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.