powered by
To test whether a gene differentially expressed in two experiments.
deg.NGS(x,y, gene,iter=1001)
Two data files
maximum iteration to find the optimal fit.
name of gene to be tested
We fit a mixture model to take care the zero values using component-0.
AS 254, ...
# NOT RUN { # To be updated. x = rexp(100,1) x = c(rep(0,20),x) out = fit.NGS(x) plot(out) # }
Run the code above in your browser using DataLab