R/GSAfisher.plot.R

GSAfisher.plot <-
function (...){
  p.multiple<-apply(cbind(...), 2, function (x) pchisq(-2 * sum(log(x)),df=2*length(x),lower.tail=FALSE))
  plot.p.multiple<-plot(p.multiple, main="Fisher method combined pvalue plot", xlab="Data vector number", ylab="Combined p.value")
}

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.