powered by
To construct a histogram for NGS data.
bin.NGS(x, sLog,n.first=10)
Next-Generation Sequencing data or similar. Could have a lot of zeros but negative values are not allowed
If sLog is missing, no sLog transformation. Otherwise, do sLog(x)=log(x+c).
sLog
sLog(x)=log(x+c)
The number of first few NGS measurements for single-value classes.
Histogram type density estimation via binning.
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