-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello: I'm trying to reproduce results for cross species for CellOT (using rats as starting point), but ran into an issue.
The steps I tried are as follows:
- Get the embedding from
model-scgenas follows:--outdir ./results/scrna-crossspecies/mode-iid/model-scgen --config ./configs/tasks/crossspecies.yaml --config ./configs/models/scgen.yaml - Use the embedding from scgen and apply to CellOT:
--outdir ./results/scrna-crossspecies/mode-iid/model-cellot --config ./configs/tasks/crossspecies.yaml --config ./configs/models/cellot.yaml --config.data.ae_emb.path ./results/scrna-crossspecies/mode-iid/model-scgen
Once stored the result, I evaluated via the following: --outdir results/scrna-crossspecies/mode-iid/model-cellot --n_markers 50 --setting iid --where data_space
The results I get are:
'mmd': 0.4460518822912073, 'l2': 15.850724, 'r2': 0.4929862534733026
What have I done wrongly? For reference, I got the following for identity, which seems to make more sense:
'mmd': 0.20872688110292562, 'l2': 11.169688, 'r2': 0.7255046739934895
Thank you!
Metadata
Metadata
Assignees
Labels
No labels