Disease table of JUVENILE POLYPOSIS SYNDROME OMIM ID: 174900

Gene-disease associations table

Download the disease annotation in CSV format

Relations among genes:

Tandem repeat annotations from DGD
Cytogenetic band analysis
Transcription Factors (TF) annotation from TRRUST
Interactions from BIOGRID - physical

Direct interactions graph
Interactions graph (direct and indirect interactions, when direct are not available)

Interactions from BIOGRID - genetic
Interactions from STRING

Direct interactions graph
Interactions graph (direct and indirect interactions, when direct are not available)

Interactions from CORUM
Interactions from CENSUS
Interactions from PDB
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Thu Apr 12 10:23:15 2018

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/cgi-bin/gene_disease_db/disease_mkstatic.py in ()
    968     #only if it is polygenic
    969     if dis_type!="MONOGENIC":
=>  970        main_function(gene_set,dis)
    971 
    972 else:
main_function = <function main_function>, gene_set = set(['BMPR1A', 'SMAD4']), dis = ('174900',)
 /usr/lib/cgi-bin/gene_disease_db/disease_mkstatic.py in main_function(gene_set=set(['BMPR1A', 'SMAD4']), dis=('174900',))
    868   census_ann(gene_set,dis)
    869   pdb_ann(gene_set,dis)
=>  870   manual_ann(gene_set)
    871   if dis!=None:
    872      shared,shared_terms=kegg_ann(dis,conn,gene_set)
global manual_ann = <function manual_ann>, gene_set = set(['BMPR1A', 'SMAD4'])
 /usr/lib/cgi-bin/gene_disease_db/disease_mkstatic.py in manual_ann(gene_set=set(['BMPR1A', 'SMAD4']))
    750           if inter:
    751               int_type=get_el("SELECT int_type from big_trig_curated where (gene1=%s and gene2=%s)",[gene1,gene2])
=>  752               myline.append(int_type2text[int_type])
    753           else:
    754               myline.append("No")
myline = ['BMPR1A', 'SMAD4'], myline.append = <built-in method append of list object>, int_type2text = {'NA': 'not available', 'ind': 'yes, indirect', 'm': 'maybe', 'm_ind': 'maybe, indirect', 'yes': 'yes, complex', 'yes NC': 'yes, they interact', 'yes TF': 'they interact as TF and regulated gene', 'yes ind': 'yes, indirect', 'yes m_NC': 'yes, they interact but maybe not in complex', 'yes m_ind': 'yes, maybe indirect'}, int_type = 'yes NC m_ind'

<type 'exceptions.KeyError'>: 'yes NC m_ind'
      args = ('yes NC m_ind',)
      message = 'yes NC m_ind'