elsasserlab / labcode

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

Middle parameter on bw_profile in stretch mode #77

Closed cnluzon closed 3 years ago

cnluzon commented 3 years ago

This includes a middle parameters on bw_profile and plot_bw_profile function when mode == stretch. This overrides the default calculation, which uses the median value on the loci length distribution.

If middle is not set, median behavior is kept. Otherwise, middle value will be used.

closes #76 (I think).