man/plotSeuratHVG.Rd
679e2352
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/seuratFunctions.R
0eafe06c
 \name{plotSeuratHVG}
 \alias{plotSeuratHVG}
 \title{plotSeuratHVG
3ce6e91e
 Plot highly variable genes from input sce object (must have highly variable
 genes computations stored)}
679e2352
 \usage{
0eafe06c
 plotSeuratHVG(inSCE, labelPoints = 0)
679e2352
 }
 \arguments{
3ce6e91e
 \item{inSCE}{(sce) object that contains the highly variable genes
 computations}
f079734a
 
3ce6e91e
 \item{labelPoints}{Numeric value indicating the number of top genes that
 should be labeled.
  Default is \code{0}, which will not label any point.}
679e2352
 }
 \value{
 plot object
 }
 \description{
0eafe06c
 plotSeuratHVG
3ce6e91e
 Plot highly variable genes from input sce object (must have highly variable
 genes computations stored)
679e2352
 }
0ccddee1
 \examples{
 data(scExample, package = "singleCellTK")
 \dontrun{
0eafe06c
 sce <- runSeuratNormalizeData(sce, useAssay = "counts")
 sce <- runSeuratFindHVG(sce, useAssay = "counts")
 plotSeuratHVG(sce)
0ccddee1
 }
 }