Learn R Programming

expDB (version 0.3.0)

dbGetPhenotype: Get phenotype values through a group of conditions

Description

Get phenotype values through a group of conditions

Usage

dbGetPhenotype(
  con,
  traits = NULL,
  direction = "long",
  tt = FALSE,
  gene = FALSE,
  ...
)

Value

a data.frame for selected phenotypic values

Arguments

con

a connection object as produced by dbConnect

traits

A list of traits. All traits will be returned if NULL

direction

One of 'long' or 'wide' for reshape function

tt

Whether to calculate thermal time

gene

Whether to get gene information

...

All other arguments to define range of export trials