BASiCS_PlotVG: Plots of HVG/LVG search.

View source: R/BASiCS_PlotVG.R

BASiCS_PlotVGR Documentation

Plots of HVG/LVG search.

Description

Plots of HVG/LVG search.

Usage

BASiCS_PlotVG(object, Plot = c("Grid", "VG"), ...)

Arguments

object

BASiCS_ResultVG object.

Plot

Character scalar specifying the type of plot to be made. Options are "Grid" and "VG".

...

Optional graphical parameters passed to .VGPlot (internal function).

Value

A plot.

Examples

data(ChainSC)

# Highly and lowly variable genes detection (within a single group of cells)
DetectHVG <- BASiCS_DetectHVG(ChainSC, VarThreshold = 0.60,
                              EFDR = 0.10, Plot = TRUE)
BASiCS_PlotVG(DetectHVG)

catavallejos/BASiCS documentation built on March 27, 2024, 12:49 a.m.