Description Usage Arguments Value Examples
This plot returns a scatterplot of the mean by the variance of gene expression. A linear relationship between these values for RNAseq data suggest that an appropriate transformation such as the Variance Stabilizing Transformation should be applied.
1 2 3 4 | plot_mean_var(cem, ...)
## S4 method for signature 'CEMiTool'
plot_mean_var(cem, filter = FALSE)
|
cem |
Object of class |
... |
Optional parameters |
filter |
Logical. Whether or not to use filtered data for CEMiTool objects (Default: FALSE). |
Object of class CEMiTool
containing a mean and variance plot
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.