elsasserlab / labcode

Utils to perform frequent data analyses in the lab.
GNU General Public License v3.0
0 stars 1 forks source link

bwtools functions subsample parameter #56

Open cnluzon opened 4 years ago

cnluzon commented 4 years ago

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:

  1. Quick run of plots to have an idea of how things look without having to wait.
  2. Calculating some bootstrap/montecarlo approach for some analyses.

Probably also requires a seed parameter for testing.