Description Usage Arguments Value Examples
View source: R/seuratFunctions.R
seuratPlotHVG Plot highly variable genes from input sce object (must have highly variable genes computations stored)
1 | seuratPlotHVG(inSCE)
|
inSCE |
(sce) object that contains the highly variable genes computations |
plot object
1 2 3 4 5 6 7 | data(scExample, package = "singleCellTK")
## Not run:
sce <- seuratNormalizeData(sce, useAssay = "counts")
sce <- seuratFindHVG(sce, useAssay = "counts")
seuratPlotHVG(sce)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.