dbGetPhenotype: Get phenotype values through a group of conditions

Description Usage Arguments Value

View source: R/expdb_phenotypes.R

Description

Get phenotype values through a group of conditions

Usage

1
2
3
4
5
6
7
8
dbGetPhenotype(
  con,
  traits = NULL,
  direction = "long",
  tt = FALSE,
  gene = FALSE,
  ...
)

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

Value

a data.frame for selected phenotypic values


expDB documentation built on Oct. 9, 2021, 1:07 a.m.