Learn R Programming

corrmeta (version 1.0.1)

pvalues_to_zscores: Convert P-values to Z-scores

Description

This function takes a data frame of p-values and converts them to Z-scores using the quantile function for the standard normal distribution.

Usage

pvalues_to_zscores(df_pvalues)

Value

data frame containing Z-scores

Arguments

df_pvalues

data frame containing p-values

Author

Woo Jung

See Also

Examples

Run this code
  data(snp_example)
  head(snp_example)
  pvalues_to_zscores(snp_example)

Run the code above in your browser using DataLab