makeCross: Make an 'R/qtl' 'cross' object.

Description Usage Arguments Value

View source: R/cross.R

Description

This function makes an R/qtl cross - essentially a list of two elements named 'geno' and 'pheno' - from the input geno and pheno objects. Both input objects must have an 'info' attribute of class CrossInfo containing sample IDs. The output cross will be created from the intersection set of the samples in the input geno and pheno objects. Sample replicates in the input pheno object are preserved. Sample replicates in the input geno object must have identical genotypes, which will be replicated as needed to match the input phenotypes.

Usage

1
makeCross(geno, pheno)

Arguments

geno

A geno object.

pheno

A pheno object.

Value

An R/qtl cross object.


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.