Description Usage Arguments Details Value
F1.SCORE.FOR.BMA : F1 score for bigmma package (for simulation)
1 | F1.SCORE.FOR.BMA(bma, causal, M = NULL)
|
bma |
result of the data.org.big function |
causal |
true result of the simulation |
M |
matrix of methylation |
F1 = 2*recall*power/(recall + power)
precision : statistical precision of the test : TP / (TP + FP)
recall : statistical recall of the test : TP / (TP + FN)
f1_score : F1 Score of the test : 2(Pre * Rec) / (Pre + Rec)
length.list : number of pValues lower than "ral" (Bonferroni correction).
TP : True positive
FP : False positive
FN : False negative
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.