reimandlab / ActiveDriverDB

ActiveDriverDB
GNU Lesser General Public License v2.1
12 stars 3 forks source link

browsing pathways #100

Closed reimand0 closed 4 years ago

reimand0 commented 6 years ago

Couple of comments on the pathway view:

  1. let's remove large pathways with >500 genes and small pathways with <10 genes.
  2. let's rank the pathways according to some score from Marta's calculations. One option:

score = min(rankCancer, rankClinVar), where lower score is better, and rankX means that this pathway got the Xth rank on the ordering of p-values from the pathway analysis.

  1. At the bottom of the page, we should note that pathways are ranked according to their importance in PTM mutations in cancer (TCGA) or in genetic disease (ClinVar).

ps - do we need ClinVar pathway scores from Marta?

krassowski commented 6 years ago

Should this supersede the current implementation: https://activedriverdb.org/pathways/with_significant_genes/Cancer%20%28TCGA%20PanCancerAtlas%29, or should the two coexist?

reimand0 commented 6 years ago

I don't know which ranking makes more sense, the score-based or the PTM.mut.count-based. We just want to provide the most interesting genes at the top. Perhaps we can keep the current PTM.mut.count-based ranking for now.

We could also use color to highlight the gene names with larger number of PTM SNVs.

krassowski commented 4 years ago

Some previous discussion on pathways was in #88. The pre-computed pathways list (so option 2) was added in #162. Let's have both options co-existing: