- beam.result
A beam.stats object from compute_beam_stats
- beam.set.pvals
A list containing BEAMR set p-values from compute_set_pvalues; required if p.limit or q.limit are specified.
- beam.feat.pvals
A list containing feature-level p-values from compute_feature_pvalues; required if p.feat.limit or q.feat.limit are specified.
- mtx.rows
A list of vectors of feature names corresponding to row.id in set.data. List names correspond to mtx.id in set.data. If specified, filter to all sets containing at least one of these features.
- set.ids
A character vector of set.ids. If specified, filter to these sets.
- endpts
A character vector of endpoint names. If specified, filter to sets that correspond to these endpoints.
- omics
A character vector of omics names. If specified, fitler to sets that correspond to these omics.
- p.limit
A numeric value. If specified, determine mtx.rows that are below this threshold if p<1 or top p sets if p>1.
- q.limit
A numeric value. If specified, determine mtx.rows that are below this threshold if q <1 or top q sets if q>1.
- p.feat.limit
A numeric value. If specified, determine mtx.rows that are below this threshold if p.feat<1 or top p.feat sets if p.feat>1 (feature p-values).
- q.feat.limit
A numeric value. If specified, determine mtx.rows that are below this threshold if q.feat<1 or top q.feat sets if q.feat>1.
- intersect
A logical value. Default is TRUE. If TRUE, use intersection of all specified criteria. If FALSE use union of all specified criteria.
- recalc
A logical value. Default is FALSE. If TRUE, recalculate p-values. If FALSE use original set p-values..