snap-stanford / GEARS

GEARS is a geometric deep learning model that predicts outcomes of novel multi-gene perturbations
MIT License
189 stars 38 forks source link

How to obtain more top_non_dropout_de? #57

Open yanwuanxin opened 5 months ago

yanwuanxin commented 5 months ago

image

adata.uns["top_non_dropout_de_20"] stored top20 differential gene, how to get more?

yanwuanxin commented 5 months ago

modifying script of data_utils.py to get more top_non_dropout_de, but the result of top20 and top50 are inconsistent.

modify the script as follows: image

top20 result:

ddfd390d4ea23f3e3864ab8117654b0

top50 result:

7f604ccb98cded6be55919a01cc64e5
ceesu commented 2 days ago

There is an example notebook on their paper's GitHub.