This function updates FDR for a set of cutoffs.
updateCutoffs(object, cutoff = seq(0.05, 0.95, 0.3), ncores = 1)
A propr
or propd
object.
For updateCutoffs
, a numeric vector.
this argument provides the FDR cutoffs to test.
For graph functions, a numeric scalar. This argument
indicates the maximum theta to include in the figure.
For graph functions, a large integer will instead
retrieve the top N pairs as ranked by theta.
An integer. The number of parallel cores to use.
A propr
or propd
object.
This function wraps updateCutoffs.propr
and
updateCutoffs.propd
.