Learn R Programming

pheno2geno (version 1.4.0)

map.functions: Functions to provide some descriptive statistics on genetic maps

Description

Functions to provide some descriptive statistics on genetic maps

Usage

avg_map_distances(m)
  map_distances(m)

Arguments

m

An object of class cross or map, See read.cross or pull.map for details.

Value

A list with per chromosomes either the average map distance or the total distance

See Also

  • read.population - Load genotype, phenotype, genetic map data files into R environment into a population object.

  • cross.denovo - Create de novo genetic map or vector showing how chromosomes should be assigned.

  • cross.saturate - Saturate existing map.

  • find.diff.expressed - Using Rank Product or student t-test analysis to select differentially expressed genes.

Examples

Run this code
# NOT RUN {
	data(testCross)
  avg_map_distances(testCross)
  map_distances(testCross)
# }

Run the code above in your browser using DataLab