Learn R Programming

RFGLS (version 1.0)

map: SNP "map" file

Description

A table of information about the 10 SNPs in dataset geno, in a format reminiscent of a plink binary map (.bim) file.

Usage

data(map)

Arguments

Details

See documentation for dataset geno for details on how the genotypic data on these SNPs was simulated. See documentation for dataset pheno for details on how the effect locus, rs7681769, was used to simulate phenotypic data.

Examples

Run this code
data(map)
str(map)
map

Run the code above in your browser using DataLab