diff options
Diffstat (limited to 'sourcecodes/examples/synthetic_example2.php')
| -rw-r--r-- | sourcecodes/examples/synthetic_example2.php | 32 |
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> |
