Description Usage Arguments Value
View source: R/qtl_dataframe.R
Match datatables for phenotypes and genotypes for a set of lines, and combine these into a single dataframe that r/qtl can read.
1 2 3 4 5 6 | qtl_dataframe(
phenotypes,
genotypes,
phenotype_id_column = 1,
genotype_id_column = 1
)
|
phenotypes |
A table of phenotype data. |
genotypes |
A table of genotype data, including marker information in the first two rows. |
phenotype_id_column |
The column in |
genotype_id_column |
The column in |
# a dataframe of the format for importing into R/qtl.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.