Last data update: 2014.03.03

R: Simulated dataset
ASPDataR Documentation

Simulated dataset

Description

Simulations of 1000 controls and 1000 affected sib pairs with 22 SNPs. There is one causal SNP with an OR of 2.

Usage

data(ASPData)

Format

A list with the following elements.

Control

21 genotypes of controls no including causal SNP

Index

21 genotypes of index cases no including causal SNP

IBD

Vector of IBD states for each affected sib pairs

Causal

The name of the causal SNP

Details

See vignette("ASPBay").

Examples

data(ASPData)

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(ASPBay)
Loading required package: hexbin
Loading required package: Rcpp
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ASPBay/ASPData.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ASPData
> ### Title: Simulated dataset
> ### Aliases: ASPData
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(ASPData)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>