Class "PairComp" Represents the results of pairwise comparison between two experimental factors
类“PairComp”三个代表“两个实验因素之间的两两比较的结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Holds fold-change, ttest p-score and detection p-value calls(if used) between a pair of experimental factors.
可容纳倍数变化,TTEST P-评分和检测p值一双实验因素之间的通话(如果使用)。
插槽----------Slots----------
means: Object of class "matrix" Mean values for each of the experimental factors.
means类"matrix"平均每个实验因素值的对象。
fc: Object of class "numeric" Fold change between the means.
fc类"numeric"手段之间的倍数变化的对象。
tt: Object of class "numeric" P-score between the factors.
tt类"numeric"的因素之间的P-得分的对象。
calls: Object of class "matrix" Detection p-values for each probeset on each array.
calls类"matrix"检测probeset每个阵列上的每个P-值的对象。
group: Object of class "character" The name of the factor that was compared.
group类"character"比较因素的名称的对象。
members: Object of class "character" A list containing the two levels compared between.
members类"character"一个列表包含两个水平比较的对象。
pData: Object of class "pData" The phenoData for the members that were compared.
pData类"pData"phenoData成员进行了比较的对象。
calculated.from: Object of class "ExpressionSet" The original expression set that was being compared.
calculated.from类"ExpressionSet"原始表达式集,被比较的对象。
方法----------Methods----------
[ signature(x = "PairComp"): get the values for the specified gene(s).
[signature(x = "PairComp"):获得指定的基因(S)的值。
calls signature(object = "PairComp"): the detection.p.values.
调用signature(object = "PairComp"):detection.p.values。
fc signature(object = "PairComp"): the fold-changes.
FCsignature(object = "PairComp"):倍数式的变化。
group signature(object = "PairComp"): the name of the group that was compared.
组signature(object = "PairComp"):该组的名称,进行了比较。
means signature(object = "PairComp"): the means of the two experimental factors that were compared.
指signature(object = "PairComp"):进行比较的两个实验因素的手段。
members signature(object = "PairComp"): the members of that group that were compared.
成员signature(object = "PairComp"):该组的成员进行了比较。
pairwise.filter signature(object = "PairComp"): Take a PairComp object and filter it to yield probesets that pass the specified criteria.
pairwise.filtersignature(object = "PairComp"):以PairComp对象,并筛选产生,通过指定标准的probesets的。
tt signature(object = "PairComp"): the results of a ttest between groups.
TTsignature(object = "PairComp"):一个群体之间的TTEST的结果。
pData signature(object = "pData"): The phenoData from the members that were compared.
PDATAsignature(object = "pData"):phenoData成员进行了比较。
calculated.from signature(object = "ExpressionSet"): The original expression set.
calculated.fromsignature(object = "ExpressionSet"):原始表达式集。