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 regulatory networks and cell types from single-cell RNA-seq data.
Describe the bug I am running the grn part of the pyscenic through docker as exactly shared here ("https://pyscenic.readthedocs.io/en/latest/installation.html#command-line-interface"). The code runs without error but I get empty adjacencies.tsv file.
My input data frame is a count matrix with cells as rows and genes as columns. Ialso input the TF file.
below is my code:
What is the problem?