RFET(DATABASE, OR0 = 1, MIN.n11 = 1, DECISION = 1,
DECISION.THRES = 0.05, MID.PVAL = FALSE)
as.PhViD
.OR0=1
.MIN.n11 = 1
.1 = FDR (Default value)
2 = Number of signals
3 = P-values or mid-P-values. See MID.PVAL
DECISION
. Ex 0.05 for FDR (DECISION
=1).MID.PVAL=TRUE
, the statistic of interest becomes the mid-P-values instead of the P-values resulting from the Fisher's exact test. By default MID.PVAL=FALSE
.MIN.n11
notifications ordered by RANKSTAT
. It contains notably the labels, the cell counts, the expected count ($n1. \times n.1 / N$, see as.PhViD
), RANKSTAT
, the observed odds ratio (ROR), the marginal counts and the estimation of FDR.ALLSIGNALS
but restricted to the list of generated signals.Dalmasso C,
## start
#data(PhViDdata.frame)
#PhViDdata <- as.PhViD(PhViDdata.frame)
#res <- RFET(PhViDdata)
## end
Run the code above in your browser using DataLab