evaluateCardinalFilter | R Documentation |
Evaluate a vector of values with respect to a limit and a cardinality, being '>', '<' , '> or <-' (e.g. a fold change above a limit in + or - directions), or '< and >-' (not a above a limit in + or -).
evaluateCardinalFilter(values, cardinality, limit)
values |
Vector of numeric values |
cardinality |
Cardinality: '>', '<' , '> or <-' |
limit |
Numeric limit |
out A logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.