Last data update: 2014.03.03

R: Example data set for LDheatmap
CEUDataR Documentation

Example data set for LDheatmap

Description

CEUSNP: Genotypes on 15 SNPs for 60 people

CEUDist: Physical map positions of the 15 SNPs in CEUSNP

Usage

data(CEUData)

Format

CEUSNP: A dataframe of SNP genotypes. Each row represents an individual. Each column represents a SNP.

CEUDist: A vector of integers, representing SNP physical map locations on the chromosome.

Details

Data on SNPs with minor allele frequency greater than 5% from a 9kb region of chromosome 7 (base positions 126273659 through 126282556 from release 7 of the International HapMap Project). Genotypes from 30 parent-offspring trios (both parents, one offspring) were obtained. The 30 trios are taken from the so-called CEPH families, a set of multi-generational families from Utah with ancestry from northern and western Europe. From this set of 90 people, 60 parents were extracted.

Source

International HapMap Project www.hapmap.org

References

The International HapMap Consortium. A haplotype map of the human genome. Nature 437, 1299-1320. 2005.

Examples

 data(CEUData) 

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(LDheatmap)
Loading required package: grid
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/LDheatmap/CEUData.Rd_%03d_medium.png", width=480, height=480)
> ### Name: CEUData
> ### Title: Example data set for LDheatmap
> ### Aliases: CEUData CEUSNP CEUDist hapmapCEU
> ### Keywords: datasets
> 
> ### ** Examples
>  data(CEUData) 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>