plotDR | R Documentation |
Compute and plot the results of any dimension reduction methods on gene expression data
plotDR(object, dims = c(1, 2), ...)
## S4 method for signature 'SingleCellExperiment'
plotDR(object, dims, dimred = "PCA", textScale = 1, ...)
## S4 method for signature 'SpatialExperiment'
plotDR(object, dims, dimred = "PCA", textScale = 1, ...)
object |
a DGEList, SummarizedExperiment or ExpressionSet object containing gene expression data. |
dims |
a numeric, containing 2 values specifying the dimensions to plot. |
... |
aesthetic mappings to pass to |
dimred |
a string or integer scalar indicating the reduced dimension
result in |
textScale |
a numeric, specifying the relative scale factor to apply to text on the plot. |
a ggplot2 object
library(scater)
data("dkd_spe_subset")
spe <- scater::runPCA(dkd_spe_subset)
plotDR(spe, dimred = "PCA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.