Generate an ExpressionSet object.
genEset(ex, pDat, fDat = NULL, annotation = "")a data matrix stores gene expression data. Rows are genes and columns are subjects.
a data frame stores phenotype data. Rows are subjects and columns are variables describing subjects. Row names of pDat must be idential to the column names of ex.
a data frame stores feature data. Rows are genes and columns are variables describing genes. Row names of fDat must be idential to the row names of ex.
character. indicates R Bioconductor annotation package that provides annotation for genes.
A BioConductor ExpressionSet object.