GPATreeStage1: Implement the Stage 1 of the GPA-Tree Method

Description Usage Arguments Value Author(s)

View source: R/GPATreeStage1.R

Description

This function will implement the stage 1 of the GPA-Tree method.

Usage

1
GPATreeStage1(gwasPval, annMat, initAlpha = 0.1)

Arguments

gwasPval

A matrix of M X 1 dimension where M is the number of SNPs. The matrix contains GWAS association p-values. Values must be between 0 and 1.

annMat

A matrix of binary annotations, where row and column correspond to SNPs and annotations, respectively.

initAlpha

Initial value for alpha estimate. Default is 0.1.

Value

This function returns a List including:

Author(s)

Aastha Khatiwada


asthakhatiwada/GPATree documentation built on March 8, 2021, 5:29 a.m.