biological.gv 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. digraph g {
  2. rankdir=LR;
  3. node [shape=rpromoter colorscheme=rdbu5 color=1 style=filled fontcolor=3]; Hef1a; TRE; UAS; Hef1aLacOid;
  4. Hef1aLacOid [label="Hef1a-LacOid"];
  5. node [shape=rarrow colorscheme=rdbu5 color=5 style=filled fontcolor=3]; Gal4VP16; LacI; rtTA3; DeltamCherry;
  6. Gal4VP16 [label="Gal4-VP16"];
  7. product [shape=oval style=filled colorscheme=rdbu5 color=2 label=""];
  8. repression [shape=oval label="LacI repression" fontcolor=black style=dotted];
  9. node [shape=oval style=filled colorscheme=rdbu5 color=4 fontcolor=5];
  10. combination [label="rtTA3 + Doxycycline"];
  11. LacIprotein [label="LacI"];
  12. rtTA3protein [label="rtTA3"];
  13. Gal4VP16protein [label="Gal4-VP16"];
  14. subgraph cluster_0 {
  15. colorscheme=rdbu5;
  16. color=3;
  17. node [colorscheme=rdbu5 fontcolor=3];
  18. Hef1a -> Gal4VP16 [arrowhead=none];
  19. Gal4VP16 -> UAS [arrowhead=none];
  20. UAS -> LacI [arrowhead=none];
  21. LacI -> Hef1aLacOid [arrowhead=none];
  22. Hef1aLacOid -> rtTA3 [arrowhead=none];
  23. rtTA3 -> TRE [arrowhead=none];
  24. TRE -> DeltamCherry [arrowhead=none]
  25. }
  26. Gal4VP16 -> Gal4VP16protein;
  27. Gal4VP16protein -> UAS;
  28. LacI -> LacIprotein;
  29. LacIprotein -> repression;
  30. repression -> Hef1aLacOid [arrowhead=tee];
  31. IPTG -> repression [arrowhead=tee];
  32. rtTA3 -> rtTA3protein;
  33. rtTA3protein -> combination;
  34. combination -> TRE;
  35. Doxycycline -> combination;
  36. DeltamCherry -> product;
  37. }