Learn R Programming

qtl (version 0.92-3)

summary.cross: Print summary of QTL experiment

Description

Print some summary information about a cross object.

Usage

summary.cross(object, ...)
nind(object)
nmar(object)
totmar(object)
nchr(object)
nphe(object)

Arguments

object
An object of class cross. See read.cross for details.
...
Ignored at this point.

Value

  • The six functions described here return the following values.
  • summary.crossAn object of class summary.cross containing a variety of summary information about the cross (this is generally printed automatically.)
  • nindThe number of individuals in the cross.
  • nmarA vector containing the number of markers on each chromosome.
  • totmarThe total number of markers.
  • nchrThe number of chromosomes.
  • npheThe number of phenotypes.

See Also

read.cross, plot.cross

Examples

Run this code
data(fake.f2)
summary(fake.f2)
nind(fake.f2)
nmar(fake.f2)
totmar(fake.f2)
nchr(fake.f2)
nphe(fake.f2)

Run the code above in your browser using DataLab