Hi,
I have dataset with timepoints each of three replicates:
CondVector <- rep(paste("t",1:16,sep=""),each=3)
uq <- calcNormFactors(x2, method="upperquartile")
EBSeqHMMGeneOut <- EBSeqHMMTest(Data=x2, sizeFactors=uq, Conditions=Conditions, UpdateRd=2)
Output:
Conditions are ordered as:
t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16
Estimating parameters when expected FC = 2
iteration time 16.7
The whole process consuming most of the virtual memory on massive machine but still no results. Any solution to speed up the process effectively?