library(SpeCond)
data(expressionSpeCondExample)
##Perform the SpeCond analysis step by step
param.detection=getDefaultParameter()
param.detection
fit1=fitPrior(expressionSpeCondExample, param.detection=param.detection)
specificOutlierStep1=getSpecificOutliersStep1(expressionSpeCondExample,
fit=fit1$fit1, param.detection, multitest.correction.method="BY",
prefix.file="run1_Step1", print.hist.pv=FALSE)
##then use fitNoPriorWithExclusion() and getSpecificResult()
Run the code above in your browser using DataLab