| 1 |
digraph avcconnections { |
|---|
| 2 |
"(10) Unknown" -> "(0) Subunit Unknown Input" |
|---|
| 3 |
"(16) External Unknown Input" -> "(1) Subunit Unknown Input" |
|---|
| 4 |
"(2) Subunit Unknown Output" -> "(6) Unknown" |
|---|
| 5 |
"(3) Subunit Unknown Output" -> "(18) External Unknown Output" |
|---|
| 6 |
"(12) PCR Unknown Input" -> "(4) Unknown" |
|---|
| 7 |
"(9) Unknown" -> "(5) Unknown" |
|---|
| 8 |
"(8) Unknown" -> "(14) PCR Unknown Output" |
|---|
| 9 |
"(9) Unknown" -> "(15) PCR Unknown Output" |
|---|
| 10 |
"(11) Subunit Unknown Output" -> "(19) External Unknown Output" |
|---|
| 11 |
"(0) Subunit Unknown Input" [color=green,style=filled]; |
|---|
| 12 |
"(1) Subunit Unknown Input" [color=green,style=filled]; |
|---|
| 13 |
"(2) Subunit Unknown Output" [color=green,style=filled]; |
|---|
| 14 |
"(3) Subunit Unknown Output" [color=green,style=filled]; |
|---|
| 15 |
"(4) Unknown" [color=green,style=filled]; |
|---|
| 16 |
"(5) Unknown" [color=green,style=filled]; |
|---|
| 17 |
"(6) Unknown" [color=green,style=filled]; |
|---|
| 18 |
"(7) Subunit Unknown Input" [color=green,style=filled]; |
|---|
| 19 |
"(8) Unknown" [color=green,style=filled]; |
|---|
| 20 |
"(9) Unknown" [color=green,style=filled]; |
|---|
| 21 |
"(10) Unknown" [color=green,style=filled]; |
|---|
| 22 |
"(11) Subunit Unknown Output" [color=green,style=filled]; |
|---|
| 23 |
"(12) PCR Unknown Input" [color=coral,style=filled]; |
|---|
| 24 |
"(13) PCR Unknown Input" [color=coral,style=filled]; |
|---|
| 25 |
"(14) PCR Unknown Output" [color=coral,style=filled]; |
|---|
| 26 |
"(15) PCR Unknown Output" [color=coral,style=filled]; |
|---|
| 27 |
"(16) External Unknown Input" [color=slateblue,style=filled]; |
|---|
| 28 |
"(17) External Unknown Input" [color=slateblue,style=filled]; |
|---|
| 29 |
"(18) External Unknown Output" [color=slateblue,style=filled]; |
|---|
| 30 |
"(19) External Unknown Output" [color=slateblue,style=filled]; |
|---|
| 31 |
} |
|---|