about summary refs log tree commit diff
path: root/sourcecodes/getting_started.php
diff options
context:
space:
mode:
authorziejd22017-09-14 15:39:41 -0500
committerziejd22017-09-14 15:57:50 -0500
commitc4f926438dcb8abe805e910399940f79ff643c4b (patch)
tree3146d05ada5cf4b48d9bdd16c1baa498e8df7192 /sourcecodes/getting_started.php
parent57ebf49403b75dcf8482d174b59f7fd2a961d98e (diff)
downloadBNW-c4f926438dcb8abe805e910399940f79ff643c4b.tar.gz
Add files via upload
Diffstat (limited to 'sourcecodes/getting_started.php')
-rw-r--r--sourcecodes/getting_started.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/sourcecodes/getting_started.php b/sourcecodes/getting_started.php
new file mode 100644
index 00000000..15652b91
--- /dev/null
+++ b/sourcecodes/getting_started.php
@@ -0,0 +1,33 @@
+<?php 
+
+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="workflow.php">Tutorials and examples</a>
+  <li><a href="help.php">Help</a>
+  <li><a href="faq.php">FAQ</a>
+  <li><a href="home.php">Home</a>
+
+
+</ul>
+
+
+<!-- Main content -->
+<div id="outer">
+<h1>Getting Started with BNW</h1>
+<br>
+    <p align="justify">The Bayesian Network Webserver (BNW) is designed to be a comprehensive tool for Bayesian network modeling of biological datasets. It should allow users to, within seconds or minutes, go from having a simply formatted input file containing a dataset to using a network model to make predictions about the interactions between variables and the potential effects of experimental interventions. New users of BNW may want to start by following <a href="BNW_workflow_net1.htm">this tutorial</a> which uses an example dataset that is used to create a genetic network. An additional <a href="BNW_workflow_sci.htm">tutorial</a> provides an introduction to using the BNW structural constraint interface. Several example networks using real and synthetic data are available <a href="workflow.php">here</a>.<br>
+<br>
+BNW also provides a <a href="help.php">help</a> page that provides an overview of the use of BNW as well as a <a href="faq.php">FAQ</a> page that addresses specific questions.
+<br>
+<br>
+    To begin modeling your own data, prepare an input file following these <a href="help.php#file_format">file formatting guidelines</a>, upload the file <a href="bn_file_load_gom.php">here</a> to learn the network structure that best explains the data, and begin using it to make predictions. If you already know the structure of your network, you can upload files containing your data and the network structure <a href="home_upload.php">here</a>.
+</p>
+<br>
+</div>
+</body>
+</html>