RFET(DATABASE, OR0 = 1, MIN.n11 = 1, DECISION = 1,
DECISION.THRES = 0.05, MID.PVAL = FALSE)
as.PhViD
.OR0=1
.MIN.n11 = 1
.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, Broet P, Moreau T (2005), A simple procedure for estimating the false discovery rate, Bioinformatics, Bioinformatics, 21: 660 - 668.
## start
#data(PhViDdata.frame)
#PhViDdata <- as.PhViD(PhViDdata.frame)
#res <- RFET(PhViDdata)
## end
Run the code above in your browser using DataLab