EBHMMNBfun(Data,NgVector=NULL,Conditions, sizeFactors,
PriorFC=1.5,homo=TRUE, maxround=5,
Pi0=NULL, Tran=NULL,NoTrend=FALSE, NumTranStage=3,
FCParam=NULL, AlphaIn=NULL,BetaIn=NULL,
StateNames=c("Up","NC","Down"),
EM=TRUE, UpdateParam=TRUE, Print=TRUE,
OnlyQ=FALSE,WithinCondR=TRUE,
PenalizeLowMed=TRUE, PenalizeLowMedQt=.2,PenalizeLowMedVal=10)
AllTerm: all possible expression paths considered in the model. PP: posterior probability of being each expression path.
WhichMax: index of the most likely path. Allf: prior probability of being each path.
Pi0Track: estimated starting probabilities of each iteration.
TranTrack: estimated transition probabilities of each iteration.
AlphaTrack, BetaTrack: estimated alpha and beta(s).
LLAll=PostSumForLL.Sum: log likelihood of the model.
data(GeneExampleData)
CondVector <- rep(paste("t",1:5,sep=""),each=3)
Conditions <- factor(CondVector, levels=c("t1","t2","t3","t4","t5"))
Sizes <- MedianNorm(GeneExampleData)
tmp <- EBHMMNBfun(Data=GeneExampleData, sizeFactors=Sizes, Conditions=Conditions,
maxround=2, OnlyQ=TRUE)
Run the code above in your browser using DataLab