map.names {bqtl}R Documentation

Look up names of markers or loci

Description

This is a generic helper function with methods that will return the names of markers or loci.

Usage

map.names(x,...)
map.names.map.frame(x,chromo=NULL,cM=NULL)
map.names.bqtl(x)

Value

A character vector

Author(s)

Charles C. Berry cberry@ucsd.edu

See Also

map.index, map.location

Examples

data(little.ana.bc)

map.names(little.ana.bc,chromo=1,cM=24)

map.names(little.ana.bc,chromo=c(1,1),cM=c(40,55))

fit <- bqtl( bc.phenotype ~ locus(23,42) , little.ana.bc )

map.names( fit )