Last data update: 2014.03.03

R: A data frame of 20 artificial genes with their chromosomes...
genesR Documentation

A data frame of 20 artificial genes with their chromosomes and positions on the genome

Description

A data frame with 20 rows and 4 columns.

Usage

data(genes)

Format

Column names:

Name

Name of gene

Start

Start position of gene on the genome

End

End position of gene on the genome

Chr

Chromosome of gene

See Also

SNPs

Examples

data(genes)
print(genes[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(PAGWAS)
Loading required package: lars
Loaded lars 1.2

Loading required package: foreach
Loading required package: mnormt
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/PAGWAS/genes.Rd_%03d_medium.png", width=480, height=480)
> ### Name: genes
> ### Title: A data frame of 20 artificial genes with their chromosomes and
> ###   positions on the genome
> ### Aliases: genes
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(genes)
> print(genes[1:5,])
    Name Start   End Chr
1  GENE1  5000  6359   1
2  GENE2 11000 11942   1
3 GENE20     1   942   2
4  GENE3 40000 45000   5
5  GENE4 60000 65000  10
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>