Description Usage Arguments Value
Plot aggregated data from a GatingSet
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
df |
a data.frame with plot data resulting from a call of |
gs |
a GatingSet |
sample |
Names of samples from the GatingSet
(as returned by |
subset |
Names of subsets from the GatingSet
(as returned by |
spill |
spillover matrix. If NULL, uncompensated data is used for gating and plotting. |
metadata |
a data.frame containing metadata associated to samples.
Must have a column |
transformation |
A list of trans objects. Each element must be named after a parameter and contain the transfomation to apply for this parameter. If NULL, the default transformation 'y_trans' is applied. |
stat_function |
Name of the function to be applied on transformed data for each sample and subset. |
y_trans |
Default trans object (set to 'identity_trans()' by default). Used only if parameter 'transformation' is NULL. |
apply_inverse |
logical; Apply inverse transformation before returning the data. |
yvar |
Names of the variables for which to compute statistics |
var_names |
Replace 'yvar' with custom names |
scale |
logical; Should data be scaled for each 'yvar' variable? |
plot_type |
name of the plot type |
plot_args |
list of plot parameters passed to the plot function. Plot parameters depend on the plot type selected. |
options |
list of plot format options passed to |
a list with a plot and the corresponding plot data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.