Description Usage Arguments Details Value Author(s) References Examples
This function plots the expression of the supplied se object, representing ratios between a pair of selected treatments as a boxplot for each group in the selected annotation column.
1 2  | 
se | 
 An se object.  | 
groupings | 
 A grouping (annotation column), e.g. groupings="something".  | 
treatment1 | 
 Symbol, treatment 1.  | 
treatment2 | 
 Symbol, treatment 2.  | 
mode_mean | 
 Boolean, Calculate RowMeans or RowMedians.  | 
LOG2 | 
 Boolean, Calculate LOG2.  | 
... | 
 Passthrough arguments to boxplot (additional arguments affecting the summary produced).  | 
This function boxplots expression of the supplied se object using ratios of treatment1/treatment2.
Returns an invisible data frame containing the values.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 3  | data(hmel.se)
plotRatioBoxes(se, groupings='annotation.ZA', treatment1 = 'Male',
treatment2 = 'Female')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.