anbangx | cdc5917 | 2013-04-11 04:49:31 +0000 | [diff] [blame^] | 1 | %!PS-Adobe-3.0 |
| 2 | %%Creator: graphviz version 2.26.3 (20100126.1600) |
| 3 | %%Title: G |
| 4 | %%Pages: (atend) |
| 5 | %%BoundingBox: (atend) |
| 6 | %%EndComments |
| 7 | save |
| 8 | %%BeginProlog |
| 9 | /DotDict 200 dict def |
| 10 | DotDict begin |
| 11 | |
| 12 | /setupLatin1 { |
| 13 | mark |
| 14 | /EncodingVector 256 array def |
| 15 | EncodingVector 0 |
| 16 | |
| 17 | ISOLatin1Encoding 0 255 getinterval putinterval |
| 18 | EncodingVector 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 |
| 40 | cleartomark |
| 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 | ] |
| 136 | def |
| 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 |
| 164 | 14 default-font-family set_font |
| 165 | 1 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 |
| 173 | 2 lt { |
| 174 | userdict (<<) cvn ([) cvn load put |
| 175 | userdict (>>) cvn ([) cvn load put |
| 176 | } if |
| 177 | |
| 178 | %%EndSetup |
| 179 | setupLatin1 |
| 180 | %%Page: 1 1 |
| 181 | %%PageBoundingBox: 36 36 359 970 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 323 934 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % CTAAA |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | 160 93 45.96 18.38 ellipse_path stroke |
| 192 | 0 0 0 nodecolor |
| 193 | 14 /Times-Roman set_font |
| 194 | 135.5 89.4 moveto 49 (CTAAA) alignedtext |
| 195 | grestore |
| 196 | % TAAAC |
| 197 | gsave |
| 198 | 1 setlinewidth |
| 199 | 0 0 0 nodecolor |
| 200 | 160 19 45.96 18.38 ellipse_path stroke |
| 201 | 0 0 0 nodecolor |
| 202 | 14 /Times-Roman set_font |
| 203 | 135.5 15.4 moveto 49 (TAAAC) alignedtext |
| 204 | grestore |
| 205 | % CTAAA->TAAAC |
| 206 | gsave |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 edgecolor |
| 209 | newpath 160 74.33 moveto |
| 210 | 160 66.26 160 56.65 160 47.71 curveto |
| 211 | stroke |
| 212 | 0 0 0 edgecolor |
| 213 | newpath 163.5 47.67 moveto |
| 214 | 160 37.67 lineto |
| 215 | 156.5 47.67 lineto |
| 216 | closepath fill |
| 217 | 1 setlinewidth |
| 218 | solid |
| 219 | 0 0 0 edgecolor |
| 220 | newpath 163.5 47.67 moveto |
| 221 | 160 37.67 lineto |
| 222 | 156.5 47.67 lineto |
| 223 | closepath stroke |
| 224 | grestore |
| 225 | % GTAAC |
| 226 | gsave |
| 227 | 1 setlinewidth |
| 228 | 0 0 0 nodecolor |
| 229 | 158 389 45.96 18.38 ellipse_path stroke |
| 230 | 0 0 0 nodecolor |
| 231 | 14 /Times-Roman set_font |
| 232 | 133.5 385.4 moveto 49 (GTAAC) alignedtext |
| 233 | grestore |
| 234 | % TAACT |
| 235 | gsave |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 nodecolor |
| 238 | 158 315 44.76 18.38 ellipse_path stroke |
| 239 | 0 0 0 nodecolor |
| 240 | 14 /Times-Roman set_font |
| 241 | 134 311.4 moveto 48 (TAACT) alignedtext |
| 242 | grestore |
| 243 | % GTAAC->TAACT |
| 244 | gsave |
| 245 | 1 setlinewidth |
| 246 | 0 0 0 edgecolor |
| 247 | newpath 158 370.33 moveto |
| 248 | 158 362.26 158 352.65 158 343.71 curveto |
| 249 | stroke |
| 250 | 0 0 0 edgecolor |
| 251 | newpath 161.5 343.67 moveto |
| 252 | 158 333.67 lineto |
| 253 | 154.5 343.67 lineto |
| 254 | closepath fill |
| 255 | 1 setlinewidth |
| 256 | solid |
| 257 | 0 0 0 edgecolor |
| 258 | newpath 161.5 343.67 moveto |
| 259 | 158 333.67 lineto |
| 260 | 154.5 343.67 lineto |
| 261 | closepath stroke |
| 262 | grestore |
| 263 | % AACTA |
| 264 | gsave |
| 265 | 1 setlinewidth |
| 266 | 0 0 0 nodecolor |
| 267 | 159 241 45.96 18.38 ellipse_path stroke |
| 268 | 0 0 0 nodecolor |
| 269 | 14 /Times-Roman set_font |
| 270 | 134.5 237.4 moveto 49 (AACTA) alignedtext |
| 271 | grestore |
| 272 | % TAACT->AACTA |
| 273 | gsave |
| 274 | 1 setlinewidth |
| 275 | 0 0 0 edgecolor |
| 276 | newpath 158.25 296.33 moveto |
| 277 | 158.36 288.26 158.49 278.65 158.61 269.71 curveto |
| 278 | stroke |
| 279 | 0 0 0 edgecolor |
| 280 | newpath 162.11 269.71 moveto |
| 281 | 158.75 259.67 lineto |
| 282 | 155.11 269.62 lineto |
| 283 | closepath fill |
| 284 | 1 setlinewidth |
| 285 | solid |
| 286 | 0 0 0 edgecolor |
| 287 | newpath 162.11 269.71 moveto |
| 288 | 158.75 259.67 lineto |
| 289 | 155.11 269.62 lineto |
| 290 | closepath stroke |
| 291 | grestore |
| 292 | % CTCAG |
| 293 | gsave |
| 294 | 1 setlinewidth |
| 295 | 0 0 0 nodecolor |
| 296 | 155 685 45.96 18.38 ellipse_path stroke |
| 297 | 0 0 0 nodecolor |
| 298 | 14 /Times-Roman set_font |
| 299 | 130.5 681.4 moveto 49 (CTCAG) alignedtext |
| 300 | grestore |
| 301 | % TCAGT |
| 302 | gsave |
| 303 | 1 setlinewidth |
| 304 | 0 0 0 nodecolor |
| 305 | 155 611 44.76 18.38 ellipse_path stroke |
| 306 | 0 0 0 nodecolor |
| 307 | 14 /Times-Roman set_font |
| 308 | 131 607.4 moveto 48 (TCAGT) alignedtext |
| 309 | grestore |
| 310 | % CTCAG->TCAGT |
| 311 | gsave |
| 312 | 1 setlinewidth |
| 313 | 0 0 0 edgecolor |
| 314 | newpath 155 666.33 moveto |
| 315 | 155 658.26 155 648.65 155 639.71 curveto |
| 316 | stroke |
| 317 | 0 0 0 edgecolor |
| 318 | newpath 158.5 639.67 moveto |
| 319 | 155 629.67 lineto |
| 320 | 151.5 639.67 lineto |
| 321 | closepath fill |
| 322 | 1 setlinewidth |
| 323 | solid |
| 324 | 0 0 0 edgecolor |
| 325 | newpath 158.5 639.67 moveto |
| 326 | 155 629.67 lineto |
| 327 | 151.5 639.67 lineto |
| 328 | closepath stroke |
| 329 | grestore |
| 330 | % CAGTA |
| 331 | gsave |
| 332 | 1 setlinewidth |
| 333 | 0 0 0 nodecolor |
| 334 | 155 537 45.96 18.38 ellipse_path stroke |
| 335 | 0 0 0 nodecolor |
| 336 | 14 /Times-Roman set_font |
| 337 | 130.5 533.4 moveto 49 (CAGTA) alignedtext |
| 338 | grestore |
| 339 | % TCAGT->CAGTA |
| 340 | gsave |
| 341 | 1 setlinewidth |
| 342 | 0 0 0 edgecolor |
| 343 | newpath 155 592.33 moveto |
| 344 | 155 584.26 155 574.65 155 565.71 curveto |
| 345 | stroke |
| 346 | 0 0 0 edgecolor |
| 347 | newpath 158.5 565.67 moveto |
| 348 | 155 555.67 lineto |
| 349 | 151.5 565.67 lineto |
| 350 | closepath fill |
| 351 | 1 setlinewidth |
| 352 | solid |
| 353 | 0 0 0 edgecolor |
| 354 | newpath 158.5 565.67 moveto |
| 355 | 155 555.67 lineto |
| 356 | 151.5 565.67 lineto |
| 357 | closepath stroke |
| 358 | grestore |
| 359 | % GCTAT |
| 360 | gsave |
| 361 | 1 setlinewidth |
| 362 | 0 0 0 nodecolor |
| 363 | 267 463 44.76 18.38 ellipse_path stroke |
| 364 | 0 0 0 nodecolor |
| 365 | 14 /Times-Roman set_font |
| 366 | 243 459.4 moveto 48 (GCTAT) alignedtext |
| 367 | grestore |
| 368 | % CTATC |
| 369 | gsave |
| 370 | 1 setlinewidth |
| 371 | 0 0 0 nodecolor |
| 372 | 267 389 43.84 18.38 ellipse_path stroke |
| 373 | 0 0 0 nodecolor |
| 374 | 14 /Times-Roman set_font |
| 375 | 244 385.4 moveto 46 (CTATC) alignedtext |
| 376 | grestore |
| 377 | % GCTAT->CTATC |
| 378 | gsave |
| 379 | 1 setlinewidth |
| 380 | 0 0 0 edgecolor |
| 381 | newpath 267 444.33 moveto |
| 382 | 267 436.26 267 426.65 267 417.71 curveto |
| 383 | stroke |
| 384 | 0 0 0 edgecolor |
| 385 | newpath 270.5 417.67 moveto |
| 386 | 267 407.67 lineto |
| 387 | 263.5 417.67 lineto |
| 388 | closepath fill |
| 389 | 1 setlinewidth |
| 390 | solid |
| 391 | 0 0 0 edgecolor |
| 392 | newpath 270.5 417.67 moveto |
| 393 | 267 407.67 lineto |
| 394 | 263.5 417.67 lineto |
| 395 | closepath stroke |
| 396 | grestore |
| 397 | % TATCC |
| 398 | gsave |
| 399 | 1 setlinewidth |
| 400 | 0 0 0 nodecolor |
| 401 | 267 315 43.84 18.38 ellipse_path stroke |
| 402 | 0 0 0 nodecolor |
| 403 | 14 /Times-Roman set_font |
| 404 | 244 311.4 moveto 46 (TATCC) alignedtext |
| 405 | grestore |
| 406 | % CTATC->TATCC |
| 407 | gsave |
| 408 | 1 setlinewidth |
| 409 | 0 0 0 edgecolor |
| 410 | newpath 267 370.33 moveto |
| 411 | 267 362.26 267 352.65 267 343.71 curveto |
| 412 | stroke |
| 413 | 0 0 0 edgecolor |
| 414 | newpath 270.5 343.67 moveto |
| 415 | 267 333.67 lineto |
| 416 | 263.5 343.67 lineto |
| 417 | closepath fill |
| 418 | 1 setlinewidth |
| 419 | solid |
| 420 | 0 0 0 edgecolor |
| 421 | newpath 270.5 343.67 moveto |
| 422 | 267 333.67 lineto |
| 423 | 263.5 343.67 lineto |
| 424 | closepath stroke |
| 425 | grestore |
| 426 | % AGTAC |
| 427 | gsave |
| 428 | 1 setlinewidth |
| 429 | 0 0 0 nodecolor |
| 430 | 48 463 45.96 18.38 ellipse_path stroke |
| 431 | 0 0 0 nodecolor |
| 432 | 14 /Times-Roman set_font |
| 433 | 23.5 459.4 moveto 49 (AGTAC) alignedtext |
| 434 | grestore |
| 435 | % GTACG |
| 436 | gsave |
| 437 | 1 setlinewidth |
| 438 | 0 0 0 nodecolor |
| 439 | 48 389 46.17 18.38 ellipse_path stroke |
| 440 | 0 0 0 nodecolor |
| 441 | 14 /Times-Roman set_font |
| 442 | 23 385.4 moveto 50 (GTACG) alignedtext |
| 443 | grestore |
| 444 | % AGTAC->GTACG |
| 445 | gsave |
| 446 | 1 setlinewidth |
| 447 | 0 0 0 edgecolor |
| 448 | newpath 48 444.33 moveto |
| 449 | 48 436.26 48 426.65 48 417.71 curveto |
| 450 | stroke |
| 451 | 0 0 0 edgecolor |
| 452 | newpath 51.5 417.67 moveto |
| 453 | 48 407.67 lineto |
| 454 | 44.5 417.67 lineto |
| 455 | closepath fill |
| 456 | 1 setlinewidth |
| 457 | solid |
| 458 | 0 0 0 edgecolor |
| 459 | newpath 51.5 417.67 moveto |
| 460 | 48 407.67 lineto |
| 461 | 44.5 417.67 lineto |
| 462 | closepath stroke |
| 463 | grestore |
| 464 | % TACGC |
| 465 | gsave |
| 466 | 1 setlinewidth |
| 467 | 0 0 0 nodecolor |
| 468 | 48 315 45.96 18.38 ellipse_path stroke |
| 469 | 0 0 0 nodecolor |
| 470 | 14 /Times-Roman set_font |
| 471 | 23.5 311.4 moveto 49 (TACGC) alignedtext |
| 472 | grestore |
| 473 | % GTACG->TACGC |
| 474 | gsave |
| 475 | 1 setlinewidth |
| 476 | 0 0 0 edgecolor |
| 477 | newpath 48 370.33 moveto |
| 478 | 48 362.26 48 352.65 48 343.71 curveto |
| 479 | stroke |
| 480 | 0 0 0 edgecolor |
| 481 | newpath 51.5 343.67 moveto |
| 482 | 48 333.67 lineto |
| 483 | 44.5 343.67 lineto |
| 484 | closepath fill |
| 485 | 1 setlinewidth |
| 486 | solid |
| 487 | 0 0 0 edgecolor |
| 488 | newpath 51.5 343.67 moveto |
| 489 | 48 333.67 lineto |
| 490 | 44.5 343.67 lineto |
| 491 | closepath stroke |
| 492 | grestore |
| 493 | % GGCCT |
| 494 | gsave |
| 495 | 1 setlinewidth |
| 496 | 0 0 0 nodecolor |
| 497 | 211 907 48.08 18.38 ellipse_path stroke |
| 498 | 0 0 0 nodecolor |
| 499 | 14 /Times-Roman set_font |
| 500 | 185 903.4 moveto 52 (GGCCT) alignedtext |
| 501 | grestore |
| 502 | % GCCTC |
| 503 | gsave |
| 504 | 1 setlinewidth |
| 505 | 0 0 0 nodecolor |
| 506 | 155 833 45.96 18.38 ellipse_path stroke |
| 507 | 0 0 0 nodecolor |
| 508 | 14 /Times-Roman set_font |
| 509 | 130.5 829.4 moveto 49 (GCCTC) alignedtext |
| 510 | grestore |
| 511 | % GGCCT->GCCTC |
| 512 | gsave |
| 513 | 1 setlinewidth |
| 514 | 0 0 0 edgecolor |
| 515 | newpath 197.44 889.09 moveto |
| 516 | 190.57 880 182.09 868.79 174.52 858.79 curveto |
| 517 | stroke |
| 518 | 0 0 0 edgecolor |
| 519 | newpath 177.26 856.61 moveto |
| 520 | 168.43 850.75 lineto |
| 521 | 171.67 860.83 lineto |
| 522 | closepath fill |
| 523 | 1 setlinewidth |
| 524 | solid |
| 525 | 0 0 0 edgecolor |
| 526 | newpath 177.26 856.61 moveto |
| 527 | 168.43 850.75 lineto |
| 528 | 171.67 860.83 lineto |
| 529 | closepath stroke |
| 530 | grestore |
| 531 | % GCCTG |
| 532 | gsave |
| 533 | 1 setlinewidth |
| 534 | 0 0 0 nodecolor |
| 535 | 267 833 48.08 18.38 ellipse_path stroke |
| 536 | 0 0 0 nodecolor |
| 537 | 14 /Times-Roman set_font |
| 538 | 241 829.4 moveto 52 (GCCTG) alignedtext |
| 539 | grestore |
| 540 | % GGCCT->GCCTG |
| 541 | gsave |
| 542 | 1 setlinewidth |
| 543 | 0 0 0 edgecolor |
| 544 | newpath 224.56 889.09 moveto |
| 545 | 231.38 880.06 239.79 868.96 247.32 859.01 curveto |
| 546 | stroke |
| 547 | 0 0 0 edgecolor |
| 548 | newpath 250.13 861.09 moveto |
| 549 | 253.37 851 lineto |
| 550 | 244.55 856.87 lineto |
| 551 | closepath fill |
| 552 | 1 setlinewidth |
| 553 | solid |
| 554 | 0 0 0 edgecolor |
| 555 | newpath 250.13 861.09 moveto |
| 556 | 253.37 851 lineto |
| 557 | 244.55 856.87 lineto |
| 558 | closepath stroke |
| 559 | grestore |
| 560 | % CCTCA |
| 561 | gsave |
| 562 | 1 setlinewidth |
| 563 | 0 0 0 nodecolor |
| 564 | 155 759 44.76 18.38 ellipse_path stroke |
| 565 | 0 0 0 nodecolor |
| 566 | 14 /Times-Roman set_font |
| 567 | 131 755.4 moveto 48 (CCTCA) alignedtext |
| 568 | grestore |
| 569 | % GCCTC->CCTCA |
| 570 | gsave |
| 571 | 1 setlinewidth |
| 572 | 0 0 0 edgecolor |
| 573 | newpath 155 814.33 moveto |
| 574 | 155 806.26 155 796.65 155 787.71 curveto |
| 575 | stroke |
| 576 | 0 0 0 edgecolor |
| 577 | newpath 158.5 787.67 moveto |
| 578 | 155 777.67 lineto |
| 579 | 151.5 787.67 lineto |
| 580 | closepath fill |
| 581 | 1 setlinewidth |
| 582 | solid |
| 583 | 0 0 0 edgecolor |
| 584 | newpath 158.5 787.67 moveto |
| 585 | 155 777.67 lineto |
| 586 | 151.5 787.67 lineto |
| 587 | closepath stroke |
| 588 | grestore |
| 589 | % CCTGG |
| 590 | gsave |
| 591 | 1 setlinewidth |
| 592 | 0 0 0 nodecolor |
| 593 | 267 759 48.08 18.38 ellipse_path stroke |
| 594 | 0 0 0 nodecolor |
| 595 | 14 /Times-Roman set_font |
| 596 | 241 755.4 moveto 52 (CCTGG) alignedtext |
| 597 | grestore |
| 598 | % GCCTG->CCTGG |
| 599 | gsave |
| 600 | 1 setlinewidth |
| 601 | 0 0 0 edgecolor |
| 602 | newpath 267 814.33 moveto |
| 603 | 267 806.26 267 796.65 267 787.71 curveto |
| 604 | stroke |
| 605 | 0 0 0 edgecolor |
| 606 | newpath 270.5 787.67 moveto |
| 607 | 267 777.67 lineto |
| 608 | 263.5 787.67 lineto |
| 609 | closepath fill |
| 610 | 1 setlinewidth |
| 611 | solid |
| 612 | 0 0 0 edgecolor |
| 613 | newpath 270.5 787.67 moveto |
| 614 | 267 777.67 lineto |
| 615 | 263.5 787.67 lineto |
| 616 | closepath stroke |
| 617 | grestore |
| 618 | % ACGCC |
| 619 | gsave |
| 620 | 1 setlinewidth |
| 621 | 0 0 0 nodecolor |
| 622 | 48 241 46.88 18.38 ellipse_path stroke |
| 623 | 0 0 0 nodecolor |
| 624 | 14 /Times-Roman set_font |
| 625 | 22.5 237.4 moveto 51 (ACGCC) alignedtext |
| 626 | grestore |
| 627 | % CGCCC |
| 628 | gsave |
| 629 | 1 setlinewidth |
| 630 | 0 0 0 nodecolor |
| 631 | 48 167 46.88 18.38 ellipse_path stroke |
| 632 | 0 0 0 nodecolor |
| 633 | 14 /Times-Roman set_font |
| 634 | 22.5 163.4 moveto 51 (CGCCC) alignedtext |
| 635 | grestore |
| 636 | % ACGCC->CGCCC |
| 637 | gsave |
| 638 | 1 setlinewidth |
| 639 | 0 0 0 edgecolor |
| 640 | newpath 48 222.33 moveto |
| 641 | 48 214.26 48 204.65 48 195.71 curveto |
| 642 | stroke |
| 643 | 0 0 0 edgecolor |
| 644 | newpath 51.5 195.67 moveto |
| 645 | 48 185.67 lineto |
| 646 | 44.5 195.67 lineto |
| 647 | closepath fill |
| 648 | 1 setlinewidth |
| 649 | solid |
| 650 | 0 0 0 edgecolor |
| 651 | newpath 51.5 195.67 moveto |
| 652 | 48 185.67 lineto |
| 653 | 44.5 195.67 lineto |
| 654 | closepath stroke |
| 655 | grestore |
| 656 | % GCCCG |
| 657 | gsave |
| 658 | 1 setlinewidth |
| 659 | 0 0 0 nodecolor |
| 660 | 48 93 48.08 18.38 ellipse_path stroke |
| 661 | 0 0 0 nodecolor |
| 662 | 14 /Times-Roman set_font |
| 663 | 22 89.4 moveto 52 (GCCCG) alignedtext |
| 664 | grestore |
| 665 | % CGCCC->GCCCG |
| 666 | gsave |
| 667 | 1 setlinewidth |
| 668 | 0 0 0 edgecolor |
| 669 | newpath 48 148.33 moveto |
| 670 | 48 140.26 48 130.65 48 121.71 curveto |
| 671 | stroke |
| 672 | 0 0 0 edgecolor |
| 673 | newpath 51.5 121.67 moveto |
| 674 | 48 111.67 lineto |
| 675 | 44.5 121.67 lineto |
| 676 | closepath fill |
| 677 | 1 setlinewidth |
| 678 | solid |
| 679 | 0 0 0 edgecolor |
| 680 | newpath 51.5 121.67 moveto |
| 681 | 48 111.67 lineto |
| 682 | 44.5 121.67 lineto |
| 683 | closepath stroke |
| 684 | grestore |
| 685 | % CCTCA->CTCAG |
| 686 | gsave |
| 687 | 1 setlinewidth |
| 688 | 0 0 0 edgecolor |
| 689 | newpath 155 740.33 moveto |
| 690 | 155 732.26 155 722.65 155 713.71 curveto |
| 691 | stroke |
| 692 | 0 0 0 edgecolor |
| 693 | newpath 158.5 713.67 moveto |
| 694 | 155 703.67 lineto |
| 695 | 151.5 713.67 lineto |
| 696 | closepath fill |
| 697 | 1 setlinewidth |
| 698 | solid |
| 699 | 0 0 0 edgecolor |
| 700 | newpath 158.5 713.67 moveto |
| 701 | 155 703.67 lineto |
| 702 | 151.5 713.67 lineto |
| 703 | closepath stroke |
| 704 | grestore |
| 705 | % CTGGC |
| 706 | gsave |
| 707 | 1 setlinewidth |
| 708 | 0 0 0 nodecolor |
| 709 | 267 685 48.08 18.38 ellipse_path stroke |
| 710 | 0 0 0 nodecolor |
| 711 | 14 /Times-Roman set_font |
| 712 | 241 681.4 moveto 52 (CTGGC) alignedtext |
| 713 | grestore |
| 714 | % CCTGG->CTGGC |
| 715 | gsave |
| 716 | 1 setlinewidth |
| 717 | 0 0 0 edgecolor |
| 718 | newpath 267 740.33 moveto |
| 719 | 267 732.26 267 722.65 267 713.71 curveto |
| 720 | stroke |
| 721 | 0 0 0 edgecolor |
| 722 | newpath 270.5 713.67 moveto |
| 723 | 267 703.67 lineto |
| 724 | 263.5 713.67 lineto |
| 725 | closepath fill |
| 726 | 1 setlinewidth |
| 727 | solid |
| 728 | 0 0 0 edgecolor |
| 729 | newpath 270.5 713.67 moveto |
| 730 | 267 703.67 lineto |
| 731 | 263.5 713.67 lineto |
| 732 | closepath stroke |
| 733 | grestore |
| 734 | % TGGCT |
| 735 | gsave |
| 736 | 1 setlinewidth |
| 737 | 0 0 0 nodecolor |
| 738 | 267 611 46.88 18.38 ellipse_path stroke |
| 739 | 0 0 0 nodecolor |
| 740 | 14 /Times-Roman set_font |
| 741 | 241.5 607.4 moveto 51 (TGGCT) alignedtext |
| 742 | grestore |
| 743 | % CTGGC->TGGCT |
| 744 | gsave |
| 745 | 1 setlinewidth |
| 746 | 0 0 0 edgecolor |
| 747 | newpath 267 666.33 moveto |
| 748 | 267 658.26 267 648.65 267 639.71 curveto |
| 749 | stroke |
| 750 | 0 0 0 edgecolor |
| 751 | newpath 270.5 639.67 moveto |
| 752 | 267 629.67 lineto |
| 753 | 263.5 639.67 lineto |
| 754 | closepath fill |
| 755 | 1 setlinewidth |
| 756 | solid |
| 757 | 0 0 0 edgecolor |
| 758 | newpath 270.5 639.67 moveto |
| 759 | 267 629.67 lineto |
| 760 | 263.5 639.67 lineto |
| 761 | closepath stroke |
| 762 | grestore |
| 763 | % CAGTA->AGTAC |
| 764 | gsave |
| 765 | 1 setlinewidth |
| 766 | 0 0 0 edgecolor |
| 767 | newpath 131.78 520.94 moveto |
| 768 | 116.5 510.37 96.3 496.4 79.56 484.83 curveto |
| 769 | stroke |
| 770 | 0 0 0 edgecolor |
| 771 | newpath 81.39 481.84 moveto |
| 772 | 71.17 479.03 lineto |
| 773 | 77.41 487.59 lineto |
| 774 | closepath fill |
| 775 | 1 setlinewidth |
| 776 | solid |
| 777 | 0 0 0 edgecolor |
| 778 | newpath 81.39 481.84 moveto |
| 779 | 71.17 479.03 lineto |
| 780 | 77.41 487.59 lineto |
| 781 | closepath stroke |
| 782 | grestore |
| 783 | % AGTAA |
| 784 | gsave |
| 785 | 1 setlinewidth |
| 786 | 0 0 0 nodecolor |
| 787 | 158 463 45.96 18.38 ellipse_path stroke |
| 788 | 0 0 0 nodecolor |
| 789 | 14 /Times-Roman set_font |
| 790 | 133.5 459.4 moveto 49 (AGTAA) alignedtext |
| 791 | grestore |
| 792 | % CAGTA->AGTAA |
| 793 | gsave |
| 794 | 1 setlinewidth |
| 795 | 0 0 0 edgecolor |
| 796 | newpath 155.76 518.33 moveto |
| 797 | 156.08 510.26 156.47 500.65 156.84 491.71 curveto |
| 798 | stroke |
| 799 | 0 0 0 edgecolor |
| 800 | newpath 160.34 491.8 moveto |
| 801 | 157.24 481.67 lineto |
| 802 | 153.34 491.52 lineto |
| 803 | closepath fill |
| 804 | 1 setlinewidth |
| 805 | solid |
| 806 | 0 0 0 edgecolor |
| 807 | newpath 160.34 491.8 moveto |
| 808 | 157.24 481.67 lineto |
| 809 | 153.34 491.52 lineto |
| 810 | closepath stroke |
| 811 | grestore |
| 812 | % AGTAA->GTAAC |
| 813 | gsave |
| 814 | 1 setlinewidth |
| 815 | 0 0 0 edgecolor |
| 816 | newpath 158 444.33 moveto |
| 817 | 158 436.26 158 426.65 158 417.71 curveto |
| 818 | stroke |
| 819 | 0 0 0 edgecolor |
| 820 | newpath 161.5 417.67 moveto |
| 821 | 158 407.67 lineto |
| 822 | 154.5 417.67 lineto |
| 823 | closepath fill |
| 824 | 1 setlinewidth |
| 825 | solid |
| 826 | 0 0 0 edgecolor |
| 827 | newpath 161.5 417.67 moveto |
| 828 | 158 407.67 lineto |
| 829 | 154.5 417.67 lineto |
| 830 | closepath stroke |
| 831 | grestore |
| 832 | % ACTAA |
| 833 | gsave |
| 834 | 1 setlinewidth |
| 835 | 0 0 0 nodecolor |
| 836 | 159 167 45.96 18.38 ellipse_path stroke |
| 837 | 0 0 0 nodecolor |
| 838 | 14 /Times-Roman set_font |
| 839 | 134.5 163.4 moveto 49 (ACTAA) alignedtext |
| 840 | grestore |
| 841 | % ACTAA->CTAAA |
| 842 | gsave |
| 843 | 1 setlinewidth |
| 844 | 0 0 0 edgecolor |
| 845 | newpath 159.25 148.33 moveto |
| 846 | 159.36 140.26 159.49 130.65 159.61 121.71 curveto |
| 847 | stroke |
| 848 | 0 0 0 edgecolor |
| 849 | newpath 163.11 121.71 moveto |
| 850 | 159.75 111.67 lineto |
| 851 | 156.11 121.62 lineto |
| 852 | closepath fill |
| 853 | 1 setlinewidth |
| 854 | solid |
| 855 | 0 0 0 edgecolor |
| 856 | newpath 163.11 121.71 moveto |
| 857 | 159.75 111.67 lineto |
| 858 | 156.11 121.62 lineto |
| 859 | closepath stroke |
| 860 | grestore |
| 861 | % AACTA->ACTAA |
| 862 | gsave |
| 863 | 1 setlinewidth |
| 864 | 0 0 0 edgecolor |
| 865 | newpath 159 222.33 moveto |
| 866 | 159 214.26 159 204.65 159 195.71 curveto |
| 867 | stroke |
| 868 | 0 0 0 edgecolor |
| 869 | newpath 162.5 195.67 moveto |
| 870 | 159 185.67 lineto |
| 871 | 155.5 195.67 lineto |
| 872 | closepath fill |
| 873 | 1 setlinewidth |
| 874 | solid |
| 875 | 0 0 0 edgecolor |
| 876 | newpath 162.5 195.67 moveto |
| 877 | 159 185.67 lineto |
| 878 | 155.5 195.67 lineto |
| 879 | closepath stroke |
| 880 | grestore |
| 881 | % TACGC->ACGCC |
| 882 | gsave |
| 883 | 1 setlinewidth |
| 884 | 0 0 0 edgecolor |
| 885 | newpath 48 296.33 moveto |
| 886 | 48 288.26 48 278.65 48 269.71 curveto |
| 887 | stroke |
| 888 | 0 0 0 edgecolor |
| 889 | newpath 51.5 269.67 moveto |
| 890 | 48 259.67 lineto |
| 891 | 44.5 269.67 lineto |
| 892 | closepath fill |
| 893 | 1 setlinewidth |
| 894 | solid |
| 895 | 0 0 0 edgecolor |
| 896 | newpath 51.5 269.67 moveto |
| 897 | 48 259.67 lineto |
| 898 | 44.5 269.67 lineto |
| 899 | closepath stroke |
| 900 | grestore |
| 901 | % CCCGG |
| 902 | gsave |
| 903 | 1 setlinewidth |
| 904 | 0 0 0 nodecolor |
| 905 | 48 19 48.08 18.38 ellipse_path stroke |
| 906 | 0 0 0 nodecolor |
| 907 | 14 /Times-Roman set_font |
| 908 | 22 15.4 moveto 52 (CCCGG) alignedtext |
| 909 | grestore |
| 910 | % GCCCG->CCCGG |
| 911 | gsave |
| 912 | 1 setlinewidth |
| 913 | 0 0 0 edgecolor |
| 914 | newpath 48 74.33 moveto |
| 915 | 48 66.26 48 56.65 48 47.71 curveto |
| 916 | stroke |
| 917 | 0 0 0 edgecolor |
| 918 | newpath 51.5 47.67 moveto |
| 919 | 48 37.67 lineto |
| 920 | 44.5 47.67 lineto |
| 921 | closepath fill |
| 922 | 1 setlinewidth |
| 923 | solid |
| 924 | 0 0 0 edgecolor |
| 925 | newpath 51.5 47.67 moveto |
| 926 | 48 37.67 lineto |
| 927 | 44.5 47.67 lineto |
| 928 | closepath stroke |
| 929 | grestore |
| 930 | % GGCTA |
| 931 | gsave |
| 932 | 1 setlinewidth |
| 933 | 0 0 0 nodecolor |
| 934 | 267 537 46.88 18.38 ellipse_path stroke |
| 935 | 0 0 0 nodecolor |
| 936 | 14 /Times-Roman set_font |
| 937 | 241.5 533.4 moveto 51 (GGCTA) alignedtext |
| 938 | grestore |
| 939 | % TGGCT->GGCTA |
| 940 | gsave |
| 941 | 1 setlinewidth |
| 942 | 0 0 0 edgecolor |
| 943 | newpath 267 592.33 moveto |
| 944 | 267 584.26 267 574.65 267 565.71 curveto |
| 945 | stroke |
| 946 | 0 0 0 edgecolor |
| 947 | newpath 270.5 565.67 moveto |
| 948 | 267 555.67 lineto |
| 949 | 263.5 565.67 lineto |
| 950 | closepath fill |
| 951 | 1 setlinewidth |
| 952 | solid |
| 953 | 0 0 0 edgecolor |
| 954 | newpath 270.5 565.67 moveto |
| 955 | 267 555.67 lineto |
| 956 | 263.5 565.67 lineto |
| 957 | closepath stroke |
| 958 | grestore |
| 959 | % GGCTA->GCTAT |
| 960 | gsave |
| 961 | 1 setlinewidth |
| 962 | 0 0 0 edgecolor |
| 963 | newpath 267 518.33 moveto |
| 964 | 267 510.26 267 500.65 267 491.71 curveto |
| 965 | stroke |
| 966 | 0 0 0 edgecolor |
| 967 | newpath 270.5 491.67 moveto |
| 968 | 267 481.67 lineto |
| 969 | 263.5 491.67 lineto |
| 970 | closepath fill |
| 971 | 1 setlinewidth |
| 972 | solid |
| 973 | 0 0 0 edgecolor |
| 974 | newpath 270.5 491.67 moveto |
| 975 | 267 481.67 lineto |
| 976 | 263.5 491.67 lineto |
| 977 | closepath stroke |
| 978 | grestore |
| 979 | % ATCCC |
| 980 | gsave |
| 981 | 1 setlinewidth |
| 982 | 0 0 0 nodecolor |
| 983 | 267 241 44.05 18.38 ellipse_path stroke |
| 984 | 0 0 0 nodecolor |
| 985 | 14 /Times-Roman set_font |
| 986 | 243.5 237.4 moveto 47 (ATCCC) alignedtext |
| 987 | grestore |
| 988 | % TATCC->ATCCC |
| 989 | gsave |
| 990 | 1 setlinewidth |
| 991 | 0 0 0 edgecolor |
| 992 | newpath 267 296.33 moveto |
| 993 | 267 288.26 267 278.65 267 269.71 curveto |
| 994 | stroke |
| 995 | 0 0 0 edgecolor |
| 996 | newpath 270.5 269.67 moveto |
| 997 | 267 259.67 lineto |
| 998 | 263.5 269.67 lineto |
| 999 | closepath fill |
| 1000 | 1 setlinewidth |
| 1001 | solid |
| 1002 | 0 0 0 edgecolor |
| 1003 | newpath 270.5 269.67 moveto |
| 1004 | 267 259.67 lineto |
| 1005 | 263.5 269.67 lineto |
| 1006 | closepath stroke |
| 1007 | grestore |
| 1008 | endpage |
| 1009 | showpage |
| 1010 | grestore |
| 1011 | %%PageTrailer |
| 1012 | %%EndPage: 1 |
| 1013 | %%Trailer |
| 1014 | %%Pages: 1 |
| 1015 | %%BoundingBox: 36 36 359 970 |
| 1016 | end |
| 1017 | restore |
| 1018 | %%EOF |