counts_f <- system.file("extdata/input", "NA12878.chr22.Q20.allelicCounts.txt",
package = "bbmix",
mustWork = TRUE)
## In this example we only use one file and we take a pool of 10 reads
out <- tempfile()
poolreads(files=counts_f,
N=10,
d=10,
out = out)
unlink(out)
Run the code above in your browser using DataLab