Learn R Programming

RNOmni (version 1.0.0)

IINT.ScoreTest: Basic Association Score Test

Description

Basic Association Score Test

Usage

IINT.ScoreTest(y, G, X, k)

Value

Numeric matrix, with 1 row per SNP, containing these columns:

  • "score", the score statistic.

  • "se", its standard error.

  • "z", the Z statistic.

  • "p", the p-value.

Arguments

y

Numeric phenotype vector.

G

Genotype matrix with observations as rows, SNPs as columns.

X

Model matrix of covariates.

k

Offset applied during rank-normalization.