Learn R Programming

lineup (version 0.44)

genepos: Genomic positions of genes in simulated expression data

Description

A table with the genomic positions of genes in the simulated expression data, expr1() and expr2().

Usage

data(genepos)

Arguments

Format

A data frame with two columns, chromosome and physical position (in Mbp).

See Also

expr1(), expr2(), f2cross(), pmap()

Examples

Run this code
data(genepos)

# interplot genetic positions
library(qtl)
data(pmap)
data(f2cross)
genepos_interp <- interpPositions(genepos, pmap, pull.map(f2cross))
genepos[1:5,] # 'newpos' column is the interpolated cM position

Run the code above in your browser using DataLab