map.peak: Summaries maximum LOD peak position from peak object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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.

Usage

1
map.peak(peak)

Arguments

peak

An object of class peak. See define.peak function for details.

Details

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.

Value

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.

Author(s)

Hamid A. Khalili

See Also

define.peak

Examples

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;

eqtl documentation built on May 2, 2019, 5:42 a.m.

Related to map.peak in eqtl...