Description Usage Format Details Value Examples
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).
1  | data("SNP358.data")
 | 
A data frame with 358 observations on the following 3 variables.
rsida character vector
chra numeric vector
posita numeric vector
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.
A set of data with 358 rows(SNPs) and 3 columns(SNP ID, chromosome # and SNP position on chromosomes).
1 2  | data(SNP358.data)
## maybe str(SNP358.data) ; plot(SNP358.data) ...
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.