Learn R Programming

PAGWAS (version 2.0)

genes: 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)

Arguments

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

Run this code
data(genes)
print(genes[1:5,])

Run the code above in your browser using DataLab