alevax / pyviper

Porting of Protein Activity and Pathway Inference to single cell and Python.
MIT License
10 stars 0 forks source link

Switch data storage slot in Anndata #25

Closed alexanderlewis99 closed 1 year ago

alexanderlewis99 commented 1 year ago

Switch from doing pax_data.gex_data to pax_data.uns['gex_data'], which is the unstructured data slot. Do the same for enr_data and all similar data storage instances.

alexanderlewis99 commented 1 year ago

This has been accomplished by commit 8c3be07