Last data update: 2014.03.03

R: GWAS data from CARDIoGRAM on CAD
CardioDataR Documentation

GWAS data from CARDIoGRAM on CAD

Description

This is a subset GWAS results for risk of CAD.

Usage

data("CardioData")

Format

A data frame with 95157 observations on the following 6 variables.

SNP

a character vector

effect_allele

a character vector

other_allele

a character vector

testStat

a numeric vector

chr

a numeric vector

position

a numeric vector

Details

Data on coronary artery disease / myocardial infarction have been contributed by CARDIoGRAMplusC4D investigators and have been downloaded from www.CARDIOGRAMPLUSC4D.ORG.

Source

www.CARDIOGRAMPLUSC4D.ORG.

References

Schunkert, H., Konig, I. R., Kathiresan, S., Reilly, M. P. and et. al. (2011) <DOI:10.1038/ng.784> Large-scale association analysis identifies 13 new susceptibility loci for coronary artery disease. Nat. Genet. 43 333-338.

Examples

data("CardioData")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GenCAT)
Loading required package: dplyr

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: doParallel
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
Loading required package: ggplot2
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/GenCAT/CardioData.Rd_%03d_medium.png", width=480, height=480)
> ### Name: CardioData
> ### Title: GWAS data from CARDIoGRAM on CAD
> ### Aliases: CardioData
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data("CardioData")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>