| genepos | R Documentation |
A table with the genomic positions of genes in the simulated
expression data, expr1() and expr2().
data(genepos)
A data frame with two columns, chromosome and physical position (in Mbp).
expr1(), expr2(), f2cross(), pmap()
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.