View source: R/scanpyFunctions.R
plotScanpyHVG | R Documentation |
plotScanpyHVG
plotScanpyHVG(inSCE, log = FALSE)
inSCE |
Input |
log |
Plot on logarithmic axes. Default |
plot object
data(scExample, package = "singleCellTK")
## Not run:
sce <- runScanpyNormalizeData(sce, useAssay = "counts")
sce <- runScanpyFindHVG(sce, useAssay = "scanpyNormData", method = "seurat")
plotScanpyHVG(sce)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.