View source: R/scanpyFunctions.R
plotScanpyPCA | R Documentation |
plotScanpyPCA
plotScanpyPCA(
inSCE,
reducedDimName = "scanpyPCA",
color = NULL,
title = "",
legend = "right margin"
)
inSCE |
Input |
reducedDimName |
Name of new reducedDims object containing Scanpy PCA. |
color |
Keys for annotations of observations/cells or variables/genes. |
title |
Provide title for panels either as string or list of strings |
legend |
Location of legend, either 'on data', 'right margin' or a valid keyword for the loc parameter of Legend. |
plot object
data(scExample, package = "singleCellTK")
## Not run:
sce <- runScanpyNormalizeData(sce, useAssay = "counts")
sce <- runScanpyFindHVG(sce, useAssay = "scanpyNormData", method = "seurat")
sce <- runScanpyScaleData(sce, useAssay = "scanpyNormData")
sce <- runScanpyPCA(sce, useAssay = "scanpyScaledData")
plotScanpyPCA(sce)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.