recursionpharma / maes_microscopy

Official repo for Recursion's accepted spotlight paper at NeurIPS 2023 Generative AI & Biology workshop.
Other
33 stars 4 forks source link

Genes relationships #5

Closed mxfly14 closed 4 months ago

mxfly14 commented 8 months ago

Hello,

Thanks for your work. Can you provide the gene relationships dataset you used to asses the performance of the model ?

By the way why were you looking at the bottom 5% of cosine distance ?

By advance, thanks

kian-kd commented 8 months ago

Hi there, thank you!

Yes, you can find those datasets here in this other Recursion Repo which may also be of use as you work on benchmarking: https://github.com/recursionpharma/EFAAR_benchmarking/tree/trunk/efaar_benchmarking/benchmark_annotations

We look at the bottom 5% of cosine distance because we have observed that sometimes high-oppositeness between the foundation model embeddings can capture informative biological signal as high-similarity between embeddings does.

mxfly14 commented 8 months ago

Hello,

Thank you for your reply. I am gonna check those repo. Do you have any biological explanation for this high-oppositeness information?

Best regards,

Maxime Sanchez

Le ven. 12 janv. 2024 à 17:32, Kian Kenyon-Dean @.***> a écrit :

Hi there, thank you!

Yes, you can find those datasets here in this other Recursion Repo https://github.com/recursionpharma/EFAAR_benchmarking/tree/trunk which may also be of use as you work on benchmarking: https://github.com/recursionpharma/EFAAR_benchmarking/tree/trunk/efaar_benchmarking/benchmark_annotations

We look at the bottom 5% of cosine distance because we have observed that sometimes high-oppositeness between the foundation model embeddings can capture informative biological signal as high-similarity between embeddings does.

— Reply to this email directly, view it on GitHub https://github.com/recursionpharma/maes_microscopy/issues/5#issuecomment-1889610565, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEKANX43FYAXJAROBIVG52LYOFQSTAVCNFSM6AAAAABBYJ3AE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBZGYYTANJWGU . You are receiving this because you authored the thread.Message ID: @.***>

kian-kd commented 8 months ago

As Safiye Celik describes, consider the example of MTOR-TSC2: TSC2, along with TSC1, forms a complex that inhibits the activity of MTOR. Two opposite states of MTOR (inhibited state as represented by the MTOR KO embedding, and active state as represented by the TSC2 KO embedding) can be captured by the opposite directions of the embeddings for these two genes.