map.names | R Documentation |
This is a generic helper function with methods that will return the names of markers or loci.
map.names(x,...)
x |
An object that has marker names in it. Methods for objects
of the
|
... |
For |
When applied to an object of class bqtl
map.names(x, \dots, ana.obj )
can be used to specify where to find the data.
A character vector
Charles C. Berry cberry@ucsd.edu
map.index
, map.location
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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.