blob: 43f733f14d753428dde2b227e59ba8b1627e3c9b [file] [log] [blame]
AnbangXf11a4722013-04-25 18:56:47 -07001%!PS-Adobe-3.0
2%%Creator: graphviz version 2.26.3 (20100126.1600)
3%%Title: G
4%%Pages: (atend)
5%%BoundingBox: (atend)
6%%EndComments
7save
8%%BeginProlog
9/DotDict 200 dict def
10DotDict begin
11
12/setupLatin1 {
13mark
14/EncodingVector 256 array def
15 EncodingVector 0
16
17ISOLatin1Encoding 0 255 getinterval putinterval
18EncodingVector 45 /hyphen put
19
20% Set up ISO Latin 1 character encoding
21/starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27} def
28/Times-Roman starnetISO def
29/Times-Italic starnetISO def
30/Times-Bold starnetISO def
31/Times-BoldItalic starnetISO def
32/Helvetica starnetISO def
33/Helvetica-Oblique starnetISO def
34/Helvetica-Bold starnetISO def
35/Helvetica-BoldOblique starnetISO def
36/Courier starnetISO def
37/Courier-Oblique starnetISO def
38/Courier-Bold starnetISO def
39/Courier-BoldOblique starnetISO def
40cleartomark
41} bind def
42
43%%BeginResource: procset graphviz 0 0
44/coord-font-family /Times-Roman def
45/default-font-family /Times-Roman def
46/coordfont coord-font-family findfont 8 scalefont def
47
48/InvScaleFactor 1.0 def
49/set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52} bind def
53
54% styles
55/solid { [] 0 setdash } bind def
56/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59/bold { 2 setlinewidth } bind def
60/filled { } bind def
61/unfilled { } bind def
62/rounded { } bind def
63/diagonals { } bind def
64
65% hooks for setting color
66/nodecolor { sethsbcolor } bind def
67/edgecolor { sethsbcolor } bind def
68/graphcolor { sethsbcolor } bind def
69/nopcolor {pop pop pop} bind def
70
71/beginpage { % i j npages
72 /npages exch def
73 /j exch def
74 /i exch def
75 /str 10 string def
76 npages 1 gt {
77 gsave
78 coordfont setfont
79 0 0 moveto
80 (\() show i str cvs show (,) show j str cvs show (\)) show
81 grestore
82 } if
83} bind def
84
85/set_font {
86 findfont exch
87 scalefont setfont
88} def
89
90% draw text fitted to its expected width
91/alignedtext { % width text
92 /text exch def
93 /width exch def
94 gsave
95 width 0 gt {
96 [] 0 setdash
97 text stringwidth pop width exch sub text length div 0 text ashow
98 } if
99 grestore
100} def
101
102/boxprim { % xcorner ycorner xsize ysize
103 4 2 roll
104 moveto
105 2 copy
106 exch 0 rlineto
107 0 exch rlineto
108 pop neg 0 rlineto
109 closepath
110} bind def
111
112/ellipse_path {
113 /ry exch def
114 /rx exch def
115 /y exch def
116 /x exch def
117 matrix currentmatrix
118 newpath
119 x y translate
120 rx ry scale
121 0 0 1 0 360 arc
122 setmatrix
123} bind def
124
125/endpage { showpage } bind def
126/showpage { } def
127
128/layercolorseq
129 [ % layer color sequence - darkest to lightest
130 [0 0 0]
131 [.2 .8 .8]
132 [.4 .8 .8]
133 [.6 .8 .8]
134 [.8 .8 .8]
135 ]
136def
137
138/layerlen layercolorseq length def
139
140/setlayer {/maxlayer exch def /curlayer exch def
141 layercolorseq curlayer 1 sub layerlen mod get
142 aload pop sethsbcolor
143 /nodecolor {nopcolor} def
144 /edgecolor {nopcolor} def
145 /graphcolor {nopcolor} def
146} bind def
147
148/onlayer { curlayer ne {invis} if } def
149
150/onlayers {
151 /myupper exch def
152 /mylower exch def
153 curlayer mylower lt
154 curlayer myupper gt
155 or
156 {invis} if
157} def
158
159/curlayer 0 def
160
161%%EndResource
162%%EndProlog
163%%BeginSetup
16414 default-font-family set_font
1651 setmiterlimit
166% /arrowlength 10 def
167% /arrowwidth 5 def
168
169% make sure pdfmark is harmless for PS-interpreters other than Distiller
170/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171% make '<<' and '>>' safe on PS Level 1 devices
172/languagelevel where {pop languagelevel}{1} ifelse
1732 lt {
174 userdict (<<) cvn ([) cvn load put
175 userdict (>>) cvn ([) cvn load put
176} if
177
178%%EndSetup
179setupLatin1
180%%Page: 1 1
181%%PageBoundingBox: 36 36 140 600
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 104 564 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% CTCAG
188gsave
1891 setlinewidth
1900 0 0 nodecolor
19148 315 45.96 18.38 ellipse_path stroke
1920 0 0 nodecolor
19314 /Times-Roman set_font
19423.5 311.4 moveto 49 (CTCAG) alignedtext
195grestore
196% TCAGT
197gsave
1981 setlinewidth
1990 0 0 nodecolor
20048 241 44.76 18.38 ellipse_path stroke
2010 0 0 nodecolor
20214 /Times-Roman set_font
20324 237.4 moveto 48 (TCAGT) alignedtext
204grestore
205% CTCAG->TCAGT
206gsave
2071 setlinewidth
2080 0 0 edgecolor
209newpath 48 296.33 moveto
21048 288.26 48 278.65 48 269.71 curveto
211stroke
2120 0 0 edgecolor
213newpath 51.5 269.67 moveto
21448 259.67 lineto
21544.5 269.67 lineto
216closepath fill
2171 setlinewidth
218solid
2190 0 0 edgecolor
220newpath 51.5 269.67 moveto
22148 259.67 lineto
22244.5 269.67 lineto
223closepath stroke
224grestore
225% CAGTA
226gsave
2271 setlinewidth
2280 0 0 nodecolor
22948 167 45.96 18.38 ellipse_path stroke
2300 0 0 nodecolor
23114 /Times-Roman set_font
23223.5 163.4 moveto 49 (CAGTA) alignedtext
233grestore
234% TCAGT->CAGTA
235gsave
2361 setlinewidth
2370 0 0 edgecolor
238newpath 48 222.33 moveto
23948 214.26 48 204.65 48 195.71 curveto
240stroke
2410 0 0 edgecolor
242newpath 51.5 195.67 moveto
24348 185.67 lineto
24444.5 195.67 lineto
245closepath fill
2461 setlinewidth
247solid
2480 0 0 edgecolor
249newpath 51.5 195.67 moveto
25048 185.67 lineto
25144.5 195.67 lineto
252closepath stroke
253grestore
254% AGTAC
255gsave
2561 setlinewidth
2570 0 0 nodecolor
25848 93 45.96 18.38 ellipse_path stroke
2590 0 0 nodecolor
26014 /Times-Roman set_font
26123.5 89.4 moveto 49 (AGTAC) alignedtext
262grestore
263% GTACG
264gsave
2651 setlinewidth
2660 0 0 nodecolor
26748 19 46.17 18.38 ellipse_path stroke
2680 0 0 nodecolor
26914 /Times-Roman set_font
27023 15.4 moveto 50 (GTACG) alignedtext
271grestore
272% AGTAC->GTACG
273gsave
2741 setlinewidth
2750 0 0 edgecolor
276newpath 48 74.33 moveto
27748 66.26 48 56.65 48 47.71 curveto
278stroke
2790 0 0 edgecolor
280newpath 51.5 47.67 moveto
28148 37.67 lineto
28244.5 47.67 lineto
283closepath fill
2841 setlinewidth
285solid
2860 0 0 edgecolor
287newpath 51.5 47.67 moveto
28848 37.67 lineto
28944.5 47.67 lineto
290closepath stroke
291grestore
292% GGCCT
293gsave
2941 setlinewidth
2950 0 0 nodecolor
29648 537 48.08 18.38 ellipse_path stroke
2970 0 0 nodecolor
29814 /Times-Roman set_font
29922 533.4 moveto 52 (GGCCT) alignedtext
300grestore
301% GCCTC
302gsave
3031 setlinewidth
3040 0 0 nodecolor
30548 463 45.96 18.38 ellipse_path stroke
3060 0 0 nodecolor
30714 /Times-Roman set_font
30823.5 459.4 moveto 49 (GCCTC) alignedtext
309grestore
310% GGCCT->GCCTC
311gsave
3121 setlinewidth
3130 0 0 edgecolor
314newpath 48 518.33 moveto
31548 510.26 48 500.65 48 491.71 curveto
316stroke
3170 0 0 edgecolor
318newpath 51.5 491.67 moveto
31948 481.67 lineto
32044.5 491.67 lineto
321closepath fill
3221 setlinewidth
323solid
3240 0 0 edgecolor
325newpath 51.5 491.67 moveto
32648 481.67 lineto
32744.5 491.67 lineto
328closepath stroke
329grestore
330% CCTCA
331gsave
3321 setlinewidth
3330 0 0 nodecolor
33448 389 44.76 18.38 ellipse_path stroke
3350 0 0 nodecolor
33614 /Times-Roman set_font
33724 385.4 moveto 48 (CCTCA) alignedtext
338grestore
339% GCCTC->CCTCA
340gsave
3411 setlinewidth
3420 0 0 edgecolor
343newpath 48 444.33 moveto
34448 436.26 48 426.65 48 417.71 curveto
345stroke
3460 0 0 edgecolor
347newpath 51.5 417.67 moveto
34848 407.67 lineto
34944.5 417.67 lineto
350closepath fill
3511 setlinewidth
352solid
3530 0 0 edgecolor
354newpath 51.5 417.67 moveto
35548 407.67 lineto
35644.5 417.67 lineto
357closepath stroke
358grestore
359% CCTCA->CTCAG
360gsave
3611 setlinewidth
3620 0 0 edgecolor
363newpath 48 370.33 moveto
36448 362.26 48 352.65 48 343.71 curveto
365stroke
3660 0 0 edgecolor
367newpath 51.5 343.67 moveto
36848 333.67 lineto
36944.5 343.67 lineto
370closepath fill
3711 setlinewidth
372solid
3730 0 0 edgecolor
374newpath 51.5 343.67 moveto
37548 333.67 lineto
37644.5 343.67 lineto
377closepath stroke
378grestore
379% CAGTA->AGTAC
380gsave
3811 setlinewidth
3820 0 0 edgecolor
383newpath 48 148.33 moveto
38448 140.26 48 130.65 48 121.71 curveto
385stroke
3860 0 0 edgecolor
387newpath 51.5 121.67 moveto
38848 111.67 lineto
38944.5 121.67 lineto
390closepath fill
3911 setlinewidth
392solid
3930 0 0 edgecolor
394newpath 51.5 121.67 moveto
39548 111.67 lineto
39644.5 121.67 lineto
397closepath stroke
398grestore
399endpage
400showpage
401grestore
402%%PageTrailer
403%%EndPage: 1
404%%Trailer
405%%Pages: 1
406%%BoundingBox: 36 36 140 600
407end
408restore
409%%EOF