pybel / pybel-tools

A PyBEL extension for analyzing BEL graphs
http://pybel-tools.readthedocs.io/
MIT License
5 stars 5 forks source link

Network concordance algorithm #110

Closed cthoyt closed 7 years ago

cthoyt commented 7 years ago
  1. Overlay differential gene expression. Apply cutoff for significantly up-regulated, down-regulated, and un-regulated genes
  2. Look for statements that match (up-regulated increases up-regulated, up-regulated decreases down-regulated, etc.)
  3. Calculate summary statistics over network

Couple to a pipeline for stratifying a graph by an annotation (neurommsig subgraph usually) then provide total summary.

What's the distribution of correct/(correct + incorrect + ambiguous) over all subgraphs?