qtl_dataframe: Concatenate data tables on genotypes and phenotypes into a...

Description Usage Arguments Value

Description

Match datatables for phenotypes and genotypes for a set of lines, and combine these into a single dataframe that r/qtl can read.

Usage

1
2
qtl_dataframe(phenotypes, genotypes, phenotype_id_column = 1,
  genotype_id_column = 1)

Arguments

phenotype_id_column

The column in phenotype indicating line names.

genotype_id_column

The column in genotype indicating line names to match up with those for the phenotype table.

phenotype

A table of phenotype data.

genotype

A table of genotype data, including marker information in the first two rows.

Value

# a dataframe of the format for importing into R/qtl.


ellisztamas/qtltools documentation built on May 3, 2019, 10:42 p.m.