seuratPlotHVG {singleCellTK} | R Documentation |
seuratPlotHVG Plot highly variable genes from input sce object (must have highly variable genes computations stored)
seuratPlotHVG(inSCE)
inSCE |
(sce) object that contains the highly variable genes computations |
plot object
data(scExample, package = "singleCellTK") ## Not run: sce <- seuratNormalizeData(sce, useAssay = "counts") sce <- seuratFindHVG(sce, useAssay = "counts") seuratPlotHVG(sce) ## End(Not run)