plotRLExpr | R Documentation |
Compute and plot relative log expression (RLE) values of gene expression data
plotRLExpr(object, ordannots = c(), ...)
## S4 method for signature 'DGEList'
plotRLExpr(object, ordannots = c(), ...)
## S4 method for signature 'ExpressionSet'
plotRLExpr(object, ordannots = c(), ...)
## S4 method for signature 'SummarizedExperiment'
plotRLExpr(object, ordannots, assay = 1, sce_thresh = 1000, ...)
object |
a DGEList, SummarizedExperiment or ExpressionSet object containing gene expression data. |
ordannots |
variables or computations to sort samples by (tidy style). |
... |
aesthetic mappings to pass to |
assay |
a numeric or character, specifying the assay to use (for
|
sce_thresh |
Integer value. The threshold of sample size for using dot plot instead of box plot. |
a ggplot2 object, containing the RLE plot.
data("dkd_spe_subset")
plotRLExpr(dkd_spe_subset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.