Learn R Programming

qtl (version 1.01-9)

c.cross: Combine data for QTL experiments

Description

Concatenate the data for multiple QTL experiments.

Usage

## S3 method for class 'cross':
c(\dots)

Arguments

...
A set of objects of class cross. See read.cross for details. These must all either be of the same cross type or be a combination of backcrosses and intercrosses. All crosses mu

Value

  • The concatenated input, as a cross object. Additional columns are added to the phenotype data indicating which cross an individual comes from; another column indicates cross type (0=BC, 1=intercross), if there are crosses of different types. The crosses are not required to have exactly the same set of phenotypes; phenotypes with the same names are assumed to be the same.

See Also

subset.cross

Examples

Run this code
data(fake.f2)
junk <- fake.f2
junk <- c(fake.f2,junk)

Run the code above in your browser using DataLab