Issue checking for convergence with the tutorial Dataset. EBseq 2.4.1
0
0
Entering edit mode
Javier • 0
@445c2566
Last seen 14 days ago
United States

Hello. I ran into a discrepancy between the manual for EBseq and the output genarated. When I run the tutorial code, instead of a list of the parameters used for alpha, beta and P I get:

Alpha: A single value Beta: a large list of values that does not matches the number of iterations P: two values this is the code, straight from the manual:

data(GeneMat)
str(GeneMat)
Sizes=MedianNorm(GeneMat)
Conditions=as.factor(rep(c("C1","C2"),each=5))
EBOut=EBTest(Data=GeneMat, Conditions=as.factor(rep(c("C1","C2"),each=5)),sizeFactors=Sizes, maxround=5)
EBOut$Alpha
EBOut$Beta
EBOut$P

Otherwisze the script runs as expected. Is it something wrong or am I missing something? Thanks!

EBSeq • 58 views
ADD COMMENT

Login before adding your answer.

Traffic: 811 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6