deg.NGS {bda} | R Documentation |
To test whether a gene differentially expressed in two experiments.
deg.NGS(x,y, gene,iter=1001)
x,y |
Two data files |
iter |
maximum iteration to find the optimal fit. |
gene |
name of gene to be tested |
We fit a mixture model to take care the zero values using component-0.
B. Wang bwang@southalabama.edu
AS 254, ...
# To be updated. x = rexp(100,1) x = c(rep(0,20),x) out = fit.NGS(x) plot(out)