R/adjustment.R

`adjustment` <-
function (rpval,type = c("BH", "BY","Bonferroni", "Holm", "Hochberg", "SidakSS", "SidakSD"))
  {
    res <- mt.rawp2adjp(rpval, type)
    adjp <- res$adjp[order(res$index), ]
    return(adjp)
   }

Try the IsoGeneGUI package in your browser

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

IsoGeneGUI documentation built on Nov. 8, 2020, 5:52 p.m.