greenelab / mpmp

Multimodal Pan-cancer Mutation Prediction
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Disentangled methylation dimension reduction #45

Open jjc2718 opened 3 years ago

jjc2718 commented 3 years ago

PCA generates a dense, ~Gaussian feature matrix, which may not play nicely with elastic net. We want to see if we can do better with a less "entangled" or sparser dimension reduction method.

VAEs have been used successfully for methylation data:

Maybe this would work better?

jjc2718 commented 3 years ago

Could use this package: https://github.com/Christensen-Lab-Dartmouth/MethylNet