pvalues_to_zscores | R Documentation |
This function takes a data frame of p-values and converts them to Z-scores using the quantile function for the standard normal distribution.
pvalues_to_zscores(df_pvalues)
df_pvalues |
data frame containing p-values |
data frame containing Z-scores
Woo Jung
qnorm
data(snp_example)
head(snp_example)
pvalues_to_zscores(snp_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.