BBUM_apply | R Documentation |
Wrapper/intermediate function between BBUM_corr
and
BBUM_DEcorr
. For internal use of the package.
BBUM_apply(
df,
add_starts,
only_start,
limits,
pBBUM.alpha,
auto_outliers,
rthres,
rtrimmax,
atrimmax,
two_tailed,
quiet
)
df |
|
add_starts |
List of named vectors for additional starts of fitting algorithm beyond the default set. |
only_start |
Whether the algorithm should only use the given starts
( |
limits |
Named list of custom limits for specific paramters. Parameters not mentioned would be default values. |
pBBUM.alpha |
Cutoff level of BBUM-FDR-adjusted p values for significance testing. Only used here to generate appropriate default limits. |
auto_outliers |
Toggle automatic outlier trimming. |
rthres |
Threshold value of |
rtrimmax |
Maximum fraction of data points allowed to be outliers in the background set of data (to be trimmed). |
atrimmax |
Maximum absolute number of data points allowed to be outliers in the background set of data (to be trimmed). |
two_tailed |
Toggle the "two-tailed" case of BBUM correction, if the background assumption is weak and bona fide hits in the background class are relevant. See Details. Default behavior is off. |
quiet |
Suppress printed messages and warnings. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.