Learn R Programming

ArrayTools (version 1.32.0)

Output2HTML: Creating HTML file for regressResult or interactionResult class

Description

Creating HTML file for regressResult or interactionResult class

Usage

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

Examples

Run this code
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)

Run the code above in your browser using DataLab