
PRIVATE class : An S4 class to represent a ranked based tests in mulea.
# S4 method for SubramanianTest
run_test(model)
data.frame
with presented columns 'ontology_id', 'ontology_name',
'nr_common_with_tested_elements',
'p_value', 'adjusted_p_value'
run_test method for SubramanianTest object. Used as private function.
Object of s4 class represents mulea Test.
run_test(SubramanianTest)
: runs test calculations.
gmt
A data.frame
representing the ontology GMT.
element_names
A vector of elements names (gene or protein names or identifiers) to include in the analysis.
element_scores
A vector of numeric values representing a score (e.g. p-value, z-score, log fold change) for each 'element_name', in the same number and order as element_name.
p
A power of weight.
element_score_type
Defines the GSEA score type.
"pos": Only positive element_scores
"neg": only negative element_scores - "neg" and mixed
"std": standard -- containing both positive and negative scores Default value is "std".