readPhenotypeFromDataFrame.Rd
This function is a wrapper for the
TasselGenotypePhenotype
class. It is used for storing phenotype
information into a class object.
readPhenotypeFromDataFrame(phenotypeDF, taxaID, attributeTypes = NULL)
A R
object of class data.frame
.
The column name that represents your taxa data as a string.
A vector of non-taxa attributes. If NULL
, all
attributes will be TASSEL <data>
types.
Returns an object of TasselGenotypePhenotype
class.