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
##write the result file
writeGeneResult(specificResult$L.specific.result, file.name.result.gene=
"Example_gene_summary_result.txt", gene.names=
rownames(expressionSpeCondExample)[1:10])
Run the code above in your browser using DataLab