prep_mytab {qtl2pleio} | R Documentation |
Prepare mytab object for use within scan_pvl R code
prep_mytab(d_size, n_snp, pvl = TRUE)
d_size |
an integer, the number of traits |
n_snp |
an integer, the number of markers |
pvl |
logical indicating whether to output dataframe with all d-tuples for a d-QTL scan, or only those models that examine one marker at a time. |
a data.frame with d_size + 1 columns and (n_snp)^d_size rows. Last column is NA and named loglik.
prep_mytab(2, 10)