BASiCS_PlotVG: Plots of HVG/LVG search.

Description Usage Arguments Value Examples

View source: R/BASiCS_DetectHVG_LVG.R

Description

Plots of HVG/LVG search.

Usage

1
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

1
2
3
4
5
6
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)

BASiCS documentation built on April 16, 2021, 6 p.m.