pySCENIC icon indicating copy to clipboard operation
pySCENIC copied to clipboard

pySCENIC is a lightning-fast python implementation of the SCENIC pipeline (Single-Cell rEgulatory Network Inference and Clustering) which enables biologists to infer transcription factors, gene regula...

Results 192 pySCENIC issues
Sort by recently updated
recently updated
newest added

I saw that `modules_from_adjacencies` function must convert expressions into pandas, which is not friendly to big data. It can directly support anndata?

bug

I want to run pySCENIC instead of running SCENIC in R, but it always fails on Windows.

bug

**Describe the bug** When I run pySCENIC, I often encounter disturbing warnings. I checked the problem may be associated with me this question. https://github.com/aertslab/pySCENIC/issues/482 But I'm not using port 8787....

bug

I used pmbc to test pyscenic, but I had this problem while running the grn step, however I followed the given steps exactly and I am sure my file is...

bug

**Describe the bug** I am trying to run Pyscenic GRN but its giving me error and i am unable to solve the issue. **Steps to reproduce the behavior** 1. Command...

bug

when I run the following codes: > pyscenic ctx --num_workers 10 \ > --output sce.regulons.csv \ > --expression_mtx_fname sce.loom \ > --all_modules \ > --mask_dropouts \ > --mode "dask_multiprocessing" \...

bug

Hi, I am trying to compute the Cistarget step of pyscenic after obtaining meta cells with the metacell2 pipeline and then the GRN with arboreta package and saved in a...

bug

**Describe the bug** I am following the description of the full interactive pipeline as detailed [in this notebook](https://github.com/aertslab/pySCENIC/blob/master/notebooks/pySCENIC%20-%20Full%20pipeline.ipynb) and having trouble running the pruning stage. Using pySCENIC v0.12.1 (installed from...

bug

hello, **Describe the bug** My shell: ``` pyscenic aucell \ scenic.loom \ reg.csv \ --output pyscenic_output.loom \ --num_workers 5 ``` My log ``` 2024-06-13 13:14:58,995 - pyscenic.cli.pyscenic - INFO -...

bug

When trying to input a pickle (dat) file of regulons for `pyscenic aucell`, I got the following error: `pyscenic.cli.pyscenic - ERROR - binary mode doesn't take an encoding argument`. This...

bug