DatasetExperiment_boxplot {structToolbox} | R Documentation |
A boxplot to visualise the distribution of values within a subset of features.
DatasetExperiment_boxplot( factor_name, by_sample = TRUE, per_class = TRUE, number = 50, ... )
factor_name |
(character) The name of a sample-meta column to use. |
by_sample |
(logical) Plot by sample. Allowed values are limited to the following:
The default is |
per_class |
(logical) Plot per class. Allowed values are limited to the following:
The default is |
number |
(numeric, integer) The number of features/samples plotted. The default is |
... |
Additional slots and values passed to |
A DatasetExperiment_boxplot
object.
struct object
D = MTBLS79_DatasetExperiment() C = DatasetExperiment_boxplot(factor_name='class',number=10,per_class=FALSE) chart_plot(C,D)