gcfunc: gcfunc

View source: R/gcfunc.R

gcfuncR Documentation

gcfunc

Description

Perform genomic control of p value

Usage

gcfunc(P)

Arguments

P

is the p value from the result of GRAMMAR function

Value

completed value of the genomic control of p value

Examples

   P = as.matrix(read.table(Pvaluedata))
   gcp = gcfunc(P)

2eding/GRAMMAR documentation built on Jan. 18, 2024, 6 a.m.