yiqunchen / GenePT

153 stars 26 forks source link

Issues encountered when trying to reproduce some results #11

Open Steven-Palayew opened 3 months ago

Steven-Palayew commented 3 months ago

Hello,

In gene_embedding_examples.ipynb here, shouldn't _gpt_gene_name_to_embedding_cleantext be what gets updated in the for loop since this is what we write to pickle file in the end?

image

Also, would you be able to share code to generate genept-s embedding for Pancreas dataset and evaluate? The result I get when trying to adapt code from aorta_data_analysis.ipynb is quite different.

Thanks in advance!