bin.NGS {bda} | R Documentation |
To construct a histogram for NGS data.
bin.NGS(x, sLog,n.first=10)
x |
Next-Generation Sequencing data or similar. Could have a lot of zeros but negative values are not allowed |
sLog |
If |
n.first |
The number of first few NGS measurements for single-value classes. |
Histogram type density estimation via binning.
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)