Anbang Xu | 112cdf7 | 2013-08-13 13:50:47 -0700 | [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 1640 723 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 1604 687 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % TAA |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | newpath 2 147 moveto |
| 192 | 2 251 lineto |
| 193 | 58 251 lineto |
| 194 | 58 147 lineto |
| 195 | closepath stroke |
| 196 | 0 0 0 nodecolor |
| 197 | 14 /Times-Roman set_font |
| 198 | 15.5 234.4 moveto 29 (TAA) alignedtext |
| 199 | 1 setlinewidth |
| 200 | 0 0 0 nodecolor |
| 201 | newpath 2 225 moveto |
| 202 | 58 225 lineto |
| 203 | stroke |
| 204 | 0 0 0 nodecolor |
| 205 | 14 /Times-Roman set_font |
| 206 | 16 208.4 moveto 28 (5':[]) alignedtext |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 nodecolor |
| 209 | newpath 2 199 moveto |
| 210 | 58 199 lineto |
| 211 | stroke |
| 212 | 0 0 0 nodecolor |
| 213 | 14 /Times-Roman set_font |
| 214 | 10 182.4 moveto 40 (~5':[]) alignedtext |
| 215 | 1 setlinewidth |
| 216 | 0 0 0 nodecolor |
| 217 | newpath 2 173 moveto |
| 218 | 58 173 lineto |
| 219 | stroke |
| 220 | 0 0 0 nodecolor |
| 221 | 14 /Times-Roman set_font |
| 222 | 18.5 156.4 moveto 23 (5.0) alignedtext |
| 223 | grestore |
| 224 | % TAA->TAA |
| 225 | gsave |
| 226 | 1 setlinewidth |
| 227 | 0.33333 1 1 edgecolor |
| 228 | newpath 16.34 251.2 moveto |
| 229 | 17.88 261.59 22.43 269 30 269 curveto |
| 230 | 34.85 269 38.46 265.96 40.84 261.04 curveto |
| 231 | stroke |
| 232 | 0.33333 1 1 edgecolor |
| 233 | newpath 44.27 261.78 moveto |
| 234 | 43.66 251.2 lineto |
| 235 | 37.54 259.85 lineto |
| 236 | closepath fill |
| 237 | 1 setlinewidth |
| 238 | solid |
| 239 | 0.33333 1 1 edgecolor |
| 240 | newpath 44.27 261.78 moveto |
| 241 | 43.66 251.2 lineto |
| 242 | 37.54 259.85 lineto |
| 243 | closepath stroke |
| 244 | 0 0 0 edgecolor |
| 245 | 14 /Times-Roman set_font |
| 246 | 0 274.4 moveto 60 (RF: [2,3]) alignedtext |
| 247 | grestore |
| 248 | % AAG |
| 249 | gsave |
| 250 | 1 setlinewidth |
| 251 | 0 0 0 nodecolor |
| 252 | newpath 156 254 moveto |
| 253 | 156 358 lineto |
| 254 | 212 358 lineto |
| 255 | 212 254 lineto |
| 256 | closepath stroke |
| 257 | 0 0 0 nodecolor |
| 258 | 14 /Times-Roman set_font |
| 259 | 168 341.4 moveto 32 (AAG) alignedtext |
| 260 | 1 setlinewidth |
| 261 | 0 0 0 nodecolor |
| 262 | newpath 156 332 moveto |
| 263 | 212 332 lineto |
| 264 | stroke |
| 265 | 0 0 0 nodecolor |
| 266 | 14 /Times-Roman set_font |
| 267 | 170 315.4 moveto 28 (5':[]) alignedtext |
| 268 | 1 setlinewidth |
| 269 | 0 0 0 nodecolor |
| 270 | newpath 156 306 moveto |
| 271 | 212 306 lineto |
| 272 | stroke |
| 273 | 0 0 0 nodecolor |
| 274 | 14 /Times-Roman set_font |
| 275 | 164 289.4 moveto 40 (~5':[]) alignedtext |
| 276 | 1 setlinewidth |
| 277 | 0 0 0 nodecolor |
| 278 | newpath 156 280 moveto |
| 279 | 212 280 lineto |
| 280 | stroke |
| 281 | 0 0 0 nodecolor |
| 282 | 14 /Times-Roman set_font |
| 283 | 172.5 263.4 moveto 23 (2.0) alignedtext |
| 284 | grestore |
| 285 | % TAA->AAG |
| 286 | gsave |
| 287 | 1 setlinewidth |
| 288 | 0 0 0 edgecolor |
| 289 | newpath 50.11 251.13 moveto |
| 290 | 56.78 262.77 65.31 274.01 76 282 curveto |
| 291 | 95.92 296.89 123.33 302.85 145.54 305.12 curveto |
| 292 | stroke |
| 293 | 0 0 0 edgecolor |
| 294 | newpath 145.41 308.62 moveto |
| 295 | 155.66 305.93 lineto |
| 296 | 145.97 301.64 lineto |
| 297 | closepath fill |
| 298 | 1 setlinewidth |
| 299 | solid |
| 300 | 0 0 0 edgecolor |
| 301 | newpath 145.41 308.62 moveto |
| 302 | 155.66 305.93 lineto |
| 303 | 145.97 301.64 lineto |
| 304 | closepath stroke |
| 305 | 0 0 0 edgecolor |
| 306 | 14 /Times-Roman set_font |
| 307 | 78 309.4 moveto 58 (FF: [2,3]) alignedtext |
| 308 | grestore |
| 309 | % AAC |
| 310 | gsave |
| 311 | 1 setlinewidth |
| 312 | 0 0 0 nodecolor |
| 313 | newpath 982 173 moveto |
| 314 | 982 277 lineto |
| 315 | 1038 277 lineto |
| 316 | 1038 173 lineto |
| 317 | closepath stroke |
| 318 | 0 0 0 nodecolor |
| 319 | 14 /Times-Roman set_font |
| 320 | 994.5 260.4 moveto 31 (AAC) alignedtext |
| 321 | 1 setlinewidth |
| 322 | 0 0 0 nodecolor |
| 323 | newpath 982 251 moveto |
| 324 | 1038 251 lineto |
| 325 | stroke |
| 326 | 0 0 0 nodecolor |
| 327 | 14 /Times-Roman set_font |
| 328 | 996 234.4 moveto 28 (5':[]) alignedtext |
| 329 | 1 setlinewidth |
| 330 | 0 0 0 nodecolor |
| 331 | newpath 982 225 moveto |
| 332 | 1038 225 lineto |
| 333 | stroke |
| 334 | 0 0 0 nodecolor |
| 335 | 14 /Times-Roman set_font |
| 336 | 990 208.4 moveto 40 (~5':[]) alignedtext |
| 337 | 1 setlinewidth |
| 338 | 0 0 0 nodecolor |
| 339 | newpath 982 199 moveto |
| 340 | 1038 199 lineto |
| 341 | stroke |
| 342 | 0 0 0 nodecolor |
| 343 | 14 /Times-Roman set_font |
| 344 | 998.5 182.4 moveto 23 (3.0) alignedtext |
| 345 | grestore |
| 346 | % TAA->AAC |
| 347 | gsave |
| 348 | 1 setlinewidth |
| 349 | 0 0 0 edgecolor |
| 350 | newpath 58.12 206.95 moveto |
| 351 | 88.8 214.92 139.48 226 184 226 curveto |
| 352 | 184 226 184 226 824 226 curveto |
| 353 | 875.21 226 934.35 225.62 971.95 225.32 curveto |
| 354 | stroke |
| 355 | 0 0 0 edgecolor |
| 356 | newpath 971.98 228.82 moveto |
| 357 | 981.96 225.24 lineto |
| 358 | 971.93 221.82 lineto |
| 359 | closepath fill |
| 360 | 1 setlinewidth |
| 361 | solid |
| 362 | 0 0 0 edgecolor |
| 363 | newpath 971.98 228.82 moveto |
| 364 | 981.96 225.24 lineto |
| 365 | 971.93 221.82 lineto |
| 366 | closepath stroke |
| 367 | 0 0 0 edgecolor |
| 368 | 14 /Times-Roman set_font |
| 369 | 466 231.4 moveto 72 (FF: [1,2,3]) alignedtext |
| 370 | grestore |
| 371 | % GTA |
| 372 | gsave |
| 373 | 1 setlinewidth |
| 374 | 0 0 0 nodecolor |
| 375 | newpath 156 40 moveto |
| 376 | 156 144 lineto |
| 377 | 212 144 lineto |
| 378 | 212 40 lineto |
| 379 | closepath stroke |
| 380 | 0 0 0 nodecolor |
| 381 | 14 /Times-Roman set_font |
| 382 | 169.5 127.4 moveto 29 (GTA) alignedtext |
| 383 | 1 setlinewidth |
| 384 | 0 0 0 nodecolor |
| 385 | newpath 156 118 moveto |
| 386 | 212 118 lineto |
| 387 | stroke |
| 388 | 0 0 0 nodecolor |
| 389 | 14 /Times-Roman set_font |
| 390 | 170 101.4 moveto 28 (5':[]) alignedtext |
| 391 | 1 setlinewidth |
| 392 | 0 0 0 nodecolor |
| 393 | newpath 156 92 moveto |
| 394 | 212 92 lineto |
| 395 | stroke |
| 396 | 0 0 0 nodecolor |
| 397 | 14 /Times-Roman set_font |
| 398 | 164 75.4 moveto 40 (~5':[]) alignedtext |
| 399 | 1 setlinewidth |
| 400 | 0 0 0 nodecolor |
| 401 | newpath 156 66 moveto |
| 402 | 212 66 lineto |
| 403 | stroke |
| 404 | 0 0 0 nodecolor |
| 405 | 14 /Times-Roman set_font |
| 406 | 172.5 49.4 moveto 23 (1.0) alignedtext |
| 407 | grestore |
| 408 | % TAA->GTA |
| 409 | gsave |
| 410 | 1 setlinewidth |
| 411 | 0 1 1 edgecolor |
| 412 | newpath 58.08 156.98 moveto |
| 413 | 63.5 150.74 69.54 144.8 76 140 curveto |
| 414 | 99.72 122.38 111.08 128.19 138 116 curveto |
| 415 | 140.78 114.74 143.63 113.39 146.49 112 curveto |
| 416 | stroke |
| 417 | 0 1 1 edgecolor |
| 418 | newpath 148.16 115.08 moveto |
| 419 | 155.53 107.48 lineto |
| 420 | 145.02 108.82 lineto |
| 421 | closepath fill |
| 422 | 1 setlinewidth |
| 423 | solid |
| 424 | 0 1 1 edgecolor |
| 425 | newpath 148.16 115.08 moveto |
| 426 | 155.53 107.48 lineto |
| 427 | 145.02 108.82 lineto |
| 428 | closepath stroke |
| 429 | 0 0 0 edgecolor |
| 430 | 14 /Times-Roman set_font |
| 431 | 83 145.4 moveto 48 (RR: [1]) alignedtext |
| 432 | grestore |
| 433 | % AAG->TAA |
| 434 | gsave |
| 435 | 1 setlinewidth |
| 436 | 0 1 1 edgecolor |
| 437 | newpath 155.85 273.79 moveto |
| 438 | 150.31 268.68 144.26 263.83 138 260 curveto |
| 439 | 113.3 244.9 101.13 254.39 76 240 curveto |
| 440 | 72.6 238.05 69.23 235.82 65.95 233.43 curveto |
| 441 | stroke |
| 442 | 0 1 1 edgecolor |
| 443 | newpath 68.06 230.63 moveto |
| 444 | 58.03 227.22 lineto |
| 445 | 63.74 236.14 lineto |
| 446 | closepath fill |
| 447 | 1 setlinewidth |
| 448 | solid |
| 449 | 0 1 1 edgecolor |
| 450 | newpath 68.06 230.63 moveto |
| 451 | 58.03 227.22 lineto |
| 452 | 63.74 236.14 lineto |
| 453 | closepath stroke |
| 454 | 0 0 0 edgecolor |
| 455 | 14 /Times-Roman set_font |
| 456 | 76.5 265.4 moveto 61 (RR: [2,3]) alignedtext |
| 457 | grestore |
| 458 | % AGC |
| 459 | gsave |
| 460 | 1 setlinewidth |
| 461 | 0 0 0 nodecolor |
| 462 | newpath 310 292 moveto |
| 463 | 310 396 lineto |
| 464 | 366 396 lineto |
| 465 | 366 292 lineto |
| 466 | closepath stroke |
| 467 | 0 0 0 nodecolor |
| 468 | 14 /Times-Roman set_font |
| 469 | 322.5 379.4 moveto 31 (AGC) alignedtext |
| 470 | 1 setlinewidth |
| 471 | 0 0 0 nodecolor |
| 472 | newpath 310 370 moveto |
| 473 | 366 370 lineto |
| 474 | stroke |
| 475 | 0 0 0 nodecolor |
| 476 | 14 /Times-Roman set_font |
| 477 | 324 353.4 moveto 28 (5':[]) alignedtext |
| 478 | 1 setlinewidth |
| 479 | 0 0 0 nodecolor |
| 480 | newpath 310 344 moveto |
| 481 | 366 344 lineto |
| 482 | stroke |
| 483 | 0 0 0 nodecolor |
| 484 | 14 /Times-Roman set_font |
| 485 | 318 327.4 moveto 40 (~5':[]) alignedtext |
| 486 | 1 setlinewidth |
| 487 | 0 0 0 nodecolor |
| 488 | newpath 310 318 moveto |
| 489 | 366 318 lineto |
| 490 | stroke |
| 491 | 0 0 0 nodecolor |
| 492 | 14 /Times-Roman set_font |
| 493 | 326.5 301.4 moveto 23 (2.0) alignedtext |
| 494 | grestore |
| 495 | % AAG->AGC |
| 496 | gsave |
| 497 | 1 setlinewidth |
| 498 | 0 0 0 edgecolor |
| 499 | newpath 212.37 318.84 moveto |
| 500 | 218.12 321.13 224.19 323.31 230 325 curveto |
| 501 | 252.68 331.59 278.73 336.26 299.57 339.31 curveto |
| 502 | stroke |
| 503 | 0 0 0 edgecolor |
| 504 | newpath 299.26 342.8 moveto |
| 505 | 309.65 340.73 lineto |
| 506 | 300.23 335.87 lineto |
| 507 | closepath fill |
| 508 | 1 setlinewidth |
| 509 | solid |
| 510 | 0 0 0 edgecolor |
| 511 | newpath 299.26 342.8 moveto |
| 512 | 309.65 340.73 lineto |
| 513 | 300.23 335.87 lineto |
| 514 | closepath stroke |
| 515 | 0 0 0 edgecolor |
| 516 | 14 /Times-Roman set_font |
| 517 | 232 343.4 moveto 58 (FF: [2,3]) alignedtext |
| 518 | grestore |
| 519 | % AAC->TAA |
| 520 | gsave |
| 521 | 1 setlinewidth |
| 522 | 0 1 1 edgecolor |
| 523 | newpath 981.72 211.63 moveto |
| 524 | 945.86 195.93 881.75 172 824 172 curveto |
| 525 | 184 172 184 172 184 172 curveto |
| 526 | 144.01 172 99.03 180.94 68.06 188.54 curveto |
| 527 | stroke |
| 528 | 0 1 1 edgecolor |
| 529 | newpath 66.96 185.2 moveto |
| 530 | 58.12 191.05 lineto |
| 531 | 68.68 191.99 lineto |
| 532 | closepath fill |
| 533 | 1 setlinewidth |
| 534 | solid |
| 535 | 0 1 1 edgecolor |
| 536 | newpath 66.96 185.2 moveto |
| 537 | 58.12 191.05 lineto |
| 538 | 68.68 191.99 lineto |
| 539 | closepath stroke |
| 540 | 0 0 0 edgecolor |
| 541 | 14 /Times-Roman set_font |
| 542 | 464.5 177.4 moveto 75 (RR: [1,2,3]) alignedtext |
| 543 | grestore |
| 544 | % ACG |
| 545 | gsave |
| 546 | 0 0 0.75294 nodecolor |
| 547 | newpath 778 289 moveto |
| 548 | 778 393 lineto |
| 549 | 870 393 lineto |
| 550 | 870 289 lineto |
| 551 | closepath fill |
| 552 | 1 setlinewidth |
| 553 | filled |
| 554 | 0 0 0 nodecolor |
| 555 | newpath 778 289 moveto |
| 556 | 778 393 lineto |
| 557 | 870 393 lineto |
| 558 | 870 289 lineto |
| 559 | closepath stroke |
| 560 | 0 0 0 nodecolor |
| 561 | 14 /Times-Roman set_font |
| 562 | 808.5 376.4 moveto 31 (ACG) alignedtext |
| 563 | 1 setlinewidth |
| 564 | filled |
| 565 | 0 0 0 nodecolor |
| 566 | newpath 778 367 moveto |
| 567 | 870 367 lineto |
| 568 | stroke |
| 569 | 0 0 0 nodecolor |
| 570 | 14 /Times-Roman set_font |
| 571 | 810 350.4 moveto 28 (5':[]) alignedtext |
| 572 | 1 setlinewidth |
| 573 | filled |
| 574 | 0 0 0 nodecolor |
| 575 | newpath 778 341 moveto |
| 576 | 870 341 lineto |
| 577 | stroke |
| 578 | 0 0 0 nodecolor |
| 579 | 14 /Times-Roman set_font |
| 580 | 786 324.4 moveto 76 (~5':[2,3,1]) alignedtext |
| 581 | 1 setlinewidth |
| 582 | filled |
| 583 | 0 0 0 nodecolor |
| 584 | newpath 778 315 moveto |
| 585 | 870 315 lineto |
| 586 | stroke |
| 587 | 0 0 0 nodecolor |
| 588 | 14 /Times-Roman set_font |
| 589 | 812.5 298.4 moveto 23 (4.0) alignedtext |
| 590 | grestore |
| 591 | % AAC->ACG |
| 592 | gsave |
| 593 | 1 setlinewidth |
| 594 | 0 0 0 edgecolor |
| 595 | newpath 981.99 232.57 moveto |
| 596 | 947.23 242.03 891.99 257.32 888 260 curveto |
| 597 | 879.4 265.76 871.43 273.05 864.23 280.88 curveto |
| 598 | stroke |
| 599 | 0 0 0 edgecolor |
| 600 | newpath 861.22 279.01 moveto |
| 601 | 857.3 288.85 lineto |
| 602 | 866.5 283.6 lineto |
| 603 | closepath fill |
| 604 | 1 setlinewidth |
| 605 | solid |
| 606 | 0 0 0 edgecolor |
| 607 | newpath 861.22 279.01 moveto |
| 608 | 857.3 288.85 lineto |
| 609 | 866.5 283.6 lineto |
| 610 | closepath stroke |
| 611 | 0 0 0 edgecolor |
| 612 | 14 /Times-Roman set_font |
| 613 | 890 265.4 moveto 72 (FF: [1,2,3]) alignedtext |
| 614 | grestore |
| 615 | % GTA->TAA |
| 616 | gsave |
| 617 | 1 setlinewidth |
| 618 | 0 0 0 edgecolor |
| 619 | newpath 155.82 84.72 moveto |
| 620 | 132.46 80.39 99.4 78.39 76 94 curveto |
| 621 | 60.91 104.06 50.74 120.26 43.89 136.96 curveto |
| 622 | stroke |
| 623 | 0 0 0 edgecolor |
| 624 | newpath 40.44 136.21 moveto |
| 625 | 40.23 146.8 lineto |
| 626 | 47 138.65 lineto |
| 627 | closepath fill |
| 628 | 1 setlinewidth |
| 629 | solid |
| 630 | 0 0 0 edgecolor |
| 631 | newpath 40.44 136.21 moveto |
| 632 | 40.23 146.8 lineto |
| 633 | 47 138.65 lineto |
| 634 | closepath stroke |
| 635 | 0 0 0 edgecolor |
| 636 | 14 /Times-Roman set_font |
| 637 | 84.5 99.4 moveto 45 (FF: [1]) alignedtext |
| 638 | grestore |
| 639 | % ACC |
| 640 | gsave |
| 641 | 1 setlinewidth |
| 642 | 0 0 0 nodecolor |
| 643 | newpath 310 21 moveto |
| 644 | 310 125 lineto |
| 645 | 366 125 lineto |
| 646 | 366 21 lineto |
| 647 | closepath stroke |
| 648 | 0 0 0 nodecolor |
| 649 | 14 /Times-Roman set_font |
| 650 | 323 108.4 moveto 30 (ACC) alignedtext |
| 651 | 1 setlinewidth |
| 652 | 0 0 0 nodecolor |
| 653 | newpath 310 99 moveto |
| 654 | 366 99 lineto |
| 655 | stroke |
| 656 | 0 0 0 nodecolor |
| 657 | 14 /Times-Roman set_font |
| 658 | 324 82.4 moveto 28 (5':[]) alignedtext |
| 659 | 1 setlinewidth |
| 660 | 0 0 0 nodecolor |
| 661 | newpath 310 73 moveto |
| 662 | 366 73 lineto |
| 663 | stroke |
| 664 | 0 0 0 nodecolor |
| 665 | 14 /Times-Roman set_font |
| 666 | 318 56.4 moveto 40 (~5':[]) alignedtext |
| 667 | 1 setlinewidth |
| 668 | 0 0 0 nodecolor |
| 669 | newpath 310 47 moveto |
| 670 | 366 47 lineto |
| 671 | stroke |
| 672 | 0 0 0 nodecolor |
| 673 | 14 /Times-Roman set_font |
| 674 | 326.5 30.4 moveto 23 (1.0) alignedtext |
| 675 | grestore |
| 676 | % GTA->ACC |
| 677 | gsave |
| 678 | 1 setlinewidth |
| 679 | 0.33333 1 1 edgecolor |
| 680 | newpath 212.25 88.52 moveto |
| 681 | 236.88 85.48 272.84 81.04 300 77.69 curveto |
| 682 | stroke |
| 683 | 0.33333 1 1 edgecolor |
| 684 | newpath 300.44 81.16 moveto |
| 685 | 309.93 76.46 lineto |
| 686 | 299.58 74.21 lineto |
| 687 | closepath fill |
| 688 | 1 setlinewidth |
| 689 | solid |
| 690 | 0.33333 1 1 edgecolor |
| 691 | newpath 300.44 81.16 moveto |
| 692 | 309.93 76.46 lineto |
| 693 | 299.58 74.21 lineto |
| 694 | closepath stroke |
| 695 | 0 0 0 edgecolor |
| 696 | 14 /Times-Roman set_font |
| 697 | 238 91.4 moveto 46 (RF: [1]) alignedtext |
| 698 | grestore |
| 699 | % ACA |
| 700 | gsave |
| 701 | 1 setlinewidth |
| 702 | 0 0 0 nodecolor |
| 703 | newpath 1540 294 moveto |
| 704 | 1540 398 lineto |
| 705 | 1596 398 lineto |
| 706 | 1596 294 lineto |
| 707 | closepath stroke |
| 708 | 0 0 0 nodecolor |
| 709 | 14 /Times-Roman set_font |
| 710 | 1553 381.4 moveto 30 (ACA) alignedtext |
| 711 | 1 setlinewidth |
| 712 | 0 0 0 nodecolor |
| 713 | newpath 1540 372 moveto |
| 714 | 1596 372 lineto |
| 715 | stroke |
| 716 | 0 0 0 nodecolor |
| 717 | 14 /Times-Roman set_font |
| 718 | 1554 355.4 moveto 28 (5':[]) alignedtext |
| 719 | 1 setlinewidth |
| 720 | 0 0 0 nodecolor |
| 721 | newpath 1540 346 moveto |
| 722 | 1596 346 lineto |
| 723 | stroke |
| 724 | 0 0 0 nodecolor |
| 725 | 14 /Times-Roman set_font |
| 726 | 1548 329.4 moveto 40 (~5':[]) alignedtext |
| 727 | 1 setlinewidth |
| 728 | 0 0 0 nodecolor |
| 729 | newpath 1540 320 moveto |
| 730 | 1596 320 lineto |
| 731 | stroke |
| 732 | 0 0 0 nodecolor |
| 733 | 14 /Times-Roman set_font |
| 734 | 1556.5 303.4 moveto 23 (1.0) alignedtext |
| 735 | grestore |
| 736 | % CAG |
| 737 | gsave |
| 738 | 1 setlinewidth |
| 739 | 0 0 0 nodecolor |
| 740 | newpath 1400 294 moveto |
| 741 | 1400 398 lineto |
| 742 | 1456 398 lineto |
| 743 | 1456 294 lineto |
| 744 | closepath stroke |
| 745 | 0 0 0 nodecolor |
| 746 | 14 /Times-Roman set_font |
| 747 | 1412.5 381.4 moveto 31 (CAG) alignedtext |
| 748 | 1 setlinewidth |
| 749 | 0 0 0 nodecolor |
| 750 | newpath 1400 372 moveto |
| 751 | 1456 372 lineto |
| 752 | stroke |
| 753 | 0 0 0 nodecolor |
| 754 | 14 /Times-Roman set_font |
| 755 | 1414 355.4 moveto 28 (5':[]) alignedtext |
| 756 | 1 setlinewidth |
| 757 | 0 0 0 nodecolor |
| 758 | newpath 1400 346 moveto |
| 759 | 1456 346 lineto |
| 760 | stroke |
| 761 | 0 0 0 nodecolor |
| 762 | 14 /Times-Roman set_font |
| 763 | 1408 329.4 moveto 40 (~5':[]) alignedtext |
| 764 | 1 setlinewidth |
| 765 | 0 0 0 nodecolor |
| 766 | newpath 1400 320 moveto |
| 767 | 1456 320 lineto |
| 768 | stroke |
| 769 | 0 0 0 nodecolor |
| 770 | 14 /Times-Roman set_font |
| 771 | 1416.5 303.4 moveto 23 (1.0) alignedtext |
| 772 | grestore |
| 773 | % ACA->CAG |
| 774 | gsave |
| 775 | 1 setlinewidth |
| 776 | 0 0 0 edgecolor |
| 777 | newpath 1539.83 332.35 moveto |
| 778 | 1534.06 330.13 1527.93 328.18 1522 327 curveto |
| 779 | 1501.07 322.85 1494.93 322.85 1474 327 curveto |
| 780 | 1471.31 327.53 1468.58 328.23 1465.87 329.03 curveto |
| 781 | stroke |
| 782 | 0 0 0 edgecolor |
| 783 | newpath 1464.5 325.8 moveto |
| 784 | 1456.17 332.35 lineto |
| 785 | 1466.76 332.42 lineto |
| 786 | closepath fill |
| 787 | 1 setlinewidth |
| 788 | solid |
| 789 | 0 0 0 edgecolor |
| 790 | newpath 1464.5 325.8 moveto |
| 791 | 1456.17 332.35 lineto |
| 792 | 1466.76 332.42 lineto |
| 793 | closepath stroke |
| 794 | 0 0 0 edgecolor |
| 795 | 14 /Times-Roman set_font |
| 796 | 1475.5 332.4 moveto 45 (FF: [2]) alignedtext |
| 797 | grestore |
| 798 | % CAG->ACA |
| 799 | gsave |
| 800 | 1 setlinewidth |
| 801 | 0 1 1 edgecolor |
| 802 | newpath 1456.33 346 moveto |
| 803 | 1477.39 346 1506.37 346 1529.53 346 curveto |
| 804 | stroke |
| 805 | 0 1 1 edgecolor |
| 806 | newpath 1529.71 349.5 moveto |
| 807 | 1539.71 346 lineto |
| 808 | 1529.71 342.5 lineto |
| 809 | closepath fill |
| 810 | 1 setlinewidth |
| 811 | solid |
| 812 | 0 1 1 edgecolor |
| 813 | newpath 1529.71 349.5 moveto |
| 814 | 1539.71 346 lineto |
| 815 | 1529.71 342.5 lineto |
| 816 | closepath stroke |
| 817 | 0 0 0 edgecolor |
| 818 | 14 /Times-Roman set_font |
| 819 | 1474 351.4 moveto 48 (RR: [2]) alignedtext |
| 820 | grestore |
| 821 | % AGG |
| 822 | gsave |
| 823 | 1 setlinewidth |
| 824 | 0 0 0 nodecolor |
| 825 | newpath 1260 294 moveto |
| 826 | 1260 398 lineto |
| 827 | 1316 398 lineto |
| 828 | 1316 294 lineto |
| 829 | closepath stroke |
| 830 | 0 0 0 nodecolor |
| 831 | 14 /Times-Roman set_font |
| 832 | 1271.5 381.4 moveto 33 (AGG) alignedtext |
| 833 | 1 setlinewidth |
| 834 | 0 0 0 nodecolor |
| 835 | newpath 1260 372 moveto |
| 836 | 1316 372 lineto |
| 837 | stroke |
| 838 | 0 0 0 nodecolor |
| 839 | 14 /Times-Roman set_font |
| 840 | 1274 355.4 moveto 28 (5':[]) alignedtext |
| 841 | 1 setlinewidth |
| 842 | 0 0 0 nodecolor |
| 843 | newpath 1260 346 moveto |
| 844 | 1316 346 lineto |
| 845 | stroke |
| 846 | 0 0 0 nodecolor |
| 847 | 14 /Times-Roman set_font |
| 848 | 1268 329.4 moveto 40 (~5':[]) alignedtext |
| 849 | 1 setlinewidth |
| 850 | 0 0 0 nodecolor |
| 851 | newpath 1260 320 moveto |
| 852 | 1316 320 lineto |
| 853 | stroke |
| 854 | 0 0 0 nodecolor |
| 855 | 14 /Times-Roman set_font |
| 856 | 1276.5 303.4 moveto 23 (1.0) alignedtext |
| 857 | grestore |
| 858 | % CAG->AGG |
| 859 | gsave |
| 860 | 1 setlinewidth |
| 861 | 0 0 0 edgecolor |
| 862 | newpath 1399.83 332.35 moveto |
| 863 | 1394.06 330.13 1387.93 328.18 1382 327 curveto |
| 864 | 1361.07 322.85 1354.93 322.85 1334 327 curveto |
| 865 | 1331.31 327.53 1328.58 328.23 1325.87 329.03 curveto |
| 866 | stroke |
| 867 | 0 0 0 edgecolor |
| 868 | newpath 1324.5 325.8 moveto |
| 869 | 1316.17 332.35 lineto |
| 870 | 1326.76 332.42 lineto |
| 871 | closepath fill |
| 872 | 1 setlinewidth |
| 873 | solid |
| 874 | 0 0 0 edgecolor |
| 875 | newpath 1324.5 325.8 moveto |
| 876 | 1316.17 332.35 lineto |
| 877 | 1326.76 332.42 lineto |
| 878 | closepath stroke |
| 879 | 0 0 0 edgecolor |
| 880 | 14 /Times-Roman set_font |
| 881 | 1335.5 332.4 moveto 45 (FF: [2]) alignedtext |
| 882 | grestore |
| 883 | % CCA |
| 884 | gsave |
| 885 | 1 setlinewidth |
| 886 | 0 0 0 nodecolor |
| 887 | newpath 638 28 moveto |
| 888 | 638 132 lineto |
| 889 | 694 132 lineto |
| 890 | 694 28 lineto |
| 891 | closepath stroke |
| 892 | 0 0 0 nodecolor |
| 893 | 14 /Times-Roman set_font |
| 894 | 651 115.4 moveto 30 (CCA) alignedtext |
| 895 | 1 setlinewidth |
| 896 | 0 0 0 nodecolor |
| 897 | newpath 638 106 moveto |
| 898 | 694 106 lineto |
| 899 | stroke |
| 900 | 0 0 0 nodecolor |
| 901 | 14 /Times-Roman set_font |
| 902 | 652 89.4 moveto 28 (5':[]) alignedtext |
| 903 | 1 setlinewidth |
| 904 | 0 0 0 nodecolor |
| 905 | newpath 638 80 moveto |
| 906 | 694 80 lineto |
| 907 | stroke |
| 908 | 0 0 0 nodecolor |
| 909 | 14 /Times-Roman set_font |
| 910 | 646 63.4 moveto 40 (~5':[]) alignedtext |
| 911 | 1 setlinewidth |
| 912 | 0 0 0 nodecolor |
| 913 | newpath 638 54 moveto |
| 914 | 694 54 lineto |
| 915 | stroke |
| 916 | 0 0 0 nodecolor |
| 917 | 14 /Times-Roman set_font |
| 918 | 654.5 37.4 moveto 23 (2.0) alignedtext |
| 919 | grestore |
| 920 | % ATG |
| 921 | gsave |
| 922 | 1 setlinewidth |
| 923 | 0 0 0 nodecolor |
| 924 | newpath 796 0 moveto |
| 925 | 796 104 lineto |
| 926 | 852 104 lineto |
| 927 | 852 0 lineto |
| 928 | closepath stroke |
| 929 | 0 0 0 nodecolor |
| 930 | 14 /Times-Roman set_font |
| 931 | 809 87.4 moveto 30 (ATG) alignedtext |
| 932 | 1 setlinewidth |
| 933 | 0 0 0 nodecolor |
| 934 | newpath 796 78 moveto |
| 935 | 852 78 lineto |
| 936 | stroke |
| 937 | 0 0 0 nodecolor |
| 938 | 14 /Times-Roman set_font |
| 939 | 810 61.4 moveto 28 (5':[]) alignedtext |
| 940 | 1 setlinewidth |
| 941 | 0 0 0 nodecolor |
| 942 | newpath 796 52 moveto |
| 943 | 852 52 lineto |
| 944 | stroke |
| 945 | 0 0 0 nodecolor |
| 946 | 14 /Times-Roman set_font |
| 947 | 804 35.4 moveto 40 (~5':[]) alignedtext |
| 948 | 1 setlinewidth |
| 949 | 0 0 0 nodecolor |
| 950 | newpath 796 26 moveto |
| 951 | 852 26 lineto |
| 952 | stroke |
| 953 | 0 0 0 nodecolor |
| 954 | 14 /Times-Roman set_font |
| 955 | 812.5 9.4 moveto 23 (2.0) alignedtext |
| 956 | grestore |
| 957 | % CCA->ATG |
| 958 | gsave |
| 959 | 1 setlinewidth |
| 960 | 0.66667 1 1 edgecolor |
| 961 | newpath 694.25 74.99 moveto |
| 962 | 719.86 70.46 757.82 63.73 786.07 58.72 curveto |
| 963 | stroke |
| 964 | 0.66667 1 1 edgecolor |
| 965 | newpath 786.76 62.15 moveto |
| 966 | 796 56.96 lineto |
| 967 | 785.54 55.26 lineto |
| 968 | closepath fill |
| 969 | 1 setlinewidth |
| 970 | solid |
| 971 | 0.66667 1 1 edgecolor |
| 972 | newpath 786.76 62.15 moveto |
| 973 | 796 56.96 lineto |
| 974 | 785.54 55.26 lineto |
| 975 | closepath stroke |
| 976 | 0 0 0 edgecolor |
| 977 | 14 /Times-Roman set_font |
| 978 | 713 77.4 moveto 46 (FR: [1]) alignedtext |
| 979 | grestore |
| 980 | % CCC |
| 981 | gsave |
| 982 | 1 setlinewidth |
| 983 | 0 0 0 nodecolor |
| 984 | newpath 474 27 moveto |
| 985 | 474 131 lineto |
| 986 | 530 131 lineto |
| 987 | 530 27 lineto |
| 988 | closepath stroke |
| 989 | 0 0 0 nodecolor |
| 990 | 14 /Times-Roman set_font |
| 991 | 487 114.4 moveto 30 (CCC) alignedtext |
| 992 | 1 setlinewidth |
| 993 | 0 0 0 nodecolor |
| 994 | newpath 474 105 moveto |
| 995 | 530 105 lineto |
| 996 | stroke |
| 997 | 0 0 0 nodecolor |
| 998 | 14 /Times-Roman set_font |
| 999 | 488 88.4 moveto 28 (5':[]) alignedtext |
| 1000 | 1 setlinewidth |
| 1001 | 0 0 0 nodecolor |
| 1002 | newpath 474 79 moveto |
| 1003 | 530 79 lineto |
| 1004 | stroke |
| 1005 | 0 0 0 nodecolor |
| 1006 | 14 /Times-Roman set_font |
| 1007 | 482 62.4 moveto 40 (~5':[]) alignedtext |
| 1008 | 1 setlinewidth |
| 1009 | 0 0 0 nodecolor |
| 1010 | newpath 474 53 moveto |
| 1011 | 530 53 lineto |
| 1012 | stroke |
| 1013 | 0 0 0 nodecolor |
| 1014 | 14 /Times-Roman set_font |
| 1015 | 490.5 36.4 moveto 23 (1.0) alignedtext |
| 1016 | grestore |
| 1017 | % CCA->CCC |
| 1018 | gsave |
| 1019 | 1 setlinewidth |
| 1020 | 0 1 1 edgecolor |
| 1021 | newpath 637.97 72.19 moveto |
| 1022 | 632.08 70.87 625.87 69.69 620 69 curveto |
| 1023 | 592.63 65.77 585.45 66.57 558 69 curveto |
| 1024 | 552.14 69.52 545.97 70.34 539.96 71.29 curveto |
| 1025 | stroke |
| 1026 | 0 1 1 edgecolor |
| 1027 | newpath 539.34 67.85 moveto |
| 1028 | 530.07 72.99 lineto |
| 1029 | 540.52 74.75 lineto |
| 1030 | closepath fill |
| 1031 | 1 setlinewidth |
| 1032 | solid |
| 1033 | 0 1 1 edgecolor |
| 1034 | newpath 539.34 67.85 moveto |
| 1035 | 530.07 72.99 lineto |
| 1036 | 540.52 74.75 lineto |
| 1037 | closepath stroke |
| 1038 | 0 0 0 edgecolor |
| 1039 | 14 /Times-Roman set_font |
| 1040 | 565 74.4 moveto 48 (RR: [1]) alignedtext |
| 1041 | grestore |
| 1042 | % ATG->CCA |
| 1043 | gsave |
| 1044 | 1 setlinewidth |
| 1045 | 0.66667 1 1 edgecolor |
| 1046 | newpath 795.53 42.94 moveto |
| 1047 | 772.37 37.09 739.19 32.22 712 42 curveto |
| 1048 | 708.73 43.17 705.53 44.69 702.44 46.45 curveto |
| 1049 | stroke |
| 1050 | 0.66667 1 1 edgecolor |
| 1051 | newpath 700.51 43.53 moveto |
| 1052 | 694.03 51.91 lineto |
| 1053 | 704.32 49.4 lineto |
| 1054 | closepath fill |
| 1055 | 1 setlinewidth |
| 1056 | solid |
| 1057 | 0.66667 1 1 edgecolor |
| 1058 | newpath 700.51 43.53 moveto |
| 1059 | 694.03 51.91 lineto |
| 1060 | 704.32 49.4 lineto |
| 1061 | closepath stroke |
| 1062 | 0 0 0 edgecolor |
| 1063 | 14 /Times-Roman set_font |
| 1064 | 713 47.4 moveto 46 (FR: [1]) alignedtext |
| 1065 | grestore |
| 1066 | % ATG->ATG |
| 1067 | gsave |
| 1068 | 1 setlinewidth |
| 1069 | 0.33333 1 1 edgecolor |
| 1070 | newpath 808.18 104.2 moveto |
| 1071 | 809.96 114.59 815.23 122 824 122 curveto |
| 1072 | 829.62 122 833.8 118.96 836.55 114.04 curveto |
| 1073 | stroke |
| 1074 | 0.33333 1 1 edgecolor |
| 1075 | newpath 839.98 114.8 moveto |
| 1076 | 839.82 104.2 lineto |
| 1077 | 833.34 112.59 lineto |
| 1078 | closepath fill |
| 1079 | 1 setlinewidth |
| 1080 | solid |
| 1081 | 0.33333 1 1 edgecolor |
| 1082 | newpath 839.98 114.8 moveto |
| 1083 | 839.82 104.2 lineto |
| 1084 | 833.34 112.59 lineto |
| 1085 | closepath stroke |
| 1086 | 0 0 0 edgecolor |
| 1087 | 14 /Times-Roman set_font |
| 1088 | 801 127.4 moveto 46 (RF: [1]) alignedtext |
| 1089 | grestore |
| 1090 | % CCC->CCA |
| 1091 | gsave |
| 1092 | 1 setlinewidth |
| 1093 | 0 0 0 edgecolor |
| 1094 | newpath 530.12 83.81 moveto |
| 1095 | 539.01 85.12 548.89 86.35 558 87 curveto |
| 1096 | 585.49 88.95 592.52 89.08 620 87 curveto |
| 1097 | 622.54 86.81 625.15 86.56 627.77 86.27 curveto |
| 1098 | stroke |
| 1099 | 0 0 0 edgecolor |
| 1100 | newpath 628.38 89.72 moveto |
| 1101 | 637.86 84.97 lineto |
| 1102 | 627.49 82.77 lineto |
| 1103 | closepath fill |
| 1104 | 1 setlinewidth |
| 1105 | solid |
| 1106 | 0 0 0 edgecolor |
| 1107 | newpath 628.38 89.72 moveto |
| 1108 | 637.86 84.97 lineto |
| 1109 | 627.49 82.77 lineto |
| 1110 | closepath stroke |
| 1111 | 0 0 0 edgecolor |
| 1112 | 14 /Times-Roman set_font |
| 1113 | 566.5 94.4 moveto 45 (FF: [1]) alignedtext |
| 1114 | grestore |
| 1115 | % CCC->ACC |
| 1116 | gsave |
| 1117 | 1 setlinewidth |
| 1118 | 0 1 1 edgecolor |
| 1119 | newpath 473.73 71.12 moveto |
| 1120 | 464.92 69.02 455.12 67.04 446 66 curveto |
| 1121 | 418.62 62.86 411.48 63.92 384 66 curveto |
| 1122 | 381.46 66.19 378.85 66.44 376.23 66.73 curveto |
| 1123 | stroke |
| 1124 | 0 1 1 edgecolor |
| 1125 | newpath 375.62 63.28 moveto |
| 1126 | 366.14 68.03 lineto |
| 1127 | 376.51 70.23 lineto |
| 1128 | closepath fill |
| 1129 | 1 setlinewidth |
| 1130 | solid |
| 1131 | 0 1 1 edgecolor |
| 1132 | newpath 375.62 63.28 moveto |
| 1133 | 366.14 68.03 lineto |
| 1134 | 376.51 70.23 lineto |
| 1135 | closepath stroke |
| 1136 | 0 0 0 edgecolor |
| 1137 | 14 /Times-Roman set_font |
| 1138 | 391 71.4 moveto 48 (RR: [1]) alignedtext |
| 1139 | grestore |
| 1140 | % GCA |
| 1141 | gsave |
| 1142 | 1 setlinewidth |
| 1143 | 0 0 0 nodecolor |
| 1144 | newpath 474 331 moveto |
| 1145 | 474 435 lineto |
| 1146 | 530 435 lineto |
| 1147 | 530 331 lineto |
| 1148 | closepath stroke |
| 1149 | 0 0 0 nodecolor |
| 1150 | 14 /Times-Roman set_font |
| 1151 | 486.5 418.4 moveto 31 (GCA) alignedtext |
| 1152 | 1 setlinewidth |
| 1153 | 0 0 0 nodecolor |
| 1154 | newpath 474 409 moveto |
| 1155 | 530 409 lineto |
| 1156 | stroke |
| 1157 | 0 0 0 nodecolor |
| 1158 | 14 /Times-Roman set_font |
| 1159 | 488 392.4 moveto 28 (5':[]) alignedtext |
| 1160 | 1 setlinewidth |
| 1161 | 0 0 0 nodecolor |
| 1162 | newpath 474 383 moveto |
| 1163 | 530 383 lineto |
| 1164 | stroke |
| 1165 | 0 0 0 nodecolor |
| 1166 | 14 /Times-Roman set_font |
| 1167 | 482 366.4 moveto 40 (~5':[]) alignedtext |
| 1168 | 1 setlinewidth |
| 1169 | 0 0 0 nodecolor |
| 1170 | newpath 474 357 moveto |
| 1171 | 530 357 lineto |
| 1172 | stroke |
| 1173 | 0 0 0 nodecolor |
| 1174 | 14 /Times-Roman set_font |
| 1175 | 490.5 340.4 moveto 23 (2.0) alignedtext |
| 1176 | grestore |
| 1177 | % CAC |
| 1178 | gsave |
| 1179 | 1 setlinewidth |
| 1180 | 0 0 0 nodecolor |
| 1181 | newpath 638 371 moveto |
| 1182 | 638 475 lineto |
| 1183 | 694 475 lineto |
| 1184 | 694 371 lineto |
| 1185 | closepath stroke |
| 1186 | 0 0 0 nodecolor |
| 1187 | 14 /Times-Roman set_font |
| 1188 | 651 458.4 moveto 30 (CAC) alignedtext |
| 1189 | 1 setlinewidth |
| 1190 | 0 0 0 nodecolor |
| 1191 | newpath 638 449 moveto |
| 1192 | 694 449 lineto |
| 1193 | stroke |
| 1194 | 0 0 0 nodecolor |
| 1195 | 14 /Times-Roman set_font |
| 1196 | 652 432.4 moveto 28 (5':[]) alignedtext |
| 1197 | 1 setlinewidth |
| 1198 | 0 0 0 nodecolor |
| 1199 | newpath 638 423 moveto |
| 1200 | 694 423 lineto |
| 1201 | stroke |
| 1202 | 0 0 0 nodecolor |
| 1203 | 14 /Times-Roman set_font |
| 1204 | 646 406.4 moveto 40 (~5':[]) alignedtext |
| 1205 | 1 setlinewidth |
| 1206 | 0 0 0 nodecolor |
| 1207 | newpath 638 397 moveto |
| 1208 | 694 397 lineto |
| 1209 | stroke |
| 1210 | 0 0 0 nodecolor |
| 1211 | 14 /Times-Roman set_font |
| 1212 | 654.5 380.4 moveto 23 (3.0) alignedtext |
| 1213 | grestore |
| 1214 | % GCA->CAC |
| 1215 | gsave |
| 1216 | 1 setlinewidth |
| 1217 | 0 0 0 edgecolor |
| 1218 | newpath 530.26 393.42 moveto |
| 1219 | 539.07 396.44 548.87 399.58 558 402 curveto |
| 1220 | 580.9 408.08 606.96 413.2 627.75 416.86 curveto |
| 1221 | stroke |
| 1222 | 0 0 0 edgecolor |
| 1223 | newpath 627.34 420.34 moveto |
| 1224 | 637.79 418.59 lineto |
| 1225 | 628.53 413.44 lineto |
| 1226 | closepath fill |
| 1227 | 1 setlinewidth |
| 1228 | solid |
| 1229 | 0 0 0 edgecolor |
| 1230 | newpath 627.34 420.34 moveto |
| 1231 | 637.79 418.59 lineto |
| 1232 | 628.53 413.44 lineto |
| 1233 | closepath stroke |
| 1234 | 0 0 0 edgecolor |
| 1235 | 14 /Times-Roman set_font |
| 1236 | 560 420.4 moveto 58 (FF: [2,3]) alignedtext |
| 1237 | grestore |
| 1238 | % GCA->AGC |
| 1239 | gsave |
| 1240 | 1 setlinewidth |
| 1241 | 0 1 1 edgecolor |
| 1242 | newpath 473.86 358.49 moveto |
| 1243 | 465.45 352.58 455.83 347.09 446 344 curveto |
| 1244 | 423.66 336.99 397.41 336.82 376.38 338.48 curveto |
| 1245 | stroke |
| 1246 | 0 1 1 edgecolor |
| 1247 | newpath 375.84 335.02 moveto |
| 1248 | 366.22 339.46 lineto |
| 1249 | 376.51 341.99 lineto |
| 1250 | closepath fill |
| 1251 | 1 setlinewidth |
| 1252 | solid |
| 1253 | 0 1 1 edgecolor |
| 1254 | newpath 375.84 335.02 moveto |
| 1255 | 366.22 339.46 lineto |
| 1256 | 376.51 341.99 lineto |
| 1257 | closepath stroke |
| 1258 | 0 0 0 edgecolor |
| 1259 | 14 /Times-Roman set_font |
| 1260 | 384.5 349.4 moveto 61 (RR: [2,3]) alignedtext |
| 1261 | grestore |
| 1262 | % CAC->GCA |
| 1263 | gsave |
| 1264 | 1 setlinewidth |
| 1265 | 0 1 1 edgecolor |
| 1266 | newpath 637.91 390.84 moveto |
| 1267 | 632.45 386.42 626.41 382.53 620 380 curveto |
| 1268 | 594.76 370.04 564.06 371.19 540.31 374.61 curveto |
| 1269 | stroke |
| 1270 | 0 1 1 edgecolor |
| 1271 | newpath 539.56 371.19 moveto |
| 1272 | 530.25 376.26 lineto |
| 1273 | 540.69 378.1 lineto |
| 1274 | closepath fill |
| 1275 | 1 setlinewidth |
| 1276 | solid |
| 1277 | 0 1 1 edgecolor |
| 1278 | newpath 539.56 371.19 moveto |
| 1279 | 530.25 376.26 lineto |
| 1280 | 540.69 378.1 lineto |
| 1281 | closepath stroke |
| 1282 | 0 0 0 edgecolor |
| 1283 | 14 /Times-Roman set_font |
| 1284 | 558.5 385.4 moveto 61 (RR: [2,3]) alignedtext |
| 1285 | grestore |
| 1286 | % TCA |
| 1287 | gsave |
| 1288 | 1 setlinewidth |
| 1289 | 0 0 0 nodecolor |
| 1290 | newpath 796 534 moveto |
| 1291 | 796 638 lineto |
| 1292 | 852 638 lineto |
| 1293 | 852 534 lineto |
| 1294 | closepath stroke |
| 1295 | 0 0 0 nodecolor |
| 1296 | 14 /Times-Roman set_font |
| 1297 | 810 621.4 moveto 28 (TCA) alignedtext |
| 1298 | 1 setlinewidth |
| 1299 | 0 0 0 nodecolor |
| 1300 | newpath 796 612 moveto |
| 1301 | 852 612 lineto |
| 1302 | stroke |
| 1303 | 0 0 0 nodecolor |
| 1304 | 14 /Times-Roman set_font |
| 1305 | 810 595.4 moveto 28 (5':[]) alignedtext |
| 1306 | 1 setlinewidth |
| 1307 | 0 0 0 nodecolor |
| 1308 | newpath 796 586 moveto |
| 1309 | 852 586 lineto |
| 1310 | stroke |
| 1311 | 0 0 0 nodecolor |
| 1312 | 14 /Times-Roman set_font |
| 1313 | 804 569.4 moveto 40 (~5':[]) alignedtext |
| 1314 | 1 setlinewidth |
| 1315 | 0 0 0 nodecolor |
| 1316 | newpath 796 560 moveto |
| 1317 | 852 560 lineto |
| 1318 | stroke |
| 1319 | 0 0 0 nodecolor |
| 1320 | 14 /Times-Roman set_font |
| 1321 | 812.5 543.4 moveto 23 (1.0) alignedtext |
| 1322 | grestore |
| 1323 | % CAC->TCA |
| 1324 | gsave |
| 1325 | 1 setlinewidth |
| 1326 | 0 1 1 edgecolor |
| 1327 | newpath 676.14 475.1 moveto |
| 1328 | 682.93 498.09 694.04 523.94 712 542 curveto |
| 1329 | 731.85 561.96 761.84 573.1 785.79 579.17 curveto |
| 1330 | stroke |
| 1331 | 0 1 1 edgecolor |
| 1332 | newpath 785.1 582.61 moveto |
| 1333 | 795.63 581.48 lineto |
| 1334 | 786.69 575.79 lineto |
| 1335 | closepath fill |
| 1336 | 1 setlinewidth |
| 1337 | solid |
| 1338 | 0 1 1 edgecolor |
| 1339 | newpath 785.1 582.61 moveto |
| 1340 | 795.63 581.48 lineto |
| 1341 | 786.69 575.79 lineto |
| 1342 | closepath stroke |
| 1343 | 0 0 0 edgecolor |
| 1344 | 14 /Times-Roman set_font |
| 1345 | 712 575.4 moveto 48 (RR: [3]) alignedtext |
| 1346 | grestore |
| 1347 | % ACT |
| 1348 | gsave |
| 1349 | 1 setlinewidth |
| 1350 | 0 0 0 nodecolor |
| 1351 | newpath 796 411 moveto |
| 1352 | 796 515 lineto |
| 1353 | 852 515 lineto |
| 1354 | 852 411 lineto |
| 1355 | closepath stroke |
| 1356 | 0 0 0 nodecolor |
| 1357 | 14 /Times-Roman set_font |
| 1358 | 809.5 498.4 moveto 29 (ACT) alignedtext |
| 1359 | 1 setlinewidth |
| 1360 | 0 0 0 nodecolor |
| 1361 | newpath 796 489 moveto |
| 1362 | 852 489 lineto |
| 1363 | stroke |
| 1364 | 0 0 0 nodecolor |
| 1365 | 14 /Times-Roman set_font |
| 1366 | 810 472.4 moveto 28 (5':[]) alignedtext |
| 1367 | 1 setlinewidth |
| 1368 | 0 0 0 nodecolor |
| 1369 | newpath 796 463 moveto |
| 1370 | 852 463 lineto |
| 1371 | stroke |
| 1372 | 0 0 0 nodecolor |
| 1373 | 14 /Times-Roman set_font |
| 1374 | 804 446.4 moveto 40 (~5':[]) alignedtext |
| 1375 | 1 setlinewidth |
| 1376 | 0 0 0 nodecolor |
| 1377 | newpath 796 437 moveto |
| 1378 | 852 437 lineto |
| 1379 | stroke |
| 1380 | 0 0 0 nodecolor |
| 1381 | 14 /Times-Roman set_font |
| 1382 | 812.5 420.4 moveto 23 (2.0) alignedtext |
| 1383 | grestore |
| 1384 | % CAC->ACT |
| 1385 | gsave |
| 1386 | 1 setlinewidth |
| 1387 | 0 0 0 edgecolor |
| 1388 | newpath 694.38 435.79 moveto |
| 1389 | 700.13 438.08 706.2 440.28 712 442 curveto |
| 1390 | 736.07 449.14 763.8 454.37 785.64 457.81 curveto |
| 1391 | stroke |
| 1392 | 0 0 0 edgecolor |
| 1393 | newpath 785.13 461.28 moveto |
| 1394 | 795.54 459.32 lineto |
| 1395 | 786.18 454.36 lineto |
| 1396 | closepath fill |
| 1397 | 1 setlinewidth |
| 1398 | solid |
| 1399 | 0 0 0 edgecolor |
| 1400 | newpath 785.13 461.28 moveto |
| 1401 | 795.54 459.32 lineto |
| 1402 | 786.18 454.36 lineto |
| 1403 | closepath stroke |
| 1404 | 0 0 0 edgecolor |
| 1405 | 14 /Times-Roman set_font |
| 1406 | 713.5 457.4 moveto 45 (FF: [3]) alignedtext |
| 1407 | grestore |
| 1408 | % CAC->ACG |
| 1409 | gsave |
| 1410 | 1 setlinewidth |
| 1411 | 0 0 0 edgecolor |
| 1412 | newpath 694.32 403.63 moveto |
| 1413 | 700.08 399.95 706.16 396.24 712 393 curveto |
| 1414 | 729.96 383.04 750.16 373.25 768.42 364.9 curveto |
| 1415 | stroke |
| 1416 | 0 0 0 edgecolor |
| 1417 | newpath 770.09 367.99 moveto |
| 1418 | 777.76 360.67 lineto |
| 1419 | 767.21 361.61 lineto |
| 1420 | closepath fill |
| 1421 | 1 setlinewidth |
| 1422 | solid |
| 1423 | 0 0 0 edgecolor |
| 1424 | newpath 770.09 367.99 moveto |
| 1425 | 777.76 360.67 lineto |
| 1426 | 767.21 361.61 lineto |
| 1427 | closepath stroke |
| 1428 | 0 0 0 edgecolor |
| 1429 | 14 /Times-Roman set_font |
| 1430 | 713.5 398.4 moveto 45 (FF: [2]) alignedtext |
| 1431 | grestore |
| 1432 | % AGC->AAG |
| 1433 | gsave |
| 1434 | 1 setlinewidth |
| 1435 | 0 1 1 edgecolor |
| 1436 | newpath 309.87 316.69 moveto |
| 1437 | 304.33 312.73 298.27 309.24 292 307 curveto |
| 1438 | 269.95 299.12 243.71 298.69 222.61 300.32 curveto |
| 1439 | stroke |
| 1440 | 0 1 1 edgecolor |
| 1441 | newpath 222.03 296.86 moveto |
| 1442 | 212.41 301.29 lineto |
| 1443 | 222.69 303.82 lineto |
| 1444 | closepath fill |
| 1445 | 1 setlinewidth |
| 1446 | solid |
| 1447 | 0 1 1 edgecolor |
| 1448 | newpath 222.03 296.86 moveto |
| 1449 | 212.41 301.29 lineto |
| 1450 | 222.69 303.82 lineto |
| 1451 | closepath stroke |
| 1452 | 0 0 0 edgecolor |
| 1453 | 14 /Times-Roman set_font |
| 1454 | 230.5 312.4 moveto 61 (RR: [2,3]) alignedtext |
| 1455 | grestore |
| 1456 | % AGC->GCA |
| 1457 | gsave |
| 1458 | 1 setlinewidth |
| 1459 | 0 0 0 edgecolor |
| 1460 | newpath 366.41 356.12 moveto |
| 1461 | 372.16 358.29 378.22 360.37 384 362 curveto |
| 1462 | 410.23 369.39 440.5 374.71 463.81 378.15 curveto |
| 1463 | stroke |
| 1464 | 0 0 0 edgecolor |
| 1465 | newpath 463.6 381.66 moveto |
| 1466 | 473.99 379.6 lineto |
| 1467 | 464.59 374.73 lineto |
| 1468 | closepath fill |
| 1469 | 1 setlinewidth |
| 1470 | solid |
| 1471 | 0 0 0 edgecolor |
| 1472 | newpath 463.6 381.66 moveto |
| 1473 | 473.99 379.6 lineto |
| 1474 | 464.59 374.73 lineto |
| 1475 | closepath stroke |
| 1476 | 0 0 0 edgecolor |
| 1477 | 14 /Times-Roman set_font |
| 1478 | 386 380.4 moveto 58 (FF: [2,3]) alignedtext |
| 1479 | grestore |
| 1480 | % TCA->CAC |
| 1481 | gsave |
| 1482 | 1 setlinewidth |
| 1483 | 0 0 0 edgecolor |
| 1484 | newpath 795.98 558.77 moveto |
| 1485 | 773.08 536.33 740.03 503.51 712 474 curveto |
| 1486 | 708.45 470.26 704.78 466.33 701.14 462.37 curveto |
| 1487 | stroke |
| 1488 | 0 0 0 edgecolor |
| 1489 | newpath 703.54 459.81 moveto |
| 1490 | 694.21 454.79 lineto |
| 1491 | 698.38 464.53 lineto |
| 1492 | closepath fill |
| 1493 | 1 setlinewidth |
| 1494 | solid |
| 1495 | 0 0 0 edgecolor |
| 1496 | newpath 703.54 459.81 moveto |
| 1497 | 694.21 454.79 lineto |
| 1498 | 698.38 464.53 lineto |
| 1499 | closepath stroke |
| 1500 | 0 0 0 edgecolor |
| 1501 | 14 /Times-Roman set_font |
| 1502 | 713.5 525.4 moveto 45 (FF: [3]) alignedtext |
| 1503 | grestore |
| 1504 | % GAC |
| 1505 | gsave |
| 1506 | 1 setlinewidth |
| 1507 | 0 0 0 nodecolor |
| 1508 | newpath 982 575 moveto |
| 1509 | 982 679 lineto |
| 1510 | 1038 679 lineto |
| 1511 | 1038 575 lineto |
| 1512 | closepath stroke |
| 1513 | 0 0 0 nodecolor |
| 1514 | 14 /Times-Roman set_font |
| 1515 | 994.5 662.4 moveto 31 (GAC) alignedtext |
| 1516 | 1 setlinewidth |
| 1517 | 0 0 0 nodecolor |
| 1518 | newpath 982 653 moveto |
| 1519 | 1038 653 lineto |
| 1520 | stroke |
| 1521 | 0 0 0 nodecolor |
| 1522 | 14 /Times-Roman set_font |
| 1523 | 996 636.4 moveto 28 (5':[]) alignedtext |
| 1524 | 1 setlinewidth |
| 1525 | 0 0 0 nodecolor |
| 1526 | newpath 982 627 moveto |
| 1527 | 1038 627 lineto |
| 1528 | stroke |
| 1529 | 0 0 0 nodecolor |
| 1530 | 14 /Times-Roman set_font |
| 1531 | 990 610.4 moveto 40 (~5':[]) alignedtext |
| 1532 | 1 setlinewidth |
| 1533 | 0 0 0 nodecolor |
| 1534 | newpath 982 601 moveto |
| 1535 | 1038 601 lineto |
| 1536 | stroke |
| 1537 | 0 0 0 nodecolor |
| 1538 | 14 /Times-Roman set_font |
| 1539 | 998.5 584.4 moveto 23 (1.0) alignedtext |
| 1540 | grestore |
| 1541 | % TCA->GAC |
| 1542 | gsave |
| 1543 | 1 setlinewidth |
| 1544 | 0.33333 1 1 edgecolor |
| 1545 | newpath 852.14 580.63 moveto |
| 1546 | 881.17 576.35 927.28 573.12 964 587 curveto |
| 1547 | 967.27 588.24 970.46 589.82 973.53 591.63 curveto |
| 1548 | stroke |
| 1549 | 0.33333 1 1 edgecolor |
| 1550 | newpath 971.64 594.58 moveto |
| 1551 | 981.88 597.29 lineto |
| 1552 | 975.57 588.78 lineto |
| 1553 | closepath fill |
| 1554 | 1 setlinewidth |
| 1555 | solid |
| 1556 | 0.33333 1 1 edgecolor |
| 1557 | newpath 971.64 594.58 moveto |
| 1558 | 981.88 597.29 lineto |
| 1559 | 975.57 588.78 lineto |
| 1560 | closepath stroke |
| 1561 | 0 0 0 edgecolor |
| 1562 | 14 /Times-Roman set_font |
| 1563 | 903 592.4 moveto 46 (RF: [3]) alignedtext |
| 1564 | grestore |
| 1565 | % GAC->TCA |
| 1566 | gsave |
| 1567 | 1 setlinewidth |
| 1568 | 0.33333 1 1 edgecolor |
| 1569 | newpath 981.71 622.81 moveto |
| 1570 | 956.87 618.91 919.83 612.57 888 605 curveto |
| 1571 | 879.49 602.98 870.44 600.49 861.9 598 curveto |
| 1572 | stroke |
| 1573 | 0.33333 1 1 edgecolor |
| 1574 | newpath 862.76 594.6 moveto |
| 1575 | 852.17 595.09 lineto |
| 1576 | 860.75 601.31 lineto |
| 1577 | closepath fill |
| 1578 | 1 setlinewidth |
| 1579 | solid |
| 1580 | 0.33333 1 1 edgecolor |
| 1581 | newpath 862.76 594.6 moveto |
| 1582 | 852.17 595.09 lineto |
| 1583 | 860.75 601.31 lineto |
| 1584 | closepath stroke |
| 1585 | 0 0 0 edgecolor |
| 1586 | 14 /Times-Roman set_font |
| 1587 | 903 624.4 moveto 46 (RF: [3]) alignedtext |
| 1588 | grestore |
| 1589 | % CTA |
| 1590 | gsave |
| 1591 | 1 setlinewidth |
| 1592 | 0 0 0 nodecolor |
| 1593 | newpath 982 417 moveto |
| 1594 | 982 521 lineto |
| 1595 | 1038 521 lineto |
| 1596 | 1038 417 lineto |
| 1597 | closepath stroke |
| 1598 | 0 0 0 nodecolor |
| 1599 | 14 /Times-Roman set_font |
| 1600 | 996 504.4 moveto 28 (CTA) alignedtext |
| 1601 | 1 setlinewidth |
| 1602 | 0 0 0 nodecolor |
| 1603 | newpath 982 495 moveto |
| 1604 | 1038 495 lineto |
| 1605 | stroke |
| 1606 | 0 0 0 nodecolor |
| 1607 | 14 /Times-Roman set_font |
| 1608 | 996 478.4 moveto 28 (5':[]) alignedtext |
| 1609 | 1 setlinewidth |
| 1610 | 0 0 0 nodecolor |
| 1611 | newpath 982 469 moveto |
| 1612 | 1038 469 lineto |
| 1613 | stroke |
| 1614 | 0 0 0 nodecolor |
| 1615 | 14 /Times-Roman set_font |
| 1616 | 990 452.4 moveto 40 (~5':[]) alignedtext |
| 1617 | 1 setlinewidth |
| 1618 | 0 0 0 nodecolor |
| 1619 | newpath 982 443 moveto |
| 1620 | 1038 443 lineto |
| 1621 | stroke |
| 1622 | 0 0 0 nodecolor |
| 1623 | 14 /Times-Roman set_font |
| 1624 | 998.5 426.4 moveto 23 (2.0) alignedtext |
| 1625 | grestore |
| 1626 | % CTA->CTA |
| 1627 | gsave |
| 1628 | 1 setlinewidth |
| 1629 | 0.66667 1 1 edgecolor |
| 1630 | newpath 997.42 521.2 moveto |
| 1631 | 998.83 531.59 1003.03 539 1010 539 curveto |
| 1632 | 1014.47 539 1017.79 535.96 1019.98 531.04 curveto |
| 1633 | stroke |
| 1634 | 0.66667 1 1 edgecolor |
| 1635 | newpath 1023.41 531.76 moveto |
| 1636 | 1022.58 521.2 lineto |
| 1637 | 1016.64 529.97 lineto |
| 1638 | closepath fill |
| 1639 | 1 setlinewidth |
| 1640 | solid |
| 1641 | 0.66667 1 1 edgecolor |
| 1642 | newpath 1023.41 531.76 moveto |
| 1643 | 1022.58 521.2 lineto |
| 1644 | 1016.64 529.97 lineto |
| 1645 | closepath stroke |
| 1646 | 0 0 0 edgecolor |
| 1647 | 14 /Times-Roman set_font |
| 1648 | 987 544.4 moveto 46 (FR: [3]) alignedtext |
| 1649 | grestore |
| 1650 | % CTA->ACT |
| 1651 | gsave |
| 1652 | 1 setlinewidth |
| 1653 | 0 1 1 edgecolor |
| 1654 | newpath 981.51 452.99 moveto |
| 1655 | 975.87 450.51 969.87 448.33 964 447 curveto |
| 1656 | 930 439.29 890.48 445.12 862.11 451.81 curveto |
| 1657 | stroke |
| 1658 | 0 1 1 edgecolor |
| 1659 | newpath 861.05 448.46 moveto |
| 1660 | 852.19 454.28 lineto |
| 1661 | 862.74 455.25 lineto |
| 1662 | closepath fill |
| 1663 | 1 setlinewidth |
| 1664 | solid |
| 1665 | 0 1 1 edgecolor |
| 1666 | newpath 861.05 448.46 moveto |
| 1667 | 852.19 454.28 lineto |
| 1668 | 862.74 455.25 lineto |
| 1669 | closepath stroke |
| 1670 | 0 0 0 edgecolor |
| 1671 | 14 /Times-Roman set_font |
| 1672 | 902 452.4 moveto 48 (RR: [3]) alignedtext |
| 1673 | grestore |
| 1674 | % ACT->CAC |
| 1675 | gsave |
| 1676 | 1 setlinewidth |
| 1677 | 0 1 1 edgecolor |
| 1678 | newpath 795.93 438.9 moveto |
| 1679 | 785.37 431.32 772.8 423.9 760 420 curveto |
| 1680 | 742.28 414.6 721.8 414.58 704.5 416.22 curveto |
| 1681 | stroke |
| 1682 | 0 1 1 edgecolor |
| 1683 | newpath 703.71 412.79 moveto |
| 1684 | 694.18 417.43 lineto |
| 1685 | 704.52 419.74 lineto |
| 1686 | closepath fill |
| 1687 | 1 setlinewidth |
| 1688 | solid |
| 1689 | 0 1 1 edgecolor |
| 1690 | newpath 703.71 412.79 moveto |
| 1691 | 694.18 417.43 lineto |
| 1692 | 704.52 419.74 lineto |
| 1693 | closepath stroke |
| 1694 | 0 0 0 edgecolor |
| 1695 | 14 /Times-Roman set_font |
| 1696 | 712 425.4 moveto 48 (RR: [3]) alignedtext |
| 1697 | grestore |
| 1698 | % ACT->CTA |
| 1699 | gsave |
| 1700 | 1 setlinewidth |
| 1701 | 0 0 0 edgecolor |
| 1702 | newpath 852.25 463.91 moveto |
| 1703 | 884.16 464.94 936.26 466.62 971.79 467.77 curveto |
| 1704 | stroke |
| 1705 | 0 0 0 edgecolor |
| 1706 | newpath 971.68 471.27 moveto |
| 1707 | 981.79 468.09 lineto |
| 1708 | 971.91 464.27 lineto |
| 1709 | closepath fill |
| 1710 | 1 setlinewidth |
| 1711 | solid |
| 1712 | 0 0 0 edgecolor |
| 1713 | newpath 971.68 471.27 moveto |
| 1714 | 981.79 468.09 lineto |
| 1715 | 971.91 464.27 lineto |
| 1716 | closepath stroke |
| 1717 | 0 0 0 edgecolor |
| 1718 | 14 /Times-Roman set_font |
| 1719 | 903.5 472.4 moveto 45 (FF: [3]) alignedtext |
| 1720 | grestore |
| 1721 | % ACC->GTA |
| 1722 | gsave |
| 1723 | 1 setlinewidth |
| 1724 | 0.33333 1 1 edgecolor |
| 1725 | newpath 309.86 62.28 moveto |
| 1726 | 287.69 55.45 256.25 49.35 230 58 curveto |
| 1727 | 226.89 59.03 223.81 60.35 220.82 61.88 curveto |
| 1728 | stroke |
| 1729 | 0.33333 1 1 edgecolor |
| 1730 | newpath 218.96 58.92 moveto |
| 1731 | 212.12 67 lineto |
| 1732 | 222.51 64.95 lineto |
| 1733 | closepath fill |
| 1734 | 1 setlinewidth |
| 1735 | solid |
| 1736 | 0.33333 1 1 edgecolor |
| 1737 | newpath 218.96 58.92 moveto |
| 1738 | 212.12 67 lineto |
| 1739 | 222.51 64.95 lineto |
| 1740 | closepath stroke |
| 1741 | 0 0 0 edgecolor |
| 1742 | 14 /Times-Roman set_font |
| 1743 | 238 63.4 moveto 46 (RF: [1]) alignedtext |
| 1744 | grestore |
| 1745 | % ACC->CCC |
| 1746 | gsave |
| 1747 | 1 setlinewidth |
| 1748 | 0 0 0 edgecolor |
| 1749 | newpath 366.37 83.79 moveto |
| 1750 | 372.12 85.54 378.19 87.08 384 88 curveto |
| 1751 | 410.39 92.19 440.43 89.8 463.59 86.44 curveto |
| 1752 | stroke |
| 1753 | 0 0 0 edgecolor |
| 1754 | newpath 464.38 89.85 moveto |
| 1755 | 473.72 84.84 lineto |
| 1756 | 463.29 82.94 lineto |
| 1757 | closepath fill |
| 1758 | 1 setlinewidth |
| 1759 | solid |
| 1760 | 0 0 0 edgecolor |
| 1761 | newpath 464.38 89.85 moveto |
| 1762 | 473.72 84.84 lineto |
| 1763 | 463.29 82.94 lineto |
| 1764 | closepath stroke |
| 1765 | 0 0 0 edgecolor |
| 1766 | 14 /Times-Roman set_font |
| 1767 | 392.5 96.4 moveto 45 (FF: [1]) alignedtext |
| 1768 | grestore |
| 1769 | % ACG->AAC |
| 1770 | gsave |
| 1771 | 1 setlinewidth |
| 1772 | 0 1 1 edgecolor |
| 1773 | newpath 870.25 320.76 moveto |
| 1774 | 909.41 303.53 959.86 281.08 964 278 curveto |
| 1775 | 967.62 275.31 971.15 272.29 974.55 269.09 curveto |
| 1776 | stroke |
| 1777 | 0 1 1 edgecolor |
| 1778 | newpath 977.17 271.42 moveto |
| 1779 | 981.75 261.87 lineto |
| 1780 | 972.21 266.48 lineto |
| 1781 | closepath fill |
| 1782 | 1 setlinewidth |
| 1783 | solid |
| 1784 | 0 1 1 edgecolor |
| 1785 | newpath 977.17 271.42 moveto |
| 1786 | 981.75 261.87 lineto |
| 1787 | 972.21 266.48 lineto |
| 1788 | closepath stroke |
| 1789 | 0 0 0 edgecolor |
| 1790 | 14 /Times-Roman set_font |
| 1791 | 888.5 316.4 moveto 75 (RR: [1,2,3]) alignedtext |
| 1792 | grestore |
| 1793 | % ACG->CAC |
| 1794 | gsave |
| 1795 | 1 setlinewidth |
| 1796 | 0 1 1 edgecolor |
| 1797 | newpath 777.8 334.55 moveto |
| 1798 | 756.39 333.8 731.45 336.3 712 348 curveto |
| 1799 | 705.61 351.84 699.99 356.95 695.07 362.69 curveto |
| 1800 | stroke |
| 1801 | 0 1 1 edgecolor |
| 1802 | newpath 692.1 360.8 moveto |
| 1803 | 688.79 370.86 lineto |
| 1804 | 697.66 365.07 lineto |
| 1805 | closepath fill |
| 1806 | 1 setlinewidth |
| 1807 | solid |
| 1808 | 0 1 1 edgecolor |
| 1809 | newpath 692.1 360.8 moveto |
| 1810 | 688.79 370.86 lineto |
| 1811 | 697.66 365.07 lineto |
| 1812 | closepath stroke |
| 1813 | 0 0 0 edgecolor |
| 1814 | 14 /Times-Roman set_font |
| 1815 | 712 353.4 moveto 48 (RR: [2]) alignedtext |
| 1816 | grestore |
| 1817 | % CCG |
| 1818 | gsave |
| 1819 | 1 setlinewidth |
| 1820 | 0 0 0 nodecolor |
| 1821 | newpath 982 295 moveto |
| 1822 | 982 399 lineto |
| 1823 | 1038 399 lineto |
| 1824 | 1038 295 lineto |
| 1825 | closepath stroke |
| 1826 | 0 0 0 nodecolor |
| 1827 | 14 /Times-Roman set_font |
| 1828 | 994.5 382.4 moveto 31 (CCG) alignedtext |
| 1829 | 1 setlinewidth |
| 1830 | 0 0 0 nodecolor |
| 1831 | newpath 982 373 moveto |
| 1832 | 1038 373 lineto |
| 1833 | stroke |
| 1834 | 0 0 0 nodecolor |
| 1835 | 14 /Times-Roman set_font |
| 1836 | 996 356.4 moveto 28 (5':[]) alignedtext |
| 1837 | 1 setlinewidth |
| 1838 | 0 0 0 nodecolor |
| 1839 | newpath 982 347 moveto |
| 1840 | 1038 347 lineto |
| 1841 | stroke |
| 1842 | 0 0 0 nodecolor |
| 1843 | 14 /Times-Roman set_font |
| 1844 | 990 330.4 moveto 40 (~5':[]) alignedtext |
| 1845 | 1 setlinewidth |
| 1846 | 0 0 0 nodecolor |
| 1847 | newpath 982 321 moveto |
| 1848 | 1038 321 lineto |
| 1849 | stroke |
| 1850 | 0 0 0 nodecolor |
| 1851 | 14 /Times-Roman set_font |
| 1852 | 998.5 304.4 moveto 23 (1.0) alignedtext |
| 1853 | grestore |
| 1854 | % ACG->CCG |
| 1855 | gsave |
| 1856 | 1 setlinewidth |
| 1857 | 0.66667 1 1 edgecolor |
| 1858 | newpath 870.14 356.4 moveto |
| 1859 | 876.09 357.88 882.15 359.15 888 360 curveto |
| 1860 | 921.43 364.86 930.54 364.64 964 360 curveto |
| 1861 | 966.52 359.65 969.09 359.2 971.67 358.68 curveto |
| 1862 | stroke |
| 1863 | 0.66667 1 1 edgecolor |
| 1864 | newpath 972.62 362.05 moveto |
| 1865 | 981.55 356.35 lineto |
| 1866 | 971.01 355.23 lineto |
| 1867 | closepath fill |
| 1868 | 1 setlinewidth |
| 1869 | solid |
| 1870 | 0.66667 1 1 edgecolor |
| 1871 | newpath 972.62 362.05 moveto |
| 1872 | 981.55 356.35 lineto |
| 1873 | 971.01 355.23 lineto |
| 1874 | closepath stroke |
| 1875 | 0 0 0 edgecolor |
| 1876 | 14 /Times-Roman set_font |
| 1877 | 903 368.4 moveto 46 (FR: [2]) alignedtext |
| 1878 | grestore |
| 1879 | % GCC |
| 1880 | gsave |
| 1881 | 1 setlinewidth |
| 1882 | 0 0 0 nodecolor |
| 1883 | newpath 1122 294 moveto |
| 1884 | 1122 398 lineto |
| 1885 | 1178 398 lineto |
| 1886 | 1178 294 lineto |
| 1887 | closepath stroke |
| 1888 | 0 0 0 nodecolor |
| 1889 | 14 /Times-Roman set_font |
| 1890 | 1134.5 381.4 moveto 31 (GCC) alignedtext |
| 1891 | 1 setlinewidth |
| 1892 | 0 0 0 nodecolor |
| 1893 | newpath 1122 372 moveto |
| 1894 | 1178 372 lineto |
| 1895 | stroke |
| 1896 | 0 0 0 nodecolor |
| 1897 | 14 /Times-Roman set_font |
| 1898 | 1136 355.4 moveto 28 (5':[]) alignedtext |
| 1899 | 1 setlinewidth |
| 1900 | 0 0 0 nodecolor |
| 1901 | newpath 1122 346 moveto |
| 1902 | 1178 346 lineto |
| 1903 | stroke |
| 1904 | 0 0 0 nodecolor |
| 1905 | 14 /Times-Roman set_font |
| 1906 | 1130 329.4 moveto 40 (~5':[]) alignedtext |
| 1907 | 1 setlinewidth |
| 1908 | 0 0 0 nodecolor |
| 1909 | newpath 1122 320 moveto |
| 1910 | 1178 320 lineto |
| 1911 | stroke |
| 1912 | 0 0 0 nodecolor |
| 1913 | 14 /Times-Roman set_font |
| 1914 | 1138.5 303.4 moveto 23 (2.0) alignedtext |
| 1915 | grestore |
| 1916 | % GCC->GCC |
| 1917 | gsave |
| 1918 | 1 setlinewidth |
| 1919 | 0.33333 1 1 edgecolor |
| 1920 | newpath 1137.78 398.2 moveto |
| 1921 | 1139.15 408.59 1143.23 416 1150 416 curveto |
| 1922 | 1154.34 416 1157.57 412.96 1159.69 408.04 curveto |
| 1923 | stroke |
| 1924 | 0.33333 1 1 edgecolor |
| 1925 | newpath 1163.12 408.76 moveto |
| 1926 | 1162.22 398.2 lineto |
| 1927 | 1156.34 407.02 lineto |
| 1928 | closepath fill |
| 1929 | 1 setlinewidth |
| 1930 | solid |
| 1931 | 0.33333 1 1 edgecolor |
| 1932 | newpath 1163.12 408.76 moveto |
| 1933 | 1162.22 398.2 lineto |
| 1934 | 1156.34 407.02 lineto |
| 1935 | closepath stroke |
| 1936 | 0 0 0 edgecolor |
| 1937 | 14 /Times-Roman set_font |
| 1938 | 1127 421.4 moveto 46 (RF: [2]) alignedtext |
| 1939 | grestore |
| 1940 | % GCC->CCG |
| 1941 | gsave |
| 1942 | 1 setlinewidth |
| 1943 | 0 0 0 edgecolor |
| 1944 | newpath 1121.83 332.35 moveto |
| 1945 | 1116.06 330.13 1109.93 328.18 1104 327 curveto |
| 1946 | 1083.07 322.85 1076.89 322.66 1056 327 curveto |
| 1947 | 1053.2 327.58 1050.37 328.34 1047.55 329.23 curveto |
| 1948 | stroke |
| 1949 | 0 0 0 edgecolor |
| 1950 | newpath 1046.33 325.95 moveto |
| 1951 | 1038.11 332.63 lineto |
| 1952 | 1048.71 332.53 lineto |
| 1953 | closepath fill |
| 1954 | 1 setlinewidth |
| 1955 | solid |
| 1956 | 0 0 0 edgecolor |
| 1957 | newpath 1046.33 325.95 moveto |
| 1958 | 1038.11 332.63 lineto |
| 1959 | 1048.71 332.53 lineto |
| 1960 | closepath stroke |
| 1961 | 0 0 0 edgecolor |
| 1962 | 14 /Times-Roman set_font |
| 1963 | 1057.5 332.4 moveto 45 (FF: [2]) alignedtext |
| 1964 | grestore |
| 1965 | % GCC->AGG |
| 1966 | gsave |
| 1967 | 1 setlinewidth |
| 1968 | 0.66667 1 1 edgecolor |
| 1969 | newpath 1178.26 346 moveto |
| 1970 | 1198.82 346 1226.89 346 1249.5 346 curveto |
| 1971 | stroke |
| 1972 | 0.66667 1 1 edgecolor |
| 1973 | newpath 1249.78 349.5 moveto |
| 1974 | 1259.78 346 lineto |
| 1975 | 1249.78 342.5 lineto |
| 1976 | closepath fill |
| 1977 | 1 setlinewidth |
| 1978 | solid |
| 1979 | 0.66667 1 1 edgecolor |
| 1980 | newpath 1249.78 349.5 moveto |
| 1981 | 1259.78 346 lineto |
| 1982 | 1249.78 342.5 lineto |
| 1983 | closepath stroke |
| 1984 | 0 0 0 edgecolor |
| 1985 | 14 /Times-Roman set_font |
| 1986 | 1196 351.4 moveto 46 (FR: [2]) alignedtext |
| 1987 | grestore |
| 1988 | % CCG->ACG |
| 1989 | gsave |
| 1990 | 1 setlinewidth |
| 1991 | 0.66667 1 1 edgecolor |
| 1992 | newpath 981.91 340.61 moveto |
| 1993 | 976.02 339.52 969.83 338.57 964 338 curveto |
| 1994 | 936.56 335.34 905.97 335.63 880.4 336.77 curveto |
| 1995 | stroke |
| 1996 | 0.66667 1 1 edgecolor |
| 1997 | newpath 879.94 333.29 moveto |
| 1998 | 870.13 337.28 lineto |
| 1999 | 880.3 340.28 lineto |
| 2000 | closepath fill |
| 2001 | 1 setlinewidth |
| 2002 | solid |
| 2003 | 0.66667 1 1 edgecolor |
| 2004 | newpath 879.94 333.29 moveto |
| 2005 | 870.13 337.28 lineto |
| 2006 | 880.3 340.28 lineto |
| 2007 | closepath stroke |
| 2008 | 0 0 0 edgecolor |
| 2009 | 14 /Times-Roman set_font |
| 2010 | 903 343.4 moveto 46 (FR: [2]) alignedtext |
| 2011 | grestore |
| 2012 | % CCG->GCC |
| 2013 | gsave |
| 2014 | 1 setlinewidth |
| 2015 | 0 1 1 edgecolor |
| 2016 | newpath 1038.33 346.8 moveto |
| 2017 | 1059.39 346.65 1088.37 346.44 1111.53 346.27 curveto |
| 2018 | stroke |
| 2019 | 0 1 1 edgecolor |
| 2020 | newpath 1111.74 349.77 moveto |
| 2021 | 1121.71 346.2 lineto |
| 2022 | 1111.69 342.77 lineto |
| 2023 | closepath fill |
| 2024 | 1 setlinewidth |
| 2025 | solid |
| 2026 | 0 1 1 edgecolor |
| 2027 | newpath 1111.74 349.77 moveto |
| 2028 | 1121.71 346.2 lineto |
| 2029 | 1111.69 342.77 lineto |
| 2030 | closepath stroke |
| 2031 | 0 0 0 edgecolor |
| 2032 | 14 /Times-Roman set_font |
| 2033 | 1056 351.4 moveto 48 (RR: [2]) alignedtext |
| 2034 | grestore |
| 2035 | % AGG->CAG |
| 2036 | gsave |
| 2037 | 1 setlinewidth |
| 2038 | 0 1 1 edgecolor |
| 2039 | newpath 1316.33 346 moveto |
| 2040 | 1337.39 346 1366.37 346 1389.53 346 curveto |
| 2041 | stroke |
| 2042 | 0 1 1 edgecolor |
| 2043 | newpath 1389.71 349.5 moveto |
| 2044 | 1399.71 346 lineto |
| 2045 | 1389.71 342.5 lineto |
| 2046 | closepath fill |
| 2047 | 1 setlinewidth |
| 2048 | solid |
| 2049 | 0 1 1 edgecolor |
| 2050 | newpath 1389.71 349.5 moveto |
| 2051 | 1399.71 346 lineto |
| 2052 | 1389.71 342.5 lineto |
| 2053 | closepath stroke |
| 2054 | 0 0 0 edgecolor |
| 2055 | 14 /Times-Roman set_font |
| 2056 | 1334 351.4 moveto 48 (RR: [2]) alignedtext |
| 2057 | grestore |
| 2058 | % AGG->GCC |
| 2059 | gsave |
| 2060 | 1 setlinewidth |
| 2061 | 0.66667 1 1 edgecolor |
| 2062 | newpath 1259.51 329.99 moveto |
| 2063 | 1253.87 327.51 1247.87 325.33 1242 324 curveto |
| 2064 | 1222.06 319.48 1215.94 319.48 1196 324 curveto |
| 2065 | 1193.34 324.6 1190.65 325.38 1187.99 326.28 curveto |
| 2066 | stroke |
| 2067 | 0.66667 1 1 edgecolor |
| 2068 | newpath 1186.53 323.09 moveto |
| 2069 | 1178.49 329.99 lineto |
| 2070 | 1189.08 329.61 lineto |
| 2071 | closepath fill |
| 2072 | 1 setlinewidth |
| 2073 | solid |
| 2074 | 0.66667 1 1 edgecolor |
| 2075 | newpath 1186.53 323.09 moveto |
| 2076 | 1178.49 329.99 lineto |
| 2077 | 1189.08 329.61 lineto |
| 2078 | closepath stroke |
| 2079 | 0 0 0 edgecolor |
| 2080 | 14 /Times-Roman set_font |
| 2081 | 1196 329.4 moveto 46 (FR: [2]) alignedtext |
| 2082 | grestore |
| 2083 | endpage |
| 2084 | showpage |
| 2085 | grestore |
| 2086 | %%PageTrailer |
| 2087 | %%EndPage: 1 |
| 2088 | %%Trailer |
| 2089 | %%Pages: 1 |
| 2090 | %%BoundingBox: 36 36 1640 723 |
| 2091 | end |
| 2092 | restore |
| 2093 | %%EOF |