genes {PAGWAS}R 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,])

[Package PAGWAS version 2.0 Index]