DatasetExperiment_boxplot {structToolbox} | R Documentation |
Boxplot of values per sample/feature in a DatasetExperiment
DatasetExperiment_boxplot( factor_name, by_sample = TRUE, per_class = TRUE, number = 50, ... )
factor_name |
the column name of sample_meta to use |
by_sample |
[TRUE] or FALSE to plot by samples or features respectively |
per_class |
[TRUE] or FALSE to plot per level in factro_name |
number |
the number of samples/features to plot |
... |
additional slots and values passed to struct_class |
struct object
D = MTBLS79_DatasetExperiment() C = DatasetExperiment_boxplot(factor_name='class',number=10,per_class=FALSE) chart_plot(C,D)