Learn R Programming

PAGWAS (version 2.0)

SNPs: A data frame of 100 artificial SNPs with their chromosomes and positions on the genome

Description

A data frame with 100 rows and 3 columns.

Usage

data(SNPs)

Arguments

Format

Column names:
Name
SNP name
Position
Position of SNP on the genome
Chr
Chromosome of the SNP

See Also

genes, genotypes

Examples

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

Run the code above in your browser using DataLab