Learn R Programming

qtlhot (version 1.2.10)

add.phenos: Add phenotypes to cross object.

Description

Add phenotypes to cross object by checking index.

Usage

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

Value

object of class cross with added phenotypes

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

Author

Brian S. Yandell, byandell@wisc.edu

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

if (FALSE) {
data(hyper)
x <- data.frame(x = rnorm(nind(hyper)))
hyperx <- add.phenos(hyper, x)
}

Run the code above in your browser using DataLab