| getProbeResults {MEAL} | R Documentation |
ResultSetIt computes the statistics from the MArrayLM computed with
DiffMeanAnalysis or DiffVarAnalysis. This function allows to
specify the contrasts and to get F-statistics for a group of variables.
getProbeResults(
object,
rid = "DiffMean",
coef = 2,
contrast = NULL,
fNames = c("chromosome", "start"),
...
)
object |
ResultSet |
rid |
Name of the results: "DiffMean" for mean differences, "DiffVar" for variance differences. (Default: DiffMean) |
coef |
Number of the coefficient used to compute the statistics. If a vector is supplied, F-statistics evaluating the global effect of the coefficients are computed. (Default: 2). |
contrast |
Matrix of contrasts |
fNames |
Names of the columns of |
... |
Further arguments passed to |
data.frame with the probe results.