R/seuratFunctions.R
plotSeuratHVG.Rd
plotSeuratHVG Plot highly variable genes from input sce object (must have highly variable genes computations stored)
plotSeuratHVG(inSCE, labelPoints = 0)
plot object
data(scExample, package = "singleCellTK")
if (FALSE) { # \dontrun{
sce <- runSeuratNormalizeData(sce, useAssay = "counts")
sce <- runSeuratFindHVG(sce, useAssay = "counts")
plotSeuratHVG(sce)
} # }