Description Usage Arguments Value Author(s) Examples
select differentially expressed genes based on p value and/or fold change from the regressResult class
1 | selectSigGene(object, p.value = 0.05, fc.value = 0)
|
object |
an |
p.value |
p value |
fc.value |
fold change cut-off value |
an regressResult
Xiwei Wu, Arthur Li
1 2 3 4 5 6 | data(eSetExample)
design<- new("designMatrix", target=pData(eSetExample), covariates = "Treatment")
contrast<- new("contrastMatrix", design.matrix = design,
compare1 = "Treated", compare2 = "Control")
result<- regress(eSetExample, contrast)
sigResult<- selectSigGene(result, fc.value=log2(2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.