ex208 / Positive_Selection_Pipeline

0 stars 0 forks source link

add Jupyter notebook describing tree splitting algorithm #7

Closed widdowquinn closed 7 years ago

widdowquinn commented 7 years ago

I fixed the issue with the notebook from earlier - it was retaining state because of how I was passing the function argument - this is now rectified.

I've also added more explanatory text, and gone through the process of combining the functions into a single function that can be called once for each tree to get all the disjoint subtrees.