aertslab / pySCENIC

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.
http://scenic.aertslab.org
GNU General Public License v3.0
400 stars 176 forks source link

question: Pavlidis Template Matching, GENIE3 and Weighted correlation network analysis (WGCNA) #62

Closed yuliusema4 closed 5 years ago

yuliusema4 commented 5 years ago

Hi, Thanks for referring to the Drosophila eye development paper. I read through it. Excellent work! For the co-expression network construction, the paper used PTM, and GENIE3. The current version of SCENIC stop reporting the repressing TF because of the "anti-expression modules are messy and have strong noise" (I remember getting this somewhere). If we use the results from PTM instead of GENE3, from your experience, does this conclusion still hold? another question is WGCNA is very popular for coexpression network construction, do you compare the results of GENEI3 with WGCNA?

Best Yu

bramvds commented 5 years ago

Hi Yu,

  1. Regulons that capture target genes for which the expression is negatively correlated with the expression of its transcription factor can still be used. E.g. via the CLI used the parameter --all_modules of the ctx step. However, as you mentioned, use the results with caution. We assessed the relevance of these 'repressor regulons' on the Zeisel et al. data set (see example notebooks) on the known REST repressor and the results did not make biological sense (i.e. REST should be active in most cell types of non-neuronal origins - this was not the case).
  2. Regarding the usage of WGCNA as a replacement of GENIE3: To my knowledge, this will be difficult as SCENIC needs a Gene Regulatory Network reconstruction step that produces directed networks (i.e. direct regulatory links between a factor and its target genes) and not (undirected) co-expression 'modules'.

Kindest regards, Bram