Output2HTML: Creating HTML file for regressResult or interactionResult...

Description Usage Arguments Value Author(s) Examples

Description

Creating HTML file for regressResult or interactionResult class

Usage

1
Output2HTML(object, ...)

Arguments

object

an regressResult or interactionResult class

...

you can specify the directory to store the result by using the mydir argument. The default value of mydir is the current working directory

Value

creating an HTML file

Author(s)

Xiwei Wu, Arthur Li

Examples

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)

ArrayTools documentation built on Nov. 8, 2020, 8:13 p.m.