Bayesian Network Webserver for Biological Network Modeling

Table of Contents

  1. File upload
  2. Network structure
  3. Network predictions
  4. Input file processing
  5. Structure matrix
  6. Network parameters

1. File upload page


This is the main page for uploading a data file for use with BNW. This input file should be a tab-delimited text file. Formatting guidelines are more fully described here. Several example data sets can be loaded by clicking the appropriate button.

After loading the data file, Bayesian network modeling can performed using default settings or using the BNW structural constraint interface. The "Remove variables from data set" button can be used to edit input files. This option may be useful for examining the impact of specific variables on network structures.

Finally, a table describing the file uploaded to BNW is provided that can be inspected to ensure that the input file was properly interpreted. This table is described in more detail here.


2. Network structure page


This page displays the network structure learned from the loaded data file. If model averaging was used to determine the network structure, the weights of edges after model averaging can be viewed by clicking "Network image options" and "Show network with edge weights". Users should also note the three letter network ID code in the upper left of the page. This code can be used to return to the network in the future. However, files stored on BNW are cleared periodically, and users should download the Structure Matrix, as described here, to ensure that they can return to a specific network structure in the future.

After viewing the network structure, users have four main options. First, clicking "Use network to make predictions" goes to a more detailed view of the network that can be used to quickly investigate how network variables respond to interventions.

Second, the "Network image options" menu allows users to save the network image as a PNG or SVG file. If model averaging was used during structure learning, the weights of network edges can be added to the network image

Third, users can learn more about the network structure and parameters, or check to make sure the input file was properly processed by BNW.

Fourth, the network structure can be modified by either directly adding or removing specific edges, changing the settings used during structure learning, or removing variables from the data set.


3. Network predictions page


This page is the main way in which users can use the network to make predictions about how observed evidence or interventions impact the other variables in the network. Users can switch between "Evidence" and "Intervention" modes by clicking the appropriate button. These modes are described more fully here. Entered evidence or interventions can be removed by clicking "Clear evidence".

Leave-one-out cross-validation, k-fold cross validation, and predictions of an uploaded test set can be performed using the network after clicking on "Cross validations and predictions".

Users can also access network parameters and violin plots of the distributions of the network under the "More about network" menu. If evidence/intervention has been entered in the network, parameters and violin plots that consider this information are also provided, providing additional quantification and visualization of the impact of the added evidence/intervention.


4. Input processing page


The main goal of this page is to allow users to ensure that input files have been uploaded and processed correctly. The title of the table indicates if any variables or cases (rows) were automatically removed by BNW. Variables would be removed by BNW if all cases contained the same value. Cases would be removed if they contained missing data (i.e., at least one of the variables in the case had a value of 'NA').

The table has 4 columns:
- The name of each variable in the input file.
- The type of the variable as determined by BNW.
- The number of states for discrete variables or the mean and standard deviation for continuous variables.
- A brief explanation for why the variable was classified as discrete or continuous.


5. Structure matrix


This page provides the structure matrix, a table containing the network structure learned from the data. A '1' in the table indicates that a directed edge going from the row variable to the column variable is present in the network. In other words, the row variable is the parent, while the column variable is the child.

The structure matrix can be downloaded by clicking the link under the structure matrix. Users can upload the structure matrix file to BNW in the future to return to the network and make additional predictions.

If model averaging was performed when learning the structure, a second table on the page provides the model averaging scores of the directed edges in the network. Model averaging is further described here.


6. Network parameters


This page provides a table with the network parameters for each variable in the network. For discrete variables, the probability of each possible state is shown. For continuous variables, means and standard deviations of Gaussian distributions are provided. If the continuous variable has one or more discrete parents, it is described by a mixture of Gaussian distributions, and the corresponding table contains the weights of these Gaussian distributions.

If evidence or intervention has been used to make predictions in the network, there is a second set of parameter tables. These tables provide the parameters considering entered evidence or intervention values.




Contact us

Please send questions and comments to Dr. Yan Cui at University of Tennesee Health Science Center.