seuratPlotHVG {singleCellTK}R Documentation

seuratPlotHVG Plot highly variable genes from input sce object (must have highly variable genes computations stored)

Description

seuratPlotHVG Plot highly variable genes from input sce object (must have highly variable genes computations stored)

Usage

seuratPlotHVG(inSCE)

Arguments

inSCE

(sce) object that contains the highly variable genes computations

Value

plot object

Examples

data(scExample, package = "singleCellTK")
## Not run: 
sce <- seuratNormalizeData(sce, useAssay = "counts")
sce <- seuratFindHVG(sce, useAssay = "counts")
seuratPlotHVG(sce)

## End(Not run)

[Package singleCellTK version 2.0.0 Index]