theislab / chemCPA

Code for "Predicting Cellular Responses to Novel Drug Perturbations at a Single-Cell Resolution", NeurIPS 2022.
https://arxiv.org/abs/2204.13545
MIT License
88 stars 23 forks source link

Add ability to add layers (extended gene set finetuning) #91

Closed siboehm closed 2 years ago

siboehm commented 2 years ago

This allows adding an extra layer to adjust the input / output dimension. The flag is called append_ae_layer.

I also added the all-zero embedding (closes #88), and fixed a small bug in the preprocessing.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

MxMstrmn commented 2 years ago

Look good. Merging.