Description Usage Arguments Details Value Author(s) See Also Examples
Summaries all maximum LOD peaks position from peak
object as a data frame. This function is useful for Composite Interval Mapping to define as co-factor previously detected QTLs.
1 | map.peak(peak)
|
peak |
An object of class |
Summaries all detected QTLs location from peak
object as a data frame. This function could be used by the function wash.covar
and gives an overview of the covariates which can be used for a Composite Interval Mapping.
Returns a data frame with columns:
trait |
The names of the affected traits. |
chr |
The names of the chromosomes on which the QTL has been detected. |
cM |
The genetic position of the detected QTL. |
Hamid A. Khalili
1 2 3 4 5 6 7 8 | data(seed10);
out.em <- scanone( seed10, pheno.col=1:50, model='normal', method='hk');
out.peak <- define.peak(out.em, 'all');
covar <- map.peak(out.peak);
covar;
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.