powered by
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)
data frame containing Z-scores
data frame containing p-values
Woo Jung
qnorm
data(snp_example) head(snp_example) pvalues_to_zscores(snp_example)
Run the code above in your browser using DataLab