When pooling probes across multiple datasets, we would like to find optimal parameters for each dataset subject to a constraint on the total number of probes in the pool.
This is heavily based on the script find_optimal_params.py in @haydenm's hybsel-design-runs repo.
Modules containing functions to search the space of parameters are in hybseldesign/pool/. The script to run these procedures is bin/pool_probes.py.
When pooling probes across multiple datasets, we would like to find optimal parameters for each dataset subject to a constraint on the total number of probes in the pool.
This is heavily based on the script
find_optimal_params.py
in @haydenm'shybsel-design-runs
repo.Modules containing functions to search the space of parameters are in
hybseldesign/pool/
. The script to run these procedures isbin/pool_probes.py
.