BASiCS_VarThresholdSearchHVG {BASiCS} | R Documentation |
Detection method for highly and lowly variable genes using a grid of variance contribution thresholds
BASiCS_VarThresholdSearchHVG(Chain, VarThresholdsGrid, EFDR = 0.1, Progress = TRUE) BASiCS_VarThresholdSearchLVG(Chain, VarThresholdsGrid, EFDR = 0.1, Progress = TRUE)
Chain |
an object of class |
VarThresholdsGrid |
Grid of values for the variance contribution threshold (they must be contained in (0,1)) |
EFDR |
Target for expected false discovery rate related to
HVG/LVG detection. Default: |
Progress |
If |
See vignette
BASiCS_VarThresholdSearchHVG
A table displaying the results of highly variable genes detection for different variance contribution thresholds.
BASiCS_VarThresholdSearchLVG
A table displaying the results of lowly variable genes detection for different variance contribution thresholds.
Catalina A. Vallejos cnvallej@uc.cl
Vallejos, Marioni and Richardson (2015). PLoS Computational Biology.
# See help(BASiCS_MCMC)