alphaThreshold: Alpha threshold

alphaThresholdR Documentation

Alpha threshold

Description

Alpha threshold

Usage

alphaThreshold(object, ...)
alphaThreshold(object, ...) <- value

## S4 method for signature 'FgseaList'
alphaThreshold(object)

## S4 replacement method for signature 'FgseaList,numeric'
alphaThreshold(object) <- value

Arguments

object

Object.

value

Value to assign.

...

Additional arguments.

Value

numeric(1). Alpha cutoff level.

Note

Updated 2022-04-27.

Examples

data(fgsea)

## FgseaList ====
object <- fgsea
alphaThreshold(object) <- 0.1
alphaThreshold(object)

acidgenomics/pfgsea documentation built on Oct. 18, 2023, 11:12 a.m.