Last data update: 2014.03.03

R: CARDIoGRAM data mapped to classes
CardioMappedR Documentation

CARDIoGRAM data mapped to classes

Description

CARDIoGRAM test statistics mapped to protein coding genes on chromosomes 13, 14, and 15.

Usage

data("CardioMapped")

Format

A data frame with 98582 observations on the following 7 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

class

a character 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("CardioMapped")

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/CardioMapped.Rd_%03d_medium.png", width=480, height=480)
> ### Name: CardioMapped
> ### Title: CARDIoGRAM data mapped to classes
> ### Aliases: CardioMapped
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data("CardioMapped")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>