Function or value | Description |
|
|
|
|
|
|
Full Usage:
getMedianFalsePositives (arg1, arg2) expStats
Parameters:
float
arg1 : float
expStats : SAM<'a>[][]
Returns: float
|
median false positives are obtained by counting how many statistics (from permuted data) fall outside of the cuts by chance. Permuted data should show no effect/change, therefor the ones that do are false positive
|
Full Usage:
getMedianFdr pi0 medianFalsePos significantBioitems
Parameters:
float
medianFalsePos : float
significantBioitems : float
Returns: float
|
|
|
|
Full Usage:
getSignificantBioitem (arg1, arg2) obsStats
Parameters:
float
arg1 : float
obsStats : SAM<'a>[]
Returns: int
|
|
Full Usage:
monotonizeDecreasing accessionFun replaceFun input
Parameters:
'a -> float
replaceFun : 'a -> float -> 'a
input : 'a[]
Returns: 'a[]
|
|
Full Usage:
monotonizeIncreasing accessionFun replaceFun input
Parameters:
'a -> float
replaceFun : 'a -> float -> 'a
input : 'a[]
Returns: 'a[]
|
|
Full Usage:
negCutToFDR fdrsPerCut
Parameters:
(('a * 'b) * float)[]
Returns: ('a * float)[]
|
|
Full Usage:
posCutToFDR fdrsPerCut
Parameters:
(('a * 'b) * float)[]
Returns: ('b * float)[]
|
|
|
|