plotScanpyHVG: plotScanpyHVG

View source: R/scanpyFunctions.R

plotScanpyHVGR Documentation

plotScanpyHVG

Description

plotScanpyHVG

Usage

plotScanpyHVG(inSCE, log = FALSE)

Arguments

inSCE

Input SingleCellExperiment object.

log

Plot on logarithmic axes. Default FALSE.

Value

plot object

Examples

data(scExample, package = "singleCellTK")
## Not run: 
sce <- runScanpyNormalizeData(sce, useAssay = "counts")
sce <- runScanpyFindHVG(sce, useAssay = "scanpyNormData", method = "seurat")
plotScanpyHVG(sce)

## End(Not run)

compbiomed/singleCellTK documentation built on Feb. 10, 2024, 3:32 a.m.