diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/workflow.php | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/workflow.php')
| -rw-r--r-- | sourcecodes/workflow.php | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sourcecodes/workflow.php b/sourcecodes/workflow.php index 56b527d4..d5a868cb 100644 --- a/sourcecodes/workflow.php +++ b/sourcecodes/workflow.php @@ -8,8 +8,8 @@ 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> +<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> @@ -21,22 +21,20 @@ include("header_new.inc"); <div id="outer"> <!-- Main content --> <br> -<h1>Tutorials and example networks</h1> -<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">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">View tutorial</a>] [<a href="example.php?My_key=example_sci|Llu" target="_blank">View network</a>]</li> + <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> -<br> -<h3>Examples<br></h3> +<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> |
