SNP358.data: Data of 358 SNPs

Description Usage Format Details Value Examples

Description

SNP358.data were obtained from GWAS Meta-analyzed datasets of lipoprotein cholesterols and coronary artery disease. The data contain three numeric vectors (columns): SNPID(rsid), chromosome number (chr) and SNP position on chromosome (posit).

Usage

1
data("SNP358.data")

Format

A data frame with 358 observations on the following 3 variables.

rsid

a character vector

chr

a numeric vector

posit

a numeric vector

Details

These 358 SNPs were chosen by using mktable with Pv = 5x10e-08,Pc = Pd =0.979 from lpd.data and cad.data. They provide a data example for how to perform annotation analysis of SNP positions.

Value

A set of data with 358 rows(SNPs) and 3 columns(SNP ID, chromosome # and SNP position on chromosomes).

Examples

1
2
data(SNP358.data)
## maybe str(SNP358.data) ; plot(SNP358.data) ...

Yuande/GMRP documentation built on May 29, 2019, 11:04 p.m.