dbGetPhenotype {expDB} | R Documentation |
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,
...
)
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
[Package expDB version 0.1.0 Index]