blob: d5a868cb0c1ba9a6c7570adb4d7ada3266c49885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<?php
$key=$_POST["My_key"];
if($key=="")
$key="ab";//uniqid("");
include("header_new.inc");
?>
<!-- Site navigation menu -->
<ul class="navbar2">
<li><a href="bn_file_load_gom.php">Load data and begin modeling</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>Tutorials and example networks</h2>
<br>
<h3>Tutorials<br></h3>
<p align="justify">
<ul class="listbar">
<li>Tutorial 1: Using BNW to learn a network structure and make predictions with the model. [<a href="BNW_workflow_net1.htm" target="_blank">View tutorial</a>] [<a href="example.php?My_key=example2|hQG" target="_blank">View network</a>]</li>
<li>Tutorial 2:</a> A more in-depth look at the BNW structural constraint interface. [<a href="BNW_workflow_sci.htm" target="_blank">View tutorial</a>] [<a href="example.php?My_key=example_sci|Llu" target="_blank">View network</a>]</li>
<!-- <li><a href="structure_learning2.htm">Work flow diagram 2:</a> Global optimal search based structure learning.
<li><a href="Prediction.htm">Work flow diagram 3:</a> Entering evidence data and predictions.
-->
</ul>
</p>
<br>
<h3>Example networks<br></h3>
<p align="justify">
<ul class="listbar">
<li>Example 1: Genetic network of immune-related gene in the spleens of BXD mice. [<a href="examples/spleen_immune_example.php">Description</a>] [<a href="example.php?My_key=example_chr2_spleen|cuL" target="_blank">View network</a>]</li>
<li>Example 2: Genetic network of immune response to infection with Chlamydia psittaci. [<a href="examples/chl_example.php">Description</a>] [<a href="example.php?My_key=example_chl|bWR" target="_blank">View network</a>]</li>
<li>Example 3: Synthetic genetic network with 2 genotypes and 6 traits. [<a href="examples/synthetic_example2.php">Description</a>] [<a href="example.php?My_key=example2|hQG" target="_blank">View network</a>]</li>
<li>Example 4: Synthetic time-series genetic network with a genotype and 3 traits measured at 3 different time points. [<a href="examples/synthetic_example3.php">Description</a>] [<a href="example.php?My_key=example_time_series|TEb" target="_blank">View network</a>]</li>
<li>Example 5: Network for investigating electrical problems with a car. [<a href="examples/cardiagnosis.php">Description</a>] [<a href="example.php?My_key=examplecar15node|eIA" target="_blank">View network</a>]</li>
</ul>
</p>
</div>
</body>
</html>
|