Last data update: 2014.03.03

R: data frame on a pileup for 500000 variants noted in NA19240
pup240_500kR Documentation

data frame on a pileup for 500000 variants noted in NA19240

Description

data frame on a pileup for 500000 variants noted in NA19240

Usage

data(pup240_500k)

Format

A data frame with 500000 observations on the following 5 variables.

V2

a numeric vector

V3

a character vector

V4

a character vector

V5

a numeric vector

V9

a character vector

Examples

data(pup240_500k)
pup240_500k[1:5,]

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(ind1KG)
Loading required package: chopsticks
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/ind1KG/pup240_500k.Rd_%03d_medium.png", width=480, height=480)
> ### Name: pup240_500k
> ### Title: data frame on a pileup for 500000 variants noted in NA19240
> ### Aliases: pup240_500k
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(pup240_500k)
> pup240_500k[1:5,]
    V2 V3 V4 V5       V9
1 5001  G  G  4      ^!.
2 5002  A  A  7     .^!.
3 5003  T  T  7       ..
4 5004  C  C 14 ..^!.^!,
5 5005  T  T  4  ...,^!G
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>