greenelab / pancancer-evaluation

Evaluating genome-wide prediction of driver mutations using pan-cancer data
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Implement subsetting genes by MAD #2

Closed jjc2718 closed 4 years ago

jjc2718 commented 4 years ago

See TODOs in pancancer_utilities/data_utilities.py.

This will probably end up looking a bit like the code here and here, but will need to be modified slightly since I'm doing the cross-validation stratification a bit differently here.

jjc2718 commented 4 years ago

Also see Ben's comment here