root/release/1.0.0/examples/example2.dawg
| Revision 207, 336 bytes (checked in by admin, 5 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #example2.dawg |
| 2 | |
| 3 | Tree = ((A:0.1,B:0.1)C:0.1, (D:0.1)E:0.1); |
| 4 | Length = 300 |
| 5 | |
| 6 | # 1 indel on average for every 10 substitutions |
| 7 | Lambda = 0.1 |
| 8 | |
| 9 | # Use the user defined gap model |
| 10 | GapModel = {"US"} |
| 11 | |
| 12 | GapParams = |
| 13 | { |
| 14 | 0.7, #probability of an indel of size 1 |
| 15 | 0.2, #probability of an indel of size 2 |
| 16 | 0.1 #probability of an indel of size 3 |
| 17 | } |
Note: See TracBrowser
for help on using the browser.
