View source: R/scanpyFunctions.R
plotScanpyPCAVariance | R Documentation |
plotScanpyPCAVariance
plotScanpyPCAVariance(inSCE, nPCs = 50, log = FALSE)
inSCE |
Input |
nPCs |
Number of PCs to show. Default |
log |
Plot on logarithmic scale. Default |
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")
plotScanpyPCAVariance(sce)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.