BASiCS_PlotVG {BASiCS} | R Documentation |
Plots of HVG/LVG search.
BASiCS_PlotVG(object, Plot = c("Grid", "VG"), ...)
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 |
A plot.
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)