F1.SCORE.FOR.HIMA: F1.SCORE.FOR.HIMA : F1 score for HIMA package (for...

Description Usage Arguments Details Value

View source: R/useFonc.r

Description

F1.SCORE.FOR.HIMA : F1 score for HIMA package (for simulation)

Usage

1
F1.SCORE.FOR.HIMA(hima.data, causal, M = NULL)

Arguments

hima.data

data of hima

causal

true result of the simulation

M

matrix of methylation

Details

F1 = 2*recall*power/(recall + power)

Value

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


jumentib/useFonc documentation built on Nov. 18, 2019, 3:17 p.m.