View source: R/seuratFunctions.R
plotSeuratHVG | R Documentation |
plotSeuratHVG Plot highly variable genes from input sce object (must have highly variable genes computations stored)
plotSeuratHVG(inSCE, labelPoints = 0)
inSCE |
(sce) object that contains the highly variable genes computations |
labelPoints |
Numeric value indicating the number of top genes that
should be labeled.
Default is |
plot object
data(scExample, package = "singleCellTK")
## Not run:
sce <- runSeuratNormalizeData(sce, useAssay = "counts")
sce <- runSeuratFindHVG(sce, useAssay = "counts")
plotSeuratHVG(sce)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.