library(SpeCond)
data(expressionSpeCondExample)
##Perform the condition specific detection analysis with SpeCond()
generalResult=SpeCond(expressionSpeCondExample, param.detection=NULL,
multitest.correction.method="BY", prefix.file="E", print.hist.pv=TRUE, fit1=NULL,
fit2=NULL, specificOutlierStep1=NULL)
specificResult=generalResult$specificResult
##Produce the Gene html page results for the first 20 genes using the specificResult
##object
genePageInfo=getGeneHtmlPage(expressionSpeCondExample, specificResult,
name.index.html="index_example_SpeCond_Results.html", outdir=
"Single_result_pages_dir", gene.html.ids=c(1:20))
Run the code above in your browser using DataLab