markerPlacementPlot: Plot number of markers selected.

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

Description

Plot number of markers selected with different thresholds.

Usage

1
2
  markerPlacementPlot(population, placeUsing=c("qtl","correlation"), 
    thrRange=c(1,5,1),cross,verbose=FALSE)

Arguments

population

An object of class population. See create.population for details.

placeUsing

How position of the new markers on the saturated map should be determinate:

  • qtl - placed between two markers with highest .

  • correlation - physical map from cross$maps$physical.

thrRange

Range of the threshold to be checked. Specified in a format(start,stop,step).

cross

An object of class cross. See read.cross for details.

verbose

Be verbose.

Details

This plot is really useful while saturating existing map (using cross.saturate). It helps choose best threshold for marker selection, showing how much markers will be selected with different threshold values.

Value

None.

Author(s)

Konrad Zych k.zych@rug.nl, Danny Arends Danny.Arends@gmail.com Maintainer: Konrad Zych k.zych@rug.nl

See Also

Examples

1
2
3
4

KonradZych/phenotypes2genotypes documentation built on May 30, 2019, 2:45 p.m.