ersilia-os / pharmacogx-embeddings

Pharmacogenomics knowledge graph embeddings and related analyses
GNU General Public License v3.0
3 stars 0 forks source link

Test drug-gene pairs pipeline #22

Open miquelduranfrigola opened 8 months ago

miquelduranfrigola commented 8 months ago

Hi @GemmaTuron

As you know, I have refactored the drug-gene pair pipeline. We should test it and:

If you encounter any problem, please let me know.

GemmaTuron commented 8 months ago

@miquelduranfrigola

I've made a small refactoring to the 0_preparation folder: users should run the 0_precalculate_hub_descriptors.sh file to get all the descriptors, including the ersilia embeddings. I have not deleted the original piece of code yet just in case you prefer to keep it

Now I've hardcoded three descriptors, we can make it more user friendly if we want.

I am adding requirements in a requirements file that I'll fill in as needed

GemmaTuron commented 8 months ago

Hi @miquelduranfrigola and @AnnaMontaner:

I have tested the pipeline to train pairs of models (to save time I have not tested all the combinations, but they should work). I have made minor refactoring in the code @miquelduranfrigola, to make sure the folders are created when needed. I only have two comments:

@AnnaMontaner if you try it, I'm using Py3.10 and the package requirements along with the versions is in requirements.txt

miquelduranfrigola commented 7 months ago

Thanks @GemmaTuron - I am aware I am delayed with this. It is well noted and will respond ASAP.

miquelduranfrigola commented 3 months ago

I have done major updates on the pipeline. We may want to run it one last time.