Description Usage Arguments Value Examples
View source: R/fc_graphic_output.R
Generate boxplots for a subset of features in an Fc Array data frame, separated out by group membership. Plots both boxes and whiskers and jitter plot of the points. Supports more than 2 groups. Resultant plots will live in a pdf, and be saved in results_dir.
1 | fcgo_boxplot(fc, to_box, results_dir, flags, gopts, seed = 1337)
|
fc |
The Fc Array data frame |
to_box |
A vector of strings of feature names that you wish to generate boxplots for. |
results_dir |
Where you want your results to be saved. |
flags |
A list of analysis booleans. Must have specified the subparameters:
|
gopts |
A list of graphical options. Must have specified the subparameters, and then the subsequent optional parameters:
|
Nothing! Just outputs plots.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.