powered by
Prepare mytab object for use within scan_pvl R code
prep_mytab(d_size, n_snp, pvl = TRUE)
an integer, the number of traits
an integer, the number of markers
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.
# NOT RUN { prep_mytab(2, 10) # }
Run the code above in your browser using DataLab