View source: R/create_boxplots.R
create_boxplots | R Documentation |
create boxplots of deconvolution results for each algorithm
create_boxplots(results.df, celltype.order = NULL, algorithm.order = NULL)
results.df |
data frame as returned by prepare_data |
celltype.order |
character vector of cell types specifying the plotting order |
algorithm.order |
character vector of algorithm names specifying the plotting order (left to right) |
list containing list of ggplot objects (plots), ordered by celltype.order (if supplied)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.