Learn R Programming

SEA (version 2.0.1)

BCFFun: segregation analysis of BCF population

Description

Phenotypic observations in BCF population have often been used to identify mixed major-gene plus polygene inheritance model for quantitative traits in plants.

Usage

BCFFun(df,model,BCFtext2)

Arguments

df

phenotype matrix.

model

genetic model.

BCFtext2

number of plants measured in each family.

Examples

Run this code
# NOT RUN {
BCF=data(BCFexdata)
BCFFun(BCFexdata,"0MG",1)
# }

Run the code above in your browser using DataLab