about summary refs log tree commit diff
path: root/sourcecodes/examples/synthetic_example2.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/synthetic_example2.php
parent57ebf49403b75dcf8482d174b59f7fd2a961d98e (diff)
downloadBNW-c4f926438dcb8abe805e910399940f79ff643c4b.tar.gz
Add files via upload
Diffstat (limited to 'sourcecodes/examples/synthetic_example2.php')
-rw-r--r--sourcecodes/examples/synthetic_example2.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/sourcecodes/examples/synthetic_example2.php b/sourcecodes/examples/synthetic_example2.php
new file mode 100644
index 00000000..aed9d357
--- /dev/null
+++ b/sourcecodes/examples/synthetic_example2.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>Synthetic genetic network [<a href="../example.php?My_key=example2|hQG" target="_blank">View network</a>]</h2>
+</br>
+<p>
+  This network was created using simulated genetic data. The input data file, which is available <a href="../example_datasets/example_data_8nodes.txt">here</a>, contains 2 genotypes and 6 traits. However, one of the traits (Trait5), is not connected in the network, indicating that it is not influenced by other variables in the dataset and that it does not influence other variables in the network. A complete workflow describing the use of BNW to learn the network structure and make predictions of the resulting model with this dataset is provided in <a href="../BNW_workflow_net1.htm" target="_blank">this tutorial</a>.</br>
+</br>
+</p>
+</div>
+</body>
+</html>