reporter {Biobase} | R Documentation |
The reporter
object is a 500 by 1 data frame. The rows represent
the 500 probe ids in the geneData
data. The values in
reporter
are the predefined probe types for the probes.
reporter
is used to created the exprSet object sample.exprSet
.
data(reporter)
A 500 by 1 data frame
There are 10 predefined probe types:
AFFX-
_f_
_g_
_s_
_r_
_i_
_b_
_l_
_at
_st
Affymetrix GeneChip Expression Analysis Data Analysis Fundamentals (http://www.affymetrix.com/Auth/support/downloads/manuals/data_analysis_fundamentals_manual.pdf)
~~ possibly secondary sources and usages ~~
data(reporter) ## maybe str(reporter) ; plot(reporter) ...