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)
Grid of values for the variance contribution threshold (they must be contained in (0,1))
Target for expected false discovery rate related to
HVG/LVG detection. Default: EFDR = 0.10
.
If Progress = TRUE
, partial output is
printed in the console. Default: Progress = TRUE
.
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.
See vignette
Vallejos, Marioni and Richardson (2015). PLoS Computational Biology.
# NOT RUN {
# See
help(BASiCS_MCMC)
# }
Run the code above in your browser using DataLab