about summary refs log tree commit diff
path: root/sourcecodes/examples/chl_example.php
diff options
context:
space:
mode:
authorziejd22017-09-14 15:39:41 -0500
committerziejd22017-09-14 15:57:50 -0500
commitc4f926438dcb8abe805e910399940f79ff643c4b (patch)
tree3146d05ada5cf4b48d9bdd16c1baa498e8df7192 /sourcecodes/examples/chl_example.php
parent57ebf49403b75dcf8482d174b59f7fd2a961d98e (diff)
downloadBNW-c4f926438dcb8abe805e910399940f79ff643c4b.tar.gz
Add files via upload
Diffstat (limited to 'sourcecodes/examples/chl_example.php')
-rw-r--r--sourcecodes/examples/chl_example.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/sourcecodes/examples/chl_example.php b/sourcecodes/examples/chl_example.php
new file mode 100644
index 00000000..f695ad5c
--- /dev/null
+++ b/sourcecodes/examples/chl_example.php
@@ -0,0 +1,32 @@
+<?php 
+
+$key=$_POST["My_key"];
+if($key=="")
+  $key="ab";//uniqid("");
+
+include("../header_new.inc");
+?>
+<!-- Site navigation menu -->
+<ul class="navbar">
+  <li><a href="../bn_file_load_gom.php">Learn a network model from data</a>
+  <li><a href="../home_upload.php">Make predictions using a known structure</a>  
+  <li><a href="../help.php">Help</a>
+  <li><a href="../faq.php">FAQ</a>
+  <li><a href="../home.php">Home</a>
+
+
+</ul>
+
+<div id="outer">
+<!-- Main content -->
+<br>
+
+<h2>Genetic network of immure response to infection with Chlamydia psittaci [<a href="../example.php?My_key=example_chl|bWR" target="_blank">View network</a>]</h2>
+</br>
+<p>
+  This network models the differential susceptibility to infection with <i>Chlamydia psittaci</i> observed in B6 and D2 mice, as well as in the BXD recombinant inbred strains that have been developed from these parental strains. The model predicts that disease status, as quantified by the weight loss after infection (Weight), is directly influenced by the level of neutrophils and the genotype at the Ctrq3 locus on Chr 11. Macrophage activation status (MAS) is also predicted to influence the level of neutrophils and the pathogen load. This network has been fully described in a previous paper [<a href="http:\\www.ncbi.nlm.nih.gov/pubmed/22438999" target="_blank">PubMed link</a>], in which several predictions made by the model were experimentally validated.</br>
+</br>
+</p>
+</div>
+</body>
+</html>