genepos {lineup} | R Documentation |
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)
Format
A data frame with two columns, chromosome and physical position (in Mbp).
See Also
expr1()
, expr2()
, f2cross()
, pmap()
Examples
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
[Package lineup version 0.44 Index]