R/GSAfisher.multiple.R

Defines functions GSAfisher.multiple

Documented in GSAfisher.multiple

GSAfisher.multiple <-
function(...){
  p.multiple<-apply(cbind(...), 2, function (x) pchisq(-2 * sum(log(x)),df=2*length(x),lower.tail=FALSE))
  return(p.multiple)
}

Try the GSAfisherCombined package in your browser

Any scripts or data that you put into this service are public.

GSAfisherCombined documentation built on May 1, 2019, 9:26 p.m.