From c4f926438dcb8abe805e910399940f79ff643c4b Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:39:41 -0500 Subject: Add files via upload --- sourcecodes/faq.php | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 sourcecodes/faq.php (limited to 'sourcecodes/faq.php') diff --git a/sourcecodes/faq.php b/sourcecodes/faq.php new file mode 100644 index 00000000..65926f33 --- /dev/null +++ b/sourcecodes/faq.php @@ -0,0 +1,161 @@ + + + +
+ + + +|
+ By default, structure learning is performed with the maximum number of parents for every node in the network set to 4 and k, the number of best scoring structures to include in model averaging, set to 1 (i.e., no model averaging is performed). + |
|
+ The most computationally expensive step in BNW is structure learning, and BNW limits the size of datasets that can be used for structure learning. Currently, the maximum number of nodes when performing structure learning in BNW is 19, and the maximum number of samples is 10,000. We also estimate the time required for structure learning based on the input file size and the structure learning options provided by the user. Structure learning of networks on BNW should complete within approximately 10 minutes. For longer structure learning jobs, a structure learning package which is written in C is also available for download. The network structure file provided as output by the package can be loaded into BNW for use with the BNW graphical prediction interface. Alternately, users can reduce the computational cost associated with structure learning by reducing the maximum number of parents for each node or the value of k used in model averaging. + |
|
+ If you want to learn the network structure from a dataset, the only input file required for BNW is a text file where each row is a sample of the dataset. If you already know the network structure, you need two input files, one containing the structure and one containing the data. The format of these files is more fully described here. |
|
+ Examples of assigning nodes to tiers are given below. Additionally, a tutorial with examples of using the structural constraint interface is available here. |
|
+ To compare the evidence and intervention prediction modes, consider a genetic network model that was learned for a set of mouse strains: |
|
+ After structure learning, it is possible that all variables will not be connected within a single network. Some variables may not be found to be associated with any other variables in the input dataset and may be left out of any network model, or there may be two or more distinct networks. In these cases, the highest scoring network model did not have all variables in a single network given the data and our scoring metric. To our knowledge, parameter learning and predictions with these unconnected models should still work correctly, but this has not been tested extensively. |
|
+ While there is no current method to automatically restore a previous session of BNW, users have the option of downloading a file that contains the structure of their model. This file can be loaded in BNW on return visits to the site, allowing them to skip the potentially time consuming structure learning step. To download the structure matrix file after structure learning of the dataset for the first time, click on "Display structure matrix" on the left side of the prediction interface, scroll to the bottom of the popup window, and click "Download". This file and the original input data file and then be loaded into BNW by clicking "Make predictions using a known structure" on the BNW home page. |
|
+ We are aware that the structural constraint interface does not display or operate correctly using Internet Explorer. This seems to be due to IE not supporting HTML5 drag-and-drop functions, and we have not noticed any problems with this interface using other web browsers. The majority of testing of BNW has been performed using recent versions of Google Chrome and Mozilla Firefox web browsers on computers with Windows operating systems. We have also done used several browers on Linux and Apple computers and have not noticed problems. |
+