coverp2zscore | R Documentation |
'coverp2zscore' calculate z-scores for p-values
coverp2zscore(pdata)
pdata |
A numeric vector of p-values or corrected p-values |
A numeric vector of z_scores
exp.p<-GetExampleData("exp.p")
meth.p<-GetExampleData("meth.p")
cnv.p<-GetExampleData("cnv.p")
coverp2zscore(exp.p)
coverp2zscore(meth.p)
coverp2zscore(cnv.p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.