OntologyEnrichment Module
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
CalcHyperGeoPvalue numberOfDEsInBin numberInBin totalUnivers totalNumberOfDE splitPvalueThreshold
Parameters:
int
numberInBin : int
totalUnivers : int
totalNumberOfDE : int
splitPvalueThreshold : int
Returns: float
|
|
Full Usage:
CalcOverEnrichment deGroupIndex splitPvalueThreshold minNumberInTerm data
Parameters:
int
splitPvalueThreshold : int option
minNumberInTerm : int option
data : OntologyItem<'a> seq
Returns: GseaResult<'a> seq
|
|
Full Usage:
CalcSimpleOverEnrichment deGroupIndex splitPvalueThreshold data
Parameters:
int
splitPvalueThreshold : int option
data : OntologyItem<'a> seq
Returns: GseaResult<'a> seq
|
|
Full Usage:
createGseaResult ontologyTerm desInBin numberOfDEsInBin numberInBin totalNumberOfDE totalUnivers pValue
Parameters:
string
desInBin : OntologyItem<'a> seq
numberOfDEsInBin : int
numberInBin : int
totalNumberOfDE : int
totalUnivers : int
pValue : float
Returns: GseaResult<'a>
|
|
Full Usage:
createOntologyItem id ontologyTerm groupIndex item
Parameters:
string
ontologyTerm : string
groupIndex : int
item : 'a
Returns: OntologyItem<'a>
|
|
Full Usage:
expandOntologyTree data
Parameters:
OntologyItem<'a> seq
Returns: OntologyItem<'a> seq
|
|
Full Usage:
splitMapManOntologyItemsBy separator data
Parameters:
char
data : OntologyItem<'a> seq
Returns: OntologyItem<'a> seq
|
|
Full Usage:
splitMultipleAnnotationsBy separator item
Parameters:
char
item : OntologyItem<'A>
Returns: OntologyItem<'A> seq
|