diff options
| author | ziejd2 | 2018-04-25 16:43:19 -0500 |
|---|---|---|
| committer | ziejd2 | 2018-04-25 16:43:19 -0500 |
| commit | 74b673ba4a706085201a5610b938ff98f08f641d (patch) | |
| tree | cb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/data/example1 | |
| parent | a781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff) | |
| download | BNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz | |
Bug fixes, code comments, and minor changes
Diffstat (limited to 'sourcecodes/data/example1')
| -rw-r--r-- | sourcecodes/data/example1/Bqxmap.txt | 16 | ||||
| -rw-r--r-- | sourcecodes/data/example1/Bqxparameters.txt | 34 |
2 files changed, 42 insertions, 8 deletions
diff --git a/sourcecodes/data/example1/Bqxmap.txt b/sourcecodes/data/example1/Bqxmap.txt index 032b8928..dc9ba9be 100644 --- a/sourcecodes/data/example1/Bqxmap.txt +++ b/sourcecodes/data/example1/Bqxmap.txt @@ -1,8 +1,8 @@ -Geno1 1 0.473175 1.335000 -Geno2 2 0.496318 1.570000 -Trait1 1 0.668009 -0.023903 -Trait2 1 0.796873 0.038552 -Trait3 2 1.036694 0.068708 -Trait4 1 0.984008 -0.010125 -Trait5 1 0.316471 0.008911 -Trait6 1 0.904542 -0.114267 +Geno1 0.473175 1.335000 +Geno2 0.496318 1.570000 +Trait1 0.668009 -0.023903 +Trait2 0.796873 0.038552 +Trait3 1.036694 0.068708 +Trait4 0.984008 -0.010125 +Trait5 0.316471 0.008911 +Trait6 0.904542 -0.114267 diff --git a/sourcecodes/data/example1/Bqxparameters.txt b/sourcecodes/data/example1/Bqxparameters.txt new file mode 100644 index 00000000..d1345709 --- /dev/null +++ b/sourcecodes/data/example1/Bqxparameters.txt @@ -0,0 +1,34 @@ +Geno1 +Discrete node with 2 states +1 0.6650 +2 0.3350 + +Geno2 +Discrete node with 2 states +1 0.4300 +2 0.5700 + +Trait1 +Continuous node +-0.0239 0.6720 + +Trait2 +Continuous node +0.0386 0.8009 + +Trait3 +Continuous node +0.0687 1.0420 + +Trait4 +Continuous node +-0.0081 1.0133 + +Trait5 +Continuous node +0.0089 0.3181 + +Trait6 +Continuous node +-0.1143 0.9091 + |
