mean |
numeric vector containing mean fold changes for individual genes |
|
SD |
numeric vector of standard deviations for individual genes |
dof |
numeric vector. Degrees of Freedom for each gene |
var.method |
one of ("Welch's","Pooled") , indicating the method used to calculate the variance |
sd.alpha |
The factor each sd is multiplied by (either due to the min.variance.factor parameter in makeComparison or because of the Bayesian shrinkage of the SDs). This is used when calculating the VIF in order to correct for genes with 0 (or very small) variance. |
labels |
The labels as input in makeComparisons, describing the group structure of the data. |
pairVector |
A vector indicating which samples should be treated as pairs. |
contrast |
A string describing which of the two groups in labels was compared. |
The following additional components are appended to the object by running
pathways |
the list of genes in each gene set. Represented as a list of indices. |
path.mean |
vector describing the mean fold change for each of the pathways provided to AggregateGeneSet |
path.PDF |
Matrix describing the probability distributions for each of the pathways provided to AggregateGeneSet, where each column is a different gene set, and each row is a different point where this set was sampled. x-coordinates must be generated using getXcoords |
path.size |
numeric vector containing the number of features in each pathway that mapped to the input data. |
ranges |
the (uncorrected) range that all PDFs were calculated over. If the VIF is not used to correct the range, the x-coordinates of the PDF are the sequence of n.points from path.mean-ranges to path.mean+ranges |
n.points |
The number of points that the PDF was calculated at. This is equal to the number of rows in path.PDF |