compare_dist {structToolbox} | R Documentation |
A combination of plots to compare distributions of samples/features in two datasets
compare_dist(factor_name, ...)
factor_name |
the sample_meta colum to use |
... |
additional slots and values passed to struct_class |
struct object
D1=MTBLS79_DatasetExperiment(filtered=FALSE) D2=MTBLS79_DatasetExperiment(filtered=TRUE) C = compare_dist(factor_name='class') chart_plot(C,D1,D2)