Learn R Programming

BASiCS (version 1.1.0)

BASiCS_VarThresholdSearchHVG: Detection method for highly and lowly variable genes using a grid of variance contribution thresholds

Description

Detection method for highly and lowly variable genes using a grid of variance contribution thresholds

Usage

BASiCS_VarThresholdSearchHVG(Chain, VarThresholdsGrid, EFDR = 0.1,
  Progress = TRUE)

BASiCS_VarThresholdSearchLVG(Chain, VarThresholdsGrid, EFDR = 0.1, Progress = TRUE)

Arguments

Chain

an object of class '>BASiCS_Chain

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: EFDR = 0.10.

Progress

If Progress = TRUE, partial output is printed in the console. Default: Progress = TRUE.

Value

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.

Details

See vignette

References

Vallejos, Marioni and Richardson (2015). PLoS Computational Biology.

See Also

'>BASiCS_Chain

Examples

Run this code
# NOT RUN {
# See
help(BASiCS_MCMC)

# }

Run the code above in your browser using DataLab