The idea would be to add a parameter like subsample that randomly takes a subset of subsample bins or loci to perform the analysis. This is helpful for two things:
Quick run of plots to have an idea of how things look without having to wait.
Calculating some bootstrap/montecarlo approach for some analyses.
Probably also requires a seed parameter for testing.
The idea would be to add a parameter like
subsample
that randomly takes a subset ofsubsample
bins or loci to perform the analysis. This is helpful for two things:Probably also requires a
seed
parameter for testing.