
Wrapper superfast version of Fisher Exact Test. This is the fastest implementation currently available. Uses phyper inside. Original code from 'corpora' R package
Source:R/fastFET.R
phyper.fastFET.RdUsage
phyper.fastFET(
a,
b,
c,
d,
alternative = c("two.sided", "less", "greater")[3],
log.p = FALSE
)