fit.QTL | R Documentation |
Test markers as QTL under backward elimination
fit.QTL(data, trait, qtl, fixed = NULL)
data |
variable inheriting from class |
trait |
name of trait |
qtl |
data frame to specify the multi-QTL model (see Details) |
fixed |
data frame to specify the fixed effects (see Details) |
qtl
is a data frame with columns "Marker" and "Model", where each row corresponds to a QTL. fixed
is a data frame with columns "Effect" and "Type": the first column is the name of the effect, which must match a column in the phenotype input file, and the second column is either "factor" or "numeric". The p-value and R2 for each marker are based on the likelihood ratio test under backward elimination, comparing the deviance to the chi-squared distribution.
data frame with partial r2 and p-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.