Learn R Programming

qtlhot (version 1.0.4)

add.phenos: Add phenotypes to cross object.

Description

Add phenotypes to cross object by checking index.

Usage

add.phenos(cross, newdata = NULL, index = NULL)

Arguments

cross

object of class cross; see read.cross

newdata

data frame with row names matching values of phenotype identified by index for object cross

index

character string name of phenotype in object cross; if NULL, then newdata must be of same size as cross with phenotypes in order

Value

object of class cross with added phenotypes

Details

The name index must be a phenotype in the cross object. The row names of newdata are matched with values of index.

See Also

read.cross

Examples

Run this code
# NOT RUN {
data(hyper)
x <- data.frame(x = rnorm(nind(hyper)))
hyperx <- add.phenos(hyper, x)
# }

Run the code above in your browser using DataLab