Description Usage Arguments Value
View source: R/getProbeResults.R
It 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.
1 2 3 4 5 6 7 8 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.