rvinas / GTEx-imputation

Gene Expression Imputation with Generative Adversarial Imputation Nets
MIT License
11 stars 3 forks source link

How about other GAN@GTEx? #6

Closed yezhengli-Mr9 closed 4 years ago

yezhengli-Mr9 commented 4 years ago

Is it too time-consuming to compare with other GAN@GTEx work (they are on older version of GTEx anyway)?

Wang, Xiaoqian, Kamran Ghasedi Dizaji, and Heng Huang. "Conditional generative adversarial network for gene expression inference." Bioinformatics 34.17 (2018): i603-i611. Ghasedi Dizaji, Kamran, Xiaoqian Wang, and Heng Huang. "Semi-supervised generative adversarial network for gene expression inference." Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. 2018.

rvinas commented 4 years ago

Good findings! Thanks for sharing, I will take a proper look at these papers soon. While the methodology is slightly similar (e.g., GAN), the problem that we address here is different - our predictions are not based on landmark genes.

yezhengli-Mr9 commented 4 years ago

Good findings! Thanks for sharing, I will take a proper look at these papers soon. While the methodology is slightly similar (e.g., GAN), the problem that we address here is different - our predictions are not based on landmark genes.

I think they do not release codes. I am trying to find other codes to convince you of my that second to last issue makes sense -- I woke up 2 hours ago and keep looking for SIMPLE codes (for published work) that can convince you my that second to last issue: (1) Some GAN work/ codes for "missing imputation" actually analyze on compete data (for example, MNIST, CelebA, etc. that is they do not have input with intrinsic missing values) although they do pay attention to my second to last issue. (2) Some codes are not simple enough, or not talking about missing imputation. (3) not peer-reviewed (4) ...