aertslab / SCENIC

SCENIC is an R package to infer Gene Regulatory Networks and cell types from single-cell RNA-seq data.
http://scenic.aertslab.org
GNU General Public License v3.0
394 stars 94 forks source link

Extracting regulon activity matrix #229

Closed Lumskie closed 2 years ago

Lumskie commented 2 years ago

Hi!

I have been working on SCENIC to find active TFs.In the output I am getting a very low number of active regulons per cell(avg~7) even though a total of 155 regulons were found to be active throughout the cells. I have doubts on the threshold in have put for binarizing.I have used the default value that the code gives.Is there any way I can retrieve the regulon activity matrix after step 3( without binarizing so that I can try some decision functions for binarising?If it is already available in the /output folder,PLease let me know.!!

Thank you in advance