genExprSet {iCheck} | R Documentation |
Generate a simple ExpressionSet object.
genExprSet( ex, pDat, fDat = NULL, annotation = "lumiHumanAll.db")
ex |
A matrix of expression levels. Rows are gene probes and columns are arrays. |
pDat |
A data frame describing arrays. Rows are arrays and columns are variables
describing arrays. The row names of |
fDat |
A data frame describing gene probes. Rows are gene probes and columns
are variables describing gene probes. The rownames of |
annotation |
character string. Indicating the annotation library
(e.g. |
an ExpressionSet object.
Weiliang Qiu <stwxq@channing.harvard.edu>, Brandon Guo <brandowonder@gmail.com>, Christopher Anderson <christopheranderson84@gmail.com>, Barbara Klanderman <BKLANDERMAN@partners.org>, Vincent Carey <stvjc@channing.harvard.edu>, Benjamin Raby <rebar@channing.harvard.edu>