alevax / pyviper

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

Network assignment improvements #55

Open alexanderlewis99 opened 7 months ago

alexanderlewis99 commented 7 months ago

Adds annotation telling you which network the sample was assigned to in the obs column - not easy to do since we only return preop Allows you to run multicore with manual network assignment - not easy to do because different VIPER outputs have different sets of regulators that are unknown without running it on those sample sets. And you can't do multicore unless you have the same number of columns in the same order.