Description Creating Objects Slots Methods Author(s) Examples
Class to Contain the Regression Result
regressResult
object is generally created from the regress
function
See regress
ID
:contains probe ID/gene ID
foldChange
:contains fold change value
FValue
:contains F statistics
pValue
:contains p value
adjPVal
:contains adjusted p value
contrast
:contains class "contrastMatrix"
regressionMethod
:contains regression method: "limma", "regression", or "permutation"
adjustment
:contains method for multiple comparison adjustment
significantIndex
:contains a logical index indicating sigificant genes
significantPvalueCutoff
:contains a cutoff p-value for choosing significant genes
significantFCCutoff
:contains a fold change cutoff value for choosing significant genes
fileName
:contains a file name for output purpose
annotation
:contains annotation
normalizationMethod
:contains normalization method - for output purpose
filterMethod
:contains filtered method - for output purpose
signature(object = "regressResult")
:
access the adjustment
slot
signature(object = "regressResult")
:
access the adjPVal
slot
signature(object = "regressResult")
:
access the annotation
slot
signature(object = "regressResult")
:
access the contrast
slot
signature(object = "regressResult")
:
access the FValue
slot
signature(object = "regressResult")
:
access the foldChange
slot
signature(object = "regressResult")
:
access the significantFCCutoff
slot
signature(object = "regressResult")
:
access the fileName
slot
signature(object = "regressResult")
:
access the filterMethod
slot
signature(object = "regressResult")
:
access the ID
slot
signature(object = "regressResult")
:
access the significantIndex
slot
signature(object = "regressResult")
:
access the normalizationMethod
slot
signature(object = "regressResult")
:
access the pValue
slot
signature(object = "regressResult")
:
access the significantPvalueCutoff
slot
signature(object = "regressResult")
: create HTML file for sigificant genes in regressionResult
signature(object = "regressResult")
:
access the regressionMethod
slot
signature(object = "regressResult")
:
select significant genes for regressionResult
class
signature(object = "regressResult")
:
print regressResult
signature(x = "regressResult")
:
sort regressResult
signature(object = "regressResult")
:
print the summary for regressResult
Xiwei Wu, Arthur Li
1 2 3 4 5 | data(eSetExample)
design<- new("designMatrix", target=pData(eSetExample), covariates = "Treatment")
contrast<- new("contrastMatrix", design.matrix = design,
compare1 = "Treated", compare2 = "Control")
result<- regress(eSetExample, contrast)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.