Description Usage Arguments Details Value Note Author(s) See Also Examples
Lists the markers and pseudo-markers genetic positions for all of the chromosomes.
1 | pseudo.map( cross )
|
cross |
An object of class |
This function lists the markers and pseudo-marker genetic positions for all of the chromosomes. This function is used by others functions. It is necessary to have previously perform the calc.genoprob function before using this function.
A vector containing containing the genetic position of markers and pseudo-marker for all of the chromosomes sort by positions and chromosomes appearance.
It is necessary to previously perform the calc.genoprob
function.
Hamid A. Khalili
1 2 3 | data(seed10);
pseudo.map(seed10);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.