decoupler-py
decoupler-py copied to clipboard
Python package to perform enrichment analysis from omics data.
**Describe the bug** It's unclear what the CytoSig resource is outputting. For example, ``` res = dc.get_resource('CytoSig') res ``` Provides a DataFrame with this info  I solved...
Hi, first of all thanks for the great documentation. I am running the pseudobulk analysis and I found the pseudobulk_counts to be signficantly associated with the top PC which thus...
Hi, It appears that `get_pseudobulk` loses `.obs` columns when they contain NAs, even when they are unique for each sample ID. Here's an example. ```python import pertpy import decoupler adata...
Hi, I wanted to first and foremost express my appreciation for this fantastic package! I am trying to apply the TF activity inference functions on my 10X scRNA-seq data. For...