MuleaHypergeometricTest-class {mulea} | R Documentation |
PRIVATE class : An S4 class to represent a Hypergeometric tests in mulea.
Description
PRIVATE class : An S4 class to represent a Hypergeometric tests in mulea.
Usage
## S4 method for signature 'MuleaHypergeometricTest'
run_test(model)
Arguments
model |
Object of s4 class represents mulea Test. |
Value
MuleaHypergeometricTest object. Used as private function.
run_test method for MuleaHypergeometricTest object. Used as private function.
Methods (by generic)
-
run_test(MuleaHypergeometricTest)
: runs test calculations.
Slots
gmt
A data.frame representing the GMT model.
element_names
Data to be analysed across the model.
background_element_names
Background data used for the test.
[Package mulea version 1.0.1 Index]