vc.score: Perform Score Test

Description Usage Arguments Value Author(s) See Also Examples

Description

This function performs marker set based association (score test) based on the variance component model.

Usage

1
vc.score(Tped, n1, n2, app.method = "davi")

Arguments

Tped

Pedigree data matrix. The first six columns are the Family ID (FID), Inidvidual ID (IID), Paternal ID (FAT), Maternal ID (MAT), Sex (SEX), Phenotype (pheno), respectively. SNP genotypes (column 7 onwards) are coded 0/1/2 (minor allele count).

n1

Number of nuclear families.

n2

Nunber of unrelated individuals.

app.method

Value

Returns p-value

Author(s)

Xuefeng Wang

See Also

fgls

Examples

1
		vc.score(Tped,100,400)

fassoc documentation built on May 2, 2019, 4:53 p.m.