From 54a1cba9fc56d791f37ef026594e86f801311982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Sun, 6 Oct 2019 21:42:40 +0200 Subject: [PATCH] improvements on documentation - "database" section including the schema - "about" included in API docs --- ippisite/docs/README.md | 9 + ippisite/docs/source/conf.py | 1 + ippisite/docs/source/database.rst | 5 + ippisite/docs/source/db.dot | 2450 +++++++++++++++++++++++++++++ ippisite/docs/source/index.rst | 10 +- ippisite/docs/source/modules.rst | 4 +- ippisite/ippidb/views/__init__.py | 1 + ippisite/ippisite/settings.py | 2 +- 8 files changed, 2477 insertions(+), 5 deletions(-) create mode 100644 ippisite/docs/README.md create mode 100644 ippisite/docs/source/database.rst create mode 100644 ippisite/docs/source/db.dot diff --git a/ippisite/docs/README.md b/ippisite/docs/README.md new file mode 100644 index 00000000..d48ac059 --- /dev/null +++ b/ippisite/docs/README.md @@ -0,0 +1,9 @@ +How to update and build the documentation for iPPI-DB +===================================================== + +- update the database graphical representation +python ../manage.py graph_models ippidb --pygraphviz --output source/db.dot +- build the docs +make html + +The main page of the documentation is in build/html/index.html. diff --git a/ippisite/docs/source/conf.py b/ippisite/docs/source/conf.py index cd89d254..56faa9fd 100644 --- a/ippisite/docs/source/conf.py +++ b/ippisite/docs/source/conf.py @@ -50,6 +50,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', + 'sphinx.ext.graphviz' ] # Add any paths that contain templates here, relative to this directory. diff --git a/ippisite/docs/source/database.rst b/ippisite/docs/source/database.rst new file mode 100644 index 00000000..036b2eca --- /dev/null +++ b/ippisite/docs/source/database.rst @@ -0,0 +1,5 @@ +iPPI-DB database +================ + +.. graphviz:: db.dot + diff --git a/ippisite/docs/source/db.dot b/ippisite/docs/source/db.dot new file mode 100644 index 00000000..bda91603 --- /dev/null +++ b/ippisite/docs/source/db.dot @@ -0,0 +1,2450 @@ +digraph model_graph { + graph [bb="0,0,3198.5,2516", + fontname=Roboto, + fontsize=8, + splines=true + ]; + node [fontname=Roboto, + fontsize=8, + label="\N", + shape=plaintext + ]; + edge [fontname=Roboto, + fontsize=8 + ]; + subgraph cluster_ippidb { + graph [bb="36.467,0,3124.5,2516", + color=olivedrab4, + label=< + <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER"> + <FONT FACE="Roboto" COLOR="Black" POINT-SIZE="10"> + <B>ippidb</B> + </FONT> + </TD></TR> + </TABLE> + >, + lheight=0.26, + lp="1580.5,2502.5", + lwidth=2.31, + style=rounded + ]; + ippidb_models_AutoFillableModel [height=0.5, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + AutoFillableModel + </B></FONT></TD></TR> + + </TABLE> + >, + pos="2007.5,26", + width=2.6389]; + ippidb_models_Bibliography [height=3.0833, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Bibliography<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">authors_list</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">biblio_year</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">PositiveSmallIntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">cytotox</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">id_source</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">in_cellulo</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">in_silico</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">in_vitro</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">in_vivo</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">journal_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">pharmacokinetic</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">source</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">title</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">xray</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1023.5,658", + width=3.8611]; + ippidb_models_Bibliography -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="1189.5,287", + pos="e,1912.1,28.366 1156,546.89 1161.9,533.98 1165.5,520.15 1165.5,505.5 1165.5,505.5 1165.5,505.5 1165.5,90 1165.5,53.476 1675.9,35.03 \ +1901.9,28.652"]; + ippidb_models_Taxonomy [height=1.0972, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Taxonomy<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">taxonomy_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1883.5,188.5", + width=2.9167]; + ippidb_models_Taxonomy -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="1978.5,90", + pos="e,1988.5,44.056 1907.2,148.99 1920.2,128.13 1937.3,102.47 1954.5,81 1962.7,70.812 1972.4,60.326 1981.3,51.279"]; + ippidb_models_MolecularFunction [height=1.0972, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + MolecularFunction<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">description</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">go_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2123.5,188.5", + width=2.7083]; + ippidb_models_MolecularFunction -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="2082.5,90", + pos="e,2020.6,44.351 2095.1,148.75 2073.8,118.86 2045.1,78.742 2026.5,52.633"]; + ippidb_models_Protein [height=1.8194, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Protein<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>organism</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">entry_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">gene_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">recommended_name_long</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">short_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">uniprot_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2256.5,398.5", + width=4]; + ippidb_models_Protein -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="2281.5,188.5", + pos="e,2102.7,32.781 2257.3,332.76 2257.4,317.72 2257.5,301.81 2257.5,287 2257.5,287 2257.5,287 2257.5,90 2257.5,58.294 2181.1,42.083 \ +2112.7,33.926"]; + ippidb_models_Protein -> ippidb_models_Taxonomy [arrowhead=none, + arrowtail=dot, + dir=both, + label=" organism (protein)", + lp="1944.5,287", + pos="s,2112.4,360.35 2104.6,358.24 2012.3,333.15 1910.9,304.14 1903.5,296 1887.1,277.85 1882.1,250.7 1881.2,228.22"]; + ippidb_models_Protein -> ippidb_models_MolecularFunction [arrowhead=dot, + arrowtail=dot, + dir=both, + label=" molecular_functions (protein)", + lp="2189,287", + pos="s,2152.6,332.88 e,2116.3,228.25 2146.9,326.82 2138.4,317.41 2131.1,307.13 2125.5,296 2116.5,277.88 2114.7,255.81 2115.7,236.39"]; + ippidb_models_Domain [height=1.4583, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Domain<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">domain_family</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">pfam_acc</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">pfam_description</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">pfam_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2434.5,188.5", + width=3.0694]; + ippidb_models_Protein -> ippidb_models_Domain [arrowhead=dot, + arrowtail=dot, + dir=both, + label=" domains (protein)", + lp="2392,287", + pos="s,2307.5,332.79 e,2384.9,241.44 2312.6,326.42 2325.5,310.32 2339.3,293.44 2352.5,278 2361,268.05 2370.2,257.66 2379.3,247.63"]; + ippidb_models_Domain -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="2352.5,90", + pos="e,2102.5,34.539 2378,135.81 2346.4,109.33 2304.9,79.285 2262.5,62 2235.6,51.028 2170.3,41.917 2112.5,35.606"]; + ippidb_models_ProteinDomainComplex [height=1.1528, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + ProteinDomainComplex + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>domain</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>protein</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">ppc_copy_nb</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2436.5,658", + width=3.1944]; + ippidb_models_ProteinDomainComplex -> ippidb_models_Protein [arrowhead=none, + arrowtail=dot, + dir=both, + label=" protein (proteindomaincomplex)", + lp="2361.5,505.5", + pos="s,2384.9,616.45 2378.7,610.86 2349,584.01 2314.4,548.17 2291.5,510 2283.1,495.99 2276.5,479.76 2271.5,464.1"]; + ippidb_models_ProteinDomainComplex -> ippidb_models_Domain [arrowhead=none, + arrowtail=dot, + dir=both, + label=" domain (proteindomaincomplex)", + lp="2507.5,398.5", + pos="s,2436.5,616.25 2436.5,608.1 2436.5,578.31 2436.5,539.74 2436.5,505.5 2436.5,505.5 2436.5,505.5 2436.5,287 2436.5,272.12 2436.3,\ +255.98 2436,241.15"]; + ippidb_models_ProteinDomainBoundComplex [height=0.79167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + ProteinDomainBoundComplex + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>proteindomaincomplex_ptr</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>OneToOneField (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">ppp_copy_nb_per_p</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2956.5,1453", + width=4.4306]; + ippidb_models_ProteinDomainBoundComplex -> ippidb_models_ProteinDomainComplex [arrowhead=empty, + arrowtail=none, + dir=both, + label=" multi-table\ninheritance", + lp="2773,824", + pos="e,2536.7,699.53 2954.9,1424.3 2948.5,1335.7 2918.6,1061.3 2788.5,887 2726.4,803.77 2624.4,742.26 2546.1,704.07"]; + ippidb_models_ProteinDomainPartnerComplex [height=0.61111, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + ProteinDomainPartnerComplex + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>proteindomaincomplex_ptr</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>OneToOneField (id)</B></FONT> + </TD></TR> + + + </TABLE> + >, + pos="2619.5,1453", + width=4.4306]; + ippidb_models_ProteinDomainPartnerComplex -> ippidb_models_ProteinDomainComplex [arrowhead=empty, + arrowtail=none, + dir=both, + label=" multi-table\ninheritance", + lp="2553,824", + pos="e,2464.3,699.59 2618.7,1430.8 2615.3,1346.9 2597.8,1041.4 2517.5,806 2505.8,771.73 2486.5,736.04 2469.7,708.3"]; + ippidb_models_Symmetry [height=0.97222, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Symmetry + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">code</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">description</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1687.5,398.5", + width=2.7083]; + ippidb_models_Disease [height=0.97222, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Disease + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">identifier</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1895.5,398.5", + width=2.5833]; + ippidb_models_PpiFamily [height=0.79167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + PpiFamily + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1485.5,398.5", + width=2.4028]; + ippidb_models_Ppi [height=1.6389, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Ppi<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>family</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>symmetry</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pdb_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">pockets_nb</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1901.5,658", + width=3.0972]; + ippidb_models_Ppi -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="2031.5,287", + pos="e,2007.5,44.207 1966.8,598.94 1988.6,572.91 2007.5,540.32 2007.5,505.5 2007.5,505.5 2007.5,505.5 2007.5,90 2007.5,78.296 2007.5,\ +65.388 2007.5,54.248"]; + ippidb_models_Ppi -> ippidb_models_Symmetry [arrowhead=none, + arrowtail=dot, + dir=both, + label=" symmetry (ppi)", + lp="1813,505.5", + pos="s,1852.7,598.79 1847.4,592.41 1805.8,541.93 1749.9,474.14 1716.4,433.53"]; + ippidb_models_Ppi -> ippidb_models_Disease [arrowhead=dot, + arrowtail=dot, + dir=both, + label=" diseases (ppi)", + lp="1928.5,505.5", + pos="s,1900.1,598.79 e,1896.3,433.53 1899.9,590.55 1898.9,543.52 1897.4,482.16 1896.5,441.61"]; + ippidb_models_Ppi -> ippidb_models_PpiFamily [arrowhead=none, + arrowtail=dot, + dir=both, + label=" family (ppi)", + lp="1679.5,505.5", + pos="s,1800.8,598.85 1793.7,594.6 1731.2,557.37 1651.3,508.94 1581.5,464 1563.2,452.21 1543.2,438.71 1526.3,427.04"]; + ippidb_models_PpiComplex [height=1.1528, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + PpiComplex + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>complex</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>ppi</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">cc_nb</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2334.5,1453", + width=2.9861]; + ippidb_models_PpiComplex -> ippidb_models_ProteinDomainComplex [arrowhead=none, + arrowtail=dot, + dir=both, + label=" complex (ppicomplex)", + lp="2465,824", + pos="s,2339.8,1411.4 2340.9,1403.4 2359.5,1258 2413.9,834.46 2431.2,699.69"]; + ippidb_models_PpiComplex -> ippidb_models_Ppi [arrowhead=none, + arrowtail=dot, + dir=both, + label=" ppi (ppicomplex)", + lp="2215.5,824", + pos="s,2334.4,1411.3 2334.2,1403.3 2331.5,1299.8 2313.8,1056.8 2212.5,887 2166.1,809.27 2082.2,749.83 2013.2,711.02"]; + ippidb_models_Compound [height=15.722, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Compound<BR/><<FONT FACE="Roboto"><I>AutoFillableModel</I></FONT>> + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">a_log_p</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">aromatic_ratio</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">balaban_index</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">best_activity</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">best_activity_ppi_family_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">binding_role</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">bindtest_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">canonical_smile</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">celltest_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">chembl_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">chemspider_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">common_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">cytoxtest_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">fsp3</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">gc_molar_refractivity</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">hba_hbd</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">inchi</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">inchikey</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">inhibition_role</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">inhitest_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">insilico_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">is_macrocycle</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">iupac_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">le</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">FloatField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">ligand_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lipinsky</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lipinsky_a_log_p</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lipinsky_hba</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lipinsky_hbd</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lipinsky_mw</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lipinsky_score</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">lle</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">FloatField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">log_d</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">mean_atom_vol_vdw</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">molecular_weight</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_acceptor_h</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_aliphatic_amines</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_aromatic_bonds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_aromatic_ether</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_aromatic_sssr</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_atom</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_atom_non_h</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_benzene_like_rings</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_bonds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_bonds_non_h</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_br</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_c</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_chiral_centers</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_circuits</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_cl</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_csp2</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_csp3</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_donor_h</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_double_bonds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_f</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_i</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_multiple_bonds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_n</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_o</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_rings</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">nb_rotatable_bonds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pdb_ligand_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pfizer</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pfizer_a_log_p</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pfizer_tpsa</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pktest_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pubchem_id</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pubs</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">randic_index</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">rdf070m</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">rotatable_bond_fraction</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">stabilisation_role</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">stabtest_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">sum_atom_polar</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">sum_atom_vol_vdw</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">tests_av</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">tpsa</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">ui</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">veber</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">veber_hba_hbd</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">veber_rb</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">veber_tpsa</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">wiener_index</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="423.47,1453", + width=3.9722]; + ippidb_models_Compound -> ippidb_models_AutoFillableModel [arrowhead=empty, + arrowtail=none, + dir=both, + label=" abstract\ninheritance", + lp="526.47,398.5", + pos="e,1912.5,27.549 501.26,886.8 502.05,865.62 502.47,844.64 502.47,824 502.47,824 502.47,824 502.47,90 502.47,54.917 1560.5,33.673 \ +1902.4,27.724"]; + ippidb_models_CompoundTanimoto [height=1.3333, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + CompoundTanimoto + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">canonical_smiles</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">fingerprint</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">tanimoto</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="652.47,2189", + width=3.4306]; + ippidb_models_CompoundTanimoto -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (compoundtanimoto)", + lp="638.97,2060.5", + pos="s,614.47,2141 609.78,2134.4 595.23,2113.6 580,2089.1 569.47,2065 562.91,2050 556.61,2034.6 550.58,2019"]; + ippidb_models_PcaBiplotData [height=0.79167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + PcaBiplotData + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">pca_biplot_data</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">TextField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2740.5,2420", + width=2.9861]; + ippidb_models_LeLleBiplotData [height=0.79167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + LeLleBiplotData + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">le_lle_biplot_data</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">TextField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1968.5,2420", + width=3.0694]; + ippidb_models_CellLine [height=0.79167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + CellLine + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1267.5,658", + width=2.4028]; + ippidb_models_TestActivityDescription [height=2.4167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + TestActivityDescription + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>biblio</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>cell_line</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>ppi</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>protein_domain_bound_complex</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (proteindomaincomplex_ptr)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">is_primary</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">nb_active_compounds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">protein_bound_construct</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">test_modulation_type</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">test_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">test_type</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="2179.5,2189", + width=6.1528]; + ippidb_models_TestActivityDescription -> ippidb_models_Bibliography [arrowhead=none, + arrowtail=dot, + dir=both, + label=" biblio (testactivitydescription)", + lp="1448.5,1453", + pos="s,2010.2,2101.9 2002.8,2098.7 1963.1,2081.9 1920.6,2066.3 1879.5,2056 1852.8,2049.3 1403.6,2038.9 1384.5,2019 1291,1921.8 1426.9,\ +909.57 1340.5,806 1291.5,747.28 1242,800.77 1172.5,769 1169.3,767.53 1166,765.97 1162.8,764.35"]; + ippidb_models_TestActivityDescription -> ippidb_models_ProteinDomainBoundComplex [arrowhead=none, + arrowtail=dot, + dir=both, + label=" protein_domain_bound_complex (testactivitydescription)", + lp="2851,2060.5", + pos="s,2401.2,2150.4 2409.2,2148.8 2558,2118.4 2733.9,2072.7 2788.5,2019 2944.7,1865.3 2957.2,1573.7 2957,1481.6"]; + ippidb_models_TestActivityDescription -> ippidb_models_Ppi [arrowhead=none, + arrowtail=dot, + dir=both, + label=" ppi (testactivitydescription)", + lp="2149.5,1453", + pos="s,2100.4,2101.9 2097.2,2094.4 2093,2083.6 2090.5,2072.2 2090.5,2060.5 2090.5,2060.5 2090.5,2060.5 2090.5,824 2090.5,774.87 2054,\ +736.86 2013.1,709.69"]; + ippidb_models_TestActivityDescription -> ippidb_models_CellLine [arrowhead=none, + arrowtail=dot, + dir=both, + label=" cell_line (testactivitydescription)", + lp="1741,1453", + pos="s,2061.2,2101.8 2054.3,2097.7 2027.1,2081.5 1997.7,2066.4 1968.5,2056 1964.6,2054.6 1674.3,2022.1 1671.5,2019 1629.9,1971.9 1655.7,\ +947.88 1671.5,887 1681,850.53 1718.4,836.68 1696.5,806 1656.1,749.38 1467.5,700.48 1354.2,675.57"]; + ippidb_models_CompoundActivityResult [height=1.6944, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + CompoundActivityResult + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>test_activity_description</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">activity</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">activity_type</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">inhibition_percentage</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">modulation_type</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="622.47,2420", + width=4.0278]; + ippidb_models_CompoundActivityResult -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (compoundactivityresult)", + lp="442.47,2189", + pos="s,477.35,2372.4 470.13,2368.7 428.55,2346.9 388.41,2316.8 364.47,2276 325.32,2209.3 318.47,2164.2 364.47,2102 397.92,2056.8 452.02,\ +2110.2 485.47,2065 496.27,2050.4 505.36,2035.1 512.92,2019.1"]; + ippidb_models_CompoundActivityResult -> ippidb_models_TestActivityDescription [arrowhead=none, + arrowtail=dot, + dir=both, + label=" test_activity_description (compoundactivityresult)", + lp="1877.5,2317.5", + pos="s,767.74,2416.2 775.76,2415.9 1024.9,2406.3 1531.8,2375.4 1948.5,2276 1951.6,2275.3 1954.8,2274.5 1957.9,2273.7"]; + ippidb_models_TestCytotoxDescription [height=1.3333, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + TestCytotoxDescription + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>biblio</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>cell_line</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">compound_concentration</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">test_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="905.47,1453", + width=3.9167]; + ippidb_models_TestCytotoxDescription -> ippidb_models_Bibliography [arrowhead=none, + arrowtail=dot, + dir=both, + label=" biblio (testcytotoxdescription)", + lp="957.97,824", + pos="s,892.82,1404.7 890.92,1396.6 864.01,1281.3 815.9,1011.8 893.47,806 898.23,793.36 904.62,781.1 912.02,769.39"]; + ippidb_models_TestCytotoxDescription -> ippidb_models_CellLine [arrowhead=none, + arrowtail=dot, + dir=both, + label=" cell_line (testcytotoxdescription)", + lp="1266.5,824", + pos="s,904.74,1404.8 904.84,1396.7 906.61,1285.5 925.95,1035.8 1056.5,887 1091.1,847.6 1126.4,876.88 1165.5,842 1214,798.74 1244.4,726.68 \ +1258.4,686.79"]; + ippidb_models_CompoundCytotoxicityResult [height=1.1528, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + CompoundCytotoxicityResult + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>test_cytotoxicity_description</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">toxicity</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1216.5,2189", + width=4.3194]; + ippidb_models_CompoundCytotoxicityResult -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (compoundcytotoxicityresult)", + lp="1000.5,2060.5", + pos="s,1146.8,2147.4 1139.6,2143.5 1112.4,2128.8 1081.2,2113.3 1051.5,2102 972.31,2071.8 949.73,2071.7 866.47,2056 803.49,2044.1 628.88,\ +2061 580.47,2019 575.75,2014.9 571.17,2010.7 566.72,2006.3"]; + ippidb_models_CompoundCytotoxicityResult -> ippidb_models_TestCytotoxDescription [arrowhead=none, + arrowtail=dot, + dir=both, + label=" test_cytotoxicity_description (compoundcytotoxicityresult)", + lp="1233.5,2060.5", + pos="s,1183,2147.4 1177.6,2140.9 1155.9,2114.9 1127.7,2082.7 1100.5,2056 1082.3,2038.1 1070.2,2040.6 1056.5,2019 948.59,1849.3 917.28,\ +1604 908.61,1501.2"]; + ippidb_models_TestPKDescription [height=1.875, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + TestPKDescription + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>biblio</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>organism</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">administration_mode</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">concentration</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">dose</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">dose_interval</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">test_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1197.5,1453", + width=3.6806]; + ippidb_models_TestPKDescription -> ippidb_models_Bibliography [arrowhead=none, + arrowtail=dot, + dir=both, + label=" biblio (testpkdescription)", + lp="1112,824", + pos="s,1181.3,1385.4 1179.4,1377.3 1151.9,1262 1098.9,1035.4 1058.5,842 1053.6,818.45 1048.6,793.13 1044,769.05"]; + ippidb_models_TestPKDescription -> ippidb_models_Taxonomy [arrowhead=none, + arrowtail=dot, + dir=both, + label=" organism (testpkdescription)", + lp="1435.5,505.5", + pos="s,1217.5,1385.2 1219.7,1377.6 1255.7,1252.3 1326.4,993.1 1363.5,769 1371.6,720.13 1373.5,707.53 1373.5,658 1373.5,658 1373.5,658 \ +1373.5,287 1373.5,246.14 1629.2,213.76 1778.4,198.34"]; + ippidb_models_CompoundPKResult [height=2.4167, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + CompoundPKResult + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>test_pk_description</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">auc</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">c_max</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">clearance</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">oral_bioavailability</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">t_demi</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">t_max</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">tolerated</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">NullBooleanField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">voldistribution</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1523.5,2189", + width=3.7083]; + ippidb_models_CompoundPKResult -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (compoundpkresult)", + lp="1449,2060.5", + pos="s,1438.2,2101.7 1431.7,2096.6 1410.6,2080.3 1387,2065.5 1362.5,2056 1281.4,2024.6 648.45,2073.3 580.47,2019 575.69,2015.2 571.04,\ +2011.2 566.54,2007.2"]; + ippidb_models_CompoundPKResult -> ippidb_models_TestPKDescription [arrowhead=none, + arrowtail=dot, + dir=both, + label=" test_pk_description (compoundpkresult)", + lp="1648.5,2060.5", + pos="s,1568.1,2102 1569,2093.9 1569.7,2080.1 1566.7,2067 1557.5,2056 1526.6,2019.2 1379.8,2051.5 1344.5,2019 1202.8,1888.5 1190.4,1640.5 \ +1193.5,1520.9"]; + ippidb_models_CompoundAction [height=1.3333, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + CompoundAction + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>ppi</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">activation_mode</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">nb_copy_compounds</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">IntegerField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1807.5,2189", + width=3.6667]; + ippidb_models_CompoundAction -> ippidb_models_Ppi [arrowhead=none, + arrowtail=dot, + dir=both, + label=" ppi (compoundaction)", + lp="1592,1453", + pos="s,1860.6,2141 1866,2134.5 1886.6,2108.9 1900.1,2079 1879.5,2056 1854.5,2028.1 1569.5,2046.9 1544.5,2019 1502.5,1972.2 1514.6,942.31 \ +1544.5,887 1595.8,792.13 1705.3,730.85 1789.6,695.78"]; + ippidb_models_CompoundAction -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (compoundaction)", + lp="1812,2060.5", + pos="s,1795.9,2140.8 1793.1,2133 1782.8,2104.9 1765.8,2073.2 1738.5,2056 1684,2021.7 631.08,2058.8 580.47,2019 575.76,2015.3 571.18,2011.5 \ +566.74,2007.5"]; + ippidb_models_RefCompoundBiblio [height=1.1528, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + RefCompoundBiblio + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>bibliography</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">compound_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">CharField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="918.47,2189", + width=3.4444]; + ippidb_models_RefCompoundBiblio -> ippidb_models_Bibliography [arrowhead=none, + arrowtail=dot, + dir=both, + label=" bibliography (refcompoundbiblio)", + lp="683.47,1453", + pos="s,913.31,2147.3 911.6,2139.4 904.96,2110.6 891.94,2076.2 866.47,2056 776.78,1984.8 686.41,2105.6 611.47,2019 570.32,1971.4 579.58,\ +941.21 611.47,887 670.03,787.46 789.23,728.07 884.42,694.82"]; + ippidb_models_RefCompoundBiblio -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (refcompoundbiblio)", + lp="794.47,2060.5", + pos="s,855.89,2147.3 849.06,2142.8 828.68,2129.5 806.28,2115 785.47,2102 751.67,2080.9 745.03,2071.9 708.47,2056 654.16,2032.4 622.12,\ +2061.1 580.47,2019 575.72,2014.2 571.11,2009.3 566.63,2004.2"]; + ippidb_models_DrugBankCompound [height=0.97222, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + DrugBankCompound + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>TextField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">canonical_smiles</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">common_name</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">TextField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="153.47,1453", + width=3.0139]; + ippidb_models_DrugbankCompoundTanimoto [height=1.1528, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + DrugbankCompoundTanimoto + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>drugbank_compound</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">tanimoto</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">DecimalField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="181.47,2189", + width=3.8056]; + ippidb_models_DrugbankCompoundTanimoto -> ippidb_models_Compound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" compound (drugbankcompoundtanimoto)", + lp="392.47,2060.5", + pos="s,232.64,2147.4 238.56,2141.9 260.79,2120.6 284.47,2093.8 299.47,2065 307.23,2050.1 314.51,2034.8 321.33,2019.1"]; + ippidb_models_DrugbankCompoundTanimoto -> ippidb_models_DrugBankCompound [arrowhead=none, + arrowtail=dot, + dir=both, + label=" drugbank_compound (drugbankcompoundtanimoto)", + lp="187.97,2060.5", + pos="s,133.09,2147.3 127.45,2141.5 107.4,2120.3 86.982,2093.7 76.467,2065 0,1856.4 98.081,1583.9 137.99,1488.1"]; + ippidb_models_Contribution [height=1.6944, + label=< + <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B> + Contribution + </B></FONT></TD></TR> + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>id</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>AutoField</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>bibliography</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>contributor</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto"><B>ppi</B></FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">created_at</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DateTimeField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT COLOR="#7B7B7B" FACE="Roboto">updated_at</FONT> + </TD><TD ALIGN="LEFT"> + <FONT COLOR="#7B7B7B" FACE="Roboto">DateTimeField</FONT> + </TD></TR> + + + + <TR><TD ALIGN="LEFT" BORDER="0"> + <FONT FACE="Roboto">validated</FONT> + </TD><TD ALIGN="LEFT"> + <FONT FACE="Roboto">BooleanField</FONT> + </TD></TR> + + + </TABLE> + >, + pos="1936.5,1453", + width=3.2639]; + ippidb_models_Contribution -> ippidb_models_Bibliography [arrowhead=none, + arrowtail=dot, + dir=both, + label=" bibliography (contribution)", + lp="1807,824", + pos="s,1941.5,1391.6 1941.9,1383.6 1947.1,1264.5 1939.1,1021.3 1804.5,887 1664.7,747.49 1566.5,818.19 1371.5,787 1283.8,772.98 1255.4,\ +800.72 1172.5,769 1169.2,767.73 1165.9,766.37 1162.6,764.92"]; + ippidb_models_Contribution -> ippidb_models_Ppi [arrowhead=none, + arrowtail=dot, + dir=both, + label=" ppi (contribution)", + lp="1947.5,824", + pos="s,1933.8,1391.9 1933.5,1383.9 1926.7,1230 1910.4,861.18 1904.1,717.1"]; + } + django_contrib_auth_models_User [height=0.5, + label=< + <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0"> + <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f"> + <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT> + </TD></TR> + </TABLE> + >, + pos="3165.5,824", + width=0.91667]; + ippidb_models_Contribution -> django_contrib_auth_models_User [arrowhead=none, + arrowtail=dot, + dir=both, + label=" contributor (contribution)", + lp="2219,864.5", + pos="s,1929.5,1391.9 1928.8,1383.7 1919.7,1261.6 1921,1009.3 2068.5,887 2159.3,811.78 3014.2,870.89 3128.5,842 3129.7,841.68 3131,841.33 \ +3132.3,840.93"]; +} diff --git a/ippisite/docs/source/index.rst b/ippisite/docs/source/index.rst index a8282744..312319b4 100644 --- a/ippisite/docs/source/index.rst +++ b/ippisite/docs/source/index.rst @@ -3,14 +3,20 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to iPPI-DB's documentation! -=================================== +Welcome to the iPPI-DB technical documentation! +=============================================== + +iPPI-DB is an online database of modulators of protein-protein interactions. +The database itself and its description are hosted at https://ippidb.pasteur.fr. + +These pages contain the documentation for technical maintenance and development purposes. .. toctree:: :maxdepth: 2 :caption: Contents: install + database modules diff --git a/ippisite/docs/source/modules.rst b/ippisite/docs/source/modules.rst index cba2f2f4..85c57e76 100644 --- a/ippisite/docs/source/modules.rst +++ b/ippisite/docs/source/modules.rst @@ -1,5 +1,5 @@ -IPPIDB Python API reference -=========================== +iPPI-DB Python API reference +============================ .. automodule:: ippidb :members: diff --git a/ippisite/ippidb/views/__init__.py b/ippisite/ippidb/views/__init__.py index 9108317d..1923b511 100644 --- a/ippisite/ippidb/views/__init__.py +++ b/ippisite/ippidb/views/__init__.py @@ -4,6 +4,7 @@ iPPI-DB views .. autosummary:: :toctree: _autosummary + about contribute compound_query """ diff --git a/ippisite/ippisite/settings.py b/ippisite/ippisite/settings.py index f2cf7e97..57160b95 100644 --- a/ippisite/ippisite/settings.py +++ b/ippisite/ippisite/settings.py @@ -158,7 +158,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static_root') #$ ./manage.py graph_models -a > db.dot #$ dot db.dot -T png -odb.png GRAPH_MODELS = { - 'all_applications': True, + 'all_applications': False, 'group_models': True, } -- GitLab