seuratPlotHVG: seuratPlotHVG Plot highly variable genes from input sce...

Description Usage Arguments Value Examples

View source: R/seuratFunctions.R

Description

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

Usage

1

Arguments

inSCE

(sce) object that contains the highly variable genes computations

Value

plot object

Examples

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)

singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.