ExpressionSet
,
comparisons are made between control and perturbation samples. pairwise_compare( eset, control_perturb_col = "cmap", control="control", perturb="perturbation")
pairwise_compare_limma( eset, control_perturb_col = "cmap", control="control", perturb="perturbation", limma.index=2)
ExpressionSet
with all array data
for a single instance, plus metadata on which arrays are perturbation
and control. phenoData
of
eset
where control/perturbation designations are stored. control_perturb_col
column. control_perturb_col
column. lmFit
,
eBayes
and topTable
to compare the two classes and
compute an (uncorrected) limma p-value. The pairwise_compare
functions performs a standard t-test instead. For ease of comparison
across instances with different numbers of samples, either p-value is
converted to the standard normal scale. The result is reported
here. As for fc
, positive values denote higher expression in
perturbed samples. eBayes
. Note
that this p-value can also be computed from z
, via
pnorm
(doubling for two tails).