Vectorize functions
Closed this issue · 1 comments
conniesaur commented
Some of the slower running functions (zscore calculation, HMM peak calling) could be sped up by vectorizing the operations currently happening within for loops. This would also speed up parameter searches/testing where these functions would be run repeatedly!
miraep8 commented
Great suggestion! :) Lets do it! :) Oh man, multiple parameter searches happening repeatedly! So bad haha. I went ahead and assigned you but happy to jump in as well.