Description Usage Arguments Value Author(s) Examples
Creating HTML file for regressResult or interactionResult class
1 | Output2HTML(object, ...)
|
object |
an regressResult or interactionResult class |
... |
you can specify the directory to store the result
by using the |
creating an HTML file
Xiwei Wu, Arthur Li
1 2 3 4 5 6 7 | 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))
## Not run: Output2HTML(sigResult)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.