theislab / scgen

Single cell perturbation prediction
https://scgen.readthedocs.io
GNU General Public License v3.0
260 stars 52 forks source link

Predict function should have `ctrl_key` and `stim_key` params instead of `conditions` dict. #43

Closed adamgayoso closed 3 years ago

adamgayoso commented 3 years ago

It should also have proper typing and documentation.

Cottoneyejoe95 commented 3 years ago

Changed every function to use ctrl_key and stim_key, added proper documentation to most functions.