Transformation products obtained from formula annotations
Source:R/TP-ann_form.R
transformationProductsAnnForm-class.RdClass to store results transformation products (TPs) obtained from formula annotations.
Usage
# S4 method for class 'transformationProductsAnnForm'
filter(
obj,
...,
minFitFormula = 0,
minTPScore = 0,
topMost = NULL,
verbose = TRUE,
negate = FALSE
)Arguments
- obj
The
transformationProductsAnnFormobject that should be filtered.- ...
Further arguments passed to the parent filter method.
- minFitFormula, minTPScore
Thresholds related to TP scoring. See
generateTPsAnnFormfor more details.- topMost
Only keep this number of top-most TPs (based on
TPScore) for each parent/feature group combination. Set toNULLto skip this step.- verbose
If set to
FALSEthen no text output is shown.- negate
If
TRUEthen filters are performed in opposite manner.
Details
This class is derived from the transformationProductsFormula base class, please see its documentation
for more details. Objects from this class are returned by generateTPsAnnForm.
Methods (by generic)
filter(transformationProductsAnnForm): Performs rule-based filtering. Useful to simplify and clean-up the data.
See also
The base class transformationProductsFormula for more relevant methods and
generateTPsAnnForm