From 78c72c2d39b33614f7a0c7a9d48137ed1e97323a Mon Sep 17 00:00:00 2001 From: matteodelucchi Date: Wed, 10 Jul 2019 14:29:33 +0200 Subject: [PATCH] housekeeping of files --- data_structure_overview.html | 519 - literature.html | 454 - results/.Rhistory_copy | 512 - results/amino_acid_frequencies/summary_NOTES | 1 - ...rical_and_expected_homorepeat_counts_NOTES | 3 - results/manuscript_figures_NOTES | 1 - .../ordered_and_disorderd_swissrepeats_NOTES | 1 - results/pfam_clans_analysis_NOTES | 3 - results/swissdisorder_NOTES | 2 - results/swissprot_aminoacid_distribution.html | 981 - results/swissprot_pfam_domain_clustering.html | 2336 - ...virus-virushost_parasite-parasitehost.html | 35156 ---------------- results/swissrepeats_NOTES | 17 - results/topidp_repeats_NOTES | 4 - 14 files changed, 39990 deletions(-) delete mode 100644 data_structure_overview.html delete mode 100644 literature.html delete mode 100644 results/.Rhistory_copy delete mode 100644 results/amino_acid_frequencies/summary_NOTES delete mode 100644 results/empirical_and_expected_homorepeat_counts_NOTES delete mode 100644 results/manuscript_figures_NOTES delete mode 100644 results/ordered_and_disorderd_swissrepeats_NOTES delete mode 100644 results/pfam_clans_analysis_NOTES delete mode 100644 results/swissdisorder_NOTES delete mode 100644 results/swissprot_aminoacid_distribution.html delete mode 100644 results/swissprot_pfam_domain_clustering.html delete mode 100644 results/swissprot_virus-virushost_parasite-parasitehost.html delete mode 100644 results/swissrepeats_NOTES delete mode 100644 results/topidp_repeats_NOTES diff --git a/data_structure_overview.html b/data_structure_overview.html deleted file mode 100644 index 49f105c..0000000 --- a/data_structure_overview.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
-

get overview of available data

-
-

swissrepeat/data/

-
swissprot_annotations <- load_swissprot("data/swissprot_annotations.tsv")
-str(swissprot_annotations)
-
## 'data.frame':    550116 obs. of  18 variables:
-##  $ ID              : chr  "P31946" "P62258" "Q04917" "P61981" ...
-##  $ protein_name    : chr  "14-3-3 protein beta/alpha (Protein 1054) (Protein kinase C inhibitor protein 1) (KCIP-1) [Cleaved into: 14-3-3 "| __truncated__ "14-3-3 protein epsilon (14-3-3E)" "14-3-3 protein eta (Protein AS1)" "14-3-3 protein gamma (Protein kinase C inhibitor protein 1) (KCIP-1) [Cleaved into: 14-3-3 protein gamma, N-ter"| __truncated__ ...
-##  $ Length          : int  246 255 246 247 248 245 245 245 365 365 ...
-##  $ Superkingdom    : chr  "Eukaryota" "Eukaryota" "Eukaryota" "Eukaryota" ...
-##  $ Kingdom         : chr  "Metazoa" "Metazoa" "Metazoa" "Metazoa" ...
-##  $ Order           : chr  "Primates" "Primates" "Primates" "Primates" ...
-##  $ Class           : chr  "Mammalia" "Mammalia" "Mammalia" "Mammalia" ...
-##  $ Family          : chr  "Hominidae (great apes)" "Hominidae (great apes)" "Hominidae (great apes)" "Hominidae (great apes)" ...
-##  $ Species         : chr  "Homo sapiens (Human)" "Homo sapiens (Human)" "Homo sapiens (Human)" "Homo sapiens (Human)" ...
-##  $ Species_ID      : int  NA NA NA NA NA NA NA NA NA NA ...
-##  $ DisProt_ID      : chr  "" "" "" "" ...
-##  $ MobiDB_ID       : logi  NA NA NA NA NA NA ...
-##  $ virus_hosts     : chr  "" "" "" "" ...
-##  $ OrthoDB_ID      : chr  "EOG7HHWT3;" "EOG7HHWT3;" "EOG7HHWT3;" "EOG7HHWT3;" ...
-##  $ OMA_ID          : chr  "MGREYRE;" "MQESDKP;" "APEQACQ;" "IKNCGET;" ...
-##  $ is_chloroplastic: logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ is_mitochondrial: logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ origin          : chr  "Metazoa (Eukaryota)" "Metazoa (Eukaryota)" "Metazoa (Eukaryota)" "Metazoa (Eukaryota)" ...
-
pfam_annotations <- read.delim("data/pfam_annotations.tab", header = TRUE, sep='\t')
-str(pfam_annotations)
-
## 'data.frame':    549832 obs. of  2 variables:
-##  $ ID     : Factor w/ 549832 levels "A0A023GPJ0","A0A023PXA5",..: 236607 264331 292440 264064 236608 232570 265155 235320 198238 220793 ...
-##  $ Pfam_ID: Factor w/ 16591 levels "","PF00001;",..: 1252 1252 1252 1252 1252 1252 1252 10251 10251 10251 ...
-
pfam_clans=read.delim("data/Pfam-A.clans.tsv", header = TRUE, sep='\t')
-str(pfam_clans)
-
## 'data.frame':    16295 obs. of  5 variables:
-##  $ Pfam_ID  : Factor w/ 16295 levels "PF00001","PF00002",..: 1 2 3 4 5 6 7 8 9 10 ...
-##  $ CL_ID    : Factor w/ 560 levels "","CL0001","CL0003",..: 178 178 178 20 20 20 74 2 20 1 ...
-##  $ CL_Name  : Factor w/ 560 levels "","2H","2heme_cytochrom",..: 225 225 225 355 355 355 116 154 355 1 ...
-##  $ Pfam_Name: Factor w/ 16295 levels "1-cysPrx_C","120_Rick_ant",..: 60 61 62 108 164 869 2400 6934 8278 8651 ...
-##  $ Pfam_Desc: Factor w/ 15748 levels "'Cold-shock' DNA-binding domain",..: 125 126 127 857 170 816 2555 4650 4686 6011 ...
-
scales_and_slopes <- read.delim("data/scales_and_slopes.csv", header = TRUE, sep = '\t')
-str(scales_and_slopes)
-
## 'data.frame':    20 obs. of  12 variables:
-##  $ AA          : Factor w/ 20 levels "A","C","D","E",..: 1 15 12 3 2 14 4 6 7 8 ...
-##  $ TopIDP      : num  0.06 0.18 0.007 0.192 0.02 0.318 0.736 0.166 0.303 -0.486 ...
-##  $ Hessa       : num  0.11 2.58 2.05 3.49 -0.13 2.36 2.68 0.74 2.06 -0.6 ...
-##  $ Hydropathy  : num  -0.7 -1.3 2.8 1.9 -1.6 -3.5 -4.5 4.2 -3.5 1.8 ...
-##  $ Slope       : num  2.48e-03 2.50e-03 -1.40e-03 -4.54e-05 -4.09e-05 ...
-##  $ R           : num  0.935 0.922 -0.883 -0.233 -0.236 ...
-##  $ KyteDolittle: num  1.8 -4.5 -3.5 -3.5 2.5 -3.5 -3.5 -0.4 -3.2 4.5 ...
-##  $ R_old       : num  0.92 0.91 -0.87 -0.07 -0.06 -0.05 0 0.92 -0.07 -0.91 ...
-##  $ Alpha       : num  0.17 0.09 -0.11 -0.03 -0.02 0.07 0.18 -0.29 0 0 ...
-##  $ Beta        : num  -0.15 -0.04 -0.22 -0.27 0.08 -0.08 -0.25 -0.18 -0.06 0.26 ...
-##  $ Coil        : num  -0.08 -0.05 0.07 0.08 -0.02 -0.02 -0.12 0.1 0.03 -0.05 ...
-##  $ Turn        : num  -0.1 -0.04 0.2 0.08 -0.02 0 0.06 0.27 -0.01 -0.62 ...
-
-
-

swissrepeat/results

-
aa_freqs <- read.csv("results/aa_freqs.csv", header = TRUE)
-str(aa_freqs)
-
## 'data.frame':    5 obs. of  26 variables:
-##  $ group: Factor w/ 5 levels "all","all_tr",..: 2 4 5 3 1
-##  $ A    : int  2718811 1570628 2302470 1155218 16236335
-##  $ B    : int  27 6 12 14 345
-##  $ C    : int  590059 315728 460544 334344 2702740
-##  $ D    : int  1837611 1067564 1540850 828128 10731810
-##  $ E    : int  2387033 1420731 2024409 1058580 13251774
-##  $ F    : int  1160867 631752 965391 484711 7594612
-##  $ G    : int  2598159 1536170 2188563 1262249 13918736
-##  $ H    : int  779748 446634 643036 363356 4465664
-##  $ I    : int  1745177 944375 1450029 750220 11675389
-##  $ K    : int  1992820 1179744 1679143 897924 11457059
-##  $ L    : int  3066657 1745924 2567717 1282891 18977060
-##  $ M    : int  653061 366996 547868 271442 4748716
-##  $ N    : int  1587649 1006087 1352881 734327 7977616
-##  $ O    : int  3 3 0 0 29
-##  $ P    : int  1990269 1299861 1733485 940607 9270951
-##  $ Q    : int  1586221 1021328 1369125 723726 7723433
-##  $ R    : int  1819229 1059430 1532474 781791 10877771
-##  $ S    : int  2739102 1770016 2350434 1261635 12954836
-##  $ T    : int  1934581 1170274 1638254 928364 10507503
-##  $ U    : int  28 6 28 1 329
-##  $ V    : int  2088141 1141208 1736580 924672 13502478
-##  $ W    : int  343390 179179 283604 149338 2147479
-##  $ X    : int  1647 1296 1437 1132 8697
-##  $ Y    : int  910123 498113 754299 399192 5740999
-##  $ Z    : int  21 11 10 14 314
-
virus_host_pairs_host_taxname_in_sp <- read.csv("results/virus_host_pairs_host_taxname_in_sp.csv", header = TRUE)
-str(virus_host_pairs_host_taxname_in_sp)
-
## 'data.frame':    1397 obs. of  3 variables:
-##  $ virus_TaxName    : Factor w/ 699 levels "Abelson murine leukemia virus",..: 84 144 493 46 445 677 434 299 299 639 ...
-##  $ virus_TaxID      : int  NA NA NA 38525 261939 10255 1285600 10407 10407 10830 ...
-##  $ virushost_TaxName: Factor w/ 339 levels "Acanthamoeba polyphaga (Amoeba)",..: 18 140 37 170 77 137 79 137 128 193 ...
-
-

swissrepeat/results/amino_acid_frequencies

-
Archea <- read.csv("results/amino_acid_frequencies/Archaea.csv", header = T)
-str(Archea)
-
## 'data.frame':    2 obs. of  27 variables:
-##  $ Set         : Factor w/ 2 levels "swissprot","swissprot_disorder": 1 2
-##  $ Superkingdom: Factor w/ 1 level "Archaea": 1 1
-##  $ A           : int  436486 24726
-##  $ B           : int  0 0
-##  $ C           : int  50494 978
-##  $ D           : int  329899 22060
-##  $ E           : int  474852 36762
-##  $ F           : int  193118 5445
-##  $ G           : int  422946 30678
-##  $ H           : int  98502 6680
-##  $ I           : int  428571 11534
-##  $ K           : int  397353 30598
-##  $ L           : int  493826 16428
-##  $ M           : int  137141 19931
-##  $ N           : int  203221 11186
-##  $ O           : int  27 0
-##  $ P           : int  235485 24261
-##  $ Q           : int  121727 11643
-##  $ R           : int  317213 26726
-##  $ S           : int  292708 28324
-##  $ T           : int  268361 19976
-##  $ U           : int  19 0
-##  $ V           : int  447570 15586
-##  $ W           : int  46186 1745
-##  $ X           : int  22 5
-##  $ Y           : int  189168 4771
-##  $ Z           : int  0 0
-
head(Archea)
-
##                  Set Superkingdom      A B     C      D      E      F
-## 1          swissprot      Archaea 436486 0 50494 329899 474852 193118
-## 2 swissprot_disorder      Archaea  24726 0   978  22060  36762   5445
-##        G     H      I      K      L      M      N  O      P      Q      R
-## 1 422946 98502 428571 397353 493826 137141 203221 27 235485 121727 317213
-## 2  30678  6680  11534  30598  16428  19931  11186  0  24261  11643  26726
-##        S      T  U      V     W  X      Y Z
-## 1 292708 268361 19 447570 46186 22 189168 0
-## 2  28324  19976  0  15586  1745  5   4771 0
-
summary_aa_freqs <- read.csv("results/amino_acid_frequencies/summary.csv", header = T)
-str(summary_aa_freqs)
-
## 'data.frame':    8 obs. of  27 variables:
-##  $ Set         : Factor w/ 3 levels "swissprot","swissprot_disorder",..: 1 2 1 2 1 3 1 2
-##  $ Superkingdom: Factor w/ 4 levels "Archaea","Bacteria",..: 3 3 1 1 2 2 4 4
-##  $ A           : int  5449967 989976 436486 24726 9843006 630867 487513 56098
-##  $ B           : int  332 56 0 0 11 4 2 0
-##  $ C           : int  1502972 92928 50494 978 991919 17334 153889 5322
-##  $ D           : int  4070257 798770 329899 22060 5919567 397840 397712 51463
-##  $ E           : int  5232108 1180166 474852 36762 7097830 546254 429559 63234
-##  $ F           : int  3225431 216751 193118 5445 3856006 110163 310408 11887
-##  $ G           : int  5067985 1067221 422946 30678 7960268 582409 450616 68180
-##  $ H           : int  1906263 324017 98502 6680 2288910 170311 166318 17529
-##  $ I           : int  4190241 298485 428571 11534 6581651 186972 461634 20470
-##  $ K           : int  4771235 955565 397353 30598 5833587 619687 439170 51526
-##  $ L           : int  7665533 707289 493826 16428 10112162 329312 682694 36810
-##  $ M           : int  1812495 329042 137141 19931 2606945 361345 186442 24247
-##  $ N           : int  3481801 657488 203221 11186 3902058 310234 380145 39465
-##  $ O           : int  0 0 27 0 2 0 0 0
-##  $ P           : int  4235113 1285952 235485 24261 4415665 484538 371224 82460
-##  $ Q           : int  3375222 758361 121727 11643 3936416 342952 280134 41720
-##  $ R           : int  4176002 858108 317213 26726 5965167 540413 406174 65621
-##  $ S           : int  6462728 1771518 292708 28324 5630454 615133 548296 96167
-##  $ T           : int  4324091 848464 268361 19976 5428713 440791 472246 63117
-##  $ U           : int  256 19 19 0 53 0 1 0
-##  $ V           : int  4884320 496031 447570 15586 7665573 271755 487972 31745
-##  $ W           : int  976976 63778 46186 1745 1018811 30614 102782 4733
-##  $ X           : int  7669 1912 22 5 750 156 249 29
-##  $ Y           : int  2384472 173288 189168 4771 2881346 85184 278431 11726
-##  $ Z           : int  309 51 0 0 4 1 1 0
-
head(summary_aa_freqs)
-
##                           Set Superkingdom       A   B       C       D
-## 1                   swissprot    Eukaryota 5449967 332 1502972 4070257
-## 2          swissprot_disorder    Eukaryota  989976  56   92928  798770
-## 3                   swissprot      Archaea  436486   0   50494  329899
-## 4          swissprot_disorder      Archaea   24726   0     978   22060
-## 5                   swissprot     Bacteria 9843006  11  991919 5919567
-## 6 swisswissprot_disordersprot     Bacteria  630867   4   17334  397840
-##         E       F       G       H       I       K        L       M       N
-## 1 5232108 3225431 5067985 1906263 4190241 4771235  7665533 1812495 3481801
-## 2 1180166  216751 1067221  324017  298485  955565   707289  329042  657488
-## 3  474852  193118  422946   98502  428571  397353   493826  137141  203221
-## 4   36762    5445   30678    6680   11534   30598    16428   19931   11186
-## 5 7097830 3856006 7960268 2288910 6581651 5833587 10112162 2606945 3902058
-## 6  546254  110163  582409  170311  186972  619687   329312  361345  310234
-##    O       P       Q       R       S       T   U       V       W    X
-## 1  0 4235113 3375222 4176002 6462728 4324091 256 4884320  976976 7669
-## 2  0 1285952  758361  858108 1771518  848464  19  496031   63778 1912
-## 3 27  235485  121727  317213  292708  268361  19  447570   46186   22
-## 4  0   24261   11643   26726   28324   19976   0   15586    1745    5
-## 5  2 4415665 3936416 5965167 5630454 5428713  53 7665573 1018811  750
-## 6  0  484538  342952  540413  615133  440791   0  271755   30614  156
-##         Y   Z
-## 1 2384472 309
-## 2  173288  51
-## 3  189168   0
-## 4    4771   0
-## 5 2881346   4
-## 6   85184   1
-
-

swissrepeat/results/amino_acid_frequencies/mobidb_consensus

-
Archea_mobidb_consensus <- read.csv("results/amino_acid_frequencies/mobidb_consensus/Archaea.csv", header = T)
-str(Archea_mobidb_consensus)
-
## 'data.frame':    1 obs. of  25 variables:
-##  $ A: int 28101
-##  $ B: int 0
-##  $ C: int 1139
-##  $ D: int 25950
-##  $ E: int 42028
-##  $ F: int 6407
-##  $ G: int 35480
-##  $ H: int 7566
-##  $ I: int 13155
-##  $ K: int 34668
-##  $ L: int 19108
-##  $ M: int 22800
-##  $ N: int 13034
-##  $ O: int 2
-##  $ P: int 27868
-##  $ Q: int 13666
-##  $ R: int 30582
-##  $ S: int 32787
-##  $ T: int 23164
-##  $ U: int 0
-##  $ V: int 17996
-##  $ W: int 1973
-##  $ X: int 5
-##  $ Y: int 5606
-##  $ Z: int 0
-
-
-

swissrepeat/results/amino_acid_frequencies/mobidb_consensus_inverse

-
Archea_mobidb_consensus_inverse <- read.csv("results/amino_acid_frequencies/mobidb_consensus_inverse/Archaea.csv", header = T)
-str(Archea_mobidb_consensus_inverse)
-
## 'data.frame':    1 obs. of  25 variables:
-##  $ A: int 408385
-##  $ B: int 0
-##  $ C: int 49355
-##  $ D: int 303949
-##  $ E: int 432824
-##  $ F: int 186711
-##  $ G: int 387466
-##  $ H: int 90936
-##  $ I: int 415416
-##  $ K: int 362685
-##  $ L: int 474718
-##  $ M: int 114341
-##  $ N: int 190187
-##  $ O: int 25
-##  $ P: int 207617
-##  $ Q: int 108061
-##  $ R: int 286631
-##  $ S: int 259921
-##  $ T: int 245197
-##  $ U: int 19
-##  $ V: int 429574
-##  $ W: int 44213
-##  $ X: int 17
-##  $ Y: int 183562
-##  $ Z: int 0
-
-
-

swissrepeat/results/amino_acid_frequencies/mobidb_regions_inverse

-
Archea_mobidb_regions_inverted <- read.csv("results/amino_acid_frequencies/mobidb_regions_inverted/Archaea.csv", header = T)
-str(Archea_mobidb_regions_inverted)
-
## 'data.frame':    1 obs. of  25 variables:
-##  $ A: int 408385
-##  $ B: int 0
-##  $ C: int 49355
-##  $ D: int 303949
-##  $ E: int 432824
-##  $ F: int 186711
-##  $ G: int 387466
-##  $ H: int 90936
-##  $ I: int 415416
-##  $ K: int 362685
-##  $ L: int 474718
-##  $ M: int 114341
-##  $ N: int 190187
-##  $ O: int 25
-##  $ P: int 207617
-##  $ Q: int 108061
-##  $ R: int 286631
-##  $ S: int 259921
-##  $ T: int 245197
-##  $ U: int 19
-##  $ V: int 429574
-##  $ W: int 44213
-##  $ X: int 17
-##  $ Y: int 183562
-##  $ Z: int 0
-
-
-
-

swissrepeat/results/disorder_annotations

-
disorder_annotations_mobidb_annotations <- read.csv("results/disorder_annotations/mobidb_annotations.csv", header = T)
-str(disorder_annotations_mobidb_annotations)
-
## 'data.frame':    541641 obs. of  18 variables:
-##  $ uniprotID      : Factor w/ 541641 levels "A0A023PXA5","A0A023PXB0",..: 377707 470488 8384 227647 260646 477167 329681 128074 215158 487334 ...
-##  $ disnum         : int  60 25 10 8 65 80 1 10 30 1 ...
-##  $ disnum_disprot : int  0 0 0 0 0 0 0 0 0 0 ...
-##  $ disnum_long    : int  0 0 0 0 59 24 0 0 0 0 ...
-##  $ disnum_pdb     : int  0 0 0 0 0 14 0 0 0 0 ...
-##  $ disnum_pdb_xray: int  0 0 0 0 0 14 0 0 0 0 ...
-##  $ disnum_pdb_nmr : int  0 0 0 0 0 0 0 0 0 0 ...
-##  $ disnum_iupl    : int  76 15 3 0 45 53 0 0 0 0 ...
-##  $ disnum_iups    : int  57 27 8 2 62 80 12 12 1 0 ...
-##  $ disnum_jronn   : int  177 88 28 15 71 97 62 42 37 0 ...
-##  $ disnum_glo     : int  0 65 0 0 0 0 0 0 43 3 ...
-##  $ disnum_espD    : int  0 0 78 60 51 18 0 0 73 0 ...
-##  $ disnum_espN    : int  94 76 5 4 70 86 20 12 17 1 ...
-##  $ disnum_espX    : int  16 13 6 8 76 54 0 36 22 3 ...
-##  $ disnum_dis465  : int  48 28 9 6 53 56 15 15 24 4 ...
-##  $ disnum_disHL   : int  241 97 46 35 51 99 115 31 60 3 ...
-##  $ disnum_vsl     : int  177 85 39 13 80 159 72 40 61 2 ...
-##  $ seqlength      : int  771 474 78 68 530 268 471 549 83 67 ...
-
disorder_annotations_mobidb_coordinates <- read.csv("results/disorder_annotations/mobidb_coordinates.csv", header = T)
-str(disorder_annotations_mobidb_coordinates)
-
## 'data.frame':    2353776 obs. of  3 variables:
-##  $ uniprotID: Factor w/ 541641 levels "A0A023PXA5","A0A023PXB0",..: 377707 377707 377707 377707 377707 377707 377707 377707 377707 470488 ...
-##  $ start    : int  1 19 21 450 505 508 511 652 765 1 ...
-##  $ end      : int  9 19 21 451 505 509 538 660 771 4 ...
-
disorder_annotations_mobidb_regions <- read.csv("results/disorder_annotations/mobidb_regions.csv", header = T)
-str(disorder_annotations_mobidb_regions)
-
## 'data.frame':    555595 obs. of  3 variables:
-##  $ uniprotID: Factor w/ 549100 levels "A0A023PXA5","A0A023PXB0",..: 383131 476970 8445 230696 264710 483716 334659 128973 217750 494040 ...
-##  $ disorder : Factor w/ 347933 levels "","1:1;","1:1;10:10;13:15;282:285;",..: 317476 157502 252590 344566 150358 262857 334551 11674 73668 2 ...
-##  $ taxon    : Factor w/ 4 levels "Archaea","Bacteria",..: 3 2 2 3 3 3 3 2 3 2 ...
-
-
-

swissrepeat/results/empirical_an_expected_homorepeat_counts

-

emtpy subdirectories…

-
-
-

swissrepeat/results/tr_annotions

-
tr_annotations <- read.csv("results/tr_annotations/tr_annotations.csv", header = T)
-str(tr_annotations)
-
## 'data.frame':    486252 obs. of  10 variables:
-##  $ ID                : Factor w/ 262720 levels "A0A023PXA5","A0A023PXB0",..: 11717 152711 15643 174639 84971 12403 198238 48582 141655 149862 ...
-##  $ MSA               : Factor w/ 297693 levels "---------------------------------------------------------------------------------------------------------------"| __truncated__,..: 48012 169875 148668 196800 262559 62531 100952 149190 5926 215729 ...
-##  $ begin             : int  62 121 48 188 437 37 116 170 33 458 ...
-##  $ pvalue            : num  0.008 0 0.0016 0.0099 0 ...
-##  $ l_effective       : int  7 4 4 9 4 3 9 28 61 3 ...
-##  $ n                 : int  3 2 2 2 2 2 3 15 2 3 ...
-##  $ n_effective       : num  3 2 2 2 2 ...
-##  $ TRD               : Factor w/ 4 levels "HHrepID","PFAM",..: 1 4 4 1 4 4 1 2 2 4 ...
-##  $ model             : Factor w/ 1121 levels "cpHMM","None",..: 2 2 2 1 2 1 1 53 1020 2 ...
-##  $ disordered_overlap: int  0 2 0 0 0 0 0 18 30 6 ...
-
-
-

swissrepeat/results/tr_idr_overlap

-
repeat_disorder_overlap_regions <- read.csv("results/tr_idr_overlap/repeat_disorder_overlap_regions.csv", header = T)
-str(repeat_disorder_overlap_regions)
-
## 'data.frame':    119733 obs. of  15 variables:
-##  $ ID                : Factor w/ 47926 levels "A0A023PZE4","A0A183",..: 31841 21608 21608 21608 21608 21608 37902 16728 16728 16728 ...
-##  $ MSA               : Factor w/ 81702 levels "---------------------------------------------------------------------------------------------------------------"| __truncated__,..: 396 29289 26387 26656 33102 29698 75866 79916 67720 14126 ...
-##  $ begin             : int  600 628 132 627 597 41 13 935 132 253 ...
-##  $ pvalue            : num  0 0 0 0 0 ...
-##  $ l_effective       : int  93 12 1 1 4 7 7 4 2 1 ...
-##  $ n                 : int  4 6 6 49 21 3 3 2 4 6 ...
-##  $ n_effective       : num  3.4 4.75 6 49 19 ...
-##  $ TRD               : Factor w/ 4 levels "HHrepID","PFAM",..: 1 4 4 4 3 3 1 4 4 4 ...
-##  $ model             : Factor w/ 435 levels "cpHMM","None",..: 2 1 2 1 1 1 1 2 2 2 ...
-##  $ disordered_overlap: int  0 49 6 41 68 16 15 7 8 6 ...
-##  $ overlap_start     : int  681 659 132 659 659 41 22 940 132 253 ...
-##  $ overlap_end       : int  714 684 137 675 672 56 33 942 139 258 ...
-##  $ end               : int  915 684 137 675 672 56 33 942 139 258 ...
-##  $ idr_start         : int  681 659 1 659 659 1 22 940 1 226 ...
-##  $ idr_end           : int  714 696 180 696 696 180 52 973 195 275 ...
-
-
-
- - - - -
- - - - - - - - diff --git a/literature.html b/literature.html deleted file mode 100644 index 6f5d262..0000000 --- a/literature.html +++ /dev/null @@ -1,454 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
-

Literature on Evolution of TRs and disorder

- ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CitationContentMethods
Simon, M., & Hancock, J. M. (2009). Tandem and cryptic amino acid repeats accumulate in disordered regions of proteins. Genome Biology.Data: In-house homorepeat detector (l=1[aa]) on 5,815 orthologous proteins from four mammalian (human, chimpanzee, mouse and rat) and a bird (chicken) genome.
Tompa, P. (2003). Intrinsically unstructured proteins evolve by repeat expansion. BioEssays : News and Reviews in Molecular, Cellular and Developmental Biology, 25(9), 847–855. http://doi.org/10.1002/bies.10324The frequency of TRs is higher in unstructured proteins compared to a background of all proteins. Tompa claims that repeat expansion is a major mechanism of the evolution of unstructured proteins. Tompa’s view stems from the observatation of fast evolving micro- and minisatellites.Unpublished algorithm also used by Marcotte & Pellegrini used for TR detection on 126 unstructured proteins and domains.
Jorda, J., Xue, B., Uversky, V. N., & Kajava, A. V. (2010). Protein tandem repeats - the more perfect, the less structured. FEBS Journal, 277(12), 2673–2682. http://doi.org/10.1111/j.1742-4658.2010.07684.x“greater degrees of disorder in a protein sequence are associated with more perfect tandem repeats, or those with more precise spacing of the same amino acids across repeats”TRs were predicted using T-REKS on PDB and SwissProt. Disorder was predicted using vlxt, vls2, iupred, foldindex, and TopIDP.
Szalkowski, A. M., & Anisimova, M. (2011). Markov models of amino acid substitution to study proteins with intrinsically disordered regions. PloS One, 6(5), e20488. http://doi.org/10.1371/journal.pone.0020488Data: T-REKS (de novo repeat detection algorithm, detects mostly TRs l < 15 [aa]) on Disprot
Lobanov, M. Y., & Galzitskaya, O. V. (2012). Occurrence of disordered patterns and homorepeats in eukaryotic and bacterial proteomes. Molecular BioSystems, 8(1), 327–337. http://doi.org/10.1039/c1mb05318cIntroducing the concept of “disordered patterns” - short sequences of amino acid, which are typically annotated as disordered in PDB. Calculating the frequency of these pattern over many proteomes. Correlating the frequency of homorepeats based on different amino acids across species -> There is a strong correlation for phylogenetically close species.
Lobanov, M. Y., & Galzitskaya, O. V. (2015). How Common Is Disorder? Occurrence of Disordered Residues in Four Domains of Life. International Journal of Molecular Sciences, 16(8), 19490–19507. http://doi.org/10.3390/ijms160819490Calculating “Fraction of Disordered Residues in Proteins Containing Homo-Repeats of Different Length”. Result: The fraction of disordered residues out of all residues in a protein depends on if the protein contain a homorepeat, and what kind of homorepeat. HOWEVER, the authors only look at this correlation, and not at the actual overlap, or any other confounding statistics.
Kumari, B., Kumar, R., & Kumar, M. (2015). Low complexity and disordered regions of proteins have different structural and amino acid preferences. Molecular BioSystems, 11(2), 585–594. http://doi.org/10.1039/c4mb00425f
van der Lee, R., Buljan, M., Lang, B., Weatheritt, R. J., Daughdrill, G. W., Dunker, A. K., et al. (2014). Classification of Intrinsically Disordered Regions and Proteins. Chemical …, 114(13), 6589–6631. http://doi.org/10.1021/cr400525mLarge review on IDPs and IDRs. Concerning TRs, the prevalence of microsatellites in IDPs/IDRs is mentioned. The functional diversification following TR expansion is classified into three types. Tandem repeat expansion is seen as the origin of disordered region (with little explanation).
Aït-Bara, S., Carpousis, A. J., & Quentin, Y. (2015). RNase E in the γ-Proteobacteria: conservation of intrinsically disordered noncatalytic region and molecular evolution of microdomains. Molecular Genetics and Genomics : MGG, 290(3), 847–862. http://doi.org/10.1007/s00438-014-0959-5
Pellegrini, M. (2015). Tandem Repeats in Proteins: Prediction Algorithms and Biological Role. Frontiers in Bioengineering and Biotechnology, 3, 143. http://doi.org/10.3389/fbioe.2015.00143
Roberts, S., Dzuricky, M., & Chilkoti, A. (2015). Elastin-like polypeptides as models of intrinsically disordered proteins. FEBS Letters, 589(19 Pt A), 2477–2486. http://doi.org/10.1016/j.febslet.2015.08.029Example of an artificial IDP governed by a pentapeptide TR. “Another common aspect that many IDPs and IDRs share with ELPs is the frequency of low sequence complexity tandem repeats, defined as patterns of repeats of highly similar amino acids [28,37]. The presence of low sequence complexity regions is unsurprising given the inherent bias toward disorder promoting amino acids. These regions in IDPs can be composed of simple repeats such as polyserine or polyglutamine or more complex repeats such as those found in resilin”
Aït-Bara, S., Carpousis, A. J., & Quentin, Y. (2015). RNase E in the γ-Proteobacteria: conservation of intrinsically disordered noncatalytic region and molecular evolution of microdomains. Molecular Genetics and Genomics : MGG, 290(3), 847–862. http://doi.org/10.1007/s00438-014-0959-5
Kajava, A. V., Klopffleisch, K., Chen, S., & Hofmann, K. (2014). Evolutionary link between metazoan RHIM motif and prion-forming domain of fungal heterokaryon incompatibility factor HET-s/HET-s. Scientific Reports, 4, 7436. http://doi.org/10.1038/srep07436
Simon, A. J., Vallée-Bélisle, A., Ricci, F., & Plaxco, K. W. (2014). Intrinsic disorder as a generalizable strategy for the rational design of highly responsive, allosterically cooperative receptors. Proceedings of the National Academy of Sciences of the United States of America, 111(42), 15048–15053. http://doi.org/10.1073/pnas.1410796111
Luo, H., & Nijveen, H. (2014). Understanding and identifying amino acid repeats. Briefings in Bioinformatics, 15(4), 582–591. http://doi.org/10.1093/bib/bbt003
Espada, R., Parra, R. G., Sippl, M. J., Mora, T., Walczak, A. M., & Ferreiro, D. U. (2015). Repeat proteins challenge the concept of structural domains. Biochemical Society Transactions, 43(5), 844–849. http://doi.org/10.1042/BST20150083
Mary, R. D., & Selvaraj, S. (2013). Analysis of sequence repeats of proteins in the PDB. Computational Biology and Chemistry, 47, 156–166. http://doi.org/10.1016/j.compbiolchem.2013.09.001
Persi, E., & Horn, D. (2013). Systematic analysis of compositional order of proteins reveals new characteristics of biological functions and a universal correlate of macroevolution. PLoS Computational Biology, 9(11), e1003346. http://doi.org/10.1371/journal.pcbi.1003346
Turjanski, P., Parra, R. G., Espada, R., Becher, V., & Ferreiro, D. U. (2015, October 8). Protein Repeats from First Principles. arXiv.org.
-
-

[only]: Tandem repeats in general:

- ----- - - - - - - - - - - - - - - - - - - - - - - - - -
CitationContentMethods
Marcotte, E. M., Pellegrini, M., Yeates, T. O., & Eisenberg, D. (1999). A census of protein repeats. Journal of Molecular Biology, 293(1), 151–160. http://doi.org/10.1006/jmbi.1999.3136First large review on protein tandem repeatsIn house TR detector on Swissprot
Richard, G.-F., Kerrest, A., & Dujon, B. (2008). Comparative genomics and molecular dynamics of DNA repeats in eukaryotes. Microbiology and Molecular Biology Reviews : MMBR, 72(4), 686–727. http://doi.org/10.1128/MMBR.00011-08An excellent review on micro and minisatellites. No focus on protein TRs. Shortly discussing the distribution of short TRs in different species. “Interestingly, some of these regions also correspond to regions highly biased for GC content”
Matsushima, N., Tanaka, T., & Kretsinger, R. (2009). Non-Globular Structures of Tandem Repeats in Proteins. Protein & Peptide Letters, 16(11), 1297–1322. doi:10.2174/092986609789353745 url to share this paper: sci-hub.tw/10.2174/092986609789353745Describes two classes of TRs: Globular and non-globular structures. Globulars can be divided into two subclasses. One which forms helix and solenoids ( ankyrin, HEAT, leucine rich repeat, and armadillo) and the other which has relatively stable domains (zinc-fingers, EF-hands, WD repeats, and SUSHI domain (SCR repeat)). The non-globular repeats are also found in two groups: those that form stable helices, like collagen, and those whose structures are flexible or inherently disordered, for example polyglutamine (polyGln)
-
-
-

[only]: Tandem repeat structure:

- ----- - - - - - - - - - - - - - - -
CitationContentMethods
Paladin, L., & Tosatto, S. C. E. (2015). Comparison of protein repeat classifications based on structure and sequence families. Biochemical Society Transactions, 43(5), 832–837. http://doi.org/10.1042/BST20150079Review on the structural classifications of TRs, very similar to Kajava’s work. Finding significant overlap of PFAM annotations to structural classes in RepeatDB.
-
-
-

[only] IDPs:

- ----- - - - - - - - - - - - - - - -
CitationContentMethods
Fuxreiter, M., & Tompa, P. (2012). Fuzzy Complexes: A More Stochastic View of Protein Function. In Fuzziness (pp. 1–14). Springer US. http://doi.org/10.1007/978-1-4614-0659-4_1
-
-
-

Off-topic:

- ----- - - - - - - - - - - - - - - -
CitationContentMethods
Rowling, P. J. E., Sivertsson, E. M., Perez-Riba, A., Main, E. R. G., & Itzhaki, L. S. (2015). Dissecting and reprogramming the folding and assembly of tandem-repeat proteins. Biochemical Society Transactions, 43(5), 881–888. http://doi.org/10.1042/BST20150099Review of known models for the order of folding of domain TRs (e.g. ANK, TPR, HEAT TRs). No mentioning of disordered regions, just misfolded, not-yet folded or unfolded TRs.
-
-
- - - - -
- - - - - - - - diff --git a/results/.Rhistory_copy b/results/.Rhistory_copy deleted file mode 100644 index 54921c4..0000000 --- a/results/.Rhistory_copy +++ /dev/null @@ -1,512 +0,0 @@ -df.domain <- sp_gathered[which(sp_gathered$RepeatType == "Domain"),] -model.lm <- lm(Fraction ~ mean_sequence_length, data = df.domain) -summary(model.lm) -# Add meta_data from sp_all to tr_all. -> Do a left join. -library(ggrepel) -sp = ddply(sp_all, .(origin, Superkingdom, Kingdom, is_chloroplastic, is_mitochondrial), -summarize, -has_tr_fraction=sum(has_tr==TRUE)/length(ID), -has_micro_tr_fraction=sum(has_micro_tr==TRUE)/length(ID), -has_short_tr_fraction=sum(has_short_tr==TRUE)/length(ID), -has_domain_tr_fraction=sum(has_domain_tr==TRUE)/length(ID), -mean_sequence_length=mean(Length), -count=length(ID)) -head(sp) -p = ggplot(sp, aes(x=mean_sequence_length, y=has_tr_fraction, shape=Superkingdom)) + # colour=origin, shape=Superkingdom, size=log10(count) -geom_point(size = 3)+ -scale_fill_manual(values=getPalette(colour_count)) + scale_size_continuous(range=c(2,7)) + #scale_colour_brewer(type=2, palette="RdYlBu") -geom_abline(intercept=0, slope=mean(sp$has_tr_fraction)/mean(sp$mean_sequence_length), colour="grey")+ -# ggtitle('All tandem repeats')+ -labs(x="Mean Protein Length", -y="Fraction of TR")+ -# geom_label_repel(aes(label = origin), # textbox label -# direction = c("both"), -# label.size = NA, -# label -# box.padding = 0.5, -# point.padding = 0.4, -# segment.alpha = 0.5, -# segment.color = 'grey50') -geom_text_repel(aes(label = origin), # plain text label -colour = "black") -p = beautifier(p) -p <- paper.figure(p) -if( save) { -ggsave(paste0(pathImages, "fig2a_all", figureFormat), width=12, height=8, dpi = 300) -} -#### NORMALIZATION IS NOT WORKING HERE.... -# # small proteins and small fraction of TRs -# all_tr_outliers1 <- sp_all[which(sp_all$origin == "Chloroplastic (unknown)" & sp_all$has_tr == TRUE),] -# all_tr_outliers1[order(all_tr_outliers1$Species),] -# -# all_tr_outliers1 <- ddply(all_tr_outliers1, .(origin, Superkingdom, Kingdom, Species, protein_name), # count species occurences -# summarize, -# species_count=length(Species)/length(sp_all)) -# all_tr_outliers1 <- arrange(all_tr_outliers1, desc(species_count)) -# head(all_tr_outliers1) -# -# # plot with geom_bar with own stats and ordered descending -# p <- ggplot(all_tr_outliers1)+ -# geom_bar(aes(reorder(Species, species_count), species_count), stat = "identity")+ -# coord_flip()+ -# ggtitle('All tandem repeats')+ -# labs(x="Species", -# y="Fraction of proteins with TRs", -# subtitle = "Chloroplastic (unknown)") -# p <- beautifier(p) -# p -# # Look at which protein from red algae is most prominent -# all_tr_outliers1_redalg <- all_tr_outliers1[which(all_tr_outliers1$Species == "Pyropia yezoensis (Red alga) (Porphyra yezoensis)"), ] -# all_tr_outliers1_redalg[order(all_tr_outliers1_redalg$protein_name),] -# head(all_tr_outliers1_redalg) -#### REPORT ONLY ACTUAL NUMBERS THEREFORE... -# small proteins and small fraction of TRs -all_tr_outliers1 <- sp_all[which(sp_all$origin == "Chloroplastic (unknown)" & sp_all$has_tr == TRUE),] -all_tr_outliers1[order(all_tr_outliers1$Species),] -all_tr_outliers1 <- ddply(all_tr_outliers1, .(origin, Superkingdom, Kingdom, Species), # count species occurences -summarize, -species_count=length(Species)) -all_tr_outliers1 <- arrange(all_tr_outliers1, desc(species_count)) -head(all_tr_outliers1) -# plot with geom_bar with own stats and ordered descending -p <- ggplot(all_tr_outliers1)+ -geom_bar(aes(reorder(Species, species_count), species_count), stat = "identity")+ -coord_flip()+ -ggtitle('All tandem repeats')+ -labs(x="Species", -y="No. of proteins with TRs", -subtitle = "Chloroplastic (unknown)") -p <- beautifier(p) -p -# many proteins, and big fraction of TRs -all_tr_outliers2 <- sp_all[which(sp_all$origin == "Mitochondrial (Viridiplantae)" & sp_all$has_tr == TRUE),] -all_tr_outliers2[order(all_tr_outliers2$Species),] -all_tr_outliers2 <- ddply(all_tr_outliers2, .(origin, Superkingdom, Kingdom, Species), -summarize, -species_count=length(Species)) -all_tr_outliers2 <- arrange(all_tr_outliers2, desc(species_count)) -all_tr_outliers2 <- all_tr_outliers2[which(all_tr_outliers2$species_count>2),] -head(all_tr_outliers2) -# plot with geom_bar with own stats and ordered descending -p <- ggplot(all_tr_outliers2)+ -geom_bar(aes(reorder(Species, species_count), species_count), stat = "identity")+ -coord_flip()+ -ggtitle('All tandem repeats')+ -labs(x="Species", -y="No. of proteins with TRs", -subtitle = "Mitochondrial (Viridiplantae)") -p <- beautifier(p) -p <- paper.figure(p) -p -p = ggplot(sp, aes(x=mean_sequence_length, y=has_micro_tr_fraction, shape=Superkingdom)) + # colour=origin, , size=log10(count) -geom_point(size = 3) + -geom_abline(intercept=0, slope=mean(sp$has_micro_tr_fraction)/mean(sp$mean_sequence_length), colour="grey")+ -theme( text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans",angle = 0), -strip.text.y = element_text(family = "sans",angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans",angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans",margin=margin(1,1,2,1,"pt")), -axis.ticks.length = unit(0.05, "cm")) + -labs(x="Mean Protein Length", -y="Fraction of micro TR")+ -coord_cartesian(ylim = c(min(sp_gathered$Fraction),max(sp_gathered$Fraction)))+ -scale_fill_manual(values=getPalette(colour_count)) + -scale_size_continuous(range=c(2,7)) + -ggtitle('Micro tandem repeats')+ -geom_text_repel(aes(label = origin), # plain text label -colour = "black") -p = beautifier(p) -if( save) { -ggsave(paste0(pathImages, "fig2a_micro", figureFormat), width=12, height=8, dpi = 300) -} -p <- paper.figure(p) -p -# many proteins, and big fraction of TRs -micro_tr_outliers <- sp_all[which(sp_all$origin == "unknown (Eukaryota)" & sp_all$has_micro_tr == TRUE),] -micro_tr_outliers[order(micro_tr_outliers$Species),] -micro_tr_outliers <- ddply(micro_tr_outliers, .(origin, Superkingdom, Kingdom, Species), -summarize, -species_count=length(Species)) -micro_tr_outliers <- arrange(micro_tr_outliers, desc(species_count)) -head(micro_tr_outliers) -# plot with geom_bar with own stats and ordered descending -p <- ggplot(micro_tr_outliers[which(micro_tr_outliers$species_count>10),])+ #display only those Species with more than 10 proteins with micro TRs -geom_bar(aes(reorder(Species, species_count), species_count), stat = "identity")+ -coord_flip()+ -ggtitle('Micro tandem repeats')+ -labs(x="Species", -y="No. of proteins with micro TRs", -subtitle = "unknown (Eukaryota)") -p <- beautifier(p) -p <- paper.figure(p) -p -p = ggplot(sp, aes(x=mean_sequence_length, y=has_short_tr_fraction, shape=Superkingdom)) + # colour=origin, , size=log10(count) -geom_point()+ -geom_abline(intercept=0, slope=mean(sp$has_short_tr_fraction)/mean(sp$mean_sequence_length), colour="grey")+ -theme( text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans",angle = 0), -strip.text.y = element_text(family = "sans",angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans",angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans",margin=margin(1,1,2,1,"pt")), -axis.ticks.length = unit(0.05, "cm")) + -geom_point(size=2) + -labs(x="Mean Protein Length", -y="Fraction of small TR")+ -coord_cartesian(ylim = c(min(sp_gathered$Fraction),max(sp_gathered$Fraction)))+ -scale_fill_manual(values=getPalette(colour_count)) + -scale_size_continuous(range=c(2,7)) + -ggtitle('Small tandem repeats')+ -geom_text_repel(aes(label = origin), # plain text label -colour = "black") -p = beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2a_short", figureFormat), width=12, height=8, dpi = 300) -} -p = ggplot(sp, aes(x=mean_sequence_length, y=has_domain_tr_fraction, shape=Superkingdom)) + #colour=origin, , size=log10(count) -geom_point()+ -geom_abline(intercept=0, slope=mean(sp$has_domain_tr_fraction)/mean(sp$mean_sequence_length), colour="grey")+ -theme( text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans",angle = 0), -strip.text.y = element_text(family = "sans",angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans",angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans",margin=margin(1,1,2,1,"pt")), -axis.ticks.length = unit(0.05, "cm")) + -geom_point(size=2) + -labs(x="Mean Protein Length", -y="Fraction of domain TR")+ -coord_cartesian(ylim = c(min(sp_gathered$Fraction),max(sp_gathered$Fraction)))+ -scale_fill_manual(values=getPalette(colour_count)) + -scale_size_continuous(range=c(2,7)) + -ggtitle('Domain tandem repeats')+ -geom_text_repel(aes(label = origin), # plain text label -colour = "black") -p = beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2a_domain", figureFormat), width=12, height=8, dpi = 300) -} -# big proteins, and big fraction of TRs -domain_tr_outliers <- sp_all[which(sp_all$origin == "Mitochondrial (Viridiplantae)" & sp_all$has_domain_tr == TRUE),] -domain_tr_outliers[order(domain_tr_outliers$Species),] -domain_tr_outliers <- ddply(domain_tr_outliers, .(origin, Superkingdom, Kingdom, Species), -summarize, -species_count=length(Species)) -domain_tr_outliers <- arrange(domain_tr_outliers, desc(species_count)) -head(domain_tr_outliers) -# plot with geom_bar with own stats and ordered descending -p <- ggplot(domain_tr_outliers[which(domain_tr_outliers$species_count>1),])+ #display only those Species with more than 1 proteins with domain TRs -geom_bar(aes(reorder(Species, species_count), species_count), stat = "identity")+ -coord_flip()+ -ggtitle('Domain tandem repeats')+ -labs(x="Species", -y="No. of proteins with domain TRs", -subtitle = "Mitochondrial (Viridiplantae)") -p <- beautifier(p) -p <- paper.figure(p) -p -sequence_length_bin <- with(sp_all, cut(Length, breaks = c(0, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950, 1000, 1250, 1500, 2000, 50000), dig.lab=12)) -sp <- ddply(sp_all, .(Superkingdom, sequence_length_bin), -summarise, -has_tr_fraction=sum(has_tr==TRUE)/length(ID), -has_micro_tr_fraction=sum(has_micro_tr==TRUE)/length(ID), -has_short_tr_fraction=sum(has_short_tr==TRUE)/length(ID), -has_domain_tr_fraction=sum(has_domain_tr==TRUE)/length(ID), -n_proteins=length(ID)) -sp$has_tr_fraction_binary_proportion_confidence_interval = sqrt(sp$has_tr_fraction*(1-sp$has_tr_fraction)/sp$n_proteins) -# Need to summarize data for blocks of "Length". -# For the error bars, see https://en.wikipedia.org/wiki/Binomial_proportion_confidence_interval -p = ggplot(sp, aes(x=sequence_length_bin, y=has_tr_fraction, colour=Superkingdom)) + -geom_point()+ -geom_errorbar(aes(ymin=has_tr_fraction-has_tr_fraction_binary_proportion_confidence_interval, -ymax=has_tr_fraction+has_tr_fraction_binary_proportion_confidence_interval), width=.2) + -scale_colour_brewer(type=2, palette="Dark2")+ -# ggtitle('Tandem repeat appearance by protein sequence length and Superkingdom')+ -theme(text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans", angle = 0), -strip.text.y = element_text(family = "sans", angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans", angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans", margin=margin(1,1,2,1,"pt"))) + -labs(x="Sequence length", -y="Fraction of TR") -p = beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2a-2", figureFormat), width=12, height=8, dpi = 300) -} -p = ggplot(sp, aes(x=sequence_length_bin, y=has_micro_tr_fraction, colour=Superkingdom)) + geom_point() -p = p + -geom_errorbar(aes(ymin=has_micro_tr_fraction-has_tr_fraction_binary_proportion_confidence_interval, -ymax=has_micro_tr_fraction+has_tr_fraction_binary_proportion_confidence_interval), width=.2)+ -scale_colour_brewer(type=2, palette="Dark2") + -ggtitle('Micro tandem repeats') + # TODO: Add wrapped plots for other species -theme( -text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans", angle = 0), -strip.text.y = element_text(family = "sans", angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans", angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans", margin=margin(1,1,2,1,"pt")) -) + -labs(x="Sequence length", -y="Fraction with micro TR") -p = beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2a-3", figureFormat), width=12, height=8, dpi = 300) -} -p = ggplot(sp, aes(x=sequence_length_bin, y=has_short_tr_fraction, colour=Superkingdom)) + geom_point() -p = p + -geom_errorbar(aes(ymin=has_micro_tr_fraction-has_tr_fraction_binary_proportion_confidence_interval, -ymax=has_micro_tr_fraction+has_tr_fraction_binary_proportion_confidence_interval), width=.2)+ -scale_colour_brewer(type=2, palette="Dark2") + -ggtitle('Small tandem repeats') + # TODO: Add wrapped plots for other species -theme( -text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans", angle = 0), -strip.text.y = element_text(family = "sans", angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans", angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans", margin=margin(1,1,2,1,"pt")) -) + -labs(x="Sequence length", -y="Fraction with smal TR") -p = beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2a-4", figureFormat), width=12, height=8, dpi = 300) -} -p = ggplot(sp, aes(x=sequence_length_bin, y=has_domain_tr_fraction, colour=Superkingdom)) + geom_point() -p = p + -geom_errorbar(aes(ymin=has_micro_tr_fraction-has_tr_fraction_binary_proportion_confidence_interval, -ymax=has_micro_tr_fraction+has_tr_fraction_binary_proportion_confidence_interval), width=.2)+ -scale_colour_brewer(type=2, palette="Dark2") + -ggtitle('Domain tandem repeats') + # TODO: Add wrapped plots for other species -theme( -text = element_text(), -legend.text = element_text(family = "sans", face='italic', hjust=0), -strip.text.x = element_text(family = "sans", angle = 0), -strip.text.y = element_text(family = "sans", angle = 270, margin = margin(r=30)), -axis.text.x = element_text(family = "sans", angle = 90, margin=margin(1,1,2,1,"pt")), -axis.text.y = element_text(family = "sans", margin=margin(1,1,2,1,"pt")) -) + -labs(x="Sequence length", -y="Fraction with domain TR") -p = beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2a-5", figureFormat), width=12, height=8, dpi = 300) -} -protein_length_bin <-cut(sp_protein$Length, breaks = c(0, 50, 100, 300, 500, 1000, 1500, 2000, 3000, max(sp_protein$Length)), dig.lab=12) -sp_protein$length_group = protein_length_bin -sp_protein_bylength = ddply(sp_protein, .(length_group, origin, Superkingdom), summarize, mean_dis_content=mean(disorder_count/Length), count=length(ID)) -p = ggplot(sp_protein_bylength, aes(x=length_group, y=mean_dis_content, shape=Superkingdom, colour=origin, size=log(count)/10)) + -geom_point(alpha=0.5, show.legend=TRUE) + -ylim(0,1.0) + -geom_line(aes(group=origin), size=0.3)+ -theme_minimal() + -theme(axis.text.x = element_text(angle=45, hjust=1), -text = element_text(size = 2)) + # size = 8 -labs(y="Mean disorder content", -x="Protein Length") -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig2b", figureFormat), width=12, height=8, dpi = 300) -} -sp_protein_bylength = ddply(sp_protein, .(length_group, Superkingdom), summarize, mean_dis_content=mean(disorder_count/Length), count=length(ID)) -p = ggplot(sp_protein_bylength, aes(x=length_group, y=mean_dis_content, colour=Superkingdom, size=log10(count))) + -geom_point(alpha=0.5, show.legend=TRUE) + -ylim(0,1.0) + -geom_line(aes(group=Superkingdom), size=0.3) -p = p + theme_minimal() + -theme(axis.text.x = element_text(angle=45, hjust=1), -text = element_text(size=8)) + -labs(y="Mean disorder content", -x="Protein Length") -p <- paper.figure(p) -if( save) { -ggsave(paste0(pathImages, "fig2b_simple", figureFormat), width=12, height=8, dpi = 300) -} -tr_all_sp$repeat_type_bin <- with(tr_all_sp, cut(l_effective, breaks = c(0,3, 15, 2000), dig.lab = 12)) -p = ggplot(tr_all_sp, aes(x = center/Length, colour=repeat_type_bin, fill=repeat_type_bin)) + -geom_density(alpha=.5) + facet_wrap(~ Superkingdom, scales = "free") -p = beautifier(p) + -# theme(strip.text = element_text(size=10), -# legend.text = element_text(size=20), -# legend.title = element_text(size=30), -# axis.text = element_text(size=15)) + -theme(strip.text = element_text(), -legend.text = element_text(), -legend.title = element_text(), -axis.text = element_text()) + -labs(x="TR center location (center/Length)", -y="Density", -fill=expression(l[effective])) + -guides(color=F) # disable color axis -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig3a", figureFormat), width=12, height=8, dpi = 300) -} -tr_all_sp$repeat_type_bin <- with(tr_all_sp, cut(l_effective, breaks = c(0,3, 15, 2000), dig.lab = 12)) -p = ggplot(tr_all_sp, aes(x = center/Length, colour=repeat_type_bin, fill=repeat_type_bin)) + -geom_density(size=1, alpha=.5) + -scale_color_manual( values = c("grey","violet","turquoise4"), name ="TR type", breaks=c("(0,3]","(3,15]", "(15,2000]"),labels=c("Micro", "Small","Domain")) + -scale_fill_manual( values = c("grey","violet","turquoise4"), name ="TR type", breaks=c("(0,3]","(3,15]", "(15,2000]"),labels=c("Micro", "Small","Domain")) + -labs(x="TR center location (center/Length)", y="Density") -p = p + theme_minimal(base_size = 10) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig3a_all", figureFormat), width=12, height=8, dpi = 300) -} -# renormalized version accounting for true length -tr_all_sp$repeat_type_bin <- with(tr_all_sp, cut(l_effective, breaks = c(0,3, 15, 2000), dig.lab = 12)) -tr_all_sp_positions <- tr_all_sp %>% -transmute(repeat_type_bin, -Superkingdom, -center=round(center), -Length=round(Length), -total_repeat_length=round(total_repeat_length)) %>% -mutate(usableLen = Length - total_repeat_length, -pos = (center-ceiling(total_repeat_length/2))/usableLen) %>% -filter(usableLen > 0) %>% #otherwise causes NaN or Inf -tbl_df -summary(tr_all_sp_positions) -summary(tr_all_sp_positions[which(tr_all_sp_positions$Superkingdom == "Viruses"),]) #limited number of observations for viruses and archaea -summary(tr_all_sp_positions[which(tr_all_sp_positions$Superkingdom == "Archaea"),]) #limited number of observations for viruses and archaea -# possible bug: some centers lie outside the usable length -tr_all_sp_positions %>% -mutate(diff= center - floor(Length+1/2 - total_repeat_length/2)) %>% -arrange(-pos) %>% -top_n(1,diff) %>% -invisible -# cols <- brewer.pal(3, "Dark2") -cols1 <- c("#AA3939", "#AA7939", "#29506D") #c("#801515", "#805215", "#123652") #http://paletton.com/#uid=7000I0kllllaFw0g0qFqFg0w0aF -cols2 <- c("#FFAAAA", "#FFDBAA", "#718EA4") #c("#AA3939", "#AA7939", "#29506D") -p = ggplot(tr_all_sp_positions %>% filter(pos <= 1), aes(x = pos, colour=repeat_type_bin, fill=repeat_type_bin)) + -geom_density(alpha=.7) + -scale_color_manual( values = cols1, #values = c("grey","violet","turquoise4"), -name ="TR type", -breaks=c("(0,3]","(3,15]", "(15,2000]"), -labels=c("Micro", "Small","Domain")) + -scale_fill_manual( values = cols2, -name ="TR type", -breaks=c("(0,3]","(3,15]", "(15,2000]"), -labels=c("Micro", "Small","Domain")) + -labs(x="TR center location", y="Density") -p <- beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig3a_all_renormalized", figureFormat), width=12, height=8, dpi = 300) -} -p = ggplot(tr_all_sp_positions %>% filter(pos <= 1), aes(x = pos, colour=repeat_type_bin, fill=repeat_type_bin)) + -geom_density(alpha=.7)+ -facet_wrap(~ Superkingdom, scales = "free")+ -scale_color_manual( values = cols1, #values = c("grey","violet","turquoise4"), -name ="TR type", -breaks=c("(0,3]","(3,15]", "(15,2000]"), -labels=c("Micro", "Small","Domain")) + -scale_fill_manual( values = cols2, -name ="TR type", -breaks=c("(0,3]","(3,15]", "(15,2000]"), -labels=c("Micro", "Small","Domain")) + -labs(x="TR center location", y="Density") -p <- beautifier(p) -p <- paper.figure(p) -p -if( save) { -ggsave(paste0(pathImages, "fig3a_Superkingdoms_renormalized", figureFormat), width=12, height=8, dpi = 300) -} -d_sub = subset(tr_all_sp, TRD=="PFAM") -d = ddply(d_sub, .(Superkingdom, is_chloroplastic, is_mitochondrial, model), summarize, count=length(ID)) -d_cut = subset(d, Superkingdom=="Bacteria") -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d_cut = subset(d, Superkingdom=="Archaea") -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d_cut = subset(d, Superkingdom=="Viruses") -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d = ddply(d_sub, .(Superkingdom, Kingdom, is_chloroplastic, is_mitochondrial, model), summarize, count=length(ID)) -d_cut = subset(d, Superkingdom=="Eukaryota" & Kingdom == "Viridiplantae" & is_mitochondrial==FALSE & is_chloroplastic==FALSE) -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d_cut = subset(d, Superkingdom=="Eukaryota" & Kingdom == "Metazoa" & is_mitochondrial==FALSE) -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d_cut = subset(d, Superkingdom=="Eukaryota" & Kingdom == "Fungi" & is_mitochondrial==FALSE) -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d = ddply(d_sub, .(is_chloroplastic, is_mitochondrial, model), summarize, count=length(ID)) -d_cut = subset(d, is_mitochondrial==TRUE) -d_cut[order(d_cut$count,decreasing=T)[1:10],] -d_cut = subset(d, is_chloroplastic==TRUE) -d_cut[order(d_cut$count,decreasing=T)[1:10],] -df <- gather(many_distinct_regions_TR_fractions, key = "TR_type", value = "Fraction", c("has_micro_tr_fraction", "has_short_tr_fraction", "has_domain_tr_fraction")) -df$TR_type[which(df$TR_type=="has_micro_tr_fraction")] <- "micro TRs" -df$TR_type[which(df$TR_type=="has_short_tr_fraction")] <- "small TRs" -df$TR_type[which(df$TR_type=="has_domain_tr_fraction")] <- "domain TRs" -cols1 <- c("#AA3939", "#AA7939", "#29506D", "#2D882D") #http://paletton.com/#uid=7000I0kllllaFw0g0qFqFg0w0aF -p <- ggplot(df, aes(x = Superkingdom, y = Fraction, facet = TR_type, fill = Superkingdom))+ -facet_wrap(facets="TR_type") + -geom_col() -p <- beautifier(p)+ -scale_fill_manual(values = cols1) -p <- paper.figure(p)+ -theme(axis.title.x=element_blank(), -axis.text.x = element_text(angle = 45, hjust = 1)) -# ggtitle(paste("TR types in proteins with more or equal 4 TRs")) -p -p <- paper.figure(p)+ -theme(axis.title.x=element_blank(), -axis.text.x = element_text(angle = 45, hjust = 2)) -# ggtitle(paste("TR types in proteins with more or equal 4 TRs")) -p -p <- paper.figure(p)+ -theme(axis.title.x=element_blank(), -axis.text.x = element_text(angle = 45, hjust = 1.5)) -# ggtitle(paste("TR types in proteins with more or equal 4 TRs")) -p -p <- paper.figure(p)+ -theme(axis.title.x=element_blank(), -axis.text.x = element_text(angle = 45, hjust = 1.1)) -# ggtitle(paste("TR types in proteins with more or equal 4 TRs")) -p -if(save) { -ggsave(paste0(pathImages, "TRtypes_distribution_in_prot_with_more_4TRs", figureFormat), width=12, height=8, dpi = 300) -} -rm(list = ls(all = TRUE)) -gc() -library("ggplot2") -library("plyr") -library("scales") -require(grid) -library(RColorBrewer) -library(stringr) -setwd("/home/matteo/polybox/MSc_ACLS/swissrepeat/results") -source("helpers.R") -sp_path = "data/swissprot_annotations.tsv" -sp_all = load_swissprot(sp_path) -rm(list = ls(all = TRUE)) -gc() -source("helpers.R") -sp_path = "data/swissprot_annotations.tsv" -sp_all = load_swissprot(sp_path) -tr_path = "results/tr_annotations/tr_annotations.csv" -tr_all = load_tr_annotations(tr_path) -# Add meta_data from sp_all to tr_all. -> Do a left join. -tr_all_sp = merge(x = tr_all, y = sp_all, by = "ID", all.x = TRUE) -discoor_path = "results/disorder_annotations/mobidb_coordinates.csv" -discoor_all = load_disorder_annotations(discoor_path) -do_all_sp = merge(x = discoor_all, y = sp_all, by = "ID", all.x = TRUE) -str(tr_all_sp) -str(do_all_sp) -str(discoor_all) diff --git a/results/amino_acid_frequencies/summary_NOTES b/results/amino_acid_frequencies/summary_NOTES deleted file mode 100644 index 042d30f..0000000 --- a/results/amino_acid_frequencies/summary_NOTES +++ /dev/null @@ -1 +0,0 @@ -summary.csv manually split into Eukaryota.csv, Bacteria.csv, Viruses.csv diff --git a/results/empirical_and_expected_homorepeat_counts_NOTES b/results/empirical_and_expected_homorepeat_counts_NOTES deleted file mode 100644 index 07e8eae..0000000 --- a/results/empirical_and_expected_homorepeat_counts_NOTES +++ /dev/null @@ -1,3 +0,0 @@ -# Missing directory: -results/swiss_prot_aa_frequencies/swissprot_disorder_kingdomwise/Eukaryota.csv --> split manually the directory "/results/amino_acid_frequencies/summary.csv" into Eukaryota.csv, etc. diff --git a/results/manuscript_figures_NOTES b/results/manuscript_figures_NOTES deleted file mode 100644 index d2c6637..0000000 --- a/results/manuscript_figures_NOTES +++ /dev/null @@ -1 +0,0 @@ -# fixed figuer design diff --git a/results/ordered_and_disorderd_swissrepeats_NOTES b/results/ordered_and_disorderd_swissrepeats_NOTES deleted file mode 100644 index cbe7231..0000000 --- a/results/ordered_and_disorderd_swissrepeats_NOTES +++ /dev/null @@ -1 +0,0 @@ -# works fine so far... diff --git a/results/pfam_clans_analysis_NOTES b/results/pfam_clans_analysis_NOTES deleted file mode 100644 index 46ec546..0000000 --- a/results/pfam_clans_analysis_NOTES +++ /dev/null @@ -1,3 +0,0 @@ - cannot open file '/home/matteo/polybox/MSc_ACLS/swissrepeat/results/tr_annotations/tr_all_with_disorder.csv': No such file or directory -When I take the file "results/tr_idr_overlap/repeat_disorder_overlap_regions.csv" instead it seems to work. However, (1) the annotation of the protein witha clan takes hours and (2) there is still the idr_perc missing. - diff --git a/results/swissdisorder_NOTES b/results/swissdisorder_NOTES deleted file mode 100644 index c3d40ec..0000000 --- a/results/swissdisorder_NOTES +++ /dev/null @@ -1,2 +0,0 @@ -# Set size of micro, mini, homo TR; long, short disorder etc in chunk named: -#Connect Swiss-Prot annotation data and MobiDB annotation data. diff --git a/results/swissprot_aminoacid_distribution.html b/results/swissprot_aminoacid_distribution.html deleted file mode 100644 index f53a450..0000000 --- a/results/swissprot_aminoacid_distribution.html +++ /dev/null @@ -1,981 +0,0 @@ - - - - - - - - - - - - - -Amino Acid distribution - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - -
-

Housekeeping

-
##          used (Mb) gc trigger (Mb) max used (Mb)
-## Ncells 459565 24.6     999217 53.4   627651 33.6
-## Vcells 898268  6.9    8388608 64.0  1752011 13.4
-
## Loading required package: plyr
-
## Loading required package: pals
-
## Loading required package: maps
-
## 
-## Attaching package: 'maps'
-
## The following object is masked from 'package:plyr':
-## 
-##     ozone
-
## Loading required package: ggplot2
-
## Loading required package: scales
-
## Loading required package: grid
-
## Loading required package: RColorBrewer
-
## Loading required package: tidyverse
-
## ── Attaching packages ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── tidyverse 1.2.1 ──
-
## ✔ tibble  2.0.1       ✔ purrr   0.3.0  
-## ✔ tidyr   0.8.2       ✔ dplyr   0.8.0.1
-## ✔ readr   1.3.1       ✔ stringr 1.4.0  
-## ✔ tibble  2.0.1       ✔ forcats 0.4.0
-
## ── Conflicts ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
-## ✖ dplyr::arrange()    masks plyr::arrange()
-## ✖ readr::col_factor() masks scales::col_factor()
-## ✖ purrr::compact()    masks plyr::compact()
-## ✖ dplyr::count()      masks plyr::count()
-## ✖ purrr::discard()    masks scales::discard()
-## ✖ dplyr::failwith()   masks plyr::failwith()
-## ✖ dplyr::filter()     masks stats::filter()
-## ✖ dplyr::id()         masks plyr::id()
-## ✖ dplyr::lag()        masks stats::lag()
-## ✖ purrr::map()        masks maps::map()
-## ✖ dplyr::mutate()     masks plyr::mutate()
-## ✖ dplyr::rename()     masks plyr::rename()
-## ✖ dplyr::summarise()  masks plyr::summarise()
-## ✖ dplyr::summarize()  masks plyr::summarize()
-
## Loading required package: ggrepel
-
## Loading required package: xtable
-
## Loading required package: Biostrings
-
## Loading required package: BiocGenerics
-
## Loading required package: parallel
-
## 
-## Attaching package: 'BiocGenerics'
-
## The following objects are masked from 'package:parallel':
-## 
-##     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
-##     clusterExport, clusterMap, parApply, parCapply, parLapply,
-##     parLapplyLB, parRapply, parSapply, parSapplyLB
-
## The following objects are masked from 'package:dplyr':
-## 
-##     combine, intersect, setdiff, union
-
## The following objects are masked from 'package:stats':
-## 
-##     IQR, mad, sd, var, xtabs
-
## The following objects are masked from 'package:base':
-## 
-##     anyDuplicated, append, as.data.frame, basename, cbind,
-##     colMeans, colnames, colSums, dirname, do.call, duplicated,
-##     eval, evalq, Filter, Find, get, grep, grepl, intersect,
-##     is.unsorted, lapply, lengths, Map, mapply, match, mget, order,
-##     paste, pmax, pmax.int, pmin, pmin.int, Position, rank, rbind,
-##     Reduce, rowMeans, rownames, rowSums, sapply, setdiff, sort,
-##     table, tapply, union, unique, unsplit, which, which.max,
-##     which.min
-
## Loading required package: S4Vectors
-
## Loading required package: stats4
-
## 
-## Attaching package: 'S4Vectors'
-
## The following objects are masked from 'package:dplyr':
-## 
-##     first, rename
-
## The following object is masked from 'package:tidyr':
-## 
-##     expand
-
## The following object is masked from 'package:plyr':
-## 
-##     rename
-
## The following object is masked from 'package:base':
-## 
-##     expand.grid
-
## Loading required package: IRanges
-
## 
-## Attaching package: 'IRanges'
-
## The following objects are masked from 'package:dplyr':
-## 
-##     collapse, desc, slice
-
## The following object is masked from 'package:purrr':
-## 
-##     reduce
-
## The following object is masked from 'package:plyr':
-## 
-##     desc
-
## Loading required package: XVector
-
## 
-## Attaching package: 'XVector'
-
## The following object is masked from 'package:purrr':
-## 
-##     compact
-
## The following object is masked from 'package:plyr':
-## 
-##     compact
-
## 
-## Attaching package: 'Biostrings'
-
## The following object is masked from 'package:pals':
-## 
-##     alphabet
-
## The following object is masked from 'package:base':
-## 
-##     strsplit
-
## Loading required package: doParallel
-
## Loading required package: foreach
-
## 
-## Attaching package: 'foreach'
-
## The following objects are masked from 'package:purrr':
-## 
-##     accumulate, when
-
## Loading required package: iterators
-
## Loading required package: taxize
-
## Warning in brewer.pal(9, "Dark2"): n too large, allowed maximum for palette Dark2 is 8
-## Returning the palette you asked for with that many colors
-
-
-

Data Loading

-
-
-

Amino Acid Frequency Determination

-

aa-freq determination:

-
if(getAAfreq){
-  
-  ## Count all AAs in all TRs
-  aa_freq <- mclapply(tr_all_sp$MSA, 
-                      function(i){alphabetFrequency(AAString(i))},
-                      mc.cores = numcores)
-  aa_freq <-  Reduce(`+`, aa_freq)
-  
-  dfTR  <- as.data.frame(aa_freq)
-  dfTR$aa <- rownames(dfTR)
-  # Remove NAs (*,-,.,+)
-  dfTR <- subset(dfTR, !(dfTR$aa %in% aa_ignore)) #TODO add 
-  # Calculate aa composition ratio in TR
-  for (i in 1:nrow(dfTR)){
-    dfTR$aa_ratio_tr[i] <- round(dfTR$aa_freq[i]/sum(dfTR$aa_freq), 3)
-  }
-  colnames(dfTR) <- c("aa_freq_tr", "aa", "aa_ratio_tr")
-  
-  
-  ## Count all AAs in all swissprots
-  # Read gzip-compressed FASTA file:
-  aa_SP <- readAAStringSet("/home/matteo/polybox/MSc_ACLS/swissrepeat/data/uniprot_sprot.fasta.gz")
-  # Count all AA in each protein
-  dfSP <- mclapply(aa_SP, 
-                   alphabetFrequency, 
-                   mc.cores = numcores) # NOTE: Takes few minutes
-  # sum AA frequency over all proteins
-  dfSP <- Reduce(`+`, dfSP)
-  
-  dfSP  <- as.data.frame(dfSP)
-  dfSP$aa <- rownames(dfSP)
-  colnames(dfSP) <- c("aa_freq_sp", "aa") # For some reason this is needed here for subset below...
-  # Remove NAs (*,-,.,+)
-  dfSP <- subset(dfSP, !(dfSP[, 2] %in% aa_ignore))
-  # Calculate aa composition ratio in Proteinsequences
-  for (i in 1:nrow(dfSP)){
-    dfSP[i,3] <- round(dfSP[i, 1]/sum(dfSP[1]), 3)
-  }
-  colnames(dfSP) <- c("aa_freq_sp", "aa", "aa_ratio_sp")
-  # Check to aa composition given in statistics from Swissprot proteins (https://web.expasy.org/docs/relnotes/relstat.html)
-  # dfSP$aa_ratio_sp_stats <- c(8.25, 5.53, 4.05, 5.46, 1.38, 3.93, 6.73, 7.07, 2.27, 5.92, 9.65, 5.81, 2.41, 3.86, 4.73, 6.62, 5.35, 1.09, 2.92, 6.86, NA, NA, 0, 0, 0)/100
-  
-  ## Count all AAs in all Swissprot w/o TRs
-  # select all AAs w/o TRs
-  aa_SP <- as.data.frame(aa_SP)
-  temp <- mclapply(row.names(aa_SP),
-                   function(i){
-                     strsplit(i, split = "|", fixed = TRUE)})
-  temp <- unlist(temp)
-  registerDoParallel(numcores)
-  aa_SP$ID <- foreach(i = seq(from = 2, to = length(temp), by=3),
-                      .combine = rbind) %dopar% {
-                        temp[i]
-                      }
-  stopImplicitCluster()
-  
-  dfnegSP <- aa_SP[which(aa_SP$ID %!in% tr_all$ID),]
-  
-  # Count all AA in each protein
-  dfnegSP <- mclapply(dfnegSP$x, 
-                      function(i){alphabetFrequency(AAString(i))},
-                      mc.cores = numcores)
-  # sum AA frequency over all proteins
-  dfnegSP <- Reduce(`+`, dfnegSP)
-  
-  dfnegSP  <- as.data.frame(dfnegSP)
-  dfnegSP$aa <- rownames(dfnegSP)
-  colnames(dfnegSP) <- c("aa_freq_sp", "aa") # For some reason this is needed here for subset below...
-  # Remove NAs (*,-,.,+)
-  dfnegSP <- subset(dfnegSP, !(dfnegSP[,2] %in% aa_ignore))
-  # Calculate aa composition ratio in Proteinsequences
-  for (i in 1:nrow(dfnegSP)){
-    dfnegSP[i,3] <- round(dfnegSP[i, 1]/sum(dfnegSP[1]), 3)
-  }
-  colnames(dfnegSP) <- c("aa_freq_negsp", "aa", "aa_ratio_negsp")
-  
-  
-  ## Combine all data toghether
-  # Combine dfSP and dfTR (AA frequency distribution within TRs)
-  df <- merge(x = dfSP, y=dfTR, by= "aa")
-  # add dfnegSP
-  df <- cbind(df, dfnegSP$aa_freq_negsp, dfnegSP$aa_ratio_negsp)
-  colnames(df) <- c( "aa", "aa_freq_sp", "aa_ratio_sp", "aa_freq_tr", "aa_ratio_tr", "aa_freq_negsp", "aa_ratio_negsp")
-  # Sort AA according to their disorder promoting potential
-  df <- df[match(aa_order_promoting_to_disorder_promoting, df$aa),]
-  
-  # save for later use
-  write.csv(df, file = paste0(local_base_path, "/data/aa_count.csv"), row.names = df$aa)
-}
-
-# load AA counts
-df <- read.csv(paste0(local_base_path, "/data/aa_count.csv"), header = TRUE)
-df <- df[,-1]
-# Encode the order of the AA as increasing factor
-df$aafac <- seq(1, length(df$aa))
-# Add the disorder propensity from Uversky paper
-df$disorderpropensity <- c(0.00, 0.004, 0.090, 0.113, 0.117, 0.195, 0.259, 0.263, 0.285, 0.291, 0.394, 0.401, 0.407, 0.437, 0.450, 0.588,0.665,0.713, 0.781,1.000, NA, NA, NA, NA, NA)
-# calculate disorder propensity manually
-#TODO
-
-## from wide to long format
-dfRatio.long <- df %>%
-  gather(ratio_source, aa_ratio, -c("aa", "aa_freq_sp", "aa_freq_tr", "aa_freq_negsp", "aafac", "disorderpropensity"))
-# change labelling
-dfRatio.long$ratio_source <- replace(dfRatio.long$ratio_source, dfRatio.long$ratio_source =="aa_ratio_sp", "all Swissprots")
-dfRatio.long$ratio_source <- replace(dfRatio.long$ratio_source, dfRatio.long$ratio_source =="aa_ratio_tr", "only TRs")
-dfRatio.long$ratio_source <- replace(dfRatio.long$ratio_source, dfRatio.long$ratio_source =="aa_ratio_negsp", "all Swissprots w/o TRs")
-dfRatio.long <- dfRatio.long[,-c(2:4)]
-
-dfFreq.long <- df %>%
-  gather(freq_source, aa_freq, -c("aa", "aa_ratio_sp", "aa_ratio_tr", "aa_ratio_negsp", "aafac", "disorderpropensity"))
-# change labelling
-dfFreq.long$freq_source <- replace(dfFreq.long$freq_source, dfFreq.long$freq_source =="aa_freq_sp", "all Swissprots")
-dfFreq.long$freq_source <- replace(dfFreq.long$freq_source, dfFreq.long$freq_source =="aa_freq_tr", "only TRs")
-dfFreq.long$freq_source <- replace(dfFreq.long$freq_source, dfFreq.long$freq_source =="aa_freq_negsp", "all Swissprots w/o TRs")
-dfFreq.long <- dfFreq.long[, -c(2:4)]
-
-
-

AA Frequency

-
-

Frequency plots: Explicit number of AA occuring in the specific region (either TR or the whole protein)

-

AA frequency in TR region vs. disorder propensity

-
model.lm.tr <- lm(aa_freq_tr ~ disorderpropensity, data = df)
-summary(model.lm.tr)
-
## 
-## Call:
-## lm(formula = aa_freq_tr ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##     Min      1Q  Median      3Q     Max 
-## -531300 -248999  -81526  184301 1017356 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)   
-## (Intercept)          516053     151851   3.398  0.00320 **
-## disorderpropensity  1066640     333108   3.202  0.00494 **
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 391100 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.3629, Adjusted R-squared:  0.3275 
-## F-statistic: 10.25 on 1 and 18 DF,  p-value: 0.00494
-
# labelling good, geom_smooth bad
-p1 <- ggplot(df)+
-  geom_point(aes(x = as.factor(disorderpropensity), y = aa_freq_tr))+
-  scale_x_discrete(labels = as.character(df$aa),
-                   breaks = df$disorderpropensity)+
-  # stat_smooth(method = "lm", 
-  #             data = df, aes(x = disorderpropensity, y = aa_freq_tr), 
-  #             se = F)+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA Frequency in TR")+
-  theme_minimal()
-p1 <- beautifier(p1)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-p1
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

-
##### 
-# # labelling bad, geom_smooth good
-# p1 <- ggplot(df, aes(x = disorderpropensity, y = aa_freq_tr))+
-#   geom_point()+
-#   scale_x_discrete(labels = as.character(df$aa),
-#                      breaks = df$disorderpropensity)+
-#   stat_smooth(method = "lm")+ # TODO: fix appearance of stat_smooth or geom_smooth
-#   labs(x ="Amino Acid",
-#        y = "AA Frequency in TR")+
-#   theme_minimal()
-# p1 <- beautifier(p1)+
-#   theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-# p1
-# 
-# # other approach with abline
-# p1 <- ggplot(df, aes(x = disorderpropensity, y = aa_freq_tr))+
-#   geom_point()+
-#   scale_x_continuous(labels = as.character(df$aa),
-#                      breaks = df$disorderpropensity)+
-#   geom_abline(intercept = coefficients(model.lm.tr)[1], slope = coefficients(model.lm.tr)[2])+
-#   labs(x ="Amino Acid",
-#        y = "AA Frequency in TR")+
-#   theme_minimal()
-# p1 <- beautifier(p1)+
-#   theme(axis.text.x = element_text(angle = 0, hjust = 1.1, vjust = 0.5))
-# p1
-# 
-# # other approach with geom_stats
-# p1 <- ggplot(df, aes(x = as.factor(disorderpropensity), y = aa_freq_tr))+
-#   geom_point()+
-#   scale_x_discrete(labels = as.character(df$aa),
-#                      breaks = df$disorderpropensity)+
-#   stat_smooth(method = "lm", aes(group = "C"))+
-#   labs(x ="Amino Acid",
-#        y = "AA Frequency in TR")+
-#   theme_minimal()
-# p1 <- beautifier(p1)+
-#   theme(axis.text.x = element_text(angle = 0, hjust = 1.1, vjust = 0.5))
-# p1
-#####
-if( save) {
-  ggsave(paste0(pathImages, "AA_frequencyTR_scatter", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

AA frequency in all Swissprots vs. disorder propensity

-
model.lm.sp <- lm(aa_freq_sp ~ disorderpropensity, data = df)
-summary(model.lm.sp)
-
## 
-## Call:
-## lm(formula = aa_freq_sp ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##      Min       1Q   Median       3Q      Max 
-## -5525037 -4102688   411481  1756767 10469475 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)    
-## (Intercept)         7705777    1690589   4.558 0.000244 ***
-## disorderpropensity  6276827    3708551   1.693 0.107782    
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 4355000 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.1373, Adjusted R-squared:  0.08937 
-## F-statistic: 2.865 on 1 and 18 DF,  p-value: 0.1078
-
# labelling good, geom_smooth bad
-p2 <- ggplot(df)+
-  geom_point(aes(x = as.factor(disorderpropensity), y = aa_freq_sp))+
-  scale_x_discrete(labels = as.character(df$aa),
-                   breaks = df$disorderpropensity)+
-  # stat_smooth(method = "lm", 
-  #             data = df, aes(x = disorderpropensity, y = aa_freq_sp), 
-  #             se = F)+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA Frequency in all Swissprot")+
-  theme_minimal()
-p2 <- beautifier(p2)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-p2
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

-
#####
-# # labelling bad, geom_smooth good
-# p2 <- ggplot(df, aes(x = disorderpropensity, y = aa_freq_sp))+
-#   geom_point()+
-#   scale_x_discrete(labels = as.character(df$aa),
-#                      breaks = df$disorderpropensity)+
-#   stat_smooth(method = "lm")+ # TODO: fix appearance of stat_smooth or geom_smooth
-#   labs(x ="Amino Acid",
-#        y = "AA Frequency in all Swissprot")+
-#   theme_minimal()
-# p2 <- beautifier(p2)+
-#   theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-# p2
-######
-
-if( save) {
-  ggsave(paste0(pathImages, "AA_frequencySP_scatter", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

AA frequency in all Swissprot w/o TRs vs. disorder propensity

-
model.lm.negsp <- lm(aa_freq_negsp ~ disorderpropensity, data = df)
-summary(model.lm.negsp)
-
## 
-## Call:
-## lm(formula = aa_freq_negsp ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##      Min       1Q   Median       3Q      Max 
-## -4886694 -1315663   543950  1476435  4806841 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)    
-## (Intercept)         4904966     987868   4.965   0.0001 ***
-## disorderpropensity  -161696    2167032  -0.075   0.9413    
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 2545000 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.0003092,  Adjusted R-squared:  -0.05523 
-## F-statistic: 0.005568 on 1 and 18 DF,  p-value: 0.9413
-
# labelling good, geom_smooth bad
-p3 <- ggplot(df)+
-  geom_point(aes(x = as.factor(disorderpropensity), y = aa_freq_negsp))+
-  scale_x_discrete(labels = as.character(df$aa),
-                   breaks = df$disorderpropensity)+
-  # stat_smooth(method = "lm", 
-  #             data = df, aes(x = disorderpropensity, y = aa_freq_negsp), 
-  #             se = F)+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA Frequency in all Swissprot w/o TRs")+
-  theme_minimal()
-p3 <- beautifier(p3)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-p3
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

-
#####
-# # labelling bad, geom_smooth good
-# p3 <- ggplot(df, aes(x = disorderpropensity, y = aa_freq_negsp))+
-#   geom_point()+
-#   scale_x_discrete(labels = as.character(df$aa),
-#                      breaks = df$disorderpropensity)+
-#   stat_smooth(method = "lm")+ # TODO: fix appearance of stat_smooth or geom_smooth
-#   labs(x ="Amino Acid",
-#        y = "AA Frequency in all Swissprot w/o TRs")+
-#   theme_minimal()
-# p3 <- beautifier(p3)+
-#   theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-# p3
-#####
-
-if( save) {
-  ggsave(paste0(pathImages, "AA_frequencynegSP_scatter", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 5 rows containing missing values (geom_point).
-
model <- lm(dfFreq.long$aa_freq~dfFreq.long$aafac, dfFreq.long[which(dfFreq.long$aa_freq > 10000),])
-p <- ggplot(dfFreq.long, aes(x = dfFreq.long$aa, y = dfFreq.long$aa_freq))+
-  facet_wrap(~freq_source, scales = "free")+
-  geom_point()+
-  scale_x_discrete(limits = aa_order_promoting_to_disorder_promoting)+
-  # geom_abline(intercept = coefficients(model)[1], slope = coefficients(model)[2])+
-  # stat_smooth(method = "lm", aes(group = dfFreq.long$freq_source))+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA Frequency")+
-  theme_minimal()
-p <- beautifier(p)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))+
-  scale_color_manual(values = cols1,
-                     name  ="AA sources",
-                     breaks=c("aa_ratio_sp","aa_ratio_tr"),
-                     labels=c("all Swissprots", "only TRs")) +
-  scale_fill_manual(values = cols1,
-                    name  ="AA sources",
-                    breaks=c("aa_ratio_sp","aa_ratio_tr"),
-                    labels=c("all Swissprots", "only TRs"))
-p
-
## Warning: Removed 15 rows containing missing values (geom_point).
-

-
if( save) {
-  ggsave(paste0(pathImages, "AA_frequency_facet", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 15 rows containing missing values (geom_point).
-
#####
-# # model <- lm(dfFreq.long$aa_freq~dfFreq.long$aa, dfFreq.long)
-# # model <- lm(dfFreq.long$aa_freq~dfFreq.long$aafac, dfFreq.long)
-# model <- lm(df$aa_freq_tr ~ df$disorderpropensity, data = df) # This works for "all swissprots", however not for the others. Check in single plots first!
-# summary(lm(aa_freq_tr ~ disorderpropensity, data = df))
-# p <- ggplot(dfFreq.long, aes(x = dfFreq.long$aa, y = dfFreq.long$aa_freq))+
-#   facet_wrap(~freq_source, scales = "free")+
-#   geom_point()+
-#   scale_x_discrete(limits = aa_order_promoting_to_disorder_promoting)+
-#   # geom_abline(intercept = coefficients(model)[1], slope = coefficients(model)[2])+
-#   # stat_smooth(method = "lm", aes(group = dfFreq.long$freq_source))+ # TODO: fix appearance of stat_smooth or geom_smooth
-#   labs(x ="Amino Acid",
-#        y = "AA Frequency")+
-#   theme_minimal()
-# p <- beautifier(p)+
-#   theme(axis.text.x = element_text(angle = 0, hjust = 1.1))+
-#   scale_color_manual(values = cols1,
-#                       name  ="AA sources",
-#                       breaks=c("aa_ratio_sp","aa_ratio_tr"),
-#                       labels=c("all Swissprots", "only TRs")) +
-#   scale_fill_manual(values = cols1,
-#                     name  ="AA sources",
-#                       breaks=c("aa_ratio_sp","aa_ratio_tr"),
-#                       labels=c("all Swissprots", "only TRs"))
-# p
-

The frequency of each AA (ordered by their decreasing order-promoting potential (top: ordered, bottom: disordered)) from all TR containing proteins. Disorder promoting residues occur more frequently in TR than oder promoting.

-

From Uversky2013: In fact, in comparison with ordered proteins, IDPs/IDPRs are characterized by noticeable biases in their amino acid compositions, containing less of so-called “order-promoting” residues (cysteine, tryptophan, isoleucine, tyrosine, phenylalanine, leucine, histidine, valine, asparagines and methionine, which are mostly hydrophobic residues which are commonly found within the hydrophobic cores of foldable proteins) and more of “disorder-promoting” residues (lysine, glutamine, serine, glutamic acid and proline, which are mostly polar and charged residues, which are typically located at the surface of foldable proteins)

-

INTERPRETATION: Amino acids ordered according to their increasing disorder propensity (form uversky paper) show a significant linear relationship to their abundance in TR regions (p-value 0.00494 and R^2 = 0.32). However they don’t show a significant linear relationship over all proteins in SwissProtKB (p-value = 0.2942, R^2 = 0.0087) and neither over all proteins which don’t have TRs (p-value=0.00494, R^2=0.3275). NOTE: try different model?

-
-
-
-

AA Ratio

-
model.lm.tr.ratio <- lm(aa_ratio_tr ~ disorderpropensity, data = df)
-summary(model.lm.tr.ratio)
-
## 
-## Call:
-## lm(formula = aa_ratio_tr ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##       Min        1Q    Median        3Q       Max 
-## -0.029329 -0.013636 -0.004533  0.010334  0.055140 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)   
-## (Intercept)        0.028327   0.008296   3.414  0.00309 **
-## disorderpropensity 0.058428   0.018200   3.210  0.00485 **
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 0.02137 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.3641, Adjusted R-squared:  0.3288 
-## F-statistic: 10.31 on 1 and 18 DF,  p-value: 0.00485
-
model.lm.sp.ratio <- lm(aa_ratio_sp ~ disorderpropensity, data = df)
-summary(model.lm.sp.ratio)
-
## 
-## Call:
-## lm(formula = aa_ratio_sp ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##       Min        1Q    Median        3Q       Max 
-## -0.027722 -0.020607  0.002206  0.008528  0.052409 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)    
-## (Intercept)        0.038599   0.008461   4.562 0.000241 ***
-## disorderpropensity 0.030728   0.018559   1.656 0.115120    
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 0.02179 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.1322, Adjusted R-squared:  0.08395 
-## F-statistic: 2.741 on 1 and 18 DF,  p-value: 0.1151
-
model.lm.negsp.ratio <- lm(aa_ratio_negsp ~ disorderpropensity, data = df)
-summary(model.lm.negsp.ratio)
-
## 
-## Call:
-## lm(formula = aa_ratio_negsp ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##       Min        1Q    Median        3Q       Max 
-## -0.049199 -0.013518  0.005675  0.014654  0.048927 
-## 
-## Coefficients:
-##                     Estimate Std. Error t value Pr(>|t|)    
-## (Intercept)         0.049372   0.009963   4.955 0.000102 ***
-## disorderpropensity -0.001536   0.021856  -0.070 0.944761    
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 0.02566 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.0002742,  Adjusted R-squared:  -0.05527 
-## F-statistic: 0.004937 on 1 and 18 DF,  p-value: 0.9448
-
-

Ratio plots: Ratio of #AAx/sum(of all AA in the protein or TR)

-

AA ratio in TR region vs. disorder propensity

-
model.lm.tr <- lm(aa_ratio_tr ~ disorderpropensity, data = df)
-summary(model.lm.tr)
-
## 
-## Call:
-## lm(formula = aa_ratio_tr ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##       Min        1Q    Median        3Q       Max 
-## -0.029329 -0.013636 -0.004533  0.010334  0.055140 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)   
-## (Intercept)        0.028327   0.008296   3.414  0.00309 **
-## disorderpropensity 0.058428   0.018200   3.210  0.00485 **
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 0.02137 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.3641, Adjusted R-squared:  0.3288 
-## F-statistic: 10.31 on 1 and 18 DF,  p-value: 0.00485
-
# labelling good, geom_smooth bad
-p1 <- ggplot(df)+
-  geom_point(aes(x = as.factor(disorderpropensity), y = aa_ratio_tr))+
-  scale_x_discrete(labels = as.character(df$aa),
-                   breaks = df$disorderpropensity)+
-  # stat_smooth(method = "lm", 
-  #             data = df, aes(x = disorderpropensity, y = aa_ratio_tr), 
-  #             se = F)+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA ratio in TR")+
-  theme_minimal()
-p1 <- beautifier(p1)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-p1
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

-
if( save) {
-  ggsave(paste0(pathImages, "AA_ratioTR_scatter", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

AA ratio in all Swissprots vs. disorder propensity

-
model.lm.sp <- lm(aa_ratio_sp ~ disorderpropensity, data = df)
-summary(model.lm.sp)
-
## 
-## Call:
-## lm(formula = aa_ratio_sp ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##       Min        1Q    Median        3Q       Max 
-## -0.027722 -0.020607  0.002206  0.008528  0.052409 
-## 
-## Coefficients:
-##                    Estimate Std. Error t value Pr(>|t|)    
-## (Intercept)        0.038599   0.008461   4.562 0.000241 ***
-## disorderpropensity 0.030728   0.018559   1.656 0.115120    
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 0.02179 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.1322, Adjusted R-squared:  0.08395 
-## F-statistic: 2.741 on 1 and 18 DF,  p-value: 0.1151
-
# labelling good, geom_smooth bad
-p2 <- ggplot(df)+
-  geom_point(aes(x = as.factor(disorderpropensity), y = aa_ratio_sp))+
-  scale_x_discrete(labels = as.character(df$aa),
-                   breaks = df$disorderpropensity)+
-  # stat_smooth(method = "lm", 
-  #             data = df, aes(x = disorderpropensity, y = aa_ratio_sp), 
-  #             se = F)+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA ratio in all Swissprot")+
-  theme_minimal()
-p2 <- beautifier(p2)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-p2
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

-
if( save) {
-  ggsave(paste0(pathImages, "AA_ratioSP_scatter", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

AA ratio in all Swissprot w/o TRs vs. disorder propensity

-
model.lm.negsp <- lm(aa_ratio_negsp ~ disorderpropensity, data = df)
-summary(model.lm.negsp)
-
## 
-## Call:
-## lm(formula = aa_ratio_negsp ~ disorderpropensity, data = df)
-## 
-## Residuals:
-##       Min        1Q    Median        3Q       Max 
-## -0.049199 -0.013518  0.005675  0.014654  0.048927 
-## 
-## Coefficients:
-##                     Estimate Std. Error t value Pr(>|t|)    
-## (Intercept)         0.049372   0.009963   4.955 0.000102 ***
-## disorderpropensity -0.001536   0.021856  -0.070 0.944761    
-## ---
-## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-## 
-## Residual standard error: 0.02566 on 18 degrees of freedom
-##   (5 observations deleted due to missingness)
-## Multiple R-squared:  0.0002742,  Adjusted R-squared:  -0.05527 
-## F-statistic: 0.004937 on 1 and 18 DF,  p-value: 0.9448
-
# labelling good, geom_smooth bad
-p3 <- ggplot(df)+
-  geom_point(aes(x = as.factor(disorderpropensity), y = aa_ratio_negsp))+
-  scale_x_discrete(labels = as.character(df$aa),
-                   breaks = df$disorderpropensity)+
-  # stat_smooth(method = "lm", 
-  #             data = df, aes(x = disorderpropensity, y = aa_ratio_negsp), 
-  #             se = F)+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA ratio in all Swissprot w/o TRs")+
-  theme_minimal()
-p3 <- beautifier(p3)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))
-p3
-
## Warning: Removed 5 rows containing missing values (geom_point).
-

-
if( save) {
-  ggsave(paste0(pathImages, "AA_rationegSP_scatter", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 5 rows containing missing values (geom_point).
-
model <- lm(dfRatio.long$aa_ratio~dfRatio.long$aafac, dfRatio.long)
-p <- ggplot(dfRatio.long, aes(x = dfRatio.long$aa, y = dfRatio.long$aa_ratio))+
-  facet_wrap(~ratio_source, scales = "free")+
-  geom_point()+
-  scale_x_discrete(limits = aa_order_promoting_to_disorder_promoting)+
-  # geom_abline(intercept = coefficients(model)[1], slope = coefficients(model)[2])+
-  # stat_smooth(method = "lm", aes(group = dfRatio.long$ratio_source))+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA Ratio")+
-  theme_minimal()
-p <- beautifier(p)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1))+
-  scale_color_manual(values = cols1,
-                     name  ="AA sources",
-                     breaks=c("aa_ratio_sp","aa_ratio_tr"),
-                     labels=c("all Swissprots", "only TRs")) +
-  scale_fill_manual(values = cols1,
-                    name  ="AA sources",
-                    breaks=c("aa_ratio_sp","aa_ratio_tr"),
-                    labels=c("all Swissprots", "only TRs"))
-p
-
## Warning: Removed 15 rows containing missing values (geom_point).
-

-
if( save) {
-  ggsave(paste0(pathImages, "AA_ratio_facet", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 15 rows containing missing values (geom_point).
-
p5 <- ggplot(dfRatio.long, aes(x = dfRatio.long$aa, y = dfRatio.long$aa_ratio, color = dfRatio.long$ratio_source))+
-  geom_point()+
-  scale_x_discrete(limits = aa_order_promoting_to_disorder_promoting)+
-  # geom_abline(intercept = coefficients(model)[1], slope = coefficients(model)[2])+
-  # stat_smooth(method = "lm", aes(group = dfRatio.long$ratio_source))+ # TODO: fix appearance of stat_smooth or geom_smooth
-  labs(x ="Amino Acid",
-       y = "AA Ratio")+
-  theme_minimal()
-p5 <- beautifier(p5)+
-  theme(axis.text.x = element_text(angle = 0, hjust = 1.1),
-        legend.position = "right")+
-  scale_color_manual(values = cols1,
-                     name = "Source")
-p5
-
## Warning: Removed 15 rows containing missing values (geom_point).
-

-
if( save) {
-  ggsave(paste0(pathImages, "AA_ratio_scatterall", figureFormat), width=12, height=8, dpi = 300)
-}
-
## Warning: Removed 15 rows containing missing values (geom_point).
-
-
- - - - -
- - - - - - - - diff --git a/results/swissprot_pfam_domain_clustering.html b/results/swissprot_pfam_domain_clustering.html deleted file mode 100644 index 1fbf6b9..0000000 --- a/results/swissprot_pfam_domain_clustering.html +++ /dev/null @@ -1,2336 +0,0 @@ - - - - - - - - - - - - - -Clustering of Swissprots according to their PFAM domains - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
-

Housekeeping

-
##          used (Mb) gc trigger (Mb) max used (Mb)
-## Ncells 461460 24.7    1004631 53.7   627651 33.6
-## Vcells 941728  7.2    8388608 64.0  1752011 13.4
-
### get count data from each superkingdom of the top-entries of the other superkingdoms
-extend_top_hits <- function (top_bacteria, top_archaea, d_superkingdom){
-  # extend bacteria with entries which appear in top-archaea but not in top-bacteria.
-  pfam_bacteria <- top_bacteria
-  for (i in 1:nrow(top_archaea)){
-    # check for each row in top_archaea if not top_archaea$model[i] in top_bacteria$model[i]
-    if (!(top_archaea$model[i] %in% top_bacteria$model)){
-      # if not, then append the corresponding PFAM-entry of bacteria
-      pfam_bacteria <- rbind(pfam_bacteria, d_superkingdom[which(d_superkingdom$model == top_archaea$model[i] & d_superkingdom$Superkingdom == unique(top_bacteria$Superkingdom)),])
-    }
-  }
-  # pfam_bacteria
-  # top_archaea$PFAM_desc %in% top_bacteria$PFAM_desc
-  # top_archaea
-  # top_bacteria
-  
-  # Same as above but for vice versa
-  pfam_archaea <- top_archaea
-  for (i in 1:nrow(top_bacteria)){
-    if (!(top_bacteria$model[i] %in% top_archaea$model)){
-      pfam_archaea <- rbind(pfam_archaea, d_superkingdom[which(d_superkingdom$model == top_bacteria$model[i] & d_superkingdom$Superkingdom == unique(top_archaea$Superkingdom)),])
-    }
-  }
-  # pfam_archaea
-  # top_bacteria$PFAM_desc %in% top_archaea$PFAM_desc
-  # top_archaea
-  # top_bacteria
-  return(list(pfam_bacteria, pfam_archaea))
-}
-
-# Create a plotly plot from the usual plot. Save it with htmlwidget
-make_it_plotly <- function(df_spec){
-  require(plotly)
-  
-  # Text which is displayed in the text-box on hover over a data point
-  df_spec$textlabel <- paste("PFAM-Name: ", df_spec$PFAM_Name, "\n",
-                             "PFAM-Desc.: ", df_spec$PFAM_desc, "\n",
-                             "PFAM-Acce.: ", df_spec$model)
-  # # Pure plotly, no jitter
-  # p <- plot_ly(data = df_spec, x = ~Superkingdom, y = ~rank, color = ~PFAM_desc,
-  #              type = "scatter", mode = "marker", 
-  #              colors = morecolors, 
-  #              text = ~textlabel, hoverinfo = 'text') %>%
-  #   add_trace(y =~PFAM_desc, mode = "lines") %>%
-  #    layout(xaxis = list(side ="top"))
-  # htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_overall", ".html"))
-  
-  # Using ggplotly, with jitter
-  pd <- position_dodge(0.4)
-  p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc, text = textlabel))+
-    geom_point(position = pd)+
-    geom_line(aes(group = PFAM_desc), 
-              position = pd)+
-    scale_x_discrete(position = "top")+
-    scale_color_manual(values = morecolors2)+
-    labs(x = "Superkingdom",
-         y = "Rank of count",
-         color = "PFAM Family")+
-    theme(legend.position="right",
-          plot.margin = margin(l = 0, r=0))+
-    guides(color=guide_legend(nrow=20, byrow=TRUE))
-  p <- beautifier(p)
-  p <- ggplotly(p, tooltip = "text") %>%
-    layout(xaxis = list(side ="top",
-                        tickangle=45))
-  
-  # unload plotly, as they mask many objects
-  detach("package:plotly", unload = TRUE)
-  return(p)
-}
-
-
-

Data Loading

-
-
-

TR clustering of PFAM domains

-

-> see file pfam_clans_analysis.R

-

First some Background information on how the data was generated.

-
-

Annotation of Tandem Repeats regions

-

(from Msc-thesis of Paulina) First, tandem repeat motifs are either obtained from databases and/or detected with de novo algorithms. As a set for potential TR unit seeds one can use known tandem domains (Schaper et al., 2014). For example, the Pfam database provides many sequence profile hidden markov models (HMM) models of common protein domains (Punta et al., 2012). For repetitive DNA sequences Dfam can be used (Wheeler et al., 2013). Annotation using a known motif allows, for example, to study the evolution of a TR between sequence homologues or to check whether a known motif of a TR occurs in a sequence (Schaper et al., 2015). From the Pfam or Dfam domains, circular profile HMMs can be constructed, which, unlike standard HMMs, allow transitions between the last and the first match state. These circular connections in the HMM allow one TR unit to be appended directly to the next and any number of TR units to follow in succession. TRs corresponding to the entries in Pfam/Dfam can then be annotated using the Viterbi algorithm applied to the circular profiles HMM. The result of the Viterbi path is the path through the cpHMM which best describes the sequence and is interpreted as an emission instance of the model. The Viterbi path divides the sequence into the flanking sequence and the TR sequence. Then all TR-units are reconstructed, where TR unit breaks are inserted between the kth and k+1th consenus positions. k is chosen to minimize the distance between the break and the first consensus state and also the distance between the break and the last consensus state (Schaper et al., 2014).
-Since short or rare TRs are rather not available on the databases, TRs can also be predicted by de novo TR detections. For this purpose, TRAL integrates various external software. Due to the significant differences in the algorithms, and the often incoherent results of the individual TRDs, it makes sense to use the results of different TRDs together. TRAL therefore represents a meta-TRD to construct a set of TRs as complete as possible (Schaper et al., 2012). The following TRDs are currently integrated in TRAL: HHrepID (Biegert and S¨oding, 2008), Phobos (Mayer, 2006), TRED (Sokol et al., 2007), T-REKS (Jorda and Kajava, 2009), TRF (Benson, 1999), TRUST (Szklarczyk and Heringa, 2004), and XSTREAM (Newman and Cooper, 2007). An automatic sanity check discards detected TRs which were not part of the input sequence. From the de novo TRs, profile HMM can be created (e.g. with HMMER (Eddy, 1995)), which then can be further refined with circular profile HMMs. This is because a TRD may have found a TR correctly, but did not capture all its units or set the TR bounderies incorrectly (Schaper et al., 2015).

-
-
-

PFAM-family added

-

The protein sequences from swissrepeat were analysed for TR regions using HMMs from PFAM. If they were not available for certain proteins, other TR detectors were used.
-ASK PAULINA IF POSSIBLE. Or are all proteins analysed de-novo and with PFAM and then, after stat. sign. testing, the TR with the highest propbability was selected to be true?

-
unique(tr_all$TRD)
-
## [1] HHrepID XSTREAM PFAM    T-REKS 
-## Levels: HHrepID PFAM T-REKS XSTREAM
-

Namely, HHrepID, XSTREAM or T-REKS.

-
nrow(tr_all_sp_sub)/nrow(tr_all_sp)
-
## [1] 0.04630184
-

From all detected TRs in swissprot, 4.5% were retrieved with a PFAM model. (TODO: is this correctly (“retrieved”)?)
-Therefore only a small portion of all available proteins was possible to cluster into their protein families and clans.

-

For the following analysis, we considered only TRs in proteins which were associated with a PFAM model (PFAM-accession number) and only those that we could add their PFAM-name and description.

-
-
-
-

Distribution of PFAM domain annotations in the superkingdoms, kingdoms, and across mitochondiral and chloroplastic genes (~ Fig4. Marcotte et al.).

-

The TR were then summarized by their Superkingdom as well as for their Kingdom, their PFAM-Name, PFAM-description and if they have endosymbiotic origin.

-
# Summarize by Superkingdom
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model, is_chloroplastic, is_mitochondrial),
-          summarize,
-          count=length(ID))
-# d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-#           summarize, 
-#           count=length(ID))
-
-# Summarize by Kingdom
-d_kingdom = ddply(tr_all_sp_sub, .(Superkingdom, Kingdom, PFAM_Name, PFAM_desc, model, is_chloroplastic, is_mitochondrial), 
-          summarize, 
-          count=length(ID)) 
-
-# Select Top-10 hits
-TOP <- 10
-
-# d_tabled <- as.data.frame(table(d$PFAM_desc))
-# d_tabled[order(d_tabled$Freq, decreasing = TRUE)[1:TOP],]
-

We clearly see, that the most TRs associated with a PFAM-model were found in eukaryotes followed by bacteria, archaea and viruses.
-Since many model organisms are from bacterial or eukaryotic origin, we assume that there might be a bias because of better curation and more entries in the databases for such organisms.
-For this reasons, after we counted the TRs (associated with a PFAM-model) grouped by the above mentioned factors and ordered them in decreasing order. From those, the top 10 were selected and ranked. This allows the comparison of the amount of TRs across the superkingdoms on the same scale.

-
-

Top-10 Bacterial PFAM-Families

-
top_bacteria = subset(d_superkingdom, Superkingdom=="Bacteria")
-(top_bacteria <- top_bacteria[order(top_bacteria$count,decreasing=T)[1:TOP],])
-
##     Superkingdom       PFAM_Name
-## 70      Bacteria         Hexapep
-## 448     Bacteria            MraZ
-## 107     Bacteria    Ribosomal_L6
-## 814     Bacteria    NTP_transf_3
-## 880     Bacteria       Hexapep_2
-## 657     Bacteria            PD40
-## 864     Bacteria Acetyltransf_11
-## 559     Bacteria            LpxD
-## 548     Bacteria          TolB_N
-## 541     Bacteria   DNA_gyraseA_C
-##                                                            PFAM_desc
-## 70                   Bacterial transferase hexapeptide (six repeats)
-## 448                            MraZ protein, putative antitoxin-like
-## 107                                             Ribosomal protein L6
-## 814                                 MobA-like NTP transferase domain
-## 880                       Hexapeptide repeat of succinyl-transferase
-## 657                                  WD40-like Beta Propeller Repeat
-## 864              Udp N-acetylglucosamine O-acyltransferase; Domain 2
-## 559 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, LpxD
-## 548                                       TolB amino-terminal domain
-## 541                     DNA gyrase C-terminal domain, beta-propeller
-##       model is_chloroplastic is_mitochondrial count
-## 70  PF00132            FALSE            FALSE   928
-## 448 PF02381            FALSE            FALSE   320
-## 107 PF00347            FALSE            FALSE   317
-## 814 PF12804            FALSE            FALSE   244
-## 880 PF14602            FALSE            FALSE   223
-## 657 PF07676            FALSE            FALSE   164
-## 864 PF13720            FALSE            FALSE   158
-## 559 PF04613            FALSE            FALSE   127
-## 548 PF04052            FALSE            FALSE   115
-## 541 PF03989            FALSE            FALSE   100
-
    -
  1. Bacterial transferase hexapeptide (six repeats) (similar to Hexapeptide repeat of succinyl-transferase)
    -A variety of bacterial transferases contain a repeat structure composed of tandem repeats of a [LIV]-G-X(4) hexapeptide, which, in the tertiary structure of LpxA (UDP N-acetylglucosamine acyltransferase) [PUBMED:7481807], has been shown to form a left-handed parallel beta helix. A number of different transferase protein families contain this repeat, such as
    -galactoside acetyltransferase-like proteins [PUBMED:11937062]: The galactoside acetyltransferase (thiogalactoside transacetylase) of Escherichia coli (GAT, LacA, EC 2.3.1.18) is a gene product of the classical lac operon. GAT may assist cellular detoxification by acetylating nonmetabolizable pyranosides, thereby preventing their reentry into the cell.
    -the gamma-class of carbonic anhydrases [PUBMED:10924115]: Carbonic anhydrases (CA: EC:4.2.1.1) are zinc metalloenzymes which catalyse the reversible hydration of carbon dioxide to bicarbonate [PMID: 18336305, PMID: 10978542].
    -and tetrahydrodipicolinate-N-succinlytransferases (DapD) the latter containing an extra N-terminal 3-helical domain [PUBMED:11910040]: Tetrahydrodipicolinate N-succinyltransferase (DapD) catalyzes the succinyl-CoA-dependent acylation of L-2-amino-6-oxopimelate to 2-N-succinyl-6-oxopimelate as part of the succinylase branch of the meso-diaminopimelate/lysine biosynthetic pathway of bacteria, blue-green algae, and plants. This pathway provides meso-diaminopimelate as a building block for cell wall peptidoglycan in most bacteria, and is regarded as a target pathway for antibacterial agents.
    -
  2. -
  3. MraZ protein, putative antitoxin-like
    -This small 70 amino acid domain is found duplicated in a family of bacterial proteins. These proteins may be DNA-binding transcription factors (Pers. comm. A Andreeva & A Murzin). It is likely, due to the similarity of fold, that this family acts as a bacterial antitoxin like the MazE antitoxin family.
    -
  4. -
  5. Ribosomal protein L6
    -Ribosomes are the particles that catalyse mRNA-directed protein synthesis in all organisms. The codons of the mRNA are exposed on the ribosome to allow tRNA binding. This leads to the incorporation of amino acids into the growing polypeptide chain in accordance with the genetic information. Incoming amino acid monomers enter the ribosomal A site in the form of aminoacyl-tRNAs complexed with elongation factor Tu (EF-Tu) and GTP. The growing polypeptide chain, situated in the P site as peptidyl-tRNA, is then transferred to aminoacyl-tRNA and the new peptidyl-tRNA, extended by one residue, is translocated to the P site with the aid the elongation factor G (EF-G) and GTP as the deacylated tRNA is released from the ribosome through one or more exit sites [PUBMED:11297922, PUBMED:11290319]. About 2/3 of the mass of the ribosome consists of RNA and 1/3 of protein. The proteins are named in accordance with the subunit of the ribosome which they belong to - the small (S1 to S31) and the large (L1 to L44). Usually they decorate the rRNA cores of the subunits. Many ribosomal proteins, particularly those of the large subunit, are composed of a globular, surfaced-exposed domain with long finger-like projections that extend into the rRNA core to stabilise its structure. Most of the proteins interact with multiple RNA elements, often from different domains. In the large subunit, about 1/3 of the 23S rRNA nucleotides are at least in van der Waal’s contact with protein, and L22 interacts with all six domains of the 23S rRNA. Proteins S4 and S7, which initiate assembly of the 16S rRNA, are located at junctions of five and four RNA helices, respectively. In this way proteins serve to organise and stabilise the rRNA tertiary structure. While the crucial activities of decoding and peptide transfer are RNA based, proteins play an active role in functions that may have evolved to streamline the process of protein synthesis. In addition to their function in the ribosome, many ribosomal proteins have some function ‘outside’ the ribosome [PUBMED:11290319, PUBMED:11114498].
    -L6 is a protein from the large (50S) subunit. In Escherichia coli, it is located in the aminoacyl-tRNA binding site of the peptidyltransferase centre, and is known to bind directly to 23S rRNA. It belongs to a family of ribosomal proteins, including L6 from bacteria, cyanelles (structures that perform similar functions to chloroplasts, but have structural and biochemical characteristics of Cyanobacteria) and mitochondria; and L9 from mammals, Drosophila, plants and yeast. L6 contains two domains with almost identical folds, suggesting that is was derived by the duplication of an ancient RNA-binding protein gene. Analysis reveals several sites on the protein surface where interactions with other ribosome components may occur, the N terminus being involved in protein-protein interactions and the C terminus containing possible RNA-binding sites [PUBMED:8262035]. This entry represents the alpha-beta domain found duplicated in ribosomal L6 proteins. This domain consists of two beta-sheets and one alpha-helix packed around single core [PUBMED:8262035].
    -
  6. -
  7. MobA-like NTP transferase domain
    -This family includes the MobA protein (Molybdopterin-guanine dinucleotide biosynthesis protein A). The family also includes a wide range of other NTP transferase domain: The biosynthesis of disaccharides, oligosaccharides and polysaccharides involves the action of hundreds of different glycosyltransferases. These enzymes catalyse the transfer of sugar moieties from activated donor molecules to specific acceptor molecules, forming glycosidic bonds. A classification of glycosyltransferases using nucleotide diphospho-sugar, nucleotide monophospho-sugar and sugar phosphates (EC:2.4.1.-) and related proteins into distinct sequence based families has been described [PMID: 9334165].
    -
  8. -
  9. Hexapeptide repeat of succinyl-transferase (similar to Bacterial transferase hexapeptide (six repeats))
    -A variety of bacterial transferases contain a repeat structure composed of tandem repeats of a [LIV]-G-X(4) hexapeptide, which, in the tertiary structure of LpxA (UDP N-acetylglucosamine acyltransferase) [PUBMED:7481807], has been shown to form a left-handed parallel beta helix. LpxA is the first enzyme in the lipid A biosynthetic pathway and is a target for the design of antibiotics. A number of different transferase protein families contain this repeat, such as:
    -galactoside acetyltransferase-like proteins [PUBMED:11937062] of Escherichia coli (GAT, LacA, EC 2.3.1.18) is a gene product of the classical lac operon. GAT may assist cellular detoxification by acetylating nonmetabolizable pyranosides, thereby preventing their reentry into the cell.
    -gamma-class of carbonic anhydrases [PUBMED:10924115] arbonic anhydrases (CA: EC:4.2.1.1) are zinc metalloenzymes which catalyse the reversible hydration of carbon dioxide to bicarbonate [PMID: 18336305, PMID: 10978542].
    -tetrahydrodipicolinate-N-succinlytransferases (DapD), the latter containing an extra N-terminal 3-helical domain [PUBMED:11910040]: Tetrahydrodipicolinate N-succinyltransferase (DapD) catalyzes the succinyl-CoA-dependent acylation of L-2-amino-6-oxopimelate to 2-N-succinyl-6-oxopimelate as part of the succinylase branch of the meso-diaminopimelate/lysine biosynthetic pathway of bacteria, blue-green algae, and plants. This pathway provides meso-diaminopimelate as a building block for cell wall peptidoglycan in most bacteria, and is regarded as a target pathway for antibacterial agents.
    -
  10. -
  11. WD40-like Beta Propeller Repeat
    -WD-40 repeats (also known as WD or beta-transducin repeats) are short ~40 amino acid motifs, often terminating in a Trp-Asp (W-D) dipeptide. WD40 repeats usually assume a 7-8 bladed beta-propeller fold, but proteins have been found with 4 to 16 repeated units, which also form a circularised beta-propeller structure. WD-repeat proteins are a large family found in all eukaryotes and are implicated in a variety of functions ranging from signal transduction and transcription regulation to cell cycle control and apoptosis. Repeated WD40 motifs act as a site for protein-protein interaction, and proteins containing WD40 repeats are known to serve as platforms for the assembly of protein complexes or mediators of transient interplay among other proteins. The specificity of the proteins is determined by the sequences outside the repeats themselves. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase [PUBMED:11814058, PUBMED:10322433]. In Arabidopsis spp., several WD40-containing proteins act as key regulators of plant-specific developmental events. This region appears to be related to the INTERPRO repeat. This model is likely to miss copies within a sequence.
    -One group of WD40 repeats is involved in RNA-processing complexes, some members forming part of snRNP particles6. Another group makes up parts of transcriptional regulators, including the TFIID subunit of the TATA-box-binding complex7, 8, 9. Others play roles in cytoskeleton assembly and mitotic-spindle formation10, 11, regulate vesicle formation and vesicular trafficking12, control various aspects of cell division13 or regulate sulfur metabolism in fungi14.
    -
  12. -
  13. Udp N-acetylglucosamine O-acyltransferase; Domain 2
    -This is the C-terminal domain of UDP N-acetylglucosamine O-acyltransferase. This enzyme is a zinc-dependent enzyme that catalyses the deacetylation of UDP-3-O-((R)-3-hydroxymyristoyl)-N-acetylglucosamine to form UDP-3-O-(R-hydroxymyristoyl)glucosamine and acetate [PUBMED:15705580].
    -UDP is an important factor in glycogenesis. Before glucose can be stored as glycogen in the liver and muscles, the enzyme UDP-glucose pyrophosphorylase forms a UDP-glucose unit by combining glucose 1-phosphate with uridine triphosphate, cleaving a pyrophosphate ion in the process. Then, the enzyme glycogen synthase combines UDP-glucose units to form a glycogen chain. The UDP molecule is cleaved from the glucose ring during this process and can be reused by UDP-glucose pyrophosphorylase.[1][2]
    -
  14. -
  15. UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, LpxD
    -UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase (EC 2.3.1.-) catalyses an early step in lipid A biosynthesis: UDP-3-O-(3-hydroxytetradecanoyl)glucosamine + (R)-3-hydroxytetradecanoyl- [acyl carrier protein] -> UDP-2,3-bis(3-hydroxytetradecanoyl)glucosamine + [acyl carrier protein] [1]. Members of this family also contain a hexapeptide repeat (PF00132). This family constitutes the non-repeating region of LPXD proteins.
    -
  16. -
  17. TolB amino-terminal domain
    -TolB is a periplasmic protein from Escherichia coli that is part of the Tol-dependent translocation system involving group A and E colicins that is used to penetrate and kill cells [PUBMED:10545334, PUBMED:10673426]. TolB is required for lethal infection by Salmonella typhimurium in mice. Colicins are released into the environment to reduce competition from other bacterial strains. Colicins bind to outer membrane receptors, using them to translocate to the cytoplasm or cytoplasmic membrane, where they exert their cytotoxic effect, including depolarisation of the cytoplasmic membrane, DNase activity, RNase activity, or inhibition of murein synthesis.
    -TolB has two domains, an alpha-helical N-terminal domain that shares structural similarity with the C-terminal domain of transfer RNA ligases, and a beta-propeller C-terminal domain (INTERPRO) that shares structural similarity with numerous members of the prolyl oligopeptidase family and, to a lesser extent, to class B metallo-beta-lactamases [PUBMED:10545334]. The function of the N-terminal domain is uncertain.
    -The Tol-Pal complex of Escherichia coli is composed of five proteins that interact in the cell envelope. The TolA, TolQ, and TolR cytoplasmic membrane proteins interact with each other through their transmembrane segments (23, 35). The outer membrane-anchored Pal lipoprotein interacts with the periplasmic TolB protein (8). A link between inner and outer membranes is mediated by the interaction of the TolA C-terminal domain with Pal and TolB.
    -
  18. -
  19. DNA gyrase C-terminal domain, beta-propeller
    -This repeat is found as 6 tandem copies at the C-termini of GyrA and ParC DNA gyrases. It is predicted to form 4 beta strands and to probably form a beta-propeller structure [PUBMED:11948780]. This region has been shown to bind DNA non-specifically and may stabilise the DNA-topoisomerase complex [PUBMED:1657531].
    -DNA gyrase, or simply gyrase, is an enzyme within the class of topoisomerase and is a subclass of Type II topoisomerases[1] that reduces topological strain in an ATP dependent manner while double-stranded DNA is being unwound by elongating RNA-polymerase [2] or by helicase in front of the progressing replication fork.
  20. -
-

SUMMARY:
-The bacterial TR regions with annotated protein families, seem to belong to proteins most likely beeing unique or very distinct to bacterias.

-
-
-

Top-10 Archaeal PFAM-Families

-
top_archaea = subset(d_superkingdom, Superkingdom=="Archaea")
-(top_archaea <- top_archaea[order(top_archaea$count,decreasing=T)[1:TOP],])
-
##     Superkingdom     PFAM_Name
-## 117      Archaea         TFIIB
-## 182      Archaea           CBS
-## 26       Archaea          Fer4
-## 816      Archaea        Fer4_7
-## 878      Archaea   LAGLIDADG_3
-## 72       Archaea       Hexapep
-## 700      Archaea  TF_Zn_Ribbon
-## 106      Archaea  Ribosomal_L6
-## 553      Archaea Rad50_zn_hook
-## 846      Archaea       Fer4_10
-##                                           PFAM_desc   model
-## 117               Transcription factor TFIIB repeat PF00382
-## 182                                      CBS domain PF00571
-## 26                            4Fe-4S binding domain PF00037
-## 816                         4Fe-4S dicluster domain PF12838
-## 878                           LAGLIDADG-like domain PF14528
-## 72  Bacterial transferase hexapeptide (six repeats) PF00132
-## 700                              TFIIB zinc-binding PF08271
-## 106                            Ribosomal protein L6 PF00347
-## 553                           Rad50 zinc hook motif PF04423
-## 846                         4Fe-4S dicluster domain PF13237
-##     is_chloroplastic is_mitochondrial count
-## 117            FALSE            FALSE    35
-## 182            FALSE            FALSE    22
-## 26             FALSE            FALSE    16
-## 816            FALSE            FALSE    13
-## 878            FALSE            FALSE    11
-## 72             FALSE            FALSE     9
-## 700            FALSE            FALSE     9
-## 106            FALSE            FALSE     7
-## 553            FALSE            FALSE     7
-## 846            FALSE            FALSE     7
-
(top_prokaryota <- rbind(top_archaea, top_bacteria))
-
##     Superkingdom       PFAM_Name
-## 117      Archaea           TFIIB
-## 182      Archaea             CBS
-## 26       Archaea            Fer4
-## 816      Archaea          Fer4_7
-## 878      Archaea     LAGLIDADG_3
-## 72       Archaea         Hexapep
-## 700      Archaea    TF_Zn_Ribbon
-## 106      Archaea    Ribosomal_L6
-## 553      Archaea   Rad50_zn_hook
-## 846      Archaea         Fer4_10
-## 70      Bacteria         Hexapep
-## 448     Bacteria            MraZ
-## 107     Bacteria    Ribosomal_L6
-## 814     Bacteria    NTP_transf_3
-## 880     Bacteria       Hexapep_2
-## 657     Bacteria            PD40
-## 864     Bacteria Acetyltransf_11
-## 559     Bacteria            LpxD
-## 548     Bacteria          TolB_N
-## 541     Bacteria   DNA_gyraseA_C
-##                                                            PFAM_desc
-## 117                                Transcription factor TFIIB repeat
-## 182                                                       CBS domain
-## 26                                             4Fe-4S binding domain
-## 816                                          4Fe-4S dicluster domain
-## 878                                            LAGLIDADG-like domain
-## 72                   Bacterial transferase hexapeptide (six repeats)
-## 700                                               TFIIB zinc-binding
-## 106                                             Ribosomal protein L6
-## 553                                            Rad50 zinc hook motif
-## 846                                          4Fe-4S dicluster domain
-## 70                   Bacterial transferase hexapeptide (six repeats)
-## 448                            MraZ protein, putative antitoxin-like
-## 107                                             Ribosomal protein L6
-## 814                                 MobA-like NTP transferase domain
-## 880                       Hexapeptide repeat of succinyl-transferase
-## 657                                  WD40-like Beta Propeller Repeat
-## 864              Udp N-acetylglucosamine O-acyltransferase; Domain 2
-## 559 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, LpxD
-## 548                                       TolB amino-terminal domain
-## 541                     DNA gyrase C-terminal domain, beta-propeller
-##       model is_chloroplastic is_mitochondrial count
-## 117 PF00382            FALSE            FALSE    35
-## 182 PF00571            FALSE            FALSE    22
-## 26  PF00037            FALSE            FALSE    16
-## 816 PF12838            FALSE            FALSE    13
-## 878 PF14528            FALSE            FALSE    11
-## 72  PF00132            FALSE            FALSE     9
-## 700 PF08271            FALSE            FALSE     9
-## 106 PF00347            FALSE            FALSE     7
-## 553 PF04423            FALSE            FALSE     7
-## 846 PF13237            FALSE            FALSE     7
-## 70  PF00132            FALSE            FALSE   928
-## 448 PF02381            FALSE            FALSE   320
-## 107 PF00347            FALSE            FALSE   317
-## 814 PF12804            FALSE            FALSE   244
-## 880 PF14602            FALSE            FALSE   223
-## 657 PF07676            FALSE            FALSE   164
-## 864 PF13720            FALSE            FALSE   158
-## 559 PF04613            FALSE            FALSE   127
-## 548 PF04052            FALSE            FALSE   115
-## 541 PF03989            FALSE            FALSE   100
-
    -
  1. Transcription factor TFIIB repeat
    -In eukaryotes, transcription initiation of all protein encoding genes involves the polymerase II system. This sytem is modulated by both general and specific transcription factors. The general factors (which include TFIIA, TFIIB, TFIID, TFIIE, TFIIF, TFIIG and TFIIH) operate through common promoter elements, such as the TATA box. Transcription factor IIB (TFIIB) is of central importance in transcription of class II genes. It associates with TFIID-TFIIA bound to DNA (the DA complex) to form a ternary TFIID-IIA-IBB (DAB) complex, which is recognised by RNA polymerase II [PUBMED:1876184, PUBMED:1949150]. TFIIB comprises ~315-340 residues and contains an imperfect C-terminal repeat of a 75-residue domain that may contribute to the symmetry of the folded protein. The basal archaeal transcription machinery resembles that of the eukaryotic polymerase II system and includes a homologue of TFIIB [PUBMED:7597027].
    -This entry represents a cyclin-like domain which is found repeated in the C-terminal region of a variety of eukaryotic TFIIB’s and their archaeal counterparts. These domains individually form the typical cyclin fold, and in the transcription complex they straddle the C-terminal region of the TATA-binding protein - an interaction essential for the formation of the transcription initiation complex [PUBMED:9177165, PUBMED:10619841].
    -
  2. -
  3. CBS domain
    -In molecular biology, the CBS domain is a protein domain found in a range of proteins in all species from bacteria to humans. It was first identified as a conserved sequence region in 1997 and named after cystathionine beta synthase, one of the proteins it is found in.[2] CBS domains are also found in a wide variety of other proteins such as inosine monophosphate dehydrogenase,[3] voltage gated chloride channels[4][5][6][7][8] and AMP-activated protein kinase (AMPK).[9][10] CBS domains regulate the activity of associated enzymatic and transporter domains in response to binding molecules with adenosyl groups such as AMP and ATP, or s-adenosylmethionine.[11]
    -Mutations in some human CBS domain-containing proteins leads to genetic diseases.[3] For example, mutations in the cystathionine-beta-synthase protein lead to an inherited disorder of the metabolism called homocystinuria (OMIM: 236200).[29] Mutations in the gamma subunit of the AMPK enzyme have been shown to lead to familial hypertrophic cardiomyopathy with Wolff-Parkinson-White syndrome (OMIM: 600858). Mutations in the CBS domains of the IMPDH enzyme lead to the eye condition retinitis pigmentosa (OMIM: 180105). Humans have a number of voltage-gated chloride channel genes, and mutations in the CBS domains of several of these have been identified as the cause of genetic diseases. Mutations in CLCN1 lead to myotonia (OMIM: 160800),[30] mutations in CLCN2 can lead to idiopathic generalised epilepsy (OMIM: 600699), mutations in CLCN5 can lead to Dent’s disease (OMIM: 300009), mutations in CLCN7 can lead to osteopetrosis (OMIM: 259700),[31] and mutations in CLCNKB can lead to Bartter syndrome (OMIM: 241200).
    -
  4. -
  5. 4Fe-4S binding domain
    -Ferredoxins are a group of iron-sulphur proteins which mediate electron transfer in a wide variety of metabolic reactions. Ferredoxins can be divided into several subgroups depending upon the physiological nature of the iron-sulphur cluster(s). One of these subgroups are the 4Fe-4S ferredoxins, which are found in bacteria and which are thus often referred as ‘bacterial-type’ ferredoxins. The structure of these proteins [PUBMED:3129571] consists of the duplication of a domain of twenty six amino acid residues; each of these domains contains four cysteine residues that bind to a 4Fe-4S centre. Several structures of the 4Fe-4S ferredoxin domain have been determined [PUBMED:7966291]. The clusters consist of two interleaved 4Fe- and 4S-tetrahedra forming a cubane-like structure, in such a way that the four iron occupy the eight corners of a distorted cube. Each 4Fe-4S is attached to the polypeptide chain by four covalent Fe-S bonds involving cysteine residues. A number of proteins have been found [PUBMED:2185975] that include one or more 4Fe-4S binding domains similar to those of bacterial-type ferredoxins. The pattern of cysteine residues in the iron-sulphur region is sufficient to detect this class of 4Fe-4S binding proteins. This entry represents the whole domain. Note:In some bacterial ferredoxins, one of the two duplicated domains has lost one or more of the four conserved cysteines. The consequence of such variations is that these domains have either lost their iron-sulphur binding property or bind to a 3Fe-3S centre instead of a 4Fe-4S centre.
    -
  6. -
  7. 4Fe-4S dicluster domain
    -Ferredoxins are a group of iron-sulphur proteins which mediate electron transfer in a wide variety of metabolic reactions. Ferredoxins can be divided into several subgroups depending upon the physiological nature of the iron-sulphur cluster(s). One of these subgroups are the 4Fe-4S ferredoxins, which are found in bacteria and which are thus often referred as ‘bacterial-type’ ferredoxins. The structure of these proteins [PUBMED:3129571] consists of the duplication of a domain of twenty six amino acid residues; each of these domains contains four cysteine residues that bind to a 4Fe-4S centre. Several structures of the 4Fe-4S ferredoxin domain have been determined [PUBMED:7966291]. The clusters consist of two interleaved 4Fe- and 4S-tetrahedra forming a cubane-like structure, in such a way that the four iron occupy the eight corners of a distorted cube. Each 4Fe-4S is attached to the polypeptide chain by four covalent Fe-S bonds involving cysteine residues. A number of proteins have been found [PUBMED:2185975] that include one or more 4Fe-4S binding domains similar to those of bacterial-type ferredoxins. The pattern of cysteine residues in the iron-sulphur region is sufficient to detect this class of 4Fe-4S binding proteins. This entry represents the whole domain. Note:In some bacterial ferredoxins, one of the two duplicated domains has lost one or more of the four conserved cysteines. The consequence of such variations is that these domains have either lost their iron-sulphur binding property or bind to a 3Fe-3S centre instead of a 4Fe-4S centre.
    -
  8. -
  9. LAGLIDADG-like domain
    -Homing endonucleases (HEnases) form a large and highly diverse class of proteins encoded by introns and inteins that confer mobility to their host genetic elements. LAGLIDADG HEnases are structured into two tandemly repeated homing endonuclease-like domains [PUBMED:17603302, PUBMED:8918801]. This entry represents the homing endonuclease LAGLIDADG domain [PUBMED:9358175]. These endonucleases have been shown to occur in different environments: LAGLIDADG endonucleases are found in inteins, archaeal and group I introns and as free standing open reading frames (ORFs); HNH endonucleases occur in group I and group II introns and as ORFs. hylogenetic analysis of the two families indicates a lack of exchange of endonucleases between different mobile elements (environments) and between hosts from different phylogenetic kingdoms. However, there does appear to have been considerable exchange of endonuclease domains amongst elements of the same type. Such events are suggested to be important for the formation of elements of new specficity [PMID: 9358175]. These fast evolving enzymes catalyze site specific, double-stranded breaks in intron/intein-less alleles. In the strand exchange during the repair process, the intron/intein encoding homing endonuclease is incorporated into the previously intron/intein-free allele, thus promoting the survival of this selfish genetic element.2 Homing endonucleases can be divided into several distinct groups; including LAGLIDADG, GIY-YIG, HNH and His-Cys box families.3 LAGLIDADG HEnases are one of the largest families of homing enzymes present in all kingdoms of life.1 A reason behind the wide distribution of LAGLIDADG HEnases is their apparent ability to invade unrelated types of intervening sequences such as group I introns, archeal introns and inteins.
    -
  10. -
  11. Bacterial transferase hexapeptide (six repeats)
    -A variety of bacterial transferases contain a repeat structure composed of tandem repeats of a [LIV]-G-X(4) hexapeptide, which, in the tertiary structure of LpxA (UDP N-acetylglucosamine acyltransferase) [PUBMED:7481807], has been shown to form a left-handed parallel beta helix. A number of different transferase protein families contain this repeat, such as
    -galactoside acetyltransferase-like proteins [PUBMED:11937062]: The galactoside acetyltransferase (thiogalactoside transacetylase) of Escherichia coli (GAT, LacA, EC 2.3.1.18) is a gene product of the classical lac operon. GAT may assist cellular detoxification by acetylating nonmetabolizable pyranosides, thereby preventing their reentry into the cell.
    -the gamma-class of carbonic anhydrases [PUBMED:10924115]: Carbonic anhydrases (CA: EC:4.2.1.1) are zinc metalloenzymes which catalyse the reversible hydration of carbon dioxide to bicarbonate [PMID: 18336305, PMID: 10978542].
    -and tetrahydrodipicolinate-N-succinlytransferases (DapD) the latter containing an extra N-terminal 3-helical domain [PUBMED:11910040]: Tetrahydrodipicolinate N-succinyltransferase (DapD) catalyzes the succinyl-CoA-dependent acylation of L-2-amino-6-oxopimelate to 2-N-succinyl-6-oxopimelate as part of the succinylase branch of the meso-diaminopimelate/lysine biosynthetic pathway of bacteria, blue-green algae, and plants. This pathway provides meso-diaminopimelate as a building block for cell wall peptidoglycan in most bacteria, and is regarded as a target pathway for antibacterial agents.
  12. -
  13. TFIIB zinc-binding
    -The transcription factor TFIIB contains a zinc-binding motif near the N-terminus. This domain is involved in the interaction with RNA pol II and TFIIF and plays a crucial role in selecting the transcription initiation site. The domain adopts a zinc ribbon like structure [1].
    -
  14. -
  15. 4Fe-4S dicluster domain
    -This family includes proteins containing domains which bind to iron-sulfur clusters. Members include bacterial ferredoxins, various dehydrogenases, and various reductases. The structure of the domain is an alpha-antiparallel beta sandwich.
    -Ferredoxins are a group of iron-sulphur proteins which mediate electron transfer in a wide variety of metabolic reactions. Ferredoxins can be divided into several subgroups depending upon the physiological nature of the iron-sulphur cluster(s). One of these subgroups are the 4Fe-4S ferredoxins, which are found in bacteria and which are thus often referred as ‘bacterial-type’ ferredoxins. The structure of these proteins [PUBMED:3129571] consists of the duplication of a domain of twenty six amino acid residues; each of these domains contains four cysteine residues that bind to a 4Fe-4S centre. Several structures of the 4Fe-4S ferredoxin domain have been determined [PUBMED:7966291]. The clusters consist of two interleaved 4Fe- and 4S-tetrahedra forming a cubane-like structure, in such a way that the four iron occupy the eight corners of a distorted cube. Each 4Fe-4S is attached to the polypeptide chain by four covalent Fe-S bonds involving cysteine residues. A number of proteins have been found [PUBMED:2185975] that include one or more 4Fe-4S binding domains similar to those of bacterial-type ferredoxins. The pattern of cysteine residues in the iron-sulphur region is sufficient to detect this class of 4Fe-4S binding proteins. This entry represents the whole domain. Note:In some bacterial ferredoxins, one of the two duplicated domains has lost one or more of the four conserved cysteines. The consequence of such variations is that these domains have either lost their iron-sulphur binding property or bind to a 3Fe-3S centre instead of a 4Fe-4S centre.
    -
  16. -
  17. Rad50 zinc hook motif
    -The Mre11 complex (Mre11 Rad50 Nbs1) is central to chromosomal maintenance and functions in homologous recombination, telomere maintenance and sister chromatid association. The Rad50 coiled-coil region contains a dimer interface at the apex of the coiled coils in which pairs of conserved Cys-X-X-Cys motifs form interlocking hooks that bind one Zn ion. This alignment includes the zinc hook motif and a short stretch of coiled-coil on either side.
    -
  18. -
  19. Ribosomal protein L6
    -Ribosomes are the particles that catalyse mRNA-directed protein synthesis in all organisms. The codons of the mRNA are exposed on the ribosome to allow tRNA binding. This leads to the incorporation of amino acids into the growing polypeptide chain in accordance with the genetic information. Incoming amino acid monomers enter the ribosomal A site in the form of aminoacyl-tRNAs complexed with elongation factor Tu (EF-Tu) and GTP. The growing polypeptide chain, situated in the P site as peptidyl-tRNA, is then transferred to aminoacyl-tRNA and the new peptidyl-tRNA, extended by one residue, is translocated to the P site with the aid the elongation factor G (EF-G) and GTP as the deacylated tRNA is released from the ribosome through one or more exit sites [PUBMED:11297922, PUBMED:11290319]. About 2/3 of the mass of the ribosome consists of RNA and 1/3 of protein. The proteins are named in accordance with the subunit of the ribosome which they belong to - the small (S1 to S31) and the large (L1 to L44). Usually they decorate the rRNA cores of the subunits. Many ribosomal proteins, particularly those of the large subunit, are composed of a globular, surfaced-exposed domain with long finger-like projections that extend into the rRNA core to stabilise its structure. Most of the proteins interact with multiple RNA elements, often from different domains. In the large subunit, about 1/3 of the 23S rRNA nucleotides are at least in van der Waal’s contact with protein, and L22 interacts with all six domains of the 23S rRNA. Proteins S4 and S7, which initiate assembly of the 16S rRNA, are located at junctions of five and four RNA helices, respectively. In this way proteins serve to organise and stabilise the rRNA tertiary structure. While the crucial activities of decoding and peptide transfer are RNA based, proteins play an active role in functions that may have evolved to streamline the process of protein synthesis. In addition to their function in the ribosome, many ribosomal proteins have some function ‘outside’ the ribosome [PUBMED:11290319, PUBMED:11114498].
    -L6 is a protein from the large (50S) subunit. In Escherichia coli, it is located in the aminoacyl-tRNA binding site of the peptidyltransferase centre, and is known to bind directly to 23S rRNA. It belongs to a family of ribosomal proteins, including L6 from bacteria, cyanelles (structures that perform similar functions to chloroplasts, but have structural and biochemical characteristics of Cyanobacteria) and mitochondria; and L9 from mammals, Drosophila, plants and yeast. L6 contains two domains with almost identical folds, suggesting that is was derived by the duplication of an ancient RNA-binding protein gene. Analysis reveals several sites on the protein surface where interactions with other ribosome components may occur, the N terminus being involved in protein-protein interactions and the C terminus containing possible RNA-binding sites [PUBMED:8262035]. This entry represents the alpha-beta domain found duplicated in ribosomal L6 proteins. This domain consists of two beta-sheets and one alpha-helix packed around single core [PUBMED:8262035].
  20. -
-

SUMMARY:
-Many proteins which are part of the reproductive system and of housekeeping such as transcription.

-
-
-

Top-10 Viral PFAM-Families

-
top_virus = subset(d_superkingdom, Superkingdom=="Viruses")
-(top_virus <- top_virus[order(top_virus$count,decreasing=T)[1:TOP],])
-
##     Superkingdom   PFAM_Name
-## 62       Viruses     zf-CCHC
-## 168      Viruses     Gag_p17
-## 49       Viruses         RVP
-## 16       Viruses         Ank
-## 169      Viruses  Adeno_knob
-## 193      Viruses Adeno_shaft
-## 229      Viruses         rve
-## 221      Viruses         BTB
-## 46       Viruses     RNase_H
-## 51       Viruses       Sushi
-##                                          PFAM_desc   model
-## 62                                    Zinc knuckle PF00098
-## 168          gag gene protein p17 (matrix protein) PF00540
-## 49                    Retroviral aspartyl protease PF00077
-## 16                                  Ankyrin repeat PF00023
-## 169         Adenoviral fibre protein (knob domain) PF00541
-## 193 Adenoviral fibre protein (repeat/shaft region) PF00608
-## 229                          Integrase core domain PF00665
-## 221                                 BTB/POZ domain PF00651
-## 46                                         RNase H PF00075
-## 51                       Sushi repeat (SCR repeat) PF00084
-##     is_chloroplastic is_mitochondrial count
-## 62             FALSE            FALSE    56
-## 168            FALSE            FALSE    37
-## 49             FALSE            FALSE    13
-## 16             FALSE            FALSE    11
-## 169            FALSE            FALSE    11
-## 193            FALSE            FALSE    11
-## 229            FALSE            FALSE    11
-## 221            FALSE            FALSE    10
-## 46             FALSE            FALSE     9
-## 51             FALSE            FALSE     9
-
    -
  1. Zinc knuckle
    -The zinc knuckle is a zinc binding motif composed of the the following CX2CX4HX4C where X can be any amino acid. The motifs are mostly from retroviral gag proteins (nucleocapsid). Prototype structure is from HIV. Also contains members involved in eukaryotic gene regulation, such as C. elegans GLH-1 (RNA Helicase, regulate the formation of the granular structure of P-granules in embryos). Structure is an 18-residue zinc finger.
    -
  2. -
  3. gag gene protein p17 (matrix protein)
    -Retroviral matrix proteins (or major core proteins) are components of envelope-associated capsids, which line the inner surface of virus envelopes and are associated with viral membranes [PUBMED:9657938]. Matrix proteins are produced as part of Gag precursor polyproteins. During viral maturation, the Gag polyprotein is cleaved into major structural proteins by the viral protease, yielding the matrix (MA), capsid (CA), nucleocapsid (NC), and some smaller peptides. Gag-derived proteins govern the entire assembly and release of the virus particles, with matrix proteins playing key roles in Gag stability, capsid assembly, transport and budding. Although matrix proteins from different retroviruses appear to perform similar functions and can have similar structural folds, their primary sequences can be very different. This entry represents matrix proteins from immunodeficiency lentiviruses, such as Human immunodeficiency virus (HIV) and Simian immunodeficiency virus (SIV-cpz) [PUBMED:12465460]. The structure of the HIV protein consists of 5 alpha helices, a short 3.10 helix and a 3-stranded mixed beta-sheet [PUBMED:7966331].
  4. -
  5. Retroviral aspartyl protease
    -Single domain aspartyl proteases from retroviruses, retrotransposons, and badnaviruses (plant dsDNA viruses). These proteases are generally part of a larger polyprotein; usually pol, more rarely gag. Retroviral proteases appear to be homologous to a single domain of the two-domain eukaryotic aspartyl proteases such as pepsins, cathepsins, and renins (PF00026).
    -
  6. -
  7. Adenoviral fibre protein (knob domain)
    -Specific attachment of adenovirus is achieved through interactions between host-cell receptors and the adenovirus fibre protein and is mediated by the globular carboxy-terminal domain of the adenovirus fibre protein, termed the carboxy-terminal knob domain.
  8. -
  9. Adenoviral fibre protein (repeat/shaft region)
    -There is no separation between signal and noise. Specific attachment of adenovirus is achieved through interactions between host-cell receptors and the adenovirus fibre protein and is mediated by the globular carboxy-terminal domain of the adenovirus fibre protein, rather than the ‘shaft’ region represented by this family. The alignment of this family contains two copies of a fifteen residue repeat found in the ‘shaft’ region of adenoviral fibre proteins.
    -
  10. -
  11. Ankyrin repeat
    -The ankyrin repeat is one of the most common protein-protein interaction motifs in nature. Ankyrin repeats are tandemly repeated modules of about 33 amino acids. They occur in a large number of functionally diverse proteins mainly from eukaryotes. The few known examples from prokaryotes and viruses may be the result of horizontal gene transfers [PUBMED:8108379]. The repeat has been found in proteins of diverse function such as transcriptional initiators, cell-cycle regulators, cytoskeletal, ion transporters and signal transducers. The ankyrin fold appears to be defined by its structure rather than its function since there is no specific sequence or structure which is universally recognised by it.
    -
  12. -
  13. Integrase core domain
    -Retroviral integrase (IN) is an enzyme produced by a retrovirus (such as HIV) that enables its genetic material to be integrated into the DNA of the infected cell. Retroviral INs are not to be confused with phage integrases, such as λ phage integrase (Int) (see site-specific recombination). IN is a key component in the retroviral pre-integration complex (PIC). The complex of integrase bound to cognate viral DNA (vDNA) ends has been referred to as the intasome.[1]
    -Integrase mediates integration of a DNA copy of the viral genome into the host chromosome. Integrase is composed of three domains. The amino-terminal domain is a zinc binding domain PF02022. This domain is the central catalytic domain. The carboxyl terminal domain that is a non-specific DNA binding domain PF00552. The catalytic domain acts as an endonuclease when two nucleotides are removed from the 3’ ends of the blunt-ended viral DNA made by reverse transcription. This domain also catalyses the DNA strand transfer reaction of the 3’ ends of the viral DNA to the 5’ ends of the integration site [1].
    -
  14. -
  15. BTB/POZ domain
    -The BTB (for BR-C, ttk and bab) [1] or POZ (for Pox virus and Zinc finger) [2] domain is present near the N-terminus of a fraction of zinc finger (PF00096) proteins and in proteins that contain the PF01344 motif such as Kelch and a family of pox virus proteins. The BTB/POZ domain mediates homomeric dimerisation and in some instances heteromeric dimerisation [2]. The structure of the dimerised PLZF BTB/POZ domain has been solved and consists of a tightly intertwined homodimer. The central scaffolding of the protein is made up of a cluster of alpha-helices flanked by short beta-sheets at both the top and bottom of the molecule [3]. POZ domains from several zinc finger proteins have been shown to mediate transcriptional repression and to interact with components of histone deacetylase co-repressor complexes including N-CoR and SMRT [4,5,6]. The POZ or BTB domain is also known as BR-C/Ttk or ZiN.
    -
  16. -
  17. RNase H
    -RNase H digests the RNA strand of an RNA/DNA hybrid. Important enzyme in retroviral replication cycle, and often found as a domain associated with reverse transcriptases. Structure is a mixed alpha+beta fold with three a/b/a layers.
    -
  18. -
  19. Sushi repeat (SCR repeat)
    -Sushi domain is an evolutionarily conserved protein domain. Sushi domains, also known as Complement control protein (CCP) modules, or short consensus repeats (SCR), exist in a wide variety of complement and adhesion proteins. The structure is known for this domain; it is based on a beta-sandwich arrangement - one face made up of three β-strands hydrogen-bonded to form a triple-stranded region at its centre, and the other face formed from two separate β-strands.[1]
    -CD21 (also called C3d receptor, CR2, Epstein Barr virus receptor or EBV-R) is the receptor for EBV and for C3d, C3dg and iC3b. Complement components may activate B cells through CD21. CD21 is part of a large signal-transduction complex that also involves CD19, CD81, and Leu13.
    -Some of the proteins in this group are responsible for the molecular basis of the blood group antigens, surface markers on the outside of the red blood cell membrane. Most of these markers are proteins, but some are carbohydrates attached to lipids or proteins.[2] Complement decay-accelerating factor (Antigen CD55) belongs to the Cromer blood group system and is associated with Cr(a), Dr(a), Es(a), Tc(a/b/c), Wd(a), WES(a/b), IFC and UMC antigens. Complement receptor type 1 (C3b/C4b receptor) (Antigen CD35) belongs to the Knops blood group system and is associated with Kn(a/b), McC(a), Sl(a) and Yk(a) antigens.
  20. -
-

SUMMARY:
-- Proteins for transcription (helicase, RNase), capsid formation (surface markers), reproduction (attachment to host-cell-receptors, integrase, surface markers)

-
-
-

Top-10 Eukaryotic PFAM-Families

-
top_eukaryota = subset(d_superkingdom, Superkingdom=="Eukaryota")
-(top_eukaryota <-top_eukaryota[order(top_eukaryota$count,decreasing=T)[1:TOP],])
-
##     Superkingdom PFAM_Name
-## 126    Eukaryota      WD40
-## 59     Eukaryota   zf-C2H2
-## 874    Eukaryota     LRR_8
-## 855    Eukaryota EF-hand_7
-## 47     Eukaryota     RRM_1
-## 133    Eukaryota       LIM
-## 352    Eukaryota       PPR
-## 826    Eukaryota     PPR_2
-## 155    Eukaryota     TPR_1
-## 314    Eukaryota  Collagen
-##                                                   PFAM_desc   model
-## 126                                WD domain, G-beta repeat PF00400
-## 59                                   Zinc finger, C2H2 type PF00096
-## 874                                     Leucine rich repeat PF13855
-## 855                                     EF-hand domain pair PF13499
-## 47  RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) PF00076
-## 133                                              LIM domain PF00412
-## 352                                              PPR repeat PF01535
-## 826                                       PPR repeat family PF13041
-## 155                                Tetratricopeptide repeat PF00515
-## 314                Collagen triple helix repeat (20 copies) PF01391
-##     is_chloroplastic is_mitochondrial count
-## 126            FALSE            FALSE  1449
-## 59             FALSE            FALSE   828
-## 874            FALSE            FALSE   587
-## 855            FALSE            FALSE   520
-## 47             FALSE            FALSE   413
-## 133            FALSE            FALSE   260
-## 352            FALSE            FALSE   226
-## 826            FALSE            FALSE   225
-## 155            FALSE            FALSE   184
-## 314            FALSE            FALSE   181
-
    -
  1. WD domain, G-beta repeat
    -WD-40 repeats (also known as WD or beta-transducin repeats) are short ~40 amino acid motifs, often terminating in a Trp-Asp (W-D) dipeptide. WD40 repeats usually assume a 7-8 bladed beta-propeller fold, but proteins have been found with 4 to 16 repeated units, which also form a circularised beta-propeller structure. WD-repeat proteins are a large family found in all eukaryotes and are implicated in a variety of functions ranging from signal transduction and transcription regulation to cell cycle control and apoptosis. Repeated WD40 motifs act as a site for protein-protein interaction, and proteins containing WD40 repeats are known to serve as platforms for the assembly of protein complexes or mediators of transient interplay among other proteins. The specificity of the proteins is determined by the sequences outside the repeats themselves. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase [PUBMED:11814058, PUBMED:10322433]. In Arabidopsis spp., several WD40-containing proteins act as key regulators of plant-specific developmental events. One group of WD40 repeats is involved in RNA-processing complexes, some members forming part of snRNP particles6. Another group makes up parts of transcriptional regulators, including the TFIID subunit of the TATA-box-binding complex7, 8, 9. Others play roles in cytoskeleton assembly and mitotic-spindle formation10, 11, regulate vesicle formation and vesicular trafficking12, control various aspects of cell division13 or regulate sulfur metabolism in fungi14. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase.[3][4]
    -
  2. -
  3. Zinc finger, C2H2 type
    -The C2H2 zinc finger is the classical zinc finger domain. The two conserved cysteines and histidines co-ordinate a zinc ion. The following pattern describes the zinc finger. #-X-C-X(1-5)-C-X3-#-X5-#-X2-H-X(3-6)-[H/C] Where X can be any amino acid, and numbers in brackets indicate the number of residues. The positions marked # are those that are important for the stable fold of the zinc finger. The final position can be either his or cys. The C2H2 zinc finger is composed of two short beta strands followed by an alpha helix. The amino terminal part of the helix binds the major groove in DNA binding zinc fingers. The accepted consensus binding sequence for Sp1 is usually defined by the asymmetric hexanucleotide core GGGCGG but this sequence does not include, among others, the GAG (=CTC) repeat that constitutes a high-affinity site for Sp1 binding to the wt1 promoter [2].
    -A zinc finger is a small protein structural motif that is characterized by the coordination of one or more zinc ions (Zn2+) in order to stabilize the fold. Originally coined to describe the finger-like appearance of a hypothesized structure from Xenopus laevis transcription factor IIIA, the zinc finger name has now come to encompass a wide variety of differing protein structures.[1] Xenopus laevis TFIIIA was originally demonstrated to contain zinc and require the metal for function in 1983, the first such reported zinc requirement for a gene regulatory protein.[2][3] Proteins that contain zinc fingers (zinc finger proteins) are classified into several different structural families. Unlike many other clearly defined supersecondary structures such as Greek keys or β hairpins, there are a number of types of zinc fingers, each with a unique three-dimensional architecture. A particular zinc finger protein’s class is determined by this three-dimensional structure, but it can also be recognized based on the primary structure of the protein or the identity of the ligands coordinating the zinc ion. In spite of the large variety of these proteins, however, the vast majority typically function as interaction modules that bind DNA, RNA, proteins, or other small, useful molecules, and variations in structure serve primarily to alter the binding specificity of a particular protein. Since their original discovery and the elucidation of their structure, these interaction modules have proven ubiquitous in the biological world and may be found in 3% of the genes of the human genome.[4] In addition, zinc fingers have become extremely useful in various therapeutic and research capacities. Engineering zinc fingers to have an affinity for a specific sequence is an area of active research, and zinc finger nucleases and zinc finger transcription factors are two of the most important applications of this to be realized to date.
    -
  4. -
  5. Leucine rich repeat
    -A leucine-rich repeat (LRR) is a protein structural motif that forms an α/β horseshoe fold.[1][2] It is composed of repeating 20–30 amino acid stretches that are unusually rich in the hydrophobic amino acid leucine. These repeats commonly fold together to form a solenoid protein domain, termed leucine-rich repeat domain. Typically, each repeat unit has beta strand-turn-alpha helix structure, and the assembled domain, composed of many such repeats, has a horseshoe shape with an interior parallel beta sheet and an exterior array of helices. One face of the beta sheet and one side of the helix array are exposed to solvent and are therefore dominated by hydrophilic residues. The region between the helices and sheets is the protein’s hydrophobic core and is tightly sterically packed with leucine residues. Leucine-rich repeats are frequently involved in the formation of protein–protein interactions.
    -Leucine-rich repeats (LRR) consist of 2-45 motifs of 20-30 amino acids in length that generally folds into an arc or horseshoe shape [PUBMED:14747988]. LRRs occur in proteins ranging from viruses to eukaryotes, and appear to provide a structural framework for the formation of protein-protein interactions [PUBMED:11751054, PUBMED:1657640].Proteins containing LRRs include tyrosine kinase receptors, cell-adhesion molecules, virulence factors, and extracellular matrix-binding glycoproteins, and are involved in a variety of biological processes, including signal transduction, cell adhesion, DNA repair, recombination, transcription, RNA processing, disease resistance, apoptosis, and the immune response [PUBMED:2176636].
    -Sequence analyses of LRR proteins suggested the existence of several different subfamilies of LRRs. The significance of this classification is that repeats from different subfamilies never occur simultaneously and have most probably evolved independently. It is, however, now clear that all major classes of LRR have curved horseshoe structures with a parallel beta sheet on the concave side and mostly helical elements on the convex side. At least six families of LRR proteins, characterised by different lengths and consensus sequences of the repeats, have been identified. Eleven-residue segments of the LRRs (LxxLxLxxN/CxL), corresponding to the beta-strand and adjacent loop regions, are conserved in LRR proteins, whereas the remaining parts of the repeats (herein termed variable) may be very different. Despite the differences, each of the variable parts contains two half-turns at both ends and a “linear” segment (as the chain follows a linear path overall), usually formed by a helix, in the middle. The concave face and the adjacent loops are the most common protein interaction surfaces on LRR proteins. 3D structure of some LRR proteins-ligand complexes show that the concave surface of LRR domain is ideal for interaction with alpha-helix, thus supporting earlier conclusions that the elongated and curved LRR structure provides an outstanding framework for achieving diverse protein-protein interactions [PUBMED:11751054]. Molecular modeling suggests that the conserved pattern LxxLxL, which is shorter than the previously proposed LxxLxLxxN/CxL is sufficient to impart the characteristic horseshoe curvature to proteins with 20- to 30-residue repeats [PUBMED:11967365].
    -Leucine-rich repeat motifs have been identified in a large number of functionally unrelated proteins.[5] The best-known example is the ribonuclease inhibitor, but other proteins such as the tropomyosin regulator tropomodulin and the toll-like receptor also share the motif. In fact, the toll-like receptor possesses 10 successive LRR motifs which serve to bind pathogen- and danger-associated molecular patterns. Although the canonical LRR protein contains approximately one helix for every beta strand, variants that form beta-alpha superhelix folds sometimes have long loops rather than helices linking successive beta strands. One leucine-rich repeat variant domain (LRV) has a novel repetitive structural motif consisting of alternating alpha- and 310-helices arranged in a right-handed superhelix, with the absence of the beta-sheets present in other leucine-rich repeats.[6]
    -
  6. -
  7. EF-hand domain pair
    -The EF hand is a helix-loop-helix structural domain or motif found in a large family of calcium-binding proteins. The EF-hand motif contains a helix-loop-helix topology, much like the spread thumb and forefinger of the human hand, in which the Ca2+ ions are coordinated by ligands within the loop. The motif takes its name from traditional nomenclature used in describing the protein parvalbumin, which contains three such motifs and is probably involved in muscle relaxation via its calcium-binding activity. The EF-hand consists of two alpha helices linked by a short loop region (usually about 12 amino acids) that usually binds calcium ions. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. example: Aequorin is a calcium binding protein (CaBP) isolated from the coelenterate Aequorea victoria. Aequorin belongs to the EF-hand family of CaBPs, with EF-hand loops that are closely related to CaBPs in mammals. In addition, aequorin has been used for years as an indicator of Ca2+ and has been shown to be safe and well tolerated by cells. Aequorin is made up of two components – the calcium binding component apoaequorin (AQ) and the chemiluminescent molecule coelenterazine. The AQ portion of this protein contains the EF-hand calcium binding domains.[2]
    -
  8. -
  9. RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain)
    -RNA recognition motif, RNP-1 is a putative RNA-binding domain of about 90 amino acids that are known to bind single-stranded RNAs. It was found in many eukaryotic proteins.[1][2][3] The largest group of single strand RNA-binding protein is the eukaryotic RNA recognition motif (RRM) family that contains an eight amino acid RNP-1 consensus sequence.[4][5] RRM proteins have a variety of RNA binding preferences and functions, and include heterogeneous nuclear ribonucleoproteins (hnRNPs), proteins implicated in regulation of alternative splicing (SR, U2AF2, Sxl), protein components of small nuclear ribonucleoproteins (U1 and U2 snRNPs), and proteins that regulate RNA stability and translation (PABP, La, Hu).[2][3][5] The RRM in heterodimeric splicing factor U2 snRNP auxiliary factor appears to have two RRM-like domains with specialised features for protein recognition.[6] The motif also appears in a few single stranded DNA binding proteins. The typical RRM consists of four anti-parallel beta-strands and two alpha-helices arranged in a beta-alpha-beta-beta-alpha-beta fold with side chains that stack with RNA bases. A third helix is present during RNA binding in some cases.[7] The RRM is reviewed in a number of publications.[8][9][10]
    -The RRM motif is probably diagnostic of an RNA binding protein. RRMs are found in a variety of RNA binding proteins, including various hnRNP proteins, proteins implicated in regulation of alternative splicing, and protein components of snRNPs. The motif also appears in a few single stranded DNA binding proteins. The RRM structure consists of four strands and two helices arranged in an alpha/beta sandwich, with a third helix present during RNA binding in some cases The C-terminal beta strand (4th strand) and final helix are hard to align and have been omitted in the SEED alignment The LA proteins (P05455) have an N terminal rrm which is included in the seed. There is a second region towards the C terminus that has some features characteristic of a rrm but does not appear to have the important structural core of a rrm. The LA proteins (P05455) are one of the main autoantigens in Systemic lupus erythematosus (SLE), an autoimmune disease.
    -
  10. -
  11. PPR repeat family
    -This repeat has no known function. It is about 35 amino acids long and is found in up to 18 copies in some proteins. The family appears to be greatly expanded in plants and fungi. The repeat has been called PPR [1].
    -
  12. -
  13. PPR repeat
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  14. -
  15. LIM domain
    -LIM domains are protein structural domains, composed of two contiguous zinc finger domains, separated by a two-amino acid residue hydrophobic linker.[1] They are named after their initial discovery in the proteins Lin11, Isl-1 & Mec-3.[2] LIM-domain containing proteins have been shown to play roles in cytoskeletal organisation, organ development and oncogenesis. LIM-domains mediate protein–protein interactions that are critical to cellular processes. LIM domains have highly divergent sequences, apart from certain key residues. The sequence divergence allow a great many different binding sites to be grafted onto the same basic domain. The conserved residues are those involved in zinc binding or the hydrophobic core of the protein. The sequence signature of LIM domains is as follows: [C]-[X]2–4-[C]-[X]13–19-[W]-[H]-[X]2–4-[C]-[F]-[LVI]-[C]-[X]2–4-[C]-[X]13–20-C-[X]2–4-[C] LIM domains frequently occur in multiples, as seen in proteins such as TES, LMO4, and can also be attached to other domains in order to confer a binding or targeting function upon them, such as LIM-kinase. The LIM superclass of genes have been classified into 14 classes: ABLIM, CRP, ENIGMA, EPLIN, LASP, LHX, LMO, LIMK, LMO7, MICAL, PXN, PINCH, TES, and ZYX. Six of these classes (i.e., ABLIM, MICAL, ENIGMA, ZYX, LHX, LM07) originated in the stem lineage of animals, and this expansion is thought to have made a major contribution to the origin of animal multicellularity.[3] LIM domains are also found in various bacterial lineages where they are typically fused to a metallopeptidase domain. Some versions show fusions to an inactive P-loop NTPase at their N-terminus and a single transmembrane helix. These domain fusions suggest that the prokaryotic LIM domains are likely to regulate protein processing at the cell membrane. The domain architectural syntax is remarkable parallel to those of the prokaryotic versions of the B-box zinc finger and the AN1 zinc finger domains.
    -
  16. -
  17. Tetratricopeptide repeat
    -The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
    -
  18. -
  19. Tetratricopeptide repeat
    -The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
    -
  20. -
  21. Collagen triple helix repeat (20 copies)
    -In collagen, the collagen helix, or type-2 helix, is a major shape in secondary structure. It consists of a triple helix made of the repetitious amino acid sequence glycine - X - Y, where X and Y are frequently proline or hydroxyproline.[2][3]A collagen triple helix has 3.3 residues per turn.[4] Each of the three chains is stabilized by the steric repulsion due to the pyrrolidine rings of proline and hydroxyproline residues. The pyrrolidine rings keep out of each other’s way when the polypeptide chain assumes this extended helical form, which is much more open than the tightly coiled form of the alpha helix. The three chains are hydrogen bonded to each other. The hydrogen bond donors are the peptide NH groups of glycine residues. The hydrogen bond acceptors are the CO groups of residues on the other chains. The OH group of hydroxyproline also participates in hydrogen bonding. The rise of the collagen helix (superhelix) is 2.9 Å (0.29 nm) per residue.
    -Members of this family belong to the collagen superfamily [1]. Collagens are generally extracellular structural proteins involved in formation of connective tissue structure. The alignment contains 20 copies of the G-X-Y repeat that forms a triple helix. The first position of the repeat is glycine, the second and third positions can be any residue but are frequently proline and hydroxy-proline. Collagens are post translationally modified by proline hydroxylase to form the hydroxy-proline residues. Defective hydroxylation is the cause of scurvy. Some members of the collagen superfamily are not involved in connective tissue structure but share the same triple helical structure. The family includes bacterial collagen-like triple-helix repeat proteins [2,3].
    -
  22. -
  23. Calcium-binding EGF domain
    -In molecular biology, the calcium-binding EGF domain is a conserved domain of about forty amino-acid residues found in epidermal growth factor (EGF). This domain is present in a large number of membrane-bound and extracellular, mostly animal, proteins.[1][2][3][4][5] Many of these proteins require calcium for their biological function and a calcium-binding site has been found at the N-terminus of some EGF-like domains.[6] Calcium-binding may be crucial for numerous protein-protein interactions. For human coagulation factor IX it has been shown that the calcium-ligands form a pentagonal bipyramid.[7] The first, third and fourth conserved negatively charged or polar residues are side chain ligands. The latter is possibly hydroxylated.[6] A conserved aromatic residue, as well as the second conserved negative residue, are thought to be involved in stabilising the calcium-binding site. As in non-calcium binding EGF-like domains, there are six conserved cysteines and the structure of both types is very similar as calcium-binding induces only strictly local structural changes.[6]
    -A sequence of about forty amino-acid residues found in epidermal growth factor (EGF) has been shown [PUBMED:2288911, PUBMED:6334307, PUBMED:3534958, PUBMED:6607417, PUBMED:3282918] to be present in a large number of membrane-bound and extracellular, mostly animal, proteins. Many of these proteins require calcium for their biological function and a calcium-binding site has been found at the N terminus of some EGF-like domains [PUBMED:1527084]. Calcium-binding may be crucial for numerous protein-protein interactions. For human coagulation factor IX it has been shown [PUBMED:7606779] that the calcium-ligands form a pentagonal bipyramid. The first, third and fourth conserved negatively charged or polar residues are side chain ligands. The latter is possibly hydroxylated (see aspartic acid and asparagine hydroxylation site) [PUBMED:1527084]. A conserved aromatic residue, as well as the second conserved negative residue, are thought to be involved in stabilising the calcium-binding site. As in non-calcium binding EGF-like domains, there are six conserved cysteines and the structure of both types is very similar as calcium-binding induces only strictly local structural changes [PUBMED:1527084].
    -
  24. -
  25. Leucine Rich Repeat
    -A leucine-rich repeat (LRR) is a protein structural motif that forms an α/β horseshoe fold.[1][2] It is composed of repeating 20–30 amino acid stretches that are unusually rich in the hydrophobic amino acid leucine. These repeats commonly fold together to form a solenoid protein domain, termed leucine-rich repeat domain. Typically, each repeat unit has beta strand-turn-alpha helix structure, and the assembled domain, composed of many such repeats, has a horseshoe shape with an interior parallel beta sheet and an exterior array of helices. One face of the beta sheet and one side of the helix array are exposed to solvent and are therefore dominated by hydrophilic residues. The region between the helices and sheets is the protein’s hydrophobic core and is tightly sterically packed with leucine residues. Leucine-rich repeats are frequently involved in the formation of protein–protein interactions.
    -Leucine-rich repeats (LRR) consist of 2-45 motifs of 20-30 amino acids in length that generally folds into an arc or horseshoe shape [PUBMED:14747988]. LRRs occur in proteins ranging from viruses to eukaryotes, and appear to provide a structural framework for the formation of protein-protein interactions [PUBMED:11751054, PUBMED:1657640].Proteins containing LRRs include tyrosine kinase receptors, cell-adhesion molecules, virulence factors, and extracellular matrix-binding glycoproteins, and are involved in a variety of biological processes, including signal transduction, cell adhesion, DNA repair, recombination, transcription, RNA processing, disease resistance, apoptosis, and the immune response [PUBMED:2176636].
    -Sequence analyses of LRR proteins suggested the existence of several different subfamilies of LRRs. The significance of this classification is that repeats from different subfamilies never occur simultaneously and have most probably evolved independently. It is, however, now clear that all major classes of LRR have curved horseshoe structures with a parallel beta sheet on the concave side and mostly helical elements on the convex side. At least six families of LRR proteins, characterised by different lengths and consensus sequences of the repeats, have been identified. Eleven-residue segments of the LRRs (LxxLxLxxN/CxL), corresponding to the beta-strand and adjacent loop regions, are conserved in LRR proteins, whereas the remaining parts of the repeats (herein termed variable) may be very different. Despite the differences, each of the variable parts contains two half-turns at both ends and a “linear” segment (as the chain follows a linear path overall), usually formed by a helix, in the middle. The concave face and the adjacent loops are the most common protein interaction surfaces on LRR proteins. 3D structure of some LRR proteins-ligand complexes show that the concave surface of LRR domain is ideal for interaction with alpha-helix, thus supporting earlier conclusions that the elongated and curved LRR structure provides an outstanding framework for achieving diverse protein-protein interactions [PUBMED:11751054]. Molecular modeling suggests that the conserved pattern LxxLxL, which is shorter than the previously proposed LxxLxLxxN/CxL is sufficient to impart the characteristic horseshoe curvature to proteins with 20- to 30-residue repeats [PUBMED:11967365].
    -Leucine-rich repeat motifs have been identified in a large number of functionally unrelated proteins.[5] The best-known example is the ribonuclease inhibitor, but other proteins such as the tropomyosin regulator tropomodulin and the toll-like receptor also share the motif. In fact, the toll-like receptor possesses 10 successive LRR motifs which serve to bind pathogen- and danger-associated molecular patterns. Although the canonical LRR protein contains approximately one helix for every beta strand, variants that form beta-alpha superhelix folds sometimes have long loops rather than helices linking successive beta strands. One leucine-rich repeat variant domain (LRV) has a novel repetitive structural motif consisting of alternating alpha- and 310-helices arranged in a right-handed superhelix, with the absence of the beta-sheets present in other leucine-rich repeats.[6] CAUTION: This Pfam may not find all Leucine Rich Repeats in a protein. Leucine Rich Repeats are short sequence motifs present in a number of proteins with diverse functions and cellular locations. These repeats are usually involved in protein-protein interactions. Each Leucine Rich Repeat is composed of a beta-alpha unit. These units form elongated non-globular structures. Leucine Rich Repeats are often flanked by cysteine rich domains.
    -
  26. -
  27. PPR repeat
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  28. -
  29. Kelch motif
    -The Kelch motif is a region of protein sequence found widely in proteins from bacteria and eukaryotes.[2] This sequence motif is composed of about 50 amino acid residues which form a structure of a four stranded beta-sheet “blade”. This sequence motif is found in between five and eight copies per protein which fold together to form a larger circular solenoid structure called a beta-propeller domain. The known functions of kelch-containing proteins are diverse:
    -scruin is an actin cross-linking protein; galactose oxidase catalyses the oxidation of the hydroxyl group at the C6 position in D-galactose; neuraminidase hydrolyses sialic acid residues from glycoproteins; NanM is a sialic acid mutarotase, involved in efficient utilisation of sialic acid by bacteria; kelch may have a cytoskeletal function, as it is localised to the actin-rich ring canals that connect the 15 nurse cells to the developing oocyte in Drosophila.[4]
    -
  30. -
  31. EGF-like domain
    -The EGF-like domain is an evolutionary conserved protein domain, which derives its name from the epidermal growth factor where it was first described. It comprises about 30 to 40 amino-acid residues and has been found in a large number of mostly animal proteins.[2][3] Most occurrences of the EGF-like domain are found in the extracellular domain of membrane-bound proteins or in proteins known to be secreted. An exception to this is the prostaglandin-endoperoxide synthase. The EGF-like domain includes 6 cysteine residues which in the epidermal growth factor have been shown to form 3 disulfide bonds. The structures of 4-disulfide EGF-domains have been solved from the laminin and integrin proteins. The main structure of EGF-like domains is a two-stranded β-sheet followed by a loop to a short C-terminal, two-stranded β-sheet. These two β-sheets are usually denoted as the major (N-terminal) and minor (C-terminal) sheets.[4] EGF-like domains frequently occur in numerous tandem copies in proteins: these repeats typically fold together to form a single, linear solenoid domain block as a functional unit. Has roles in immune system and apoptosis, Ca+-binding.
    -
  32. -
  33. Armadillo/beta-catenin-like repeat
    -The armadillo (Arm) repeat is an approximately 40 amino acid long tandemly repeated sequence motif first identified in the Drosophila melanogaster segment polarity gene armadillo involved in signal transduction through wingless. Animal Arm-repeat proteins function in various processes, including intracellular signalling and cytoskeletal regulation, and include such proteins as beta-catenin, the junctional plaque protein plakoglobin, the adenomatous polyposis coli (APC) tumour suppressor protein, and the nuclear transport factor importin-alpha, amongst others [PUBMED:9770300]. A subset of these proteins is conserved across eukaryotic kingdoms. In higher plants, some Arm-repeat proteins function in intracellular signalling like their mammalian counterparts, while others have novel functions [PUBMED:12946625]. The 3-dimensional fold of an armadillo repeat is known from the crystal structure of beta-catenin, where the 12 repeats form a superhelix of alpha helices with three helices per unit [PUBMED:9298899]. The cylindrical structure features a positively charged grove, which presumably interacts with the acidic surfaces of the known interaction partners of beta-catenin.
    -
  34. -
  35. Pentatricopeptide repeat domain
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -This family matches additional variants of the PPR repeat that were not captured by the model for PF01535 (PPR). In the case of the Arabidopsis protein UniProtKB:Q66GI4 the repeated helices in this N-terminal region, of protein-only RNase P (PRORP) enzymes, form the pentatricopeptide repeat (PPR) domain which enhances pre-tRNA binding affinity. PROPRP enzymes process precursor tRNAs in human mitochondria and in all tRNA-using compartments of Arabidopsis thaliana [1].
    -
  36. -
  37. KRAB box
    -The Krueppel-associated box (KRAB) is a domain of around 75 amino acids that is found in the N-terminal part of about one third of eukaryotic Krueppel-type C2H2 zinc finger proteins (ZFPs) [PUBMED:14519192]. It is enriched in charged amino acids and can be divided into subregions A and B, which are predicted to fold into two amphipathic alpha-helices. The KRAB A and B boxes can be separated by variable spacer segments and many KRAB proteins contain only the A box [PUBMED:2023909]. The functions currently known for members of the KRAB-containing protein family include transcriptional repression of RNA polymerase I, II and III promoters, binding and splicing of RNA, and control of nucleolus function. The KRAB domain functions as a transcriptional repressor when tethered to the template DNA by a DNA-binding domain. A sequence of 45 amino acids in the KRAB A subdomain has been shown to be necessary and sufficient for transcriptional repression. The B box does not repress by itself but does potentiate the repression exerted by the KRAB A subdomain [PUBMED:8183939, PUBMED:8183940]. Gene silencing requires the binding of the KRAB domain to the RING-B box-coiled coil (RBCC) domain of the KAP-1/TIF1-beta corepressor. As KAP-1 binds to the heterochromatin proteins HP1, it has been proposed that the KRAB-ZFP-bound target gene could be silenced following recruitment to heterochromatin [PUBMED:10653693, PUBMED:10748030]. KRAB-ZFPs probably constitute the single largest class of transcription factors within the human genome [PUBMED:10360839]. The KRAB domain is generally encoded by two exons. The regions coded by the two exons are known as KRAB-A and KRAB-B. Although the function of KRAB-ZFPs is largely unknown, they appear to play important roles during cell differentiation and development. These proteins have been shown to play important roles in cell differentiation and organ development, and in regulating viral replication and transcription. A KRAB domain may consist of an A-box, or of an A-box plus either a B-box, a divergent B-box (b), or a C-box. Only the A-box is included in this model. The A-box is needed for repression, the B- and C- boxes are not. KRAB-ZFPs have one or two KRAB domains at their amino-terminal end, and multiple C2H2 zinc finger motifs at their C-termini. Some KRAB-ZFPs also contain a SCAN domain which mediates homo- and hetero-oligomerization. The KRAB domain is a protein-protein interaction module which represses transcription through recruiting corepressors. A key mechanism appears to be the following: KRAB-AFPs tethered to DNA recruit, via their KRAB domain, the repressor KAP1 (KRAB-associated protein-1, also known as transcription intermediary factor 1 beta, KRAB-A interacting protein and tripartite motif protein 28). The KAP1/ KRAB-AFP complex in turn recruits the heterochromatin protein 1 (HP1) family, and other chromatin modulating proteins, leading to transcriptional repression through heterochromatin formation.
    -
  38. -
  39. Tetratricopeptide repeat
    -The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
  40. -
-

SUMMARY:
-- Transcription (Zn-finger for adhesion to DNA, RNA and lipids, RNA-binding through RNA recognition motif, assembly of multiprotein complexes (TPR), transcriptional repression, RNA-pol binding, and RNA-splicing by KRAB box)
-- electron/ion-binding and transport -> muscle relaxation (EF-hand domain pair)
-- Cytoskeletal organisation (KELCH), organ development and oncogenesis (LIM, collagen forming connective tissue)

-
-

Top-10 Viridiplantae PFAM-Families

-
top_viridiplantae = subset(d_kingdom, Superkingdom=="Eukaryota" & Kingdom == "Viridiplantae" & is_mitochondrial==FALSE & is_chloroplastic==FALSE)
-(top_viridiplantae <- top_viridiplantae[order(top_viridiplantae$count,decreasing=T)[1:TOP],])
-
##      Superkingdom       Kingdom PFAM_Name
-## 496     Eukaryota Viridiplantae       PPR
-## 1078    Eukaryota Viridiplantae     PPR_2
-## 1122    Eukaryota Viridiplantae EF-hand_7
-## 186     Eukaryota Viridiplantae      WD40
-## 1154    Eukaryota Viridiplantae     LRR_8
-## 1064    Eukaryota Viridiplantae     PPR_1
-## 266     Eukaryota Viridiplantae     LRR_1
-## 885     Eukaryota Viridiplantae     TPR_2
-## 1144    Eukaryota Viridiplantae     PPR_3
-## 63      Eukaryota Viridiplantae     RRM_1
-##                                                    PFAM_desc   model
-## 496                                               PPR repeat PF01535
-## 1078                                       PPR repeat family PF13041
-## 1122                                     EF-hand domain pair PF13499
-## 186                                 WD domain, G-beta repeat PF00400
-## 1154                                     Leucine rich repeat PF13855
-## 1064                                              PPR repeat PF12854
-## 266                                      Leucine Rich Repeat PF00560
-## 885                                 Tetratricopeptide repeat PF07719
-## 1144                         Pentatricopeptide repeat domain PF13812
-## 63   RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) PF00076
-##      is_chloroplastic is_mitochondrial count
-## 496             FALSE            FALSE   226
-## 1078            FALSE            FALSE   225
-## 1122            FALSE            FALSE   170
-## 186             FALSE            FALSE   123
-## 1154            FALSE            FALSE   117
-## 1064            FALSE            FALSE    83
-## 266             FALSE            FALSE    72
-## 885             FALSE            FALSE    68
-## 1144            FALSE            FALSE    54
-## 63              FALSE            FALSE    50
-
    -
  1. PPR repeat (PPR)
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  2. -
  3. PPR repeat family (PPR_2)
    -This repeat has no known function. It is about 35 amino acids long and is found in up to 18 copies in some proteins. The family appears to be greatly expanded in plants and fungi. The repeat has been called PPR [1].
    -
  4. -
  5. EF-hand domain pair
    -The EF hand is a helix-loop-helix structural domain or motif found in a large family of calcium-binding proteins. The EF-hand motif contains a helix-loop-helix topology, much like the spread thumb and forefinger of the human hand, in which the Ca2+ ions are coordinated by ligands within the loop. The motif takes its name from traditional nomenclature used in describing the protein parvalbumin, which contains three such motifs and is probably involved in muscle relaxation via its calcium-binding activity. The EF-hand consists of two alpha helices linked by a short loop region (usually about 12 amino acids) that usually binds calcium ions. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. example: Aequorin is a calcium binding protein (CaBP) isolated from the coelenterate Aequorea victoria. Aequorin belongs to the EF-hand family of CaBPs, with EF-hand loops that are closely related to CaBPs in mammals. In addition, aequorin has been used for years as an indicator of Ca2+ and has been shown to be safe and well tolerated by cells. Aequorin is made up of two components – the calcium binding component apoaequorin (AQ) and the chemiluminescent molecule coelenterazine. The AQ portion of this protein contains the EF-hand calcium binding domains.[2]
    -
  6. -
  7. WD domain, G-beta repeat
    -WD-40 repeats (also known as WD or beta-transducin repeats) are short ~40 amino acid motifs, often terminating in a Trp-Asp (W-D) dipeptide. WD40 repeats usually assume a 7-8 bladed beta-propeller fold, but proteins have been found with 4 to 16 repeated units, which also form a circularised beta-propeller structure. WD-repeat proteins are a large family found in all eukaryotes and are implicated in a variety of functions ranging from signal transduction and transcription regulation to cell cycle control and apoptosis. Repeated WD40 motifs act as a site for protein-protein interaction, and proteins containing WD40 repeats are known to serve as platforms for the assembly of protein complexes or mediators of transient interplay among other proteins. The specificity of the proteins is determined by the sequences outside the repeats themselves. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase [PUBMED:11814058, PUBMED:10322433]. In Arabidopsis spp., several WD40-containing proteins act as key regulators of plant-specific developmental events. One group of WD40 repeats is involved in RNA-processing complexes, some members forming part of snRNP particles6. Another group makes up parts of transcriptional regulators, including the TFIID subunit of the TATA-box-binding complex7, 8, 9. Others play roles in cytoskeleton assembly and mitotic-spindle formation10, 11, regulate vesicle formation and vesicular trafficking12, control various aspects of cell division13 or regulate sulfur metabolism in fungi14. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase.[3][4]
    -
  8. -
  9. Leucine rich repeat (LRR_8)
    -A leucine-rich repeat (LRR) is a protein structural motif that forms an α/β horseshoe fold.[1][2] It is composed of repeating 20–30 amino acid stretches that are unusually rich in the hydrophobic amino acid leucine. These repeats commonly fold together to form a solenoid protein domain, termed leucine-rich repeat domain. Typically, each repeat unit has beta strand-turn-alpha helix structure, and the assembled domain, composed of many such repeats, has a horseshoe shape with an interior parallel beta sheet and an exterior array of helices. One face of the beta sheet and one side of the helix array are exposed to solvent and are therefore dominated by hydrophilic residues. The region between the helices and sheets is the protein’s hydrophobic core and is tightly sterically packed with leucine residues. Leucine-rich repeats are frequently involved in the formation of protein–protein interactions.
    -Leucine-rich repeats (LRR) consist of 2-45 motifs of 20-30 amino acids in length that generally folds into an arc or horseshoe shape [PUBMED:14747988]. LRRs occur in proteins ranging from viruses to eukaryotes, and appear to provide a structural framework for the formation of protein-protein interactions [PUBMED:11751054, PUBMED:1657640].Proteins containing LRRs include tyrosine kinase receptors, cell-adhesion molecules, virulence factors, and extracellular matrix-binding glycoproteins, and are involved in a variety of biological processes, including signal transduction, cell adhesion, DNA repair, recombination, transcription, RNA processing, disease resistance, apoptosis, and the immune response [PUBMED:2176636].
    -Sequence analyses of LRR proteins suggested the existence of several different subfamilies of LRRs. The significance of this classification is that repeats from different subfamilies never occur simultaneously and have most probably evolved independently. It is, however, now clear that all major classes of LRR have curved horseshoe structures with a parallel beta sheet on the concave side and mostly helical elements on the convex side. At least six families of LRR proteins, characterised by different lengths and consensus sequences of the repeats, have been identified. Eleven-residue segments of the LRRs (LxxLxLxxN/CxL), corresponding to the beta-strand and adjacent loop regions, are conserved in LRR proteins, whereas the remaining parts of the repeats (herein termed variable) may be very different. Despite the differences, each of the variable parts contains two half-turns at both ends and a “linear” segment (as the chain follows a linear path overall), usually formed by a helix, in the middle. The concave face and the adjacent loops are the most common protein interaction surfaces on LRR proteins. 3D structure of some LRR proteins-ligand complexes show that the concave surface of LRR domain is ideal for interaction with alpha-helix, thus supporting earlier conclusions that the elongated and curved LRR structure provides an outstanding framework for achieving diverse protein-protein interactions [PUBMED:11751054]. Molecular modeling suggests that the conserved pattern LxxLxL, which is shorter than the previously proposed LxxLxLxxN/CxL is sufficient to impart the characteristic horseshoe curvature to proteins with 20- to 30-residue repeats [PUBMED:11967365].
    -Leucine-rich repeat motifs have been identified in a large number of functionally unrelated proteins.[5] The best-known example is the ribonuclease inhibitor, but other proteins such as the tropomyosin regulator tropomodulin and the toll-like receptor also share the motif. In fact, the toll-like receptor possesses 10 successive LRR motifs which serve to bind pathogen- and danger-associated molecular patterns. Although the canonical LRR protein contains approximately one helix for every beta strand, variants that form beta-alpha superhelix folds sometimes have long loops rather than helices linking successive beta strands. One leucine-rich repeat variant domain (LRV) has a novel repetitive structural motif consisting of alternating alpha- and 310-helices arranged in a right-handed superhelix, with the absence of the beta-sheets present in other leucine-rich repeats.[6]
    -
  10. -
  11. PPR repeat (PPR_1) This family matches additional variants of the PPR repeat that were not captured by the model for PF01535 (PPR). The exact function is not known.
    -Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  12. -
  13. Leucine Rich Repeat
    -A leucine-rich repeat (LRR) is a protein structural motif that forms an α/β horseshoe fold.[1][2] It is composed of repeating 20–30 amino acid stretches that are unusually rich in the hydrophobic amino acid leucine. These repeats commonly fold together to form a solenoid protein domain, termed leucine-rich repeat domain. Typically, each repeat unit has beta strand-turn-alpha helix structure, and the assembled domain, composed of many such repeats, has a horseshoe shape with an interior parallel beta sheet and an exterior array of helices. One face of the beta sheet and one side of the helix array are exposed to solvent and are therefore dominated by hydrophilic residues. The region between the helices and sheets is the protein’s hydrophobic core and is tightly sterically packed with leucine residues. Leucine-rich repeats are frequently involved in the formation of protein–protein interactions.
    -Leucine-rich repeats (LRR) consist of 2-45 motifs of 20-30 amino acids in length that generally folds into an arc or horseshoe shape [PUBMED:14747988]. LRRs occur in proteins ranging from viruses to eukaryotes, and appear to provide a structural framework for the formation of protein-protein interactions [PUBMED:11751054, PUBMED:1657640].Proteins containing LRRs include tyrosine kinase receptors, cell-adhesion molecules, virulence factors, and extracellular matrix-binding glycoproteins, and are involved in a variety of biological processes, including signal transduction, cell adhesion, DNA repair, recombination, transcription, RNA processing, disease resistance, apoptosis, and the immune response [PUBMED:2176636].
    -Sequence analyses of LRR proteins suggested the existence of several different subfamilies of LRRs. The significance of this classification is that repeats from different subfamilies never occur simultaneously and have most probably evolved independently. It is, however, now clear that all major classes of LRR have curved horseshoe structures with a parallel beta sheet on the concave side and mostly helical elements on the convex side. At least six families of LRR proteins, characterised by different lengths and consensus sequences of the repeats, have been identified. Eleven-residue segments of the LRRs (LxxLxLxxN/CxL), corresponding to the beta-strand and adjacent loop regions, are conserved in LRR proteins, whereas the remaining parts of the repeats (herein termed variable) may be very different. Despite the differences, each of the variable parts contains two half-turns at both ends and a “linear” segment (as the chain follows a linear path overall), usually formed by a helix, in the middle. The concave face and the adjacent loops are the most common protein interaction surfaces on LRR proteins. 3D structure of some LRR proteins-ligand complexes show that the concave surface of LRR domain is ideal for interaction with alpha-helix, thus supporting earlier conclusions that the elongated and curved LRR structure provides an outstanding framework for achieving diverse protein-protein interactions [PUBMED:11751054]. Molecular modeling suggests that the conserved pattern LxxLxL, which is shorter than the previously proposed LxxLxLxxN/CxL is sufficient to impart the characteristic horseshoe curvature to proteins with 20- to 30-residue repeats [PUBMED:11967365].
    -Leucine-rich repeat motifs have been identified in a large number of functionally unrelated proteins.[5] The best-known example is the ribonuclease inhibitor, but other proteins such as the tropomyosin regulator tropomodulin and the toll-like receptor also share the motif. In fact, the toll-like receptor possesses 10 successive LRR motifs which serve to bind pathogen- and danger-associated molecular patterns. Although the canonical LRR protein contains approximately one helix for every beta strand, variants that form beta-alpha superhelix folds sometimes have long loops rather than helices linking successive beta strands. One leucine-rich repeat variant domain (LRV) has a novel repetitive structural motif consisting of alternating alpha- and 310-helices arranged in a right-handed superhelix, with the absence of the beta-sheets present in other leucine-rich repeats.[6]
    -CAUTION: This Pfam may not find all Leucine Rich Repeats in a protein. Leucine Rich Repeats are short sequence motifs present in a number of proteins with diverse functions and cellular locations. These repeats are usually involved in protein-protein interactions. Each Leucine Rich Repeat is composed of a beta-alpha unit. These units form elongated non-globular structures. Leucine Rich Repeats are often flanked by cysteine rich domains.
    -
  14. -
  15. Tetratricopeptide repeat
    -This Pfam entry includes outlying Tetratricopeptide-like repeats (TPR) that are not matched by PF00515 (TPR).
    -The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
    -
  16. -
  17. Pentatricopeptide repeat domain
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -This family matches additional variants of the PPR repeat that were not captured by the model for PF01535 (PPR). In the case of the Arabidopsis protein UniProtKB:Q66GI4 the repeated helices in this N-terminal region, of protein-only RNase P (PRORP) enzymes, form the pentatricopeptide repeat (PPR) domain which enhances pre-tRNA binding affinity. PROPRP enzymes process precursor tRNAs in human mitochondria and in all tRNA-using compartments of Arabidopsis thaliana [1].
    -
  18. -
  19. RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain)
    -RNA recognition motif, RNP-1 is a putative RNA-binding domain of about 90 amino acids that are known to bind single-stranded RNAs. It was found in many eukaryotic proteins.[1][2][3] The largest group of single strand RNA-binding protein is the eukaryotic RNA recognition motif (RRM) family that contains an eight amino acid RNP-1 consensus sequence.[4][5] RRM proteins have a variety of RNA binding preferences and functions, and include heterogeneous nuclear ribonucleoproteins (hnRNPs), proteins implicated in regulation of alternative splicing (SR, U2AF2, Sxl), protein components of small nuclear ribonucleoproteins (U1 and U2 snRNPs), and proteins that regulate RNA stability and translation (PABP, La, Hu).[2][3][5] The RRM in heterodimeric splicing factor U2 snRNP auxiliary factor appears to have two RRM-like domains with specialised features for protein recognition.[6] The motif also appears in a few single stranded DNA binding proteins. The typical RRM consists of four anti-parallel beta-strands and two alpha-helices arranged in a beta-alpha-beta-beta-alpha-beta fold with side chains that stack with RNA bases. A third helix is present during RNA binding in some cases.[7] The RRM is reviewed in a number of publications.[8][9][10]
    -The RRM motif is probably diagnostic of an RNA binding protein. RRMs are found in a variety of RNA binding proteins, including various hnRNP proteins, proteins implicated in regulation of alternative splicing, and protein components of snRNPs. The motif also appears in a few single stranded DNA binding proteins. The RRM structure consists of four strands and two helices arranged in an alpha/beta sandwich, with a third helix present during RNA binding in some cases The C-terminal beta strand (4th strand) and final helix are hard to align and have been omitted in the SEED alignment The LA proteins (P05455) have an N terminal rrm which is included in the seed. There is a second region towards the C terminus that has some features characteristic of a rrm but does not appear to have the important structural core of a rrm. The LA proteins (P05455) are one of the main autoantigens in Systemic lupus erythematosus (SLE), an autoimmune disease.
  20. -
-

SUMMARY:

-

TODO:
-- look at PPR: http://www.plantcell.org/content/16/8/2089

-
-
-

Top-10 Metazoa PFAM-Families

-
top_metazoa = subset(d_kingdom, Superkingdom=="Eukaryota" & Kingdom == "Metazoa" & is_mitochondrial==FALSE)
-(top_metazoa <- top_metazoa[order(top_metazoa$count,decreasing=T)[1:TOP],])
-
##      Superkingdom Kingdom PFAM_Name
-## 185     Eukaryota Metazoa      WD40
-## 77      Eukaryota Metazoa   zf-C2H2
-## 1153    Eukaryota Metazoa     LRR_8
-## 61      Eukaryota Metazoa     RRM_1
-## 1121    Eukaryota Metazoa EF-hand_7
-## 196     Eukaryota Metazoa       LIM
-## 449     Eukaryota Metazoa  Collagen
-## 854     Eukaryota Metazoa    EGF_CA
-## 4       Eukaryota Metazoa       EGF
-## 237     Eukaryota Metazoa     TPR_1
-##                                                    PFAM_desc   model
-## 185                                 WD domain, G-beta repeat PF00400
-## 77                                    Zinc finger, C2H2 type PF00096
-## 1153                                     Leucine rich repeat PF13855
-## 61   RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) PF00076
-## 1121                                     EF-hand domain pair PF13499
-## 196                                               LIM domain PF00412
-## 449                 Collagen triple helix repeat (20 copies) PF01391
-## 854                               Calcium-binding EGF domain PF07645
-## 4                                            EGF-like domain PF00008
-## 237                                 Tetratricopeptide repeat PF00515
-##      is_chloroplastic is_mitochondrial count
-## 185             FALSE            FALSE   826
-## 77              FALSE            FALSE   805
-## 1153            FALSE            FALSE   449
-## 61              FALSE            FALSE   291
-## 1121            FALSE            FALSE   263
-## 196             FALSE            FALSE   242
-## 449             FALSE            FALSE   181
-## 854             FALSE            FALSE   174
-## 4               FALSE            FALSE   135
-## 237             FALSE            FALSE   126
-
    -
  1. WD domain, G-beta repeat
    -WD-40 repeats (also known as WD or beta-transducin repeats) are short ~40 amino acid motifs, often terminating in a Trp-Asp (W-D) dipeptide. WD40 repeats usually assume a 7-8 bladed beta-propeller fold, but proteins have been found with 4 to 16 repeated units, which also form a circularised beta-propeller structure. WD-repeat proteins are a large family found in all eukaryotes and are implicated in a variety of functions ranging from signal transduction and transcription regulation to cell cycle control and apoptosis. Repeated WD40 motifs act as a site for protein-protein interaction, and proteins containing WD40 repeats are known to serve as platforms for the assembly of protein complexes or mediators of transient interplay among other proteins. The specificity of the proteins is determined by the sequences outside the repeats themselves. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase [PUBMED:11814058, PUBMED:10322433]. In Arabidopsis spp., several WD40-containing proteins act as key regulators of plant-specific developmental events. One group of WD40 repeats is involved in RNA-processing complexes, some members forming part of snRNP particles6. Another group makes up parts of transcriptional regulators, including the TFIID subunit of the TATA-box-binding complex7, 8, 9. Others play roles in cytoskeleton assembly and mitotic-spindle formation10, 11, regulate vesicle formation and vesicular trafficking12, control various aspects of cell division13 or regulate sulfur metabolism in fungi14. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase.[3][4]
    -
  2. -
  3. Zinc finger, C2H2 type The C2H2 zinc finger is the classical zinc finger domain. The two conserved cysteines and histidines co-ordinate a zinc ion. The following pattern describes the zinc finger: #-X-C-X(1-5)-C-X3-#-X5-#-X2-H-X(3-6)-[H/C] Where X can be any amino acid, and numbers in brackets indicate the number of residues. The positions marked # are those that are important for the stable fold of the zinc finger. The final position can be either his or cys. The C2H2 zinc finger is composed of two short beta strands followed by an alpha helix. The amino terminal part of the helix binds the major groove in DNA binding zinc fingers. The accepted consensus binding sequence for Sp1 is usually defined by the asymmetric hexanucleotide core GGGCGG but this sequence does not include, among others, the GAG (=CTC) repeat that constitutes a high-affinity site for Sp1 binding to the wt1 promoter [2].
    -They were first identified as a DNA-binding motif in transcription factor TFIIIA from Xenopus laevis (African clawed frog), however they are now recognised to bind DNA, RNA, protein, and/or lipid substrates.[11][12][13][14][15] Their binding properties depend on the amino acid sequence of the finger domains and on the linker between fingers, as well as on the higher-order structures and the number of fingers. Znf domains are often found in clusters, where fingers can have different binding specificities. Znf motifs occur in several unrelated protein superfamilies, varying in both sequence and structure. They display considerable versatility in binding modes, even between members of the same class (e.g., some bind DNA, others protein), suggesting that Znf motifs are stable scaffolds that have evolved specialised functions. For example, Znf-containing proteins function in gene transcription, translation, mRNA trafficking, cytoskeleton organization, epithelial development, cell adhesion, protein folding, chromatin remodeling, and zinc sensing, to name but a few.[16] Zinc-binding motifs are stable structures, and they rarely undergo conformational changes upon binding their target.
    -
  4. -
  5. Leucine rich repeat (LRR_8) A leucine-rich repeat (LRR) is a protein structural motif that forms an α/β horseshoe fold.[1][2] It is composed of repeating 20–30 amino acid stretches that are unusually rich in the hydrophobic amino acid leucine. These repeats commonly fold together to form a solenoid protein domain, termed leucine-rich repeat domain. Typically, each repeat unit has beta strand-turn-alpha helix structure, and the assembled domain, composed of many such repeats, has a horseshoe shape with an interior parallel beta sheet and an exterior array of helices. One face of the beta sheet and one side of the helix array are exposed to solvent and are therefore dominated by hydrophilic residues. The region between the helices and sheets is the protein’s hydrophobic core and is tightly sterically packed with leucine residues. Leucine-rich repeats are frequently involved in the formation of protein–protein interactions.
    -Leucine-rich repeats (LRR) consist of 2-45 motifs of 20-30 amino acids in length that generally folds into an arc or horseshoe shape [PUBMED:14747988]. LRRs occur in proteins ranging from viruses to eukaryotes, and appear to provide a structural framework for the formation of protein-protein interactions [PUBMED:11751054, PUBMED:1657640].Proteins containing LRRs include tyrosine kinase receptors, cell-adhesion molecules, virulence factors, and extracellular matrix-binding glycoproteins, and are involved in a variety of biological processes, including signal transduction, cell adhesion, DNA repair, recombination, transcription, RNA processing, disease resistance, apoptosis, and the immune response [PUBMED:2176636].
    -Sequence analyses of LRR proteins suggested the existence of several different subfamilies of LRRs. The significance of this classification is that repeats from different subfamilies never occur simultaneously and have most probably evolved independently. It is, however, now clear that all major classes of LRR have curved horseshoe structures with a parallel beta sheet on the concave side and mostly helical elements on the convex side. At least six families of LRR proteins, characterised by different lengths and consensus sequences of the repeats, have been identified. Eleven-residue segments of the LRRs (LxxLxLxxN/CxL), corresponding to the beta-strand and adjacent loop regions, are conserved in LRR proteins, whereas the remaining parts of the repeats (herein termed variable) may be very different. Despite the differences, each of the variable parts contains two half-turns at both ends and a “linear” segment (as the chain follows a linear path overall), usually formed by a helix, in the middle. The concave face and the adjacent loops are the most common protein interaction surfaces on LRR proteins. 3D structure of some LRR proteins-ligand complexes show that the concave surface of LRR domain is ideal for interaction with alpha-helix, thus supporting earlier conclusions that the elongated and curved LRR structure provides an outstanding framework for achieving diverse protein-protein interactions [PUBMED:11751054]. Molecular modeling suggests that the conserved pattern LxxLxL, which is shorter than the previously proposed LxxLxLxxN/CxL is sufficient to impart the characteristic horseshoe curvature to proteins with 20- to 30-residue repeats [PUBMED:11967365].
    -Leucine-rich repeat motifs have been identified in a large number of functionally unrelated proteins.[5] The best-known example is the ribonuclease inhibitor, but other proteins such as the tropomyosin regulator tropomodulin and the toll-like receptor also share the motif. In fact, the toll-like receptor possesses 10 successive LRR motifs which serve to bind pathogen- and danger-associated molecular patterns. Although the canonical LRR protein contains approximately one helix for every beta strand, variants that form beta-alpha superhelix folds sometimes have long loops rather than helices linking successive beta strands. One leucine-rich repeat variant domain (LRV) has a novel repetitive structural motif consisting of alternating alpha- and 310-helices arranged in a right-handed superhelix, with the absence of the beta-sheets present in other leucine-rich repeats.[6]
    -
  6. -
  7. RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain)
    -RNA recognition motif, RNP-1 is a putative RNA-binding domain of about 90 amino acids that are known to bind single-stranded RNAs. It was found in many eukaryotic proteins.[1][2][3] The largest group of single strand RNA-binding protein is the eukaryotic RNA recognition motif (RRM) family that contains an eight amino acid RNP-1 consensus sequence.[4][5] RRM proteins have a variety of RNA binding preferences and functions, and include heterogeneous nuclear ribonucleoproteins (hnRNPs), proteins implicated in regulation of alternative splicing (SR, U2AF2, Sxl), protein components of small nuclear ribonucleoproteins (U1 and U2 snRNPs), and proteins that regulate RNA stability and translation (PABP, La, Hu).[2][3][5] The RRM in heterodimeric splicing factor U2 snRNP auxiliary factor appears to have two RRM-like domains with specialised features for protein recognition.[6] The motif also appears in a few single stranded DNA binding proteins. The typical RRM consists of four anti-parallel beta-strands and two alpha-helices arranged in a beta-alpha-beta-beta-alpha-beta fold with side chains that stack with RNA bases. A third helix is present during RNA binding in some cases.[7] The RRM is reviewed in a number of publications.[8][9][10]
    -The RRM motif is probably diagnostic of an RNA binding protein. RRMs are found in a variety of RNA binding proteins, including various hnRNP proteins, proteins implicated in regulation of alternative splicing, and protein components of snRNPs. The motif also appears in a few single stranded DNA binding proteins. The RRM structure consists of four strands and two helices arranged in an alpha/beta sandwich, with a third helix present during RNA binding in some cases The C-terminal beta strand (4th strand) and final helix are hard to align and have been omitted in the SEED alignment The LA proteins (P05455) have an N terminal rrm which is included in the seed. There is a second region towards the C terminus that has some features characteristic of a rrm but does not appear to have the important structural core of a rrm. The LA proteins (P05455) are one of the main autoantigens in Systemic lupus erythematosus (SLE), an autoimmune disease.
    -
  8. -
  9. EF-hand domain pair The EF hand is a helix-loop-helix structural domain or motif found in a large family of calcium-binding proteins. The EF-hand motif contains a helix-loop-helix topology, much like the spread thumb and forefinger of the human hand, in which the Ca2+ ions are coordinated by ligands within the loop. The motif takes its name from traditional nomenclature used in describing the protein parvalbumin, which contains three such motifs and is probably involved in muscle relaxation via its calcium-binding activity. The EF-hand consists of two alpha helices linked by a short loop region (usually about 12 amino acids) that usually binds calcium ions. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. example: Aequorin is a calcium binding protein (CaBP) isolated from the coelenterate Aequorea victoria. Aequorin belongs to the EF-hand family of CaBPs, with EF-hand loops that are closely related to CaBPs in mammals. In addition, aequorin has been used for years as an indicator of Ca2+ and has been shown to be safe and well tolerated by cells. Aequorin is made up of two components – the calcium binding component apoaequorin (AQ) and the chemiluminescent molecule coelenterazine. The AQ portion of this protein contains the EF-hand calcium binding domains.[2]
    -
  10. -
  11. LIM domain
    -LIM domains are protein structural domains, composed of two contiguous zinc finger domains, separated by a two-amino acid residue hydrophobic linker.[1] They are named after their initial discovery in the proteins Lin11, Isl-1 & Mec-3.[2] LIM-domain containing proteins have been shown to play roles in cytoskeletal organisation, organ development and oncogenesis. LIM-domains mediate protein–protein interactions that are critical to cellular processes. LIM domains have highly divergent sequences, apart from certain key residues. The sequence divergence allow a great many different binding sites to be grafted onto the same basic domain. The conserved residues are those involved in zinc binding or the hydrophobic core of the protein. The sequence signature of LIM domains is as follows: [C]-[X]2–4-[C]-[X]13–19-[W]-[H]-[X]2–4-[C]-[F]-[LVI]-[C]-[X]2–4-[C]-[X]13–20-C-[X]2–4-[C] LIM domains frequently occur in multiples, as seen in proteins such as TES, LMO4, and can also be attached to other domains in order to confer a binding or targeting function upon them, such as LIM-kinase. The LIM superclass of genes have been classified into 14 classes: ABLIM, CRP, ENIGMA, EPLIN, LASP, LHX, LMO, LIMK, LMO7, MICAL, PXN, PINCH, TES, and ZYX. Six of these classes (i.e., ABLIM, MICAL, ENIGMA, ZYX, LHX, LM07) originated in the stem lineage of animals, and this expansion is thought to have made a major contribution to the origin of animal multicellularity.[3] LIM domains are also found in various bacterial lineages where they are typically fused to a metallopeptidase domain. Some versions show fusions to an inactive P-loop NTPase at their N-terminus and a single transmembrane helix. These domain fusions suggest that the prokaryotic LIM domains are likely to regulate protein processing at the cell membrane. The domain architectural syntax is remarkable parallel to those of the prokaryotic versions of the B-box zinc finger and the AN1 zinc finger domains.
    -
  12. -
  13. Collagen triple helix repeat (20 copies)
    -In collagen, the collagen helix, or type-2 helix, is a major shape in secondary structure. It consists of a triple helix made of the repetitious amino acid sequence glycine - X - Y, where X and Y are frequently proline or hydroxyproline.[2][3]A collagen triple helix has 3.3 residues per turn.[4] Each of the three chains is stabilized by the steric repulsion due to the pyrrolidine rings of proline and hydroxyproline residues. The pyrrolidine rings keep out of each other’s way when the polypeptide chain assumes this extended helical form, which is much more open than the tightly coiled form of the alpha helix. The three chains are hydrogen bonded to each other. The hydrogen bond donors are the peptide NH groups of glycine residues. The hydrogen bond acceptors are the CO groups of residues on the other chains. The OH group of hydroxyproline also participates in hydrogen bonding. The rise of the collagen helix (superhelix) is 2.9 Å (0.29 nm) per residue.
    -Members of this family belong to the collagen superfamily [1]. Collagens are generally extracellular structural proteins involved in formation of connective tissue structure. The alignment contains 20 copies of the G-X-Y repeat that forms a triple helix. The first position of the repeat is glycine, the second and third positions can be any residue but are frequently proline and hydroxy-proline. Collagens are post translationally modified by proline hydroxylase to form the hydroxy-proline residues. Defective hydroxylation is the cause of scurvy. Some members of the collagen superfamily are not involved in connective tissue structure but share the same triple helical structure. The family includes bacterial collagen-like triple-helix repeat proteins [2,3].
    -
  14. -
  15. Calcium-binding EGF domain
    -In molecular biology, the calcium-binding EGF domain is a conserved domain of about forty amino-acid residues found in epidermal growth factor (EGF). This domain is present in a large number of membrane-bound and extracellular, mostly animal, proteins.[1][2][3][4][5] Many of these proteins require calcium for their biological function and a calcium-binding site has been found at the N-terminus of some EGF-like domains.[6] Calcium-binding may be crucial for numerous protein-protein interactions. For human coagulation factor IX it has been shown that the calcium-ligands form a pentagonal bipyramid.[7] The first, third and fourth conserved negatively charged or polar residues are side chain ligands. The latter is possibly hydroxylated.[6] A conserved aromatic residue, as well as the second conserved negative residue, are thought to be involved in stabilising the calcium-binding site. As in non-calcium binding EGF-like domains, there are six conserved cysteines and the structure of both types is very similar as calcium-binding induces only strictly local structural changes.[6]
    -A sequence of about forty amino-acid residues found in epidermal growth factor (EGF) has been shown [PUBMED:2288911, PUBMED:6334307, PUBMED:3534958, PUBMED:6607417, PUBMED:3282918] to be present in a large number of membrane-bound and extracellular, mostly animal, proteins. Many of these proteins require calcium for their biological function and a calcium-binding site has been found at the N terminus of some EGF-like domains [PUBMED:1527084]. Calcium-binding may be crucial for numerous protein-protein interactions. For human coagulation factor IX it has been shown [PUBMED:7606779] that the calcium-ligands form a pentagonal bipyramid. The first, third and fourth conserved negatively charged or polar residues are side chain ligands. The latter is possibly hydroxylated (see aspartic acid and asparagine hydroxylation site) [PUBMED:1527084]. A conserved aromatic residue, as well as the second conserved negative residue, are thought to be involved in stabilising the calcium-binding site. As in non-calcium binding EGF-like domains, there are six conserved cysteines and the structure of both types is very similar as calcium-binding induces only strictly local structural changes [PUBMED:1527084].
    -
  16. -
  17. EGF-like domain
    -The EGF-like domain is an evolutionary conserved protein domain, which derives its name from the epidermal growth factor where it was first described. It comprises about 30 to 40 amino-acid residues and has been found in a large number of mostly animal proteins.[2][3] Most occurrences of the EGF-like domain are found in the extracellular domain of membrane-bound proteins or in proteins known to be secreted. An exception to this is the prostaglandin-endoperoxide synthase. The EGF-like domain includes 6 cysteine residues which in the epidermal growth factor have been shown to form 3 disulfide bonds. The structures of 4-disulfide EGF-domains have been solved from the laminin and integrin proteins. The main structure of EGF-like domains is a two-stranded β-sheet followed by a loop to a short C-terminal, two-stranded β-sheet. These two β-sheets are usually denoted as the major (N-terminal) and minor (C-terminal) sheets.[4] EGF-like domains frequently occur in numerous tandem copies in proteins: these repeats typically fold together to form a single, linear solenoid domain block as a functional unit. Has roles in immune system and apoptosis, Ca+-binding.
    -
  18. -
  19. Tetratricopeptide repeat The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
  20. -
-

SUMMARY:

-
-
-

Top-10 Fungi PFAM-Families

-
top_fungi = subset(d_kingdom, Superkingdom=="Eukaryota" & Kingdom == "Fungi" & is_mitochondrial==FALSE)
-(top_fungi <- top_fungi[order(top_fungi$count,decreasing=T)[1:TOP],])
-
##      Superkingdom Kingdom PFAM_Name
-## 184     Eukaryota   Fungi      WD40
-## 62      Eukaryota   Fungi     RRM_1
-## 1124    Eukaryota   Fungi EF-hand_7
-## 78      Eukaryota   Fungi   zf-C2H2
-## 388     Eukaryota   Fungi       PUF
-## 910     Eukaryota   Fungi       NLE
-## 235     Eukaryota   Fungi       Arm
-## 241     Eukaryota   Fungi     TPR_1
-## 9       Eukaryota   Fungi      KH_1
-## 97      Eukaryota   Fungi   Hexapep
-##                                                    PFAM_desc   model
-## 184                                 WD domain, G-beta repeat PF00400
-## 62   RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) PF00076
-## 1124                                     EF-hand domain pair PF13499
-## 78                                    Zinc finger, C2H2 type PF00096
-## 388                        Pumilio-family RNA binding repeat PF00806
-## 910                                      NLE (NUC135) domain PF08154
-## 235                       Armadillo/beta-catenin-like repeat PF00514
-## 241                                 Tetratricopeptide repeat PF00515
-## 9                                                  KH domain PF00013
-## 97           Bacterial transferase hexapeptide (six repeats) PF00132
-##      is_chloroplastic is_mitochondrial count
-## 184             FALSE            FALSE   428
-## 62              FALSE            FALSE    68
-## 1124            FALSE            FALSE    32
-## 78              FALSE            FALSE    23
-## 388             FALSE            FALSE    23
-## 910             FALSE            FALSE    20
-## 235             FALSE            FALSE    19
-## 241             FALSE            FALSE    19
-## 9               FALSE            FALSE    18
-## 97              FALSE            FALSE    17
-
    -
  1. WD domain, G-beta repeat
    -WD-40 repeats (also known as WD or beta-transducin repeats) are short ~40 amino acid motifs, often terminating in a Trp-Asp (W-D) dipeptide. WD40 repeats usually assume a 7-8 bladed beta-propeller fold, but proteins have been found with 4 to 16 repeated units, which also form a circularised beta-propeller structure. WD-repeat proteins are a large family found in all eukaryotes and are implicated in a variety of functions ranging from signal transduction and transcription regulation to cell cycle control and apoptosis. Repeated WD40 motifs act as a site for protein-protein interaction, and proteins containing WD40 repeats are known to serve as platforms for the assembly of protein complexes or mediators of transient interplay among other proteins. The specificity of the proteins is determined by the sequences outside the repeats themselves. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase [PUBMED:11814058, PUBMED:10322433]. In Arabidopsis spp., several WD40-containing proteins act as key regulators of plant-specific developmental events. One group of WD40 repeats is involved in RNA-processing complexes, some members forming part of snRNP particles6. Another group makes up parts of transcriptional regulators, including the TFIID subunit of the TATA-box-binding complex7, 8, 9. Others play roles in cytoskeleton assembly and mitotic-spindle formation10, 11, regulate vesicle formation and vesicular trafficking12, control various aspects of cell division13 or regulate sulfur metabolism in fungi14. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase.[3][4]
    -
  2. -
  3. RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) RNA recognition motif, RNP-1 is a putative RNA-binding domain of about 90 amino acids that are known to bind single-stranded RNAs. It was found in many eukaryotic proteins.[1][2][3] The largest group of single strand RNA-binding protein is the eukaryotic RNA recognition motif (RRM) family that contains an eight amino acid RNP-1 consensus sequence.[4][5] RRM proteins have a variety of RNA binding preferences and functions, and include heterogeneous nuclear ribonucleoproteins (hnRNPs), proteins implicated in regulation of alternative splicing (SR, U2AF2, Sxl), protein components of small nuclear ribonucleoproteins (U1 and U2 snRNPs), and proteins that regulate RNA stability and translation (PABP, La, Hu).[2][3][5] The RRM in heterodimeric splicing factor U2 snRNP auxiliary factor appears to have two RRM-like domains with specialised features for protein recognition.[6] The motif also appears in a few single stranded DNA binding proteins. The typical RRM consists of four anti-parallel beta-strands and two alpha-helices arranged in a beta-alpha-beta-beta-alpha-beta fold with side chains that stack with RNA bases. A third helix is present during RNA binding in some cases.[7] The RRM is reviewed in a number of publications.[8][9][10]
    -The RRM motif is probably diagnostic of an RNA binding protein. RRMs are found in a variety of RNA binding proteins, including various hnRNP proteins, proteins implicated in regulation of alternative splicing, and protein components of snRNPs. The motif also appears in a few single stranded DNA binding proteins. The RRM structure consists of four strands and two helices arranged in an alpha/beta sandwich, with a third helix present during RNA binding in some cases The C-terminal beta strand (4th strand) and final helix are hard to align and have been omitted in the SEED alignment The LA proteins (P05455) have an N terminal rrm which is included in the seed. There is a second region towards the C terminus that has some features characteristic of a rrm but does not appear to have the important structural core of a rrm. The LA proteins (P05455) are one of the main autoantigens in Systemic lupus erythematosus (SLE), an autoimmune disease.
    -
  4. -
  5. EF-hand domain pair
    -The EF hand is a helix-loop-helix structural domain or motif found in a large family of calcium-binding proteins. The EF-hand motif contains a helix-loop-helix topology, much like the spread thumb and forefinger of the human hand, in which the Ca2+ ions are coordinated by ligands within the loop. The motif takes its name from traditional nomenclature used in describing the protein parvalbumin, which contains three such motifs and is probably involved in muscle relaxation via its calcium-binding activity. The EF-hand consists of two alpha helices linked by a short loop region (usually about 12 amino acids) that usually binds calcium ions. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. example: Aequorin is a calcium binding protein (CaBP) isolated from the coelenterate Aequorea victoria. Aequorin belongs to the EF-hand family of CaBPs, with EF-hand loops that are closely related to CaBPs in mammals. In addition, aequorin has been used for years as an indicator of Ca2+ and has been shown to be safe and well tolerated by cells. Aequorin is made up of two components – the calcium binding component apoaequorin (AQ) and the chemiluminescent molecule coelenterazine. The AQ portion of this protein contains the EF-hand calcium binding domains.[2]
    -
  6. -
  7. Zinc finger, C2H2 type
    -The C2H2 zinc finger is the classical zinc finger domain. The two conserved cysteines and histidines co-ordinate a zinc ion. The following pattern describes the zinc finger: #-X-C-X(1-5)-C-X3-#-X5-#-X2-H-X(3-6)-[H/C] Where X can be any amino acid, and numbers in brackets indicate the number of residues. The positions marked # are those that are important for the stable fold of the zinc finger. The final position can be either his or cys. The C2H2 zinc finger is composed of two short beta strands followed by an alpha helix. The amino terminal part of the helix binds the major groove in DNA binding zinc fingers. The accepted consensus binding sequence for Sp1 is usually defined by the asymmetric hexanucleotide core GGGCGG but this sequence does not include, among others, the GAG (=CTC) repeat that constitutes a high-affinity site for Sp1 binding to the wt1 promoter [2].
    -They were first identified as a DNA-binding motif in transcription factor TFIIIA from Xenopus laevis (African clawed frog), however they are now recognised to bind DNA, RNA, protein, and/or lipid substrates.[11][12][13][14][15] Their binding properties depend on the amino acid sequence of the finger domains and on the linker between fingers, as well as on the higher-order structures and the number of fingers. Znf domains are often found in clusters, where fingers can have different binding specificities. Znf motifs occur in several unrelated protein superfamilies, varying in both sequence and structure. They display considerable versatility in binding modes, even between members of the same class (e.g., some bind DNA, others protein), suggesting that Znf motifs are stable scaffolds that have evolved specialised functions. For example, Znf-containing proteins function in gene transcription, translation, mRNA trafficking, cytoskeleton organization, epithelial development, cell adhesion, protein folding, chromatin remodeling, and zinc sensing, to name but a few.[16] Zinc-binding motifs are stable structures, and they rarely undergo conformational changes upon binding their target.
    -
  8. -
  9. Pumilio-family RNA binding repeat
    -Puf repeats (aka PUM-HD, Pumilio homology domain) are necessary and sufficient for sequence specific RNA binding in fly Pumilio and worm FBF-1 and FBF-2. Both proteins function as translational repressors in early embryonic development by binding sequences in the 3’ UTR of target mRNAs (e.g. the nanos response element (NRE) in fly Hunchback mRNA, or the point mutation element (PME) in worm fem-3 mRNA). Other proteins that contain Puf domains are also plausible RNA binding proteins. P47135 for instance, appears to also contain a single RRM domain by HMM analysis. Puf domains usually occur as a tandem repeat of 8 domains. The Pfam model does not necessarily recognise all 8 repeats in all sequences; some sequences appear to have 5 or 6 repeats on initial analysis, but further analysis suggests the presence of additional divergent repeats. Structures of PUF repeat proteins show they consist of a two helix structure [3,4].
    -
  10. -
  11. NLE (NUC135) domain
    -This domain is located N terminal to WD40 repeats. It is found in the microtubule-associated protein Q12024 [1].
    -
  12. -
  13. Armadillo/beta-catenin-like repeat
    -The armadillo (Arm) repeat is an approximately 40 amino acid long tandemly repeated sequence motif first identified in the Drosophila melanogaster segment polarity gene armadillo involved in signal transduction through wingless. Animal Arm-repeat proteins function in various processes, including intracellular signalling and cytoskeletal regulation, and include such proteins as beta-catenin, the junctional plaque protein plakoglobin, the adenomatous polyposis coli (APC) tumour suppressor protein, and the nuclear transport factor importin-alpha, amongst others [PUBMED:9770300]. A subset of these proteins is conserved across eukaryotic kingdoms. In higher plants, some Arm-repeat proteins function in intracellular signalling like their mammalian counterparts, while others have novel functions [PUBMED:12946625]. The 3-dimensional fold of an armadillo repeat is known from the crystal structure of beta-catenin, where the 12 repeats form a superhelix of alpha helices with three helices per unit [PUBMED:9298899]. The cylindrical structure features a positively charged grove, which presumably interacts with the acidic surfaces of the known interaction partners of beta-catenin.
    -
  14. -
  15. Tetratricopeptide repeat
    -The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
    -
  16. -
  17. KH domain
    -The K Homology (KH) domain is a protein domain that was first identified in the human heterogeneous nuclear ribonucleoprotein (hnRNP) K. An evolutionarily conserved sequence of around 70 amino acids, the KH domain is present in a wide variety of nucleic acid-binding proteins. The KH domain binds RNA, and can function in RNA recognition.[1] It is found in multiple copies in several proteins, where they can function cooperatively or independently. For example, in the AU-rich element RNA-binding protein KSRP, which has 4 KH domains, KH domains 3 and 4 behave as independent binding modules to interact with different regions of the AU-rich RNA targets.[1] The solution structure of the first KH domain of FMR1 and of the C-terminal KH domain of hnRNP K determined by nuclear magnetic resonance (NMR) revealed a beta-alpha-alpha-beta-beta-alpha structure.[2][3] Autoantibodies to NOVA1, a KH domain protein, cause paraneoplastic opsoclonus ataxia. The KH domain is found at the N-terminus of the ribosomal protein S3. This domain is unusual in that it has a different fold compared to the normal KH domain.[4] KH domains bind to either RNA or single stranded DNA. The nucleic acid is bound in an extended conformation across one side of the domain. The binding occurs in a cleft formed between alpha helix 1, alpha helix 2 the GXXG loop (contains a highly conserved sequence motif) and the variable loop.[5] The binding cleft is hydrophobic in nature with a variety of additional protein specific interactions to stabilise the complex. Valverde and colleagues note that, “Nucleic acid base-to-protein aromatic side chain stacking interactions which are prevalent in other types of single stranded nucleic acid binding motifs, are notably absent in KH domain nucleic acid recognition”.[5]
    -
  18. -
  19. Bacterial transferase hexapeptide (six repeats) A variety of bacterial transferases contain a repeat structure composed of tandem repeats of a [LIV]-G-X(4) hexapeptide, which, in the tertiary structure of LpxA (UDP N-acetylglucosamine acyltransferase) [PUBMED:7481807], has been shown to form a left-handed parallel beta helix. A number of different transferase protein families contain this repeat, such as
    -galactoside acetyltransferase-like proteins [PUBMED:11937062]: The galactoside acetyltransferase (thiogalactoside transacetylase) of Escherichia coli (GAT, LacA, EC 2.3.1.18) is a gene product of the classical lac operon. GAT may assist cellular detoxification by acetylating nonmetabolizable pyranosides, thereby preventing their reentry into the cell.
    -the gamma-class of carbonic anhydrases [PUBMED:10924115]: Carbonic anhydrases (CA: EC:4.2.1.1) are zinc metalloenzymes which catalyse the reversible hydration of carbon dioxide to bicarbonate [PMID: 18336305, PMID: 10978542].
    -and tetrahydrodipicolinate-N-succinlytransferases (DapD) the latter containing an extra N-terminal 3-helical domain [PUBMED:11910040]: Tetrahydrodipicolinate N-succinyltransferase (DapD) catalyzes the succinyl-CoA-dependent acylation of L-2-amino-6-oxopimelate to 2-N-succinyl-6-oxopimelate as part of the succinylase branch of the meso-diaminopimelate/lysine biosynthetic pathway of bacteria, blue-green algae, and plants. This pathway provides meso-diaminopimelate as a building block for cell wall peptidoglycan in most bacteria, and is regarded as a target pathway for antibacterial agents.
  20. -
-

SUMMARY:
-- RNA binding (pumillo)
-- RNA recognition (KH-domain)

-
-
-
-

Top-10 chloroplastic PFAM-Families

-
top_chloroplastic = subset(d_superkingdom, is_chloroplastic==TRUE)
-(top_chloroplastic <- top_chloroplastic[order(top_chloroplastic$count,decreasing=T)[1:TOP],])
-
##     Superkingdom     PFAM_Name
-## 828    Eukaryota         PPR_2
-## 354    Eukaryota           PPR
-## 48     Eukaryota         RRM_1
-## 869    Eukaryota         PPR_3
-## 819    Eukaryota         PPR_1
-## 171    Eukaryota Ribosomal_L12
-## 108    Eukaryota  Ribosomal_L6
-## 244    Eukaryota Homoserine_dh
-## 287    Eukaryota          NifU
-## 480    Eukaryota         Clp_N
-##                                                     PFAM_desc   model
-## 828                                         PPR repeat family PF13041
-## 354                                                PPR repeat PF01535
-## 48    RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) PF00076
-## 869                           Pentatricopeptide repeat domain PF13812
-## 819                                                PPR repeat PF12854
-## 171                Ribosomal protein L7/L12 C-terminal domain PF00542
-## 108                                      Ribosomal protein L6 PF00347
-## 244                                  Homoserine dehydrogenase PF00742
-## 287                                          NifU-like domain PF01106
-## 480 Clp amino terminal domain, pathogenicity island component PF02861
-##     is_chloroplastic is_mitochondrial count
-## 828             TRUE            FALSE    54
-## 354             TRUE            FALSE    51
-## 48              TRUE            FALSE    14
-## 869             TRUE            FALSE    14
-## 819             TRUE            FALSE    11
-## 171             TRUE            FALSE     5
-## 108             TRUE            FALSE     4
-## 244             TRUE            FALSE     4
-## 287             TRUE            FALSE     4
-## 480             TRUE            FALSE     4
-
    -
  1. PPR repeat family (PPR_2)
    -This repeat has no known function. It is about 35 amino acids long and is found in up to 18 copies in some proteins. The family appears to be greatly expanded in plants and fungi. The repeat has been called PPR [1].
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  2. -
  3. PPR repeat
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  4. -
  5. RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain)
    -RNA recognition motif, RNP-1 is a putative RNA-binding domain of about 90 amino acids that are known to bind single-stranded RNAs. It was found in many eukaryotic proteins.[1][2][3] The largest group of single strand RNA-binding protein is the eukaryotic RNA recognition motif (RRM) family that contains an eight amino acid RNP-1 consensus sequence.[4][5] RRM proteins have a variety of RNA binding preferences and functions, and include heterogeneous nuclear ribonucleoproteins (hnRNPs), proteins implicated in regulation of alternative splicing (SR, U2AF2, Sxl), protein components of small nuclear ribonucleoproteins (U1 and U2 snRNPs), and proteins that regulate RNA stability and translation (PABP, La, Hu).[2][3][5] The RRM in heterodimeric splicing factor U2 snRNP auxiliary factor appears to have two RRM-like domains with specialised features for protein recognition.[6] The motif also appears in a few single stranded DNA binding proteins. The typical RRM consists of four anti-parallel beta-strands and two alpha-helices arranged in a beta-alpha-beta-beta-alpha-beta fold with side chains that stack with RNA bases. A third helix is present during RNA binding in some cases.[7] The RRM is reviewed in a number of publications.[8][9][10]
    -The RRM motif is probably diagnostic of an RNA binding protein. RRMs are found in a variety of RNA binding proteins, including various hnRNP proteins, proteins implicated in regulation of alternative splicing, and protein components of snRNPs. The motif also appears in a few single stranded DNA binding proteins. The RRM structure consists of four strands and two helices arranged in an alpha/beta sandwich, with a third helix present during RNA binding in some cases The C-terminal beta strand (4th strand) and final helix are hard to align and have been omitted in the SEED alignment The LA proteins (P05455) have an N terminal rrm which is included in the seed. There is a second region towards the C terminus that has some features characteristic of a rrm but does not appear to have the important structural core of a rrm. The LA proteins (P05455) are one of the main autoantigens in Systemic lupus erythematosus (SLE), an autoimmune disease.
    -
  6. -
  7. Pentatricopeptide repeat domain
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -This family matches additional variants of the PPR repeat that were not captured by the model for PF01535 (PPR). In the case of the Arabidopsis protein UniProtKB:Q66GI4 the repeated helices in this N-terminal region, of protein-only RNase P (PRORP) enzymes, form the pentatricopeptide repeat (PPR) domain which enhances pre-tRNA binding affinity. PROPRP enzymes process precursor tRNAs in human mitochondria and in all tRNA-using compartments of Arabidopsis thaliana [1].
    -
  8. -
  9. PPR repeat (PPR_1)
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  10. -
  11. Ribosomal protein L7/L12 C-terminal domain
    -Ribosomes are the particles that catalyse mRNA-directed protein synthesis in all organisms. The codons of the mRNA are exposed on the ribosome to allow tRNA binding. This leads to the incorporation of amino acids into the growing polypeptide chain in accordance with the genetic information. Incoming amino acid monomers enter the ribosomal A site in the form of aminoacyl-tRNAs complexed with elongation factor Tu (EF-Tu) and GTP. The growing polypeptide chain, situated in the P site as peptidyl-tRNA, is then transferred to aminoacyl-tRNA and the new peptidyl-tRNA, extended by one residue, is translocated to the P site with the aid the elongation factor G (EF-G) and GTP as the deacylated tRNA is released from the ribosome through one or more exit sites [PUBMED:11297922, PUBMED:11290319]. About 2/3 of the mass of the ribosome consists of RNA and 1/3 of protein. The proteins are named in accordance with the subunit of the ribosome which they belong to - the small (S1 to S31) and the large (L1 to L44). Usually they decorate the rRNA cores of the subunits. Many ribosomal proteins, particularly those of the large subunit, are composed of a globular, surfaced-exposed domain with long finger-like projections that extend into the rRNA core to stabilise its structure. Most of the proteins interact with multiple RNA elements, often from different domains. In the large subunit, about 1/3 of the 23S rRNA nucleotides are at least in van der Waal’s contact with protein, and L22 interacts with all six domains of the 23S rRNA. Proteins S4 and S7, which initiate assembly of the 16S rRNA, are located at junctions of five and four RNA helices, respectively. In this way proteins serve to organise and stabilise the rRNA tertiary structure. While the crucial activities of decoding and peptide transfer are RNA based, proteins play an active role in functions that may have evolved to streamline the process of protein synthesis. In addition to their function in the ribosome, many ribosomal proteins have some function ‘outside’ the ribosome [PUBMED:11290319, PUBMED:11114498]. This entry represents the C-terminal domain of the large subunit ribosomal proteins, known as the L7/L12 family. L7/L12 is present in each 50S subunit in four copies organised as two dimers. The L8 protein complex consisting of two dimers of L7/L12 and L10 in Escherichia coli ribosomes is assembled on the conserved region of 23 S rRNA termed the GTPase-associated domain [PUBMED:10488095]. The L7/L12 dimer probably interacts with EF-Tu. L7 and L12 only differ in a single post translational modification of the addition of an acetyl group to the N terminus of L7.
    -
  12. -
  13. Ribosomal protein L6
    -Ribosomes are the particles that catalyse mRNA-directed protein synthesis in all organisms. The codons of the mRNA are exposed on the ribosome to allow tRNA binding. This leads to the incorporation of amino acids into the growing polypeptide chain in accordance with the genetic information. Incoming amino acid monomers enter the ribosomal A site in the form of aminoacyl-tRNAs complexed with elongation factor Tu (EF-Tu) and GTP. The growing polypeptide chain, situated in the P site as peptidyl-tRNA, is then transferred to aminoacyl-tRNA and the new peptidyl-tRNA, extended by one residue, is translocated to the P site with the aid the elongation factor G (EF-G) and GTP as the deacylated tRNA is released from the ribosome through one or more exit sites [PUBMED:11297922, PUBMED:11290319]. About 2/3 of the mass of the ribosome consists of RNA and 1/3 of protein. The proteins are named in accordance with the subunit of the ribosome which they belong to - the small (S1 to S31) and the large (L1 to L44). Usually they decorate the rRNA cores of the subunits. Many ribosomal proteins, particularly those of the large subunit, are composed of a globular, surfaced-exposed domain with long finger-like projections that extend into the rRNA core to stabilise its structure. Most of the proteins interact with multiple RNA elements, often from different domains. In the large subunit, about 1/3 of the 23S rRNA nucleotides are at least in van der Waal’s contact with protein, and L22 interacts with all six domains of the 23S rRNA. Proteins S4 and S7, which initiate assembly of the 16S rRNA, are located at junctions of five and four RNA helices, respectively. In this way proteins serve to organise and stabilise the rRNA tertiary structure. While the crucial activities of decoding and peptide transfer are RNA based, proteins play an active role in functions that may have evolved to streamline the process of protein synthesis. In addition to their function in the ribosome, many ribosomal proteins have some function ‘outside’ the ribosome [PUBMED:11290319, PUBMED:11114498].
    -L6 is a protein from the large (50S) subunit. In Escherichia coli, it is located in the aminoacyl-tRNA binding site of the peptidyltransferase centre, and is known to bind directly to 23S rRNA. It belongs to a family of ribosomal proteins, including L6 from bacteria, cyanelles (structures that perform similar functions to chloroplasts, but have structural and biochemical characteristics of Cyanobacteria) and mitochondria; and L9 from mammals, Drosophila, plants and yeast. L6 contains two domains with almost identical folds, suggesting that is was derived by the duplication of an ancient RNA-binding protein gene. Analysis reveals several sites on the protein surface where interactions with other ribosome components may occur, the N terminus being involved in protein-protein interactions and the C terminus containing possible RNA-binding sites [PUBMED:8262035]. This entry represents the alpha-beta domain found duplicated in ribosomal L6 proteins. This domain consists of two beta-sheets and one alpha-helix packed around single core [PUBMED:8262035].
    -
  14. -
  15. Homoserine dehydrogenase
    -Bacteria, plants and fungi metabolise aspartic acid to produce four amino acids - lysine, threonine, methionine and isoleucine - in a series of reactions known as the aspartate pathway. Additionally, several important metabolic intermediates are produced by these reactions, such as diaminopimelic acid, an essential component of bacterial cell wall biosynthesis, and dipicolinic acid, which is involved in sporulation in Gram-positive bacteria. Members of the animal kingdom do not posses this pathway and must therefore acquire these essential amino acids through their diet. Research into improving the metabolic flux through this pathway has the potential to increase the yield of the essential amino acids in important crops, thus improving their nutritional value. Additionally, since the enzymes are not present in animals, inhibitors of them are promising targets for the development of novel antibiotics and herbicides. For more information see [PUBMED:11352712]. Homoserine dehydrogenase (EC) catalyses the third step in the aspartate pathway; theNAD(P)-dependent reduction of aspartate beta-semialdehyde into homoserine [PUBMED:8500624, PUBMED:8395899]. Homoserine is an intermediate in the biosynthesis of threonine, isoleucine, and methionine. The enzyme can be found in a monofunctional form, in some bacteria and yeast, or a bifunctional form consisting of an N-terminal aspartokinase domain and a C-terminal homoserine dehydrogenase domain, as found in bacteria such as Escherichia coli and in plants. Structural analysis of the yeast monofunctional enzyme (SWISSPROT) indicates that the enzyme is a dimer composed of three distinct regions; an N-terminal nucleotide-binding domain, a short central dimerisation region, and a C-terminal catalytic domain [PUBMED:10700284]. The N-terminal domain forms a modified Rossman fold, while the catalytic domain forms a novel alpha-beta mixed sheet. This entry represents the catalytic domain of homoserine dehydrogenase.
    -
  16. -
  17. NifU-like domain
    -Iron-sulphur (FeS) clusters are important cofactors for numerous proteins involved in electron transfer, in redox and non-redox catalysis, in gene regulation, and as sensors of oxygen and iron. These functions depend on the various FeS cluster prosthetic groups, the most common being [2Fe-2S] and [4Fe-4S] [PUBMED:16221578]. FeS cluster assembly is a complex process involving the mobilisation of Fe and S atoms from storage sources, their assembly into [Fe-S] form, their transport to specific cellular locations, and their transfer to recipient apoproteins. So far, three FeS assembly machineries have been identified, which are capable of synthesising all types of [Fe-S] clusters: ISC (iron-sulphur cluster), SUF (sulphur assimilation), and NIF (nitrogen fixation) systems. The ISC system is conserved in eubacteria and eukaryotes (mitochondria), and has broad specificity, targeting general FeS proteins [PUBMED:16211402, PUBMED:16843540]. It is encoded by the isc operon (iscRSUA-hscBA-fdx-iscX). IscS is a cysteine desulphurase, which obtains S from cysteine (converting it to alanine) and serves as a S donor for FeS cluster assembly. IscU and IscA act as scaffolds to accept S and Fe atoms, assembling clusters and transfering them to recipient apoproteins. HscA is a molecular chaperone and HscB is a co-chaperone. Fdx is a [2Fe-2S]-type ferredoxin. IscR is a transcription factor that regulates expression of the isc operon. IscX (also known as YfhJ) appears to interact with IscS and may function as an Fe donor during cluster assembly [PUBMED:15937904]. The SUF system is an alternative pathway to the ISC system that operates under iron starvation and oxidative stress. It is found in eubacteria, archaea and eukaryotes (plastids). The SUF system is encoded by the suf operon (sufABCDSE), and the six encoded proteins are arranged into two complexes (SufSE and SufBCD) and one protein (SufA). SufS is a pyridoxal-phosphate (PLP) protein displaying cysteine desulphurase activity. SufE acts as a scaffold protein that accepts S from SufS and donates it to SufA [PUBMED:17350000]. SufC is an ATPase with an unorthodox ATP-binding cassette (ABC)-like component. No specific functions have been assigned to SufB and SufD. SufA is homologous to IscA [PUBMED:15278785], acting as a scaffold protein in which Fe and S atoms are assembled into [FeS] cluster forms, which can then easily be transferred to apoproteins targets. In the NIF system, NifS and NifU are required for the formation of metalloclusters of nitrogenase in Azotobacter vinelandii, and other organisms, as well as in the maturation of other FeS proteins. Nitrogenase catalyses the fixation of nitrogen. It contains a complex cluster, the FeMo cofactor, which contains molybdenum, Fe and S. NifS is a cysteine desulphurase. NifU binds one Fe atom at its N-terminal, assembling an FeS cluster that is transferred to nitrogenase apoproteins [PUBMED:11498000]. Nif proteins involved in the formation of FeS clusters can also be found in organisms that do not fix nitrogen [PUBMED:8875867]. This entry represents the C-terminal of NifU and homologous proteins. NifU contains two domains: an N-terminal (INTERPRO) and a C-terminal domain [PUBMED:8048161]. These domains exist either together or on different polypeptides, both domains being found in organisms that do not fix nitrogen (e.g. yeast), so they have a broader significance in the cell than nitrogen fixation.
    -
  18. -
  19. Clp amino terminal domain, pathogenicity island component
    -ClpA is an ATP-dependent chaperone and part of the ClpAP protease that participates in regulatory protein degradation and the dissolution and degradation of protein aggregates [PUBMED:2186030]. ClpA recognises sequences in specific proteins, which it then unfolds in an ATP-dependent manner and transports into the degradation chamber of the associated ClpP protein [PUBMED:10485712, PUBMED:11287666]. A small adaptor-like protein, ClpS, modulates the activity of ClpA and is an important regulatory factor for this protein [PUBMED:12235156]. It protects ClpA from autodegradation and appears to redirect its activity away from soluble proteins and toward aggregated proteins. This entry represents the double Clp-N motif domain found at the N terminus of ATP-dependent Clp proteases. This N-terminal domain interacts with the D1 domain found in Cpl proteases in a fashion similar to that seen in adaptor-binding domains of other AAA(+) proteins [PUBMED:12205096].
  20. -
-

SUMMARY:
-- very distinct function only in bacteria, plants and fungi: Homoserine dehydrogenase plays a role in the unique aspartic acid pathway
-- electron transfer in redox and non-redox catalysis, in gene regulation, and as sensors of oxygen and iron (NifU-like domain is involved in the Fe-S cluster formation)

-
-
-

Top-10 mitochondrial PFAM-Families

-
top_mitochondrial = subset(d_superkingdom, is_mitochondrial==TRUE)
-(top_mitochondrial <- top_mitochondrial[order(top_mitochondrial$count,decreasing=T)[1:TOP],])
-
##     Superkingdom PFAM_Name                                       PFAM_desc
-## 827    Eukaryota     PPR_2                               PPR repeat family
-## 353    Eukaryota       PPR                                      PPR repeat
-## 867    Eukaryota     PPR_3                 Pentatricopeptide repeat domain
-## 818    Eukaryota     PPR_1                                      PPR repeat
-## 127    Eukaryota      WD40                        WD domain, G-beta repeat
-## 856    Eukaryota EF-hand_7                             EF-hand domain pair
-## 158    Eukaryota     TPR_1                        Tetratricopeptide repeat
-## 77     Eukaryota Mito_carr                   Mitochondrial carrier protein
-## 152    Eukaryota   HMG_box                   HMG (high mobility group) box
-## 71     Eukaryota   Hexapep Bacterial transferase hexapeptide (six repeats)
-##       model is_chloroplastic is_mitochondrial count
-## 827 PF13041            FALSE             TRUE   137
-## 353 PF01535            FALSE             TRUE   131
-## 867 PF13812            FALSE             TRUE    58
-## 818 PF12854            FALSE             TRUE    53
-## 127 PF00400            FALSE             TRUE    25
-## 856 PF13499            FALSE             TRUE    11
-## 158 PF00515            FALSE             TRUE     9
-## 77  PF00153            FALSE             TRUE     8
-## 152 PF00505            FALSE             TRUE     7
-## 71  PF00132            FALSE             TRUE     6
-
    -
  1. PPR repeat family (PPR_2)
    -This repeat has no known function. It is about 35 amino acids long and is found in up to 18 copies in some proteins. The family appears to be greatly expanded in plants and fungi. The repeat has been called PPR [1].
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  2. -
  3. PPR repeat (PPR)
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  4. -
  5. Pentatricopeptide repeat domain (PPR_3)
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  6. -
  7. PPR repeat (PPR_1)
    -This entry represents the PPR repeat. Pentatricopeptide repeat (PPR) proteins are characterised by tandem repeats of a degenerate 35 amino acid motif [PUBMED:10664580]. Most of PPR proteins have roles in mitochondria or plastid [PUBMED:15270678]. PPR repeats were discovered while screening Arabidopsis proteins for those predicted to be targeted to mitochondria or chloroplast [PUBMED:10664580, PUBMED:15269332]. Some of these proteins have been shown to play a role in post-transcriptional processes within organelles and they are thought to be sequence-specific RNA-binding proteins [PUBMED:12782738, PUBMED:12832482, PUBMED:18031283]. Plant genomes have between one hundred to five hundred PPR genes per genome whereas non-plant genomes encode two to six PPR proteins. Although no PPR structures are yet known, the motif is predicted to fold into a helix-turn-helix structure similar to those found in the tetratricopeptide repeat (TPR) family (see PROSITEDOC) [PUBMED:10664580]. The plant PPR protein family has been divided in two subfamilies on the basis of their motif content and organisation [PUBMED:15269332, PUBMED:17560114]. Examples of PPR repeat-containing proteins include PET309 SWISSPROT, which may be involved in RNA stabilisation [PUBMED:7664742], and crp1, which is involved in RNA processing [PUBMED:8039510]. The repeat is associated with a predicted plant protein SWISSPROT that has a domain organisation similar to the human BRCA1 protein.
    -
  8. -
  9. WD domain, G-beta repeat
    -WD-40 repeats (also known as WD or beta-transducin repeats) are short ~40 amino acid motifs, often terminating in a Trp-Asp (W-D) dipeptide. WD40 repeats usually assume a 7-8 bladed beta-propeller fold, but proteins have been found with 4 to 16 repeated units, which also form a circularised beta-propeller structure. WD-repeat proteins are a large family found in all eukaryotes and are implicated in a variety of functions ranging from signal transduction and transcription regulation to cell cycle control and apoptosis. Repeated WD40 motifs act as a site for protein-protein interaction, and proteins containing WD40 repeats are known to serve as platforms for the assembly of protein complexes or mediators of transient interplay among other proteins. The specificity of the proteins is determined by the sequences outside the repeats themselves. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase [PUBMED:11814058, PUBMED:10322433]. In Arabidopsis spp., several WD40-containing proteins act as key regulators of plant-specific developmental events. One group of WD40 repeats is involved in RNA-processing complexes, some members forming part of snRNP particles6. Another group makes up parts of transcriptional regulators, including the TFIID subunit of the TATA-box-binding complex7, 8, 9. Others play roles in cytoskeleton assembly and mitotic-spindle formation10, 11, regulate vesicle formation and vesicular trafficking12, control various aspects of cell division13 or regulate sulfur metabolism in fungi14. Examples of such complexes are G proteins (beta subunit is a beta-propeller), TAFII transcription factor, and E3 ubiquitin ligase.[3][4]
    -
  10. -
  11. EF-hand domain pair
    -The EF hand is a helix-loop-helix structural domain or motif found in a large family of calcium-binding proteins. The EF-hand motif contains a helix-loop-helix topology, much like the spread thumb and forefinger of the human hand, in which the Ca2+ ions are coordinated by ligands within the loop. The motif takes its name from traditional nomenclature used in describing the protein parvalbumin, which contains three such motifs and is probably involved in muscle relaxation via its calcium-binding activity. The EF-hand consists of two alpha helices linked by a short loop region (usually about 12 amino acids) that usually binds calcium ions. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. EF-hands also appear in each structural domain of the signaling protein calmodulin and in the muscle protein troponin-C. example: Aequorin is a calcium binding protein (CaBP) isolated from the coelenterate Aequorea victoria. Aequorin belongs to the EF-hand family of CaBPs, with EF-hand loops that are closely related to CaBPs in mammals. In addition, aequorin has been used for years as an indicator of Ca2+ and has been shown to be safe and well tolerated by cells. Aequorin is made up of two components – the calcium binding component apoaequorin (AQ) and the chemiluminescent molecule coelenterazine. The AQ portion of this protein contains the EF-hand calcium binding domains.[2]
    -
  12. -
  13. Tetratricopeptide repeat
    -The tetratrico peptide repeat (TPR) is a structural motif present in a wide range of proteins [PUBMED:7667876, PUBMED:9482716, PUBMED:1882418]. It mediates protein-protein interactions and the assembly of multiprotein complexes [PUBMED:14659697]. The TPR motif consists of 3-16 tandem-repeats of 34 amino acids residues, although individual TPR motifs can be dispersed in the protein sequence. Sequence alignment of the TPR domains reveals a consensus sequence defined by a pattern of small and large amino acids. TPR motifs have been identified in various different organisms, ranging from bacteria to humans. Proteins containing TPRs are involved in a variety of biological processes, such as cell cycle regulation, transcriptional control, mitochondrial and peroxisomal protein transport, neurogenesis and protein folding. The X-ray structure of a domain containing three TPRs from protein phosphatase 5 revealed that TPR adopts a helix-turn-helix arrangement, with adjacent TPR motifs packing in a parallel fashion, resulting in a spiral of repeating anti-parallel alpha-helices [PUBMED:14659697]. The two helices are denoted helix A and helix B. The packing angle between helix A and helix B is ~24 degrees; within a single TPR and generates a right-handed superhelical shape. Helix A interacts with helix B and with helix A’ of the next TPR. Two protein surfaces are generated: the inner concave surface is contributed to mainly by residue on helices A, and the other surface presents residues from both helices A and B.
    -
  14. -
  15. Mitochondrial carrier protein
    -Mitochondrial carriers are proteins from a solute carrier family which transfer molecules across the membranes of the mitochondria.[1] Mitochondrial carriers are also classified in the Transporter Classification Database. The Mitochondrial Carrier (MC) Superfamily has been expanded to include both the original Mitochondrial Carrier (MC) family (TC# 2.A.29) and the Mitochondrial Inner/Outer Membrane Fusion (MMF) family (TC# 9.B.25).[2]
    -A variety of substrate carrier proteins that are involved in energy transfer are found in the inner mitochondrial membrane or integral to the membrane of other eukaryotic organelles such as the peroxisome [PUBMED:2158156, PUBMED:8140286, PUBMED:8487299, PUBMED:8206158, PUBMED:8291088]. Such proteins include: ADP, ATP carrier protein (ADP/ATP translocase); 2-oxoglutarate/malate carrier protein; phosphate carrier protein; tricarboxylate transport protein (or citrate transport protein); Graves disease carrier protein; yeast mitochondrial proteins MRS3 and MRS4; yeast mitochondrial FAD carrier protein; and many others. Structurally, these proteins can consist of up to three tandem repeats of a domain of approximately 100 residues, each domain containing two transmembrane regions.
    -
  16. -
  17. HMG (high mobility group) box
    -In molecular biology, the HMG-box (high mobility group box) is a protein domain which is involved in DNA binding.[1] HMG-box containing proteins only bind non-B-type DNA conformations (kinked or unwound) with high affinity.[1] HMG-box domains are found in high mobility group proteins, which are involved in the regulation of DNA-dependent processes such as transcription, replication, and DNA repair, all of which require changing the conformation of chromatin.[2] The single and the double box HMG proteins alter DNA architecture by inducing bends upon binding.[3][4]
    -High mobility group (HMG) box domains are involved in binding DNA, and may be involved in protein-protein interactions as well. The structure of the HMG-box domain consists of three helices in an irregular array. HMG-box domains are found in one or more copies in HMG-box proteins, which form a large, diverse family involved in the regulation of DNA-dependent processes such as transcription, replication, and strand repair, all of which require the bending and unwinding of chromatin. Many of these proteins are regulators of gene expression. HMG-box proteins are found in a variety of eukaryotic organisms, and can be broadly divided into two groups, based on sequence-dependent and sequence-independent DNA recognition; the former usually contain one HMG-box motif, while the latter can contain multiple HMG-box motifs. HMG-box domains can be found in single or multiple copies in the following protein classes: HMG1 and HMG2 non-histone components of chromatin; SRY (sex determining region Y protein) involved in differential gonadogenesis; the SOX family of transcription factors [PUBMED:12920151]; sequence-specific LEF1 (lymphoid enhancer binding factor 1) and TCF-1 (T-cell factor 1) involved in regulation of organogenesis and thymocyte differentiation [PUBMED:10890911]; structure-specific recognition protein SSRP involved in transcription and replication; MTF1 mitochondrial transcription factor; nucleolar transcription factors UBF 1/2 (upstream binding factor) involved in transcription by RNA polymerase I; Abf2 yeast ARS-binding factor [PUBMED:11779632]; yeast transcription factors lxr1, Rox1, Nhp6b and Spp41; mating type proteins (MAT) involved in the sexual reproduction of fungi [PUBMED:12781674]; and the YABBY plant-specific transcription factors.
    -
  18. -
  19. Bacterial transferase hexapeptide (six repeats) A variety of bacterial transferases contain a repeat structure composed of tandem repeats of a [LIV]-G-X(4) hexapeptide, which, in the tertiary structure of LpxA (UDP N-acetylglucosamine acyltransferase) [PUBMED:7481807], has been shown to form a left-handed parallel beta helix. A number of different transferase protein families contain this repeat, such as
    -galactoside acetyltransferase-like proteins [PUBMED:11937062]: The galactoside acetyltransferase (thiogalactoside transacetylase) of Escherichia coli (GAT, LacA, EC 2.3.1.18) is a gene product of the classical lac operon. GAT may assist cellular detoxification by acetylating nonmetabolizable pyranosides, thereby preventing their reentry into the cell.
    -the gamma-class of carbonic anhydrases [PUBMED:10924115]: Carbonic anhydrases (CA: EC:4.2.1.1) are zinc metalloenzymes which catalyse the reversible hydration of carbon dioxide to bicarbonate [PMID: 18336305, PMID: 10978542].
    -and tetrahydrodipicolinate-N-succinlytransferases (DapD) the latter containing an extra N-terminal 3-helical domain [PUBMED:11910040]: Tetrahydrodipicolinate N-succinyltransferase (DapD) catalyzes the succinyl-CoA-dependent acylation of L-2-amino-6-oxopimelate to 2-N-succinyl-6-oxopimelate as part of the succinylase branch of the meso-diaminopimelate/lysine biosynthetic pathway of bacteria, blue-green algae, and plants. This pathway provides meso-diaminopimelate as a building block for cell wall peptidoglycan in most bacteria, and is regarded as a target pathway for antibacterial agents.
  20. -
-

SUMMARY:
-- DNA-binding & gene regulating (HMG box: changing conformation of chromatin)

-
-
-
-

Archaea vs. Bacteria

-
# # select only archaea and bacteria entries
-# df_spec <- df %>%
-#   group_by(Superkingdom) %>%
-#   filter(Superkingdom == "Archaea" | Superkingdom == "Bacteria" & rel_freq >= 0.02)
-# df_spec
-# 
-# ## make plot
-# pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-#   geom_point(position = pd)+
-#   geom_line(aes(group = PFAM_desc), 
-#             position = pd)+
-#   scale_x_discrete(position = "top")+
-#   scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928'))+
-#   labs(x = "Superkingdom",
-#        y = "Relative Frequency",
-#        color = "PFAM Family",
-#        title = "Prokaryota")+
-#   theme(legend.position="right",
-#         plot.margin = margin(l = 0, r=0))+
-#   guides(color=guide_legend(nrow=15, byrow=TRUE))
-# p <- beautifier(p)
-# p
-# if( save) {
-#   ggsave(paste0(pathImages, "PFAM_archaea_bacteria", figureFormat), width=12, height=8, dpi = 300)
-# }
-
# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-          summarize, 
-          count=length(ID))
-
-top_bacteria = subset(d_superkingdom, Superkingdom=="Bacteria")
-top_bacteria <- top_bacteria[order(top_bacteria$count,decreasing=T)[1:TOP],]
-
-top_archaea = subset(d_superkingdom, Superkingdom=="Archaea")
-top_archaea <- top_archaea[order(top_archaea$count,decreasing=T)[1:TOP],]
-
-# extend bacteria with entries which appear in top-archaea but not in top-bacteria and vice versa.
-x <- extend_top_hits(top_bacteria, top_archaea, d_superkingdom)
-
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
-# Aggregate archaea and bacteria entries and calculate relative frequency
-# df_spec <- rbind(pfam_archaea, pfam_bacteria) %>%
-#   group_by(Superkingdom, PFAM_desc) %>%
-#   summarise(n=sum(count)) %>%
-#   mutate(rel_freq = n/sum(n))
-
-# # Select only those above a certain threshold (Visual Cosmetics)
-# df_spec <- df_spec %>%
-#   group_by(Superkingdom) %>%
-#   filter(Superkingdom == "Archaea" | Superkingdom == "Bacteria" & rel_freq >= 0.01)
-# df_spec
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  scale_color_manual(values = morecolors2)+
-  # scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family",
-       title = "Prokaryota")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_archaea_bacteria", figureFormat), width=12, height=8, dpi = 300)
-}
-
-p <- make_it_plotly(df_spec)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_archaea_bacteria", ".html"))
-}
-p
-

- The two connected Archaea points, have two different PFAM_Name:
-Archaea Fer4_10 4Fe-4S dicluster domain PF13237 7 4.0
-Archaea Fer4_7 4Fe-4S dicluster domain PF12838 13 9.0

-
-
-

Chloroplasts vs Prokaryota

-
# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-# d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-#           summarize, 
-#           count=length(ID))
-# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model, is_chloroplastic),
-          summarize,
-          count=length(ID))
-
-top_bacteria = subset(d_superkingdom, Superkingdom=="Bacteria")
-top_bacteria <- top_bacteria[order(top_bacteria$count,decreasing=T)[1:TOP],]
-
-top_archaea = subset(d_superkingdom, Superkingdom=="Archaea")
-top_archaea <- top_archaea[order(top_archaea$count,decreasing=T)[1:TOP],]
-
-top_eukaryota = subset(d_superkingdom, Superkingdom=="Eukaryota")
-top_eukaryota <-top_eukaryota[order(top_eukaryota$count,decreasing=T)[1:TOP],]
-
-# combine archaeal and bacterial top-hits and rename them to prokaryota
-top_prokaryota <- rbind(top_archaea, top_bacteria) %>% 
-  mutate(Superkingdom = replace(Superkingdom, Superkingdom == "Archaea" | Superkingdom == "Bacteria", "Prokaryota"))
-
-
-
-top_chloroplastic = subset(d_superkingdom, is_chloroplastic==TRUE)
-(top_chloroplastic <- top_chloroplastic[order(top_chloroplastic$count,decreasing=T)[1:TOP],])
-
##     Superkingdom     PFAM_Name
-## 816    Eukaryota         PPR_2
-## 347    Eukaryota           PPR
-## 48     Eukaryota         RRM_1
-## 851    Eukaryota         PPR_3
-## 808    Eukaryota         PPR_1
-## 166    Eukaryota Ribosomal_L12
-## 107    Eukaryota  Ribosomal_L6
-## 238    Eukaryota Homoserine_dh
-## 281    Eukaryota          NifU
-## 472    Eukaryota         Clp_N
-##                                                     PFAM_desc   model
-## 816                                         PPR repeat family PF13041
-## 347                                                PPR repeat PF01535
-## 48    RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain) PF00076
-## 851                           Pentatricopeptide repeat domain PF13812
-## 808                                                PPR repeat PF12854
-## 166                Ribosomal protein L7/L12 C-terminal domain PF00542
-## 107                                      Ribosomal protein L6 PF00347
-## 238                                  Homoserine dehydrogenase PF00742
-## 281                                          NifU-like domain PF01106
-## 472 Clp amino terminal domain, pathogenicity island component PF02861
-##     is_chloroplastic count
-## 816             TRUE    55
-## 347             TRUE    53
-## 48              TRUE    14
-## 851             TRUE    14
-## 808             TRUE    11
-## 166             TRUE     5
-## 107             TRUE     4
-## 238             TRUE     4
-## 281             TRUE     4
-## 472             TRUE     4
-
# extend bacteria with entries which appear in top-archaea but not in top-bacteria and vice versa.
-x <- extend_top_hits(top_prokaryota, top_chloroplastic, d_superkingdom)
-
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  scale_color_manual(values = morecolors2)+
-  # scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family",
-       title = "Eukaryotic Proteins with Chloroplastic origin vs Prokaryotic proteins")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_chloroplasts_vs_Prokaryota", figureFormat), width=12, height=8, dpi = 300)
-}
-
-p <- make_it_plotly(df_spec)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_chloroplasts_vs_Prokaryota", ".html"))
-}
-p
-

- Bacterial transferase hexapeptide is the protein family which is found at most in both chloroplastic and prokaryotic TRs.
-PPR TRs are only found in Eukaryotic proteins with chloroplastic origin.
-Ribosomal L6 protein can be found in both groups, however it occurs on a higher rank in Prokaryotes. Ribosomal L7/L12-C-terminal domain can only be found in TRs from Eukaryotic Chloroplasts.

-
-
-

Prokaryota vs Eukaryota

-
# d = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model, is_chloroplastic, is_mitochondrial), 
-#           summarize, 
-#           count=length(ID)) 
-# d_spec <- d %>%
-#   group_by(Superkingdom) %>%
-#   mutate(Superkingdom2 = ifelse(Superkingdom == "Archaea" | Superkingdom == "Bacteria", "Prokaryota", 
-#                                 ifelse(Superkingdom == "Eukaryota", "Eukaryota",
-#                                        ifelse(Superkingdom == "Viruses", "Viruses", NA))))
-# 
-# top_prokaryota <- subset(d_spec, Superkingdom2=="Prokaryota")
-# top_prokaryota <- top_prokaryota[order(top_prokaryota$count,decreasing=T)[1:TOP],]
-# 
-# top_virus = subset(d_spec, Superkingdom2=="Viruses")
-# top_virus <- top_virus[order(top_virus$count,decreasing=T)[1:TOP],]
-# 
-# top_eukaryota = subset(d_spec, Superkingdom2=="Eukaryota")
-# top_eukaryota <-top_eukaryota[order(top_eukaryota$count,decreasing=T)[1:TOP],]
-# 
-# ### Prokaryota vs Eukaryota
-# # extend Prokaryota with Eukaryota
-# pfam_prokaryota <- top_prokaryota
-# for (i in 1:nrow(top_eukaryota)){
-#   # check for each row in top_eukaryota if not top_eukaryota$PFAM_desc[i] in top_bacteria$PFAM_desc[i]
-#   if (!(top_eukaryota$model[i] %in% top_prokaryota$model)){
-#     # if not, then append the corresponding PFAM-entry of bacteria
-#     pfam_prokaryota <- rbind(pfam_prokaryota, d_spec[which(d_spec$model == top_eukaryota$model[i] & d_spec$Superkingdom2 == "Prokaryota"),])
-#   }
-# }
-# top_eukaryota$model %in% top_prokaryota$model
-# pfam_prokaryota
-# top_eukaryota
-# top_prokaryota
-# 
-# # extend Eukaryota with Prokaryota
-# pfam_eukaryota <- top_eukaryota
-# for (i in 1:nrow(top_prokaryota)){
-#   # check for each row in top_eukaryota if not top_eukaryota$PFAM_desc[i] in top_prokaryota$PFAM_desc[i]
-#   if (!(top_prokaryota$model[i] %in% top_eukaryota$model)){
-#     # if not, then append the corresponding PFAM-entry of bacteria
-#     pfam_eukaryota <- rbind(pfam_eukaryota, d_spec[which(d_spec$model == top_prokaryota$model[i] & d_spec$Superkingdom == "Eukaryota"),])
-#   }
-# }
-
# # select only archaea and bacteria entries
-# df_spec <- df %>%
-#   group_by(Superkingdom) 
-# df_spec
-# 
-# # recalculate percentage
-# df_spec <- df %>%
-#   group_by(Superkingdom2, PFAM_desc) %>%
-#   distinct() %>%
-#   summarise(n2=sum(n)) %>%
-#   mutate(rel_freq2 = n2/sum(n2))%>%
-#   filter((Superkingdom2 == "Prokaryota" | Superkingdom2 == "Eukaryota") & rel_freq2 >= 0.01)
-# df_spec
-# 
-# ## make plot
-# pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom2, y = rel_freq2, color = PFAM_desc))+
-#   geom_point(position = pd)+
-#   geom_line(aes(group = PFAM_desc), 
-#             position = pd)+
-#   scale_x_discrete(position = "top")+
-#   # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928'))+
-#   labs(x = "Superkingdom",
-#        y = "Relative Frequency",
-#        color = "PFAM Family")+
-#   theme(legend.position="right",
-#         plot.margin = margin(l = 0, r=0))+
-#   guides(color=guide_legend(nrow=14, byrow=TRUE))
-# p <- beautifier(p)
-# p
-# if( save) {
-#   ggsave(paste0(pathImages, "PFAM_prokaryota_eukaryota", figureFormat), width=12, height=8, dpi = 300)
-# }
-
# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-          summarize, 
-          count=length(ID))
-
-top_bacteria = subset(d_superkingdom, Superkingdom=="Bacteria")
-top_bacteria <- top_bacteria[order(top_bacteria$count,decreasing=T)[1:TOP],]
-
-top_archaea = subset(d_superkingdom, Superkingdom=="Archaea")
-top_archaea <- top_archaea[order(top_archaea$count,decreasing=T)[1:TOP],]
-
-top_eukaryota = subset(d_superkingdom, Superkingdom=="Eukaryota")
-top_eukaryota <-top_eukaryota[order(top_eukaryota$count,decreasing=T)[1:TOP],]
-
-# combine archaeal and bacterial top-hits and rename them to prokaryota
-top_prokaryota <- rbind(top_archaea, top_bacteria) %>% 
-  mutate(Superkingdom = replace(Superkingdom, Superkingdom == "Archaea" | Superkingdom == "Bacteria", "Prokaryota"))
-
-# extend top-eukaryota with entries which appear in top-prokaryota but not in top-eukaryota and vice versa.
-x <- extend_top_hits(top_prokaryota, top_eukaryota, d_superkingdom)
-
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  # scale_color_manual(values = morecolors2)+
-  # scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_prokaryota_eukaryota", figureFormat), width=12, height=8, dpi = 300)
-}
-
-p <- make_it_plotly(df_spec)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_prokaryota_eukaryota", ".html"))
-}
-p
-
- -
-
-

Viruses vs eukaryota

-
# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-          summarize, 
-          count=length(ID))
-
-top_virus = subset(d_superkingdom, Superkingdom=="Viruses")
-top_virus <- top_virus[order(top_virus$count,decreasing=T)[1:TOP],]
-
-top_eukaryota = subset(d_superkingdom, Superkingdom=="Eukaryota")
-top_eukaryota <-top_eukaryota[order(top_eukaryota$count,decreasing=T)[1:TOP],]
-
-# extend bacteria with entries which appear in top-archaea but not in top-bacteria and vice versa.
-x <- extend_top_hits(top_virus, top_eukaryota, d_superkingdom)
-
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  # scale_color_manual(values = morecolors2)+
-  scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_viruses_eukaryota", figureFormat), width=12, height=8, dpi = 300)
-}
-
-p <- make_it_plotly(df_spec)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_viruses_eukaryota", ".html"))
-}
-p
-

- Proteins with TRs of Eukaryota and Viruses have very distinct PFAM-families. They share from the top-hits only the Zink-knuckle and WD40 domain repeats. In contrast to Archaeas vs Viruses, Eukaryota vs Viruses don’t share the Transcription-factor TFIIB repeat.
-Except for WD40, all top-hits from eukaryota are not found in viruses.

-
-
-

Viruses vs Archaea

-
# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-          summarize, 
-          count=length(ID))
-
-top_virus = subset(d_superkingdom, Superkingdom=="Viruses")
-top_virus <- top_virus[order(top_virus$count,decreasing=T)[1:TOP],]
-
-top_archaea = subset(d_superkingdom, Superkingdom=="Archaea")
-top_archaea <- top_archaea[order(top_archaea$count,decreasing=T)[1:TOP],]
-
-# extend bacteria with entries which appear in top-archaea but not in top-bacteria and vice versa.
-x <- extend_top_hits(top_virus, top_archaea, d_superkingdom)
-
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  # scale_color_manual(values = morecolors2)+
-  scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_viruses_archaea", figureFormat), width=12, height=8, dpi = 300)
-}
-
-p <- make_it_plotly(df_spec)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_viruses_archaea", ".html"))
-}
-p
-

- Proteins with TRs of Archaea and Viruses have very distinct PFAM-families. They share from the top-hits only the Transcription factor TFIIB repeat.

-
-
-

Bacteria vs Eukaryota

-
# Summarize by Superkingdom, without Chloroplastic and mitochondrial information to reduce dublicates 
-d_superkingdom = ddply(tr_all_sp_sub, .(Superkingdom, PFAM_Name, PFAM_desc, model), 
-          summarize, 
-          count=length(ID))
-
-top_bacteria = subset(d_superkingdom, Superkingdom=="Bacteria")
-(top_bacteria <- top_bacteria[order(top_bacteria$count,decreasing=T)[1:TOP],])
-
##     Superkingdom       PFAM_Name
-## 157     Bacteria         Hexapep
-## 187     Bacteria            MraZ
-## 237     Bacteria    Ribosomal_L6
-## 196     Bacteria    NTP_transf_3
-## 158     Bacteria       Hexapep_2
-## 206     Bacteria            PD40
-## 55      Bacteria Acetyltransf_11
-## 177     Bacteria            LpxD
-## 264     Bacteria          TolB_N
-## 106     Bacteria   DNA_gyraseA_C
-##                                                            PFAM_desc
-## 157                  Bacterial transferase hexapeptide (six repeats)
-## 187                            MraZ protein, putative antitoxin-like
-## 237                                             Ribosomal protein L6
-## 196                                 MobA-like NTP transferase domain
-## 158                       Hexapeptide repeat of succinyl-transferase
-## 206                                  WD40-like Beta Propeller Repeat
-## 55               Udp N-acetylglucosamine O-acyltransferase; Domain 2
-## 177 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, LpxD
-## 264                                       TolB amino-terminal domain
-## 106                     DNA gyrase C-terminal domain, beta-propeller
-##       model count
-## 157 PF00132   928
-## 187 PF02381   320
-## 237 PF00347   317
-## 196 PF12804   244
-## 158 PF14602   223
-## 206 PF07676   164
-## 55  PF13720   158
-## 177 PF04613   127
-## 264 PF04052   115
-## 106 PF03989   100
-
top_eukaryota = subset(d_superkingdom, Superkingdom=="Eukaryota")
-top_eukaryota <-top_eukaryota[order(top_eukaryota$count,decreasing=T)[1:TOP],]
-
-# extend bacteria with entries which appear in top-archaea but not in top-bacteria and vice versa.
-x <- extend_top_hits(top_bacteria, top_eukaryota, d_superkingdom)
-
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  # scale_color_manual(values = morecolors2)+
-  scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_bacteria_eukaryota", figureFormat), width=12, height=8, dpi = 300)
-}
-
-p <- make_it_plotly(df_spec)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_bacteria_eukaryota", ".html"))
-}
-p
-

- Bacteria has more TR regions in Transferase-clusters (Bacterial transferase hexapeptide and Hexapeptide repeat of succinyl-transferase) than eukaryota.

-
-
-

Overall

-
# df <- unique(as.character(top_eukaryota$PFAM_desc, top_archaea$PFAM_desc, top_bacteria$PFAM_desc, top_virus$PFAM_desc))
-top_PFAM_desc <- unique(as.character(top_eukaryota$PFAM_desc, top_archaea$PFAM_desc, top_bacteria$PFAM_desc, top_virus$PFAM_desc))
-df <- top_eukaryota
-df <- rbind(df, top_archaea)
-df <- rbind(df, top_bacteria)
-df <- rbind(df, top_virus)
-# df <- rbind(df, top_viridiplantae[,c(1,2,4,8)])
-# df <- rbind(df, top_metazoa[,c(1,2,4,8)])
-# df <- rbind(df, top_chloroplastic[,c(1,2,4,8)])
-# df <- rbind(df, top_mitochondrial[,c(1,2,4,8)])
-
-# # Add percentage
-# df <- df %>%
-#   group_by(Superkingdom, PFAM_desc) %>%
-#   summarise(n=sum(count)) %>%
-#   mutate(rel_freq = n/sum(n))
-
-# # Group Archaea and Bacteria to Prokaryota
-# df <- df %>%
-#   group_by(Superkingdom) %>%
-#   mutate(Superkingdom2 = ifelse(Superkingdom == "Archaea" | Superkingdom == "Bacteria", "Prokaryota", 
-#                                 ifelse(Superkingdom == "Eukaryota", "Eukaryota",
-#                                        ifelse(Superkingdom == "Viruses", "Viruses", NA))))
-df
-
##     Superkingdom       PFAM_Name
-## 793    Eukaryota            WD40
-## 807    Eukaryota         zf-C2H2
-## 550    Eukaryota           LRR_8
-## 421    Eukaryota       EF-hand_7
-## 696    Eukaryota           RRM_1
-## 647    Eukaryota           PPR_2
-## 645    Eukaryota             PPR
-## 541    Eukaryota             LIM
-## 762    Eukaryota           TPR_1
-## 763    Eukaryota           TPR_2
-## 38       Archaea           TFIIB
-## 7        Archaea             CBS
-## 12       Archaea            Fer4
-## 16       Archaea          Fer4_7
-## 26       Archaea     LAGLIDADG_3
-## 18       Archaea         Hexapep
-## 37       Archaea    TF_Zn_Ribbon
-## 13       Archaea         Fer4_10
-## 32       Archaea   Rad50_zn_hook
-## 34       Archaea    Ribosomal_L6
-## 157     Bacteria         Hexapep
-## 187     Bacteria            MraZ
-## 237     Bacteria    Ribosomal_L6
-## 196     Bacteria    NTP_transf_3
-## 158     Bacteria       Hexapep_2
-## 206     Bacteria            PD40
-## 55      Bacteria Acetyltransf_11
-## 177     Bacteria            LpxD
-## 264     Bacteria          TolB_N
-## 106     Bacteria   DNA_gyraseA_C
-## 882      Viruses         zf-CCHC
-## 853      Viruses         Gag_p17
-## 872      Viruses             RVP
-## 834      Viruses      Adeno_knob
-## 835      Viruses     Adeno_shaft
-## 836      Viruses             Ank
-## 871      Viruses             rve
-## 843      Viruses             BTB
-## 870      Viruses         RNase_H
-## 876      Viruses           Sushi
-##                                                            PFAM_desc
-## 793                                         WD domain, G-beta repeat
-## 807                                           Zinc finger, C2H2 type
-## 550                                              Leucine rich repeat
-## 421                                              EF-hand domain pair
-## 696          RNA recognition motif. (a.k.a. RRM, RBD, or RNP domain)
-## 647                                                PPR repeat family
-## 645                                                       PPR repeat
-## 541                                                       LIM domain
-## 762                                         Tetratricopeptide repeat
-## 763                                         Tetratricopeptide repeat
-## 38                                 Transcription factor TFIIB repeat
-## 7                                                         CBS domain
-## 12                                             4Fe-4S binding domain
-## 16                                           4Fe-4S dicluster domain
-## 26                                             LAGLIDADG-like domain
-## 18                   Bacterial transferase hexapeptide (six repeats)
-## 37                                                TFIIB zinc-binding
-## 13                                           4Fe-4S dicluster domain
-## 32                                             Rad50 zinc hook motif
-## 34                                              Ribosomal protein L6
-## 157                  Bacterial transferase hexapeptide (six repeats)
-## 187                            MraZ protein, putative antitoxin-like
-## 237                                             Ribosomal protein L6
-## 196                                 MobA-like NTP transferase domain
-## 158                       Hexapeptide repeat of succinyl-transferase
-## 206                                  WD40-like Beta Propeller Repeat
-## 55               Udp N-acetylglucosamine O-acyltransferase; Domain 2
-## 177 UDP-3-O-[3-hydroxymyristoyl] glucosamine N-acyltransferase, LpxD
-## 264                                       TolB amino-terminal domain
-## 106                     DNA gyrase C-terminal domain, beta-propeller
-## 882                                                     Zinc knuckle
-## 853                            gag gene protein p17 (matrix protein)
-## 872                                     Retroviral aspartyl protease
-## 834                           Adenoviral fibre protein (knob domain)
-## 835                   Adenoviral fibre protein (repeat/shaft region)
-## 836                                                   Ankyrin repeat
-## 871                                            Integrase core domain
-## 843                                                   BTB/POZ domain
-## 870                                                          RNase H
-## 876                                        Sushi repeat (SCR repeat)
-##       model count
-## 793 PF00400  1474
-## 807 PF00096   828
-## 550 PF13855   587
-## 421 PF13499   531
-## 696 PF00076   427
-## 647 PF13041   417
-## 645 PF01535   410
-## 541 PF00412   260
-## 762 PF00515   194
-## 763 PF07719   184
-## 38  PF00382    35
-## 7   PF00571    22
-## 12  PF00037    16
-## 16  PF12838    13
-## 26  PF14528    11
-## 18  PF00132     9
-## 37  PF08271     9
-## 13  PF13237     7
-## 32  PF04423     7
-## 34  PF00347     7
-## 157 PF00132   928
-## 187 PF02381   320
-## 237 PF00347   317
-## 196 PF12804   244
-## 158 PF14602   223
-## 206 PF07676   164
-## 55  PF13720   158
-## 177 PF04613   127
-## 264 PF04052   115
-## 106 PF03989   100
-## 882 PF00098    56
-## 853 PF00540    37
-## 872 PF00077    13
-## 834 PF00541    11
-## 835 PF00608    11
-## 836 PF00023    11
-## 871 PF00665    11
-## 843 PF00651    10
-## 870 PF00075     9
-## 876 PF00084     9
-
# extend top-eukaryota with entries which appear in top-prokaryota but not in top-eukaryota and vice versa.
-# Do this for all four Superkingdoms
-x <- extend_top_hits(top_eukaryota, top_archaea, d_superkingdom)
-x <- rbind(as.data.frame(x[1]),as.data.frame(x[2])) 
-y <- extend_top_hits(top_bacteria, top_virus, d_superkingdom)
-y <- rbind(as.data.frame(y[1]),as.data.frame(y[2])) 
-
-df_spec <- extend_top_hits(x, y, d_superkingdom)
-# Aggregate prokaryota and eukaryota and calculate rank of count
-df_spec <- rbind(as.data.frame(df_spec[1]),as.data.frame(df_spec[2])) 
-
-# Combine identical rows of df_spec
-# Identical rows can appear, when certain PFAM_families appear in proteins in mitochondria, chloroplast or none of them or a combination of the three.
-# The idea of the following three lines is:
-# For each row in df_spec
-# check if values in the columns: Superkingdom, PFAM_Name, PFAM_desc, model are the same as in the row before
-#    if they are the same (TRUE): add the value in count from row before to the current value.
-#    Remove the row before (which was identical expect the count) or keep only the current row or append only current row (with the new count-value) to new data frame
-#    if they are not the same (FALSE): append row to new dataframe
-df_spec <-df_spec %>%
-  group_by(Superkingdom, PFAM_Name, PFAM_desc, model) %>% 
-  summarise_all(sum)
-
-# Add the rank of count
-df_spec <- df_spec %>%
-  group_by(Superkingdom) %>%
-  mutate(rank = base::rank(count))
-
# # Select only those data points which appear in more than 1 Superkingdoms
-# df_spec <- df_spec %>%
-#   group_by(PFAM_desc) %>%
-#   filter(n()>1)
-# df_spec
-
-## make plot
-pd <- position_dodge(0.4)
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rel_freq, color = PFAM_desc))+
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc))+
-# p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = model, fill = PFAM_desc))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  # scale_fill_discrete(name = "PFAM Family", labels = df_spec$PFAM_desc)+
-  # scale_color_manual(values = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6','#6a3d9a','#ffff99','#b15928', cols1, cols2))+
-  # scale_color_manual(values = c(cols1, cols2, cols3, cols4, '#a6cee3'))+
-  # scale_color_manual(values = morecolors2)+
-  # scale_color_manual(values = c('#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231', '#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#808080', '#ffffff', '#000000'))+
-  # scale_color_manual(values = viridiscols)+
-  labs(x = "Superkingdom",
-       # y = "Relative Frequency",
-       y = "Rank of count",
-       color = "PFAM Family")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  # guides(color=FALSE, fill = guide_legend(nrow=20, byrow=TRUE))
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p
-

-
if( save) {
-  ggsave(paste0(pathImages, "PFAM_overall", figureFormat), width=12, height=8, dpi = 300)
-}
-
d_superkingdom[grepl(d_superkingdom$PFAM_desc, pattern = "^Ankyrin"),]
-
##     Superkingdom PFAM_Name                  PFAM_desc   model count
-## 64      Bacteria       Ank             Ankyrin repeat PF00023     4
-## 65      Bacteria     Ank_2 Ankyrin repeats (3 copies) PF12796     1
-## 66      Bacteria     Ank_3             Ankyrin repeat PF13606     3
-## 301    Eukaryota       Ank             Ankyrin repeat PF00023    49
-## 302    Eukaryota     Ank_2 Ankyrin repeats (3 copies) PF12796    84
-## 303    Eukaryota     Ank_3             Ankyrin repeat PF13606    21
-## 836      Viruses       Ank             Ankyrin repeat PF00023    11
-## 837      Viruses     Ank_2 Ankyrin repeats (3 copies) PF12796     4
-## 838      Viruses     Ank_3             Ankyrin repeat PF13606     2
-
d_superkingdom[grepl(d_superkingdom$PFAM_desc, pattern = "^Tetratricopeptide"),]
-
##     Superkingdom PFAM_Name
-## 40       Archaea     TPR_1
-## 41       Archaea     TPR_2
-## 42       Archaea     TPR_8
-## 266     Bacteria     TPR_1
-## 267     Bacteria     TPR_2
-## 268     Bacteria     TPR_6
-## 269     Bacteria     TPR_7
-## 270     Bacteria     TPR_8
-## 762    Eukaryota     TPR_1
-## 763    Eukaryota     TPR_2
-## 764    Eukaryota     TPR_6
-## 765    Eukaryota     TPR_7
-## 766    Eukaryota     TPR_8
-## 774    Eukaryota   TTC5_OB
-##                                             PFAM_desc   model count
-## 40                           Tetratricopeptide repeat PF00515     3
-## 41                           Tetratricopeptide repeat PF07719     2
-## 42                           Tetratricopeptide repeat PF13181     4
-## 266                          Tetratricopeptide repeat PF00515     9
-## 267                          Tetratricopeptide repeat PF07719    43
-## 268                          Tetratricopeptide repeat PF13174     2
-## 269                          Tetratricopeptide repeat PF13176     5
-## 270                          Tetratricopeptide repeat PF13181     9
-## 762                          Tetratricopeptide repeat PF00515   194
-## 763                          Tetratricopeptide repeat PF07719   184
-## 764                          Tetratricopeptide repeat PF13174     9
-## 765                          Tetratricopeptide repeat PF13176    15
-## 766                          Tetratricopeptide repeat PF13181   104
-## 774 Tetratricopeptide repeat protein 5 OB fold domain PF16669     1
-
df_spec[grepl(df_spec$PFAM_desc, pattern = "^WD"),]
-
## # A tibble: 3 x 6
-## # Groups:   Superkingdom [3]
-##   Superkingdom PFAM_Name PFAM_desc                       model  count  rank
-##   <chr>        <fct>     <fct>                           <fct>  <int> <dbl>
-## 1 Bacteria     PD40      WD40-like Beta Propeller Repeat PF076…   164    10
-## 2 Eukaryota    WD40      WD domain, G-beta repeat        PF004…  1474    19
-## 3 Viruses      WD40      WD domain, G-beta repeat        PF004…     1     1
-
d_superkingdom[grepl(d_superkingdom$PFAM_desc, pattern = "^WD"),]
-
##     Superkingdom  PFAM_Name
-## 206     Bacteria       PD40
-## 278     Bacteria       WD40
-## 618    Eukaryota       PD40
-## 748    Eukaryota TFIID_NTD2
-## 793    Eukaryota       WD40
-## 880      Viruses       WD40
-##                                                PFAM_desc   model count
-## 206                      WD40-like Beta Propeller Repeat PF07676   164
-## 278                             WD domain, G-beta repeat PF00400     9
-## 618                      WD40-like Beta Propeller Repeat PF07676     6
-## 748 WD40 associated region in TFIID subunit, NTD2 domain PF04494     7
-## 793                             WD domain, G-beta repeat PF00400  1474
-## 880                             WD domain, G-beta repeat PF00400     1
-

since overall plot is a bit messy, let’s try with plotly:

-
# install.packages("plotly")
-require(plotly)
-
## Loading required package: plotly
-
## 
-## Attaching package: 'plotly'
-
## The following object is masked from 'package:XVector':
-## 
-##     slice
-
## The following object is masked from 'package:IRanges':
-## 
-##     slice
-
## The following object is masked from 'package:S4Vectors':
-## 
-##     rename
-
## The following object is masked from 'package:ggplot2':
-## 
-##     last_plot
-
## The following objects are masked from 'package:plyr':
-## 
-##     arrange, mutate, rename, summarise
-
## The following object is masked from 'package:stats':
-## 
-##     filter
-
## The following object is masked from 'package:graphics':
-## 
-##     layout
-
require(htmlwidgets)
-
-df_spec$textlabel <- paste("PFAM-Name: ", df_spec$PFAM_Name, "\n",
-                           "PFAM-Desc.: ", df_spec$PFAM_desc, "\n",
-                           "PFAM-Acce.: ", df_spec$model)
-# # Pure plotly, no jitter
-# p <- plot_ly(data = df_spec, x = ~Superkingdom, y = ~rank, color = ~PFAM_desc,
-#              type = "scatter", mode = "marker", 
-#              colors = morecolors, 
-#              text = ~textlabel, hoverinfo = 'text') %>%
-#   add_trace(y =~PFAM_desc, mode = "lines") %>%
-#    layout(xaxis = list(side ="top"))
-# htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_overall", ".html"))
-
-# Using ggplotly, with jitter
-pd <- position_dodge(0.4)
-p <- ggplot(df_spec, aes(x = Superkingdom, y = rank, color = PFAM_desc, text = textlabel))+
-  geom_point(position = pd)+
-  geom_line(aes(group = PFAM_desc), 
-            position = pd)+
-  scale_x_discrete(position = "top")+
-  scale_color_manual(values = morecolors2)+
-  labs(x = "Superkingdom",
-       y = "Rank of count",
-       color = "PFAM Family")+
-  theme(legend.position="right",
-        plot.margin = margin(l = 0, r=0))+
-  guides(color=guide_legend(nrow=20, byrow=TRUE))
-p <- beautifier(p)
-p <- ggplotly(p, tooltip = "text") %>%
-   layout(xaxis = list(side ="top",
-                       tickangle=45))
-
-if( save) {
-  htmlwidgets::saveWidget(widget = p, file = paste0(pathImages, "PFAM_overall", ".html"))
-}
-p
-
- -
# unload plotly and htmlwidgets, as they mask many objects
-detach("package:plotly", unload = TRUE)
-detach("package:htmlwidgets", unload = TRUE)
-
## Warning: 'htmlwidgets' namespace cannot be unloaded:
-##   namespace 'htmlwidgets' is imported by 'rgl', 'manipulateWidget' so cannot be unloaded
-
-

Add PFAM information from other regions of the protein

-

TODO: necessary?

-
# pfam_map2 <- read.delim("/home/matteo/polybox/MSc_ACLS/swissrepeat/data/uniprot-filtered-reviewed_yes.tab", sep="\t", header = TRUE, quote = "")
-# 
-# path_protID2PFAM <- "data/uniprot-filtered-reviewed_yes.tab"
-# load_protID2PFAM <- function(path){
-#   path = paste(local_base_path, path, sep=local_path_separator)
-#   pfam_map = read.csv(path, sep="\t", header=TRUE, quote="", stringsAsFactors = FALSE)
-#   pfam_map = plyr::rename(pfam_map, c("Entry"="ID", 
-#                                       "Cross.reference..Pfam."="PFAM_ID")) %>%
-#     select(ID, PFAM_ID)
-#   return(pfam_map)}
-# pfam_map <- load_protID2PFAM(path_protID2PFAM) 
-# d_sub %>%
-#   left_join(pfam_map, by = "ID")
-# str(pfam_map)
-# head(pfam_map)
-# head(d_sub)
-# pfam_map[which(pfam_map$ID == "A0A0C5CJR8"),]
-# d_sub[which(d_sub$ID == "A0A0C5CJR8"),]
-
-
- - - - -
- - - - - - - - diff --git a/results/swissprot_virus-virushost_parasite-parasitehost.html b/results/swissprot_virus-virushost_parasite-parasitehost.html deleted file mode 100644 index 084d51c..0000000 --- a/results/swissprot_virus-virushost_parasite-parasitehost.html +++ /dev/null @@ -1,35156 +0,0 @@ - - - - - - - - - - - - - -Virus - Virushost Species. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - -
-

Housekeeping

-
##          used (Mb) gc trigger (Mb) max used (Mb)
-## Ncells 460256 24.6    1001191 53.5   627651 33.6
-## Vcells 904759  7.0    8388608 64.0  1752011 13.4
-
-
-

Data Loading

-
-
-

Viral Proteins and their TRs

-

Label each TR with a TR_identifier.

-
## Problem: one Protein can have several TRs. To know (later when dataframe in long format) how many TRs a protein has, label them with an identifier.
-# nrow(tr_all_sp) # number of TRs
-# length(unique(tr_all_sp$ID)) # number of proteins with TRs
-tr_all_sp <- tr_all_sp %>% 
-  mutate(TR_id = row_number())
-
-str(tr_all_sp)
-
## 'data.frame':    377134 obs. of  37 variables:
-##  $ ID                       : Factor w/ 262720 levels "A0A023PXA5","A0A023PXB0",..: 1 2 3 4 5 6 7 8 9 10 ...
-##  $ MSA                      : Factor w/ 297693 levels "---------------------------------------------------------------------------------------------------------------"| __truncated__,..: 22427 285374 103298 103116 215173 145768 236582 153328 102243 160289 ...
-##  $ begin                    : int  17 7 8 40 32 91 54 86 79 25 ...
-##  $ pvalue                   : num  0.0019 0.0049 0.0001 0.0001 0 ...
-##  $ l_effective              : int  9 8 4 4 3 2 4 3 4 3 ...
-##  $ n                        : int  2 3 2 2 2 4 2 2 2 2 ...
-##  $ n_effective              : num  2 3 2 2 2 4 2 2 2 2 ...
-##  $ TRD                      : Factor w/ 4 levels "HHrepID","PFAM",..: 1 1 4 4 4 4 4 4 4 4 ...
-##  $ model                    : Factor w/ 1121 levels "cpHMM","None",..: 2 2 2 2 2 2 2 1 2 2 ...
-##  $ disordered_overlap       : int  0 0 0 0 2 0 0 2 0 0 ...
-##  $ total_repeat_length      : num  18 24 8 8 6 8 8 6 8 6 ...
-##  $ center                   : num  25.5 18.5 11.5 43.5 34.5 94.5 57.5 88.5 82.5 27.5 ...
-##  $ l_type                   : chr  "small" "small" "small" "small" ...
-##  $ fraction_disordered_chars: num  0 0 0 0 0.333 ...
-##  $ protein_name             : chr  "Putative uncharacterized protein YAL019W-A" "Putative uncharacterized protein YAR019W-A" "Putative uncharacterized membrane protein YEL053W-A" "Putative uncharacterized membrane protein YFL015W-A" ...
-##  $ Length                   : int  189 110 115 105 117 106 106 105 101 129 ...
-##  $ Superkingdom             : chr  "Eukaryota" "Eukaryota" "Eukaryota" "Eukaryota" ...
-##  $ Kingdom                  : chr  "Fungi" "Fungi" "Fungi" "Fungi" ...
-##  $ Order                    : chr  "Saccharomycetales (budding yeasts)" "Saccharomycetales (budding yeasts)" "Saccharomycetales (budding yeasts)" "Saccharomycetales (budding yeasts)" ...
-##  $ Class                    : chr  "Saccharomycetes" "Saccharomycetes" "Saccharomycetes" "Saccharomycetes" ...
-##  $ Family                   : chr  "Saccharomycetaceae" "Saccharomycetaceae" "Saccharomycetaceae" "Saccharomycetaceae" ...
-##  $ Species                  : chr  "Saccharomyces cerevisiae (Baker's yeast)" "Saccharomyces cerevisiae (Baker's yeast)" "Saccharomyces cerevisiae (Baker's yeast)" "Saccharomyces cerevisiae (Baker's yeast)" ...
-##  $ Species_ID               : int  4932 4932 4932 4932 4932 4932 4932 4932 4932 4932 ...
-##  $ DisProt_ID               : chr  "" "" "" "" ...
-##  $ MobiDB_ID                : logi  NA NA NA NA NA NA ...
-##  $ virus_hosts              : chr  "" "" "" "" ...
-##  $ OrthoDB_ID               : chr  "" "" "" "" ...
-##  $ OMA_ID                   : chr  "" "" "" "" ...
-##  $ is_chloroplastic         : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ is_mitochondrial         : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ origin                   : chr  "Fungi (Eukaryota)" "Fungi (Eukaryota)" "Fungi (Eukaryota)" "Fungi (Eukaryota)" ...
-##  $ has_tr                   : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
-##  $ has_homo_tr              : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ has_micro_tr             : logi  FALSE FALSE FALSE FALSE TRUE TRUE ...
-##  $ has_short_tr             : logi  TRUE TRUE TRUE TRUE FALSE FALSE ...
-##  $ has_domain_tr            : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ TR_id                    : int  1 2 3 4 5 6 7 8 9 10 ...
-

From all Tandem Repeats, select only those which are viral (Superkingdom = Viruses) and have a known Virushost.

-
# filter all tandem repeat containing proteins from Swissprot which have annotated virushosts
-tr_all_sp_virus <- tr_all_sp[!(tr_all_sp$virus_hosts == ""),]
-str(tr_all_sp_virus)
-
## 'data.frame':    13263 obs. of  37 variables:
-##  $ ID                       : Factor w/ 262720 levels "A0A023PXA5","A0A023PXB0",..: 243 243 243 1572 1572 1573 1574 1574 1592 1609 ...
-##  $ MSA                      : Factor w/ 297693 levels "---------------------------------------------------------------------------------------------------------------"| __truncated__,..: 158300 281920 266720 291871 164231 261031 256283 101819 51346 50146 ...
-##  $ begin                    : int  574 1517 3194 1312 1868 214 202 178 181 2110 ...
-##  $ pvalue                   : num  2e-04 2e-04 0e+00 2e-04 2e-04 ...
-##  $ l_effective              : int  3 3 3 4 4 4 3 8 4 3 ...
-##  $ n                        : int  3 2 2 2 2 2 3 2 2 2 ...
-##  $ n_effective              : num  2.67 2 2 2 2 ...
-##  $ TRD                      : Factor w/ 4 levels "HHrepID","PFAM",..: 4 4 4 4 4 4 4 1 4 4 ...
-##  $ model                    : Factor w/ 1121 levels "cpHMM","None",..: 1 1 1 1 1 2 2 2 2 2 ...
-##  $ disordered_overlap       : int  8 0 5 0 0 0 0 0 0 0 ...
-##  $ total_repeat_length      : num  8 6 6 8 8 8 7 16 8 6 ...
-##  $ center                   : num  578 1520 3196 1316 1872 ...
-##  $ l_type                   : chr  "micro" "micro" "micro" "small" ...
-##  $ fraction_disordered_chars: num  1 0 0.833 0 0 ...
-##  $ protein_name             : chr  "Genome polyprotein [Cleaved into: P1 proteinase (EC 3.4.-.-) (N-terminal protein); Helper component proteinase "| __truncated__ "Genome polyprotein [Cleaved into: P1 proteinase (EC 3.4.-.-) (N-terminal protein); Helper component proteinase "| __truncated__ "Genome polyprotein [Cleaved into: P1 proteinase (EC 3.4.-.-) (N-terminal protein); Helper component proteinase "| __truncated__ "Replicase polyprotein 1ab (ORF1ab polyprotein) [Cleaved into: Nsp1 (EC 3.4.22.-); Nsp1-alpha papain-like cystei"| __truncated__ ...
-##  $ Length                   : int  3491 3491 3491 3838 3838 249 265 265 763 2216 ...
-##  $ Superkingdom             : chr  "Viruses" "Viruses" "Viruses" "Viruses" ...
-##  $ Kingdom                  : chr  "" "" "" "" ...
-##  $ Order                    : chr  "" "" "" "Nidovirales" ...
-##  $ Class                    : chr  "" "" "" "" ...
-##  $ Family                   : chr  "Potyviridae" "Potyviridae" "Potyviridae" "Arteriviridae" ...
-##  $ Species                  : chr  "Blackberry virus Y" "Blackberry virus Y" "Blackberry virus Y" "Porcine reproductive and respiratory syndrome virus (PRRSV)" ...
-##  $ Species_ID               : int  323118 323118 323118 28344 28344 28344 28344 28344 NA NA ...
-##  $ DisProt_ID               : chr  "" "" "" "" ...
-##  $ MobiDB_ID                : logi  NA NA NA NA NA NA ...
-##  $ virus_hosts              : chr  "Rubus plicatus [TaxID: 211815]" "Rubus plicatus [TaxID: 211815]" "Rubus plicatus [TaxID: 211815]" "Sus scrofa (Pig) [TaxID: 9823]" ...
-##  $ OrthoDB_ID               : chr  "" "" "" "" ...
-##  $ OMA_ID                   : chr  "" "" "" "" ...
-##  $ is_chloroplastic         : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ is_mitochondrial         : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ origin                   : chr  "Virus" "Virus" "Virus" "Virus" ...
-##  $ has_tr                   : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
-##  $ has_homo_tr              : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ has_micro_tr             : logi  TRUE TRUE TRUE FALSE FALSE FALSE ...
-##  $ has_short_tr             : logi  FALSE FALSE FALSE TRUE TRUE TRUE ...
-##  $ has_domain_tr            : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ TR_id                    : int  294 295 296 1835 1836 1837 1838 1839 1879 1900 ...
-
# no. of viral proteins in Swissprot
-length(unique(sp_all$ID[which(sp_all$Superkingdom == "Viruses")]))
-
## [1] 16605
-
nrow(sp_all[which(sp_all$Superkingdom == "Viruses"),])
-
## [1] 16605
-
# no. of viral proteins in Swissprot containing TRs
-length(unique(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Viruses")]))
-
## [1] 7237
-
# no. of TRs found in viral proteins in Swissprot 
-nrow(tr_all_sp[which(tr_all_sp$Superkingdom == "Viruses"),])
-
## [1] 13337
-
# contingency table of all TR sequences found in viral proteins. 
-tr_all_sp_virus$ID <- factor(tr_all_sp_virus$ID, levels = unique(tr_all_sp_virus$ID)) # drop unused levels
-table(table(tr_all_sp_virus$ID))
-
## 
-##    1    2    3    4    5    6    7    8    9   10   11   12   13   14   15 
-## 4227 1622  667  317  142   83   46   25   23   11   12    7    2    5    1 
-##   17   18   23   24   32 
-##    2    2    1    1    1
-
# no. of viral proteins in Swissprot with annotated virus host
-length(unique(sp_all$ID[which(sp_all$Superkingdom == "Viruses" & !sp_all$virus_hosts == "" & !is.na(sp_all$virus_hosts))]))
-
## [1] 16531
-
# no. of viral proteins in Swissprot containing TRs and annotated virus hosts
-length(unique(tr_all_sp_virus$ID))
-
## [1] 7197
-
# no. of TRs found in viral proteins and annotated virus hosts
-length(tr_all_sp_virus$ID)
-
## [1] 13263
-
# % of viral proteins all viral proteins in swissprot
-round(
-  length(unique(sp_all$ID[which(sp_all$Superkingdom == "Viruses")])) / length(unique(sp_all$ID)), 3)
-
## [1] 0.03
-
# % of viral proteins with 1 TR of all viral proteins in swissprot
-round(
-  length(unique(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Viruses")])) / length(unique(sp_all$ID[which(sp_all$Superkingdom == "Viruses")])), 3)
-
## [1] 0.436
-
# % of viral proteins with >= 4 TR of all viral proteins in swissprot
-morethan4 <- subset(data.frame(table(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Viruses")])), Freq >= 4)
-round(
-  nrow(morethan4) / length(unique(sp_all$ID[which(sp_all$Superkingdom == "Viruses")])), 3)
-
## [1] 0.041
-

Of the 16605 viral proteins in Swissprot KB, 7237 viral proteins contain at least one TR. In total we could detect 13337 TR-regions in viral proteins. (this info is already summarized in the table). We found further that of the 7237 viral proteins with TRs, 4227 have 1 TR, 1622 have 2TRs, 667 have 3TRs. Almost all viral proteins from Swissprot were annotated with the viral host (16531 proteins) and of those, 7197 contain at least one TR. Overall we could find 13263 TR-regions with annotated viral host. Of all curated proteins in Swissprot, 3% come from viruses. From all viral proteins, 43.6% contain at least one TR and 4.1% contain \(\geq 4\) TR. NOTE: (200) more viral proteins and ~2000 proteins with TR less detected than julia msc thesis

-
-
-

Virus host species and their TRs

-

Viral TRs can be found in multiple species. To get a tidy list, we put each host species in a single row and add two more columns with the Species taxonomic identifier of which the Superkingdom is determined by calling the NCBI Taxonomic Database.

-
## split the TR with multiple virus-hosts to get single entries for each virus host
-tr_all_sp_virus.long <- tr_all_sp_virus %>%
-  mutate(virus_hosts = strsplit(as.character(virus_hosts), "; ")) %>%
-  unnest(virus_hosts)
-
-## add column with virus_host_superkingdom: found by Species ID 
-tr_all_sp_virus.long$Species_ID_virushost <- as.numeric(gsub("\\D", "", tr_all_sp_virus.long$virus_hosts)) # extract the TaxID from each virushost and add it as a seperate column
-# tr_all_sp_virus.long$Superkingdom_virushost <- simplify2array(
-#   mclapply(tr_all_sp_virus.long$Species_ID_virushost, FUN = function(x){
-#     ifelse(x %in% sp_all$Species_ID, sp_all$Superkingdom[which(sp_all$Species_ID == x)], NA)},
-#     mc.cores = 7))
-#NOTE: works, but gives many NAs as it relies on the the species listed in swissprot.
-
-## add column with virus_host_superkingdom: found in NCBI https://www.ncbi.nlm.nih.gov/Taxonomy/TaxIdentifier/tax_identifier.cgi
-# write_csv(as.data.frame(tr_all_sp_virus.long$Species_ID_virushost), "/home/matteo/polybox/MSc_ACLS/swissrepeat/data/species_id_virushost2lineage.csv", col_names = FALSE)
-#NOTE: Server crashed when manually uploaded.
-
-# different approach with library taxize
-# species_ID2Superkingdom <- classification(tr_all_sp_virus.long$Species_ID_virushost, db = "ncbi", callopts=list(http_version = 0L)) # check local_config.R for setting up an API key.
-# # Curl trubleshooting (I got http2 error):
-# # 1. update curl: 
-# # install.packages("curl")
-# # 2. try this:
-# # httr::set_config(httr::config(http_version = 0))
-# NOTE: HTTP error 500 or curl error...
-# 
-# get_superkingdom <- function(species_id){
-#   return(classification(species_id, db = "ncbi")[[1]][2,1])
-# }
-# 
-# tr_all_sp_virus.long$Superkingdom_virushost[1:20] <- simplify2array(
-#   mclapply(tr_all_sp_virus.long$Species_ID_virushost[1:20], FUN = get_superkingdom,
-#     mc.cores = numcores))
-
-# Different approach with taxonomy file from NCBI Taxonomy database
-# manually downloaded NCBI taxonomy categories file:
-# read .dmp file which looks like tab separated
-taxid2superkingdom <- read.delim("/home/matteo/polybox/MSc_ACLS/swissrepeat/data/categories.dmp", header = FALSE, sep = "\t")
-colnames(taxid2superkingdom) <- c("superkingdom", "species_taxid", "taxid") # see readme file in data folder for detailed description
-taxid2superkingdom$superkingdom <- as.factor(taxid2superkingdom$superkingdom)
-
-tr_all_sp_virus.long$Superkingdom_virushost <- simplify2array(
-  mclapply(tr_all_sp_virus.long$Species_ID_virushost, FUN = function(x){
-    ifelse(x %in% taxid2superkingdom$taxid, as.character(taxid2superkingdom$superkingdom[which(taxid2superkingdom$taxid == x)]), NA)},
-    mc.cores = 7))
-
-# replace single letters with full names
-tr_all_sp_virus.long$Superkingdom_virushost[tr_all_sp_virus.long$Superkingdom_virushost == "E"] <- "Eukaryotic viruses"
-tr_all_sp_virus.long$Superkingdom_virushost[tr_all_sp_virus.long$Superkingdom_virushost == "B"] <- "Bacterial viruses"
-tr_all_sp_virus.long$Superkingdom_virushost[tr_all_sp_virus.long$Superkingdom_virushost == "A"] <- "archaeal viruses"
-
-# set levels to Species_virushost and Superkingdom_virushost
-tr_all_sp_virus.long$Species_ID_virushost <- factor(tr_all_sp_virus.long$Species_ID_virushost, levels = unique(tr_all_sp_virus.long$Species_ID_virushost))
-tr_all_sp_virus.long$Superkingdom_virushost <- factor(tr_all_sp_virus.long$Superkingdom_virushost, levels = unique(tr_all_sp_virus.long$Superkingdom_virushost))
-tr_all_sp_virus.long$TR_id <- factor(tr_all_sp_virus.long$TR_id, levels = unique(tr_all_sp_virus.long$TR_id))
-
-

Summary statistics about the virushost superkingdom:

-
# no. of different virushosts
-length(unique(tr_all_sp_virus.long$Species_ID_virushost))
-
## [1] 771
-
# # how often each virus host superkingdom appears in TR
-table(tr_all_sp_virus.long$Superkingdom_virushost)
-
## 
-## Eukaryotic viruses  Bacterial viruses   archaeal viruses 
-##              19512                671                209
-
# % of superkingdom
-eukaryotic_virushost_fraction <- round(table(tr_all_sp_virus.long$Superkingdom_virushost)[[1]]/nrow(tr_all_sp_virus.long),3)
-eukaryotic_virushost_fraction
-
## [1] 0.814
-
bacterial_virushost_fraction <- round(table(tr_all_sp_virus.long$Superkingdom_virushost)[[2]]/nrow(tr_all_sp_virus.long),3)
-bacterial_virushost_fraction
-
## [1] 0.028
-
archaeal_virushost_fraction <- round(table(tr_all_sp_virus.long$Superkingdom_virushost)[[3]]/nrow(tr_all_sp_virus.long),3)
-archaeal_virushost_fraction
-
## [1] 0.009
-
str(tr_all_sp_virus.long)
-
## 'data.frame':    23971 obs. of  39 variables:
-##  $ ID                       : Factor w/ 7197 levels "A0AUJ5","A0MD28",..: 1 1 1 2 2 3 4 4 5 6 ...
-##  $ MSA                      : Factor w/ 297693 levels "---------------------------------------------------------------------------------------------------------------"| __truncated__,..: 158300 281920 266720 291871 164231 261031 256283 101819 51346 50146 ...
-##  $ begin                    : int  574 1517 3194 1312 1868 214 202 178 181 2110 ...
-##  $ pvalue                   : num  2e-04 2e-04 0e+00 2e-04 2e-04 ...
-##  $ l_effective              : int  3 3 3 4 4 4 3 8 4 3 ...
-##  $ n                        : int  3 2 2 2 2 2 3 2 2 2 ...
-##  $ n_effective              : num  2.67 2 2 2 2 ...
-##  $ TRD                      : Factor w/ 4 levels "HHrepID","PFAM",..: 4 4 4 4 4 4 4 1 4 4 ...
-##  $ model                    : Factor w/ 1121 levels "cpHMM","None",..: 1 1 1 1 1 2 2 2 2 2 ...
-##  $ disordered_overlap       : int  8 0 5 0 0 0 0 0 0 0 ...
-##  $ total_repeat_length      : num  8 6 6 8 8 8 7 16 8 6 ...
-##  $ center                   : num  578 1520 3196 1316 1872 ...
-##  $ l_type                   : chr  "micro" "micro" "micro" "small" ...
-##  $ fraction_disordered_chars: num  1 0 0.833 0 0 ...
-##  $ protein_name             : chr  "Genome polyprotein [Cleaved into: P1 proteinase (EC 3.4.-.-) (N-terminal protein); Helper component proteinase "| __truncated__ "Genome polyprotein [Cleaved into: P1 proteinase (EC 3.4.-.-) (N-terminal protein); Helper component proteinase "| __truncated__ "Genome polyprotein [Cleaved into: P1 proteinase (EC 3.4.-.-) (N-terminal protein); Helper component proteinase "| __truncated__ "Replicase polyprotein 1ab (ORF1ab polyprotein) [Cleaved into: Nsp1 (EC 3.4.22.-); Nsp1-alpha papain-like cystei"| __truncated__ ...
-##  $ Length                   : int  3491 3491 3491 3838 3838 249 265 265 763 2216 ...
-##  $ Superkingdom             : chr  "Viruses" "Viruses" "Viruses" "Viruses" ...
-##  $ Kingdom                  : chr  "" "" "" "" ...
-##  $ Order                    : chr  "" "" "" "Nidovirales" ...
-##  $ Class                    : chr  "" "" "" "" ...
-##  $ Family                   : chr  "Potyviridae" "Potyviridae" "Potyviridae" "Arteriviridae" ...
-##  $ Species                  : chr  "Blackberry virus Y" "Blackberry virus Y" "Blackberry virus Y" "Porcine reproductive and respiratory syndrome virus (PRRSV)" ...
-##  $ Species_ID               : int  323118 323118 323118 28344 28344 28344 28344 28344 NA NA ...
-##  $ DisProt_ID               : chr  "" "" "" "" ...
-##  $ MobiDB_ID                : logi  NA NA NA NA NA NA ...
-##  $ OrthoDB_ID               : chr  "" "" "" "" ...
-##  $ OMA_ID                   : chr  "" "" "" "" ...
-##  $ is_chloroplastic         : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ is_mitochondrial         : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ origin                   : chr  "Virus" "Virus" "Virus" "Virus" ...
-##  $ has_tr                   : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
-##  $ has_homo_tr              : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ has_micro_tr             : logi  TRUE TRUE TRUE FALSE FALSE FALSE ...
-##  $ has_short_tr             : logi  FALSE FALSE FALSE TRUE TRUE TRUE ...
-##  $ has_domain_tr            : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
-##  $ TR_id                    : Factor w/ 13263 levels "294","295","296",..: 1 2 3 4 5 6 7 8 9 10 ...
-##  $ virus_hosts              : chr  "Rubus plicatus [TaxID: 211815]" "Rubus plicatus [TaxID: 211815]" "Rubus plicatus [TaxID: 211815]" "Sus scrofa (Pig) [TaxID: 9823]" ...
-##  $ Species_ID_virushost     : Factor w/ 771 levels "211815","9823",..: 1 1 1 2 2 2 2 2 3 4 ...
-##  $ Superkingdom_virushost   : Factor w/ 3 levels "Eukaryotic viruses",..: 1 1 1 1 1 1 1 1 2 1 ...
-
unique(tr_all_sp_virus.long$Superkingdom_virushost)
-
## [1] Eukaryotic viruses Bacterial viruses  <NA>              
-## [4] archaeal viruses  
-## Levels: Eukaryotic viruses Bacterial viruses archaeal viruses
-

771 different virus host species were found in viral Proteins containing TRs (and are annotated in Swissprot). 81.4% of viral TRs have a eukaryotic host organism but only 2.8% have a bacterial host organism and 0.9% have archaeal hosts.

-

CONCERN: biased data: more intensively investigated species (model organisms and humans) appear more often.

-
x <- data.frame(table(tr_all_sp_virus.long$Species_ID_virushost)) # get counts of each virus host species tax id's
-x <- x[order(x$Freq, decreasing = TRUE),] # list the species_id which appears the most at top
-x <- x[1:100,] # look only at a subsection. Not to overload NCBI servers with requests ;-)
-
-get_taxname <- function(species_id){
-  evo_tree <- classification(as.character(species_id), db = "ncbi", callopts=list(http_version = 0L))[[1]]
-  return(evo_tree[nrow(evo_tree),1])
-}
-
-x$taxname_virushost[1:20] <- simplify2array(
-  lapply(x$Var1[1:20], FUN = get_taxname)) # mclapply doesn't work (too many requests ^^)
-x
-
##       Var1 Freq        taxname_virushost
-## 10    9606 5187             Homo sapiens
-## 2     9823 1328               Sus scrofa
-## 53    5757 1277   Acanthamoeba polyphaga
-## 14    8782  626                     Aves
-## 11    9913  617               Bos taurus
-## 64    9796  545           Equus caballus
-## 71    6937  510             Ornithodoros
-## 72   85517  418 Phacochoerus aethiopicus
-## 73   41426  418   Phacochoerus africanus
-## 74  273792  418   Potamochoerus larvatus
-## 35   10090  354             Mus musculus
-## 30    9598  305          Pan troglodytes
-## 3      562  290         Escherichia coli
-## 165   9031  270            Gallus gallus
-## 135   7108  220    Spodoptera frugiperda
-## 131   6997  211        Acheta domesticus
-## 132 168631  211       Chilo suppressalis
-## 133   6999  211      Gryllus bimaculatus
-## 134  58607  211       Gryllus campestris
-## 146   9685  172              Felis catus
-## 65    9709  150             Homo sapiens
-## 68    7088  148               Sus scrofa
-## 269   9527  111   Acanthamoeba polyphaga
-## 598   7163  111                     Aves
-## 178   9940  110               Bos taurus
-## 197   9721  110           Equus caballus
-## 7     4081  109             Ornithodoros
-## 599  42431  101 Phacochoerus aethiopicus
-## 600 332058  101   Phacochoerus africanus
-## 601 310513  101   Potamochoerus larvatus
-## 602 329105  101             Mus musculus
-## 603   7183  101          Pan troglodytes
-## 402   8404   99         Escherichia coli
-## 426   8295   98            Gallus gallus
-## 427  30343   98    Spodoptera frugiperda
-## 428   8316   98        Acheta domesticus
-## 429  45438   98       Chilo suppressalis
-## 285   9103   95      Gryllus bimaculatus
-## 127  10116   94       Gryllus campestris
-## 9     4113   91              Felis catus
-## 27  269667   91             Homo sapiens
-## 198   9615   91               Sus scrofa
-## 160   9691   89   Acanthamoeba polyphaga
-## 161   9694   89                     Aves
-## 244   9534   89               Bos taurus
-## 176   9925   88           Equus caballus
-## 67   33414   86             Ornithodoros
-## 156   9785   82 Phacochoerus aethiopicus
-## 166   8976   80   Phacochoerus africanus
-## 657  29159   79   Potamochoerus larvatus
-## 658   6579   79             Mus musculus
-## 21    4513   74          Pan troglodytes
-## 52    1423   74         Escherichia coli
-## 83    9927   74            Gallus gallus
-## 91    3885   74    Spodoptera frugiperda
-## 26    4530   72        Acheta domesticus
-## 196   9793   71       Chilo suppressalis
-## 183   7158   69      Gryllus bimaculatus
-## 162   7742   68       Gryllus campestris
-## 495   7996   67              Felis catus
-## 179   7159   66             Homo sapiens
-## 661 152276   64               Sus scrofa
-## 18   40674   63   Acanthamoeba polyphaga
-## 112   4577   60                     Aves
-## 29    9539   59               Bos taurus
-## 337  89399   59           Equus caballus
-## 271   9521   57             Ornithodoros
-## 13    9544   56 Phacochoerus aethiopicus
-## 117  10144   55   Phacochoerus africanus
-## 335 196889   55   Potamochoerus larvatus
-## 23    4565   54             Mus musculus
-## 126  36483   54          Pan troglodytes
-## 142   3847   54         Escherichia coli
-## 6     4097   53            Gallus gallus
-## 167   9681   53    Spodoptera frugiperda
-## 148   1763   52        Acheta domesticus
-## 37   43080   50       Chilo suppressalis
-## 159  90371   50      Gryllus bimaculatus
-## 283   9986   48       Gryllus campestris
-## 484   9407   48              Felis catus
-## 81     543   47             Homo sapiens
-## 173   9995   44               Sus scrofa
-## 121  29760   43   Acanthamoeba polyphaga
-## 242    287   43                     Aves
-## 78  161934   40               Bos taurus
-## 171   9850   38           Equus caballus
-## 209   9891   38             Ornithodoros
-## 213   3705   38 Phacochoerus aethiopicus
-## 182 314293   37   Phacochoerus africanus
-## 226   4236   37   Potamochoerus larvatus
-## 28    9536   36             Mus musculus
-## 92    3906   36          Pan troglodytes
-## 5     4072   35         Escherichia coli
-## 79    3562   35            Gallus gallus
-## 86    3659   35    Spodoptera frugiperda
-## 87    3663   35        Acheta domesticus
-## 143   3888   35       Chilo suppressalis
-## 158 447135   33      Gryllus bimaculatus
-## 185   7178   33       Gryllus campestris
-## 20    4498   32              Felis catus
-

The initial concern doesn’t seem to be true. As wild swines are no common model organisms neither is Acanthamoeba polyphaga.

-

Look at the virushost species from all proteins listed in swissprot. Especially to those, with no TRs.

-
## split the TR with multiple virus-hosts to get single entries for each virus host
-sp_all.long <- sp_all %>%
-  mutate(virus_hosts = strsplit(as.character(virus_hosts), "; ")) %>%
-  unnest(virus_hosts)
-
-## add column with virus_host_superkingdom: found by Species ID 
-sp_all.long$Species_ID_virushost <- as.numeric(gsub("\\D", "", sp_all.long$virus_hosts)) # extract the TaxID from each virushost and add it as a seperate column
-
-# Different approach with taxonomy file from NCBI Taxonomy database
-# manually downloaded NCBI taxonomy categories file:
-# read .dmp file which looks like tab separated
-taxid2superkingdom <- read.delim("/home/matteo/polybox/MSc_ACLS/swissrepeat/data/categories.dmp", header = FALSE, sep = "\t")
-colnames(taxid2superkingdom) <- c("superkingdom", "species_taxid", "taxid") # see readme file in data folder for detailed description
-taxid2superkingdom$superkingdom <- as.factor(taxid2superkingdom$superkingdom)
-
-sp_all.long$Superkingdom_virushost <- simplify2array(
-  mclapply(sp_all.long$Species_ID_virushost, FUN = function(x){
-    ifelse(x %in% taxid2superkingdom$taxid, as.character(taxid2superkingdom$superkingdom[which(taxid2superkingdom$taxid == x)]), NA)},
-    mc.cores = 7))
-
-# replace single letters with full names
-sp_all.long$Superkingdom_virushost[sp_all.long$Superkingdom_virushost == "E"] <- "Eukaryotic viruses"
-sp_all.long$Superkingdom_virushost[sp_all.long$Superkingdom_virushost == "B"] <- "Bacterial viruses"
-sp_all.long$Superkingdom_virushost[sp_all.long$Superkingdom_virushost == "A"] <- "archaeal viruses"
-
-# set levels to Species_virushost and Superkingdom_virushost
-sp_all.long$Species_ID_virushost <- factor(sp_all.long$Species_ID_virushost, levels = unique(sp_all.long$Species_ID_virushost))
-sp_all.long$Superkingdom_virushost <- factor(sp_all.long$Superkingdom_virushost, levels = unique(sp_all.long$Superkingdom_virushost))
-
-## Initialize vectors for each host SK
-SK <- data.frame(Var1 = c("Eukaryotic_viruses", "Bacterial_viruses", "archaeal_viruses", "NAs"),
-                 Freq = c(0,0,0,0))
-
-# no. of virushosts per protein with Eukaryotic superkingdom
-table(table(sp_all.long$ID[which(sp_all.long$Superkingdom_virushost == "Eukaryotic viruses")]))
-
## 
-##    1    2    3    4    5    6    7    8    9   10   11   12   13   15   17 
-## 8808 1438  436 1030  606  254  154   69   27    7   11    2    9    1    3 
-##   21   23 
-##   10   39
-
# no. of virushosts per protein with Eukaryotic superkingdom and TR
-table(table(sp_all.long$ID[which(sp_all.long$Superkingdom_virushost == "Eukaryotic viruses" & sp_all.long$has_tr == TRUE)]))
-
## 
-##    1    2    3    4    5    6    7    8    9   10   11   12   13   15   21 
-## 4233  653  203  446  238  107   66   29   10    4    5    1    2    1    2 
-##   23 
-##   15
-
# no. of virushosts per protein with Eukaryotic superkingdom without TR
-table(table(sp_all.long$ID[which(sp_all.long$Superkingdom_virushost == "Eukaryotic viruses" & sp_all.long$has_tr == FALSE)]))
-
## 
-##    1    2    3    4    5    6    7    8    9   10   11   12   13   17   21 
-## 4575  785  233  584  368  147   88   40   17    3    6    1    7    3    8 
-##   23 
-##   24
-
-
-
-

Combine Virus Protein information with Host-species Protein information

-
-

Problematic:

-

One protein can have several TRs.

-
select(tr_all_sp, TR_id, ID)[10:15,]
-
##    TR_id         ID
-## 10    10 A0A023PXI0
-## 11    11 A0A023PXI8
-## 12    12 A0A023PXK2
-## 13    13 A0A023PXK2
-## 14    14 A0A023PXK7
-## 15    15 A0A023PXK7
-

one Protein can have several origins (Species_ID), hence appear in different Superkingdoms.

-
select(tr_all_sp, TR_id, ID, Species_ID)
-
##       TR_id         ID Species_ID
-## 1         1 A0A023PXA5       4932
-## 2         2 A0A023PXB0       4932
-## 3         3 A0A023PXC2       4932
-## 4         4 A0A023PXD9       4932
-## 5         5 A0A023PXE5       4932
-## 6         6 A0A023PXE8       4932
-## 7         7 A0A023PXF2       4932
-## 8         8 A0A023PXF5       4932
-## 9         9 A0A023PXG7       4932
-## 10       10 A0A023PXI0       4932
-## 11       11 A0A023PXI8       4932
-## 12       12 A0A023PXK2       4932
-## 13       13 A0A023PXK2       4932
-## 14       14 A0A023PXK7       4932
-## 15       15 A0A023PXK7       4932
-## 16       16 A0A023PXK7       4932
-## 17       17 A0A023PXM7       4932
-## 18       18 A0A023PXQ4       4932
-## 19       19 A0A023PXQ4       4932
-## 20       20 A0A023PXQ4       4932
-## 21       21 A0A023PXQ4       4932
-## 22       22 A0A023PXQ4       4932
-## 23       23 A0A023PXQ4       4932
-## 24       24 A0A023PXQ4       4932
-## 25       25 A0A023PXQ4       4932
-## 26       26 A0A023PXQ4       4932
-## 27       27 A0A023PXQ4       4932
-## 28       28 A0A023PXQ9       4932
-## 29       29 A0A023PYC6       4932
-## 30       30 A0A023PYJ4       4932
-## 31       31 A0A023PZ99       4932
-## 32       32 A0A023PZB3       4932
-## 33       33 A0A023PZB8       4932
-## 34       34 A0A023PZD0       4932
-## 35       35 A0A023PZD0       4932
-## 36       36 A0A023PZD5       4932
-## 37       37 A0A023PZE4       4932
-## 38       38 A0A023PZE4       4932
-## 39       39 A0A023PZE4       4932
-## 40       40 A0A023PZE8       4932
-## 41       41 A0A023PZF3       4932
-## 42       42 A0A023PZF5       4932
-## 43       43 A0A023PZF9       4932
-## 44       44 A0A023PZF9       4932
-## 45       45 A0A023PZG0       4932
-## 46       46 A0A023PZG9       4932
-## 47       47 A0A023PZH4       4932
-## 48       48 A0A023PZH5       4932
-## 49       49 A0A023PZH5       4932
-## 50       50 A0A023PZH5       4932
-## 51       51 A0A023PZH9       4932
-## 52       52 A0A023PZH9       4932
-## 53       53 A0A023PZJ3       4932
-## 54       54 A0A023PZK9       4932
-## 55       55 A0A060X6Z0         NA
-## 56       56 A0A060X6Z0         NA
-## 57       57 A0A075F932         NA
-## 58       58 A0A075F932         NA
-## 59       59 A0A078BQP2         NA
-## 60       60 A0A087WVF3         NA
-## 61       61 A0A087WXS9         NA
-## 62       62 A0A096SRM5         NA
-## 63       63 A0A096SRM5         NA
-## 64       64 A0A0A1H8I4         NA
-## 65       65 A0A0A1I6N9         NA
-## 66       66 A0A0B7P3V8       4932
-## 67       67 A0A0C5CJR8         NA
-## 68       68 A0A0D3QS98         NA
-## 69       69 A0A0H2VDN9        562
-## 70       70 A0A0H3AIG7        666
-## 71       71 A0A0H3AIG7        666
-## 72       72 A0A0H3AIG7        666
-## 73       73 A0A0H3AIG7        666
-## 74       74 A0A0H3L952       1773
-## 75       75 A0A0H3L952       1773
-## 76       76 A0A0H3M3S8       1765
-## 77       77 A0A0H3M5A8       1765
-## 78       78 A0A0H3M5A8       1765
-## 79       79 A0A0H3M5A8       1765
-## 80       80 A0A0H3M5A8       1765
-## 81       81 A0A0H3MGR5       1765
-## 82       82     A0A183         NA
-## 83       83     A0A1F4         NA
-## 84       84     A0A1F4         NA
-## 85       85     A0A1F4         NA
-## 86       86     A0A1F4         NA
-## 87       87     A0A1F4         NA
-## 88       88     A0A1F4         NA
-## 89       89     A0A1F4         NA
-## 90       90     A0A1F4         NA
-## 91       91     A0A1F4         NA
-## 92       92     A0A1F4         NA
-## 93       93     A0A1F4         NA
-## 94       94     A0A1F4         NA
-## 95       95     A0A316         NA
-## 96       96     A0A322         NA
-## 97       97     A0A323         NA
-## 98       98     A0A325         NA
-## 99       99     A0A331         NA
-## 100     100     A0A331         NA
-## 101     101     A0A331         NA
-## 102     102     A0A335         NA
-## 103     103     A0A336         NA
-## 104     104     A0A344         NA
-## 105     105     A0A357         NA
-## 106     106     A0A362         NA
-## 107     107     A0A368         NA
-## 108     108     A0A379         NA
-## 109     109     A0A379         NA
-## 110     110     A0A379         NA
-## 111     111     A0A379         NA
-## 112     112     A0A379         NA
-## 113     113     A0A379         NA
-## 114     114     A0A379         NA
-## 115     115     A0A381         NA
-## 116     116     A0A384         NA
-## 117     117     A0A384         NA
-## 118     118     A0A385         NA
-## 119     119     A0A386         NA
-## 120     120     A0A389         NA
-## 121     121     A0A393         NA
-## 122     122     A0A393         NA
-## 123     123     A0A393         NA
-## 124     124     A0A393         NA
-## 125     125     A0A393         NA
-## 126     126     A0A393         NA
-## 127     127     A0A393         NA
-## 128     128     A0A4W3      35554
-## 129     129     A0A4W3      35554
-## 130     130     A0A4Z3         NA
-## 131     131     A0A4Z3         NA
-## 132     132     A0A8J8       9612
-## 133     133     A0A8J8       9612
-## 134     134     A0A8M2         NA
-## 135     135     A0A8M2         NA
-## 136     136     A0A8M2         NA
-## 137     137     A0A8M2         NA
-## 138     138     A0A8M2         NA
-## 139     139     A0A8M2         NA
-## 140     140     A0A8M2         NA
-## 141     141     A0AAL4         NA
-## 142     142     A0AAR7         NA
-## 143     143     A0AAR7         NA
-## 144     144     A0AAS4         NA
-## 145     145     A0AAS4         NA
-## 146     146     A0AEJ1       1643
-## 147     147     A0AEJ1       1643
-## 148     148     A0AEM0       1643
-## 149     149     A0AEM3       1643
-## 150     150     A0AF03       1643
-## 151     151     A0AF03       1643
-## 152     152     A0AF03       1643
-## 153     153     A0AF21       1643
-## 154     154     A0AF21       1643
-## 155     155     A0AF28       1643
-## 156     156     A0AF28       1643
-## 157     157     A0AF31       1643
-## 158     158     A0AF31       1643
-## 159     159     A0AF36       1643
-## 160     160     A0AF36       1643
-## 161     161     A0AF36       1643
-## 162     162     A0AF50       1643
-## 163     163     A0AF63       1643
-## 164     164     A0AF64       1643
-## 165     165     A0AFC5       1643
-## 166     166     A0AFY0       1643
-## 167     167     A0AGM5       1643
-## 168     168     A0AGM5       1643
-## 169     169     A0AGP9       1643
-## 170     170     A0AGY4       1643
-## 171     171     A0AH18       1643
-## 172     172     A0AHD1       1643
-## 173     173     A0AHD1       1643
-## 174     174     A0AHD1       1643
-## 175     175     A0AHS0       1643
-## 176     176     A0AHX3       1643
-## 177     177     A0AHX3       1643
-## 178     178     A0AHX3       1643
-## 179     179     A0AHX3       1643
-## 180     180     A0AHX5       1643
-## 181     181     A0AI65       1643
-## 182     182     A0AI82       1643
-## 183     183     A0AI82       1643
-## 184     184     A0AI87       1643
-## 185     185     A0AIA4       1643
-## 186     186     A0AIA7       1643
-## 187     187     A0AIB5       1643
-## 188     188     A0AIC0       1643
-## 189     189     A0AIC2       1643
-## 190     190     A0AIC6       1643
-## 191     191     A0AIC6       1643
-## 192     192     A0AID1       1643
-## 193     193     A0AID2       1643
-## 194     194     A0AIE9       1643
-## 195     195     A0AIF1       1643
-## 196     196     A0AII6       1643
-## 197     197     A0AII6       1643
-## 198     198     A0AIK0       1643
-## 199     199     A0AIK1       1643
-## 200     200     A0AIK1       1643
-## 201     201     A0AIK5       1643
-## 202     202     A0AIQ0       1643
-## 203     203     A0AIQ9       1643
-## 204     204     A0AIQ9       1643
-## 205     205     A0AIS3       1643
-## 206     206     A0AIS3       1643
-## 207     207     A0AIS3       1643
-## 208     208     A0AIS3       1643
-## 209     209     A0AIS4       1643
-## 210     210     A0AIS8       1643
-## 211     211     A0AIV3       1643
-## 212     212     A0AIV3       1643
-## 213     213     A0AIY1       1643
-## 214     214     A0AIY2       1643
-## 215     215     A0AIY6       1643
-## 216     216     A0AIY6       1643
-## 217     217     A0AIZ4       1643
-## 218     218     A0AJ06       1643
-## 219     219     A0AJ08       1643
-## 220     220     A0AJ17       1643
-## 221     221     A0AJ17       1643
-## 222     222     A0AJ38       1643
-## 223     223     A0AJ38       1643
-## 224     224     A0AJ40       1643
-## 225     225     A0AJ79       1643
-## 226     226     A0AJB9       1643
-## 227     227     A0AJE7       1643
-## 228     228     A0AJJ5       1643
-## 229     229     A0AJJ5       1643
-## 230     230     A0AJK8       1643
-## 231     231     A0AJK8       1643
-## 232     232     A0AJL1       1643
-## 233     233     A0AJL3       1643
-## 234     234     A0AJL3       1643
-## 235     235     A0AJN0       1643
-## 236     236     A0AJN0       1643
-## 237     237     A0AJP7       1643
-## 238     238     A0AJU0       1643
-## 239     239     A0AJU2       1643
-## 240     240     A0AJX1       1643
-## 241     241     A0AJY2       1643
-## 242     242     A0AK06       1643
-## 243     243     A0AK07       1643
-## 244     244     A0AK37       1643
-## 245     245     A0AK39       1643
-## 246     246     A0AK39       1643
-## 247     247     A0AK51       1643
-## 248     248     A0AK66       1643
-## 249     249     A0AK82       1643
-## 250     250     A0AK95       1643
-## 251     251     A0AKA1       1643
-## 252     252     A0AKD7       1643
-## 253     253     A0AKE2       1643
-## 254     254     A0AKE7       1643
-## 255     255     A0AKH5       1643
-## 256     256     A0AKH9       1643
-## 257     257     A0AKJ7       1643
-## 258     258     A0AKK8       1643
-## 259     259     A0AKU3       1643
-## 260     260     A0AKX3       1643
-## 261     261     A0AKX6       1643
-## 262     262     A0AKX7       1643
-## 263     263     A0AKX7       1643
-## 264     264     A0AL18       1643
-## 265     265     A0AL19       1643
-## 266     266     A0ALD9       1643
-## 267     267     A0ALD9       1643
-## 268     268     A0ALD9       1643
-## 269     269     A0ALG6       1643
-## 270     270     A0ALJ4       1643
-## 271     271     A0ALJ4       1643
-## 272     272     A0ALL4       1643
-## 273     273     A0ALL5       1643
-## 274     274     A0ALL9       1643
-## 275     275     A0ALM3       1643
-## 276     276     A0ALM8       1643
-## 277     277     A0ALN0       1643
-## 278     278     A0ALN0       1643
-## 279     279     A0ALP6       1643
-## 280     280     A0ALP6       1643
-## 281     281     A0ALP7       1643
-## 282     282     A0ALU1       1643
-## 283     283     A0ALW5       1643
-## 284     284     A0AM16       1643
-## 285     285     A0AM16       1643
-## 286     286     A0AM40       1643
-## 287     287     A0AMC3       1643
-## 288     288     A0AMC5       1643
-## 289     289     A0AMC5       1643
-## 290     290     A0AMD1       1643
-## 291     291     A0AQ71         NA
-## 292     292     A0AQW4         NA
-## 293     293     A0AQW4         NA
-## 294     294     A0AUJ5     323118
-## 295     295     A0AUJ5     323118
-## 296     296     A0AUJ5     323118
-## 297     297     A0AUP1         NA
-## 298     298     A0AUS0         NA
-## 299     299     A0AUS0         NA
-## 300     300     A0AUZ9         NA
-## 301     301     A0AV96         NA
-## 302     302     A0AV96         NA
-## 303     303     A0AV96         NA
-## 304     304     A0AV96         NA
-## 305     305     A0AV96         NA
-## 306     306     A0AV96         NA
-## 307     307     A0AVI2         NA
-## 308     308     A0AVK6         NA
-## 309     309     A0AVK6         NA
-## 310     310     A0AVX7         NA
-## 311     311     A0AWY9      95486
-## 312     312     A0AXI7      95486
-## 313     313     A0AXY5      95486
-## 314     314     A0AXY5      95486
-## 315     315     A0AYH4      95486
-## 316     316     A0AYX8      95486
-## 317     317     A0AYZ0      95486
-## 318     318     A0AYZ2      95486
-## 319     319     A0AZ43      95486
-## 320     320     A0AZ43      95486
-## 321     321     A0B0B8      95486
-## 322     322     A0B0B8      95486
-## 323     323     A0B1M7      95486
-## 324     324     A0B2F6      95486
-## 325     325     A0B2F6      95486
-## 326     326     A0B2Y5      95486
-## 327     327     A0B2Z3      95486
-## 328     328     A0B3W7      95486
-## 329     329     A0B3Z7      95486
-## 330     330     A0B3Z7      95486
-## 331     331     A0B471      95486
-## 332     332     A0B5B7       2224
-## 333     333     A0B5C3       2224
-## 334     334     A0B5H8       2224
-## 335     335     A0B5I7       2224
-## 336     336     A0B5K9       2224
-## 337     337     A0B5K9       2224
-## 338     338     A0B5R0       2224
-## 339     339     A0B5R2       2224
-## 340     340     A0B5R2       2224
-## 341     341     A0B5S0       2224
-## 342     342     A0B5T8       2224
-## 343     343     A0B5T8       2224
-## 344     344     A0B5T8       2224
-## 345     345     A0B5U4       2224
-## 346     346     A0B5W6       2224
-## 347     347     A0B5W6       2224
-## 348     348     A0B5W6       2224
-## 349     349     A0B624       2224
-## 350     350     A0B632       2224
-## 351     351     A0B645       2224
-## 352     352     A0B6C1       2224
-## 353     353     A0B6C9       2224
-## 354     354     A0B6D7       2224
-## 355     355     A0B6S6       2224
-## 356     356     A0B6U3       2224
-## 357     357     A0B6X3       2224
-## 358     358     A0B6X3       2224
-## 359     359     A0B6Y9       2224
-## 360     360     A0B6Z6       2224
-## 361     361     A0B747       2224
-## 362     362     A0B7C2       2224
-## 363     363     A0B7E8       2224
-## 364     364     A0B7F9       2224
-## 365     365     A0B7P3       2224
-## 366     366     A0B7Q2       2224
-## 367     367     A0B7U9       2224
-## 368     368     A0B7U9       2224
-## 369     369     A0B7V0       2224
-## 370     370     A0B7V2       2224
-## 371     371     A0B7W4       2224
-## 372     372     A0B7Z0       2224
-## 373     373     A0B886       2224
-## 374     374     A0B8B0       2224
-## 375     375     A0B8D4       2224
-## 376     376     A0B8K9       2224
-## 377     377     A0B8K9       2224
-## 378     378     A0B8L2       2224
-## 379     379     A0B8Q1       2224
-## 380     380     A0B8S7       2224
-## 381     381     A0B8V5       2224
-## 382     382     A0B8V8       2224
-## 383     383     A0B8W0       2224
-## 384     384     A0B8Y7       2224
-## 385     385     A0B8Z1       2224
-## 386     386     A0B923       2224
-## 387     387     A0B977       2224
-## 388     388     A0B993       2224
-## 389     389     A0B993       2224
-## 390     390     A0B9D8       2224
-## 391     391     A0B9G1       2224
-## 392     392     A0B9G1       2224
-## 393     393     A0B9G7       2224
-## 394     394     A0B9K2       2224
-## 395     395     A0B9K4       2224
-## 396     396     A0B9L3       2224
-## 397     397     A0B9M2       2224
-## 398     398     A0B9M9       2224
-## 399     399     A0B9N3       2224
-## 400     400     A0B9V0       2224
-## 401     401     A0B9V4       2224
-## 402     402     A0B9W3       2224
-## 403     403     A0B9W4       2224
-## 404     404     A0B9W5       2224
-## 405     405     A0B9W5       2224
-## 406     406     A0B9W6       2224
-## 407     407     A0B9W9       2224
-## 408     408     A0B9X0       2224
-## 409     409     A0BD73         NA
-## 410     410     A0BKG2         NA
-## 411     411     A0BKG2         NA
-## 412     412     A0CEY2         NA
-## 413     413     A0CH87         NA
-## 414     414     A0CH87         NA
-## 415     415     A0CNL9         NA
-## 416     416     A0CUB5         NA
-## 417     417     A0DB19         NA
-## 418     418     A0DB19         NA
-## 419     419     A0DTY1         NA
-## 420     420     A0DUC3         NA
-## 421     421     A0E2L1         NA
-## 422     422     A0E358         NA
-## 423     423     A0E358         NA
-## 424     424     A0EQL2         NA
-## 425     425     A0EYN2         NA
-## 426     426     A0F0C2         NA
-## 427     427     A0FGR8         NA
-## 428     428     A0FIN4         NA
-## 429     429     A0FKG7         NA
-## 430     430     A0FKI7         NA
-## 431     431     A0FKI7         NA
-## 432     432     A0FLQ6         NA
-## 433     433     A0FLQ6         NA
-## 434     434     A0FLQ6         NA
-## 435     435     A0JC51         NA
-## 436     436     A0JC51         NA
-## 437     437     A0JC51         NA
-## 438     438     A0JC76         NA
-## 439     439     A0JC76         NA
-## 440     440     A0JC76         NA
-## 441     441     A0JC76         NA
-## 442     442     A0JC77         NA
-## 443     443     A0JJX5         NA
-## 444     444     A0JLT2         NA
-## 445     445     A0JLT2         NA
-## 446     446     A0JLT2         NA
-## 447     447     A0JM08         NA
-## 448     448     A0JM08         NA
-## 449     449     A0JM08         NA
-## 450     450     A0JM12         NA
-## 451     451     A0JM12         NA
-## 452     452     A0JM12         NA
-## 453     453     A0JM13         NA
-## 454     454     A0JM20         NA
-## 455     455     A0JM20         NA
-## 456     456     A0JM20         NA
-## 457     457     A0JM23         NA
-## 458     458     A0JM24         NA
-## 459     459     A0JM24         NA
-## 460     460     A0JM49         NA
-## 461     461     A0JM49         NA
-## 462     462     A0JM51         NA
-## 463     463     A0JM51         NA
-## 464     464     A0JM56         NA
-## 465     465     A0JM56         NA
-## 466     466     A0JM56         NA
-## 467     467     A0JM56         NA
-## 468     468     A0JM59         NA
-## 469     469     A0JM64         NA
-## 470     470     A0JM64         NA
-## 471     471     A0JM80         NA
-## 472     472     A0JM98         NA
-## 473     473     A0JMA8         NA
-## 474     474     A0JMA8         NA
-## 475     475     A0JMA8         NA
-## 476     476     A0JMD0         NA
-## 477     477     A0JMD0         NA
-## 478     478     A0JMD2         NA
-## 479     479     A0JMD4         NA
-## 480     480     A0JME2         NA
-## 481     481     A0JME2         NA
-## 482     482     A0JME2         NA
-## 483     483     A0JME2         NA
-## 484     484     A0JME2         NA
-## 485     485     A0JME2         NA
-## 486     486     A0JMF1         NA
-## 487     487     A0JMF1         NA
-## 488     488     A0JMF1         NA
-## 489     489     A0JMF1         NA
-## 490     490     A0JMF6         NA
-## 491     491     A0JMF7         NA
-## 492     492     A0JMF8         NA
-## 493     493     A0JMF8         NA
-## 494     494     A0JMF8         NA
-## 495     495     A0JMF8         NA
-## 496     496     A0JMK5         NA
-## 497     497     A0JMK5         NA
-## 498     498     A0JMK5         NA
-## 499     499     A0JMK8         NA
-## 500     500     A0JMK9         NA
-## 501     501     A0JMK9         NA
-## 502     502     A0JMK9         NA
-## 503     503     A0JMK9         NA
-## 504     504     A0JMK9         NA
-## 505     505     A0JMK9         NA
-## 506     506     A0JMK9         NA
-## 507     507     A0JMM9         NA
-## 508     508     A0JMQ0         NA
-## 509     509     A0JMQ0         NA
-## 510     510     A0JMQ9         NA
-## 511     511     A0JMQ9         NA
-## 512     512     A0JMR6         NA
-## 513     513     A0JMR6         NA
-## 514     514     A0JMS7         NA
-## 515     515     A0JMT0         NA
-## 516     516     A0JMT0         NA
-## 517     517     A0JMT0         NA
-## 518     518     A0JMT0         NA
-## 519     519     A0JMT0         NA
-## 520     520     A0JMU5         NA
-## 521     521     A0JMU5         NA
-## 522     522     A0JMU8         NA
-## 523     523     A0JMU8         NA
-## 524     524     A0JMU8         NA
-## 525     525     A0JMU8         NA
-## 526     526     A0JMU8         NA
-## 527     527     A0JMV4         NA
-## 528     528     A0JMV4         NA
-## 529     529     A0JMV4         NA
-## 530     530     A0JMV4         NA
-## 531     531     A0JMV4         NA
-## 532     532     A0JMV4         NA
-## 533     533     A0JMV4         NA
-## 534     534     A0JMV4         NA
-## 535     535     A0JMW6         NA
-## 536     536     A0JMW6         NA
-## 537     537     A0JMY4         NA
-## 538     538     A0JMY4         NA
-## 539     539     A0JMY4         NA
-## 540     540     A0JMY4         NA
-## 541     541     A0JMY5         NA
-## 542     542     A0JMY5         NA
-## 543     543     A0JMY5         NA
-## 544     544     A0JMY5         NA
-## 545     545     A0JMZ1         NA
-## 546     546     A0JMZ1         NA
-## 547     547     A0JMZ3         NA
-## 548     548     A0JN40         NA
-## 549     549     A0JN40         NA
-## 550     550     A0JN40         NA
-## 551     551     A0JN40         NA
-## 552     552     A0JN41         NA
-## 553     553     A0JN51         NA
-## 554     554     A0JN53         NA
-## 555     555     A0JN53         NA
-## 556     556     A0JN53         NA
-## 557     557     A0JN53         NA
-## 558     558     A0JN53         NA
-## 559     559     A0JN53         NA
-## 560     560     A0JN62         NA
-## 561     561     A0JN62         NA
-## 562     562     A0JN71         NA
-## 563     563     A0JN76         NA
-## 564     564     A0JN76         NA
-## 565     565     A0JN80         NA
-## 566     566     A0JN80         NA
-## 567     567     A0JN87         NA
-## 568     568     A0JN95         NA
-## 569     569     A0JNA2         NA
-## 570     570     A0JNA3         NA
-## 571     571     A0JNA3         NA
-## 572     572     A0JNA8         NA
-## 573     573     A0JNA8         NA
-## 574     574     A0JNA8         NA
-## 575     575     A0JNA8         NA
-## 576     576     A0JNA8         NA
-## 577     577     A0JNA8         NA
-## 578     578     A0JNA8         NA
-## 579     579     A0JNA8         NA
-## 580     580     A0JNA8         NA
-## 581     581     A0JNA8         NA
-## 582     582     A0JNB1         NA
-## 583     583     A0JNC0         NA
-## 584     584     A0JNC0         NA
-## 585     585     A0JNC2         NA
-## 586     586     A0JNC2         NA
-## 587     587     A0JND2         NA
-## 588     588     A0JND4         NA
-## 589     589     A0JND4         NA
-## 590     590     A0JND4         NA
-## 591     591     A0JND4         NA
-## 592     592     A0JND4         NA
-## 593     593     A0JND4         NA
-## 594     594     A0JND4         NA
-## 595     595     A0JNE3         NA
-## 596     596     A0JNG0         NA
-## 597     597     A0JNG0         NA
-## 598     598     A0JNG4         NA
-## 599     599     A0JNG6         NA
-## 600     600     A0JNG7         NA
-## 601     601     A0JNH1         NA
-## 602     602     A0JNH1         NA
-## 603     603     A0JNH1         NA
-## 604     604     A0JNH6         NA
-## 605     605     A0JNH6         NA
-## 606     606     A0JNH9         NA
-## 607     607     A0JNH9         NA
-## 608     608     A0JNI5         NA
-## 609     609     A0JNI5         NA
-## 610     610     A0JNI5         NA
-## 611     611     A0JNI5         NA
-## 612     612     A0JNI5         NA
-## 613     613     A0JNI5         NA
-## 614     614     A0JNI5         NA
-## 615     615     A0JNI5         NA
-## 616     616     A0JNI5         NA
-## 617     617     A0JNI5         NA
-## 618     618     A0JNI5         NA
-## 619     619     A0JNI8         NA
-## 620     620     A0JNI9         NA
-## 621     621     A0JNI9         NA
-## 622     622     A0JNI9         NA
-## 623     623     A0JNJ3         NA
-## 624     624     A0JNJ4         NA
-## 625     625     A0JNJ4         NA
-## 626     626     A0JNJ5         NA
-## 627     627     A0JNJ5         NA
-## 628     628     A0JNK3         NA
-## 629     629     A0JNK3         NA
-## 630     630     A0JNL8         NA
-## 631     631     A0JNM6         NA
-## 632     632     A0JNN2         NA
-## 633     633     A0JNN3         NA
-## 634     634     A0JNN8         NA
-## 635     635     A0JNQ6         NA
-## 636     636     A0JNT9         NA
-## 637     637     A0JNT9         NA
-## 638     638     A0JNU3         NA
-## 639     639     A0JNW5         NA
-## 640     640     A0JP26         NA
-## 641     641     A0JP26         NA
-## 642     642     A0JP26         NA
-## 643     643     A0JP26         NA
-## 644     644     A0JP43         NA
-## 645     645     A0JP43         NA
-## 646     646     A0JP43         NA
-## 647     647     A0JP43         NA
-## 648     648     A0JP43         NA
-## 649     649     A0JP43         NA
-## 650     650     A0JP43         NA
-## 651     651     A0JP43         NA
-## 652     652     A0JP43         NA
-## 653     653     A0JP43         NA
-## 654     654     A0JP43         NA
-## 655     655     A0JP70         NA
-## 656     656     A0JP75         NA
-## 657     657     A0JP85         NA
-## 658     658     A0JP85         NA
-## 659     659     A0JP86         NA
-## 660     660     A0JP86         NA
-## 661     661     A0JP86         NA
-## 662     662     A0JP86         NA
-## 663     663     A0JP86         NA
-## 664     664     A0JP86         NA
-## 665     665     A0JP89         NA
-## 666     666     A0JP94         NA
-## 667     667     A0JP94         NA
-## 668     668     A0JPA0         NA
-## 669     669     A0JPA0         NA
-## 670     670     A0JPA1         NA
-## 671     671     A0JPB1         NA
-## 672     672     A0JPB4         NA
-## 673     673     A0JPB4         NA
-## 674     674     A0JPF5         NA
-## 675     675     A0JPH4         NA
-## 676     676     A0JPH7         NA
-## 677     677     A0JPI9         NA
-## 678     678     A0JPK3         NA
-## 679     679     A0JPK3         NA
-## 680     680     A0JPK3         NA
-## 681     681     A0JPK3         NA
-## 682     682     A0JPL0         NA
-## 683     683     A0JPL0         NA
-## 684     684     A0JPM9         NA
-## 685     685     A0JPM9         NA
-## 686     686     A0JPM9         NA
-## 687     687     A0JPM9         NA
-## 688     688     A0JPM9         NA
-## 689     689     A0JPM9         NA
-## 690     690     A0JPN1         NA
-## 691     691     A0JPN1         NA
-## 692     692     A0JPN1         NA
-## 693     693     A0JPN1         NA
-## 694     694     A0JPN2         NA
-## 695     695     A0JPN2         NA
-## 696     696     A0JPN2         NA
-## 697     697     A0JPP1         NA
-## 698     698     A0JPP1         NA
-## 699     699     A0JPP4         NA
-## 700     700     A0JPP4         NA
-## 701     701     A0JPP4         NA
-## 702     702     A0JPP8         NA
-## 703     703     A0JPP8         NA
-## 704     704     A0JPP8         NA
-## 705     705     A0JPP8         NA
-## 706     706     A0JPQ1         NA
-## 707     707     A0JPQ1         NA
-## 708     708     A0JPQ7         NA
-## 709     709     A0JPQ9         NA
-## 710     710     A0JPZ8         NA
-## 711     711     A0JQW8         NA
-## 712     712     A0JR24         NA
-## 713     713     A0JR24         NA
-## 714     714     A0JR38         NA
-## 715     715     A0JR38         NA
-## 716     716     A0JR38         NA
-## 717     717     A0JR71         NA
-## 718     718     A0JRH6         NA
-## 719     719     A0JSD3         NA
-## 720     720     A0JSP6         NA
-## 721     721     A0JSP6         NA
-## 722     722     A0JSV8         NA
-## 723     723     A0JT07         NA
-## 724     724     A0JT07         NA
-## 725     725     A0JTA3         NA
-## 726     726     A0JTA3         NA
-## 727     727     A0JTA3         NA
-## 728     728     A0JTZ0         NA
-## 729     729     A0JUH2         NA
-## 730     730     A0JUI2         NA
-## 731     731     A0JUI7         NA
-## 732     732     A0JUP1         NA
-## 733     733     A0JUP1         NA
-## 734     734     A0JUU0         NA
-## 735     735     A0JUU0         NA
-## 736     736     A0JUU0         NA
-## 737     737     A0JUU0         NA
-## 738     738     A0JUU0         NA
-## 739     739     A0JUU1         NA
-## 740     740     A0JUU8         NA
-## 741     741     A0JUV8         NA
-## 742     742     A0JUV8         NA
-## 743     743     A0JV03         NA
-## 744     744     A0JV22         NA
-## 745     745     A0JV22         NA
-## 746     746     A0JV85         NA
-## 747     747     A0JV91         NA
-## 748     748     A0JV94         NA
-## 749     749     A0JVC9         NA
-## 750     750     A0JVG9         NA
-## 751     751     A0JVG9         NA
-## 752     752     A0JVG9         NA
-## 753     753     A0JWP2         NA
-## 754     754     A0JWP2         NA
-## 755     755     A0JWP5         NA
-## 756     756     A0JWV0         NA
-## 757     757     A0JWV0         NA
-## 758     758     A0JWV0         NA
-## 759     759     A0JWY6         NA
-## 760     760     A0JWY8         NA
-## 761     761     A0JX46         NA
-## 762     762     A0JX52         NA
-## 763     763     A0JX57         NA
-## 764     764     A0JX72         NA
-## 765     765     A0JX72         NA
-## 766     766     A0JX88         NA
-## 767     767     A0JXB1         NA
-## 768     768     A0JXB1         NA
-## 769     769     A0JXB2         NA
-## 770     770     A0JXB2         NA
-## 771     771     A0JXB3         NA
-## 772     772     A0JXB3         NA
-## 773     773     A0JXB3         NA
-## 774     774     A0JXB5         NA
-## 775     775     A0JXB5         NA
-## 776     776     A0JXC7         NA
-## 777     777     A0JXJ8         NA
-## 778     778     A0JXL5         NA
-## 779     779     A0JXL5         NA
-## 780     780     A0JXT9         NA
-## 781     781     A0JXU0         NA
-## 782     782     A0JXX3         NA
-## 783     783     A0JXZ9         NA
-## 784     784     A0JY67         NA
-## 785     785     A0JY68         NA
-## 786     786     A0JYC1         NA
-## 787     787     A0JYG5         NA
-## 788     788     A0JYG9         NA
-## 789     789     A0JYG9         NA
-## 790     790     A0JYK8         NA
-## 791     791     A0JYK8         NA
-## 792     792     A0JYK8         NA
-## 793     793     A0JYK8         NA
-## 794     794     A0JYK8         NA
-## 795     795     A0JYM2         NA
-## 796     796     A0JYM2         NA
-## 797     797     A0JYM2         NA
-## 798     798     A0JYN1         NA
-## 799     799     A0JYN2         NA
-## 800     800     A0JYZ6         NA
-## 801     801     A0JZ09         NA
-## 802     802     A0JZ09         NA
-## 803     803     A0JZ48         NA
-## 804     804     A0JZ48         NA
-## 805     805     A0JZ48         NA
-## 806     806     A0JZ68         NA
-## 807     807     A0JZ68         NA
-## 808     808     A0JZ70         NA
-## 809     809     A0JZ78         NA
-## 810     810     A0JZ78         NA
-## 811     811     A0JZ82         NA
-## 812     812     A0JZ84         NA
-## 813     813     A0JZ84         NA
-## 814     814     A0JZ88         NA
-## 815     815     A0JZ99         NA
-## 816     816     A0JZ99         NA
-## 817     817     A0JZC7         NA
-## 818     818     A0K1I7         NA
-## 819     819     A0K1L3         NA
-## 820     820     A0K258         NA
-## 821     821     A0K258         NA
-## 822     822     A0K2D5         NA
-## 823     823     A0K2D5         NA
-## 824     824     A0K2D5         NA
-## 825     825     A0K2H5         NA
-## 826     826     A0K2M2         NA
-## 827     827     A0K2M8      95486
-## 828     828     A0K2M8      95486
-## 829     829     A0K2M8      95486
-## 830     830     A0K2M8      95486
-## 831     831     A0K2U3      95486
-## 832     832     A0K2U3      95486
-## 833     833     A0K2V4      95486
-## 834     834     A0K2X0      95486
-## 835     835     A0K2X9      95486
-## 836     836     A0K321      95486
-## 837     837     A0K3L5      95486
-## 838     838     A0K3L7      95486
-## 839     839     A0K3L8      95486
-## 840     840     A0K3N1      95486
-## 841     841     A0K3N1      95486
-## 842     842     A0K3N1      95486
-## 843     843     A0K3N5      95486
-## 844     844     A0K3Q6      95486
-## 845     845     A0K3S0      95486
-## 846     846     A0K3V4      95486
-## 847     847     A0K3V7      95486
-## 848     848     A0K458      95486
-## 849     849     A0K478      95486
-## 850     850     A0K483      95486
-## 851     851     A0K483      95486
-## 852     852     A0K483      95486
-## 853     853     A0K484      95486
-## 854     854     A0K486      95486
-## 855     855     A0K486      95486
-## 856     856     A0K487      95486
-## 857     857     A0K496      95486
-## 858     858     A0K496      95486
-## 859     859     A0K4A1      95486
-## 860     860     A0K4B0      95486
-## 861     861     A0K4B0      95486
-## 862     862     A0K4B0      95486
-## 863     863     A0K4C9      95486
-## 864     864     A0K4H7      95486
-## 865     865     A0K4K8      95486
-## 866     866     A0K4K8      95486
-## 867     867     A0K4L0      95486
-## 868     868     A0K4L0      95486
-## 869     869     A0K4M4      95486
-## 870     870     A0K4Q5      95486
-## 871     871     A0K4Q5      95486
-## 872     872     A0K4S0      95486
-## 873     873     A0K4S1      95486
-## 874     874     A0K4S2      95486
-## 875     875     A0K4S6      95486
-## 876     876     A0K4S8      95486
-## 877     877     A0K4S8      95486
-## 878     878     A0K4S8      95486
-## 879     879     A0K4S8      95486
-## 880     880     A0K4S9      95486
-## 881     881     A0K4S9      95486
-## 882     882     A0K4S9      95486
-## 883     883     A0K4X6      95486
-## 884     884     A0K4Z6      95486
-## 885     885     A0K536      95486
-## 886     886     A0K536      95486
-## 887     887     A0K575      95486
-## 888     888     A0K575      95486
-## 889     889     A0K593      95486
-## 890     890     A0K593      95486
-## 891     891     A0K593      95486
-## 892     892     A0K5D2      95486
-## 893     893     A0K5D7      95486
-## 894     894     A0K5F5      95486
-## 895     895     A0K5F9      95486
-## 896     896     A0K5F9      95486
-## 897     897     A0K5F9      95486
-## 898     898     A0K5G1      95486
-## 899     899     A0K5L4      95486
-## 900     900     A0K5M2      95486
-## 901     901     A0K5M9      95486
-## 902     902     A0K5P0      95486
-## 903     903     A0K5P6      95486
-## 904     904     A0K5Q6      95486
-## 905     905     A0K5S6      95486
-## 906     906     A0K5V7      95486
-## 907     907     A0K5W3      95486
-## 908     908     A0K5W8      95486
-## 909     909     A0K5W8      95486
-## 910     910     A0K648      95486
-## 911     911     A0K648      95486
-## 912     912     A0K6A8      95486
-## 913     913     A0K6C4      95486
-## 914     914     A0K6C4      95486
-## 915     915     A0K6C4      95486
-## 916     916     A0K6N4      95486
-## 917     917     A0K6N4      95486
-## 918     918     A0K6N4      95486
-## 919     919     A0K6Q0      95486
-## 920     920     A0K6X5      95486
-## 921     921     A0K6X5      95486
-## 922     922     A0K6X5      95486
-## 923     923     A0K6X5      95486
-## 924     924     A0K6X5      95486
-## 925     925     A0K6X5      95486
-## 926     926     A0K6X5      95486
-## 927     927     A0K718      95486
-## 928     928     A0K718      95486
-## 929     929     A0K730      95486
-## 930     930     A0K730      95486
-## 931     931     A0K739      95486
-## 932     932     A0K7T2      95486
-## 933     933     A0K7U6      95486
-## 934     934     A0K7U6      95486
-## 935     935     A0K7U9      95486
-## 936     936     A0K7Z5      95486
-## 937     937     A0K7Z5      95486
-## 938     938     A0K832      95486
-## 939     939     A0K832      95486
-## 940     940     A0K834      95486
-## 941     941     A0K875      95486
-## 942     942     A0K8C3      95486
-## 943     943     A0K8D0      95486
-## 944     944     A0K8D1      95486
-## 945     945     A0K8D1      95486
-## 946     946     A0K8D3      95486
-## 947     947     A0K8D7      95486
-## 948     948     A0K8E2      95486
-## 949     949     A0K8E3      95486
-## 950     950     A0K8F4      95486
-## 951     951     A0K8F4      95486
-## 952     952     A0K8I0      95486
-## 953     953     A0K8K2      95486
-## 954     954     A0K8L2      95486
-## 955     955     A0K8N2      95486
-## 956     956     A0K8N3      95486
-## 957     957     A0K915      95486
-## 958     958     A0K927      95486
-## 959     959     A0K960      95486
-## 960     960     A0K965      95486
-## 961     961     A0K9A9      95486
-## 962     962     A0K9K2      95486
-## 963     963     A0K9L0      95486
-## 964     964     A0K9N3      95486
-## 965     965     A0K9N3      95486
-## 966     966     A0K9S4      95486
-## 967     967     A0K9S9      95486
-## 968     968     A0K9T6      95486
-## 969     969     A0K9W8      95486
-## 970     970     A0K9X0      95486
-## 971     971     A0K9X0      95486
-## 972     972     A0K9X9      95486
-## 973     973     A0K9Z1      95486
-## 974     974     A0KA00      95486
-## 975     975     A0KA02      95486
-## 976     976     A0KAB6      95486
-## 977     977     A0KAD4      95486
-## 978     978     A0KAD4      95486
-## 979     979     A0KAF5      95486
-## 980     980     A0KAR0      95486
-## 981     981     A0KAS6      95486
-## 982     982     A0KAS6      95486
-## 983     983     A0KAS6      95486
-## 984     984     A0KAS7      95486
-## 985     985     A0KAU6      95486
-## 986     986     A0KB03      95486
-## 987     987     A0KB52      95486
-## 988     988     A0KB52      95486
-## 989     989     A0KB52      95486
-## 990     990     A0KB90      95486
-## 991     991     A0KBA2      95486
-## 992     992     A0KBF2      95486
-## 993     993     A0KBH8      95486
-## 994     994     A0KBH9      95486
-## 995     995     A0KBH9      95486
-## 996     996     A0KBJ0      95486
-## 997     997     A0KBJ5      95486
-## 998     998     A0KBJ7      95486
-## 999     999     A0KBN1      95486
-## 1000   1000     A0KBN3      95486
-## 1001   1001     A0KCS0      95486
-## 1002   1002     A0KDE6      95486
-## 1003   1003     A0KDG4      95486
-## 1004   1004     A0KDG4      95486
-## 1005   1005     A0KDV2      95486
-## 1006   1006     A0KE25      95486
-## 1007   1007     A0KE53      95486
-## 1008   1008     A0KE56      95486
-## 1009   1009     A0KEF8        644
-## 1010   1010     A0KEJ1        644
-## 1011   1011     A0KEJ9        644
-## 1012   1012     A0KEJ9        644
-## 1013   1013     A0KEL0        644
-## 1014   1014     A0KEL1        644
-## 1015   1015     A0KEM1        644
-## 1016   1016     A0KEM1        644
-## 1017   1017     A0KEM2        644
-## 1018   1018     A0KEM2        644
-## 1019   1019     A0KEM2        644
-## 1020   1020     A0KEM2        644
-## 1021   1021     A0KEM8        644
-## 1022   1022     A0KEP9        644
-## 1023   1023     A0KEY2        644
-## 1024   1024     A0KEY2        644
-## 1025   1025     A0KF07        644
-## 1026   1026     A0KF08        644
-## 1027   1027     A0KF08        644
-## 1028   1028     A0KF36        644
-## 1029   1029     A0KF46        644
-## 1030   1030     A0KFC0        644
-## 1031   1031     A0KFI1        644
-## 1032   1032     A0KFN8        644
-## 1033   1033     A0KFT8        644
-## 1034   1034     A0KFU8        644
-## 1035   1035     A0KFU8        644
-## 1036   1036     A0KFV0        644
-## 1037   1037     A0KG24        644
-## 1038   1038     A0KG26        644
-## 1039   1039     A0KG26        644
-## 1040   1040     A0KG29        644
-## 1041   1041     A0KG39        644
-## 1042   1042     A0KG42        644
-## 1043   1043     A0KGB3        644
-## 1044   1044     A0KGH8        644
-## 1045   1045     A0KGI3        644
-## 1046   1046     A0KGJ2        644
-## 1047   1047     A0KGK4        644
-## 1048   1048     A0KGL1        644
-## 1049   1049     A0KGS0        644
-## 1050   1050     A0KGS7        644
-## 1051   1051     A0KGS9        644
-## 1052   1052     A0KGS9        644
-## 1053   1053     A0KGS9        644
-## 1054   1054     A0KGY3        644
-## 1055   1055     A0KGY3        644
-## 1056   1056     A0KGY4        644
-## 1057   1057     A0KGY4        644
-## 1058   1058     A0KGY5        644
-## 1059   1059     A0KGY6        644
-## 1060   1060     A0KGY6        644
-## 1061   1061     A0KGY7        644
-## 1062   1062     A0KGY8        644
-## 1063   1063     A0KHA2        644
-## 1064   1064     A0KHA2        644
-## 1065   1065     A0KHD0        644
-## 1066   1066     A0KHD0        644
-## 1067   1067     A0KHF6        644
-## 1068   1068     A0KHG3        644
-## 1069   1069     A0KHG4        644
-## 1070   1070     A0KHG9        644
-## 1071   1071     A0KHH3        644
-## 1072   1072     A0KHH3        644
-## 1073   1073     A0KHH3        644
-## 1074   1074     A0KHH3        644
-## 1075   1075     A0KHH5        644
-## 1076   1076     A0KHH5        644
-## 1077   1077     A0KHR8        644
-## 1078   1078     A0KHU1        644
-## 1079   1079     A0KHV5        644
-## 1080   1080     A0KI76        644
-## 1081   1081     A0KIB2        644
-## 1082   1082     A0KIC3        644
-## 1083   1083     A0KIC7        644
-## 1084   1084     A0KIC7        644
-## 1085   1085     A0KIH3        644
-## 1086   1086     A0KIK2        644
-## 1087   1087     A0KIK9        644
-## 1088   1088     A0KIK9        644
-## 1089   1089     A0KIM1        644
-## 1090   1090     A0KIP7        644
-## 1091   1091     A0KIP7        644
-## 1092   1092     A0KIT3        644
-## 1093   1093     A0KIY0        644
-## 1094   1094     A0KJ20        644
-## 1095   1095     A0KJ41        644
-## 1096   1096     A0KJ48        644
-## 1097   1097     A0KJ48        644
-## 1098   1098     A0KJ50        644
-## 1099   1099     A0KJ60        644
-## 1100   1100     A0KJ65        644
-## 1101   1101     A0KJ67        644
-## 1102   1102     A0KJ94        644
-## 1103   1103     A0KJJ1        644
-## 1104   1104     A0KJJ9        644
-## 1105   1105     A0KJK9        644
-## 1106   1106     A0KJL8        644
-## 1107   1107     A0KJP1        644
-## 1108   1108     A0KJR8        644
-## 1109   1109     A0KJR8        644
-## 1110   1110     A0KJS0        644
-## 1111   1111     A0KK42        644
-## 1112   1112     A0KK57        644
-## 1113   1113     A0KKB0        644
-## 1114   1114     A0KKB4        644
-## 1115   1115     A0KKB7        644
-## 1116   1116     A0KKB7        644
-## 1117   1117     A0KKL4        644
-## 1118   1118     A0KKP5        644
-## 1119   1119     A0KKP9        644
-## 1120   1120     A0KKS7        644
-## 1121   1121     A0KKS9        644
-## 1122   1122     A0KKX4        644
-## 1123   1123     A0KL08        644
-## 1124   1124     A0KL13        644
-## 1125   1125     A0KL13        644
-## 1126   1126     A0KL13        644
-## 1127   1127     A0KL53        644
-## 1128   1128     A0KLD7        644
-## 1129   1129     A0KLJ3        644
-## 1130   1130     A0KLJ3        644
-## 1131   1131     A0KLJ5        644
-## 1132   1132     A0KLW6        644
-## 1133   1133     A0KLY1        644
-## 1134   1134     A0KM24        644
-## 1135   1135     A0KMC8        644
-## 1136   1136     A0KMC8        644
-## 1137   1137     A0KMC8        644
-## 1138   1138     A0KMD0        644
-## 1139   1139     A0KME5        644
-## 1140   1140     A0KMH0        644
-## 1141   1141     A0KMI5        644
-## 1142   1142     A0KMI5        644
-## 1143   1143     A0KMI5        644
-## 1144   1144     A0KMM4        644
-## 1145   1145     A0KMM4        644
-## 1146   1146     A0KMP9        644
-## 1147   1147     A0KMZ9        644
-## 1148   1148     A0KN04        644
-## 1149   1149     A0KN87        644
-## 1150   1150     A0KN87        644
-## 1151   1151     A0KNA1        644
-## 1152   1152     A0KNB2        644
-## 1153   1153     A0KND9        644
-## 1154   1154     A0KNE3        644
-## 1155   1155     A0KNE3        644
-## 1156   1156     A0KNE3        644
-## 1157   1157     A0KNE8        644
-## 1158   1158     A0KNI2        644
-## 1159   1159     A0KNI2        644
-## 1160   1160     A0KNQ8        644
-## 1161   1161     A0KNQ8        644
-## 1162   1162     A0KNV3        644
-## 1163   1163     A0KNW5        644
-## 1164   1164     A0KP07        644
-## 1165   1165     A0KP33        644
-## 1166   1166     A0KP37        644
-## 1167   1167     A0KP93        644
-## 1168   1168     A0KPE2        644
-## 1169   1169     A0KPE4        644
-## 1170   1170     A0KPG1        644
-## 1171   1171     A0KPL4        644
-## 1172   1172     A0KPQ1        644
-## 1173   1173     A0KPZ2        644
-## 1174   1174     A0KQ08        644
-## 1175   1175     A0KQA4        644
-## 1176   1176     A0KQA4        644
-## 1177   1177     A0KQA4        644
-## 1178   1178     A0KQA4        644
-## 1179   1179     A0KQA6        644
-## 1180   1180     A0KQF1        644
-## 1181   1181     A0KQG4        644
-## 1182   1182     A0KQH4        644
-## 1183   1183     A0KQJ4        644
-## 1184   1184     A0KQJ4        644
-## 1185   1185     A0KQK0        644
-## 1186   1186     A0KQV3        644
-## 1187   1187     A0KQX6        644
-## 1188   1188     A0KQY8        644
-## 1189   1189     A0KQY8        644
-## 1190   1190     A0KQY9        644
-## 1191   1191     A0KQZ6        644
-## 1192   1192     A0KQZ6        644
-## 1193   1193     A0KQZ6        644
-## 1194   1194     A0KR32         NA
-## 1195   1195     A0KR50         NA
-## 1196   1196     A0KR64         NA
-## 1197   1197     A0KR77         NA
-## 1198   1198     A0KRC6         NA
-## 1199   1199     A0KRC6         NA
-## 1200   1200     A0KRC6         NA
-## 1201   1201     A0KRC6         NA
-## 1202   1202     A0KRF0         NA
-## 1203   1203     A0KRH2         NA
-## 1204   1204     A0KRH2         NA
-## 1205   1205     A0KRK1         NA
-## 1206   1206     A0KRK1         NA
-## 1207   1207     A0KRK5         NA
-## 1208   1208     A0KRL7         NA
-## 1209   1209     A0KRL8         NA
-## 1210   1210     A0KRL8         NA
-## 1211   1211     A0KRL8         NA
-## 1212   1212     A0KRM4         NA
-## 1213   1213     A0KRM5         NA
-## 1214   1214     A0KRN6         NA
-## 1215   1215     A0KRN9         NA
-## 1216   1216     A0KRY0         NA
-## 1217   1217     A0KS62         NA
-## 1218   1218     A0KS84         NA
-## 1219   1219     A0KSJ1         NA
-## 1220   1220     A0KSJ1         NA
-## 1221   1221     A0KSN0         NA
-## 1222   1222     A0KSP4         NA
-## 1223   1223     A0KSP4         NA
-## 1224   1224     A0KSR5         NA
-## 1225   1225     A0KST2         NA
-## 1226   1226     A0KSW7         NA
-## 1227   1227     A0KT03         NA
-## 1228   1228     A0KT23         NA
-## 1229   1229     A0KT23         NA
-## 1230   1230     A0KT87         NA
-## 1231   1231     A0KTG8         NA
-## 1232   1232     A0KTG8         NA
-## 1233   1233     A0KTH5         NA
-## 1234   1234     A0KTP8         NA
-## 1235   1235     A0KTS6         NA
-## 1236   1236     A0KTS6         NA
-## 1237   1237     A0KTV4         NA
-## 1238   1238     A0KTV4         NA
-## 1239   1239     A0KTW7         NA
-## 1240   1240     A0KTX4         NA
-## 1241   1241     A0KTX7         NA
-## 1242   1242     A0KTZ6         NA
-## 1243   1243     A0KTZ6         NA
-## 1244   1244     A0KU01         NA
-## 1245   1245     A0KU03         NA
-## 1246   1246     A0KU07         NA
-## 1247   1247     A0KU09         NA
-## 1248   1248     A0KU60         NA
-## 1249   1249     A0KU76         NA
-## 1250   1250     A0KU82         NA
-## 1251   1251     A0KU82         NA
-## 1252   1252     A0KU83         NA
-## 1253   1253     A0KU85         NA
-## 1254   1254     A0KU94         NA
-## 1255   1255     A0KUE5         NA
-## 1256   1256     A0KUF0         NA
-## 1257   1257     A0KUJ2         NA
-## 1258   1258     A0KUJ9         NA
-## 1259   1259     A0KUK5         NA
-## 1260   1260     A0KUU3         NA
-## 1261   1261     A0KV41         NA
-## 1262   1262     A0KV43         NA
-## 1263   1263     A0KV76         NA
-## 1264   1264     A0KV76         NA
-## 1265   1265     A0KV84         NA
-## 1266   1266     A0KV89         NA
-## 1267   1267     A0KV89         NA
-## 1268   1268     A0KV89         NA
-## 1269   1269     A0KVI3         NA
-## 1270   1270     A0KVI4         NA
-## 1271   1271     A0KVL6         NA
-## 1272   1272     A0KVM4         NA
-## 1273   1273     A0KVN8         NA
-## 1274   1274     A0KVP8         NA
-## 1275   1275     A0KW19         NA
-## 1276   1276     A0KWL2         NA
-## 1277   1277     A0KWL9         NA
-## 1278   1278     A0KWN3         NA
-## 1279   1279     A0KWN7         NA
-## 1280   1280     A0KWN8         NA
-## 1281   1281     A0KWW4         NA
-## 1282   1282     A0KWW4         NA
-## 1283   1283     A0KWX7         NA
-## 1284   1284     A0KWX7         NA
-## 1285   1285     A0KX28         NA
-## 1286   1286     A0KX80         NA
-## 1287   1287     A0KX80         NA
-## 1288   1288     A0KXI7         NA
-## 1289   1289     A0KXK3         NA
-## 1290   1290     A0KXL6         NA
-## 1291   1291     A0KXY6         NA
-## 1292   1292     A0KY03         NA
-## 1293   1293     A0KY03         NA
-## 1294   1294     A0KY72         NA
-## 1295   1295     A0KY83         NA
-## 1296   1296     A0KY83         NA
-## 1297   1297     A0KY89         NA
-## 1298   1298     A0KYD1         NA
-## 1299   1299     A0KYM2         NA
-## 1300   1300     A0KYQ6         NA
-## 1301   1301     A0KYY8         NA
-## 1302   1302     A0KZ09         NA
-## 1303   1303     A0KZ12         NA
-## 1304   1304     A0KZ17         NA
-## 1305   1305     A0KZ22         NA
-## 1306   1306     A0KZ22         NA
-## 1307   1307     A0KZ23         NA
-## 1308   1308     A0KZ42         NA
-## 1309   1309     A0KZ99         NA
-## 1310   1310     A0KZA9         NA
-## 1311   1311     A0KZB0         NA
-## 1312   1312     A0KZD8         NA
-## 1313   1313     A0KZD8         NA
-## 1314   1314     A0KZL7         NA
-## 1315   1315     A0KZM8         NA
-## 1316   1316     A0KZP5         NA
-## 1317   1317     A0KZP5         NA
-## 1318   1318     A0KZP9         NA
-## 1319   1319     A0KZR5         NA
-## 1320   1320     A0KZR5         NA
-## 1321   1321     A0KZS6         NA
-## 1322   1322     A0KZT1         NA
-## 1323   1323     A0KZT7         NA
-## 1324   1324     A0L003         NA
-## 1325   1325     A0L003         NA
-## 1326   1326     A0L061         NA
-## 1327   1327     A0L072         NA
-## 1328   1328     A0L072         NA
-## 1329   1329     A0L072         NA
-## 1330   1330     A0L0B8         NA
-## 1331   1331     A0L0D2         NA
-## 1332   1332     A0L0D2         NA
-## 1333   1333     A0L0D2         NA
-## 1334   1334     A0L0D3         NA
-## 1335   1335     A0L0K6         NA
-## 1336   1336     A0L0K6         NA
-## 1337   1337     A0L0V1         NA
-## 1338   1338     A0L0V9         NA
-## 1339   1339     A0L153         NA
-## 1340   1340     A0L170         NA
-## 1341   1341     A0L190         NA
-## 1342   1342     A0L1H3         NA
-## 1343   1343     A0L1M7         NA
-## 1344   1344     A0L1M7         NA
-## 1345   1345     A0L1N4         NA
-## 1346   1346     A0L1P1         NA
-## 1347   1347     A0L1P2         NA
-## 1348   1348     A0L1P5         NA
-## 1349   1349     A0L1P5         NA
-## 1350   1350     A0L1Q1         NA
-## 1351   1351     A0L1Y5         NA
-## 1352   1352     A0L231         NA
-## 1353   1353     A0L2B4         NA
-## 1354   1354     A0L2D7         NA
-## 1355   1355     A0L2D7         NA
-## 1356   1356     A0L2S6         NA
-## 1357   1357     A0L2T2         NA
-## 1358   1358     A0L2T4         NA
-## 1359   1359     A0L3I9    1124597
-## 1360   1360     A0L3J9    1124597
-## 1361   1361     A0L3J9    1124597
-## 1362   1362     A0L3J9    1124597
-## 1363   1363     A0L3K1    1124597
-## 1364   1364     A0L3L7    1124597
-## 1365   1365     A0L3M5    1124597
-## 1366   1366     A0L3S9    1124597
-## 1367   1367     A0L4C9    1124597
-## 1368   1368     A0L4C9    1124597
-## 1369   1369     A0L4C9    1124597
-## 1370   1370     A0L4K0    1124597
-## 1371   1371     A0L4K6    1124597
-## 1372   1372     A0L4K6    1124597
-## 1373   1373     A0L4K6    1124597
-## 1374   1374     A0L4N8    1124597
-## 1375   1375     A0L4R4    1124597
-## 1376   1376     A0L4S0    1124597
-## 1377   1377     A0L4V9    1124597
-## 1378   1378     A0L4W1    1124597
-## 1379   1379     A0L4X9    1124597
-## 1380   1380     A0L4Y8    1124597
-## 1381   1381     A0L4Z2    1124597
-## 1382   1382     A0L4Z4    1124597
-## 1383   1383     A0L576    1124597
-## 1384   1384     A0L5G0    1124597
-## 1385   1385     A0L5G7    1124597
-## 1386   1386     A0L5K4    1124597
-## 1387   1387     A0L5M9    1124597
-## 1388   1388     A0L5N0    1124597
-## 1389   1389     A0L5N4    1124597
-## 1390   1390     A0L5N4    1124597
-## 1391   1391     A0L5N4    1124597
-## 1392   1392     A0L5N4    1124597
-## 1393   1393     A0L5T9    1124597
-## 1394   1394     A0L5U5    1124597
-## 1395   1395     A0L5W3    1124597
-## 1396   1396     A0L5W7    1124597
-## 1397   1397     A0L5W7    1124597
-## 1398   1398     A0L5W7    1124597
-## 1399   1399     A0L5W7    1124597
-## 1400   1400     A0L5X3    1124597
-## 1401   1401     A0L5Y0    1124597
-## 1402   1402     A0L5Y5    1124597
-## 1403   1403     A0L5Z4    1124597
-## 1404   1404     A0L5Z5    1124597
-## 1405   1405     A0L673    1124597
-## 1406   1406     A0L6E9    1124597
-## 1407   1407     A0L6F4    1124597
-## 1408   1408     A0L6F7    1124597
-## 1409   1409     A0L6Y9    1124597
-## 1410   1410     A0L7K9    1124597
-## 1411   1411     A0L7L5    1124597
-## 1412   1412     A0L7R4    1124597
-## 1413   1413     A0L7X0    1124597
-## 1414   1414     A0L7X0    1124597
-## 1415   1415     A0L835    1124597
-## 1416   1416     A0L862    1124597
-## 1417   1417     A0L887    1124597
-## 1418   1418     A0L887    1124597
-## 1419   1419     A0L887    1124597
-## 1420   1420     A0L889    1124597
-## 1421   1421     A0L8B0    1124597
-## 1422   1422     A0L8B0    1124597
-## 1423   1423     A0L8B0    1124597
-## 1424   1424     A0L8B0    1124597
-## 1425   1425     A0L8B5    1124597
-## 1426   1426     A0L8I2    1124597
-## 1427   1427     A0L8S1    1124597
-## 1428   1428     A0L8V0    1124597
-## 1429   1429     A0L900    1124597
-## 1430   1430     A0L9F4    1124597
-## 1431   1431     A0L9N3    1124597
-## 1432   1432     A0L9N3    1124597
-## 1433   1433     A0L9Q5    1124597
-## 1434   1434     A0L9Q5    1124597
-## 1435   1435     A0LA38    1124597
-## 1436   1436     A0LA84    1124597
-## 1437   1437     A0LAG5    1124597
-## 1438   1438     A0LAG7    1124597
-## 1439   1439     A0LC14    1124597
-## 1440   1440     A0LCF4    1124597
-## 1441   1441     A0LCK8    1124597
-## 1442   1442     A0LCK8    1124597
-## 1443   1443     A0LCK8    1124597
-## 1444   1444     A0LCQ7    1124597
-## 1445   1445     A0LCX0    1124597
-## 1446   1446     A0LCX0    1124597
-## 1447   1447     A0LCX5    1124597
-## 1448   1448     A0LCX6    1124597
-## 1449   1449     A0LCX6    1124597
-## 1450   1450     A0LCZ1    1124597
-## 1451   1451     A0LCZ3    1124597
-## 1452   1452     A0LCZ3    1124597
-## 1453   1453     A0LDA1    1124597
-## 1454   1454     A0LDB5    1124597
-## 1455   1455     A0LDF3    1124597
-## 1456   1456     A0LDN3    1124597
-## 1457   1457     A0LDR1    1124597
-## 1458   1458     A0LDR4    1124597
-## 1459   1459     A0LDR4    1124597
-## 1460   1460     A0LDS4    1124597
-## 1461   1461     A0LDT5    1124597
-## 1462   1462     A0LDW6    1124597
-## 1463   1463     A0LDW8    1124597
-## 1464   1464     A0LDX4    1124597
-## 1465   1465     A0LE14    1124597
-## 1466   1466     A0LE19    1124597
-## 1467   1467     A0LE19    1124597
-## 1468   1468     A0LE19    1124597
-## 1469   1469     A0LE46    1124597
-## 1470   1470     A0LE48    1124597
-## 1471   1471     A0LE50    1124597
-## 1472   1472     A0LE62     119484
-## 1473   1473     A0LEA2     119484
-## 1474   1474     A0LEA2     119484
-## 1475   1475     A0LEB7     119484
-## 1476   1476     A0LEC9     119484
-## 1477   1477     A0LEE9     119484
-## 1478   1478     A0LEE9     119484
-## 1479   1479     A0LEF2     119484
-## 1480   1480     A0LEF2     119484
-## 1481   1481     A0LEH2     119484
-## 1482   1482     A0LEH2     119484
-## 1483   1483     A0LEL7     119484
-## 1484   1484     A0LEQ1     119484
-## 1485   1485     A0LEQ2     119484
-## 1486   1486     A0LEQ3     119484
-## 1487   1487     A0LEU7     119484
-## 1488   1488     A0LF44     119484
-## 1489   1489     A0LF44     119484
-## 1490   1490     A0LF44     119484
-## 1491   1491     A0LF67     119484
-## 1492   1492     A0LFF8     119484
-## 1493   1493     A0LG61     119484
-## 1494   1494     A0LG71     119484
-## 1495   1495     A0LG91     119484
-## 1496   1496     A0LGS1     119484
-## 1497   1497     A0LGY6     119484
-## 1498   1498     A0LGY7     119484
-## 1499   1499     A0LHE3     119484
-## 1500   1500     A0LHL8     119484
-## 1501   1501     A0LHL8     119484
-## 1502   1502     A0LHL8     119484
-## 1503   1503     A0LHM0     119484
-## 1504   1504     A0LHM2     119484
-## 1505   1505     A0LHM4     119484
-## 1506   1506     A0LHM4     119484
-## 1507   1507     A0LHM9     119484
-## 1508   1508     A0LHQ7     119484
-## 1509   1509     A0LHQ7     119484
-## 1510   1510     A0LHR1     119484
-## 1511   1511     A0LI67     119484
-## 1512   1512     A0LIB0     119484
-## 1513   1513     A0LIH6     119484
-## 1514   1514     A0LII1     119484
-## 1515   1515     A0LII2     119484
-## 1516   1516     A0LII3     119484
-## 1517   1517     A0LIK2     119484
-## 1518   1518     A0LIL4     119484
-## 1519   1519     A0LIL6     119484
-## 1520   1520     A0LIN6     119484
-## 1521   1521     A0LIP3     119484
-## 1522   1522     A0LIR9     119484
-## 1523   1523     A0LIY8     119484
-## 1524   1524     A0LJ00     119484
-## 1525   1525     A0LJ00     119484
-## 1526   1526     A0LJ16     119484
-## 1527   1527     A0LJ41     119484
-## 1528   1528     A0LJ41     119484
-## 1529   1529     A0LJ41     119484
-## 1530   1530     A0LJ41     119484
-## 1531   1531     A0LJ59     119484
-## 1532   1532     A0LJ63     119484
-## 1533   1533     A0LJ65     119484
-## 1534   1534     A0LJ91     119484
-## 1535   1535     A0LJA4     119484
-## 1536   1536     A0LJK2     119484
-## 1537   1537     A0LJM3     119484
-## 1538   1538     A0LJM4     119484
-## 1539   1539     A0LJZ1     119484
-## 1540   1540     A0LK12     119484
-## 1541   1541     A0LK12     119484
-## 1542   1542     A0LK20     119484
-## 1543   1543     A0LKV6     119484
-## 1544   1544     A0LKV6     119484
-## 1545   1545     A0LKV6     119484
-## 1546   1546     A0LL53     119484
-## 1547   1547     A0LL58     119484
-## 1548   1548     A0LLA3     119484
-## 1549   1549     A0LLA3     119484
-## 1550   1550     A0LLE6     119484
-## 1551   1551     A0LLE6     119484
-## 1552   1552     A0LLF4     119484
-## 1553   1553     A0LLF4     119484
-## 1554   1554     A0LLF4     119484
-## 1555   1555     A0LLF4     119484
-## 1556   1556     A0LLF8     119484
-## 1557   1557     A0LLG2     119484
-## 1558   1558     A0LLH3     119484
-## 1559   1559     A0LLH5     119484
-## 1560   1560     A0LLH5     119484
-## 1561   1561     A0LLI5     119484
-## 1562   1562     A0LLI8     119484
-## 1563   1563     A0LLR7     119484
-## 1564   1564     A0LLU8     119484
-## 1565   1565     A0LM16     119484
-## 1566   1566     A0LM17     119484
-## 1567   1567     A0LM89     119484
-## 1568   1568     A0LMI3     119484
-## 1569   1569     A0LNW5     119484
-## 1570   1570     A0LNY2     119484
-## 1571   1571     A0LNY9     119484
-## 1572   1572     A0LNY9     119484
-## 1573   1573     A0LNY9     119484
-## 1574   1574     A0LNZ0     119484
-## 1575   1575     A0LP22     119484
-## 1576   1576     A0LP22     119484
-## 1577   1577     A0LP26     119484
-## 1578   1578     A0LP92     119484
-## 1579   1579     A0LPF8     119484
-## 1580   1580     A0LPF9     119484
-## 1581   1581     A0LPF9     119484
-## 1582   1582     A0LPF9     119484
-## 1583   1583     A0LPF9     119484
-## 1584   1584     A0LPR5     119484
-## 1585   1585     A0LPR7     119484
-## 1586   1586     A0LPR7     119484
-## 1587   1587     A0LQ64     119484
-## 1588   1588     A0LQM1     119484
-## 1589   1589     A0LQZ8      28049
-## 1590   1590     A0LQZ8      28049
-## 1591   1591     A0LR22      28049
-## 1592   1592     A0LR22      28049
-## 1593   1593     A0LR74      28049
-## 1594   1594     A0LRC5      28049
-## 1595   1595     A0LRC5      28049
-## 1596   1596     A0LRE5      28049
-## 1597   1597     A0LRF2      28049
-## 1598   1598     A0LRF2      28049
-## 1599   1599     A0LRH8      28049
-## 1600   1600     A0LRI4      28049
-## 1601   1601     A0LRI4      28049
-## 1602   1602     A0LRI9      28049
-## 1603   1603     A0LRI9      28049
-## 1604   1604     A0LRK0      28049
-## 1605   1605     A0LRL3      28049
-## 1606   1606     A0LRL4      28049
-## 1607   1607     A0LRL4      28049
-## 1608   1608     A0LRL4      28049
-## 1609   1609     A0LRL4      28049
-## 1610   1610     A0LRL4      28049
-## 1611   1611     A0LRM2      28049
-## 1612   1612     A0LRM5      28049
-## 1613   1613     A0LRM5      28049
-## 1614   1614     A0LRM6      28049
-## 1615   1615     A0LRM6      28049
-## 1616   1616     A0LRM6      28049
-## 1617   1617     A0LRN7      28049
-## 1618   1618     A0LRQ7      28049
-## 1619   1619     A0LRQ7      28049
-## 1620   1620     A0LRQ7      28049
-## 1621   1621     A0LRQ7      28049
-## 1622   1622     A0LRS7      28049
-## 1623   1623     A0LRS7      28049
-## 1624   1624     A0LRU4      28049
-## 1625   1625     A0LS98      28049
-## 1626   1626     A0LS98      28049
-## 1627   1627     A0LS98      28049
-## 1628   1628     A0LS98      28049
-## 1629   1629     A0LSL0      28049
-## 1630   1630     A0LSL6      28049
-## 1631   1631     A0LSL6      28049
-## 1632   1632     A0LSQ2      28049
-## 1633   1633     A0LSR0      28049
-## 1634   1634     A0LSR0      28049
-## 1635   1635     A0LSS7      28049
-## 1636   1636     A0LSS7      28049
-## 1637   1637     A0LSW9      28049
-## 1638   1638     A0LSX0      28049
-## 1639   1639     A0LSX1      28049
-## 1640   1640     A0LSX1      28049
-## 1641   1641     A0LSX1      28049
-## 1642   1642     A0LSX1      28049
-## 1643   1643     A0LT86      28049
-## 1644   1644     A0LTD9      28049
-## 1645   1645     A0LTD9      28049
-## 1646   1646     A0LTL4      28049
-## 1647   1647     A0LTL5      28049
-## 1648   1648     A0LTL5      28049
-## 1649   1649     A0LTM0      28049
-## 1650   1650     A0LTM0      28049
-## 1651   1651     A0LTM4      28049
-## 1652   1652     A0LTN7      28049
-## 1653   1653     A0LTP8      28049
-## 1654   1654     A0LTT7      28049
-## 1655   1655     A0LTT7      28049
-## 1656   1656     A0LTT7      28049
-## 1657   1657     A0LTZ0      28049
-## 1658   1658     A0LU46      28049
-## 1659   1659     A0LU46      28049
-## 1660   1660     A0LUA5      28049
-## 1661   1661     A0LUA5      28049
-## 1662   1662     A0LUD0      28049
-## 1663   1663     A0LUD3      28049
-## 1664   1664     A0LUE0      28049
-## 1665   1665     A0LUE1      28049
-## 1666   1666     A0LUG6      28049
-## 1667   1667     A0LUJ2      28049
-## 1668   1668     A0LUJ2      28049
-## 1669   1669     A0LUJ6      28049
-## 1670   1670     A0LUK5      28049
-## 1671   1671     A0LUK5      28049
-## 1672   1672     A0LUK6      28049
-## 1673   1673     A0LUK9      28049
-## 1674   1674     A0LUY9      28049
-## 1675   1675     A0LUZ5      28049
-## 1676   1676     A0LUZ5      28049
-## 1677   1677     A0LUZ6      28049
-## 1678   1678     A0LUZ6      28049
-## 1679   1679     A0LUZ6      28049
-## 1680   1680     A0LUZ6      28049
-## 1681   1681     A0LV02      28049
-## 1682   1682     A0LV02      28049
-## 1683   1683     A0LV02      28049
-## 1684   1684     A0LV15      28049
-## 1685   1685     A0LV27      28049
-## 1686   1686     A0LV27      28049
-## 1687   1687     A0LV27      28049
-## 1688   1688     A0LV27      28049
-## 1689   1689     A0LV27      28049
-## 1690   1690     A0LV27      28049
-## 1691   1691     A0LV31      28049
-## 1692   1692     A0LV48      28049
-## 1693   1693     A0LV54      28049
-## 1694   1694     A0LV66      28049
-## 1695   1695     A0LV69      28049
-## 1696   1696     A0LV70      28049
-## 1697   1697     A0LV71      28049
-## 1698   1698     A0LV84      28049
-## 1699   1699     A0LV84      28049
-## 1700   1700     A0LV85      28049
-## 1701   1701     A0LV85      28049
-## 1702   1702     A0LV87      28049
-## 1703   1703     A0LV94      28049
-## 1704   1704     A0LVA3      28049
-## 1705   1705     A0LVG0      28049
-## 1706   1706     A0LVJ8      28049
-## 1707   1707     A0LVP0      28049
-## 1708   1708     A0LVS1      28049
-## 1709   1709     A0LVS1      28049
-## 1710   1710     A0LVX1      28049
-## 1711   1711     A0LVY3      28049
-## 1712   1712     A0LW71      28049
-## 1713   1713     A0LWH7      28049
-## 1714   1714     A0LWI8      28049
-## 1715   1715     A0LWS1      28049
-## 1716   1716     A0LWS7      28049
-## 1717   1717     A0LWS7      28049
-## 1718   1718     A0LWS7      28049
-## 1719   1719     A0LWT8      28049
-## 1720   1720     A0LXJ9     411153
-## 1721   1721     A0LXL9     411153
-## 1722   1722     A0LXL9     411153
-## 1723   1723     A0LXM8     411153
-## 1724   1724     A0LXM8     411153
-## 1725   1725     A0LXQ1     411153
-## 1726   1726     A0LXQ1     411153
-## 1727   1727     A0LXQ1     411153
-## 1728   1728     A0LXQ1     411153
-## 1729   1729     A0LXQ1     411153
-## 1730   1730     A0LXQ1     411153
-## 1731   1731     A0LXQ1     411153
-## 1732   1732     A0LXQ1     411153
-## 1733   1733     A0LXS4     411153
-## 1734   1734     A0LXS6     411153
-## 1735   1735     A0LXW0     411153
-## 1736   1736     A0LXX3     411153
-## 1737   1737     A0LXX3     411153
-## 1738   1738     A0LY29     411153
-## 1739   1739     A0LY71     411153
-## 1740   1740     A0LYC0     411153
-## 1741   1741     A0LYC0     411153
-## 1742   1742     A0LYC0     411153
-## 1743   1743     A0LYL5     411153
-## 1744   1744     A0LZ43     411153
-## 1745   1745     A0LZ51     411153
-## 1746   1746     A0LZ81     411153
-## 1747   1747     A0LZF7     411153
-## 1748   1748     A0LZH4     411153
-## 1749   1749     A0LZH6     411153
-## 1750   1750     A0LZM9     411153
-## 1751   1751     A0LZM9     411153
-## 1752   1752     A0M0E2     411153
-## 1753   1753     A0M0E2     411153
-## 1754   1754     A0M0N2     411153
-## 1755   1755     A0M1U3     411153
-## 1756   1756     A0M2A1     411153
-## 1757   1757     A0M2A1     411153
-## 1758   1758     A0M2A1     411153
-## 1759   1759     A0M2K0     411153
-## 1760   1760     A0M2N6     411153
-## 1761   1761     A0M2N6     411153
-## 1762   1762     A0M345     411153
-## 1763   1763     A0M353     411153
-## 1764   1764     A0M353     411153
-## 1765   1765     A0M360     411153
-## 1766   1766     A0M376     411153
-## 1767   1767     A0M380     411153
-## 1768   1768     A0M380     411153
-## 1769   1769     A0M3I8     411153
-## 1770   1770     A0M3P3     411153
-## 1771   1771     A0M3Y8     411153
-## 1772   1772     A0M3Z1     411153
-## 1773   1773     A0M3Z6     411153
-## 1774   1774     A0M4U0     411153
-## 1775   1775     A0M4X2     411153
-## 1776   1776     A0M4Z1     411153
-## 1777   1777     A0M500     411153
-## 1778   1778     A0M500     411153
-## 1779   1779     A0M526     411153
-## 1780   1780     A0M535     411153
-## 1781   1781     A0M568     411153
-## 1782   1782     A0M572     411153
-## 1783   1783     A0M581     411153
-## 1784   1784     A0M583     411153
-## 1785   1785     A0M597     411153
-## 1786   1786     A0M598     411153
-## 1787   1787     A0M5C6     411153
-## 1788   1788     A0M5C6     411153
-## 1789   1789     A0M5C6     411153
-## 1790   1790     A0M5H8     411153
-## 1791   1791     A0M5N3     411153
-## 1792   1792     A0M5T1     411153
-## 1793   1793     A0M5T1     411153
-## 1794   1794     A0M5U1     411153
-## 1795   1795     A0M5W6     411153
-## 1796   1796     A0M5W6     411153
-## 1797   1797     A0M5Z9     411153
-## 1798   1798     A0M6C1     411153
-## 1799   1799     A0M6G3     411153
-## 1800   1800     A0M6G3     411153
-## 1801   1801     A0M6G4     411153
-## 1802   1802     A0M6J7     411153
-## 1803   1803     A0M6J7     411153
-## 1804   1804     A0M6J8     411153
-## 1805   1805     A0M6M2     411153
-## 1806   1806     A0M6M4     411153
-## 1807   1807     A0M6W9     411153
-## 1808   1808     A0M745     411153
-## 1809   1809     A0M745     411153
-## 1810   1810     A0M764     411153
-## 1811   1811     A0M791     411153
-## 1812   1812     A0M791     411153
-## 1813   1813     A0M7D9     411153
-## 1814   1814     A0M8R4         NA
-## 1815   1815     A0M8R4         NA
-## 1816   1816     A0M8R7         NA
-## 1817   1817     A0M8S0         NA
-## 1818   1818     A0M8S0         NA
-## 1819   1819     A0M8S4         NA
-## 1820   1820     A0M8S4         NA
-## 1821   1821     A0M8S4         NA
-## 1822   1822     A0M8S5         NA
-## 1823   1823     A0M8S5         NA
-## 1824   1824     A0M8S7         NA
-## 1825   1825     A0M8S8         NA
-## 1826   1826     A0M8T1         NA
-## 1827   1827     A0M8T1         NA
-## 1828   1828     A0M8T3         NA
-## 1829   1829     A0M8T5         NA
-## 1830   1830     A0M8T5         NA
-## 1831   1831     A0M8U1         NA
-## 1832   1832     A0M8U1         NA
-## 1833   1833     A0M8U6       9612
-## 1834   1834     A0M8U6       9612
-## 1835   1835     A0MD28      28344
-## 1836   1836     A0MD28      28344
-## 1837   1837     A0MD30      28344
-## 1838   1838     A0MD32      28344
-## 1839   1839     A0MD32      28344
-## 1840   1840     A0MES8         NA
-## 1841   1841     A0MES8         NA
-## 1842   1842     A0MES8         NA
-## 1843   1843     A0MES8         NA
-## 1844   1844     A0MFL4         NA
-## 1845   1845     A0MH06       4530
-## 1846   1846     A0MLS5         NA
-## 1847   1847     A0MLS5         NA
-## 1848   1848     A0MP03         NA
-## 1849   1849     A0MQH0         NA
-## 1850   1850     A0MQH0         NA
-## 1851   1851     A0MS83         NA
-## 1852   1852     A0MS83         NA
-## 1853   1853     A0MS83         NA
-## 1854   1854     A0MS83         NA
-## 1855   1855     A0MS83         NA
-## 1856   1856     A0MSJ1         NA
-## 1857   1857     A0MSJ1         NA
-## 1858   1858     A0MSJ1         NA
-## 1859   1859     A0MSJ1         NA
-## 1860   1860     A0MSJ1         NA
-## 1861   1861     A0MSJ1         NA
-## 1862   1862     A0MSJ1         NA
-## 1863   1863     A0MSJ1         NA
-## 1864   1864     A0MSJ1         NA
-## 1865   1865     A0MSJ1         NA
-## 1866   1866     A0MSJ1         NA
-## 1867   1867     A0MSJ1         NA
-## 1868   1868     A0MSJ1         NA
-## 1869   1869     A0MSJ1         NA
-## 1870   1870     A0MSJ1         NA
-## 1871   1871     A0MSJ1         NA
-## 1872   1872     A0MTA1         NA
-## 1873   1873     A0MWD1         NA
-## 1874   1874     A0MZ66         NA
-## 1875   1875     A0MZ66         NA
-## 1876   1876     A0MZ67         NA
-## 1877   1877     A0MZ67         NA
-## 1878   1878     A0MZ67         NA
-## 1879   1879     A0MZE1         NA
-## 1880   1880     A0N0X6         NA
-## 1881   1881     A0N0X6         NA
-## 1882   1882     A0NAZ8         NA
-## 1883   1883     A0NBD9         NA
-## 1884   1884     A0NDG6         NA
-## 1885   1885     A0NDK8         NA
-## 1886   1886     A0NEF7         NA
-## 1887   1887     A0NGY0         NA
-## 1888   1888     A0P8X0         NA
-## 1889   1889     A0P8X0         NA
-## 1890   1890     A0P8X0         NA
-## 1891   1891     A0P8Z4         NA
-## 1892   1892     A0P8Z5         NA
-## 1893   1893     A0PA85       9612
-## 1894   1894     A0PA85       9612
-## 1895   1895     A0PC02         NA
-## 1896   1896     A0PDV5         NA
-## 1897   1897     A0PDV5         NA
-## 1898   1898     A0PG75         NA
-## 1899   1899     A0PH66         NA
-## 1900   1900     A0PJ24         NA
-## 1901   1901     A0PJE2         NA
-## 1902   1902     A0PJK1         NA
-## 1903   1903     A0PJP4         NA
-## 1904   1904     A0PJR5         NA
-## 1905   1905     A0PJS5         NA
-## 1906   1906     A0PJS5         NA
-## 1907   1907     A0PJT0         NA
-## 1908   1908     A0PJT0         NA
-## 1909   1909     A0PJT0         NA
-## 1910   1910     A0PJW6         NA
-## 1911   1911     A0PJW6         NA
-## 1912   1912     A0PJW8         NA
-## 1913   1913     A0PJX2         NA
-## 1914   1914     A0PJX8         NA
-## 1915   1915     A0PJX8         NA
-## 1916   1916     A0PJX8         NA
-## 1917   1917     A0PJX8         NA
-## 1918   1918     A0PJY2         NA
-## 1919   1919     A0PJY2         NA
-## 1920   1920     A0PJY2         NA
-## 1921   1921     A0PJZ0         NA
-## 1922   1922     A0PJZ3         NA
-## 1923   1923     A0PJZ3         NA
-## 1924   1924     A0PJZ3         NA
-## 1925   1925     A0PJZ3         NA
-## 1926   1926     A0PJZ3         NA
-## 1927   1927     A0PK05         NA
-## 1928   1928     A0PK05         NA
-## 1929   1929     A0PK11         NA
-## 1930   1930     A0PKB4       1809
-## 1931   1931     A0PKB5       1809
-## 1932   1932     A0PKG2       1809
-## 1933   1933     A0PKG2       1809
-## 1934   1934     A0PKQ3       1809
-## 1935   1935     A0PL16       1809
-## 1936   1936     A0PL52       1809
-## 1937   1937     A0PLI0       1809
-## 1938   1938     A0PLQ1       1809
-## 1939   1939     A0PLQ1       1809
-## 1940   1940     A0PLQ1       1809
-## 1941   1941     A0PLU7       1809
-## 1942   1942     A0PLU9       1809
-## 1943   1943     A0PM25       1809
-## 1944   1944     A0PM25       1809
-## 1945   1945     A0PM40       1809
-## 1946   1946     A0PM68       1809
-## 1947   1947     A0PM69       1809
-## 1948   1948     A0PM80       1809
-## 1949   1949     A0PM82       1809
-## 1950   1950     A0PM82       1809
-## 1951   1951     A0PM83       1809
-## 1952   1952     A0PM84       1809
-## 1953   1953     A0PM88       1809
-## 1954   1954     A0PMB8       1809
-## 1955   1955     A0PMB8       1809
-## 1956   1956     A0PMB8       1809
-## 1957   1957     A0PME7       1809
-## 1958   1958     A0PME8       1809
-## 1959   1959     A0PME9       1809
-## 1960   1960     A0PMW8       1809
-## 1961   1961     A0PNG6       1809
-## 1962   1962     A0PNG6       1809
-## 1963   1963     A0PNH1       1809
-## 1964   1964     A0PNH7       1809
-## 1965   1965     A0PNJ1       1809
-## 1966   1966     A0PNL2       1809
-## 1967   1967     A0PNL7       1809
-## 1968   1968     A0PNL7       1809
-## 1969   1969     A0PNQ1       1809
-## 1970   1970     A0PNU3       1809
-## 1971   1971     A0PNU6       1809
-## 1972   1972     A0PP03       1809
-## 1973   1973     A0PP05       1809
-## 1974   1974     A0PP16       1809
-## 1975   1975     A0PP28       1809
-## 1976   1976     A0PP48       1809
-## 1977   1977     A0PP57       1809
-## 1978   1978     A0PP57       1809
-## 1979   1979     A0PP80       1809
-## 1980   1980     A0PPA8       1809
-## 1981   1981     A0PPA8       1809
-## 1982   1982     A0PPD1       1809
-## 1983   1983     A0PPD3       1809
-## 1984   1984     A0PPE4       1809
-## 1985   1985     A0PPE8       1809
-## 1986   1986     A0PPG6       1809
-## 1987   1987     A0PPH0       1809
-## 1988   1988     A0PPH0       1809
-## 1989   1989     A0PPI7       1809
-## 1990   1990     A0PPI7       1809
-## 1991   1991     A0PPJ3       1809
-## 1992   1992     A0PPK9       1809
-## 1993   1993     A0PPL6       1809
-## 1994   1994     A0PPL7       1809
-## 1995   1995     A0PPL7       1809
-## 1996   1996     A0PPN8       1809
-## 1997   1997     A0PPP5       1809
-## 1998   1998     A0PPX3       1809
-## 1999   1999     A0PPX4       1809
-## 2000   2000     A0PPX4       1809
-## 2001   2001     A0PPY8       1809
-## 2002   2002     A0PPY8       1809
-## 2003   2003     A0PQ00       1809
-## 2004   2004     A0PQ00       1809
-## 2005   2005     A0PQ00       1809
-## 2006   2006     A0PQ31       1809
-## 2007   2007     A0PQ49       1809
-## 2008   2008     A0PQ68       1809
-## 2009   2009     A0PQ75       1809
-## 2010   2010     A0PQ79       1809
-## 2011   2011     A0PQ80       1809
-## 2012   2012     A0PQC4       1809
-## 2013   2013     A0PQC4       1809
-## 2014   2014     A0PQC4       1809
-## 2015   2015     A0PQC4       1809
-## 2016   2016     A0PQC4       1809
-## 2017   2017     A0PQC4       1809
-## 2018   2018     A0PQC4       1809
-## 2019   2019     A0PQC4       1809
-## 2020   2020     A0PQC5       1809
-## 2021   2021     A0PQD9       1809
-## 2022   2022     A0PQE7       1809
-## 2023   2023     A0PQH6       1809
-## 2024   2024     A0PQH6       1809
-## 2025   2025     A0PQT2       1809
-## 2026   2026     A0PQV5       1809
-## 2027   2027     A0PQV5       1809
-## 2028   2028     A0PQW1       1809
-## 2029   2029     A0PR18       1809
-## 2030   2030     A0PR19       1809
-## 2031   2031     A0PR46       1809
-## 2032   2032     A0PR79       1809
-## 2033   2033     A0PR79       1809
-## 2034   2034     A0PRD3       1809
-## 2035   2035     A0PRD3       1809
-## 2036   2036     A0PRE5       1809
-## 2037   2037     A0PRE5       1809
-## 2038   2038     A0PRE5       1809
-## 2039   2039     A0PRE5       1809
-## 2040   2040     A0PRE5       1809
-## 2041   2041     A0PRF5       1809
-## 2042   2042     A0PRG8       1809
-## 2043   2043     A0PRY2       1809
-## 2044   2044     A0PSG0       1809
-## 2045   2045     A0PSH1       1809
-## 2046   2046     A0PSI5       1809
-## 2047   2047     A0PST9       1809
-## 2048   2048     A0PST9       1809
-## 2049   2049     A0PSX2       1809
-## 2050   2050     A0PSX2       1809
-## 2051   2051     A0PT34       1809
-## 2052   2052     A0PT76       1809
-## 2053   2053     A0PT80       1809
-## 2054   2054     A0PT80       1809
-## 2055   2055     A0PT87       1809
-## 2056   2056     A0PTC0       1809
-## 2057   2057     A0PTG1       1809
-## 2058   2058     A0PTG1       1809
-## 2059   2059     A0PTI1       1809
-## 2060   2060     A0PTJ0       1809
-## 2061   2061     A0PTJ0       1809
-## 2062   2062     A0PTJ0       1809
-## 2063   2063     A0PTJ7       1809
-## 2064   2064     A0PTP3       1809
-## 2065   2065     A0PTP9       1809
-## 2066   2066     A0PU04       1809
-## 2067   2067     A0PU15       1809
-## 2068   2068     A0PU15       1809
-## 2069   2069     A0PU35       1809
-## 2070   2070     A0PU57       1809
-## 2071   2071     A0PU93       1809
-## 2072   2072     A0PUJ0       1809
-## 2073   2073     A0PUK0       1809
-## 2074   2074     A0PUK0       1809
-## 2075   2075     A0PUK0       1809
-## 2076   2076     A0PUK2       1809
-## 2077   2077     A0PUK2       1809
-## 2078   2078     A0PUK3       1809
-## 2079   2079     A0PUL1       1809
-## 2080   2080     A0PUX3       1809
-## 2081   2081     A0PV27       1809
-## 2082   2082     A0PV27       1809
-## 2083   2083     A0PV29       1809
-## 2084   2084     A0PV50       1809
-## 2085   2085     A0PV50       1809
-## 2086   2086     A0PV57       1809
-## 2087   2087     A0PVF2       1809
-## 2088   2088     A0PVN7       1809
-## 2089   2089     A0PVU7       1809
-## 2090   2090     A0PVU7       1809
-## 2091   2091     A0PVV1       1809
-## 2092   2092     A0PVV1       1809
-## 2093   2093     A0PVW0       1809
-## 2094   2094     A0PVW0       1809
-## 2095   2095     A0PVW4       1809
-## 2096   2096     A0PVW7       1809
-## 2097   2097     A0PVY7       1809
-## 2098   2098     A0PVZ1       1809
-## 2099   2099     A0PVZ3       1809
-## 2100   2100     A0PW28       1809
-## 2101   2101     A0PW60       1809
-## 2102   2102     A0PW69       1809
-## 2103   2103     A0PW69       1809
-## 2104   2104     A0PWB3       1809
-## 2105   2105     A0PWB3       1809
-## 2106   2106     A0PWC5       1809
-## 2107   2107     A0PWC5       1809
-## 2108   2108     A0PWC5       1809
-## 2109   2109     A0PX13       1809
-## 2110   2110     A0PX71       1809
-## 2111   2111     A0PX73       1542
-## 2112   2112     A0PX77       1542
-## 2113   2113     A0PX87       1542
-## 2114   2114     A0PXA4       1542
-## 2115   2115     A0PXC5       1542
-## 2116   2116     A0PXC5       1542
-## 2117   2117     A0PXK8       1542
-## 2118   2118     A0PXM8       1542
-## 2119   2119     A0PXM8       1542
-## 2120   2120     A0PXN0       1542
-## 2121   2121     A0PXN4       1542
-## 2122   2122     A0PXP2       1542
-## 2123   2123     A0PXP2       1542
-## 2124   2124     A0PXP6       1542
-## 2125   2125     A0PXP9       1542
-## 2126   2126     A0PXQ3       1542
-## 2127   2127     A0PXQ4       1542
-## 2128   2128     A0PXS4       1542
-## 2129   2129     A0PXS5       1542
-## 2130   2130     A0PXT7       1542
-## 2131   2131     A0PXT8       1542
-## 2132   2132     A0PXT9       1542
-## 2133   2133     A0PXU3       1542
-## 2134   2134     A0PXU9       1542
-## 2135   2135     A0PXV1       1542
-## 2136   2136     A0PXV2       1542
-## 2137   2137     A0PXV9       1542
-## 2138   2138     A0PXW7       1542
-## 2139   2139     A0PY42       1542
-## 2140   2140     A0PY66       1542
-## 2141   2141     A0PY67       1542
-## 2142   2142     A0PY67       1542
-## 2143   2143     A0PY67       1542
-## 2144   2144     A0PY95       1542
-## 2145   2145     A0PYB4       1542
-## 2146   2146     A0PYB7       1542
-## 2147   2147     A0PYC8       1542
-## 2148   2148     A0PYK3       1542
-## 2149   2149     A0PYP4       1542
-## 2150   2150     A0PYP8       1542
-## 2151   2151     A0PYX0       1542
-## 2152   2152     A0PYX5       1542
-## 2153   2153     A0PYZ1       1542
-## 2154   2154     A0PZ93       1542
-## 2155   2155     A0PZG9       1542
-## 2156   2156     A0PZK9       1542
-## 2157   2157     A0PZL5       1542
-## 2158   2158     A0PZL5       1542
-## 2159   2159     A0PZL5       1542
-## 2160   2160     A0PZL5       1542
-## 2161   2161     A0PZL5       1542
-## 2162   2162     A0PZM2       1542
-## 2163   2163     A0PZN8       1542
-## 2164   2164     A0PZP4       1542
-## 2165   2165     A0PZP4       1542
-## 2166   2166     A0PZP4       1542
-## 2167   2167     A0PZT1       1542
-## 2168   2168     A0PZU0       1542
-## 2169   2169     A0PZW9       1542
-## 2170   2170     A0PZX0       1542
-## 2171   2171     A0PZZ5       1542
-## 2172   2172     A0Q060       1542
-## 2173   2173     A0Q067       1542
-## 2174   2174     A0Q087       1542
-## 2175   2175     A0Q0A1       1542
-## 2176   2176     A0Q0A4       1542
-## 2177   2177     A0Q0A7       1542
-## 2178   2178     A0Q0K2       1542
-## 2179   2179     A0Q0P3       1542
-## 2180   2180     A0Q0P3       1542
-## 2181   2181     A0Q0P3       1542
-## 2182   2182     A0Q0Q4       1542
-## 2183   2183     A0Q0Q4       1542
-## 2184   2184     A0Q0Q7       1542
-## 2185   2185     A0Q0Q7       1542
-## 2186   2186     A0Q0R0       1542
-## 2187   2187     A0Q0R8       1542
-## 2188   2188     A0Q0X9       1542
-## 2189   2189     A0Q0Z2       1542
-## 2190   2190     A0Q0Z5       1542
-## 2191   2191     A0Q112       1542
-## 2192   2192     A0Q125       1542
-## 2193   2193     A0Q151       1542
-## 2194   2194     A0Q151       1542
-## 2195   2195     A0Q1J2       1542
-## 2196   2196     A0Q1L0       1542
-## 2197   2197     A0Q1R3       1542
-## 2198   2198     A0Q1R3       1542
-## 2199   2199     A0Q1R3       1542
-## 2200   2200     A0Q1R4       1542
-## 2201   2201     A0Q1R8       1542
-## 2202   2202     A0Q1T4       1542
-## 2203   2203     A0Q1T4       1542
-## 2204   2204     A0Q1T4       1542
-## 2205   2205     A0Q1T4       1542
-## 2206   2206     A0Q1T8       1542
-## 2207   2207     A0Q1T8       1542
-## 2208   2208     A0Q1U7       1542
-## 2209   2209     A0Q1U9       1542
-## 2210   2210     A0Q200       1542
-## 2211   2211     A0Q210       1542
-## 2212   2212     A0Q217       1542
-## 2213   2213     A0Q222       1542
-## 2214   2214     A0Q299       1542
-## 2215   2215     A0Q2A8       1542
-## 2216   2216     A0Q2L2       1542
-## 2217   2217     A0Q2L7       1542
-## 2218   2218     A0Q2P9       1542
-## 2219   2219     A0Q2Q0       1542
-## 2220   2220     A0Q2Q0       1542
-## 2221   2221     A0Q2Q0       1542
-## 2222   2222     A0Q2Q3       1542
-## 2223   2223     A0Q2Q3       1542
-## 2224   2224     A0Q2Q3       1542
-## 2225   2225     A0Q2T1       1542
-## 2226   2226     A0Q2Y4       1542
-## 2227   2227     A0Q2Z3       1542
-## 2228   2228     A0Q2Z5       1542
-## 2229   2229     A0Q2Z7       1542
-## 2230   2230     A0Q2Z7       1542
-## 2231   2231     A0Q2Z8       1542
-## 2232   2232     A0Q2Z8       1542
-## 2233   2233     A0Q2Z8       1542
-## 2234   2234     A0Q330       1542
-## 2235   2235     A0Q380       1542
-## 2236   2236     A0Q3H7       1542
-## 2237   2237     A0Q3I7       1542
-## 2238   2238     A0Q3I7       1542
-## 2239   2239     A0Q3R3       1542
-## 2240   2240     A0Q3T2       1542
-## 2241   2241     A0Q3T2       1542
-## 2242   2242     A0Q3T6       1542
-## 2243   2243     A0Q3U3       1542
-## 2244   2244     A0Q3U3       1542
-## 2245   2245     A0Q422        263
-## 2246   2246     A0Q468        263
-## 2247   2247     A0Q4C3        263
-## 2248   2248     A0Q4H2        263
-## 2249   2249     A0Q4H4        263
-## 2250   2250     A0Q4H7        263
-## 2251   2251     A0Q4J8        263
-## 2252   2252     A0Q4J8        263
-## 2253   2253     A0Q4K7        263
-## 2254   2254     A0Q4N6        263
-## 2255   2255     A0Q4U6        263
-## 2256   2256     A0Q4Y5        263
-## 2257   2257     A0Q4Z0        263
-## 2258   2258     A0Q505        263
-## 2259   2259     A0Q549        263
-## 2260   2260     A0Q549        263
-## 2261   2261     A0Q556        263
-## 2262   2262     A0Q562        263
-## 2263   2263     A0Q565        263
-## 2264   2264     A0Q565        263
-## 2265   2265     A0Q565        263
-## 2266   2266     A0Q565        263
-## 2267   2267     A0Q593        263
-## 2268   2268     A0Q595        263
-## 2269   2269     A0Q5C1        263
-## 2270   2270     A0Q5C1        263
-## 2271   2271     A0Q5C1        263
-## 2272   2272     A0Q5C2        263
-## 2273   2273     A0Q5I2        263
-## 2274   2274     A0Q5I9        263
-## 2275   2275     A0Q5I9        263
-## 2276   2276     A0Q5J1        263
-## 2277   2277     A0Q5L1        263
-## 2278   2278     A0Q5M6        263
-## 2279   2279     A0Q5P0        263
-## 2280   2280     A0Q5P9        263
-## 2281   2281     A0Q5Q7        263
-## 2282   2282     A0Q5S7        263
-## 2283   2283     A0Q5S7        263
-## 2284   2284     A0Q604        263
-## 2285   2285     A0Q621        263
-## 2286   2286     A0Q638        263
-## 2287   2287     A0Q693        263
-## 2288   2288     A0Q696        263
-## 2289   2289     A0Q6C0        263
-## 2290   2290     A0Q6F0        263
-## 2291   2291     A0Q6H0        263
-## 2292   2292     A0Q6H2        263
-## 2293   2293     A0Q6K9        263
-## 2294   2294     A0Q6M6        263
-## 2295   2295     A0Q6P7        263
-## 2296   2296     A0Q6Q0        263
-## 2297   2297     A0Q6T0        263
-## 2298   2298     A0Q6Z1        263
-## 2299   2299     A0Q706        263
-## 2300   2300     A0Q706        263
-## 2301   2301     A0Q707        263
-## 2302   2302     A0Q753        263
-## 2303   2303     A0Q762        263
-## 2304   2304     A0Q7A0        263
-## 2305   2305     A0Q7B3        263
-## 2306   2306     A0Q7B6        263
-## 2307   2307     A0Q7F0        263
-## 2308   2308     A0Q7G4        263
-## 2309   2309     A0Q7J1        263
-## 2310   2310     A0Q7M7        263
-## 2311   2311     A0Q7Y1        263
-## 2312   2312     A0Q838        263
-## 2313   2313     A0Q839        263
-## 2314   2314     A0Q839        263
-## 2315   2315     A0Q859        263
-## 2316   2316     A0Q866        263
-## 2317   2317     A0Q866        263
-## 2318   2318     A0Q867        263
-## 2319   2319     A0Q867        263
-## 2320   2320     A0Q869        263
-## 2321   2321     A0Q8A0        263
-## 2322   2322     A0Q8E1        263
-## 2323   2323     A0Q8E3        263
-## 2324   2324     A0Q8F1        263
-## 2325   2325     A0Q8F2        263
-## 2326   2326     A0Q8F3        263
-## 2327   2327     A0Q8G4        263
-## 2328   2328     A0Q8G5        263
-## 2329   2329     A0Q8H0        263
-## 2330   2330     A0Q8I2        263
-## 2331   2331     A0Q8K2        263
-## 2332   2332     A0Q8M6        263
-## 2333   2333     A0Q8N8        263
-## 2334   2334     A0Q8N8        263
-## 2335   2335     A0Q8N8        263
-## 2336   2336     A0Q8W4       1764
-## 2337   2337     A0Q8W7       1764
-## 2338   2338     A0Q8W7       1764
-## 2339   2339     A0Q994       1764
-## 2340   2340     A0Q994       1764
-## 2341   2341     A0Q999       1764
-## 2342   2342     A0Q999       1764
-## 2343   2343     A0QA85       1764
-## 2344   2344     A0QA93       1764
-## 2345   2345     A0QA95       1764
-## 2346   2346     A0QAB5       1764
-## 2347   2347     A0QAB5       1764
-## 2348   2348     A0QAG9       1764
-## 2349   2349     A0QAT1       1764
-## 2350   2350     A0QB57       1764
-## 2351   2351     A0QB57       1764
-## 2352   2352     A0QBE6       1764
-## 2353   2353     A0QBM5       1764
-## 2354   2354     A0QBP0       1764
-## 2355   2355     A0QBQ9       1764
-## 2356   2356     A0QBR0       1764
-## 2357   2357     A0QBR0       1764
-## 2358   2358     A0QBW1       1764
-## 2359   2359     A0QBW9       1764
-## 2360   2360     A0QBW9       1764
-## 2361   2361     A0QBW9       1764
-## 2362   2362     A0QC35       1764
-## 2363   2363     A0QC69       1764
-## 2364   2364     A0QC96       1764
-## 2365   2365     A0QCB7       1764
-## 2366   2366     A0QCH3       1764
-## 2367   2367     A0QCI6       1764
-## 2368   2368     A0QCW7       1764
-## 2369   2369     A0QCW7       1764
-## 2370   2370     A0QCW7       1764
-## 2371   2371     A0QCX5       1764
-## 2372   2372     A0QCX5       1764
-## 2373   2373     A0QCX6       1764
-## 2374   2374     A0QDH0       1764
-## 2375   2375     A0QDH1       1764
-## 2376   2376     A0QDH4       1764
-## 2377   2377     A0QDH4       1764
-## 2378   2378     A0QEC2       1764
-## 2379   2379     A0QEV5       1764
-## 2380   2380     A0QEV5       1764
-## 2381   2381     A0QEV5       1764
-## 2382   2382     A0QEV5       1764
-## 2383   2383     A0QEW1       1764
-## 2384   2384     A0QEW1       1764
-## 2385   2385     A0QEY6       1764
-## 2386   2386     A0QEY7       1764
-## 2387   2387     A0QEZ8       1764
-## 2388   2388     A0QF43       1764
-## 2389   2389     A0QF43       1764
-## 2390   2390     A0QF44       1764
-## 2391   2391     A0QF49       1764
-## 2392   2392     A0QF50       1764
-## 2393   2393     A0QF76       1764
-## 2394   2394     A0QFB5       1764
-## 2395   2395     A0QGA4       1764
-## 2396   2396     A0QGA4       1764
-## 2397   2397     A0QGF2       1764
-## 2398   2398     A0QGF2       1764
-## 2399   2399     A0QGF2       1764
-## 2400   2400     A0QGK1       1764
-## 2401   2401     A0QGK3       1764
-## 2402   2402     A0QGP2       1764
-## 2403   2403     A0QH59       1764
-## 2404   2404     A0QH60       1764
-## 2405   2405     A0QH68       1764
-## 2406   2406     A0QH68       1764
-## 2407   2407     A0QHA7       1764
-## 2408   2408     A0QHB4       1764
-## 2409   2409     A0QHC4       1764
-## 2410   2410     A0QHC4       1764
-## 2411   2411     A0QHC4       1764
-## 2412   2412     A0QHC4       1764
-## 2413   2413     A0QHG7       1764
-## 2414   2414     A0QHG7       1764
-## 2415   2415     A0QHH0       1764
-## 2416   2416     A0QHH8       1764
-## 2417   2417     A0QHI0       1764
-## 2418   2418     A0QHI1       1764
-## 2419   2419     A0QHJ1       1764
-## 2420   2420     A0QHJ1       1764
-## 2421   2421     A0QHJ1       1764
-## 2422   2422     A0QHJ8       1764
-## 2423   2423     A0QHJ8       1764
-## 2424   2424     A0QHM5       1764
-## 2425   2425     A0QHT7       1764
-## 2426   2426     A0QHX0       1764
-## 2427   2427     A0QHY3       1764
-## 2428   2428     A0QI08       1764
-## 2429   2429     A0QI09       1764
-## 2430   2430     A0QI16       1764
-## 2431   2431     A0QI26       1764
-## 2432   2432     A0QI26       1764
-## 2433   2433     A0QI38       1764
-## 2434   2434     A0QI58       1764
-## 2435   2435     A0QI75       1764
-## 2436   2436     A0QI75       1764
-## 2437   2437     A0QI91       1764
-## 2438   2438     A0QI91       1764
-## 2439   2439     A0QIB7       1764
-## 2440   2440     A0QIB9       1764
-## 2441   2441     A0QIL2       1764
-## 2442   2442     A0QIM8       1764
-## 2443   2443     A0QIQ8       1764
-## 2444   2444     A0QIQ9       1764
-## 2445   2445     A0QIR4       1764
-## 2446   2446     A0QIR4       1764
-## 2447   2447     A0QIW5       1764
-## 2448   2448     A0QIW5       1764
-## 2449   2449     A0QIX1       1764
-## 2450   2450     A0QIY2       1764
-## 2451   2451     A0QIY2       1764
-## 2452   2452     A0QIY2       1764
-## 2453   2453     A0QIY2       1764
-## 2454   2454     A0QIY2       1764
-## 2455   2455     A0QIY2       1764
-## 2456   2456     A0QIY2       1764
-## 2457   2457     A0QIY2       1764
-## 2458   2458     A0QJ36       1764
-## 2459   2459     A0QJ43       1764
-## 2460   2460     A0QJ48       1764
-## 2461   2461     A0QJ48       1764
-## 2462   2462     A0QJD4       1764
-## 2463   2463     A0QJD5       1764
-## 2464   2464     A0QJE3       1764
-## 2465   2465     A0QJI1       1764
-## 2466   2466     A0QJL0       1764
-## 2467   2467     A0QJL0       1764
-## 2468   2468     A0QJL0       1764
-## 2469   2469     A0QJU9       1764
-## 2470   2470     A0QJV5       1764
-## 2471   2471     A0QK47       1764
-## 2472   2472     A0QK47       1764
-## 2473   2473     A0QK47       1764
-## 2474   2474     A0QK47       1764
-## 2475   2475     A0QK47       1764
-## 2476   2476     A0QKC7       1764
-## 2477   2477     A0QKD9       1764
-## 2478   2478     A0QKL5       1764
-## 2479   2479     A0QKL5       1764
-## 2480   2480     A0QKL5       1764
-## 2481   2481     A0QKM1       1764
-## 2482   2482     A0QKR2       1764
-## 2483   2483     A0QKR4       1764
-## 2484   2484     A0QKT1       1764
-## 2485   2485     A0QKT1       1764
-## 2486   2486     A0QKT2       1764
-## 2487   2487     A0QKU4       1764
-## 2488   2488     A0QKU4       1764
-## 2489   2489     A0QKZ3       1764
-## 2490   2490     A0QKZ3       1764
-## 2491   2491     A0QKZ7       1764
-## 2492   2492     A0QKZ7       1764
-## 2493   2493     A0QL00       1764
-## 2494   2494     A0QL12       1764
-## 2495   2495     A0QL12       1764
-## 2496   2496     A0QL13       1764
-## 2497   2497     A0QL18       1764
-## 2498   2498     A0QL30       1764
-## 2499   2499     A0QL37       1764
-## 2500   2500     A0QL48       1764
-## 2501   2501     A0QL48       1764
-## 2502   2502     A0QL54       1764
-## 2503   2503     A0QLC9       1764
-## 2504   2504     A0QLC9       1764
-## 2505   2505     A0QLC9       1764
-## 2506   2506     A0QLI0       1764
-## 2507   2507     A0QLI0       1764
-## 2508   2508     A0QLI5       1764
-## 2509   2509     A0QLI5       1764
-## 2510   2510     A0QLI5       1764
-## 2511   2511     A0QLI5       1764
-## 2512   2512     A0QLI5       1764
-## 2513   2513     A0QLI5       1764
-## 2514   2514     A0QLK3       1764
-## 2515   2515     A0QLK3       1764
-## 2516   2516     A0QLK5       1764
-## 2517   2517     A0QLK5       1764
-## 2518   2518     A0QLK5       1764
-## 2519   2519     A0QLK5       1764
-## 2520   2520     A0QLK9       1764
-## 2521   2521     A0QLL2       1764
-## 2522   2522     A0QLP6       1764
-## 2523   2523     A0QLP6       1764
-## 2524   2524     A0QLQ2       1764
-## 2525   2525     A0QLV3       1764
-## 2526   2526     A0QM57       1764
-## 2527   2527     A0QME9       1764
-## 2528   2528     A0QMX9       1764
-## 2529   2529     A0QN14       1764
-## 2530   2530     A0QND3       1764
-## 2531   2531     A0QND5       1764
-## 2532   2532     A0QNE0       1772
-## 2533   2533     A0QNE0       1772
-## 2534   2534     A0QNG1       1772
-## 2535   2535     A0QNG1       1772
-## 2536   2536     A0QNM1       1772
-## 2537   2537     A0QNX1       1772
-## 2538   2538     A0QP18       1772
-## 2539   2539     A0QP18       1772
-## 2540   2540     A0QP18       1772
-## 2541   2541     A0QP32       1772
-## 2542   2542     A0QPD3       1772
-## 2543   2543     A0QPD3       1772
-## 2544   2544     A0QPD4       1772
-## 2545   2545     A0QPD4       1772
-## 2546   2546     A0QPU4       1772
-## 2547   2547     A0QQ53       1772
-## 2548   2548     A0QQ68       1772
-## 2549   2549     A0QQ68       1772
-## 2550   2550     A0QQ68       1772
-## 2551   2551     A0QQC8       1772
-## 2552   2552     A0QQK1       1772
-## 2553   2553     A0QQK3       1772
-## 2554   2554     A0QQU5       1772
-## 2555   2555     A0QQU5       1772
-## 2556   2556     A0QQZ3       1772
-## 2557   2557     A0QQZ3       1772
-## 2558   2558     A0QQZ8       1772
-## 2559   2559     A0QR29       1772
-## 2560   2560     A0QR33       1772
-## 2561   2561     A0QR54       1772
-## 2562   2562     A0QRG0       1772
-## 2563   2563     A0QRG5       1772
-## 2564   2564     A0QRN3       1772
-## 2565   2565     A0QRN3       1772
-## 2566   2566     A0QRN6       1772
-## 2567   2567     A0QRY1       1772
-## 2568   2568     A0QS28       1772
-## 2569   2569     A0QS28       1772
-## 2570   2570     A0QS28       1772
-## 2571   2571     A0QS30       1772
-## 2572   2572     A0QS46       1772
-## 2573   2573     A0QS66       1772
-## 2574   2574     A0QS66       1772
-## 2575   2575     A0QS66       1772
-## 2576   2576     A0QS97       1772
-## 2577   2577     A0QSD1       1772
-## 2578   2578     A0QSD6       1772
-## 2579   2579     A0QSD7       1772
-## 2580   2580     A0QSG4       1772
-## 2581   2581     A0QSG6       1772
-## 2582   2582     A0QSH8       1772
-## 2583   2583     A0QSK5       1772
-## 2584   2584     A0QSK6       1772
-## 2585   2585     A0QSL6       1772
-## 2586   2586     A0QSL9       1772
-## 2587   2587     A0QSL9       1772
-## 2588   2588     A0QSL9       1772
-## 2589   2589     A0QSS4       1772
-## 2590   2590     A0QSS4       1772
-## 2591   2591     A0QSY0       1772
-## 2592   2592     A0QSY0       1772
-## 2593   2593     A0QSZ0       1772
-## 2594   2594     A0QTE5       1772
-## 2595   2595     A0QTF8       1772
-## 2596   2596     A0QTG1       1772
-## 2597   2597     A0QTG2       1772
-## 2598   2598     A0QTG2       1772
-## 2599   2599     A0QTK4       1772
-## 2600   2600     A0QTL6       1772
-## 2601   2601     A0QTL6       1772
-## 2602   2602     A0QTL6       1772
-## 2603   2603     A0QTP2       1772
-## 2604   2604     A0QTT1       1772
-## 2605   2605     A0QTT7       1772
-## 2606   2606     A0QU28       1772
-## 2607   2607     A0QU29       1772
-## 2608   2608     A0QU33       1772
-## 2609   2609     A0QU51       1772
-## 2610   2610     A0QU51       1772
-## 2611   2611     A0QU81       1772
-## 2612   2612     A0QU81       1772
-## 2613   2613     A0QUB2       1772
-## 2614   2614     A0QUP1       1772
-## 2615   2615     A0QUV5       1772
-## 2616   2616     A0QUW7       1772
-## 2617   2617     A0QUW9       1772
-## 2618   2618     A0QUX1       1772
-## 2619   2619     A0QUZ7       1772
-## 2620   2620     A0QV21       1772
-## 2621   2621     A0QV21       1772
-## 2622   2622     A0QV37       1772
-## 2623   2623     A0QV47       1772
-## 2624   2624     A0QVB4       1772
-## 2625   2625     A0QVB8       1772
-## 2626   2626     A0QVB9       1772
-## 2627   2627     A0QVE0       1772
-## 2628   2628     A0QVE4       1772
-## 2629   2629     A0QVH7       1772
-## 2630   2630     A0QVI7       1772
-## 2631   2631     A0QVL2       1772
-## 2632   2632     A0QVL2       1772
-## 2633   2633     A0QVM0       1772
-## 2634   2634     A0QVM0       1772
-## 2635   2635     A0QVM0       1772
-## 2636   2636     A0QVM8       1772
-## 2637   2637     A0QVM8       1772
-## 2638   2638     A0QVQ5       1772
-## 2639   2639     A0QVX5       1772
-## 2640   2640     A0QVX6       1772
-## 2641   2641     A0QVX6       1772
-## 2642   2642     A0QVX6       1772
-## 2643   2643     A0QVX9       1772
-## 2644   2644     A0QVX9       1772
-## 2645   2645     A0QVY0       1772
-## 2646   2646     A0QVY0       1772
-## 2647   2647     A0QW18       1772
-## 2648   2648     A0QW18       1772
-## 2649   2649     A0QW19       1772
-## 2650   2650     A0QW23       1772
-## 2651   2651     A0QW23       1772
-## 2652   2652     A0QWH4       1772
-## 2653   2653     A0QWH5       1772
-## 2654   2654     A0QWH6       1772
-## 2655   2655     A0QWH6       1772
-## 2656   2656     A0QWN3       1772
-## 2657   2657     A0QWQ4       1772
-## 2658   2658     A0QWQ4       1772
-## 2659   2659     A0QWQ5       1772
-## 2660   2660     A0QWT3       1772
-## 2661   2661     A0QWU2       1772
-## 2662   2662     A0QWV6       1772
-## 2663   2663     A0QWV6       1772
-## 2664   2664     A0QWV6       1772
-## 2665   2665     A0QWV6       1772
-## 2666   2666     A0QWX4       1772
-## 2667   2667     A0QWX4       1772
-## 2668   2668     A0QX22       1772
-## 2669   2669     A0QX22       1772
-## 2670   2670     A0QX22       1772
-## 2671   2671     A0QX65       1772
-## 2672   2672     A0QX83       1772
-## 2673   2673     A0QX83       1772
-## 2674   2674     A0QX86       1772
-## 2675   2675     A0QXJ6       1772
-## 2676   2676     A0QXX7       1772
-## 2677   2677     A0QXX7       1772
-## 2678   2678     A0QY28       1772
-## 2679   2679     A0QY28       1772
-## 2680   2680     A0QY28       1772
-## 2681   2681     A0QY28       1772
-## 2682   2682     A0QYE0       1772
-## 2683   2683     A0QYG9       1772
-## 2684   2684     A0QYL8       1772
-## 2685   2685     A0QYP1       1772
-## 2686   2686     A0QYQ7       1772
-## 2687   2687     A0QYQ7       1772
-## 2688   2688     A0QYS5       1772
-## 2689   2689     A0QYS5       1772
-## 2690   2690     A0QYS6       1772
-## 2691   2691     A0QYS8       1772
-## 2692   2692     A0QYS8       1772
-## 2693   2693     A0QYT0       1772
-## 2694   2694     A0QYU7       1772
-## 2695   2695     A0QYV1       1772
-## 2696   2696     A0QYV1       1772
-## 2697   2697     A0QYV1       1772
-## 2698   2698     A0QYV1       1772
-## 2699   2699     A0QYY6       1772
-## 2700   2700     A0QYY6       1772
-## 2701   2701     A0QZ11       1772
-## 2702   2702     A0QZ13       1772
-## 2703   2703     A0QZ13       1772
-## 2704   2704     A0QZ47       1772
-## 2705   2705     A0QZ47       1772
-## 2706   2706     A0QZ47       1772
-## 2707   2707     A0QZ54       1772
-## 2708   2708     A0QZE3       1772
-## 2709   2709     A0QZY5       1772
-## 2710   2710     A0R006       1772
-## 2711   2711     A0R006       1772
-## 2712   2712     A0R006       1772
-## 2713   2713     A0R014       1772
-## 2714   2714     A0R014       1772
-## 2715   2715     A0R014       1772
-## 2716   2716     A0R015       1772
-## 2717   2717     A0R018       1772
-## 2718   2718     A0R018       1772
-## 2719   2719     A0R018       1772
-## 2720   2720     A0R018       1772
-## 2721   2721     A0R019       1772
-## 2722   2722     A0R022       1772
-## 2723   2723     A0R022       1772
-## 2724   2724     A0R024       1772
-## 2725   2725     A0R024       1772
-## 2726   2726     A0R025       1772
-## 2727   2727     A0R033       1772
-## 2728   2728     A0R036       1772
-## 2729   2729     A0R065       1772
-## 2730   2730     A0R066       1772
-## 2731   2731     A0R079       1772
-## 2732   2732     A0R082       1772
-## 2733   2733     A0R082       1772
-## 2734   2734     A0R082       1772
-## 2735   2735     A0R0T9       1772
-## 2736   2736     A0R102       1772
-## 2737   2737     A0R112       1772
-## 2738   2738     A0R148       1772
-## 2739   2739     A0R149       1772
-## 2740   2740     A0R149       1772
-## 2741   2741     A0R149       1772
-## 2742   2742     A0R152       1772
-## 2743   2743     A0R152       1772
-## 2744   2744     A0R152       1772
-## 2745   2745     A0R152       1772
-## 2746   2746     A0R152       1772
-## 2747   2747     A0R152       1772
-## 2748   2748     A0R152       1772
-## 2749   2749     A0R152       1772
-## 2750   2750     A0R152       1772
-## 2751   2751     A0R152       1772
-## 2752   2752     A0R199       1772
-## 2753   2753     A0R1C2       1772
-## 2754   2754     A0R1H6       1772
-## 2755   2755     A0R1Y1       1772
-## 2756   2756     A0R1Y4       1772
-## 2757   2757     A0R202       1772
-## 2758   2758     A0R203       1772
-## 2759   2759     A0R203       1772
-## 2760   2760     A0R204       1772
-## 2761   2761     A0R204       1772
-## 2762   2762     A0R211       1772
-## 2763   2763     A0R211       1772
-## 2764   2764     A0R213       1772
-## 2765   2765     A0R2B1       1772
-## 2766   2766     A0R2B1       1772
-## 2767   2767     A0R2B1       1772
-## 2768   2768     A0R2B1       1772
-## 2769   2769     A0R2D1       1772
-## 2770   2770     A0R2D1       1772
-## 2771   2771     A0R2D4       1772
-## 2772   2772     A0R2G5       1772
-## 2773   2773     A0R2G5       1772
-## 2774   2774     A0R2I8       1772
-## 2775   2775     A0R2I8       1772
-## 2776   2776     A0R2K8       1772
-## 2777   2777     A0R2K8       1772
-## 2778   2778     A0R2W9       1772
-## 2779   2779     A0R2Y2       1772
-## 2780   2780     A0R2Y2       1772
-## 2781   2781     A0R2Y2       1772
-## 2782   2782     A0R3A7       1772
-## 2783   2783     A0R3A7       1772
-## 2784   2784     A0R3C7       1772
-## 2785   2785     A0R3I3       1772
-## 2786   2786     A0R3I7       1772
-## 2787   2787     A0R3I8       1772
-## 2788   2788     A0R3M4       1772
-## 2789   2789     A0R3N5       1772
-## 2790   2790     A0R3Q8       1772
-## 2791   2791     A0R3S7       1772
-## 2792   2792     A0R3S7       1772
-## 2793   2793     A0R3S7       1772
-## 2794   2794     A0R4H4       1772
-## 2795   2795     A0R4H4       1772
-## 2796   2796     A0R4M9       1772
-## 2797   2797     A0R4R3       1772
-## 2798   2798     A0R525       1772
-## 2799   2799     A0R541       1772
-## 2800   2800     A0R563       1772
-## 2801   2801     A0R564       1772
-## 2802   2802     A0R574       1772
-## 2803   2803     A0R574       1772
-## 2804   2804     A0R574       1772
-## 2805   2805     A0R579       1772
-## 2806   2806     A0R580       1772
-## 2807   2807     A0R5C5       1772
-## 2808   2808     A0R5G1       1772
-## 2809   2809     A0R5G1       1772
-## 2810   2810     A0R5G1       1772
-## 2811   2811     A0R5G1       1772
-## 2812   2812     A0R5N0       1772
-## 2813   2813     A0R5N1       1772
-## 2814   2814     A0R5T2       1772
-## 2815   2815     A0R5Z0       1772
-## 2816   2816     A0R609       1772
-## 2817   2817     A0R611       1772
-## 2818   2818     A0R611       1772
-## 2819   2819     A0R611       1772
-## 2820   2820     A0R627       1772
-## 2821   2821     A0R638       1772
-## 2822   2822     A0R647       1772
-## 2823   2823     A0R665       1772
-## 2824   2824     A0R6D9       1772
-## 2825   2825     A0R6D9       1772
-## 2826   2826     A0R6E0       1772
-## 2827   2827     A0R7F9       1772
-## 2828   2828     A0R7G2       1772
-## 2829   2829     A0R7G2       1772
-## 2830   2830     A0R7G2       1772
-## 2831   2831     A0R7G2       1772
-## 2832   2832     A0R7G6       1772
-## 2833   2833     A0R7H5       1772
-## 2834   2834     A0R7K1       1772
-## 2835   2835     A0R898       1428
-## 2836   2836     A0R8A3       1428
-## 2837   2837     A0R8B4       1428
-## 2838   2838     A0R8C1       1428
-## 2839   2839     A0R8C1       1428
-## 2840   2840     A0R8C1       1428
-## 2841   2841     A0R8D9       1428
-## 2842   2842     A0R8E9       1428
-## 2843   2843     A0R8F9       1428
-## 2844   2844     A0R8G8       1428
-## 2845   2845     A0R8I3       1428
-## 2846   2846     A0R8I3       1428
-## 2847   2847     A0R8K4       1428
-## 2848   2848     A0R8U6       1428
-## 2849   2849     A0R8W4       1428
-## 2850   2850     A0R8Z8       1428
-## 2851   2851     A0R904       1428
-## 2852   2852     A0R921       1428
-## 2853   2853     A0R921       1428
-## 2854   2854     A0R921       1428
-## 2855   2855     A0R969       1428
-## 2856   2856     A0R979       1428
-## 2857   2857     A0R979       1428
-## 2858   2858     A0R9A0       1428
-## 2859   2859     A0R9F0       1428
-## 2860   2860     A0RA12       1428
-## 2861   2861     A0RA13       1428
-## 2862   2862     A0RAC8       1428
-## 2863   2863     A0RAC8       1428
-## 2864   2864     A0RAC8       1428
-## 2865   2865     A0RAP3       1428
-## 2866   2866     A0RAQ6       1428
-## 2867   2867     A0RAX7       1428
-## 2868   2868     A0RB27       1428
-## 2869   2869     A0RBC7       1428
-## 2870   2870     A0RBJ0       1428
-## 2871   2871     A0RBJ8       1428
-## 2872   2872     A0RBM1       1428
-## 2873   2873     A0RBM3       1428
-## 2874   2874     A0RBV2       1428
-## 2875   2875     A0RBV4       1428
-## 2876   2876     A0RBV9       1428
-## 2877   2877     A0RBV9       1428
-## 2878   2878     A0RBV9       1428
-## 2879   2879     A0RBW5       1428
-## 2880   2880     A0RCF8       1428
-## 2881   2881     A0RCL3       1428
-## 2882   2882     A0RDG3       1428
-## 2883   2883     A0RDM5       1428
-## 2884   2884     A0RDW1       1428
-## 2885   2885     A0RE96       1428
-## 2886   2886     A0REB5       1428
-## 2887   2887     A0REB5       1428
-## 2888   2888     A0REB6       1428
-## 2889   2889     A0REM5       1428
-## 2890   2890     A0REW2       1428
-## 2891   2891     A0RFE8       1428
-## 2892   2892     A0RH37       1428
-## 2893   2893     A0RH75       1428
-## 2894   2894     A0RHE0       1428
-## 2895   2895     A0RHE0       1428
-## 2896   2896     A0RHE1       1428
-## 2897   2897     A0RHE1       1428
-## 2898   2898     A0RHE1       1428
-## 2899   2899     A0RHF0       1428
-## 2900   2900     A0RHF0       1428
-## 2901   2901     A0RHF2       1428
-## 2902   2902     A0RHH8       1428
-## 2903   2903     A0RHL0       1428
-## 2904   2904     A0RHL4       1428
-## 2905   2905     A0RHM6       1428
-## 2906   2906     A0RHQ8       1428
-## 2907   2907     A0RHR0       1428
-## 2908   2908     A0RHT4       1428
-## 2909   2909     A0RHX9       1428
-## 2910   2910     A0RHY8       1428
-## 2911   2911     A0RHZ2       1428
-## 2912   2912     A0RHZ3       1428
-## 2913   2913     A0RHZ3       1428
-## 2914   2914     A0RI39       1428
-## 2915   2915     A0RI44       1428
-## 2916   2916     A0RI91       1428
-## 2917   2917     A0RIB6       1428
-## 2918   2918     A0RIH1       1428
-## 2919   2919     A0RIH2       1428
-## 2920   2920     A0RIK9       1428
-## 2921   2921     A0RIM4       1428
-## 2922   2922     A0RIM4       1428
-## 2923   2923     A0RIQ2       1428
-## 2924   2924     A0RIQ8       1428
-## 2925   2925     A0RIQ8       1428
-## 2926   2926     A0RIT1       1428
-## 2927   2927     A0RIT1       1428
-## 2928   2928     A0RIT3       1428
-## 2929   2929     A0RIT7       1428
-## 2930   2930     A0RIY8       1428
-## 2931   2931     A0RJ00       1428
-## 2932   2932     A0RJ00       1428
-## 2933   2933     A0RJ16       1428
-## 2934   2934     A0RJ24       1428
-## 2935   2935     A0RJ27       1428
-## 2936   2936     A0RJ35       1428
-## 2937   2937     A0RJ47       1428
-## 2938   2938     A0RJ47       1428
-## 2939   2939     A0RJ51       1428
-## 2940   2940     A0RJ87       1428
-## 2941   2941     A0RJ90       1428
-## 2942   2942     A0RJ90       1428
-## 2943   2943     A0RJF2       1428
-## 2944   2944     A0RJF2       1428
-## 2945   2945     A0RJJ8       1428
-## 2946   2946     A0RJM3       1428
-## 2947   2947     A0RJM4       1428
-## 2948   2948     A0RJP1       1428
-## 2949   2949     A0RJX2       1428
-## 2950   2950     A0RK94       1428
-## 2951   2951     A0RKM3       1428
-## 2952   2952     A0RKU8       1428
-## 2953   2953     A0RKU8       1428
-## 2954   2954     A0RL94       1428
-## 2955   2955     A0RL94       1428
-## 2956   2956     A0RL96       1428
-## 2957   2957     A0RLC3       1428
-## 2958   2958     A0RLC4       1428
-## 2959   2959     A0RLC4       1428
-## 2960   2960     A0RLN5       1428
-## 2961   2961     A0RLN8       1428
-## 2962   2962     A0RLP6       1428
-## 2963   2963     A0RLR2       1428
-## 2964   2964     A0RM12        196
-## 2965   2965     A0RM26        196
-## 2966   2966     A0RM37        196
-## 2967   2967     A0RMD6        196
-## 2968   2968     A0RME1        196
-## 2969   2969     A0RME8        196
-## 2970   2970     A0RME8        196
-## 2971   2971     A0RMH2        196
-## 2972   2972     A0RMK7        196
-## 2973   2973     A0RMN5        196
-## 2974   2974     A0RMN9        196
-## 2975   2975     A0RMP5        196
-## 2976   2976     A0RMQ7        196
-## 2977   2977     A0RMW2        196
-## 2978   2978     A0RMW2        196
-## 2979   2979     A0RMY9        196
-## 2980   2980     A0RN29        196
-## 2981   2981     A0RN42        196
-## 2982   2982     A0RNB3        196
-## 2983   2983     A0RNB3        196
-## 2984   2984     A0RNB3        196
-## 2985   2985     A0RNK3        196
-## 2986   2986     A0RNK4        196
-## 2987   2987     A0RNN3        196
-## 2988   2988     A0RNS3        196
-## 2989   2989     A0RNT1        196
-## 2990   2990     A0RNT1        196
-## 2991   2991     A0RNU3        196
-## 2992   2992     A0RNU3        196
-## 2993   2993     A0RNW2        196
-## 2994   2994     A0RNX3        196
-## 2995   2995     A0RNY9        196
-## 2996   2996     A0RNY9        196
-## 2997   2997     A0RNZ5        196
-## 2998   2998     A0RP01        196
-## 2999   2999     A0RP01        196
-## 3000   3000     A0RP13        196
-## 3001   3001     A0RP16        196
-## 3002   3002     A0RP30        196
-## 3003   3003     A0RP87        196
-## 3004   3004     A0RP87        196
-## 3005   3005     A0RPC8        196
-## 3006   3006     A0RPD2        196
-## 3007   3007     A0RPF9        196
-## 3008   3008     A0RPI7        196
-## 3009   3009     A0RPN3        196
-## 3010   3010     A0RPN3        196
-## 3011   3011     A0RPN6        196
-## 3012   3012     A0RPR0        196
-## 3013   3013     A0RPR0        196
-## 3014   3014     A0RPR0        196
-## 3015   3015     A0RPZ4        196
-## 3016   3016     A0RPZ4        196
-## 3017   3017     A0RQ71        196
-## 3018   3018     A0RQA9        196
-## 3019   3019     A0RQA9        196
-## 3020   3020     A0RQD7        196
-## 3021   3021     A0RQD7        196
-## 3022   3022     A0RQI0        196
-## 3023   3023     A0RQI0        196
-## 3024   3024     A0RQI4        196
-## 3025   3025     A0RQJ3        196
-## 3026   3026     A0RQJ6        196
-## 3027   3027     A0RQK5        196
-## 3028   3028     A0RQK5        196
-## 3029   3029     A0RQK7        196
-## 3030   3030     A0RQL9        196
-## 3031   3031     A0RQL9        196
-## 3032   3032     A0RQL9        196
-## 3033   3033     A0RQM4        196
-## 3034   3034     A0RQM7        196
-## 3035   3035     A0RQM9        196
-## 3036   3036     A0RQM9        196
-## 3037   3037     A0RQU0        196
-## 3038   3038     A0RQX6        196
-## 3039   3039     A0RQZ4        196
-## 3040   3040     A0RQZ4        196
-## 3041   3041     A0RR29        196
-## 3042   3042     A0RR37        196
-## 3043   3043     A0RR62        196
-## 3044   3044     A0RR62        196
-## 3045   3045     A0RR73        196
-## 3046   3046     A0RRG4        196
-## 3047   3047     A0RRM6        196
-## 3048   3048     A0RRM6        196
-## 3049   3049     A0RRN7        196
-## 3050   3050     A0RRU6        196
-## 3051   3051     A0RTP4      46770
-## 3052   3052     A0RU64      46770
-## 3053   3053     A0RU64      46770
-## 3054   3054     A0RU64      46770
-## 3055   3055     A0RUA5      46770
-## 3056   3056     A0RUP0      46770
-## 3057   3057     A0RUP0      46770
-## 3058   3058     A0RUP0      46770
-## 3059   3059     A0RUR2      46770
-## 3060   3060     A0RUY7      46770
-## 3061   3061     A0RUY7      46770
-## 3062   3062     A0RUZ0      46770
-## 3063   3063     A0RVQ8      46770
-## 3064   3064     A0RVQ8      46770
-## 3065   3065     A0RVX9      46770
-## 3066   3066     A0RVX9      46770
-## 3067   3067     A0RVY4      46770
-## 3068   3068     A0RW02      46770
-## 3069   3069     A0RW96      46770
-## 3070   3070     A0RWD1      46770
-## 3071   3071     A0RWD6      46770
-## 3072   3072     A0RWI9      46770
-## 3073   3073     A0RWI9      46770
-## 3074   3074     A0RWW0      46770
-## 3075   3075     A0RX10      46770
-## 3076   3076     A0RX34      46770
-## 3077   3077     A0RXE1      46770
-## 3078   3078     A0RXK0      46770
-## 3079   3079     A0RXK1      46770
-## 3080   3080     A0RXQ5      46770
-## 3081   3081     A0RXV2      46770
-## 3082   3082     A0RY01      46770
-## 3083   3083     A0RY02      46770
-## 3084   3084     A0RYC3      46770
-## 3085   3085     A0RYM0      46770
-## 3086   3086     A0RYM0      46770
-## 3087   3087     A0RYP2      46770
-## 3088   3088     A0RYW7      46770
-## 3089   3089     A0RZ01      46770
-## 3090   3090     A0RZ01      46770
-## 3091   3091     A0RZ01      46770
-## 3092   3092     A0RZ09      46770
-## 3093   3093     A0RZB4         NA
-## 3094   3094     A0RZB4         NA
-## 3095   3095     A0RZB4         NA
-## 3096   3096     A0RZC6         NA
-## 3097   3097     A0RZC6         NA
-## 3098   3098     A0RZC6         NA
-## 3099   3099     A0RZC6         NA
-## 3100   3100     A0RZH5         NA
-## 3101   3101     A0RZH5         NA
-## 3102   3102     A0RZH5         NA
-## 3103   3103     A0SE60         NA
-## 3104   3104     A0SIF1         NA
-## 3105   3105     A0SIX6         NA
-## 3106   3106     A0SJA5         NA
-## 3107   3107     A0SPI0         NA
-## 3108   3108     A0SPI1         NA
-## 3109   3109     A0SPI1         NA
-## 3110   3110     A0SPJ4         NA
-## 3111   3111     A0SPJ8       4513
-## 3112   3112     A0SQM0         NA
-## 3113   3113     A0SYQ0       9612
-## 3114   3114     A0T097       2850
-## 3115   3115     A0T0A6       2850
-## 3116   3116     A0T0B3       2850
-## 3117   3117     A0T0B8       2850
-## 3118   3118     A0T0C0       2850
-## 3119   3119     A0T0C0       2850
-## 3120   3120     A0T0D3       2850
-## 3121   3121     A0T0D7       2850
-## 3122   3122     A0T0D8       2850
-## 3123   3123     A0T0D9       2850
-## 3124   3124     A0T0D9       2850
-## 3125   3125     A0T0E8       2850
-## 3126   3126     A0T0E9       2850
-## 3127   3127     A0T0E9       2850
-## 3128   3128     A0T0F8       2850
-## 3129   3129     A0T0G2       2850
-## 3130   3130     A0T0G3       2850
-## 3131   3131     A0T0G5       2850
-## 3132   3132     A0T0G9       2850
-## 3133   3133     A0T0H4       2850
-## 3134   3134     A0T0H4       2850
-## 3135   3135     A0T0H5       2850
-## 3136   3136     A0T0H7       2850
-## 3137   3137     A0T0H8       2850
-## 3138   3138     A0T0J3       2850
-## 3139   3139     A0T0J4       2850
-## 3140   3140     A0T0J8       2850
-## 3141   3141     A0T0K0       2850
-## 3142   3142     A0T0K2       2850
-## 3143   3143     A0T0K6       2850
-## 3144   3144     A0T0L2       2850
-## 3145   3145     A0T0M6       2850
-## 3146   3146     A0T0M8         NA
-## 3147   3147     A0T0M8         NA
-## 3148   3148     A0T0N2         NA
-## 3149   3149     A0T0P0         NA
-## 3150   3150     A0T0P1         NA
-## 3151   3151     A0T0P2         NA
-## 3152   3152     A0T0Q6         NA
-## 3153   3153     A0T0Q9         NA
-## 3154   3154     A0T0R0         NA
-## 3155   3155     A0T0R0         NA
-## 3156   3156     A0T0R0         NA
-## 3157   3157     A0T0R5         NA
-## 3158   3158     A0T0T0         NA
-## 3159   3159     A0T0T0         NA
-## 3160   3160     A0T0T7         NA
-## 3161   3161     A0T0T9         NA
-## 3162   3162     A0T0U5         NA
-## 3163   3163     A0T0V5         NA
-## 3164   3164     A0T0W2         NA
-## 3165   3165     A0T0W4         NA
-## 3166   3166     A0T0W9         NA
-## 3167   3167     A0T0X1         NA
-## 3168   3168     A0T0X2         NA
-## 3169   3169     A0T0Y7         NA
-## 3170   3170     A0T0Y8         NA
-## 3171   3171     A0T0Y9         NA
-## 3172   3172     A0T0Y9         NA
-## 3173   3173     A0T0Z3         NA
-## 3174   3174     A0T0Z6         NA
-## 3175   3175     A0T0Z7         NA
-## 3176   3176     A0T100         NA
-## 3177   3177     A0T100         NA
-## 3178   3178     A0ZSE6         NA
-## 3179   3179     A0ZSF2         NA
-## 3180   3180     A0ZSF2         NA
-## 3181   3181     A0ZSF3         NA
-## 3182   3182     A0ZSF3         NA
-## 3183   3183     A0ZSF4         NA
-## 3184   3184     A0ZSF4         NA
-## 3185   3185     A0ZSF5         NA
-## 3186   3186     A0ZSF5         NA
-## 3187   3187     A0ZSF6         NA
-## 3188   3188     A0ZSF6         NA
-## 3189   3189     A0ZSF7         NA
-## 3190   3190     A0ZSF7         NA
-## 3191   3191     A0ZSK4         NA
-## 3192   3192     A0ZT23         NA
-## 3193   3193     A0ZZ15         NA
-## 3194   3194     A0ZZ16         NA
-## 3195   3195     A0ZZ20         NA
-## 3196   3196     A0ZZ22         NA
-## 3197   3197     A0ZZ25         NA
-## 3198   3198     A0ZZ26         NA
-## 3199   3199     A0ZZ31         NA
-## 3200   3200     A0ZZ34         NA
-## 3201   3201     A0ZZ35         NA
-## 3202   3202     A0ZZ36         NA
-## 3203   3203     A0ZZ36         NA
-## 3204   3204     A0ZZ40         NA
-## 3205   3205     A0ZZ43         NA
-## 3206   3206     A0ZZ44         NA
-## 3207   3207     A0ZZ48         NA
-## 3208   3208     A0ZZ57         NA
-## 3209   3209     A0ZZ59         NA
-## 3210   3210     A0ZZ62         NA
-## 3211   3211     A0ZZ68         NA
-## 3212   3212     A0ZZ74         NA
-## 3213   3213     A0ZZ76         NA
-## 3214   3214     A0ZZ78         NA
-## 3215   3215     A0ZZ78         NA
-## 3216   3216     A0ZZ78         NA
-## 3217   3217     A0ZZ78         NA
-## 3218   3218     A0ZZ78         NA
-## 3219   3219     A0ZZ80         NA
-## 3220   3220     A0ZZ82         NA
-## 3221   3221     A0ZZ85         NA
-## 3222   3222     A0ZZ86         NA
-## 3223   3223     A0ZZ89         NA
-## 3224   3224     A0ZZ93         NA
-## 3225   3225     A0ZZ93         NA
-## 3226   3226     A0ZZ93         NA
-## 3227   3227     A0ZZ93         NA
-## 3228   3228     A0ZZ93         NA
-## 3229   3229     A0ZZ93         NA
-## 3230   3230     A0ZZA1       1680
-## 3231   3231     A0ZZG5       1680
-## 3232   3232     A0ZZH5       1680
-## 3233   3233     A0ZZM2       1680
-## 3234   3234     A0ZZN6       1680
-## 3235   3235     A0ZZS4       1680
-## 3236   3236     A0ZZV4       1680
-## 3237   3237     A0ZZV7       1680
-## 3238   3238     A0ZZV7       1680
-## 3239   3239     A0ZZX2       1680
-## 3240   3240     A0ZZZ0       1680
-## 3241   3241     A1A005       1680
-## 3242   3242     A1A008       1680
-## 3243   3243     A1A033       1680
-## 3244   3244     A1A048       1680
-## 3245   3245     A1A058       1680
-## 3246   3246     A1A070       1680
-## 3247   3247     A1A075       1680
-## 3248   3248     A1A080       1680
-## 3249   3249     A1A084       1680
-## 3250   3250     A1A084       1680
-## 3251   3251     A1A084       1680
-## 3252   3252     A1A084       1680
-## 3253   3253     A1A086       1680
-## 3254   3254     A1A0A2       1680
-## 3255   3255     A1A0A2       1680
-## 3256   3256     A1A0A3       1680
-## 3257   3257     A1A0A3       1680
-## 3258   3258     A1A0B7       1680
-## 3259   3259     A1A0B7       1680
-## 3260   3260     A1A0E0       1680
-## 3261   3261     A1A0E0       1680
-## 3262   3262     A1A0H0       1680
-## 3263   3263     A1A0I9       1680
-## 3264   3264     A1A0L5       1680
-## 3265   3265     A1A0M5       1680
-## 3266   3266     A1A0P1       1680
-## 3267   3267     A1A0S2       1680
-## 3268   3268     A1A0S3       1680
-## 3269   3269     A1A0T0       1680
-## 3270   3270     A1A0T0       1680
-## 3271   3271     A1A0T1       1680
-## 3272   3272     A1A0T4       1680
-## 3273   3273     A1A0T7       1680
-## 3274   3274     A1A0T9       1680
-## 3275   3275     A1A139       1680
-## 3276   3276     A1A139       1680
-## 3277   3277     A1A139       1680
-## 3278   3278     A1A139       1680
-## 3279   3279     A1A141       1680
-## 3280   3280     A1A198       1680
-## 3281   3281     A1A198       1680
-## 3282   3282     A1A198       1680
-## 3283   3283     A1A1B4       1680
-## 3284   3284     A1A1B4       1680
-## 3285   3285     A1A1G3       1680
-## 3286   3286     A1A1H9       1680
-## 3287   3287     A1A1I2       1680
-## 3288   3288     A1A1I4       1680
-## 3289   3289     A1A1I4       1680
-## 3290   3290     A1A1J0       1680
-## 3291   3291     A1A1J3       1680
-## 3292   3292     A1A1K1       1680
-## 3293   3293     A1A1K3       1680
-## 3294   3294     A1A1M6       1680
-## 3295   3295     A1A1N5       1680
-## 3296   3296     A1A1R2       1680
-## 3297   3297     A1A1R2       1680
-## 3298   3298     A1A1R2       1680
-## 3299   3299     A1A1R9       1680
-## 3300   3300     A1A1R9       1680
-## 3301   3301     A1A1R9       1680
-## 3302   3302     A1A1U9       1680
-## 3303   3303     A1A1X1       1680
-## 3304   3304     A1A1X6       1680
-## 3305   3305     A1A236       1680
-## 3306   3306     A1A278       1680
-## 3307   3307     A1A278       1680
-## 3308   3308     A1A2F2       1680
-## 3309   3309     A1A2F2       1680
-## 3310   3310     A1A2F7       1680
-## 3311   3311     A1A2H2       1680
-## 3312   3312     A1A2I0       1680
-## 3313   3313     A1A2I0       1680
-## 3314   3314     A1A2I3       1680
-## 3315   3315     A1A2I3       1680
-## 3316   3316     A1A2J2       1680
-## 3317   3317     A1A2Z1       1680
-## 3318   3318     A1A2Z2       1680
-## 3319   3319     A1A316       1680
-## 3320   3320     A1A316       1680
-## 3321   3321     A1A316       1680
-## 3322   3322     A1A317       1680
-## 3323   3323     A1A317       1680
-## 3324   3324     A1A317       1680
-## 3325   3325     A1A3C9       1680
-## 3326   3326     A1A3M0       1680
-## 3327   3327     A1A3M0       1680
-## 3328   3328     A1A3P4       1680
-## 3329   3329     A1A3P5       1680
-## 3330   3330     A1A3P5       1680
-## 3331   3331     A1A3P5       1680
-## 3332   3332     A1A3P5       1680
-## 3333   3333     A1A3P5       1680
-## 3334   3334     A1A3W3       1680
-## 3335   3335     A1A3X8       1680
-## 3336   3336     A1A4G5         NA
-## 3337   3337     A1A4H6         NA
-## 3338   3338     A1A4H6         NA
-## 3339   3339     A1A4H9         NA
-## 3340   3340     A1A4H9         NA
-## 3341   3341     A1A4H9         NA
-## 3342   3342     A1A4H9         NA
-## 3343   3343     A1A4I1         NA
-## 3344   3344     A1A4I1         NA
-## 3345   3345     A1A4I1         NA
-## 3346   3346     A1A4I1         NA
-## 3347   3347     A1A4I1         NA
-## 3348   3348     A1A4I4         NA
-## 3349   3349     A1A4I4         NA
-## 3350   3350     A1A4I4         NA
-## 3351   3351     A1A4I4         NA
-## 3352   3352     A1A4I9         NA
-## 3353   3353     A1A4J1         NA
-## 3354   3354     A1A4J1         NA
-## 3355   3355     A1A4J6         NA
-## 3356   3356     A1A4J7         NA
-## 3357   3357     A1A4J7         NA
-## 3358   3358     A1A4J7         NA
-## 3359   3359     A1A4J7         NA
-## 3360   3360     A1A4J7         NA
-## 3361   3361     A1A4K3         NA
-## 3362   3362     A1A4K5         NA
-## 3363   3363     A1A4K5         NA
-## 3364   3364     A1A4K8         NA
-## 3365   3365     A1A4K8         NA
-## 3366   3366     A1A4K8         NA
-## 3367   3367     A1A4K8         NA
-## 3368   3368     A1A4L1         NA
-## 3369   3369     A1A4L6         NA
-## 3370   3370     A1A4L6         NA
-## 3371   3371     A1A4L8         NA
-## 3372   3372     A1A4M2         NA
-## 3373   3373     A1A4M2         NA
-## 3374   3374     A1A4M2         NA
-## 3375   3375     A1A4P4         NA
-## 3376   3376     A1A4P4         NA
-## 3377   3377     A1A4Q9         NA
-## 3378   3378     A1A4R8         NA
-## 3379   3379     A1A4R8         NA
-## 3380   3380     A1A4R9         NA
-## 3381   3381     A1A4R9         NA
-## 3382   3382     A1A4R9         NA
-## 3383   3383     A1A4S6         NA
-## 3384   3384     A1A4T8         NA
-## 3385   3385     A1A519         NA
-## 3386   3386     A1A535         NA
-## 3387   3387     A1A547         NA
-## 3388   3388     A1A5B4         NA
-## 3389   3389     A1A5B4         NA
-## 3390   3390     A1A5C7         NA
-## 3391   3391     A1A5C7         NA
-## 3392   3392     A1A5C7         NA
-## 3393   3393     A1A5D9         NA
-## 3394   3394     A1A5D9         NA
-## 3395   3395     A1A5D9         NA
-## 3396   3396     A1A5F2         NA
-## 3397   3397     A1A5F2         NA
-## 3398   3398     A1A5G0         NA
-## 3399   3399     A1A5G0         NA
-## 3400   3400     A1A5G2         NA
-## 3401   3401     A1A5G2         NA
-## 3402   3402     A1A5G2         NA
-## 3403   3403     A1A5G4         NA
-## 3404   3404     A1A5G6         NA
-## 3405   3405     A1A5H6         NA
-## 3406   3406     A1A5H6         NA
-## 3407   3407     A1A5H6         NA
-## 3408   3408     A1A5H6         NA
-## 3409   3409     A1A5H8         NA
-## 3410   3410     A1A5H8         NA
-## 3411   3411     A1A5I1         NA
-## 3412   3412     A1A5I1         NA
-## 3413   3413     A1A5I1         NA
-## 3414   3414     A1A5I1         NA
-## 3415   3415     A1A5I1         NA
-## 3416   3416     A1A5K2         NA
-## 3417   3417     A1A5K2         NA
-## 3418   3418     A1A5K6         NA
-## 3419   3419     A1A5P0         NA
-## 3420   3420     A1A5P0         NA
-## 3421   3421     A1A5P0         NA
-## 3422   3422     A1A5P2         NA
-## 3423   3423     A1A5P9         NA
-## 3424   3424     A1A5P9         NA
-## 3425   3425     A1A5P9         NA
-## 3426   3426     A1A5Q0         NA
-## 3427   3427     A1A5Q0         NA
-## 3428   3428     A1A5Q0         NA
-## 3429   3429     A1A5Q0         NA
-## 3430   3430     A1A5Q0         NA
-## 3431   3431     A1A5Q0         NA
-## 3432   3432     A1A5Q0         NA
-## 3433   3433     A1A5Q5         NA
-## 3434   3434     A1A5Q5         NA
-## 3435   3435     A1A5Q6         NA
-## 3436   3436     A1A5Q6         NA
-## 3437   3437     A1A5Q6         NA
-## 3438   3438     A1A5Q7         NA
-## 3439   3439     A1A5R1         NA
-## 3440   3440     A1A5R1         NA
-## 3441   3441     A1A5R8         NA
-## 3442   3442     A1A5R8         NA
-## 3443   3443     A1A5R9         NA
-## 3444   3444     A1A5R9         NA
-## 3445   3445     A1A5S1         NA
-## 3446   3446     A1A5S1         NA
-## 3447   3447     A1A5S1         NA
-## 3448   3448     A1A5S1         NA
-## 3449   3449     A1A5S1         NA
-## 3450   3450     A1A5S1         NA
-## 3451   3451     A1A5V7         NA
-## 3452   3452     A1A5V7         NA
-## 3453   3453     A1A5V9         NA
-## 3454   3454     A1A5V9         NA
-## 3455   3455     A1A5X2         NA
-## 3456   3456     A1A5X2         NA
-## 3457   3457     A1A5X5         NA
-## 3458   3458     A1A5X5         NA
-## 3459   3459     A1A5Y0         NA
-## 3460   3460     A1A5Y0         NA
-## 3461   3461     A1A600         NA
-## 3462   3462     A1A643         NA
-## 3463   3463     A1A696       4530
-## 3464   3464     A1A696       4530
-## 3465   3465     A1A697       4530
-## 3466   3466     A1A697       4530
-## 3467   3467     A1A697       4530
-## 3468   3468     A1A698       4530
-## 3469   3469     A1A698       4530
-## 3470   3470     A1A6K6         NA
-## 3471   3471     A1A708         NA
-## 3472   3472     A1A708         NA
-## 3473   3473     A1A756        562
-## 3474   3474     A1A766        562
-## 3475   3475     A1A766        562
-## 3476   3476     A1A780        562
-## 3477   3477     A1A785        562
-## 3478   3478     A1A787        562
-## 3479   3479     A1A788        562
-## 3480   3480     A1A7A9        562
-## 3481   3481     A1A7B0        562
-## 3482   3482     A1A7B0        562
-## 3483   3483     A1A7B8        562
-## 3484   3484     A1A7D2        562
-## 3485   3485     A1A7D2        562
-## 3486   3486     A1A7D2        562
-## 3487   3487     A1A7E3        562
-## 3488   3488     A1A7G7        562
-## 3489   3489     A1A7K1        562
-## 3490   3490     A1A7K1        562
-## 3491   3491     A1A7L1        562
-## 3492   3492     A1A7M1        562
-## 3493   3493     A1A7M1        562
-## 3494   3494     A1A7M5        562
-## 3495   3495     A1A7M5        562
-## 3496   3496     A1A7M6        562
-## 3497   3497     A1A7M9        562
-## 3498   3498     A1A7N8        562
-## 3499   3499     A1A7Q3        562
-## 3500   3500     A1A7V4        562
-## 3501   3501     A1A7X6        562
-## 3502   3502     A1A831        562
-## 3503   3503     A1A831        562
-## 3504   3504     A1A890        562
-## 3505   3505     A1A897        562
-## 3506   3506     A1A897        562
-## 3507   3507     A1A8A6        562
-## 3508   3508     A1A8D7        562
-## 3509   3509     A1A8D9        562
-## 3510   3510     A1A8E1        562
-## 3511   3511     A1A8E2        562
-## 3512   3512     A1A8G9        562
-## 3513   3513     A1A8J2        562
-## 3514   3514     A1A8M2        562
-## 3515   3515     A1A8Q5        562
-## 3516   3516     A1A8R6        562
-## 3517   3517     A1A8R7        562
-## 3518   3518     A1A8R7        562
-## 3519   3519     A1A8S9        562
-## 3520   3520     A1A8W1        562
-## 3521   3521     A1A8W1        562
-## 3522   3522     A1A8Z3        562
-## 3523   3523     A1A909        562
-## 3524   3524     A1A909        562
-## 3525   3525     A1A918        562
-## 3526   3526     A1A925        562
-## 3527   3527     A1A944        562
-## 3528   3528     A1A947        562
-## 3529   3529     A1A967        562
-## 3530   3530     A1A986        562
-## 3531   3531     A1A986        562
-## 3532   3532     A1A991        562
-## 3533   3533     A1A9C8        562
-## 3534   3534     A1A9D6        562
-## 3535   3535     A1A9E1        562
-## 3536   3536     A1A9J2        562
-## 3537   3537     A1A9J9        562
-## 3538   3538     A1A9J9        562
-## 3539   3539     A1A9K1        562
-## 3540   3540     A1A9K1        562
-## 3541   3541     A1A9K1        562
-## 3542   3542     A1A9L2        562
-## 3543   3543     A1A9L5        562
-## 3544   3544     A1A9U6        562
-## 3545   3545     A1A9U9        562
-## 3546   3546     A1A9W0        562
-## 3547   3547     A1A9Y4        562
-## 3548   3548     A1AA96        562
-## 3549   3549     A1AA96        562
-## 3550   3550     A1AA96        562
-## 3551   3551     A1AAA9        562
-## 3552   3552     A1AAB4        562
-## 3553   3553     A1AAC5        562
-## 3554   3554     A1AAD8        562
-## 3555   3555     A1AAF7        562
-## 3556   3556     A1AAH3        562
-## 3557   3557     A1AAI0        562
-## 3558   3558     A1AAI0        562
-## 3559   3559     A1AAN0        562
-## 3560   3560     A1AAN1        562
-## 3561   3561     A1AAN1        562
-## 3562   3562     A1AAV3        562
-## 3563   3563     A1ABA7        562
-## 3564   3564     A1ABE4        562
-## 3565   3565     A1ABH3        562
-## 3566   3566     A1ABH3        562
-## 3567   3567     A1ABH4        562
-## 3568   3568     A1ABH4        562
-## 3569   3569     A1ABH4        562
-## 3570   3570     A1ABH4        562
-## 3571   3571     A1ABL7        562
-## 3572   3572     A1ABM9        562
-## 3573   3573     A1ABM9        562
-## 3574   3574     A1ABS5        562
-## 3575   3575     A1ABS8        562
-## 3576   3576     A1AC19        562
-## 3577   3577     A1AC22        562
-## 3578   3578     A1AC24        562
-## 3579   3579     A1ACB6        562
-## 3580   3580     A1ACN7        562
-## 3581   3581     A1ACN7        562
-## 3582   3582     A1ACT0        562
-## 3583   3583     A1ACW2        562
-## 3584   3584     A1ACX1        562
-## 3585   3585     A1ACX1        562
-## 3586   3586     A1ACX1        562
-## 3587   3587     A1ACX8        562
-## 3588   3588     A1ACX8        562
-## 3589   3589     A1AD02        562
-## 3590   3590     A1AD59        562
-## 3591   3591     A1AD59        562
-## 3592   3592     A1AD63        562
-## 3593   3593     A1AD97        562
-## 3594   3594     A1AD97        562
-## 3595   3595     A1AD99        562
-## 3596   3596     A1ADB0        562
-## 3597   3597     A1ADB3        562
-## 3598   3598     A1ADB3        562
-## 3599   3599     A1ADB5        562
-## 3600   3600     A1ADB6        562
-## 3601   3601     A1ADC9        562
-## 3602   3602     A1ADH8        562
-## 3603   3603     A1ADJ6        562
-## 3604   3604     A1ADP3        562
-## 3605   3605     A1ADP3        562
-## 3606   3606     A1ADR4        562
-## 3607   3607     A1ADR4        562
-## 3608   3608     A1ADR5        562
-## 3609   3609     A1ADR5        562
-## 3610   3610     A1ADS2        562
-## 3611   3611     A1ADS2        562
-## 3612   3612     A1ADS8        562
-## 3613   3613     A1ADS8        562
-## 3614   3614     A1ADS9        562
-## 3615   3615     A1ADS9        562
-## 3616   3616     A1ADS9        562
-## 3617   3617     A1ADV4        562
-## 3618   3618     A1ADZ1        562
-## 3619   3619     A1AE45        562
-## 3620   3620     A1AE45        562
-## 3621   3621     A1AE54        562
-## 3622   3622     A1AE55        562
-## 3623   3623     A1AE55        562
-## 3624   3624     A1AE82        562
-## 3625   3625     A1AE89        562
-## 3626   3626     A1AE89        562
-## 3627   3627     A1AE97        562
-## 3628   3628     A1AEN7        562
-## 3629   3629     A1AET7        562
-## 3630   3630     A1AET8        562
-## 3631   3631     A1AEU9        562
-## 3632   3632     A1AEV0        562
-## 3633   3633     A1AEW7        562
-## 3634   3634     A1AEZ1        562
-## 3635   3635     A1AF46        562
-## 3636   3636     A1AF88        562
-## 3637   3637     A1AF92        562
-## 3638   3638     A1AFA2        562
-## 3639   3639     A1AFA2        562
-## 3640   3640     A1AFV9        562
-## 3641   3641     A1AFW5        562
-## 3642   3642     A1AFW5        562
-## 3643   3643     A1AFX0        562
-## 3644   3644     A1AFX4        562
-## 3645   3645     A1AFY1        562
-## 3646   3646     A1AFY6        562
-## 3647   3647     A1AFY6        562
-## 3648   3648     A1AG02        562
-## 3649   3649     A1AG09        562
-## 3650   3650     A1AG22        562
-## 3651   3651     A1AG22        562
-## 3652   3652     A1AG39        562
-## 3653   3653     A1AG68        562
-## 3654   3654     A1AG73        562
-## 3655   3655     A1AG73        562
-## 3656   3656     A1AG73        562
-## 3657   3657     A1AG73        562
-## 3658   3658     A1AG73        562
-## 3659   3659     A1AG79        562
-## 3660   3660     A1AG86        562
-## 3661   3661     A1AG86        562
-## 3662   3662     A1AG86        562
-## 3663   3663     A1AG91        562
-## 3664   3664     A1AGB7        562
-## 3665   3665     A1AGB9        562
-## 3666   3666     A1AGC0        562
-## 3667   3667     A1AGD3        562
-## 3668   3668     A1AGD3        562
-## 3669   3669     A1AGI9        562
-## 3670   3670     A1AGJ4        562
-## 3671   3671     A1AGK1        562
-## 3672   3672     A1AGN6        562
-## 3673   3673     A1AGN6        562
-## 3674   3674     A1AGU7        562
-## 3675   3675     A1AGU7        562
-## 3676   3676     A1AGY3        562
-## 3677   3677     A1AGY4        562
-## 3678   3678     A1AH70        562
-## 3679   3679     A1AHA0        562
-## 3680   3680     A1AHE2        562
-## 3681   3681     A1AHE5        562
-## 3682   3682     A1AHE9        562
-## 3683   3683     A1AHH2        562
-## 3684   3684     A1AHI0        562
-## 3685   3685     A1AHK2        562
-## 3686   3686     A1AHM0        562
-## 3687   3687     A1AHM7        562
-## 3688   3688     A1AHN9        562
-## 3689   3689     A1AHN9        562
-## 3690   3690     A1AHP3        562
-## 3691   3691     A1AHQ2        562
-## 3692   3692     A1AHR2        562
-## 3693   3693     A1AHS1        562
-## 3694   3694     A1AHS8        562
-## 3695   3695     A1AHU6        562
-## 3696   3696     A1AHU6        562
-## 3697   3697     A1AHU9        562
-## 3698   3698     A1AHV0        562
-## 3699   3699     A1AHW2        562
-## 3700   3700     A1AHX9        562
-## 3701   3701     A1AI22        562
-## 3702   3702     A1AI26        562
-## 3703   3703     A1AI32        562
-## 3704   3704     A1AI63        562
-## 3705   3705     A1AI70        562
-## 3706   3706     A1AI75        562
-## 3707   3707     A1AI80        562
-## 3708   3708     A1AI84        562
-## 3709   3709     A1AI91        562
-## 3710   3710     A1AIA7        562
-## 3711   3711     A1AIE7        562
-## 3712   3712     A1AIG0        562
-## 3713   3713     A1AIG0        562
-## 3714   3714     A1AIG0        562
-## 3715   3715     A1AIG5        562
-## 3716   3716     A1AIG5        562
-## 3717   3717     A1AIG7        562
-## 3718   3718     A1AIK3        562
-## 3719   3719     A1AIK8        562
-## 3720   3720     A1AIL7        562
-## 3721   3721     A1AIL8        562
-## 3722   3722     A1AIL8        562
-## 3723   3723     A1AJ51        562
-## 3724   3724     A1AJ76        562
-## 3725   3725     A1AJ82        562
-## 3726   3726     A1AJA2        562
-## 3727   3727     A1AJA5        562
-## 3728   3728     A1AJD7        562
-## 3729   3729     A1AJD7        562
-## 3730   3730     A1AJD7        562
-## 3731   3731     A1AJF5        562
-## 3732   3732     A1AJH6        562
-## 3733   3733     A1AJI8        562
-## 3734   3734     A1AJN6        562
-## 3735   3735     A1AJU8        562
-## 3736   3736     A1ALB2      29543
-## 3737   3737     A1ALB2      29543
-## 3738   3738     A1ALB2      29543
-## 3739   3739     A1ALC4      29543
-## 3740   3740     A1ALG7      29543
-## 3741   3741     A1ALL3      29543
-## 3742   3742     A1ALM7      29543
-## 3743   3743     A1ALP7      29543
-## 3744   3744     A1ALQ2      29543
-## 3745   3745     A1ALQ2      29543
-## 3746   3746     A1ALT0      29543
-## 3747   3747     A1ALT1      29543
-## 3748   3748     A1ALT4      29543
-## 3749   3749     A1ALT4      29543
-## 3750   3750     A1ALU1      29543
-## 3751   3751     A1ALV2      29543
-## 3752   3752     A1ALX3      29543
-## 3753   3753     A1ALX3      29543
-## 3754   3754     A1AM04      29543
-## 3755   3755     A1AM05      29543
-## 3756   3756     A1AM05      29543
-## 3757   3757     A1AM18      29543
-## 3758   3758     A1AM94      29543
-## 3759   3759     A1AMA7      29543
-## 3760   3760     A1AME1      29543
-## 3761   3761     A1AMM1      29543
-## 3762   3762     A1AMM1      29543
-## 3763   3763     A1AMM1      29543
-## 3764   3764     A1AMM1      29543
-## 3765   3765     A1AMM6      29543
-## 3766   3766     A1AMT5      29543
-## 3767   3767     A1AMZ7      29543
-## 3768   3768     A1AN65      29543
-## 3769   3769     A1ANC7      29543
-## 3770   3770     A1ANJ2      29543
-## 3771   3771     A1ANS7      29543
-## 3772   3772     A1ANT3      29543
-## 3773   3773     A1ANT6      29543
-## 3774   3774     A1ANV0      29543
-## 3775   3775     A1AP45      29543
-## 3776   3776     A1AP46      29543
-## 3777   3777     A1APN2      29543
-## 3778   3778     A1APP9      29543
-## 3779   3779     A1APR8      29543
-## 3780   3780     A1APR9      29543
-## 3781   3781     A1APR9      29543
-## 3782   3782     A1APT2      29543
-## 3783   3783     A1APU5      29543
-## 3784   3784     A1APZ3      29543
-## 3785   3785     A1AQJ8      29543
-## 3786   3786     A1AQL6      29543
-## 3787   3787     A1AQL6      29543
-## 3788   3788     A1AQN2      29543
-## 3789   3789     A1AQN5      29543
-## 3790   3790     A1AQS8      29543
-## 3791   3791     A1AR93      29543
-## 3792   3792     A1AR95      29543
-## 3793   3793     A1ARE1      29543
-## 3794   3794     A1ARF8      29543
-## 3795   3795     A1ARJ6      29543
-## 3796   3796     A1ARP1      29543
-## 3797   3797     A1ARX8      29543
-## 3798   3798     A1ASB3      29543
-## 3799   3799     A1ASD1      29543
-## 3800   3800     A1ASH1      29543
-## 3801   3801     A1ASH1      29543
-## 3802   3802     A1ASJ7      29543
-## 3803   3803     A1ASL7      29543
-## 3804   3804     A1ASL7      29543
-## 3805   3805     A1AST1      29543
-## 3806   3806     A1AST1      29543
-## 3807   3807     A1AT11      29543
-## 3808   3808     A1AT11      29543
-## 3809   3809     A1AT17      29543
-## 3810   3810     A1AT66      29543
-## 3811   3811     A1AT71      29543
-## 3812   3812     A1AT80      29543
-## 3813   3813     A1AT81      29543
-## 3814   3814     A1AT86      29543
-## 3815   3815     A1AT89      29543
-## 3816   3816     A1ATB4      29543
-## 3817   3817     A1ATG7      29543
-## 3818   3818     A1ATG7      29543
-## 3819   3819     A1ATI6      29543
-## 3820   3820     A1ATI6      29543
-## 3821   3821     A1ATL2      29543
-## 3822   3822     A1ATL3      29543
-## 3823   3823     A1ATL3      29543
-## 3824   3824     A1ATL4      29543
-## 3825   3825     A1ATL9      29543
-## 3826   3826     A1ATU9      29543
-## 3827   3827     A1ATU9      29543
-## 3828   3828     A1AU60      29543
-## 3829   3829     A1AU64      29543
-## 3830   3830     A1AU84      29543
-## 3831   3831     A1AUF5      29543
-## 3832   3832     A1AUQ6      29543
-## 3833   3833     A1AUS1      29543
-## 3834   3834     A1AUS2      29543
-## 3835   3835     A1AUV7      29543
-## 3836   3836     A1AUV8      29543
-## 3837   3837     A1AUY8      29543
-## 3838   3838     A1AUZ4      29543
-## 3839   3839     A1AV12      29543
-## 3840   3840     A1AV43      29543
-## 3841   3841     A1AV43      29543
-## 3842   3842     A1AV44      29543
-## 3843   3843     A1AV76     386487
-## 3844   3844     A1AV91     386487
-## 3845   3845     A1AVA8     386487
-## 3846   3846     A1AVB1     386487
-## 3847   3847     A1AVC2     386487
-## 3848   3848     A1AVH0     386487
-## 3849   3849     A1AVJ7     386487
-## 3850   3850     A1AVJ8     386487
-## 3851   3851     A1AVK2     386487
-## 3852   3852     A1AVK6     386487
-## 3853   3853     A1AVL5     386487
-## 3854   3854     A1AVL7     386487
-## 3855   3855     A1AVR9     386487
-## 3856   3856     A1AVR9     386487
-## 3857   3857     A1AVS0     386487
-## 3858   3858     A1AVS5     386487
-## 3859   3859     A1AVT6     386487
-## 3860   3860     A1AVU5     386487
-## 3861   3861     A1AVU5     386487
-## 3862   3862     A1AVV5     386487
-## 3863   3863     A1AVW2     386487
-## 3864   3864     A1AVY0     386487
-## 3865   3865     A1AVY0     386487
-## 3866   3866     A1AW02     386487
-## 3867   3867     A1AW09     386487
-## 3868   3868     A1AW09     386487
-## 3869   3869     A1AW09     386487
-## 3870   3870     A1AW10     386487
-## 3871   3871     A1AW13     386487
-## 3872   3872     A1AW20     386487
-## 3873   3873     A1AW21     386487
-## 3874   3874     A1AW21     386487
-## 3875   3875     A1AW21     386487
-## 3876   3876     A1AW36     386487
-## 3877   3877     A1AW36     386487
-## 3878   3878     A1AW44     386487
-## 3879   3879     A1AW65     386487
-## 3880   3880     A1AW67     386487
-## 3881   3881     A1AW70     386487
-## 3882   3882     A1AW91     386487
-## 3883   3883     A1AWA1     386487
-## 3884   3884     A1AWD3     386487
-## 3885   3885     A1AWE8     386487
-## 3886   3886     A1AWG2     386487
-## 3887   3887     A1AWH6     386487
-## 3888   3888     A1AWJ9     386487
-## 3889   3889     A1AWJ9     386487
-## 3890   3890     A1AWK7     386487
-## 3891   3891     A1AWK7     386487
-## 3892   3892     A1AWK7     386487
-## 3893   3893     A1AWK7     386487
-## 3894   3894     A1AWK9     386487
-## 3895   3895     A1AWL7     386487
-## 3896   3896     A1AWL7     386487
-## 3897   3897     A1AWR5     386487
-## 3898   3898     A1AWS0     386487
-## 3899   3899     A1AWT1     386487
-## 3900   3900     A1AWT1     386487
-## 3901   3901     A1AWV1     386487
-## 3902   3902     A1AWV4     386487
-## 3903   3903     A1AX18     386487
-## 3904   3904     A1AX35     386487
-## 3905   3905     A1AX74     386487
-## 3906   3906     A1AX76     386487
-## 3907   3907     A1AX82     386487
-## 3908   3908     A1AXE0     386487
-## 3909   3909     A1AXE0     386487
-## 3910   3910     A1AXJ0     386487
-## 3911   3911     A1AXP4     386487
-## 3912   3912     A1AXS1     386487
-## 3913   3913     A1AXS8     386487
-## 3914   3914     A1AXS8     386487
-## 3915   3915     A1AXS8     386487
-## 3916   3916     A1AXU2     386487
-## 3917   3917     A1AXU2     386487
-## 3918   3918     A1AXU4     386487
-## 3919   3919     A1AXU6     386487
-## 3920   3920     A1AXU6     386487
-## 3921   3921     A1AXV8     386487
-## 3922   3922     A1AXV8     386487
-## 3923   3923     A1AXW5     386487
-## 3924   3924     A1AXW5     386487
-## 3925   3925     A1AXW7     386487
-## 3926   3926     A1AXX6        266
-## 3927   3927     A1AXX6        266
-## 3928   3928     A1AYS1        266
-## 3929   3929     A1AYV3        266
-## 3930   3930     A1AZ46        266
-## 3931   3931     A1AZF8        266
-## 3932   3932     A1AZK6        266
-## 3933   3933     A1AZK6        266
-## 3934   3934     A1AZK6        266
-## 3935   3935     A1AZK6        266
-## 3936   3936     A1AZL6        266
-## 3937   3937     A1AZL6        266
-## 3938   3938     A1AZN6        266
-## 3939   3939     A1AZN6        266
-## 3940   3940     A1AZN6        266
-## 3941   3941     A1AZN6        266
-## 3942   3942     A1AZR0        266
-## 3943   3943     A1AZW1        266
-## 3944   3944     A1AZW1        266
-## 3945   3945     A1AZW2        266
-## 3946   3946     A1AZW3        266
-## 3947   3947     A1AZW4        266
-## 3948   3948     A1B013        266
-## 3949   3949     A1B014        266
-## 3950   3950     A1B015        266
-## 3951   3951     A1B017        266
-## 3952   3952     A1B017        266
-## 3953   3953     A1B017        266
-## 3954   3954     A1B017        266
-## 3955   3955     A1B027        266
-## 3956   3956     A1B030        266
-## 3957   3957     A1B033        266
-## 3958   3958     A1B042        266
-## 3959   3959     A1B047        266
-## 3960   3960     A1B050        266
-## 3961   3961     A1B057        266
-## 3962   3962     A1B095        266
-## 3963   3963     A1B095        266
-## 3964   3964     A1B0C6        266
-## 3965   3965     A1B0E1        266
-## 3966   3966     A1B0E4        266
-## 3967   3967     A1B0E7        266
-## 3968   3968     A1B0F4        266
-## 3969   3969     A1B0F4        266
-## 3970   3970     A1B0F4        266
-## 3971   3971     A1B0F6        266
-## 3972   3972     A1B0F8        266
-## 3973   3973     A1B0F8        266
-## 3974   3974     A1B0G1        266
-## 3975   3975     A1B0G5        266
-## 3976   3976     A1B0I7        266
-## 3977   3977     A1B198        266
-## 3978   3978     A1B1B6        266
-## 3979   3979     A1B1B8        266
-## 3980   3980     A1B1F2        266
-## 3981   3981     A1B1F2        266
-## 3982   3982     A1B1F2        266
-## 3983   3983     A1B1F2        266
-## 3984   3984     A1B1F2        266
-## 3985   3985     A1B1H5        266
-## 3986   3986     A1B2L0        266
-## 3987   3987     A1B2P8        266
-## 3988   3988     A1B2P8        266
-## 3989   3989     A1B316        266
-## 3990   3990     A1B348        266
-## 3991   3991     A1B373        266
-## 3992   3992     A1B373        266
-## 3993   3993     A1B387        266
-## 3994   3994     A1B3A6        266
-## 3995   3995     A1B3C5        266
-## 3996   3996     A1B3D5        266
-## 3997   3997     A1B3F6        266
-## 3998   3998     A1B3J7        266
-## 3999   3999     A1B3M0        266
-## 4000   4000     A1B3Y5        266
-## 4001   4001     A1B467        266
-## 4002   4002     A1B482        266
-## 4003   4003     A1B486        266
-## 4004   4004     A1B487        266
-## 4005   4005     A1B4A2        266
-## 4006   4006     A1B4A2        266
-## 4007   4007     A1B4A2        266
-## 4008   4008     A1B4A2        266
-## 4009   4009     A1B4B3        266
-## 4010   4010     A1B4B3        266
-## 4011   4011     A1B4B8        266
-## 4012   4012     A1B4E9        266
-## 4013   4013     A1B4E9        266
-## 4014   4014     A1B4F0        266
-## 4015   4015     A1B4F1        266
-## 4016   4016     A1B4I6        266
-## 4017   4017     A1B4Z0        266
-## 4018   4018     A1B4Z0        266
-## 4019   4019     A1B507        266
-## 4020   4020     A1B507        266
-## 4021   4021     A1B587        266
-## 4022   4022     A1B587        266
-## 4023   4023     A1B587        266
-## 4024   4024     A1B587        266
-## 4025   4025     A1B5A7        266
-## 4026   4026     A1B5M1        266
-## 4027   4027     A1B5P9        266
-## 4028   4028     A1B5P9        266
-## 4029   4029     A1B5Q5        266
-## 4030   4030     A1B5T0        266
-## 4031   4031     A1B5T0        266
-## 4032   4032     A1B5U1        266
-## 4033   4033     A1B5V3        266
-## 4034   4034     A1B5X6        266
-## 4035   4035     A1B5Z0        266
-## 4036   4036     A1B616        266
-## 4037   4037     A1B619        266
-## 4038   4038     A1B619        266
-## 4039   4039     A1B619        266
-## 4040   4040     A1B677        266
-## 4041   4041     A1B677        266
-## 4042   4042     A1B684        266
-## 4043   4043     A1B853        266
-## 4044   4044     A1B877        266
-## 4045   4045     A1B890        266
-## 4046   4046     A1B8C2        266
-## 4047   4047     A1B8C2        266
-## 4048   4048     A1B8C4        266
-## 4049   4049     A1B8D6        266
-## 4050   4050     A1B8L1        266
-## 4051   4051     A1B8N8        266
-## 4052   4052     A1B8N9        266
-## 4053   4053     A1B8P0        266
-## 4054   4054     A1B8X9        266
-## 4055   4055     A1B943        266
-## 4056   4056     A1B966        266
-## 4057   4057     A1B9C8        266
-## 4058   4058     A1B9D5        266
-## 4059   4059     A1B9F0        266
-## 4060   4060     A1B9F0        266
-## 4061   4061     A1B9F5        266
-## 4062   4062     A1B9H5        266
-## 4063   4063     A1B9K8        266
-## 4064   4064     A1B9K8        266
-## 4065   4065     A1B9K8        266
-## 4066   4066     A1B9Q2        266
-## 4067   4067     A1B9Q5        266
-## 4068   4068     A1BA52        266
-## 4069   4069     A1BAK9        266
-## 4070   4070     A1BAK9        266
-## 4071   4071     A1BAL1        266
-## 4072   4072     A1BAL1        266
-## 4073   4073     A1BAL4        266
-## 4074   4074     A1BAM3        266
-## 4075   4075     A1BAM3        266
-## 4076   4076     A1BAT3        266
-## 4077   4077     A1BAT3        266
-## 4078   4078     A1BBD2        266
-## 4079   4079     A1BBD2        266
-## 4080   4080     A1BBD2        266
-## 4081   4081     A1BBM5        266
-## 4082   4082     A1BBS1        266
-## 4083   4083     A1BCE9        266
-## 4084   4084     A1BCE9        266
-## 4085   4085     A1BCG1       1096
-## 4086   4086     A1BCG1       1096
-## 4087   4087     A1BCU6       1096
-## 4088   4088     A1BD13       1096
-## 4089   4089     A1BD23       1096
-## 4090   4090     A1BD24       1096
-## 4091   4091     A1BD27       1096
-## 4092   4092     A1BD29       1096
-## 4093   4093     A1BD33       1096
-## 4094   4094     A1BD33       1096
-## 4095   4095     A1BD33       1096
-## 4096   4096     A1BDE6       1096
-## 4097   4097     A1BDF1       1096
-## 4098   4098     A1BDF1       1096
-## 4099   4099     A1BDF1       1096
-## 4100   4100     A1BDI1       1096
-## 4101   4101     A1BDV6       1096
-## 4102   4102     A1BDY1       1096
-## 4103   4103     A1BE06       1096
-## 4104   4104     A1BE20       1096
-## 4105   4105     A1BE59       1096
-## 4106   4106     A1BED8       1096
-## 4107   4107     A1BEP5       1096
-## 4108   4108     A1BES8       1096
-## 4109   4109     A1BET8       1096
-## 4110   4110     A1BET8       1096
-## 4111   4111     A1BEZ9       1096
-## 4112   4112     A1BF81       1096
-## 4113   4113     A1BFF0       1096
-## 4114   4114     A1BFP7       1096
-## 4115   4115     A1BFP7       1096
-## 4116   4116     A1BFW8       1096
-## 4117   4117     A1BG29       1096
-## 4118   4118     A1BGB1       1096
-## 4119   4119     A1BGL8       1096
-## 4120   4120     A1BGN6       1096
-## 4121   4121     A1BGP1       1096
-## 4122   4122     A1BHB7       1096
-## 4123   4123     A1BHB7       1096
-## 4124   4124     A1BHL1       1096
-## 4125   4125     A1BHL1       1096
-## 4126   4126     A1BHN0       1096
-## 4127   4127     A1BHN5       1096
-## 4128   4128     A1BHN9       1096
-## 4129   4129     A1BHS5       1096
-## 4130   4130     A1BHZ6       1096
-## 4131   4131     A1BI17       1096
-## 4132   4132     A1BI19       1096
-## 4133   4133     A1BIP2       1096
-## 4134   4134     A1BIP3       1096
-## 4135   4135     A1BIQ7       1096
-## 4136   4136     A1BIY4       1096
-## 4137   4137     A1BIY4       1096
-## 4138   4138     A1BIZ8       1096
-## 4139   4139     A1BJ07       1096
-## 4140   4140     A1BJ19       1096
-## 4141   4141     A1BJ31       1096
-## 4142   4142     A1BJ34       1096
-## 4143   4143     A1BJ36       1096
-## 4144   4144     A1BJ56       1096
-## 4145   4145     A1BJ57       1096
-## 4146   4146     A1BJ58       1096
-## 4147   4147     A1BJB3       1096
-## 4148   4148     A1BJF6       1096
-## 4149   4149     A1BJF6       1096
-## 4150   4150     A1BJJ1       1096
-## 4151   4151     A1BJJ2       1096
-## 4152   4152     A1BJW4       1096
-## 4153   4153     A1BJW6       1096
-## 4154   4154     A1BJX7       1096
-## 4155   4155     A1BJX7       1096
-## 4156   4156     A1BJY0       1096
-## 4157   4157     A1BJY1       1096
-## 4158   4158     A1BJZ7       1096
-## 4159   4159     A1BJZ7       1096
-## 4160   4160     A1BPI0         NA
-## 4161   4161     A1C3L3         NA
-## 4162   4162     A1C3L3         NA
-## 4163   4163     A1C3L3         NA
-## 4164   4164     A1C3L3         NA
-## 4165   4165     A1C3U0       5057
-## 4166   4166     A1C3U0       5057
-## 4167   4167     A1C3U1       5057
-## 4168   4168     A1C3U1       5057
-## 4169   4169     A1C3V7       5057
-## 4170   4170     A1C3V7       5057
-## 4171   4171     A1C3V7       5057
-## 4172   4172     A1C408       5057
-## 4173   4173     A1C408       5057
-## 4174   4174     A1C499       5057
-## 4175   4175     A1C499       5057
-## 4176   4176     A1C499       5057
-## 4177   4177     A1C499       5057
-## 4178   4178     A1C4A5       5057
-## 4179   4179     A1C4A5       5057
-## 4180   4180     A1C4A5       5057
-## 4181   4181     A1C4A5       5057
-## 4182   4182     A1C4A5       5057
-## 4183   4183     A1C4A5       5057
-## 4184   4184     A1C4A5       5057
-## 4185   4185     A1C4A5       5057
-## 4186   4186     A1C4H2       5057
-## 4187   4187     A1C4H2       5057
-## 4188   4188     A1C4R7       5057
-## 4189   4189     A1C4X0       5057
-## 4190   4190     A1C4X0       5057
-## 4191   4191     A1C4X0       5057
-## 4192   4192     A1C4X0       5057
-## 4193   4193     A1C4X0       5057
-## 4194   4194     A1C4X0       5057
-## 4195   4195     A1C4Z4       5057
-## 4196   4196     A1C5D3       5057
-## 4197   4197     A1C5W6       5057
-## 4198   4198     A1C5W6       5057
-## 4199   4199     A1C5W6       5057
-## 4200   4200     A1C5W6       5057
-## 4201   4201     A1C602       5057
-## 4202   4202     A1C6C4       5057
-## 4203   4203     A1C6C4       5057
-## 4204   4204     A1C6D6       5057
-## 4205   4205     A1C6D6       5057
-## 4206   4206     A1C6D6       5057
-## 4207   4207     A1C6L9       5057
-## 4208   4208     A1C6L9       5057
-## 4209   4209     A1C6L9       5057
-## 4210   4210     A1C6X5       5057
-## 4211   4211     A1C6X5       5057
-## 4212   4212     A1C6X5       5057
-## 4213   4213     A1C6X5       5057
-## 4214   4214     A1C712       5057
-## 4215   4215     A1C712       5057
-## 4216   4216     A1C777       5057
-## 4217   4217     A1C7B5       5057
-## 4218   4218     A1C7B5       5057
-## 4219   4219     A1C7E4       5057
-## 4220   4220     A1C7E5       5057
-## 4221   4221     A1C7E5       5057
-## 4222   4222     A1C7F7       5057
-## 4223   4223     A1C7M3       5057
-## 4224   4224     A1C7M3       5057
-## 4225   4225     A1C7P9       5057
-## 4226   4226     A1C7P9       5057
-## 4227   4227     A1C7P9       5057
-## 4228   4228     A1C7R6       5057
-## 4229   4229     A1C7T4       5057
-## 4230   4230     A1C7T5       5057
-## 4231   4231     A1C807       5057
-## 4232   4232     A1C807       5057
-## 4233   4233     A1C807       5057
-## 4234   4234     A1C807       5057
-## 4235   4235     A1C807       5057
-## 4236   4236     A1C807       5057
-## 4237   4237     A1C8C3       5057
-## 4238   4238     A1C8E1       5057
-## 4239   4239     A1C8E1       5057
-## 4240   4240     A1C8E3       5057
-## 4241   4241     A1C8U0       5057
-## 4242   4242     A1C8U0       5057
-## 4243   4243     A1C8Y9       5057
-## 4244   4244     A1C928       5057
-## 4245   4245     A1C928       5057
-## 4246   4246     A1C987       5057
-## 4247   4247     A1C987       5057
-## 4248   4248     A1C987       5057
-## 4249   4249     A1C987       5057
-## 4250   4250     A1C987       5057
-## 4251   4251     A1C987       5057
-## 4252   4252     A1C987       5057
-## 4253   4253     A1C9A5       5057
-## 4254   4254     A1C9D4       5057
-## 4255   4255     A1C9L6       5057
-## 4256   4256     A1C9M5       5057
-## 4257   4257     A1C9M5       5057
-## 4258   4258     A1C9M6       5057
-## 4259   4259     A1C9R2       5057
-## 4260   4260     A1C9W6       5057
-## 4261   4261     A1C9W6       5057
-## 4262   4262     A1C9W6       5057
-## 4263   4263     A1C9W6       5057
-## 4264   4264     A1CA18       5057
-## 4265   4265     A1CAI0       5057
-## 4266   4266     A1CAI0       5057
-## 4267   4267     A1CAI0       5057
-## 4268   4268     A1CAI0       5057
-## 4269   4269     A1CAN8       5057
-## 4270   4270     A1CAN8       5057
-## 4271   4271     A1CAU2       5057
-## 4272   4272     A1CAU3       5057
-## 4273   4273     A1CB06       5057
-## 4274   4274     A1CB06       5057
-## 4275   4275     A1CB55       5057
-## 4276   4276     A1CB55       5057
-## 4277   4277     A1CB55       5057
-## 4278   4278     A1CB55       5057
-## 4279   4279     A1CB55       5057
-## 4280   4280     A1CB93       5057
-## 4281   4281     A1CB93       5057
-## 4282   4282     A1CB93       5057
-## 4283   4283     A1CBB8       5057
-## 4284   4284     A1CBC9       5057
-## 4285   4285     A1CBE6       5057
-## 4286   4286     A1CBE6       5057
-## 4287   4287     A1CBF3       5057
-## 4288   4288     A1CBF3       5057
-## 4289   4289     A1CBG9       5057
-## 4290   4290     A1CBG9       5057
-## 4291   4291     A1CBP8       5057
-## 4292   4292     A1CBP8       5057
-## 4293   4293     A1CBP8       5057
-## 4294   4294     A1CBT0       5057
-## 4295   4295     A1CBT0       5057
-## 4296   4296     A1CBW8       5057
-## 4297   4297     A1CBW8       5057
-## 4298   4298     A1CBW8       5057
-## 4299   4299     A1CC12       5057
-## 4300   4300     A1CCL9       5057
-## 4301   4301     A1CCN4       5057
-## 4302   4302     A1CCP2       5057
-## 4303   4303     A1CCP2       5057
-## 4304   4304     A1CCU0       5057
-## 4305   4305     A1CD22       5057
-## 4306   4306     A1CD22       5057
-## 4307   4307     A1CD22       5057
-## 4308   4308     A1CD22       5057
-## 4309   4309     A1CD22       5057
-## 4310   4310     A1CD22       5057
-## 4311   4311     A1CD74       5057
-## 4312   4312     A1CD74       5057
-## 4313   4313     A1CD74       5057
-## 4314   4314     A1CD74       5057
-## 4315   4315     A1CD74       5057
-## 4316   4316     A1CD74       5057
-## 4317   4317     A1CD74       5057
-## 4318   4318     A1CD74       5057
-## 4319   4319     A1CD74       5057
-## 4320   4320     A1CD74       5057
-## 4321   4321     A1CD74       5057
-## 4322   4322     A1CD74       5057
-## 4323   4323     A1CD74       5057
-## 4324   4324     A1CD74       5057
-## 4325   4325     A1CD74       5057
-## 4326   4326     A1CD74       5057
-## 4327   4327     A1CD85       5057
-## 4328   4328     A1CD85       5057
-## 4329   4329     A1CD85       5057
-## 4330   4330     A1CDD4       5057
-## 4331   4331     A1CDD4       5057
-## 4332   4332     A1CDT9       5057
-## 4333   4333     A1CE66       5057
-## 4334   4334     A1CE66       5057
-## 4335   4335     A1CE66       5057
-## 4336   4336     A1CE66       5057
-## 4337   4337     A1CE70       5057
-## 4338   4338     A1CE78       5057
-## 4339   4339     A1CE98       5057
-## 4340   4340     A1CE98       5057
-## 4341   4341     A1CED0       5057
-## 4342   4342     A1CEE0       5057
-## 4343   4343     A1CEH4       5057
-## 4344   4344     A1CEK1       5057
-## 4345   4345     A1CEK1       5057
-## 4346   4346     A1CEK6       5057
-## 4347   4347     A1CEK6       5057
-## 4348   4348     A1CEK7       5057
-## 4349   4349     A1CEK7       5057
-## 4350   4350     A1CEY6       5057
-## 4351   4351     A1CEY6       5057
-## 4352   4352     A1CF18       5057
-## 4353   4353     A1CF47       5057
-## 4354   4354     A1CF47       5057
-## 4355   4355     A1CFB3       5057
-## 4356   4356     A1CFB5       5057
-## 4357   4357     A1CFB5       5057
-## 4358   4358     A1CFB5       5057
-## 4359   4359     A1CFJ6       5057
-## 4360   4360     A1CG87       5057
-## 4361   4361     A1CGA8       5057
-## 4362   4362     A1CGC6       5057
-## 4363   4363     A1CGD1       5057
-## 4364   4364     A1CGD1       5057
-## 4365   4365     A1CGS0       5057
-## 4366   4366     A1CGW7       5057
-## 4367   4367     A1CGW7       5057
-## 4368   4368     A1CGW7       5057
-## 4369   4369     A1CGW7       5057
-## 4370   4370     A1CGW7       5057
-## 4371   4371     A1CGW7       5057
-## 4372   4372     A1CGW7       5057
-## 4373   4373     A1CH02       5057
-## 4374   4374     A1CH57       5057
-## 4375   4375     A1CH75       5057
-## 4376   4376     A1CH78       5057
-## 4377   4377     A1CH78       5057
-## 4378   4378     A1CH78       5057
-## 4379   4379     A1CH78       5057
-## 4380   4380     A1CH78       5057
-## 4381   4381     A1CHB5       5057
-## 4382   4382     A1CHB5       5057
-## 4383   4383     A1CHB5       5057
-## 4384   4384     A1CHC0       5057
-## 4385   4385     A1CHC3       5057
-## 4386   4386     A1CHD1       5057
-## 4387   4387     A1CHD1       5057
-## 4388   4388     A1CHE9       5057
-## 4389   4389     A1CHE9       5057
-## 4390   4390     A1CHL3       5057
-## 4391   4391     A1CHL3       5057
-## 4392   4392     A1CHL6       5057
-## 4393   4393     A1CHL6       5057
-## 4394   4394     A1CHL6       5057
-## 4395   4395     A1CHL6       5057
-## 4396   4396     A1CHU1       5057
-## 4397   4397     A1CHU1       5057
-## 4398   4398     A1CHU1       5057
-## 4399   4399     A1CIF6       5057
-## 4400   4400     A1CIJ6       5057
-## 4401   4401     A1CIJ6       5057
-## 4402   4402     A1CIJ6       5057
-## 4403   4403     A1CIK0       5057
-## 4404   4404     A1CIK0       5057
-## 4405   4405     A1CIK0       5057
-## 4406   4406     A1CIK0       5057
-## 4407   4407     A1CIK4       5057
-## 4408   4408     A1CIL1       5057
-## 4409   4409     A1CIL1       5057
-## 4410   4410     A1CIM4       5057
-## 4411   4411     A1CIQ5       5057
-## 4412   4412     A1CIQ5       5057
-## 4413   4413     A1CIU4       5057
-## 4414   4414     A1CIU4       5057
-## 4415   4415     A1CIU4       5057
-## 4416   4416     A1CIV8       5057
-## 4417   4417     A1CJ09       5057
-## 4418   4418     A1CJ09       5057
-## 4419   4419     A1CJ10       5057
-## 4420   4420     A1CJ10       5057
-## 4421   4421     A1CJ34       5057
-## 4422   4422     A1CJ34       5057
-## 4423   4423     A1CJ75       5057
-## 4424   4424     A1CJA9       5057
-## 4425   4425     A1CJC1       5057
-## 4426   4426     A1CJJ9       5057
-## 4427   4427     A1CJJ9       5057
-## 4428   4428     A1CJM9       5057
-## 4429   4429     A1CJY4       5057
-## 4430   4430     A1CKE0       5057
-## 4431   4431     A1CKE0       5057
-## 4432   4432     A1CKE0       5057
-## 4433   4433     A1CKE0       5057
-## 4434   4434     A1CKE0       5057
-## 4435   4435     A1CKE0       5057
-## 4436   4436     A1CKG4       5057
-## 4437   4437     A1CKG4       5057
-## 4438   4438     A1CKI4       5057
-## 4439   4439     A1CKI4       5057
-## 4440   4440     A1CKI4       5057
-## 4441   4441     A1CKL4       5057
-## 4442   4442     A1CKP5       5057
-## 4443   4443     A1CL29       5057
-## 4444   4444     A1CL59       5057
-## 4445   4445     A1CL59       5057
-## 4446   4446     A1CL63       5057
-## 4447   4447     A1CL63       5057
-## 4448   4448     A1CL70       5057
-## 4449   4449     A1CL70       5057
-## 4450   4450     A1CL70       5057
-## 4451   4451     A1CL82       5057
-## 4452   4452     A1CL82       5057
-## 4453   4453     A1CL91       5057
-## 4454   4454     A1CL91       5057
-## 4455   4455     A1CL96       5057
-## 4456   4456     A1CLD2       5057
-## 4457   4457     A1CLY7       5057
-## 4458   4458     A1CLY7       5057
-## 4459   4459     A1CLY8       5057
-## 4460   4460     A1CLY8       5057
-## 4461   4461     A1CM73       5057
-## 4462   4462     A1CM86       5057
-## 4463   4463     A1CM86       5057
-## 4464   4464     A1CM86       5057
-## 4465   4465     A1CMA3       5057
-## 4466   4466     A1CMA3       5057
-## 4467   4467     A1CMA3       5057
-## 4468   4468     A1CMB9       5057
-## 4469   4469     A1CME3       5057
-## 4470   4470     A1CME3       5057
-## 4471   4471     A1CME3       5057
-## 4472   4472     A1CME3       5057
-## 4473   4473     A1CME3       5057
-## 4474   4474     A1CMF8       5057
-## 4475   4475     A1CMF8       5057
-## 4476   4476     A1CMH6       5057
-## 4477   4477     A1CMH6       5057
-## 4478   4478     A1CMM2       5057
-## 4479   4479     A1CMQ7       5057
-## 4480   4480     A1CMX6       5057
-## 4481   4481     A1CMX6       5057
-## 4482   4482     A1CN18       5057
-## 4483   4483     A1CNK1       5057
-## 4484   4484     A1CNK1       5057
-## 4485   4485     A1CNR3       5057
-## 4486   4486     A1CNV8       5057
-## 4487   4487     A1CNV8       5057
-## 4488   4488     A1CNW8       5057
-## 4489   4489     A1CNY1       5057
-## 4490   4490     A1CNY3       5057
-## 4491   4491     A1CNY3       5057
-## 4492   4492     A1CP08       5057
-## 4493   4493     A1CP80       5057
-## 4494   4494     A1CP80       5057
-## 4495   4495     A1CPG1       5057
-## 4496   4496     A1CPX0       5057
-## 4497   4497     A1CQA9       5057
-## 4498   4498     A1CQA9       5057
-## 4499   4499     A1CQA9       5057
-## 4500   4500     A1CQA9       5057
-## 4501   4501     A1CQA9       5057
-## 4502   4502     A1CQA9       5057
-## 4503   4503     A1CQD6       5057
-## 4504   4504     A1CQD6       5057
-## 4505   4505     A1CQD6       5057
-## 4506   4506     A1CQD6       5057
-## 4507   4507     A1CQD6       5057
-## 4508   4508     A1CQD6       5057
-## 4509   4509     A1CQG2       5057
-## 4510   4510     A1CQG2       5057
-## 4511   4511     A1CQG2       5057
-## 4512   4512     A1CQH7       5057
-## 4513   4513     A1CQH7       5057
-## 4514   4514     A1CQH7       5057
-## 4515   4515     A1CQH8       5057
-## 4516   4516     A1CQI9       5057
-## 4517   4517     A1CQI9       5057
-## 4518   4518     A1CQI9       5057
-## 4519   4519     A1CQL6       5057
-## 4520   4520     A1CQS5       5057
-## 4521   4521     A1CQS5       5057
-## 4522   4522     A1CQZ0       5057
-## 4523   4523     A1CQZ0       5057
-## 4524   4524     A1CQZ0       5057
-## 4525   4525     A1CQZ4       5057
-## 4526   4526     A1CQZ4       5057
-## 4527   4527     A1CQZ4       5057
-## 4528   4528     A1CR32       5057
-## 4529   4529     A1CR68       5057
-## 4530   4530     A1CR68       5057
-## 4531   4531     A1CR68       5057
-## 4532   4532     A1CR70       5057
-## 4533   4533     A1CR70       5057
-## 4534   4534     A1CRE5       5057
-## 4535   4535     A1CRE5       5057
-## 4536   4536     A1CRE5       5057
-## 4537   4537     A1CRE5       5057
-## 4538   4538     A1CRE5       5057
-## 4539   4539     A1CRG6       5057
-## 4540   4540     A1CRM1       5057
-## 4541   4541     A1CRM1       5057
-## 4542   4542     A1CRM1       5057
-## 4543   4543     A1CRM1       5057
-## 4544   4544     A1CRM1       5057
-## 4545   4545     A1CRM1       5057
-## 4546   4546     A1CRM1       5057
-## 4547   4547     A1CRW4       5057
-## 4548   4548     A1CRW4       5057
-## 4549   4549     A1CS00       5057
-## 4550   4550     A1CS06       5057
-## 4551   4551     A1CS92       5057
-## 4552   4552     A1CS92       5057
-## 4553   4553     A1CS92       5057
-## 4554   4554     A1CS92       5057
-## 4555   4555     A1CS92       5057
-## 4556   4556     A1CSR1       5057
-## 4557   4557     A1CSR1       5057
-## 4558   4558     A1CSU3       5057
-## 4559   4559     A1CSU3       5057
-## 4560   4560     A1CSU3       5057
-## 4561   4561     A1CSU3       5057
-## 4562   4562     A1CT23       5057
-## 4563   4563     A1CT23       5057
-## 4564   4564     A1CTF4       5057
-## 4565   4565     A1CTF4       5057
-## 4566   4566     A1CTI3       5057
-## 4567   4567     A1CTI3       5057
-## 4568   4568     A1CTI3       5057
-## 4569   4569     A1CTI3       5057
-## 4570   4570     A1CTI3       5057
-## 4571   4571     A1CTI3       5057
-## 4572   4572     A1CTI3       5057
-## 4573   4573     A1CTJ1       5057
-## 4574   4574     A1CTK4       5057
-## 4575   4575     A1CTL8       5057
-## 4576   4576     A1CTL8       5057
-## 4577   4577     A1CTL8       5057
-## 4578   4578     A1CTM5       5057
-## 4579   4579     A1CTM5       5057
-## 4580   4580     A1CTP5       5057
-## 4581   4581     A1CTP5       5057
-## 4582   4582     A1CTP5       5057
-## 4583   4583     A1CTZ2       5057
-## 4584   4584     A1CTZ2       5057
-## 4585   4585     A1CU44       5057
-## 4586   4586     A1CU44       5057
-## 4587   4587     A1CU44       5057
-## 4588   4588     A1CU59       5057
-## 4589   4589     A1CU75       5057
-## 4590   4590     A1CU77       5057
-## 4591   4591     A1CU89       5057
-## 4592   4592     A1CU89       5057
-## 4593   4593     A1CU89       5057
-## 4594   4594     A1CU89       5057
-## 4595   4595     A1CUC3       5057
-## 4596   4596     A1CUC3       5057
-## 4597   4597     A1CUC3       5057
-## 4598   4598     A1CUD6       5057
-## 4599   4599     A1CUF9       5057
-## 4600   4600     A1CUH7       5057
-## 4601   4601     A1CUH7       5057
-## 4602   4602     A1CUH7       5057
-## 4603   4603     A1CUJ5       5057
-## 4604   4604     A1CUK5       5057
-## 4605   4605     A1CUK5       5057
-## 4606   4606     A1CUR8       5057
-## 4607   4607     A1CV59      36630
-## 4608   4608     A1CVK0      36630
-## 4609   4609     A1CVV8      36630
-## 4610   4610     A1CVX6      36630
-## 4611   4611     A1CVY3      36630
-## 4612   4612     A1CVY3      36630
-## 4613   4613     A1CVY3      36630
-## 4614   4614     A1CVY3      36630
-## 4615   4615     A1CW14      36630
-## 4616   4616     A1CW14      36630
-## 4617   4617     A1CW44      36630
-## 4618   4618     A1CW53      36630
-## 4619   4619     A1CW53      36630
-## 4620   4620     A1CW53      36630
-## 4621   4621     A1CW53      36630
-## 4622   4622     A1CW53      36630
-## 4623   4623     A1CW53      36630
-## 4624   4624     A1CW63      36630
-## 4625   4625     A1CW63      36630
-## 4626   4626     A1CW63      36630
-## 4627   4627     A1CW63      36630
-## 4628   4628     A1CW63      36630
-## 4629   4629     A1CW63      36630
-## 4630   4630     A1CW67      36630
-## 4631   4631     A1CW67      36630
-## 4632   4632     A1CW67      36630
-## 4633   4633     A1CWA4      36630
-## 4634   4634     A1CWA4      36630
-## 4635   4635     A1CWA9      36630
-## 4636   4636     A1CWA9      36630
-## 4637   4637     A1CWM3      36630
-## 4638   4638     A1CWM3      36630
-## 4639   4639     A1CWM3      36630
-## 4640   4640     A1CWW9      36630
-## 4641   4641     A1CWW9      36630
-## 4642   4642     A1CWW9      36630
-## 4643   4643     A1CWW9      36630
-## 4644   4644     A1CX29      36630
-## 4645   4645     A1CX29      36630
-## 4646   4646     A1CX69      36630
-## 4647   4647     A1CX69      36630
-## 4648   4648     A1CX72      36630
-## 4649   4649     A1CX72      36630
-## 4650   4650     A1CX72      36630
-## 4651   4651     A1CX75      36630
-## 4652   4652     A1CXD6      36630
-## 4653   4653     A1CXD6      36630
-## 4654   4654     A1CXD6      36630
-## 4655   4655     A1CXF4      36630
-## 4656   4656     A1CXG4      36630
-## 4657   4657     A1CXG4      36630
-## 4658   4658     A1CXH2      36630
-## 4659   4659     A1CXK7      36630
-## 4660   4660     A1CXK7      36630
-## 4661   4661     A1CXK7      36630
-## 4662   4662     A1CXK7      36630
-## 4663   4663     A1CXL0      36630
-## 4664   4664     A1CXQ2      36630
-## 4665   4665     A1CXR0      36630
-## 4666   4666     A1CXT5      36630
-## 4667   4667     A1CXW3      36630
-## 4668   4668     A1CXW3      36630
-## 4669   4669     A1CXW3      36630
-## 4670   4670     A1CXW3      36630
-## 4671   4671     A1CXY5      36630
-## 4672   4672     A1CXY5      36630
-## 4673   4673     A1CYJ1      36630
-## 4674   4674     A1CYM1      36630
-## 4675   4675     A1CYM1      36630
-## 4676   4676     A1CYM1      36630
-## 4677   4677     A1CYS1      36630
-## 4678   4678     A1CYY6      36630
-## 4679   4679     A1CZ18      36630
-## 4680   4680     A1CZ18      36630
-## 4681   4681     A1CZ92      36630
-## 4682   4682     A1CZE5      36630
-## 4683   4683     A1CZE5      36630
-## 4684   4684     A1CZJ5      36630
-## 4685   4685     A1CZP6      36630
-## 4686   4686     A1CZU9      36630
-## 4687   4687     A1CZU9      36630
-## 4688   4688     A1D0A3      36630
-## 4689   4689     A1D122      36630
-## 4690   4690     A1D144      36630
-## 4691   4691     A1D145      36630
-## 4692   4692     A1D199      36630
-## 4693   4693     A1D1E3      36630
-## 4694   4694     A1D1E3      36630
-## 4695   4695     A1D1E3      36630
-## 4696   4696     A1D1E3      36630
-## 4697   4697     A1D1M2      36630
-## 4698   4698     A1D1R8      36630
-## 4699   4699     A1D1R8      36630
-## 4700   4700     A1D1R8      36630
-## 4701   4701     A1D1R8      36630
-## 4702   4702     A1D1T8      36630
-## 4703   4703     A1D1U0      36630
-## 4704   4704     A1D240      36630
-## 4705   4705     A1D240      36630
-## 4706   4706     A1D2B8      36630
-## 4707   4707     A1D2R3      36630
-## 4708   4708     A1D2R3      36630
-## 4709   4709     A1D327      36630
-## 4710   4710     A1D373      36630
-## 4711   4711     A1D373      36630
-## 4712   4712     A1D373      36630
-## 4713   4713     A1D373      36630
-## 4714   4714     A1D373      36630
-## 4715   4715     A1D373      36630
-## 4716   4716     A1D373      36630
-## 4717   4717     A1D3A0      36630
-## 4718   4718     A1D3A0      36630
-## 4719   4719     A1D3A0      36630
-## 4720   4720     A1D3A0      36630
-## 4721   4721     A1D3C5      36630
-## 4722   4722     A1D3C5      36630
-## 4723   4723     A1D3E1      36630
-## 4724   4724     A1D3E1      36630
-## 4725   4725     A1D3F5      36630
-## 4726   4726     A1D3F5      36630
-## 4727   4727     A1D3F5      36630
-## 4728   4728     A1D3I2      36630
-## 4729   4729     A1D3P4      36630
-## 4730   4730     A1D3T4      36630
-## 4731   4731     A1D3V8      36630
-## 4732   4732     A1D3V8      36630
-## 4733   4733     A1D432      36630
-## 4734   4734     A1D434      36630
-## 4735   4735     A1D4A7      36630
-## 4736   4736     A1D4A7      36630
-## 4737   4737     A1D4A7      36630
-## 4738   4738     A1D4A7      36630
-## 4739   4739     A1D4A7      36630
-## 4740   4740     A1D4C8      36630
-## 4741   4741     A1D4C8      36630
-## 4742   4742     A1D4C8      36630
-## 4743   4743     A1D4K4      36630
-## 4744   4744     A1D4K4      36630
-## 4745   4745     A1D4K4      36630
-## 4746   4746     A1D4K4      36630
-## 4747   4747     A1D4K4      36630
-## 4748   4748     A1D4S1      36630
-## 4749   4749     A1D4V5      36630
-## 4750   4750     A1D4V5      36630
-## 4751   4751     A1D4X8      36630
-## 4752   4752     A1D558      36630
-## 4753   4753     A1D558      36630
-## 4754   4754     A1D558      36630
-## 4755   4755     A1D558      36630
-## 4756   4756     A1D611      36630
-## 4757   4757     A1D611      36630
-## 4758   4758     A1D611      36630
-## 4759   4759     A1D619      36630
-## 4760   4760     A1D619      36630
-## 4761   4761     A1D624      36630
-## 4762   4762     A1D624      36630
-## 4763   4763     A1D688      36630
-## 4764   4764     A1D688      36630
-## 4765   4765     A1D688      36630
-## 4766   4766     A1D699      36630
-## 4767   4767     A1D699      36630
-## 4768   4768     A1D6D8      36630
-## 4769   4769     A1D6V7      36630
-## 4770   4770     A1D6V7      36630
-## 4771   4771     A1D6X9      36630
-## 4772   4772     A1D6Y7      36630
-## 4773   4773     A1D6Y7      36630
-## 4774   4774     A1D708      36630
-## 4775   4775     A1D731      36630
-## 4776   4776     A1D731      36630
-## 4777   4777     A1D731      36630
-## 4778   4778     A1D731      36630
-## 4779   4779     A1D731      36630
-## 4780   4780     A1D731      36630
-## 4781   4781     A1D731      36630
-## 4782   4782     A1D731      36630
-## 4783   4783     A1D731      36630
-## 4784   4784     A1D731      36630
-## 4785   4785     A1D731      36630
-## 4786   4786     A1D7I5      36630
-## 4787   4787     A1D7N3      36630
-## 4788   4788     A1D7R6      36630
-## 4789   4789     A1D855      36630
-## 4790   4790     A1D858      36630
-## 4791   4791     A1D871      36630
-## 4792   4792     A1D8A4      36630
-## 4793   4793     A1D8E4      36630
-## 4794   4794     A1D8G8      36630
-## 4795   4795     A1D8G8      36630
-## 4796   4796     A1D8G9      36630
-## 4797   4797     A1D8G9      36630
-## 4798   4798     A1D911      36630
-## 4799   4799     A1D911      36630
-## 4800   4800     A1D9E6      36630
-## 4801   4801     A1D9I5      36630
-## 4802   4802     A1D9I5      36630
-## 4803   4803     A1D9K5      36630
-## 4804   4804     A1D9P1      36630
-## 4805   4805     A1D9P1      36630
-## 4806   4806     A1D9P1      36630
-## 4807   4807     A1D9P1      36630
-## 4808   4808     A1D9Y2      36630
-## 4809   4809     A1D9Y2      36630
-## 4810   4810     A1D9Y2      36630
-## 4811   4811     A1D9Z6      36630
-## 4812   4812     A1D9Z6      36630
-## 4813   4813     A1D9Z7      36630
-## 4814   4814     A1D9Z7      36630
-## 4815   4815     A1DA48      36630
-## 4816   4816     A1DA48      36630
-## 4817   4817     A1DA48      36630
-## 4818   4818     A1DA48      36630
-## 4819   4819     A1DA48      36630
-## 4820   4820     A1DA59      36630
-## 4821   4821     A1DA59      36630
-## 4822   4822     A1DA60      36630
-## 4823   4823     A1DA61      36630
-## 4824   4824     A1DA84      36630
-## 4825   4825     A1DAL6      36630
-## 4826   4826     A1DAU0      36630
-## 4827   4827     A1DAU0      36630
-## 4828   4828     A1DAX2      36630
-## 4829   4829     A1DAY1      36630
-## 4830   4830     A1DAY6      36630
-## 4831   4831     A1DB12      36630
-## 4832   4832     A1DB12      36630
-## 4833   4833     A1DB29      36630
-## 4834   4834     A1DB29      36630
-## 4835   4835     A1DB76      36630
-## 4836   4836     A1DBG6      36630
-## 4837   4837     A1DBH2      36630
-## 4838   4838     A1DBH2      36630
-## 4839   4839     A1DBH2      36630
-## 4840   4840     A1DBH2      36630
-## 4841   4841     A1DBH2      36630
-## 4842   4842     A1DBH2      36630
-## 4843   4843     A1DBH2      36630
-## 4844   4844     A1DBJ7      36630
-## 4845   4845     A1DBP9      36630
-## 4846   4846     A1DBR6      36630
-## 4847   4847     A1DBR6      36630
-## 4848   4848     A1DBR6      36630
-## 4849   4849     A1DBS6      36630
-## 4850   4850     A1DBS6      36630
-## 4851   4851     A1DBS6      36630
-## 4852   4852     A1DBT4      36630
-## 4853   4853     A1DBV1      36630
-## 4854   4854     A1DBV1      36630
-## 4855   4855     A1DBV1      36630
-## 4856   4856     A1DC33      36630
-## 4857   4857     A1DC51      36630
-## 4858   4858     A1DC51      36630
-## 4859   4859     A1DC51      36630
-## 4860   4860     A1DC51      36630
-## 4861   4861     A1DC51      36630
-## 4862   4862     A1DC51      36630
-## 4863   4863     A1DC51      36630
-## 4864   4864     A1DC51      36630
-## 4865   4865     A1DC51      36630
-## 4866   4866     A1DC51      36630
-## 4867   4867     A1DC62      36630
-## 4868   4868     A1DC62      36630
-## 4869   4869     A1DC62      36630
-## 4870   4870     A1DCB2      36630
-## 4871   4871     A1DCU5      36630
-## 4872   4872     A1DCV5      36630
-## 4873   4873     A1DCY5      36630
-## 4874   4874     A1DDD8      36630
-## 4875   4875     A1DDD8      36630
-## 4876   4876     A1DDL6      36630
-## 4877   4877     A1DDL6      36630
-## 4878   4878     A1DDV3      36630
-## 4879   4879     A1DDV3      36630
-## 4880   4880     A1DDX0      36630
-## 4881   4881     A1DDY6      36630
-## 4882   4882     A1DDY6      36630
-## 4883   4883     A1DDZ3      36630
-## 4884   4884     A1DE13      36630
-## 4885   4885     A1DE13      36630
-## 4886   4886     A1DE24      36630
-## 4887   4887     A1DE24      36630
-## 4888   4888     A1DE49      36630
-## 4889   4889     A1DE49      36630
-## 4890   4890     A1DE84      36630
-## 4891   4891     A1DE84      36630
-## 4892   4892     A1DEC4      36630
-## 4893   4893     A1DEC4      36630
-## 4894   4894     A1DEC4      36630
-## 4895   4895     A1DED1      36630
-## 4896   4896     A1DED1      36630
-## 4897   4897     A1DED8      36630
-## 4898   4898     A1DEK3      36630
-## 4899   4899     A1DES4      36630
-## 4900   4900     A1DES4      36630
-## 4901   4901     A1DEV5      36630
-## 4902   4902     A1DEV5      36630
-## 4903   4903     A1DEV5      36630
-## 4904   4904     A1DEV5      36630
-## 4905   4905     A1DEZ0      36630
-## 4906   4906     A1DF15      36630
-## 4907   4907     A1DF15      36630
-## 4908   4908     A1DFA8      36630
-## 4909   4909     A1DFA8      36630
-## 4910   4910     A1DFN5      36630
-## 4911   4911     A1DFN5      36630
-## 4912   4912     A1DFN5      36630
-## 4913   4913     A1DFN5      36630
-## 4914   4914     A1DFN6      36630
-## 4915   4915     A1DFV9      36630
-## 4916   4916     A1DFW7      36630
-## 4917   4917     A1DFW7      36630
-## 4918   4918     A1DG00      36630
-## 4919   4919     A1DG37      36630
-## 4920   4920     A1DG37      36630
-## 4921   4921     A1DG66      36630
-## 4922   4922     A1DGF2      36630
-## 4923   4923     A1DGF2      36630
-## 4924   4924     A1DGF2      36630
-## 4925   4925     A1DGH9      36630
-## 4926   4926     A1DGH9      36630
-## 4927   4927     A1DGH9      36630
-## 4928   4928     A1DGM6      36630
-## 4929   4929     A1DGY9      36630
-## 4930   4930     A1DGY9      36630
-## 4931   4931     A1DGZ7      36630
-## 4932   4932     A1DGZ7      36630
-## 4933   4933     A1DH10      36630
-## 4934   4934     A1DH10      36630
-## 4935   4935     A1DH62      36630
-## 4936   4936     A1DH89      36630
-## 4937   4937     A1DH89      36630
-## 4938   4938     A1DH89      36630
-## 4939   4939     A1DH89      36630
-## 4940   4940     A1DH89      36630
-## 4941   4941     A1DH89      36630
-## 4942   4942     A1DHK2      36630
-## 4943   4943     A1DHK2      36630
-## 4944   4944     A1DHK2      36630
-## 4945   4945     A1DHK2      36630
-## 4946   4946     A1DHK2      36630
-## 4947   4947     A1DHP1      36630
-## 4948   4948     A1DHP1      36630
-## 4949   4949     A1DHP1      36630
-## 4950   4950     A1DHV3      36630
-## 4951   4951     A1DHV3      36630
-## 4952   4952     A1DHW5      36630
-## 4953   4953     A1DHW6      36630
-## 4954   4954     A1DHY9      36630
-## 4955   4955     A1DHY9      36630
-## 4956   4956     A1DI25      36630
-## 4957   4957     A1DI57      36630
-## 4958   4958     A1DI57      36630
-## 4959   4959     A1DIC0      36630
-## 4960   4960     A1DIC0      36630
-## 4961   4961     A1DIC0      36630
-## 4962   4962     A1DIF7      36630
-## 4963   4963     A1DIN7      36630
-## 4964   4964     A1DIN9      36630
-## 4965   4965     A1DIN9      36630
-## 4966   4966     A1DIN9      36630
-## 4967   4967     A1DJ47      36630
-## 4968   4968     A1DJ47      36630
-## 4969   4969     A1DJ47      36630
-## 4970   4970     A1DJ47      36630
-## 4971   4971     A1DJ47      36630
-## 4972   4972     A1DJ52      36630
-## 4973   4973     A1DJQ7      36630
-## 4974   4974     A1DKV3      36630
-## 4975   4975     A1DL11      36630
-## 4976   4976     A1DL11      36630
-## 4977   4977     A1DL85      36630
-## 4978   4978     A1DLB6      36630
-## 4979   4979     A1DLJ5      36630
-## 4980   4980     A1DLM0      36630
-## 4981   4981     A1DLM0      36630
-## 4982   4982     A1DLN3      36630
-## 4983   4983     A1DLN3      36630
-## 4984   4984     A1DLN3      36630
-## 4985   4985     A1DLN3      36630
-## 4986   4986     A1DLN3      36630
-## 4987   4987     A1DLN3      36630
-## 4988   4988     A1DLN3      36630
-## 4989   4989     A1DLN3      36630
-## 4990   4990     A1DLT0      36630
-## 4991   4991     A1DLT0      36630
-## 4992   4992     A1DLT0      36630
-## 4993   4993     A1DLU6      36630
-## 4994   4994     A1DLU6      36630
-## 4995   4995     A1DLU6      36630
-## 4996   4996     A1DLV0      36630
-## 4997   4997     A1DLV0      36630
-## 4998   4998     A1DLV0      36630
-## 4999   4999     A1DLW4      36630
-## 5000   5000     A1DM75      36630
-## 5001   5001     A1DM75      36630
-## 5002   5002     A1DM75      36630
-## 5003   5003     A1DM75      36630
-## 5004   5004     A1DM79      36630
-## 5005   5005     A1DM79      36630
-## 5006   5006     A1DM87      36630
-## 5007   5007     A1DM87      36630
-## 5008   5008     A1DMA6      36630
-## 5009   5009     A1DMA6      36630
-## 5010   5010     A1DMD5      36630
-## 5011   5011     A1DMI8      36630
-## 5012   5012     A1DMJ3      36630
-## 5013   5013     A1DMR2      36630
-## 5014   5014     A1DMR2      36630
-## 5015   5015     A1DMT2      36630
-## 5016   5016     A1DMT9      36630
-## 5017   5017     A1DMT9      36630
-## 5018   5018     A1DMU2      36630
-## 5019   5019     A1DMV3      36630
-## 5020   5020     A1DMW6      36630
-## 5021   5021     A1DMX4      36630
-## 5022   5022     A1DN59      36630
-## 5023   5023     A1DNF9      36630
-## 5024   5024     A1DNL0      36630
-## 5025   5025     A1DNN8      36630
-## 5026   5026     A1DNN8      36630
-## 5027   5027     A1DNV8      36630
-## 5028   5028     A1DNW0      36630
-## 5029   5029     A1DNX2      36630
-## 5030   5030     A1DNX2      36630
-## 5031   5031     A1DP06      36630
-## 5032   5032     A1DP06      36630
-## 5033   5033     A1DP06      36630
-## 5034   5034     A1DP06      36630
-## 5035   5035     A1DP06      36630
-## 5036   5036     A1DP06      36630
-## 5037   5037     A1DP19      36630
-## 5038   5038     A1DP58      36630
-## 5039   5039     A1DP58      36630
-## 5040   5040     A1DP75      36630
-## 5041   5041     A1DP75      36630
-## 5042   5042     A1DP85      36630
-## 5043   5043     A1DWM3         NA
-## 5044   5044     A1DWM3         NA
-## 5045   5045     A1DZY4         NA
-## 5046   5046     A1E260         NA
-## 5047   5047     A1E261         NA
-## 5048   5048     A1E295         NA
-## 5049   5049     A1E295         NA
-## 5050   5050     A1E2V0       9612
-## 5051   5051     A1E2V0       9612
-## 5052   5052     A1E2V0       9612
-## 5053   5053     A1E9I3         NA
-## 5054   5054     A1E9I3         NA
-## 5055   5055     A1E9I3         NA
-## 5056   5056     A1E9I3         NA
-## 5057   5057     A1E9I3         NA
-## 5058   5058     A1E9I6         NA
-## 5059   5059     A1E9J0         NA
-## 5060   5060     A1E9J1         NA
-## 5061   5061     A1E9J2         NA
-## 5062   5062     A1E9J3         NA
-## 5063   5063     A1E9L2         NA
-## 5064   5064     A1E9L2         NA
-## 5065   5065     A1E9M3         NA
-## 5066   5066     A1E9M5         NA
-## 5067   5067     A1E9M5         NA
-## 5068   5068     A1E9M5         NA
-## 5069   5069     A1E9M6         NA
-## 5070   5070     A1E9M9         NA
-## 5071   5071     A1E9M9         NA
-## 5072   5072     A1E9M9         NA
-## 5073   5073     A1E9N6         NA
-## 5074   5074     A1E9N9         NA
-## 5075   5075     A1E9Q2         NA
-## 5076   5076     A1E9R5         NA
-## 5077   5077     A1E9R8         NA
-## 5078   5078     A1E9R9         NA
-## 5079   5079     A1E9S3         NA
-## 5080   5080     A1E9S5         NA
-## 5081   5081     A1E9S5         NA
-## 5082   5082     A1E9S6         NA
-## 5083   5083     A1E9T1         NA
-## 5084   5084     A1E9T2         NA
-## 5085   5085     A1E9U6         NA
-## 5086   5086     A1E9U6         NA
-## 5087   5087     A1E9V1         NA
-## 5088   5088     A1E9V7         NA
-## 5089   5089     A1E9V9         NA
-## 5090   5090     A1E9V9         NA
-## 5091   5091     A1E9V9         NA
-## 5092   5092     A1E9X3         NA
-## 5093   5093     A1E9X4         NA
-## 5094   5094     A1E9X5         NA
-## 5095   5095     A1E9X8         NA
-## 5096   5096     A1E9Y6         NA
-## 5097   5097     A1E9Z9         NA
-## 5098   5098     A1EA00         NA
-## 5099   5099     A1EA00         NA
-## 5100   5100     A1EA00         NA
-## 5101   5101     A1EA02         NA
-## 5102   5102     A1EA03         NA
-## 5103   5103     A1EA07         NA
-## 5104   5104     A1EA07         NA
-## 5105   5105     A1EA08         NA
-## 5106   5106     A1EA09         NA
-## 5107   5107     A1EA16         NA
-## 5108   5108     A1EA20         NA
-## 5109   5109     A1EA30         NA
-## 5110   5110     A1EA30         NA
-## 5111   5111     A1EA30         NA
-## 5112   5112     A1EA30         NA
-## 5113   5113     A1EA35         NA
-## 5114   5114     A1EA41         NA
-## 5115   5115     A1EA43         NA
-## 5116   5116     A1EA43         NA
-## 5117   5117     A1EA43         NA
-## 5118   5118     A1EA47         NA
-## 5119   5119     A1EA47         NA
-## 5120   5120     A1EA47         NA
-## 5121   5121     A1EA54         NA
-## 5122   5122     A1EA56         NA
-## 5123   5123     A1EA56         NA
-## 5124   5124     A1EA58         NA
-## 5125   5125     A1EA59         NA
-## 5126   5126     A1EA60         NA
-## 5127   5127     A1EA63         NA
-## 5128   5128     A1EA64         NA
-## 5129   5129     A1EC31         NA
-## 5130   5130     A1EC95         NA
-## 5131   5131     A1EC95         NA
-## 5132   5132     A1EGX6         NA
-## 5133   5133     A1EGX6         NA
-## 5134   5134     A1EGX6         NA
-## 5135   5135     A1EGX6         NA
-## 5136   5136     A1EGX6         NA
-## 5137   5137     A1EGX6         NA
-## 5138   5138     A1EGX6         NA
-## 5139   5139     A1EGX6         NA
-## 5140   5140     A1IGU3         NA
-## 5141   5141     A1IGU3         NA
-## 5142   5142     A1IGU3         NA
-## 5143   5143     A1IGU4         NA
-## 5144   5144     A1IGU4         NA
-## 5145   5145     A1IGU4         NA
-## 5146   5146     A1IGU5         NA
-## 5147   5147     A1IGV8         NA
-## 5148   5148     A1IGV8         NA
-## 5149   5149     A1IGV8         NA
-## 5150   5150     A1IPF8        487
-## 5151   5151     A1IPF8        487
-## 5152   5152     A1IPH6        487
-## 5153   5153     A1IPH6        487
-## 5154   5154     A1IPH6        487
-## 5155   5155     A1IPX1        487
-## 5156   5156     A1IQ68        487
-## 5157   5157     A1IQ95        487
-## 5158   5158     A1IQ95        487
-## 5159   5159     A1IR09        487
-## 5160   5160     A1IRY3        487
-## 5161   5161     A1ISU7        487
-## 5162   5162     A1ITK1        487
-## 5163   5163     A1ITK1        487
-## 5164   5164     A1ITU2        487
-## 5165   5165     A1IVT7      40559
-## 5166   5166     A1IVY7         NA
-## 5167   5167     A1JHR3        630
-## 5168   5168     A1JHR3        630
-## 5169   5169     A1JHR6        630
-## 5170   5170     A1JHR6        630
-## 5171   5171     A1JHR6        630
-## 5172   5172     A1JHR7        630
-## 5173   5173     A1JHT5        630
-## 5174   5174     A1JHV7        630
-## 5175   5175     A1JHW8        630
-## 5176   5176     A1JHX8        630
-## 5177   5177     A1JHY1        630
-## 5178   5178     A1JHZ2        630
-## 5179   5179     A1JI09        630
-## 5180   5180     A1JI38        630
-## 5181   5181     A1JI40        630
-## 5182   5182     A1JI53        630
-## 5183   5183     A1JI57        630
-## 5184   5184     A1JI57        630
-## 5185   5185     A1JI79        630
-## 5186   5186     A1JI88        630
-## 5187   5187     A1JID8        630
-## 5188   5188     A1JIE5        630
-## 5189   5189     A1JIE5        630
-## 5190   5190     A1JIF2        630
-## 5191   5191     A1JIF4        630
-## 5192   5192     A1JIF4        630
-## 5193   5193     A1JII0        630
-## 5194   5194     A1JII1        630
-## 5195   5195     A1JII1        630
-## 5196   5196     A1JII1        630
-## 5197   5197     A1JII1        630
-## 5198   5198     A1JIJ0        630
-## 5199   5199     A1JIJ0        630
-## 5200   5200     A1JIJ0        630
-## 5201   5201     A1JIK3        630
-## 5202   5202     A1JIK3        630
-## 5203   5203     A1JIK3        630
-## 5204   5204     A1JIM9        630
-## 5205   5205     A1JIP3        630
-## 5206   5206     A1JIP3        630
-## 5207   5207     A1JIP6        630
-## 5208   5208     A1JIQ1        630
-## 5209   5209     A1JIQ4        630
-## 5210   5210     A1JIQ7        630
-## 5211   5211     A1JIR3        630
-## 5212   5212     A1JIR3        630
-## 5213   5213     A1JIR5        630
-## 5214   5214     A1JIS0        630
-## 5215   5215     A1JIU6        630
-## 5216   5216     A1JIV6        630
-## 5217   5217     A1JIW5        630
-## 5218   5218     A1JIW9        630
-## 5219   5219     A1JIW9        630
-## 5220   5220     A1JIW9        630
-## 5221   5221     A1JIW9        630
-## 5222   5222     A1JIW9        630
-## 5223   5223     A1JJ54        630
-## 5224   5224     A1JJ54        630
-## 5225   5225     A1JJ55        630
-## 5226   5226     A1JJ89        630
-## 5227   5227     A1JJC1        630
-## 5228   5228     A1JJD5        630
-## 5229   5229     A1JJD6        630
-## 5230   5230     A1JJD6        630
-## 5231   5231     A1JJD6        630
-## 5232   5232     A1JJD7        630
-## 5233   5233     A1JJE1        630
-## 5234   5234     A1JJE2        630
-## 5235   5235     A1JJF0        630
-## 5236   5236     A1JJF2        630
-## 5237   5237     A1JJF2        630
-## 5238   5238     A1JJF4        630
-## 5239   5239     A1JJF7        630
-## 5240   5240     A1JJF7        630
-## 5241   5241     A1JJG7        630
-## 5242   5242     A1JJH5        630
-## 5243   5243     A1JJH7        630
-## 5244   5244     A1JJI4        630
-## 5245   5245     A1JJI5        630
-## 5246   5246     A1JJJ0        630
-## 5247   5247     A1JJJ0        630
-## 5248   5248     A1JJJ3        630
-## 5249   5249     A1JJK2        630
-## 5250   5250     A1JJM7        630
-## 5251   5251     A1JJM8        630
-## 5252   5252     A1JJM8        630
-## 5253   5253     A1JJQ1        630
-## 5254   5254     A1JJR4        630
-## 5255   5255     A1JJS2        630
-## 5256   5256     A1JJS3        630
-## 5257   5257     A1JJW5        630
-## 5258   5258     A1JJW5        630
-## 5259   5259     A1JK01        630
-## 5260   5260     A1JK09        630
-## 5261   5261     A1JK09        630
-## 5262   5262     A1JK09        630
-## 5263   5263     A1JK30        630
-## 5264   5264     A1JK30        630
-## 5265   5265     A1JK48        630
-## 5266   5266     A1JK62        630
-## 5267   5267     A1JKC3        630
-## 5268   5268     A1JKC3        630
-## 5269   5269     A1JKC3        630
-## 5270   5270     A1JKE0        630
-## 5271   5271     A1JKE0        630
-## 5272   5272     A1JKI6        630
-## 5273   5273     A1JKJ4        630
-## 5274   5274     A1JKK1        630
-## 5275   5275     A1JKK3        630
-## 5276   5276     A1JKK7        630
-## 5277   5277     A1JKL6        630
-## 5278   5278     A1JKL6        630
-## 5279   5279     A1JKQ0        630
-## 5280   5280     A1JKR9        630
-## 5281   5281     A1JKS2        630
-## 5282   5282     A1JKS6        630
-## 5283   5283     A1JKT0        630
-## 5284   5284     A1JKU0        630
-## 5285   5285     A1JKU0        630
-## 5286   5286     A1JKW8        630
-## 5287   5287     A1JKW9        630
-## 5288   5288     A1JKW9        630
-## 5289   5289     A1JKZ8        630
-## 5290   5290     A1JL11        630
-## 5291   5291     A1JL12        630
-## 5292   5292     A1JL12        630
-## 5293   5293     A1JL12        630
-## 5294   5294     A1JL26        630
-## 5295   5295     A1JL26        630
-## 5296   5296     A1JL31        630
-## 5297   5297     A1JL77        630
-## 5298   5298     A1JL77        630
-## 5299   5299     A1JLB3        630
-## 5300   5300     A1JLD8        630
-## 5301   5301     A1JLF1        630
-## 5302   5302     A1JLG0        630
-## 5303   5303     A1JLG6        630
-## 5304   5304     A1JLI2        630
-## 5305   5305     A1JLL1        630
-## 5306   5306     A1JLM8        630
-## 5307   5307     A1JLV6        630
-## 5308   5308     A1JM38        630
-## 5309   5309     A1JM45        630
-## 5310   5310     A1JM45        630
-## 5311   5311     A1JM47        630
-## 5312   5312     A1JM81        630
-## 5313   5313     A1JM81        630
-## 5314   5314     A1JMA3        630
-## 5315   5315     A1JME2        630
-## 5316   5316     A1JMI5        630
-## 5317   5317     A1JML8        630
-## 5318   5318     A1JML8        630
-## 5319   5319     A1JMM2        630
-## 5320   5320     A1JMM2        630
-## 5321   5321     A1JMT1        630
-## 5322   5322     A1JMV0        630
-## 5323   5323     A1JMY1        630
-## 5324   5324     A1JMY5        630
-## 5325   5325     A1JN04        630
-## 5326   5326     A1JN63        630
-## 5327   5327     A1JN89        630
-## 5328   5328     A1JNB3        630
-## 5329   5329     A1JNB3        630
-## 5330   5330     A1JNB5        630
-## 5331   5331     A1JNB8        630
-## 5332   5332     A1JNE0        630
-## 5333   5333     A1JNL2        630
-## 5334   5334     A1JNL2        630
-## 5335   5335     A1JNN1        630
-## 5336   5336     A1JNN2        630
-## 5337   5337     A1JNP6        630
-## 5338   5338     A1JNP9        630
-## 5339   5339     A1JNP9        630
-## 5340   5340     A1JNP9        630
-## 5341   5341     A1JNR2        630
-## 5342   5342     A1JNR4        630
-## 5343   5343     A1JNS2        630
-## 5344   5344     A1JNV2        630
-## 5345   5345     A1JNV3        630
-## 5346   5346     A1JNX6        630
-## 5347   5347     A1JNZ3        630
-## 5348   5348     A1JNZ8        630
-## 5349   5349     A1JP02        630
-## 5350   5350     A1JP09        630
-## 5351   5351     A1JP09        630
-## 5352   5352     A1JP10        630
-## 5353   5353     A1JP11        630
-## 5354   5354     A1JP11        630
-## 5355   5355     A1JP53        630
-## 5356   5356     A1JP69        630
-## 5357   5357     A1JP69        630
-## 5358   5358     A1JP81        630
-## 5359   5359     A1JP81        630
-## 5360   5360     A1JP85        630
-## 5361   5361     A1JP86        630
-## 5362   5362     A1JP87        630
-## 5363   5363     A1JPB6        630
-## 5364   5364     A1JPC1        630
-## 5365   5365     A1JPD0        630
-## 5366   5366     A1JPE9        630
-## 5367   5367     A1JPE9        630
-## 5368   5368     A1JPF0        630
-## 5369   5369     A1JPL6        630
-## 5370   5370     A1JPN5        630
-## 5371   5371     A1JPQ9        630
-## 5372   5372     A1JPR0        630
-## 5373   5373     A1JPW3        630
-## 5374   5374     A1JPX6        630
-## 5375   5375     A1JPX6        630
-## 5376   5376     A1JQ25        630
-## 5377   5377     A1JQ25        630
-## 5378   5378     A1JQ74        630
-## 5379   5379     A1JQA3        630
-## 5380   5380     A1JQE6        630
-## 5381   5381     A1JQE6        630
-## 5382   5382     A1JQH0        630
-## 5383   5383     A1JQJ6        630
-## 5384   5384     A1JQN9        630
-## 5385   5385     A1JQP8        630
-## 5386   5386     A1JQP8        630
-## 5387   5387     A1JQP8        630
-## 5388   5388     A1JQQ3        630
-## 5389   5389     A1JQS2        630
-## 5390   5390     A1JQS2        630
-## 5391   5391     A1JQS2        630
-## 5392   5392     A1JQS2        630
-## 5393   5393     A1JQU7        630
-## 5394   5394     A1JQV2        630
-## 5395   5395     A1JQV6        630
-## 5396   5396     A1JQV7        630
-## 5397   5397     A1JQV7        630
-## 5398   5398     A1JQW2        630
-## 5399   5399     A1JQW7        630
-## 5400   5400     A1JQW9        630
-## 5401   5401     A1JQW9        630
-## 5402   5402     A1JQW9        630
-## 5403   5403     A1JQW9        630
-## 5404   5404     A1JQY4        630
-## 5405   5405     A1JQY4        630
-## 5406   5406     A1JQY4        630
-## 5407   5407     A1JR18        630
-## 5408   5408     A1JR24        630
-## 5409   5409     A1JR25        630
-## 5410   5410     A1JR34        630
-## 5411   5411     A1JR39        630
-## 5412   5412     A1JRA1        630
-## 5413   5413     A1JRD2        630
-## 5414   5414     A1JRH8        630
-## 5415   5415     A1JRI2        630
-## 5416   5416     A1JRI2        630
-## 5417   5417     A1JRJ9        630
-## 5418   5418     A1JRK2        630
-## 5419   5419     A1JRK8        630
-## 5420   5420     A1JRK8        630
-## 5421   5421     A1JRM4        630
-## 5422   5422     A1JRM5        630
-## 5423   5423     A1JRP2        630
-## 5424   5424     A1JRQ2        630
-## 5425   5425     A1JRU2        630
-## 5426   5426     A1JRU2        630
-## 5427   5427     A1JRU2        630
-## 5428   5428     A1JRU4        630
-## 5429   5429     A1JRU9        630
-## 5430   5430     A1JRX5        630
-## 5431   5431     A1JRZ3        630
-## 5432   5432     A1JS04        630
-## 5433   5433     A1JS15        630
-## 5434   5434     A1JS35        630
-## 5435   5435     A1JS45        630
-## 5436   5436     A1JS60        630
-## 5437   5437     A1JS67        630
-## 5438   5438     A1JS67        630
-## 5439   5439     A1JS71        630
-## 5440   5440     A1JSB7        630
-## 5441   5441     A1JSB7        630
-## 5442   5442     A1JSF0        630
-## 5443   5443     A1JSF2        630
-## 5444   5444     A1JSF2        630
-## 5445   5445     A1JSF8        630
-## 5446   5446     A1JSH7        630
-## 5447   5447     A1JSI5        630
-## 5448   5448     A1JSL8        630
-## 5449   5449     A1JSN5        630
-## 5450   5450     A1JSW6        630
-## 5451   5451     A1JSW6        630
-## 5452   5452     A1JSW8        630
-## 5453   5453     A1JT50        630
-## 5454   5454     A1JT51        630
-## 5455   5455     A1JT67        630
-## 5456   5456     A1JT78        630
-## 5457   5457     A1JT80        630
-## 5458   5458     A1JT80        630
-## 5459   5459     A1JTB7        630
-## 5460   5460     A1JTC3        630
-## 5461   5461     A1JTC3        630
-## 5462   5462     A1JTC3        630
-## 5463   5463     A1JTC4        630
-## 5464   5464     A1JTC4        630
-## 5465   5465     A1JTC7        630
-## 5466   5466     A1JTC8        630
-## 5467   5467     A1JTD1        630
-## 5468   5468     A1JTD2        630
-## 5469   5469     A1JTD9        630
-## 5470   5470     A1JTF2        630
-## 5471   5471     A1JTG3        630
-## 5472   5472     A1JTR6        630
-## 5473   5473     A1JTR6        630
-## 5474   5474     A1JTT9        630
-## 5475   5475     A1JTX6        630
-## 5476   5476     A1JTX6        630
-## 5477   5477     A1JU76        630
-## 5478   5478     A1JU76        630
-## 5479   5479     A1JU79        630
-## 5480   5480     A1JUB7        630
-## 5481   5481     A1JUB7        630
-## 5482   5482     A1K1F6         NA
-## 5483   5483     A1K1M2         NA
-## 5484   5484     A1K1N5         NA
-## 5485   5485     A1K1R8         NA
-## 5486   5486     A1K1S0         NA
-## 5487   5487     A1K1S2         NA
-## 5488   5488     A1K1T3         NA
-## 5489   5489     A1K1T3         NA
-## 5490   5490     A1K1T5         NA
-## 5491   5491     A1K1T6         NA
-## 5492   5492     A1K279         NA
-## 5493   5493     A1K279         NA
-## 5494   5494     A1K2H9         NA
-## 5495   5495     A1K2I6         NA
-## 5496   5496     A1K2I6         NA
-## 5497   5497     A1K2I6         NA
-## 5498   5498     A1K2Q5         NA
-## 5499   5499     A1K2Q5         NA
-## 5500   5500     A1K2Y3         NA
-## 5501   5501     A1K2Y3         NA
-## 5502   5502     A1K2Y4         NA
-## 5503   5503     A1K314         NA
-## 5504   5504     A1K339         NA
-## 5505   5505     A1K3B9         NA
-## 5506   5506     A1K3B9         NA
-## 5507   5507     A1K3D0         NA
-## 5508   5508     A1K3D3         NA
-## 5509   5509     A1K3E5         NA
-## 5510   5510     A1K3E5         NA
-## 5511   5511     A1K3G5         NA
-## 5512   5512     A1K3G8         NA
-## 5513   5513     A1K3Q2         NA
-## 5514   5514     A1K3T5         NA
-## 5515   5515     A1K3T7         NA
-## 5516   5516     A1K3U3         NA
-## 5517   5517     A1K3U3         NA
-## 5518   5518     A1K3U3         NA
-## 5519   5519     A1K3U6         NA
-## 5520   5520     A1K3U7         NA
-## 5521   5521     A1K3U7         NA
-## 5522   5522     A1K3V5         NA
-## 5523   5523     A1K3X7         NA
-## 5524   5524     A1K3X8         NA
-## 5525   5525     A1K3X8         NA
-## 5526   5526     A1K3Z0         NA
-## 5527   5527     A1K3Z3         NA
-## 5528   5528     A1K3Z9         NA
-## 5529   5529     A1K400         NA
-## 5530   5530     A1K400         NA
-## 5531   5531     A1K421         NA
-## 5532   5532     A1K436         NA
-## 5533   5533     A1K436         NA
-## 5534   5534     A1K442         NA
-## 5535   5535     A1K442         NA
-## 5536   5536     A1K451         NA
-## 5537   5537     A1K454         NA
-## 5538   5538     A1K4B0         NA
-## 5539   5539     A1K4C4         NA
-## 5540   5540     A1K4C4         NA
-## 5541   5541     A1K4C4         NA
-## 5542   5542     A1K4C4         NA
-## 5543   5543     A1K4C5         NA
-## 5544   5544     A1K4C6         NA
-## 5545   5545     A1K4E5         NA
-## 5546   5546     A1K4E9         NA
-## 5547   5547     A1K4E9         NA
-## 5548   5548     A1K4F0         NA
-## 5549   5549     A1K4J8         NA
-## 5550   5550     A1K4P9         NA
-## 5551   5551     A1K4R0         NA
-## 5552   5552     A1K4R4         NA
-## 5553   5553     A1K4R7         NA
-## 5554   5554     A1K5B5         NA
-## 5555   5555     A1K5B6         NA
-## 5556   5556     A1K5C1         NA
-## 5557   5557     A1K5F2         NA
-## 5558   5558     A1K5F2         NA
-## 5559   5559     A1K5J1         NA
-## 5560   5560     A1K5J4         NA
-## 5561   5561     A1K5J9         NA
-## 5562   5562     A1K5N0         NA
-## 5563   5563     A1K5Q9         NA
-## 5564   5564     A1K5Y4         NA
-## 5565   5565     A1K606         NA
-## 5566   5566     A1K6B2         NA
-## 5567   5567     A1K6B2         NA
-## 5568   5568     A1K6F9         NA
-## 5569   5569     A1K6Q8         NA
-## 5570   5570     A1K6Q8         NA
-## 5571   5571     A1K6R1         NA
-## 5572   5572     A1K6R1         NA
-## 5573   5573     A1K6R1         NA
-## 5574   5574     A1K6R1         NA
-## 5575   5575     A1K6S0         NA
-## 5576   5576     A1K6S0         NA
-## 5577   5577     A1K6Y5         NA
-## 5578   5578     A1K713         NA
-## 5579   5579     A1K717         NA
-## 5580   5580     A1K719         NA
-## 5581   5581     A1K724         NA
-## 5582   5582     A1K725         NA
-## 5583   5583     A1K782         NA
-## 5584   5584     A1K7B5         NA
-## 5585   5585     A1K7B5         NA
-## 5586   5586     A1K7B7         NA
-## 5587   5587     A1K7B8         NA
-## 5588   5588     A1K7B9         NA
-## 5589   5589     A1K7B9         NA
-## 5590   5590     A1K7B9         NA
-## 5591   5591     A1K7B9         NA
-## 5592   5592     A1K7B9         NA
-## 5593   5593     A1K7F8         NA
-## 5594   5594     A1K7J8         NA
-## 5595   5595     A1K893         NA
-## 5596   5596     A1K945         NA
-## 5597   5597     A1K945         NA
-## 5598   5598     A1K962         NA
-## 5599   5599     A1K973         NA
-## 5600   5600     A1K991         NA
-## 5601   5601     A1K991         NA
-## 5602   5602     A1K991         NA
-## 5603   5603     A1K9B2         NA
-## 5604   5604     A1K9C8         NA
-## 5605   5605     A1K9C8         NA
-## 5606   5606     A1K9D7         NA
-## 5607   5607     A1K9F0         NA
-## 5608   5608     A1K9J8         NA
-## 5609   5609     A1K9J8         NA
-## 5610   5610     A1K9L8         NA
-## 5611   5611     A1K9L8         NA
-## 5612   5612     A1K9L8         NA
-## 5613   5613     A1KA92         NA
-## 5614   5614     A1KAA5         NA
-## 5615   5615     A1KAA5         NA
-## 5616   5616     A1KAC8         NA
-## 5617   5617     A1KAC9         NA
-## 5618   5618     A1KAD0         NA
-## 5619   5619     A1KAD0         NA
-## 5620   5620     A1KAD0         NA
-## 5621   5621     A1KAD1         NA
-## 5622   5622     A1KAF7         NA
-## 5623   5623     A1KAG3         NA
-## 5624   5624     A1KAG5         NA
-## 5625   5625     A1KAI4         NA
-## 5626   5626     A1KAJ9         NA
-## 5627   5627     A1KAT3         NA
-## 5628   5628     A1KAU9         NA
-## 5629   5629     A1KAV0         NA
-## 5630   5630     A1KAY2         NA
-## 5631   5631     A1KB02         NA
-## 5632   5632     A1KB03         NA
-## 5633   5633     A1KB04         NA
-## 5634   5634     A1KB08         NA
-## 5635   5635     A1KB08         NA
-## 5636   5636     A1KB12         NA
-## 5637   5637     A1KB12         NA
-## 5638   5638     A1KB13         NA
-## 5639   5639     A1KB19         NA
-## 5640   5640     A1KB21         NA
-## 5641   5641     A1KB21         NA
-## 5642   5642     A1KB24         NA
-## 5643   5643     A1KB30         NA
-## 5644   5644     A1KB33         NA
-## 5645   5645     A1KB34         NA
-## 5646   5646     A1KB36         NA
-## 5647   5647     A1KBB3         NA
-## 5648   5648     A1KBH0         NA
-## 5649   5649     A1KBP7         NA
-## 5650   5650     A1KBP7         NA
-## 5651   5651     A1KBQ3         NA
-## 5652   5652     A1KBR9         NA
-## 5653   5653     A1KBR9         NA
-## 5654   5654     A1KC82         NA
-## 5655   5655     A1KCL7         NA
-## 5656   5656     A1KCL7         NA
-## 5657   5657     A1KCM8         NA
-## 5658   5658     A1KCM8         NA
-## 5659   5659     A1KCN9         NA
-## 5660   5660     A1KCP8         NA
-## 5661   5661     A1KCP8         NA
-## 5662   5662     A1KEK9       1765
-## 5663   5663     A1KEK9       1765
-## 5664   5664     A1KEN2       1765
-## 5665   5665     A1KEU8       1765
-## 5666   5666     A1KF14       1765
-## 5667   5667     A1KF14       1765
-## 5668   5668     A1KF14       1765
-## 5669   5669     A1KFA4       1765
-## 5670   5670     A1KFE4       1765
-## 5671   5671     A1KFH2       1765
-## 5672   5672     A1KFH2       1765
-## 5673   5673     A1KFH2       1765
-## 5674   5674     A1KFH3       1765
-## 5675   5675     A1KFK3       1765
-## 5676   5676     A1KFN9       1765
-## 5677   5677     A1KFP5       1765
-## 5678   5678     A1KFQ9       1765
-## 5679   5679     A1KFR2       1765
-## 5680   5680     A1KFU9       1765
-## 5681   5681     A1KFU9       1765
-## 5682   5682     A1KFV2       1765
-## 5683   5683     A1KFW0       1765
-## 5684   5684     A1KFW0       1765
-## 5685   5685     A1KFW0       1765
-## 5686   5686     A1KFW3       1765
-## 5687   5687     A1KG00       1765
-## 5688   5688     A1KG30       1765
-## 5689   5689     A1KG32       1765
-## 5690   5690     A1KG32       1765
-## 5691   5691     A1KG35       1765
-## 5692   5692     A1KG40       1765
-## 5693   5693     A1KG98       1765
-## 5694   5694     A1KG98       1765
-## 5695   5695     A1KG98       1765
-## 5696   5696     A1KGE8       1765
-## 5697   5697     A1KGE8       1765
-## 5698   5698     A1KGE8       1765
-## 5699   5699     A1KGG3       1765
-## 5700   5700     A1KGI2       1765
-## 5701   5701     A1KGI7       1765
-## 5702   5702     A1KGI8       1765
-## 5703   5703     A1KGK0       1765
-## 5704   5704     A1KGK3       1765
-## 5705   5705     A1KGK4       1765
-## 5706   5706     A1KGK7       1765
-## 5707   5707     A1KGL4       1765
-## 5708   5708     A1KGV2       1765
-## 5709   5709     A1KGV2       1765
-## 5710   5710     A1KGY5       1765
-## 5711   5711     A1KGY5       1765
-## 5712   5712     A1KH31       1765
-## 5713   5713     A1KH31       1765
-## 5714   5714     A1KH33       1765
-## 5715   5715     A1KH33       1765
-## 5716   5716     A1KH33       1765
-## 5717   5717     A1KH33       1765
-## 5718   5718     A1KH33       1765
-## 5719   5719     A1KH85       1765
-## 5720   5720     A1KH91       1765
-## 5721   5721     A1KHB8       1765
-## 5722   5722     A1KHB8       1765
-## 5723   5723     A1KHE9       1765
-## 5724   5724     A1KHF2       1765
-## 5725   5725     A1KHF6       1765
-## 5726   5726     A1KHF6       1765
-## 5727   5727     A1KHG1       1765
-## 5728   5728     A1KHP8       1765
-## 5729   5729     A1KHS4       1765
-## 5730   5730     A1KHS4       1765
-## 5731   5731     A1KI01       1765
-## 5732   5732     A1KI01       1765
-## 5733   5733     A1KI28       1765
-## 5734   5734     A1KI80       1765
-## 5735   5735     A1KI87       1765
-## 5736   5736     A1KI87       1765
-## 5737   5737     A1KI95       1765
-## 5738   5738     A1KI95       1765
-## 5739   5739     A1KI95       1765
-## 5740   5740     A1KI96       1765
-## 5741   5741     A1KI96       1765
-## 5742   5742     A1KI98       1765
-## 5743   5743     A1KID0       1765
-## 5744   5744     A1KIH4       1765
-## 5745   5745     A1KII1       1765
-## 5746   5746     A1KIJ9       1765
-## 5747   5747     A1KIK4       1765
-## 5748   5748     A1KIK9       1765
-## 5749   5749     A1KIM6       1765
-## 5750   5750     A1KIM7       1765
-## 5751   5751     A1KIS1       1765
-## 5752   5752     A1KIS5       1765
-## 5753   5753     A1KIW9       1765
-## 5754   5754     A1KIY4       1765
-## 5755   5755     A1KJ00       1765
-## 5756   5756     A1KJ01       1765
-## 5757   5757     A1KJ01       1765
-## 5758   5758     A1KJ05       1765
-## 5759   5759     A1KJ17       1765
-## 5760   5760     A1KJ27       1765
-## 5761   5761     A1KJ30       1765
-## 5762   5762     A1KJ30       1765
-## 5763   5763     A1KJ30       1765
-## 5764   5764     A1KJ30       1765
-## 5765   5765     A1KJ66       1765
-## 5766   5766     A1KJ75       1765
-## 5767   5767     A1KJ76       1765
-## 5768   5768     A1KJA4       1765
-## 5769   5769     A1KJB5       1765
-## 5770   5770     A1KJB5       1765
-## 5771   5771     A1KJB5       1765
-## 5772   5772     A1KJC9       1765
-## 5773   5773     A1KJD0       1765
-## 5774   5774     A1KJN3       1765
-## 5775   5775     A1KJR2       1765
-## 5776   5776     A1KJR2       1765
-## 5777   5777     A1KJW1       1765
-## 5778   5778     A1KJX3       1765
-## 5779   5779     A1KJX3       1765
-## 5780   5780     A1KJX3       1765
-## 5781   5781     A1KKI2       1765
-## 5782   5782     A1KKJ5       1765
-## 5783   5783     A1KKJ8       1765
-## 5784   5784     A1KKJ8       1765
-## 5785   5785     A1KKJ9       1765
-## 5786   5786     A1KKJ9       1765
-## 5787   5787     A1KKJ9       1765
-## 5788   5788     A1KKK8       1765
-## 5789   5789     A1KKK9       1765
-## 5790   5790     A1KKN4       1765
-## 5791   5791     A1KKP9       1765
-## 5792   5792     A1KKQ0       1765
-## 5793   5793     A1KKQ5       1765
-## 5794   5794     A1KKQ5       1765
-## 5795   5795     A1KKR8       1765
-## 5796   5796     A1KKY1       1765
-## 5797   5797     A1KKZ1       1765
-## 5798   5798     A1KL52       1765
-## 5799   5799     A1KLD5       1765
-## 5800   5800     A1KLD5       1765
-## 5801   5801     A1KLD6       1765
-## 5802   5802     A1KLF8       1765
-## 5803   5803     A1KLK6       1765
-## 5804   5804     A1KLL9       1765
-## 5805   5805     A1KLN4       1765
-## 5806   5806     A1KLN7       1765
-## 5807   5807     A1KLQ2       1765
-## 5808   5808     A1KLQ3       1765
-## 5809   5809     A1KLS8       1765
-## 5810   5810     A1KLT2       1765
-## 5811   5811     A1KLU0       1765
-## 5812   5812     A1KLU1       1765
-## 5813   5813     A1KLU2       1765
-## 5814   5814     A1KM16       1765
-## 5815   5815     A1KM35       1765
-## 5816   5816     A1KM65       1765
-## 5817   5817     A1KM71       1765
-## 5818   5818     A1KMC6       1765
-## 5819   5819     A1KMI2       1765
-## 5820   5820     A1KMI2       1765
-## 5821   5821     A1KMI2       1765
-## 5822   5822     A1KMI2       1765
-## 5823   5823     A1KMI2       1765
-## 5824   5824     A1KMI2       1765
-## 5825   5825     A1KMI2       1765
-## 5826   5826     A1KMI2       1765
-## 5827   5827     A1KMI5       1765
-## 5828   5828     A1KML3       1765
-## 5829   5829     A1KML3       1765
-## 5830   5830     A1KML4       1765
-## 5831   5831     A1KML4       1765
-## 5832   5832     A1KML5       1765
-## 5833   5833     A1KML5       1765
-## 5834   5834     A1KMN3       1765
-## 5835   5835     A1KMN8       1765
-## 5836   5836     A1KMP2       1765
-## 5837   5837     A1KMP8       1765
-## 5838   5838     A1KMQ1       1765
-## 5839   5839     A1KMR7       1765
-## 5840   5840     A1KMV2       1765
-## 5841   5841     A1KMX7       1765
-## 5842   5842     A1KMX8       1765
-## 5843   5843     A1KMX8       1765
-## 5844   5844     A1KMX8       1765
-## 5845   5845     A1KMY6       1765
-## 5846   5846     A1KMY6       1765
-## 5847   5847     A1KN04       1765
-## 5848   5848     A1KN06       1765
-## 5849   5849     A1KN06       1765
-## 5850   5850     A1KN07       1765
-## 5851   5851     A1KN20       1765
-## 5852   5852     A1KN60       1765
-## 5853   5853     A1KN60       1765
-## 5854   5854     A1KN60       1765
-## 5855   5855     A1KNI8       1765
-## 5856   5856     A1KNJ7       1765
-## 5857   5857     A1KNP2       1765
-## 5858   5858     A1KNP2       1765
-## 5859   5859     A1KNP2       1765
-## 5860   5860     A1KNP2       1765
-## 5861   5861     A1KNP6       1765
-## 5862   5862     A1KNQ0       1765
-## 5863   5863     A1KNQ0       1765
-## 5864   5864     A1KNT4       1765
-## 5865   5865     A1KNZ5       1765
-## 5866   5866     A1KP32       1765
-## 5867   5867     A1KP90       1765
-## 5868   5868     A1KPC8       1765
-## 5869   5869     A1KPE2       1765
-## 5870   5870     A1KPH5       1765
-## 5871   5871     A1KPR5       1765
-## 5872   5872     A1KPR6       1765
-## 5873   5873     A1KPT5       1765
-## 5874   5874     A1KPT7       1765
-## 5875   5875     A1KPT7       1765
-## 5876   5876     A1KQ48       1765
-## 5877   5877     A1KQ98       1765
-## 5878   5878     A1KQC1       1765
-## 5879   5879     A1KQD8       1765
-## 5880   5880     A1KQF4       1765
-## 5881   5881     A1KQF8       1765
-## 5882   5882     A1KQF9       1765
-## 5883   5883     A1KQG0       1765
-## 5884   5884     A1KQG0       1765
-## 5885   5885     A1KQG9       1765
-## 5886   5886     A1KR57        487
-## 5887   5887     A1KR65        487
-## 5888   5888     A1KR65        487
-## 5889   5889     A1KR65        487
-## 5890   5890     A1KR65        487
-## 5891   5891     A1KR91        487
-## 5892   5892     A1KR91        487
-## 5893   5893     A1KR91        487
-## 5894   5894     A1KRE6        487
-## 5895   5895     A1KRG5        487
-## 5896   5896     A1KRG7        487
-## 5897   5897     A1KRG7        487
-## 5898   5898     A1KRH0        487
-## 5899   5899     A1KRH0        487
-## 5900   5900     A1KRH3        487
-## 5901   5901     A1KRH5        487
-## 5902   5902     A1KRH5        487
-## 5903   5903     A1KRH9        487
-## 5904   5904     A1KRI1        487
-## 5905   5905     A1KRJ9        487
-## 5906   5906     A1KRK3        487
-## 5907   5907     A1KRK6        487
-## 5908   5908     A1KRK6        487
-## 5909   5909     A1KRK7        487
-## 5910   5910     A1KRK9        487
-## 5911   5911     A1KRL2        487
-## 5912   5912     A1KRQ4        487
-## 5913   5913     A1KRQ4        487
-## 5914   5914     A1KRT0        487
-## 5915   5915     A1KRT1        487
-## 5916   5916     A1KS07        487
-## 5917   5917     A1KS32        487
-## 5918   5918     A1KS57        487
-## 5919   5919     A1KS60        487
-## 5920   5920     A1KS62        487
-## 5921   5921     A1KS63        487
-## 5922   5922     A1KS92        487
-## 5923   5923     A1KS96        487
-## 5924   5924     A1KS98        487
-## 5925   5925     A1KSA7        487
-## 5926   5926     A1KSA9        487
-## 5927   5927     A1KSD3        487
-## 5928   5928     A1KSD3        487
-## 5929   5929     A1KSD3        487
-## 5930   5930     A1KSG3        487
-## 5931   5931     A1KSG3        487
-## 5932   5932     A1KSH0        487
-## 5933   5933     A1KSH4        487
-## 5934   5934     A1KSH8        487
-## 5935   5935     A1KSJ9        487
-## 5936   5936     A1KSQ9        487
-## 5937   5937     A1KSS7        487
-## 5938   5938     A1KSZ5        487
-## 5939   5939     A1KT19        487
-## 5940   5940     A1KT27        487
-## 5941   5941     A1KT40        487
-## 5942   5942     A1KT40        487
-## 5943   5943     A1KT70        487
-## 5944   5944     A1KT70        487
-## 5945   5945     A1KT71        487
-## 5946   5946     A1KT90        487
-## 5947   5947     A1KT90        487
-## 5948   5948     A1KT95        487
-## 5949   5949     A1KT95        487
-## 5950   5950     A1KTN1        487
-## 5951   5951     A1KTV6        487
-## 5952   5952     A1KU01        487
-## 5953   5953     A1KU04        487
-## 5954   5954     A1KU05        487
-## 5955   5955     A1KU06        487
-## 5956   5956     A1KU16        487
-## 5957   5957     A1KU50        487
-## 5958   5958     A1KUC8        487
-## 5959   5959     A1KUG4        487
-## 5960   5960     A1KUH8        487
-## 5961   5961     A1KUH8        487
-## 5962   5962     A1KUI2        487
-## 5963   5963     A1KUK1        487
-## 5964   5964     A1KUM5        487
-## 5965   5965     A1KUP6        487
-## 5966   5966     A1KUP6        487
-## 5967   5967     A1KUQ0        487
-## 5968   5968     A1KUU4        487
-## 5969   5969     A1KUW7        487
-## 5970   5970     A1KUZ7        487
-## 5971   5971     A1KV06        487
-## 5972   5972     A1KV06        487
-## 5973   5973     A1KV20        487
-## 5974   5974     A1KV20        487
-## 5975   5975     A1KV38        487
-## 5976   5976     A1KV51        487
-## 5977   5977     A1KV51        487
-## 5978   5978     A1KV51        487
-## 5979   5979     A1KV51        487
-## 5980   5980     A1KV51        487
-## 5981   5981     A1KV51        487
-## 5982   5982     A1KV51        487
-## 5983   5983     A1KV51        487
-## 5984   5984     A1KV51        487
-## 5985   5985     A1KV57        487
-## 5986   5986     A1KV59        487
-## 5987   5987     A1KV60        487
-## 5988   5988     A1KV60        487
-## 5989   5989     A1KV71        487
-## 5990   5990     A1KV85        487
-## 5991   5991     A1KV85        487
-## 5992   5992     A1KV88        487
-## 5993   5993     A1KV93        487
-## 5994   5994     A1KVF6        487
-## 5995   5995     A1KVF6        487
-## 5996   5996     A1KVG4        487
-## 5997   5997     A1KVL7        487
-## 5998   5998     A1KVL7        487
-## 5999   5999     A1KVM5        487
-## 6000   6000     A1KVQ6        487
-## 6001   6001     A1KVS6        487
-## 6002   6002     A1KVT3        487
-## 6003   6003     A1KVU9        487
-## 6004   6004     A1KW08        487
-## 6005   6005     A1KW10        487
-## 6006   6006     A1KW15        487
-## 6007   6007     A1KW26        487
-## 6008   6008     A1KW52        487
-## 6009   6009     A1KWD6        487
-## 6010   6010     A1KWD9        487
-## 6011   6011     A1KWE0        487
-## 6012   6012     A1KWE0        487
-## 6013   6013     A1KWG2        487
-## 6014   6014     A1KWG2        487
-## 6015   6015     A1KWG2        487
-## 6016   6016     A1KWG2        487
-## 6017   6017     A1KWH2        487
-## 6018   6018     A1KWH9        487
-## 6019   6019     A1KWH9        487
-## 6020   6020     A1KWK6        487
-## 6021   6021     A1KWM6        487
-## 6022   6022     A1KWM6        487
-## 6023   6023     A1KWN6        487
-## 6024   6024     A1KXC4         NA
-## 6025   6025     A1KXC4         NA
-## 6026   6026     A1KXM5         NA
-## 6027   6027     A1KXM5         NA
-## 6028   6028     A1KXM5         NA
-## 6029   6029     A1KXW8         NA
-## 6030   6030     A1KYZ2         NA
-## 6031   6031     A1KYZ2         NA
-## 6032   6032     A1KZ92         NA
-## 6033   6033     A1KZ92         NA
-## 6034   6034     A1KZ92         NA
-## 6035   6035     A1KZ92         NA
-## 6036   6036     A1L020         NA
-## 6037   6037     A1L020         NA
-## 6038   6038     A1L020         NA
-## 6039   6039     A1L020         NA
-## 6040   6040     A1L020         NA
-## 6041   6041     A1L020         NA
-## 6042   6042     A1L020         NA
-## 6043   6043     A1L0T3         NA
-## 6044   6044     A1L0Y2         NA
-## 6045   6045     A1L0Y2         NA
-## 6046   6046     A1L0Y5         NA
-## 6047   6047     A1L0Y5         NA
-## 6048   6048     A1L0Z0         NA
-## 6049   6049     A1L0Z0         NA
-## 6050   6050     A1L0Z0         NA
-## 6051   6051     A1L0Z0         NA
-## 6052   6052     A1L0Z0         NA
-## 6053   6053     A1L0Z0         NA
-## 6054   6054     A1L0Z0         NA
-## 6055   6055     A1L0Z1         NA
-## 6056   6056     A1L0Z4         NA
-## 6057   6057     A1L0Z6         NA
-## 6058   6058     A1L0Z6         NA
-## 6059   6059     A1L0Z6         NA
-## 6060   6060     A1L0Z6         NA
-## 6061   6061     A1L0Z6         NA
-## 6062   6062     A1L112         NA
-## 6063   6063     A1L112         NA
-## 6064   6064     A1L131         NA
-## 6065   6065     A1L131         NA
-## 6066   6066     A1L134         NA
-## 6067   6067     A1L134         NA
-## 6068   6068     A1L134         NA
-## 6069   6069     A1L162         NA
-## 6070   6070     A1L162         NA
-## 6071   6071     A1L162         NA
-## 6072   6072     A1L188         NA
-## 6073   6073     A1L1F0         NA
-## 6074   6074     A1L1F4         NA
-## 6075   6075     A1L1F4         NA
-## 6076   6076     A1L1F6         NA
-## 6077   6077     A1L1F6         NA
-## 6078   6078     A1L1F6         NA
-## 6079   6079     A1L1G1         NA
-## 6080   6080     A1L1G1         NA
-## 6081   6081     A1L1G1         NA
-## 6082   6082     A1L1G1         NA
-## 6083   6083     A1L1G1         NA
-## 6084   6084     A1L1G9         NA
-## 6085   6085     A1L1G9         NA
-## 6086   6086     A1L1G9         NA
-## 6087   6087     A1L1G9         NA
-## 6088   6088     A1L1I3         NA
-## 6089   6089     A1L1I3         NA
-## 6090   6090     A1L1I3         NA
-## 6091   6091     A1L1J6         NA
-## 6092   6092     A1L1J6         NA
-## 6093   6093     A1L1J6         NA
-## 6094   6094     A1L1J6         NA
-## 6095   6095     A1L1K3         NA
-## 6096   6096     A1L1L2         NA
-## 6097   6097     A1L1L2         NA
-## 6098   6098     A1L1L3         NA
-## 6099   6099     A1L1L7         NA
-## 6100   6100     A1L1M4         NA
-## 6101   6101     A1L1M4         NA
-## 6102   6102     A1L1R0         NA
-## 6103   6103     A1L1R0         NA
-## 6104   6104     A1L1R6         NA
-## 6105   6105     A1L1R6         NA
-## 6106   6106     A1L1R6         NA
-## 6107   6107     A1L1R6         NA
-## 6108   6108     A1L1R6         NA
-## 6109   6109     A1L1R6         NA
-## 6110   6110     A1L1R6         NA
-## 6111   6111     A1L1S5         NA
-## 6112   6112     A1L1V4         NA
-## 6113   6113     A1L1W9         NA
-## 6114   6114     A1L1W9         NA
-## 6115   6115     A1L209         NA
-## 6116   6116     A1L224         NA
-## 6117   6117     A1L244         NA
-## 6118   6118     A1L252         NA
-## 6119   6119     A1L252         NA
-## 6120   6120     A1L253         NA
-## 6121   6121     A1L258         NA
-## 6122   6122     A1L260         NA
-## 6123   6123     A1L260         NA
-## 6124   6124     A1L260         NA
-## 6125   6125     A1L272         NA
-## 6126   6126     A1L2F6         NA
-## 6127   6127     A1L2G3         NA
-## 6128   6128     A1L2H3         NA
-## 6129   6129     A1L2H3         NA
-## 6130   6130     A1L2H9         NA
-## 6131   6131     A1L2I9         NA
-## 6132   6132     A1L2P7         NA
-## 6133   6133     A1L2Q8         NA
-## 6134   6134     A1L2Q8         NA
-## 6135   6135     A1L2T6         NA
-## 6136   6136     A1L2W7         NA
-## 6137   6137     A1L2Y1         NA
-## 6138   6138     A1L314         NA
-## 6139   6139     A1L317         NA
-## 6140   6140     A1L317         NA
-## 6141   6141     A1L317         NA
-## 6142   6142     A1L317         NA
-## 6143   6143     A1L317         NA
-## 6144   6144     A1L317         NA
-## 6145   6145     A1L317         NA
-## 6146   6146     A1L390         NA
-## 6147   6147     A1L3C1         NA
-## 6148   6148     A1L3F4         NA
-## 6149   6149     A1L3F4         NA
-## 6150   6150     A1L3F4         NA
-## 6151   6151     A1L3F4         NA
-## 6152   6152     A1L3F5         NA
-## 6153   6153     A1L3H4         NA
-## 6154   6154     A1L3I3         NA
-## 6155   6155     A1L3I3         NA
-## 6156   6156     A1L3I3         NA
-## 6157   6157     A1L3I3         NA
-## 6158   6158     A1L3I3         NA
-## 6159   6159     A1L3I5         NA
-## 6160   6160     A1L3I5         NA
-## 6161   6161     A1L3I5         NA
-## 6162   6162     A1L3I5         NA
-## 6163   6163     A1L3I5         NA
-## 6164   6164     A1L3I5         NA
-## 6165   6165     A1L3I5         NA
-## 6166   6166     A1L3L1         NA
-## 6167   6167     A1L3M3         NA
-## 6168   6168     A1L3M3         NA
-## 6169   6169     A1L3M3         NA
-## 6170   6170     A1L3N6         NA
-## 6171   6171     A1L3T7         NA
-## 6172   6172     A1L3T7         NA
-## 6173   6173     A1L3T7         NA
-## 6174   6174     A1L3T7         NA
-## 6175   6175     A1L429         NA
-## 6176   6176     A1L443         NA
-## 6177   6177     A1L443         NA
-## 6178   6178     A1L443         NA
-## 6179   6179     A1L443         NA
-## 6180   6180     A1L453         NA
-## 6181   6181     A1L453         NA
-## 6182   6182     A1L4H1         NA
-## 6183   6183     A1L4H1         NA
-## 6184   6184     A1L4H1         NA
-## 6185   6185     A1L4H1         NA
-## 6186   6186     A1L4H1         NA
-## 6187   6187     A1L4H1         NA
-## 6188   6188     A1L4H1         NA
-## 6189   6189     A1L4H1         NA
-## 6190   6190     A1L4H1         NA
-## 6191   6191     A1L4K1         NA
-## 6192   6192     A1L4X0         NA
-## 6193   6193     A1L4X7         NA
-## 6194   6194     A1L4X7         NA
-## 6195   6195     A1L4X7         NA
-## 6196   6196     A1L4Y2         NA
-## 6197   6197     A1L504         NA
-## 6198   6198     A1L504         NA
-## 6199   6199     A1L504         NA
-## 6200   6200     A1L520         NA
-## 6201   6201     A1L520         NA
-## 6202   6202     A1L595         NA
-## 6203   6203     A1L595         NA
-## 6204   6204     A1L5A6         NA
-## 6205   6205     A1L5A6         NA
-## 6206   6206     A1L5A6         NA
-## 6207   6207     A1L5A6         NA
-## 6208   6208     A1QNY1       1773
-## 6209   6209     A1QNY1       1773
-## 6210   6210     A1QQ97       1773
-## 6211   6211     A1QYH6        142
-## 6212   6212     A1QYP3        142
-## 6213   6213     A1QYP5        142
-## 6214   6214     A1QYR4        142
-## 6215   6215     A1QYS1        142
-## 6216   6216     A1QYT1        142
-## 6217   6217     A1QYY5        142
-## 6218   6218     A1QZ08        142
-## 6219   6219     A1QZ46        142
-## 6220   6220     A1QZ99        142
-## 6221   6221     A1QZH6        142
-## 6222   6222     A1QZH9        142
-## 6223   6223     A1QZH9        142
-## 6224   6224     A1QZN3        142
-## 6225   6225     A1QZQ6        142
-## 6226   6226     A1QZR2        142
-## 6227   6227     A1QZR2        142
-## 6228   6228     A1QZS0        142
-## 6229   6229     A1QZS9        142
-## 6230   6230     A1QZS9        142
-## 6231   6231     A1R025        142
-## 6232   6232     A1R032        142
-## 6233   6233     A1R032        142
-## 6234   6234     A1R050        142
-## 6235   6235     A1R0C7        142
-## 6236   6236     A1R0I9        142
-## 6237   6237     A1R0I9        142
-## 6238   6238     A1R0J1        142
-## 6239   6239     A1R0K4        142
-## 6240   6240     A1R0K5        142
-## 6241   6241     A1R0M4        142
-## 6242   6242     A1R0N0        142
-## 6243   6243     A1R0R8        142
-## 6244   6244     A1R0S5      43663
-## 6245   6245     A1R120      43663
-## 6246   6246     A1R1C5      43663
-## 6247   6247     A1R228      43663
-## 6248   6248     A1R2B5      43663
-## 6249   6249     A1R2B5      43663
-## 6250   6250     A1R383      43663
-## 6251   6251     A1R383      43663
-## 6252   6252     A1R3H9      43663
-## 6253   6253     A1R3H9      43663
-## 6254   6254     A1R3R7      43663
-## 6255   6255     A1R3R7      43663
-## 6256   6256     A1R3U5      43663
-## 6257   6257     A1R4G1      43663
-## 6258   6258     A1R4H0      43663
-## 6259   6259     A1R4H0      43663
-## 6260   6260     A1R4R1      43663
-## 6261   6261     A1R4R2      43663
-## 6262   6262     A1R4R2      43663
-## 6263   6263     A1R4W2      43663
-## 6264   6264     A1R4Z8      43663
-## 6265   6265     A1R4Z8      43663
-## 6266   6266     A1R516      43663
-## 6267   6267     A1R516      43663
-## 6268   6268     A1R516      43663
-## 6269   6269     A1R516      43663
-## 6270   6270     A1R516      43663
-## 6271   6271     A1R517      43663
-## 6272   6272     A1R520      43663
-## 6273   6273     A1R520      43663
-## 6274   6274     A1R520      43663
-## 6275   6275     A1R568      43663
-## 6276   6276     A1R587      43663
-## 6277   6277     A1R587      43663
-## 6278   6278     A1R5C7      43663
-## 6279   6279     A1R5E9      43663
-## 6280   6280     A1R5F0      43663
-## 6281   6281     A1R5F5      43663
-## 6282   6282     A1R5F5      43663
-## 6283   6283     A1R5F5      43663
-## 6284   6284     A1R5F8      43663
-## 6285   6285     A1R5F9      43663
-## 6286   6286     A1R5G4      43663
-## 6287   6287     A1R5N7      43663
-## 6288   6288     A1R5N7      43663
-## 6289   6289     A1R674      43663
-## 6290   6290     A1R6G5      43663
-## 6291   6291     A1R6G5      43663
-## 6292   6292     A1R6G5      43663
-## 6293   6293     A1R6G6      43663
-## 6294   6294     A1R6G8      43663
-## 6295   6295     A1R6L8      43663
-## 6296   6296     A1R6Q8      43663
-## 6297   6297     A1R6Q9      43663
-## 6298   6298     A1R6T5      43663
-## 6299   6299     A1R6T5      43663
-## 6300   6300     A1R6V4      43663
-## 6301   6301     A1R6V9      43663
-## 6302   6302     A1R6X5      43663
-## 6303   6303     A1R6X5      43663
-## 6304   6304     A1R6X6      43663
-## 6305   6305     A1R6Z3      43663
-## 6306   6306     A1R709      43663
-## 6307   6307     A1R709      43663
-## 6308   6308     A1R709      43663
-## 6309   6309     A1R724      43663
-## 6310   6310     A1R724      43663
-## 6311   6311     A1R726      43663
-## 6312   6312     A1R726      43663
-## 6313   6313     A1R726      43663
-## 6314   6314     A1R787      43663
-## 6315   6315     A1R787      43663
-## 6316   6316     A1R7A5      43663
-## 6317   6317     A1R7A5      43663
-## 6318   6318     A1R7F9      43663
-## 6319   6319     A1R7J5      43663
-## 6320   6320     A1R7K6      43663
-## 6321   6321     A1R7K6      43663
-## 6322   6322     A1R7K6      43663
-## 6323   6323     A1R7M9      43663
-## 6324   6324     A1R7V4      43663
-## 6325   6325     A1R7V6      43663
-## 6326   6326     A1R7V8      43663
-## 6327   6327     A1R7X2      43663
-## 6328   6328     A1R807      43663
-## 6329   6329     A1R807      43663
-## 6330   6330     A1R844      43663
-## 6331   6331     A1R848      43663
-## 6332   6332     A1R883      43663
-## 6333   6333     A1R883      43663
-## 6334   6334     A1R883      43663
-## 6335   6335     A1R883      43663
-## 6336   6336     A1R883      43663
-## 6337   6337     A1R883      43663
-## 6338   6338     A1R898      43663
-## 6339   6339     A1R8A6      43663
-## 6340   6340     A1R8N0      43663
-## 6341   6341     A1R8N8      43663
-## 6342   6342     A1R8N8      43663
-## 6343   6343     A1R8R4      43663
-## 6344   6344     A1R8R6      43663
-## 6345   6345     A1R8S9      43663
-## 6346   6346     A1R8T1      43663
-## 6347   6347     A1R8T9      43663
-## 6348   6348     A1R8T9      43663
-## 6349   6349     A1R8U5      43663
-## 6350   6350     A1R8U5      43663
-## 6351   6351     A1R8V0      43663
-## 6352   6352     A1R8V4      43663
-## 6353   6353     A1R8V4      43663
-## 6354   6354     A1R8V8      43663
-## 6355   6355     A1R8V8      43663
-## 6356   6356     A1R8Y7      43663
-## 6357   6357     A1R8Y7      43663
-## 6358   6358     A1R990      43663
-## 6359   6359     A1RAU1      43663
-## 6360   6360     A1RAU1      43663
-## 6361   6361     A1RAY5      43663
-## 6362   6362     A1RB24      43663
-## 6363   6363     A1RDW6         NA
-## 6364   6364     A1RDX9         NA
-## 6365   6365     A1RDY5         NA
-## 6366   6366     A1RDY7         NA
-## 6367   6367     A1RE84         NA
-## 6368   6368     A1RE94         NA
-## 6369   6369     A1RE94         NA
-## 6370   6370     A1REA8         NA
-## 6371   6371     A1REA8         NA
-## 6372   6372     A1REB0         NA
-## 6373   6373     A1REB4         NA
-## 6374   6374     A1REB5         NA
-## 6375   6375     A1REC6         NA
-## 6376   6376     A1REC9         NA
-## 6377   6377     A1REE1         NA
-## 6378   6378     A1REM5         NA
-## 6379   6379     A1REY7         NA
-## 6380   6380     A1REZ3         NA
-## 6381   6381     A1REZ3         NA
-## 6382   6382     A1RF04         NA
-## 6383   6383     A1RFJ9         NA
-## 6384   6384     A1RFM0         NA
-## 6385   6385     A1RFN3         NA
-## 6386   6386     A1RFN3         NA
-## 6387   6387     A1RFP5         NA
-## 6388   6388     A1RFY6         NA
-## 6389   6389     A1RG29         NA
-## 6390   6390     A1RG35         NA
-## 6391   6391     A1RGD1         NA
-## 6392   6392     A1RGD1         NA
-## 6393   6393     A1RGD7         NA
-## 6394   6394     A1RGE6         NA
-## 6395   6395     A1RGK8         NA
-## 6396   6396     A1RGN2         NA
-## 6397   6397     A1RGN2         NA
-## 6398   6398     A1RGP1         NA
-## 6399   6399     A1RGP2         NA
-## 6400   6400     A1RGT2         NA
-## 6401   6401     A1RGU5         NA
-## 6402   6402     A1RGX5         NA
-## 6403   6403     A1RGX6         NA
-## 6404   6404     A1RGY0         NA
-## 6405   6405     A1RGY0         NA
-## 6406   6406     A1RH87         NA
-## 6407   6407     A1RHD0         NA
-## 6408   6408     A1RHE4         NA
-## 6409   6409     A1RHF0         NA
-## 6410   6410     A1RHF3         NA
-## 6411   6411     A1RHF4         NA
-## 6412   6412     A1RHG5         NA
-## 6413   6413     A1RHK7         NA
-## 6414   6414     A1RHK7         NA
-## 6415   6415     A1RHL2         NA
-## 6416   6416     A1RHM8         NA
-## 6417   6417     A1RHR2         NA
-## 6418   6418     A1RI59         NA
-## 6419   6419     A1RI61         NA
-## 6420   6420     A1RI92         NA
-## 6421   6421     A1RIA5         NA
-## 6422   6422     A1RIE5         NA
-## 6423   6423     A1RIH0         NA
-## 6424   6424     A1RII6         NA
-## 6425   6425     A1RII6         NA
-## 6426   6426     A1RIK1         NA
-## 6427   6427     A1RIK1         NA
-## 6428   6428     A1RIK1         NA
-## 6429   6429     A1RIL5         NA
-## 6430   6430     A1RIL5         NA
-## 6431   6431     A1RIQ1         NA
-## 6432   6432     A1RIQ1         NA
-## 6433   6433     A1RIR2         NA
-## 6434   6434     A1RIY0         NA
-## 6435   6435     A1RIZ0         NA
-## 6436   6436     A1RJ17         NA
-## 6437   6437     A1RJ52         NA
-## 6438   6438     A1RJC1         NA
-## 6439   6439     A1RJD6         NA
-## 6440   6440     A1RJD6         NA
-## 6441   6441     A1RJF8         NA
-## 6442   6442     A1RJF9         NA
-## 6443   6443     A1RJJ3         NA
-## 6444   6444     A1RJP0         NA
-## 6445   6445     A1RJQ9         NA
-## 6446   6446     A1RK52         NA
-## 6447   6447     A1RK75         NA
-## 6448   6448     A1RK89         NA
-## 6449   6449     A1RKH2         NA
-## 6450   6450     A1RKH2         NA
-## 6451   6451     A1RKH2         NA
-## 6452   6452     A1RKL4         NA
-## 6453   6453     A1RKM2         NA
-## 6454   6454     A1RKP4         NA
-## 6455   6455     A1RKP4         NA
-## 6456   6456     A1RL92         NA
-## 6457   6457     A1RLI8         NA
-## 6458   6458     A1RLL3         NA
-## 6459   6459     A1RLL6         NA
-## 6460   6460     A1RLM4         NA
-## 6461   6461     A1RLM6         NA
-## 6462   6462     A1RLM6         NA
-## 6463   6463     A1RLM7         NA
-## 6464   6464     A1RLT6         NA
-## 6465   6465     A1RLV3         NA
-## 6466   6466     A1RLV4         NA
-## 6467   6467     A1RMD9         NA
-## 6468   6468     A1RME0         NA
-## 6469   6469     A1RME4         NA
-## 6470   6470     A1RMG0         NA
-## 6471   6471     A1RMG7         NA
-## 6472   6472     A1RMM6         NA
-## 6473   6473     A1RMM6         NA
-## 6474   6474     A1RMN7         NA
-## 6475   6475     A1RMN7         NA
-## 6476   6476     A1RMT4         NA
-## 6477   6477     A1RMV6         NA
-## 6478   6478     A1RMV6         NA
-## 6479   6479     A1RMV6         NA
-## 6480   6480     A1RMV8         NA
-## 6481   6481     A1RN03         NA
-## 6482   6482     A1RN12         NA
-## 6483   6483     A1RN68         NA
-## 6484   6484     A1RN68         NA
-## 6485   6485     A1RNE2         NA
-## 6486   6486     A1RNE2         NA
-## 6487   6487     A1RNE4         NA
-## 6488   6488     A1RNI3         NA
-## 6489   6489     A1RNI6         NA
-## 6490   6490     A1RNI6         NA
-## 6491   6491     A1RNI9         NA
-## 6492   6492     A1RNL3         NA
-## 6493   6493     A1RNN6         NA
-## 6494   6494     A1RNN6         NA
-## 6495   6495     A1RNU4         NA
-## 6496   6496     A1RNU4         NA
-## 6497   6497     A1RP36         NA
-## 6498   6498     A1RP36         NA
-## 6499   6499     A1RP57         NA
-## 6500   6500     A1RP80         NA
-## 6501   6501     A1RP81         NA
-## 6502   6502     A1RPC2         NA
-## 6503   6503     A1RPD5         NA
-## 6504   6504     A1RPD5         NA
-## 6505   6505     A1RPP6         NA
-## 6506   6506     A1RPV7         NA
-## 6507   6507     A1RQ57         NA
-## 6508   6508     A1RQ57         NA
-## 6509   6509     A1RQ95         NA
-## 6510   6510     A1RQA8         NA
-## 6511   6511     A1RQQ2       2277
-## 6512   6512     A1RQQ5       2277
-## 6513   6513     A1RR74       2277
-## 6514   6514     A1RRA5       2277
-## 6515   6515     A1RRA6       2277
-## 6516   6516     A1RRJ3       2277
-## 6517   6517     A1RRJ5       2277
-## 6518   6518     A1RRN9       2277
-## 6519   6519     A1RRS5       2277
-## 6520   6520     A1RRV7       2277
-## 6521   6521     A1RRV9       2277
-## 6522   6522     A1RRX4       2277
-## 6523   6523     A1RRY6       2277
-## 6524   6524     A1RS16       2277
-## 6525   6525     A1RS21       2277
-## 6526   6526     A1RS32       2277
-## 6527   6527     A1RSA2       2277
-## 6528   6528     A1RSD7       2277
-## 6529   6529     A1RSE4       2277
-## 6530   6530     A1RSI5       2277
-## 6531   6531     A1RSK3       2277
-## 6532   6532     A1RSK3       2277
-## 6533   6533     A1RSK3       2277
-## 6534   6534     A1RSQ1       2277
-## 6535   6535     A1RSQ5       2277
-## 6536   6536     A1RSR6       2277
-## 6537   6537     A1RSR6       2277
-## 6538   6538     A1RSS5       2277
-## 6539   6539     A1RSS5       2277
-## 6540   6540     A1RSS8       2277
-## 6541   6541     A1RSY7       2277
-## 6542   6542     A1RT13       2277
-## 6543   6543     A1RT82       2277
-## 6544   6544     A1RTG5       2277
-## 6545   6545     A1RTI0       2277
-## 6546   6546     A1RTI0       2277
-## 6547   6547     A1RTI3       2277
-## 6548   6548     A1RTI3       2277
-## 6549   6549     A1RTJ4       2277
-## 6550   6550     A1RTJ7       2277
-## 6551   6551     A1RTK4       2277
-## 6552   6552     A1RTL7       2277
-## 6553   6553     A1RTZ6       2277
-## 6554   6554     A1RTZ6       2277
-## 6555   6555     A1RU26       2277
-## 6556   6556     A1RUA0       2277
-## 6557   6557     A1RUV7       2277
-## 6558   6558     A1RV26       2277
-## 6559   6559     A1RV26       2277
-## 6560   6560     A1RV28       2277
-## 6561   6561     A1RV37       2277
-## 6562   6562     A1RV37       2277
-## 6563   6563     A1RV79       2277
-## 6564   6564     A1RV82       2277
-## 6565   6565     A1RV98       2277
-## 6566   6566     A1RV98       2277
-## 6567   6567     A1RVA1       2277
-## 6568   6568     A1RVD1       2277
-## 6569   6569     A1RVE1       2277
-## 6570   6570     A1RVH3       2277
-## 6571   6571     A1RVP3       2277
-## 6572   6572     A1RVT3       2277
-## 6573   6573     A1RWQ1       2269
-## 6574   6574     A1RWT7       2269
-## 6575   6575     A1RWX6       2269
-## 6576   6576     A1RX21       2269
-## 6577   6577     A1RX21       2269
-## 6578   6578     A1RX59       2269
-## 6579   6579     A1RXA6       2269
-## 6580   6580     A1RXA6       2269
-## 6581   6581     A1RXA6       2269
-## 6582   6582     A1RXF0       2269
-## 6583   6583     A1RXF0       2269
-## 6584   6584     A1RXF3       2269
-## 6585   6585     A1RXG2       2269
-## 6586   6586     A1RXH6       2269
-## 6587   6587     A1RXJ4       2269
-## 6588   6588     A1RXS9       2269
-## 6589   6589     A1RY08       2269
-## 6590   6590     A1RY30       2269
-## 6591   6591     A1RY31       2269
-## 6592   6592     A1RY70       2269
-## 6593   6593     A1RY76       2269
-## 6594   6594     A1RY76       2269
-## 6595   6595     A1RYD4       2269
-## 6596   6596     A1RYD4       2269
-## 6597   6597     A1RYD7       2269
-## 6598   6598     A1RYM0       2269
-## 6599   6599     A1RYM3       2269
-## 6600   6600     A1RYX4       2269
-## 6601   6601     A1RZ10       2269
-## 6602   6602     A1RZ10       2269
-## 6603   6603     A1RZ10       2269
-## 6604   6604     A1RZ10       2269
-## 6605   6605     A1RZJ9       2269
-## 6606   6606     A1RZT8       2269
-## 6607   6607     A1RZT9       2269
-## 6608   6608     A1S0B0       2269
-## 6609   6609     A1S0R2       2269
-## 6610   6610     A1S1G5      60478
-## 6611   6611     A1S1I1      60478
-## 6612   6612     A1S1I1      60478
-## 6613   6613     A1S1L6      60478
-## 6614   6614     A1S1L6      60478
-## 6615   6615     A1S1X0      60478
-## 6616   6616     A1S212      60478
-## 6617   6617     A1S212      60478
-## 6618   6618     A1S218      60478
-## 6619   6619     A1S219      60478
-## 6620   6620     A1S220      60478
-## 6621   6621     A1S231      60478
-## 6622   6622     A1S246      60478
-## 6623   6623     A1S257      60478
-## 6624   6624     A1S2F0      60478
-## 6625   6625     A1S2F6      60478
-## 6626   6626     A1S2G7      60478
-## 6627   6627     A1S3I3      60478
-## 6628   6628     A1S3J2      60478
-## 6629   6629     A1S3J7      60478
-## 6630   6630     A1S3L3      60478
-## 6631   6631     A1S3L4      60478
-## 6632   6632     A1S3L6      60478
-## 6633   6633     A1S3N0      60478
-## 6634   6634     A1S3U0      60478
-## 6635   6635     A1S3U9      60478
-## 6636   6636     A1S3W8      60478
-## 6637   6637     A1S3Y1      60478
-## 6638   6638     A1S418      60478
-## 6639   6639     A1S425      60478
-## 6640   6640     A1S460      60478
-## 6641   6641     A1S462      60478
-## 6642   6642     A1S462      60478
-## 6643   6643     A1S462      60478
-## 6644   6644     A1S462      60478
-## 6645   6645     A1S464      60478
-## 6646   6646     A1S464      60478
-## 6647   6647     A1S474      60478
-## 6648   6648     A1S477      60478
-## 6649   6649     A1S4B6      60478
-## 6650   6650     A1S4D6      60478
-## 6651   6651     A1S4D7      60478
-## 6652   6652     A1S4D8      60478
-## 6653   6653     A1S4D8      60478
-## 6654   6654     A1S4E9      60478
-## 6655   6655     A1S4E9      60478
-## 6656   6656     A1S4M2      60478
-## 6657   6657     A1S4P0      60478
-## 6658   6658     A1S4P1      60478
-## 6659   6659     A1S4U5      60478
-## 6660   6660     A1S4X0      60478
-## 6661   6661     A1S4X2      60478
-## 6662   6662     A1S548      60478
-## 6663   6663     A1S564      60478
-## 6664   6664     A1S589      60478
-## 6665   6665     A1S5C5      60478
-## 6666   6666     A1S5R6      60478
-## 6667   6667     A1S5V8      60478
-## 6668   6668     A1S5Y5      60478
-## 6669   6669     A1S5Y5      60478
-## 6670   6670     A1S5Z4      60478
-## 6671   6671     A1S684      60478
-## 6672   6672     A1S6A8      60478
-## 6673   6673     A1S6H4      60478
-## 6674   6674     A1S6H5      60478
-## 6675   6675     A1S6K0      60478
-## 6676   6676     A1S6N0      60478
-## 6677   6677     A1S6N0      60478
-## 6678   6678     A1S6N4      60478
-## 6679   6679     A1S6N9      60478
-## 6680   6680     A1S6P5      60478
-## 6681   6681     A1S6Q5      60478
-## 6682   6682     A1S6T0      60478
-## 6683   6683     A1S6T3      60478
-## 6684   6684     A1S6X4      60478
-## 6685   6685     A1S6Z2      60478
-## 6686   6686     A1S6Z2      60478
-## 6687   6687     A1S702      60478
-## 6688   6688     A1S7A2      60478
-## 6689   6689     A1S7A2      60478
-## 6690   6690     A1S7B1      60478
-## 6691   6691     A1S7C2      60478
-## 6692   6692     A1S7C8      60478
-## 6693   6693     A1S7C8      60478
-## 6694   6694     A1S7C8      60478
-## 6695   6695     A1S7D5      60478
-## 6696   6696     A1S7E5      60478
-## 6697   6697     A1S7I0      60478
-## 6698   6698     A1S7I6      60478
-## 6699   6699     A1S7K4      60478
-## 6700   6700     A1S7P9      60478
-## 6701   6701     A1S7P9      60478
-## 6702   6702     A1S7S0      60478
-## 6703   6703     A1S7S0      60478
-## 6704   6704     A1S7T2      60478
-## 6705   6705     A1S810      60478
-## 6706   6706     A1S858      60478
-## 6707   6707     A1S859      60478
-## 6708   6708     A1S866      60478
-## 6709   6709     A1S8B8      60478
-## 6710   6710     A1S8D4      60478
-## 6711   6711     A1S8D5      60478
-## 6712   6712     A1S8K6      60478
-## 6713   6713     A1S8K6      60478
-## 6714   6714     A1S8K6      60478
-## 6715   6715     A1S8K7      60478
-## 6716   6716     A1S8L1      60478
-## 6717   6717     A1S8N5      60478
-## 6718   6718     A1S8P4      60478
-## 6719   6719     A1S8R3      60478
-## 6720   6720     A1S8R8      60478
-## 6721   6721     A1S8S1      60478
-## 6722   6722     A1S8S8      60478
-## 6723   6723     A1S8S8      60478
-## 6724   6724     A1S8U1      60478
-## 6725   6725     A1S965      60478
-## 6726   6726     A1S967      60478
-## 6727   6727     A1S987      60478
-## 6728   6728     A1S987      60478
-## 6729   6729     A1S9H3      60478
-## 6730   6730     A1S9H3      60478
-## 6731   6731     A1S9H3      60478
-## 6732   6732     A1S9H5      60478
-## 6733   6733     A1S9H5      60478
-## 6734   6734     A1S9I4      60478
-## 6735   6735     A1S9L6      60478
-## 6736   6736     A1SA23      60478
-## 6737   6737     A1SA30      60478
-## 6738   6738     A1SA57      60478
-## 6739   6739     A1SA57      60478
-## 6740   6740     A1SA65      60478
-## 6741   6741     A1SAC0      60478
-## 6742   6742     A1SAC0      60478
-## 6743   6743     A1SAD4      60478
-## 6744   6744     A1SAE2      60478
-## 6745   6745     A1SAK0      60478
-## 6746   6746     A1SAK0      60478
-## 6747   6747     A1SAK1      60478
-## 6748   6748     A1SAL1      60478
-## 6749   6749     A1SAR6      60478
-## 6750   6750     A1SBC6      60478
-## 6751   6751     A1SBD7      60478
-## 6752   6752     A1SBR9      60478
-## 6753   6753     A1SBT8      60478
-## 6754   6754     A1SBU1      60478
-## 6755   6755     A1SBU4      60478
-## 6756   6756     A1SCL9         NA
-## 6757   6757     A1SCL9         NA
-## 6758   6758     A1SCL9         NA
-## 6759   6759     A1SCL9         NA
-## 6760   6760     A1SCL9         NA
-## 6761   6761     A1SCM2         NA
-## 6762   6762     A1SCM2         NA
-## 6763   6763     A1SCM2         NA
-## 6764   6764     A1SCM2         NA
-## 6765   6765     A1SDH8         NA
-## 6766   6766     A1SDH8         NA
-## 6767   6767     A1SDK4         NA
-## 6768   6768     A1SDK4         NA
-## 6769   6769     A1SDX1         NA
-## 6770   6770     A1SE01         NA
-## 6771   6771     A1SE06         NA
-## 6772   6772     A1SE17         NA
-## 6773   6773     A1SE17         NA
-## 6774   6774     A1SE34         NA
-## 6775   6775     A1SE35         NA
-## 6776   6776     A1SEI9         NA
-## 6777   6777     A1SEI9         NA
-## 6778   6778     A1SEK2         NA
-## 6779   6779     A1SEK2         NA
-## 6780   6780     A1SEK2         NA
-## 6781   6781     A1SF13         NA
-## 6782   6782     A1SF29         NA
-## 6783   6783     A1SF33         NA
-## 6784   6784     A1SFK7         NA
-## 6785   6785     A1SFK7         NA
-## 6786   6786     A1SFT8         NA
-## 6787   6787     A1SG03         NA
-## 6788   6788     A1SG03         NA
-## 6789   6789     A1SGA2         NA
-## 6790   6790     A1SGL9         NA
-## 6791   6791     A1SGL9         NA
-## 6792   6792     A1SGV9         NA
-## 6793   6793     A1SGV9         NA
-## 6794   6794     A1SGV9         NA
-## 6795   6795     A1SGV9         NA
-## 6796   6796     A1SHI6         NA
-## 6797   6797     A1SHJ1         NA
-## 6798   6798     A1SHU2         NA
-## 6799   6799     A1SHV9         NA
-## 6800   6800     A1SHZ4         NA
-## 6801   6801     A1SI05         NA
-## 6802   6802     A1SI37         NA
-## 6803   6803     A1SIM4         NA
-## 6804   6804     A1SJ19         NA
-## 6805   6805     A1SJ39         NA
-## 6806   6806     A1SJA3         NA
-## 6807   6807     A1SJA5         NA
-## 6808   6808     A1SJA6         NA
-## 6809   6809     A1SJA7         NA
-## 6810   6810     A1SJA7         NA
-## 6811   6811     A1SJB1         NA
-## 6812   6812     A1SJC7         NA
-## 6813   6813     A1SJC7         NA
-## 6814   6814     A1SJD2         NA
-## 6815   6815     A1SJE8         NA
-## 6816   6816     A1SJF7         NA
-## 6817   6817     A1SJG9         NA
-## 6818   6818     A1SJI0         NA
-## 6819   6819     A1SJJ3         NA
-## 6820   6820     A1SJJ4         NA
-## 6821   6821     A1SJJ4         NA
-## 6822   6822     A1SJK4         NA
-## 6823   6823     A1SJK4         NA
-## 6824   6824     A1SJN0         NA
-## 6825   6825     A1SJN0         NA
-## 6826   6826     A1SJZ1         NA
-## 6827   6827     A1SJZ1         NA
-## 6828   6828     A1SJZ6         NA
-## 6829   6829     A1SJZ6         NA
-## 6830   6830     A1SK07         NA
-## 6831   6831     A1SK12         NA
-## 6832   6832     A1SKI3         NA
-## 6833   6833     A1SKY7         NA
-## 6834   6834     A1SKY7         NA
-## 6835   6835     A1SKY7         NA
-## 6836   6836     A1SKY7         NA
-## 6837   6837     A1SKY7         NA
-## 6838   6838     A1SL44         NA
-## 6839   6839     A1SL49         NA
-## 6840   6840     A1SL56         NA
-## 6841   6841     A1SL60         NA
-## 6842   6842     A1SL60         NA
-## 6843   6843     A1SL74         NA
-## 6844   6844     A1SL83         NA
-## 6845   6845     A1SL88         NA
-## 6846   6846     A1SL89         NA
-## 6847   6847     A1SLG6         NA
-## 6848   6848     A1SLJ4         NA
-## 6849   6849     A1SLK7         NA
-## 6850   6850     A1SLK7         NA
-## 6851   6851     A1SLK7         NA
-## 6852   6852     A1SLK7         NA
-## 6853   6853     A1SLK7         NA
-## 6854   6854     A1SLK7         NA
-## 6855   6855     A1SLK7         NA
-## 6856   6856     A1SLL0         NA
-## 6857   6857     A1SLL4         NA
-## 6858   6858     A1SLQ4         NA
-## 6859   6859     A1SLQ4         NA
-## 6860   6860     A1SLS2         NA
-## 6861   6861     A1SLS2         NA
-## 6862   6862     A1SLU7         NA
-## 6863   6863     A1SLU7         NA
-## 6864   6864     A1SLX8         NA
-## 6865   6865     A1SLX8         NA
-## 6866   6866     A1SM84         NA
-## 6867   6867     A1SMA5         NA
-## 6868   6868     A1SMB4         NA
-## 6869   6869     A1SMB4         NA
-## 6870   6870     A1SME5         NA
-## 6871   6871     A1SME5         NA
-## 6872   6872     A1SME5         NA
-## 6873   6873     A1SME5         NA
-## 6874   6874     A1SMP3         NA
-## 6875   6875     A1SMP3         NA
-## 6876   6876     A1SMP7         NA
-## 6877   6877     A1SMR4         NA
-## 6878   6878     A1SMW1         NA
-## 6879   6879     A1SN17         NA
-## 6880   6880     A1SNF6         NA
-## 6881   6881     A1SNF6         NA
-## 6882   6882     A1SNI7         NA
-## 6883   6883     A1SNI7         NA
-## 6884   6884     A1SNJ1         NA
-## 6885   6885     A1SNJ2         NA
-## 6886   6886     A1SNJ7         NA
-## 6887   6887     A1SNJ9         NA
-## 6888   6888     A1SNJ9         NA
-## 6889   6889     A1SNK1         NA
-## 6890   6890     A1SNK1         NA
-## 6891   6891     A1SNK3         NA
-## 6892   6892     A1SNL2         NA
-## 6893   6893     A1SNL2         NA
-## 6894   6894     A1SNL8         NA
-## 6895   6895     A1SNL8         NA
-## 6896   6896     A1SNN7         NA
-## 6897   6897     A1SNU4         NA
-## 6898   6898     A1SNY3         NA
-## 6899   6899     A1SNY3         NA
-## 6900   6900     A1SP05         NA
-## 6901   6901     A1SPL0         NA
-## 6902   6902     A1SPL0         NA
-## 6903   6903     A1SPL0         NA
-## 6904   6904     A1SPT8         NA
-## 6905   6905     A1SPV1         NA
-## 6906   6906     A1SPV1         NA
-## 6907   6907     A1SPV6         NA
-## 6908   6908     A1SPX5         NA
-## 6909   6909     A1SPZ7         NA
-## 6910   6910     A1SPZ7         NA
-## 6911   6911     A1SQH3         NA
-## 6912   6912     A1SQN1         NA
-## 6913   6913     A1SQV5         NA
-## 6914   6914     A1SQW3     357794
-## 6915   6915     A1SQW6     357794
-## 6916   6916     A1SQZ9     357794
-## 6917   6917     A1SR01     357794
-## 6918   6918     A1SR02     357794
-## 6919   6919     A1SRC9     357794
-## 6920   6920     A1SRE0     357794
-## 6921   6921     A1SRE0     357794
-## 6922   6922     A1SRG3     357794
-## 6923   6923     A1SRG6     357794
-## 6924   6924     A1SRG8     357794
-## 6925   6925     A1SRG8     357794
-## 6926   6926     A1SRG8     357794
-## 6927   6927     A1SRH4     357794
-## 6928   6928     A1SRH8     357794
-## 6929   6929     A1SRH8     357794
-## 6930   6930     A1SRI1     357794
-## 6931   6931     A1SRS1     357794
-## 6932   6932     A1SRS4     357794
-## 6933   6933     A1SRS5     357794
-## 6934   6934     A1SRS5     357794
-## 6935   6935     A1SS94     357794
-## 6936   6936     A1SS95     357794
-## 6937   6937     A1SSB6     357794
-## 6938   6938     A1SSB6     357794
-## 6939   6939     A1SSB8     357794
-## 6940   6940     A1SSJ9     357794
-## 6941   6941     A1SSN0     357794
-## 6942   6942     A1SSX2     357794
-## 6943   6943     A1SSY3     357794
-## 6944   6944     A1SSY7     357794
-## 6945   6945     A1ST36     357794
-## 6946   6946     A1ST38     357794
-## 6947   6947     A1ST41     357794
-## 6948   6948     A1ST41     357794
-## 6949   6949     A1ST45     357794
-## 6950   6950     A1ST45     357794
-## 6951   6951     A1ST53     357794
-## 6952   6952     A1ST72     357794
-## 6953   6953     A1ST72     357794
-## 6954   6954     A1ST92     357794
-## 6955   6955     A1STD6     357794
-## 6956   6956     A1STD9     357794
-## 6957   6957     A1STE3     357794
-## 6958   6958     A1STE3     357794
-## 6959   6959     A1STE3     357794
-## 6960   6960     A1STE4     357794
-## 6961   6961     A1STE5     357794
-## 6962   6962     A1STE5     357794
-## 6963   6963     A1STE5     357794
-## 6964   6964     A1STI2     357794
-## 6965   6965     A1STI2     357794
-## 6966   6966     A1STI9     357794
-## 6967   6967     A1STP2     357794
-## 6968   6968     A1STT0     357794
-## 6969   6969     A1STV6     357794
-## 6970   6970     A1STW0     357794
-## 6971   6971     A1SU10     357794
-## 6972   6972     A1SU16     357794
-## 6973   6973     A1SU16     357794
-## 6974   6974     A1SU19     357794
-## 6975   6975     A1SU27     357794
-## 6976   6976     A1SU60     357794
-## 6977   6977     A1SU60     357794
-## 6978   6978     A1SU60     357794
-## 6979   6979     A1SUE5     357794
-## 6980   6980     A1SUU1     357794
-## 6981   6981     A1SV95     357794
-## 6982   6982     A1SVW5     357794
-## 6983   6983     A1SW90     357794
-## 6984   6984     A1SW96     357794
-## 6985   6985     A1SWB8     357794
-## 6986   6986     A1SWM1     357794
-## 6987   6987     A1SWQ3     357794
-## 6988   6988     A1SWR4     357794
-## 6989   6989     A1SWR4     357794
-## 6990   6990     A1SWS5     357794
-## 6991   6991     A1SWV0     357794
-## 6992   6992     A1SWV9     357794
-## 6993   6993     A1SX02     357794
-## 6994   6994     A1SXF9     357794
-## 6995   6995     A1SXK4     357794
-## 6996   6996     A1SXK4     357794
-## 6997   6997     A1SXW6     357794
-## 6998   6998     A1SXW8     357794
-## 6999   6999     A1SY91     357794
-## 7000   7000     A1SY91     357794
-## 7001   7001     A1SYD3     357794
-## 7002   7002     A1SYH7     357794
-## 7003   7003     A1SYK3     357794
-## 7004   7004     A1SYK5     357794
-## 7005   7005     A1SYL6     357794
-## 7006   7006     A1SYT6     357794
-## 7007   7007     A1SYT9     357794
-## 7008   7008     A1SYV1     357794
-## 7009   7009     A1SYV1     357794
-## 7010   7010     A1SYV1     357794
-## 7011   7011     A1SYV3     357794
-## 7012   7012     A1SYV3     357794
-## 7013   7013     A1SYV3     357794
-## 7014   7014     A1SYV7     357794
-## 7015   7015     A1SYV7     357794
-## 7016   7016     A1SYW2     357794
-## 7017   7017     A1SYX8     357794
-## 7018   7018     A1SYY1     357794
-## 7019   7019     A1SYY1     357794
-## 7020   7020     A1SYY3     357794
-## 7021   7021     A1SZ16     357794
-## 7022   7022     A1SZE1     357794
-## 7023   7023     A1SZE1     357794
-## 7024   7024     A1SZE1     357794
-## 7025   7025     A1SZG1     357794
-## 7026   7026     A1SZH6     357794
-## 7027   7027     A1SZH6     357794
-## 7028   7028     A1SZH6     357794
-## 7029   7029     A1SZH7     357794
-## 7030   7030     A1SZH7     357794
-## 7031   7031     A1SZJ2     357794
-## 7032   7032     A1SZL2     357794
-## 7033   7033     A1SZL2     357794
-## 7034   7034     A1SZP2     357794
-## 7035   7035     A1SZR6     357794
-## 7036   7036     A1SZY2     357794
-## 7037   7037     A1T001     357794
-## 7038   7038     A1T007     357794
-## 7039   7039     A1T007     357794
-## 7040   7040     A1T026     357794
-## 7041   7041     A1T038     357794
-## 7042   7042     A1T038     357794
-## 7043   7043     A1T041     357794
-## 7044   7044     A1T047     357794
-## 7045   7045     A1T064     357794
-## 7046   7046     A1T064     357794
-## 7047   7047     A1T064     357794
-## 7048   7048     A1T086     357794
-## 7049   7049     A1T097     357794
-## 7050   7050     A1T0D0     357794
-## 7051   7051     A1T0D4     357794
-## 7052   7052     A1T0E1     357794
-## 7053   7053     A1T0M9     357794
-## 7054   7054     A1T0M9     357794
-## 7055   7055     A1T0R0     357794
-## 7056   7056     A1T0Y6     357794
-## 7057   7057     A1T0Z9     357794
-## 7058   7058     A1T0Z9     357794
-## 7059   7059     A1T100     357794
-## 7060   7060     A1T100     357794
-## 7061   7061     A1T102     110539
-## 7062   7062     A1T1A5     110539
-## 7063   7063     A1T1J8     110539
-## 7064   7064     A1T1K1     110539
-## 7065   7065     A1T2S3     110539
-## 7066   7066     A1T2S3     110539
-## 7067   7067     A1T2V5     110539
-## 7068   7068     A1T2V5     110539
-## 7069   7069     A1T2Z5     110539
-## 7070   7070     A1T2Z5     110539
-## 7071   7071     A1T320     110539
-## 7072   7072     A1T324     110539
-## 7073   7073     A1T339     110539
-## 7074   7074     A1T352     110539
-## 7075   7075     A1T352     110539
-## 7076   7076     A1T3D3     110539
-## 7077   7077     A1T3R3     110539
-## 7078   7078     A1T3R3     110539
-## 7079   7079     A1T3R3     110539
-## 7080   7080     A1T4I8     110539
-## 7081   7081     A1T4I8     110539
-## 7082   7082     A1T4J2     110539
-## 7083   7083     A1T4J3     110539
-## 7084   7084     A1T4J3     110539
-## 7085   7085     A1T4L4     110539
-## 7086   7086     A1T4L5     110539
-## 7087   7087     A1T4N9     110539
-## 7088   7088     A1T4P5     110539
-## 7089   7089     A1T4S1     110539
-## 7090   7090     A1T4S1     110539
-## 7091   7091     A1T4S1     110539
-## 7092   7092     A1T521     110539
-## 7093   7093     A1T521     110539
-## 7094   7094     A1T554     110539
-## 7095   7095     A1T566     110539
-## 7096   7096     A1T577     110539
-## 7097   7097     A1T577     110539
-## 7098   7098     A1T5X7     110539
-## 7099   7099     A1T5Y4     110539
-## 7100   7100     A1T636     110539
-## 7101   7101     A1T698     110539
-## 7102   7102     A1T6B0     110539
-## 7103   7103     A1T6B0     110539
-## 7104   7104     A1T6P2     110539
-## 7105   7105     A1T6P2     110539
-## 7106   7106     A1T6X7     110539
-## 7107   7107     A1T6X9     110539
-## 7108   7108     A1T6Y0     110539
-## 7109   7109     A1T6Y0     110539
-## 7110   7110     A1T6Z4     110539
-## 7111   7111     A1T6Z8     110539
-## 7112   7112     A1T6Z8     110539
-## 7113   7113     A1T705     110539
-## 7114   7114     A1T705     110539
-## 7115   7115     A1T726     110539
-## 7116   7116     A1T737     110539
-## 7117   7117     A1T739     110539
-## 7118   7118     A1T752     110539
-## 7119   7119     A1T752     110539
-## 7120   7120     A1T757     110539
-## 7121   7121     A1T766     110539
-## 7122   7122     A1T773     110539
-## 7123   7123     A1T773     110539
-## 7124   7124     A1T773     110539
-## 7125   7125     A1T774     110539
-## 7126   7126     A1T7G4     110539
-## 7127   7127     A1T7G4     110539
-## 7128   7128     A1T7H8     110539
-## 7129   7129     A1T7H8     110539
-## 7130   7130     A1T7H8     110539
-## 7131   7131     A1T7H8     110539
-## 7132   7132     A1T7H8     110539
-## 7133   7133     A1T7H8     110539
-## 7134   7134     A1T7H8     110539
-## 7135   7135     A1T7H8     110539
-## 7136   7136     A1T7H8     110539
-## 7137   7137     A1T7H9     110539
-## 7138   7138     A1T7L4     110539
-## 7139   7139     A1T7L4     110539
-## 7140   7140     A1T7N8     110539
-## 7141   7141     A1T7P4     110539
-## 7142   7142     A1T7T3     110539
-## 7143   7143     A1T7U7     110539
-## 7144   7144     A1T7U7     110539
-## 7145   7145     A1T7U8     110539
-## 7146   7146     A1T7V4     110539
-## 7147   7147     A1T7Y9     110539
-## 7148   7148     A1T7Y9     110539
-## 7149   7149     A1T7Z0     110539
-## 7150   7150     A1T7Z0     110539
-## 7151   7151     A1T7Z0     110539
-## 7152   7152     A1T7Z4     110539
-## 7153   7153     A1T7Z4     110539
-## 7154   7154     A1T868     110539
-## 7155   7155     A1T882     110539
-## 7156   7156     A1T882     110539
-## 7157   7157     A1T883     110539
-## 7158   7158     A1T884     110539
-## 7159   7159     A1T884     110539
-## 7160   7160     A1T898     110539
-## 7161   7161     A1T8E8     110539
-## 7162   7162     A1T8F5     110539
-## 7163   7163     A1T8H7     110539
-## 7164   7164     A1T8K1     110539
-## 7165   7165     A1T8K4     110539
-## 7166   7166     A1T8K4     110539
-## 7167   7167     A1T8K4     110539
-## 7168   7168     A1T8L2     110539
-## 7169   7169     A1T8M8     110539
-## 7170   7170     A1T8Q8     110539
-## 7171   7171     A1T8R1     110539
-## 7172   7172     A1T8U7     110539
-## 7173   7173     A1T8U7     110539
-## 7174   7174     A1T8W3     110539
-## 7175   7175     A1T9D9     110539
-## 7176   7176     A1T9F4     110539
-## 7177   7177     A1T9L9     110539
-## 7178   7178     A1T9L9     110539
-## 7179   7179     A1T9N5     110539
-## 7180   7180     A1T9P9     110539
-## 7181   7181     A1TA09     110539
-## 7182   7182     A1TA09     110539
-## 7183   7183     A1TA81     110539
-## 7184   7184     A1TA81     110539
-## 7185   7185     A1TAA5     110539
-## 7186   7186     A1TAB5     110539
-## 7187   7187     A1TAC7     110539
-## 7188   7188     A1TAC7     110539
-## 7189   7189     A1TAT2     110539
-## 7190   7190     A1TAW2     110539
-## 7191   7191     A1TAW2     110539
-## 7192   7192     A1TAW7     110539
-## 7193   7193     A1TAW8     110539
-## 7194   7194     A1TAW8     110539
-## 7195   7195     A1TAX0     110539
-## 7196   7196     A1TAX0     110539
-## 7197   7197     A1TAX0     110539
-## 7198   7198     A1TAX1     110539
-## 7199   7199     A1TAX1     110539
-## 7200   7200     A1TB16     110539
-## 7201   7201     A1TB16     110539
-## 7202   7202     A1TBP6     110539
-## 7203   7203     A1TBR8     110539
-## 7204   7204     A1TC01     110539
-## 7205   7205     A1TC11     110539
-## 7206   7206     A1TC11     110539
-## 7207   7207     A1TC11     110539
-## 7208   7208     A1TC21     110539
-## 7209   7209     A1TC21     110539
-## 7210   7210     A1TCX1     110539
-## 7211   7211     A1TCX1     110539
-## 7212   7212     A1TCX2     110539
-## 7213   7213     A1TCX2     110539
-## 7214   7214     A1TD35     110539
-## 7215   7215     A1TD57     110539
-## 7216   7216     A1TD57     110539
-## 7217   7217     A1TD58     110539
-## 7218   7218     A1TD58     110539
-## 7219   7219     A1TD66     110539
-## 7220   7220     A1TD66     110539
-## 7221   7221     A1TD66     110539
-## 7222   7222     A1TD73     110539
-## 7223   7223     A1TDH1     110539
-## 7224   7224     A1TDL8     110539
-## 7225   7225     A1TDL8     110539
-## 7226   7226     A1TDM8     110539
-## 7227   7227     A1TDR0     110539
-## 7228   7228     A1TE06     110539
-## 7229   7229     A1TE53     110539
-## 7230   7230     A1TED2     110539
-## 7231   7231     A1TEF5     110539
-## 7232   7232     A1TEF5     110539
-## 7233   7233     A1TEF5     110539
-## 7234   7234     A1TEF5     110539
-## 7235   7235     A1TEH2     110539
-## 7236   7236     A1TEL7     110539
-## 7237   7237     A1TEP3     110539
-## 7238   7238     A1TEQ0     110539
-## 7239   7239     A1TEV2     110539
-## 7240   7240     A1TFL3     110539
-## 7241   7241     A1TFL3     110539
-## 7242   7242     A1TG09     110539
-## 7243   7243     A1TG33     110539
-## 7244   7244     A1TG33     110539
-## 7245   7245     A1TG33     110539
-## 7246   7246     A1TGD7     110539
-## 7247   7247     A1TGJ3     110539
-## 7248   7248     A1TH50     110539
-## 7249   7249     A1THY4     110539
-## 7250   7250     A1TI06     110539
-## 7251   7251     A1TI09     110539
-## 7252   7252     A1TIF0      80869
-## 7253   7253     A1TIF0      80869
-## 7254   7254     A1TIS2      80869
-## 7255   7255     A1TIS2      80869
-## 7256   7256     A1TJ04      80869
-## 7257   7257     A1TJ10      80869
-## 7258   7258     A1TJ13      80869
-## 7259   7259     A1TJ13      80869
-## 7260   7260     A1TJ24      80869
-## 7261   7261     A1TJ24      80869
-## 7262   7262     A1TJ35      80869
-## 7263   7263     A1TJR8      80869
-## 7264   7264     A1TJT0      80869
-## 7265   7265     A1TJT1      80869
-## 7266   7266     A1TJT6      80869
-## 7267   7267     A1TJT6      80869
-## 7268   7268     A1TJT9      80869
-## 7269   7269     A1TJT9      80869
-## 7270   7270     A1TJU0      80869
-## 7271   7271     A1TJU0      80869
-## 7272   7272     A1TJU3      80869
-## 7273   7273     A1TKC1      80869
-## 7274   7274     A1TKC8      80869
-## 7275   7275     A1TKC8      80869
-## 7276   7276     A1TKE3      80869
-## 7277   7277     A1TKI5      80869
-## 7278   7278     A1TKK8      80869
-## 7279   7279     A1TKL7      80869
-## 7280   7280     A1TKL7      80869
-## 7281   7281     A1TKQ5      80869
-## 7282   7282     A1TKQ6      80869
-## 7283   7283     A1TKQ6      80869
-## 7284   7284     A1TKT8      80869
-## 7285   7285     A1TKT8      80869
-## 7286   7286     A1TKT9      80869
-## 7287   7287     A1TKV4      80869
-## 7288   7288     A1TKZ3      80869
-## 7289   7289     A1TL06      80869
-## 7290   7290     A1TL12      80869
-## 7291   7291     A1TL40      80869
-## 7292   7292     A1TLD6      80869
-## 7293   7293     A1TLD7      80869
-## 7294   7294     A1TLF2      80869
-## 7295   7295     A1TLF2      80869
-## 7296   7296     A1TLH5      80869
-## 7297   7297     A1TLH8      80869
-## 7298   7298     A1TLH9      80869
-## 7299   7299     A1TLH9      80869
-## 7300   7300     A1TLH9      80869
-## 7301   7301     A1TLH9      80869
-## 7302   7302     A1TLI4      80869
-## 7303   7303     A1TLL2      80869
-## 7304   7304     A1TLL2      80869
-## 7305   7305     A1TLL2      80869
-## 7306   7306     A1TLL4      80869
-## 7307   7307     A1TLL6      80869
-## 7308   7308     A1TLL6      80869
-## 7309   7309     A1TLM3      80869
-## 7310   7310     A1TLM4      80869
-## 7311   7311     A1TLP7      80869
-## 7312   7312     A1TLP7      80869
-## 7313   7313     A1TLS5      80869
-## 7314   7314     A1TLT0      80869
-## 7315   7315     A1TM31      80869
-## 7316   7316     A1TM37      80869
-## 7317   7317     A1TM37      80869
-## 7318   7318     A1TM61      80869
-## 7319   7319     A1TMB0      80869
-## 7320   7320     A1TN70      80869
-## 7321   7321     A1TN70      80869
-## 7322   7322     A1TN71      80869
-## 7323   7323     A1TN79      80869
-## 7324   7324     A1TN79      80869
-## 7325   7325     A1TN81      80869
-## 7326   7326     A1TN81      80869
-## 7327   7327     A1TN83      80869
-## 7328   7328     A1TND1      80869
-## 7329   7329     A1TNF7      80869
-## 7330   7330     A1TNJ5      80869
-## 7331   7331     A1TNU7      80869
-## 7332   7332     A1TP96      80869
-## 7333   7333     A1TP96      80869
-## 7334   7334     A1TPK8      80869
-## 7335   7335     A1TPW5      80869
-## 7336   7336     A1TPY4      80869
-## 7337   7337     A1TQ53      80869
-## 7338   7338     A1TQ84      80869
-## 7339   7339     A1TQ96      80869
-## 7340   7340     A1TQF3      80869
-## 7341   7341     A1TQF3      80869
-## 7342   7342     A1TQF3      80869
-## 7343   7343     A1TQY3      80869
-## 7344   7344     A1TQY3      80869
-## 7345   7345     A1TQY3      80869
-## 7346   7346     A1TR21      80869
-## 7347   7347     A1TR21      80869
-## 7348   7348     A1TR25      80869
-## 7349   7349     A1TR35      80869
-## 7350   7350     A1TRC8      80869
-## 7351   7351     A1TRC8      80869
-## 7352   7352     A1TRG1      80869
-## 7353   7353     A1TRG5      80869
-## 7354   7354     A1TRG5      80869
-## 7355   7355     A1TRL4      80869
-## 7356   7356     A1TRL4      80869
-## 7357   7357     A1TRL4      80869
-## 7358   7358     A1TRL4      80869
-## 7359   7359     A1TRM3      80869
-## 7360   7360     A1TRM3      80869
-## 7361   7361     A1TRP8      80869
-## 7362   7362     A1TRT1      80869
-## 7363   7363     A1TRT4      80869
-## 7364   7364     A1TRV8      80869
-## 7365   7365     A1TS23      80869
-## 7366   7366     A1TS27      80869
-## 7367   7367     A1TS63      80869
-## 7368   7368     A1TSC2      80869
-## 7369   7369     A1TSE0      80869
-## 7370   7370     A1TSK3      80869
-## 7371   7371     A1TSK3      80869
-## 7372   7372     A1TSK3      80869
-## 7373   7373     A1TSK3      80869
-## 7374   7374     A1TSK3      80869
-## 7375   7375     A1TSK3      80869
-## 7376   7376     A1TSQ7      80869
-## 7377   7377     A1TSQ7      80869
-## 7378   7378     A1TSX9      80869
-## 7379   7379     A1TSX9      80869
-## 7380   7380     A1TSZ8      80869
-## 7381   7381     A1TSZ8      80869
-## 7382   7382     A1TSZ8      80869
-## 7383   7383     A1TSZ9      80869
-## 7384   7384     A1TSZ9      80869
-## 7385   7385     A1TT64      80869
-## 7386   7386     A1TT74      80869
-## 7387   7387     A1TT75      80869
-## 7388   7388     A1TTC3      80869
-## 7389   7389     A1TTC4      80869
-## 7390   7390     A1TTD3      80869
-## 7391   7391     A1TTD3      80869
-## 7392   7392     A1TTF7      80869
-## 7393   7393     A1TTF7      80869
-## 7394   7394     A1TTM6      80869
-## 7395   7395     A1TTM6      80869
-## 7396   7396     A1TTU1      80869
-## 7397   7397     A1TTV0      80869
-## 7398   7398     A1TTV9      80869
-## 7399   7399     A1TTW1      80869
-## 7400   7400     A1TTW1      80869
-## 7401   7401     A1TTW5      80869
-## 7402   7402     A1TUD6      80869
-## 7403   7403     A1TUE2      80869
-## 7404   7404     A1TUE2      80869
-## 7405   7405     A1TUT0      80869
-## 7406   7406     A1TUT0      80869
-## 7407   7407     A1TUT0      80869
-## 7408   7408     A1TUW0      80869
-## 7409   7409     A1TUW0      80869
-## 7410   7410     A1TUY9      80869
-## 7411   7411     A1TUZ2      80869
-## 7412   7412     A1TV68      80869
-## 7413   7413     A1TVC1      80869
-## 7414   7414     A1TVM0      80869
-## 7415   7415     A1TVP2      80869
-## 7416   7416     A1TVS9      80869
-## 7417   7417     A1TVS9      80869
-## 7418   7418     A1TVS9      80869
-## 7419   7419     A1TVT0      80869
-## 7420   7420     A1TVT0      80869
-## 7421   7421     A1TVT1      80869
-## 7422   7422     A1TVU0      80869
-## 7423   7423     A1TVV5      80869
-## 7424   7424     A1TW90      80869
-## 7425   7425     A1TWB8      80869
-## 7426   7426     A1TWF7      80869
-## 7427   7427     A1TWJ3       2743
-## 7428   7428     A1TWN4       2743
-## 7429   7429     A1TXM4       2743
-## 7430   7430     A1TY02       2743
-## 7431   7431     A1TY02       2743
-## 7432   7432     A1TYE0       2743
-## 7433   7433     A1TYH0       2743
-## 7434   7434     A1TYH0       2743
-## 7435   7435     A1TYH0       2743
-## 7436   7436     A1TYI9       2743
-## 7437   7437     A1TYJ0       2743
-## 7438   7438     A1TYJ1       2743
-## 7439   7439     A1TYJ1       2743
-## 7440   7440     A1TYJ1       2743
-## 7441   7441     A1TYJ1       2743
-## 7442   7442     A1TYK0       2743
-## 7443   7443     A1TYK8       2743
-## 7444   7444     A1TYL1       2743
-## 7445   7445     A1TYL2       2743
-## 7446   7446     A1TYL2       2743
-## 7447   7447     A1TYL6       2743
-## 7448   7448     A1TYR4       2743
-## 7449   7449     A1TYU8       2743
-## 7450   7450     A1TYX3       2743
-## 7451   7451     A1TYY2       2743
-## 7452   7452     A1TYY4       2743
-## 7453   7453     A1TYY4       2743
-## 7454   7454     A1TYY4       2743
-## 7455   7455     A1TYY4       2743
-## 7456   7456     A1TYY9       2743
-## 7457   7457     A1TYY9       2743
-## 7458   7458     A1TZ11       2743
-## 7459   7459     A1TZ47       2743
-## 7460   7460     A1TZ60       2743
-## 7461   7461     A1TZ65       2743
-## 7462   7462     A1TZ73       2743
-## 7463   7463     A1TZ92       2743
-## 7464   7464     A1TZ92       2743
-## 7465   7465     A1TZA3       2743
-## 7466   7466     A1TZE0       2743
-## 7467   7467     A1TZE0       2743
-## 7468   7468     A1TZG0       2743
-## 7469   7469     A1TZH9       2743
-## 7470   7470     A1TZP7       2743
-## 7471   7471     A1TZQ4       2743
-## 7472   7472     A1TZQ4       2743
-## 7473   7473     A1U0D8       2743
-## 7474   7474     A1U0D8       2743
-## 7475   7475     A1U0D8       2743
-## 7476   7476     A1U0D8       2743
-## 7477   7477     A1U0D8       2743
-## 7478   7478     A1U0E3       2743
-## 7479   7479     A1U0K1       2743
-## 7480   7480     A1U0K1       2743
-## 7481   7481     A1U0R2       2743
-## 7482   7482     A1U0R2       2743
-## 7483   7483     A1U0V1       2743
-## 7484   7484     A1U0X1       2743
-## 7485   7485     A1U0X2       2743
-## 7486   7486     A1U0Y0       2743
-## 7487   7487     A1U126       2743
-## 7488   7488     A1U127       2743
-## 7489   7489     A1U127       2743
-## 7490   7490     A1U1B1       2743
-## 7491   7491     A1U1C1       2743
-## 7492   7492     A1U1H5       2743
-## 7493   7493     A1U1H6       2743
-## 7494   7494     A1U1I8       2743
-## 7495   7495     A1U1J4       2743
-## 7496   7496     A1U1Q2       2743
-## 7497   7497     A1U1Q4       2743
-## 7498   7498     A1U1U7       2743
-## 7499   7499     A1U1Y9       2743
-## 7500   7500     A1U292       2743
-## 7501   7501     A1U2E3       2743
-## 7502   7502     A1U2K1       2743
-## 7503   7503     A1U2S9       2743
-## 7504   7504     A1U2S9       2743
-## 7505   7505     A1U2U4       2743
-## 7506   7506     A1U2U4       2743
-## 7507   7507     A1U2V8       2743
-## 7508   7508     A1U2Y8       2743
-## 7509   7509     A1U326       2743
-## 7510   7510     A1U342       2743
-## 7511   7511     A1U342       2743
-## 7512   7512     A1U344       2743
-## 7513   7513     A1U367       2743
-## 7514   7514     A1U368       2743
-## 7515   7515     A1U370       2743
-## 7516   7516     A1U373       2743
-## 7517   7517     A1U374       2743
-## 7518   7518     A1U3C2       2743
-## 7519   7519     A1U3E9       2743
-## 7520   7520     A1U3E9       2743
-## 7521   7521     A1U3F9       2743
-## 7522   7522     A1U3F9       2743
-## 7523   7523     A1U3F9       2743
-## 7524   7524     A1U3F9       2743
-## 7525   7525     A1U3G0       2743
-## 7526   7526     A1U3G1       2743
-## 7527   7527     A1U3G7       2743
-## 7528   7528     A1U3J1       2743
-## 7529   7529     A1U3Y0       2743
-## 7530   7530     A1U458       2743
-## 7531   7531     A1U459       2743
-## 7532   7532     A1U486       2743
-## 7533   7533     A1U486       2743
-## 7534   7534     A1U4A0       2743
-## 7535   7535     A1U4B2       2743
-## 7536   7536     A1U4B9       2743
-## 7537   7537     A1U4C1       2743
-## 7538   7538     A1U4D6       2743
-## 7539   7539     A1U4Q6       2743
-## 7540   7540     A1U4Q6       2743
-## 7541   7541     A1U4Z7       2743
-## 7542   7542     A1U4Z8       2743
-## 7543   7543     A1U578       2743
-## 7544   7544     A1U5Z6       2743
-## 7545   7545     A1U5Z6       2743
-## 7546   7546     A1U5Z7       2743
-## 7547   7547     A1U600       2743
-## 7548   7548     A1U600       2743
-## 7549   7549     A1U600       2743
-## 7550   7550     A1U604       2743
-## 7551   7551     A1U613       2743
-## 7552   7552     A1U613       2743
-## 7553   7553     A1U613       2743
-## 7554   7554     A1U613       2743
-## 7555   7555     A1U614       2743
-## 7556   7556     A1U614       2743
-## 7557   7557     A1U614       2743
-## 7558   7558     A1U673       2743
-## 7559   7559     A1U6G1       2743
-## 7560   7560     A1U6G1       2743
-## 7561   7561     A1U6G1       2743
-## 7562   7562     A1U6K2       2743
-## 7563   7563     A1U6K2       2743
-## 7564   7564     A1U6R3       2743
-## 7565   7565     A1U6U9       2743
-## 7566   7566     A1U749       2743
-## 7567   7567     A1U754       2743
-## 7568   7568     A1U761       2743
-## 7569   7569     A1U776       2743
-## 7570   7570     A1U776       2743
-## 7571   7571     A1U7H2       2743
-## 7572   7572     A1U7H2       2743
-## 7573   7573     A1U7H2       2743
-## 7574   7574     A1U7H4       2743
-## 7575   7575     A1U7H6       2743
-## 7576   7576     A1U7H6       2743
-## 7577   7577     A1U7H8       2743
-## 7578   7578     A1U8R4         NA
-## 7579   7579     A1U8R9         NA
-## 7580   7580     A1U8S3         NA
-## 7581   7581     A1U992         NA
-## 7582   7582     A1U9Z8         NA
-## 7583   7583     A1UA31         NA
-## 7584   7584     A1UA31         NA
-## 7585   7585     A1UAF0         NA
-## 7586   7586     A1UAG5         NA
-## 7587   7587     A1UAG5         NA
-## 7588   7588     A1UAH8         NA
-## 7589   7589     A1UAH8         NA
-## 7590   7590     A1UAM8         NA
-## 7591   7591     A1UAM8         NA
-## 7592   7592     A1UAR1         NA
-## 7593   7593     A1UAR1         NA
-## 7594   7594     A1UAX3         NA
-## 7595   7595     A1UBJ3         NA
-## 7596   7596     A1UBJ3         NA
-## 7597   7597     A1UBJ4         NA
-## 7598   7598     A1UBJ4         NA
-## 7599   7599     A1UBJ4         NA
-## 7600   7600     A1UBK9         NA
-## 7601   7601     A1UBL0         NA
-## 7602   7602     A1UBL0         NA
-## 7603   7603     A1UBP2         NA
-## 7604   7604     A1UBP2         NA
-## 7605   7605     A1UBP2         NA
-## 7606   7606     A1UBQ3         NA
-## 7607   7607     A1UBR6         NA
-## 7608   7608     A1UC23         NA
-## 7609   7609     A1UC26         NA
-## 7610   7610     A1UCA4         NA
-## 7611   7611     A1UCJ5         NA
-## 7612   7612     A1UCJ5         NA
-## 7613   7613     A1UCK8         NA
-## 7614   7614     A1UCM5         NA
-## 7615   7615     A1UCM5         NA
-## 7616   7616     A1UCN4         NA
-## 7617   7617     A1UCT7         NA
-## 7618   7618     A1UCT7         NA
-## 7619   7619     A1UCT7         NA
-## 7620   7620     A1UD96         NA
-## 7621   7621     A1UD97         NA
-## 7622   7622     A1UDY9         NA
-## 7623   7623     A1UE68         NA
-## 7624   7624     A1UE81         NA
-## 7625   7625     A1UEA6         NA
-## 7626   7626     A1UEA6         NA
-## 7627   7627     A1UEC5         NA
-## 7628   7628     A1UEC6         NA
-## 7629   7629     A1UEH2         NA
-## 7630   7630     A1UEI1         NA
-## 7631   7631     A1UEI1         NA
-## 7632   7632     A1UEQ5         NA
-## 7633   7633     A1UER8         NA
-## 7634   7634     A1UER8         NA
-## 7635   7635     A1UER8         NA
-## 7636   7636     A1UER8         NA
-## 7637   7637     A1UER8         NA
-## 7638   7638     A1UER8         NA
-## 7639   7639     A1UER8         NA
-## 7640   7640     A1UER8         NA
-## 7641   7641     A1UER8         NA
-## 7642   7642     A1UER8         NA
-## 7643   7643     A1UER9         NA
-## 7644   7644     A1UEV1         NA
-## 7645   7645     A1UEV1         NA
-## 7646   7646     A1UEZ3         NA
-## 7647   7647     A1UEZ8         NA
-## 7648   7648     A1UEZ9         NA
-## 7649   7649     A1UF43         NA
-## 7650   7650     A1UF44         NA
-## 7651   7651     A1UF48         NA
-## 7652   7652     A1UF48         NA
-## 7653   7653     A1UF48         NA
-## 7654   7654     A1UF48         NA
-## 7655   7655     A1UF88         NA
-## 7656   7656     A1UFA2         NA
-## 7657   7657     A1UFA2         NA
-## 7658   7658     A1UFA4         NA
-## 7659   7659     A1UFI3         NA
-## 7660   7660     A1UFK4         NA
-## 7661   7661     A1UFN2         NA
-## 7662   7662     A1UFN2         NA
-## 7663   7663     A1UFN2         NA
-## 7664   7664     A1UFN2         NA
-## 7665   7665     A1UFQ0         NA
-## 7666   7666     A1UFT9         NA
-## 7667   7667     A1UFT9         NA
-## 7668   7668     A1UGG4         NA
-## 7669   7669     A1UGG4         NA
-## 7670   7670     A1UGI7         NA
-## 7671   7671     A1UGT5         NA
-## 7672   7672     A1UGT5         NA
-## 7673   7673     A1UGY0         NA
-## 7674   7674     A1UH74         NA
-## 7675   7675     A1UH74         NA
-## 7676   7676     A1UH85         NA
-## 7677   7677     A1UH85         NA
-## 7678   7678     A1UH95         NA
-## 7679   7679     A1UH95         NA
-## 7680   7680     A1UHA0         NA
-## 7681   7681     A1UHB0         NA
-## 7682   7682     A1UHB3         NA
-## 7683   7683     A1UHK2         NA
-## 7684   7684     A1UHK6         NA
-## 7685   7685     A1UHM3         NA
-## 7686   7686     A1UI48         NA
-## 7687   7687     A1UI48         NA
-## 7688   7688     A1UI53         NA
-## 7689   7689     A1UI54         NA
-## 7690   7690     A1UI57         NA
-## 7691   7691     A1UI62         NA
-## 7692   7692     A1UI63         NA
-## 7693   7693     A1UIA8         NA
-## 7694   7694     A1UIB3         NA
-## 7695   7695     A1UIB4         NA
-## 7696   7696     A1UID0         NA
-## 7697   7697     A1UIQ1         NA
-## 7698   7698     A1UIQ1         NA
-## 7699   7699     A1UIQ9         NA
-## 7700   7700     A1UIY9         NA
-## 7701   7701     A1UJ07         NA
-## 7702   7702     A1UJ07         NA
-## 7703   7703     A1UJ07         NA
-## 7704   7704     A1UJ07         NA
-## 7705   7705     A1UJ38         NA
-## 7706   7706     A1UJ38         NA
-## 7707   7707     A1UJ38         NA
-## 7708   7708     A1UJ99         NA
-## 7709   7709     A1UJP4         NA
-## 7710   7710     A1UJP4         NA
-## 7711   7711     A1UJW6         NA
-## 7712   7712     A1UJW6         NA
-## 7713   7713     A1UJY4         NA
-## 7714   7714     A1UJY4         NA
-## 7715   7715     A1UJY6         NA
-## 7716   7716     A1UJY7         NA
-## 7717   7717     A1UJY7         NA
-## 7718   7718     A1UJY7         NA
-## 7719   7719     A1UJY8         NA
-## 7720   7720     A1UJZ5         NA
-## 7721   7721     A1UJZ5         NA
-## 7722   7722     A1UK06         NA
-## 7723   7723     A1UK06         NA
-## 7724   7724     A1UK81         NA
-## 7725   7725     A1UK81         NA
-## 7726   7726     A1UK81         NA
-## 7727   7727     A1UK81         NA
-## 7728   7728     A1UK99         NA
-## 7729   7729     A1UK99         NA
-## 7730   7730     A1UK99         NA
-## 7731   7731     A1UKE3         NA
-## 7732   7732     A1UKL5         NA
-## 7733   7733     A1UKL7         NA
-## 7734   7734     A1UKX6         NA
-## 7735   7735     A1UL17         NA
-## 7736   7736     A1UL17         NA
-## 7737   7737     A1UL17         NA
-## 7738   7738     A1UL70         NA
-## 7739   7739     A1ULM8         NA
-## 7740   7740     A1ULU4         NA
-## 7741   7741     A1ULV3         NA
-## 7742   7742     A1UM30         NA
-## 7743   7743     A1UM81         NA
-## 7744   7744     A1UMF4         NA
-## 7745   7745     A1UMH8         NA
-## 7746   7746     A1UMI0         NA
-## 7747   7747     A1UQY9        774
-## 7748   7748     A1UR06        774
-## 7749   7749     A1UR22        774
-## 7750   7750     A1UR22        774
-## 7751   7751     A1UR36        774
-## 7752   7752     A1UR39        774
-## 7753   7753     A1UR48        774
-## 7754   7754     A1UR54        774
-## 7755   7755     A1UR66        774
-## 7756   7756     A1URA3        774
-## 7757   7757     A1URA3        774
-## 7758   7758     A1URA3        774
-## 7759   7759     A1URN4        774
-## 7760   7760     A1URN6        774
-## 7761   7761     A1URN6        774
-## 7762   7762     A1URS7        774
-## 7763   7763     A1URT7        774
-## 7764   7764     A1URU0        774
-## 7765   7765     A1URU0        774
-## 7766   7766     A1URU4        774
-## 7767   7767     A1URW3        774
-## 7768   7768     A1URW3        774
-## 7769   7769     A1URX1        774
-## 7770   7770     A1URX1        774
-## 7771   7771     A1URX2        774
-## 7772   7772     A1URX4        774
-## 7773   7773     A1US11        774
-## 7774   7774     A1US38        774
-## 7775   7775     A1US39        774
-## 7776   7776     A1US40        774
-## 7777   7777     A1US53        774
-## 7778   7778     A1US81        774
-## 7779   7779     A1US81        774
-## 7780   7780     A1USB4        774
-## 7781   7781     A1USC8        774
-## 7782   7782     A1USC8        774
-## 7783   7783     A1USC8        774
-## 7784   7784     A1USC9        774
-## 7785   7785     A1USE7        774
-## 7786   7786     A1USE7        774
-## 7787   7787     A1USE7        774
-## 7788   7788     A1USI1        774
-## 7789   7789     A1USI8        774
-## 7790   7790     A1USJ2        774
-## 7791   7791     A1USJ2        774
-## 7792   7792     A1USL4        774
-## 7793   7793     A1USS3        774
-## 7794   7794     A1USS4        774
-## 7795   7795     A1USU8        774
-## 7796   7796     A1USU8        774
-## 7797   7797     A1USU8        774
-## 7798   7798     A1USU8        774
-## 7799   7799     A1USX0        774
-## 7800   7800     A1USX5        774
-## 7801   7801     A1USX7        774
-## 7802   7802     A1USY3        774
-## 7803   7803     A1UT20        774
-## 7804   7804     A1UTA5        774
-## 7805   7805     A1UTC2        774
-## 7806   7806     A1UTC4        774
-## 7807   7807     A1UTC5        774
-## 7808   7808     A1UTC8        774
-## 7809   7809     A1UTC8        774
-## 7810   7810     A1UTC8        774
-## 7811   7811     A1UTC8        774
-## 7812   7812     A1UTG9        774
-## 7813   7813     A1UTH4        774
-## 7814   7814     A1UTM1        774
-## 7815   7815     A1UTM3        774
-## 7816   7816     A1UTU3        774
-## 7817   7817     A1UTX7        774
-## 7818   7818     A1UTY3        774
-## 7819   7819     A1UTY3        774
-## 7820   7820     A1UU03        774
-## 7821   7821     A1UU35        774
-## 7822   7822     A1UU46        774
-## 7823   7823     A1UU47        774
-## 7824   7824     A1UU50        774
-## 7825   7825     A1UU54        774
-## 7826   7826     A1UU54        774
-## 7827   7827     A1UU54        774
-## 7828   7828     A1UU56        774
-## 7829   7829     A1UU95        774
-## 7830   7830     A1UU95        774
-## 7831   7831     A1UUA2        774
-## 7832   7832     A1UUB4        774
-## 7833   7833     A1UUB4        774
-## 7834   7834     A1UUB5        774
-## 7835   7835     A1UUB8        774
-## 7836   7836     A1UUB8        774
-## 7837   7837     A1UUC1        774
-## 7838   7838     A1UUC1        774
-## 7839   7839     A1UUS6      13373
-## 7840   7840     A1UUS6      13373
-## 7841   7841     A1UVN3      13373
-## 7842   7842     A1UVS4      13373
-## 7843   7843     A1UVS4      13373
-## 7844   7844     A1UW43      13373
-## 7845   7845     A1UWA0      13373
-## 7846   7846     A1UY21      13373
-## 7847   7847     A1UY34      13373
-## 7848   7848     A1UY34      13373
-## 7849   7849     A1UY34      13373
-## 7850   7850     A1UY41      13373
-## 7851   7851     A1UY41      13373
-## 7852   7852     A1UY41      13373
-## 7853   7853     A1UY41      13373
-## 7854   7854     A1UY41      13373
-## 7855   7855     A1UYQ5      13373
-## 7856   7856     A1UZ10      13373
-## 7857   7857     A1UZ10      13373
-## 7858   7858     A1UZE5      13373
-## 7859   7859     A1UZN2      13373
-## 7860   7860     A1UZN2      13373
-## 7861   7861     A1UZV8      13373
-## 7862   7862     A1UZX5      13373
-## 7863   7863     A1UZX5      13373
-## 7864   7864     A1UZX5      13373
-## 7865   7865     A1V002      13373
-## 7866   7866     A1V002      13373
-## 7867   7867     A1V017      13373
-## 7868   7868     A1V051      13373
-## 7869   7869     A1V0A6      13373
-## 7870   7870     A1V0G7      13373
-## 7871   7871     A1V0H0      13373
-## 7872   7872     A1V0M1      13373
-## 7873   7873     A1V0P1      13373
-## 7874   7874     A1V0P1      13373
-## 7875   7875     A1V0P1      13373
-## 7876   7876     A1V0Q8      13373
-## 7877   7877     A1V0R7      13373
-## 7878   7878     A1V0R8      13373
-## 7879   7879     A1V0S0      13373
-## 7880   7880     A1V0S1      13373
-## 7881   7881     A1V0S1      13373
-## 7882   7882     A1V0U4      13373
-## 7883   7883     A1V0U6      13373
-## 7884   7884     A1V0U6      13373
-## 7885   7885     A1V0U6      13373
-## 7886   7886     A1V0U6      13373
-## 7887   7887     A1V0U8      13373
-## 7888   7888     A1V0U8      13373
-## 7889   7889     A1V0V9      13373
-## 7890   7890     A1V116      13373
-## 7891   7891     A1V117      13373
-## 7892   7892     A1V1G4      13373
-## 7893   7893     A1V1G5      13373
-## 7894   7894     A1V1G5      13373
-## 7895   7895     A1V1G5      13373
-## 7896   7896     A1V1G7      13373
-## 7897   7897     A1V1H0      13373
-## 7898   7898     A1V1K5      13373
-## 7899   7899     A1V1L0      13373
-## 7900   7900     A1V1P0      13373
-## 7901   7901     A1V1P0      13373
-## 7902   7902     A1V1P2      13373
-## 7903   7903     A1V1S2      13373
-## 7904   7904     A1V1V6      13373
-## 7905   7905     A1V1X3      13373
-## 7906   7906     A1V1Z9      13373
-## 7907   7907     A1V1Z9      13373
-## 7908   7908     A1V1Z9      13373
-## 7909   7909     A1V1Z9      13373
-## 7910   7910     A1V292      13373
-## 7911   7911     A1V2D0      13373
-## 7912   7912     A1V2G6      13373
-## 7913   7913     A1V2H2      13373
-## 7914   7914     A1V2L2      13373
-## 7915   7915     A1V2M4      13373
-## 7916   7916     A1V2S9      13373
-## 7917   7917     A1V2S9      13373
-## 7918   7918     A1V322      13373
-## 7919   7919     A1V322      13373
-## 7920   7920     A1V3F2      13373
-## 7921   7921     A1V3F2      13373
-## 7922   7922     A1V3N4      13373
-## 7923   7923     A1V3N4      13373
-## 7924   7924     A1V3N4      13373
-## 7925   7925     A1V3N4      13373
-## 7926   7926     A1V3N4      13373
-## 7927   7927     A1V3N4      13373
-## 7928   7928     A1V3N4      13373
-## 7929   7929     A1V3N4      13373
-## 7930   7930     A1V4A4      13373
-## 7931   7931     A1V4A4      13373
-## 7932   7932     A1V4H3      13373
-## 7933   7933     A1V4J0      13373
-## 7934   7934     A1V4K0      13373
-## 7935   7935     A1V4Q8      13373
-## 7936   7936     A1V4V8      13373
-## 7937   7937     A1V4V8      13373
-## 7938   7938     A1V513      13373
-## 7939   7939     A1V534      13373
-## 7940   7940     A1V545      13373
-## 7941   7941     A1V554      13373
-## 7942   7942     A1V554      13373
-## 7943   7943     A1V556      13373
-## 7944   7944     A1V556      13373
-## 7945   7945     A1V556      13373
-## 7946   7946     A1V558      13373
-## 7947   7947     A1V558      13373
-## 7948   7948     A1V568      13373
-## 7949   7949     A1V568      13373
-## 7950   7950     A1V569      13373
-## 7951   7951     A1V572      13373
-## 7952   7952     A1V582      13373
-## 7953   7953     A1V582      13373
-## 7954   7954     A1V584      13373
-## 7955   7955     A1V5A8      13373
-## 7956   7956     A1V5G6      13373
-## 7957   7957     A1V5G8      13373
-## 7958   7958     A1V5G8      13373
-## 7959   7959     A1V5I2      13373
-## 7960   7960     A1V5K3      13373
-## 7961   7961     A1V5K4      13373
-## 7962   7962     A1V5M3      13373
-## 7963   7963     A1V5U0      13373
-## 7964   7964     A1V5V1      13373
-## 7965   7965     A1V5W0      13373
-## 7966   7966     A1V5W0      13373
-## 7967   7967     A1V5W9      13373
-## 7968   7968     A1V5Y8      13373
-## 7969   7969     A1V5Z0      13373
-## 7970   7970     A1V674      13373
-## 7971   7971     A1V675      13373
-## 7972   7972     A1V6A8      13373
-## 7973   7973     A1V6A8      13373
-## 7974   7974     A1V6A8      13373
-## 7975   7975     A1V6A8      13373
-## 7976   7976     A1V6A8      13373
-## 7977   7977     A1V6J2      13373
-## 7978   7978     A1V6K0      13373
-## 7979   7979     A1V6K0      13373
-## 7980   7980     A1V6K0      13373
-## 7981   7981     A1V6M2      13373
-## 7982   7982     A1V6R3      13373
-## 7983   7983     A1V6U0      13373
-## 7984   7984     A1V6U0      13373
-## 7985   7985     A1V6V3      13373
-## 7986   7986     A1V713      13373
-## 7987   7987     A1V745      13373
-## 7988   7988     A1V750      13373
-## 7989   7989     A1V753      13373
-## 7990   7990     A1V753      13373
-## 7991   7991     A1V776      13373
-## 7992   7992     A1V776      13373
-## 7993   7993     A1V794      13373
-## 7994   7994     A1V7D5      13373
-## 7995   7995     A1V7D5      13373
-## 7996   7996     A1V7D5      13373
-## 7997   7997     A1V7D9      13373
-## 7998   7998     A1V7D9      13373
-## 7999   7999     A1V7D9      13373
-## 8000   8000     A1V7D9      13373
-## 8001   8001     A1V7L5      13373
-## 8002   8002     A1V7N8      13373
-## 8003   8003     A1V7N8      13373
-## 8004   8004     A1V7S8      13373
-## 8005   8005     A1V7X3      13373
-## 8006   8006     A1V7Z3      13373
-## 8007   8007     A1V817      13373
-## 8008   8008     A1V893      13373
-## 8009   8009     A1V897      13373
-## 8010   8010     A1V897      13373
-## 8011   8011     A1V8B1      13373
-## 8012   8012     A1V8B2      13373
-## 8013   8013     A1V8B5      13373
-## 8014   8014     A1V8D7      13373
-## 8015   8015     A1V8H1      13373
-## 8016   8016     A1V8H4      13373
-## 8017   8017     A1V8H5      13373
-## 8018   8018     A1V8N7      13373
-## 8019   8019     A1V8N7      13373
-## 8020   8020     A1V8S5      13373
-## 8021   8021     A1V8S5      13373
-## 8022   8022     A1V8T5      13373
-## 8023   8023     A1V8X2      13373
-## 8024   8024     A1V905      13373
-## 8025   8025     A1V905      13373
-## 8026   8026     A1V9B1        881
-## 8027   8027     A1V9E1        881
-## 8028   8028     A1V9G1        881
-## 8029   8029     A1V9L9        881
-## 8030   8030     A1V9Q2        881
-## 8031   8031     A1V9Q3        881
-## 8032   8032     A1V9S2        881
-## 8033   8033     A1V9V1        881
-## 8034   8034     A1V9X6        881
-## 8035   8035     A1VA10        881
-## 8036   8036     A1VA26        881
-## 8037   8037     A1VA26        881
-## 8038   8038     A1VA26        881
-## 8039   8039     A1VAE7        881
-## 8040   8040     A1VAJ5        881
-## 8041   8041     A1VAJ5        881
-## 8042   8042     A1VAJ5        881
-## 8043   8043     A1VAJ5        881
-## 8044   8044     A1VAJ5        881
-## 8045   8045     A1VAJ7        881
-## 8046   8046     A1VAJ9        881
-## 8047   8047     A1VAL8        881
-## 8048   8048     A1VAZ2        881
-## 8049   8049     A1VAZ2        881
-## 8050   8050     A1VAZ5        881
-## 8051   8051     A1VB03        881
-## 8052   8052     A1VB97        881
-## 8053   8053     A1VBA3        881
-## 8054   8054     A1VBB8        881
-## 8055   8055     A1VBC3        881
-## 8056   8056     A1VBD2        881
-## 8057   8057     A1VBE0        881
-## 8058   8058     A1VBE5        881
-## 8059   8059     A1VBE8        881
-## 8060   8060     A1VBJ4        881
-## 8061   8061     A1VBV4        881
-## 8062   8062     A1VBW6        881
-## 8063   8063     A1VC43        881
-## 8064   8064     A1VC53        881
-## 8065   8065     A1VC53        881
-## 8066   8066     A1VC86        881
-## 8067   8067     A1VC86        881
-## 8068   8068     A1VCE4        881
-## 8069   8069     A1VCE6        881
-## 8070   8070     A1VCP5        881
-## 8071   8071     A1VCQ0        881
-## 8072   8072     A1VCQ0        881
-## 8073   8073     A1VCR9        881
-## 8074   8074     A1VCR9        881
-## 8075   8075     A1VCU3        881
-## 8076   8076     A1VCW7        881
-## 8077   8077     A1VCW9        881
-## 8078   8078     A1VCX0        881
-## 8079   8079     A1VCX6        881
-## 8080   8080     A1VCX9        881
-## 8081   8081     A1VCX9        881
-## 8082   8082     A1VCZ9        881
-## 8083   8083     A1VD34        881
-## 8084   8084     A1VD37        881
-## 8085   8085     A1VD37        881
-## 8086   8086     A1VD65        881
-## 8087   8087     A1VDB2        881
-## 8088   8088     A1VDC5        881
-## 8089   8089     A1VDD3        881
-## 8090   8090     A1VDL1        881
-## 8091   8091     A1VDM6        881
-## 8092   8092     A1VDM7        881
-## 8093   8093     A1VDM7        881
-## 8094   8094     A1VDN0        881
-## 8095   8095     A1VDU9        881
-## 8096   8096     A1VDU9        881
-## 8097   8097     A1VDW3        881
-## 8098   8098     A1VE69        881
-## 8099   8099     A1VE71        881
-## 8100   8100     A1VE84        881
-## 8101   8101     A1VE84        881
-## 8102   8102     A1VE85        881
-## 8103   8103     A1VE91        881
-## 8104   8104     A1VE93        881
-## 8105   8105     A1VEA1        881
-## 8106   8106     A1VEB5        881
-## 8107   8107     A1VEB9        881
-## 8108   8108     A1VED4        881
-## 8109   8109     A1VEG3        881
-## 8110   8110     A1VEI5        881
-## 8111   8111     A1VEL2        881
-## 8112   8112     A1VEP0        881
-## 8113   8113     A1VEQ1        881
-## 8114   8114     A1VEQ6        881
-## 8115   8115     A1VEQ6        881
-## 8116   8116     A1VER7        881
-## 8117   8117     A1VER8        881
-## 8118   8118     A1VEW5        881
-## 8119   8119     A1VF04        881
-## 8120   8120     A1VF56        881
-## 8121   8121     A1VF56        881
-## 8122   8122     A1VF58        881
-## 8123   8123     A1VF58        881
-## 8124   8124     A1VF73        881
-## 8125   8125     A1VF79        881
-## 8126   8126     A1VF83        881
-## 8127   8127     A1VF83        881
-## 8128   8128     A1VF90        881
-## 8129   8129     A1VFF6        881
-## 8130   8130     A1VFG4        881
-## 8131   8131     A1VFG4        881
-## 8132   8132     A1VFG6        881
-## 8133   8133     A1VFG6        881
-## 8134   8134     A1VFG8        881
-## 8135   8135     A1VFG9        881
-## 8136   8136     A1VFJ5        881
-## 8137   8137     A1VFS4        881
-## 8138   8138     A1VG02        881
-## 8139   8139     A1VG76        881
-## 8140   8140     A1VG83        881
-## 8141   8141     A1VG83        881
-## 8142   8142     A1VG83        881
-## 8143   8143     A1VG83        881
-## 8144   8144     A1VG83        881
-## 8145   8145     A1VG83        881
-## 8146   8146     A1VG83        881
-## 8147   8147     A1VG83        881
-## 8148   8148     A1VG83        881
-## 8149   8149     A1VG88        881
-## 8150   8150     A1VG88        881
-## 8151   8151     A1VG88        881
-## 8152   8152     A1VGB6        881
-## 8153   8153     A1VGE6        881
-## 8154   8154     A1VGE6        881
-## 8155   8155     A1VI80     216465
-## 8156   8156     A1VIB1     216465
-## 8157   8157     A1VIQ6     216465
-## 8158   8158     A1VIQ6     216465
-## 8159   8159     A1VIT9     216465
-## 8160   8160     A1VIV2     216465
-## 8161   8161     A1VIV3     216465
-## 8162   8162     A1VJ15     216465
-## 8163   8163     A1VJ15     216465
-## 8164   8164     A1VJ23     216465
-## 8165   8165     A1VJ23     216465
-## 8166   8166     A1VJ29     216465
-## 8167   8167     A1VJ30     216465
-## 8168   8168     A1VJ30     216465
-## 8169   8169     A1VJ34     216465
-## 8170   8170     A1VJ37     216465
-## 8171   8171     A1VJ38     216465
-## 8172   8172     A1VJ38     216465
-## 8173   8173     A1VJ58     216465
-## 8174   8174     A1VJ84     216465
-## 8175   8175     A1VJD8     216465
-## 8176   8176     A1VJD8     216465
-## 8177   8177     A1VJF1     216465
-## 8178   8178     A1VJK1     216465
-## 8179   8179     A1VJK1     216465
-## 8180   8180     A1VJK9     216465
-## 8181   8181     A1VJM6     216465
-## 8182   8182     A1VJM6     216465
-## 8183   8183     A1VJS8     216465
-## 8184   8184     A1VJY2     216465
-## 8185   8185     A1VJZ6     216465
-## 8186   8186     A1VJZ8     216465
-## 8187   8187     A1VJZ8     216465
-## 8188   8188     A1VK09     216465
-## 8189   8189     A1VK35     216465
-## 8190   8190     A1VK39     216465
-## 8191   8191     A1VK42     216465
-## 8192   8192     A1VK53     216465
-## 8193   8193     A1VK86     216465
-## 8194   8194     A1VK87     216465
-## 8195   8195     A1VK90     216465
-## 8196   8196     A1VK90     216465
-## 8197   8197     A1VK92     216465
-## 8198   8198     A1VK92     216465
-## 8199   8199     A1VKB6     216465
-## 8200   8200     A1VKF6     216465
-## 8201   8201     A1VKN7     216465
-## 8202   8202     A1VKP8     216465
-## 8203   8203     A1VKR6     216465
-## 8204   8204     A1VKS2     216465
-## 8205   8205     A1VKS2     216465
-## 8206   8206     A1VKS3     216465
-## 8207   8207     A1VL83     216465
-## 8208   8208     A1VL83     216465
-## 8209   8209     A1VL96     216465
-## 8210   8210     A1VLH2     216465
-## 8211   8211     A1VLH2     216465
-## 8212   8212     A1VLZ6     216465
-## 8213   8213     A1VLZ6     216465
-## 8214   8214     A1VM56     216465
-## 8215   8215     A1VM60     216465
-## 8216   8216     A1VM60     216465
-## 8217   8217     A1VM68     216465
-## 8218   8218     A1VM73     216465
-## 8219   8219     A1VM73     216465
-## 8220   8220     A1VM73     216465
-## 8221   8221     A1VMA0     216465
-## 8222   8222     A1VMB2     216465
-## 8223   8223     A1VMG1     216465
-## 8224   8224     A1VMG1     216465
-## 8225   8225     A1VMG2     216465
-## 8226   8226     A1VMG2     216465
-## 8227   8227     A1VMG2     216465
-## 8228   8228     A1VMH6     216465
-## 8229   8229     A1VN04     216465
-## 8230   8230     A1VN11     216465
-## 8231   8231     A1VN17     216465
-## 8232   8232     A1VN41     216465
-## 8233   8233     A1VN42     216465
-## 8234   8234     A1VN42     216465
-## 8235   8235     A1VN50     216465
-## 8236   8236     A1VN50     216465
-## 8237   8237     A1VN50     216465
-## 8238   8238     A1VN50     216465
-## 8239   8239     A1VN50     216465
-## 8240   8240     A1VN98     216465
-## 8241   8241     A1VNB6     216465
-## 8242   8242     A1VNB6     216465
-## 8243   8243     A1VNF8     216465
-## 8244   8244     A1VNK2     216465
-## 8245   8245     A1VNK3     216465
-## 8246   8246     A1VNK5     216465
-## 8247   8247     A1VNU2     216465
-## 8248   8248     A1VNU2     216465
-## 8249   8249     A1VNU2     216465
-## 8250   8250     A1VNU2     216465
-## 8251   8251     A1VNY1     216465
-## 8252   8252     A1VP76     216465
-## 8253   8253     A1VP99     216465
-## 8254   8254     A1VPP2     216465
-## 8255   8255     A1VPQ8     216465
-## 8256   8256     A1VPX1     216465
-## 8257   8257     A1VPX9     216465
-## 8258   8258     A1VPZ7     216465
-## 8259   8259     A1VQ03     216465
-## 8260   8260     A1VQF1     216465
-## 8261   8261     A1VQI3     216465
-## 8262   8262     A1VQI6     216465
-## 8263   8263     A1VQI6     216465
-## 8264   8264     A1VQJ1     216465
-## 8265   8265     A1VQK2     216465
-## 8266   8266     A1VQK2     216465
-## 8267   8267     A1VQK2     216465
-## 8268   8268     A1VQK2     216465
-## 8269   8269     A1VQZ6     216465
-## 8270   8270     A1VRB1     216465
-## 8271   8271     A1VRH7     216465
-## 8272   8272     A1VRL0     216465
-## 8273   8273     A1VRN9     216465
-## 8274   8274     A1VRP1     216465
-## 8275   8275     A1VRQ1     216465
-## 8276   8276     A1VRR8     216465
-## 8277   8277     A1VRT0     216465
-## 8278   8278     A1VRW9     216465
-## 8279   8279     A1VSM6     216465
-## 8280   8280     A1VSP2     216465
-## 8281   8281     A1VSS8     216465
-## 8282   8282     A1VST0     216465
-## 8283   8283     A1VST9     216465
-## 8284   8284     A1VST9     216465
-## 8285   8285     A1VSW7     216465
-## 8286   8286     A1VSY7     216465
-## 8287   8287     A1VSY7     216465
-## 8288   8288     A1VTC0     216465
-## 8289   8289     A1VTF7     216465
-## 8290   8290     A1VTF7     216465
-## 8291   8291     A1VTG0     216465
-## 8292   8292     A1VTG2     216465
-## 8293   8293     A1VTR7     216465
-## 8294   8294     A1VUC3     216465
-## 8295   8295     A1VUF3     216465
-## 8296   8296     A1VUJ6     216465
-## 8297   8297     A1VUJ6     216465
-## 8298   8298     A1VUJ6     216465
-## 8299   8299     A1VUS4     216465
-## 8300   8300     A1VUV0     216465
-## 8301   8301     A1VX79        197
-## 8302   8302     A1VX91        197
-## 8303   8303     A1VX91        197
-## 8304   8304     A1VX91        197
-## 8305   8305     A1VXA6        197
-## 8306   8306     A1VXD7        197
-## 8307   8307     A1VXD7        197
-## 8308   8308     A1VXG4        197
-## 8309   8309     A1VXG4        197
-## 8310   8310     A1VXG4        197
-## 8311   8311     A1VXH9        197
-## 8312   8312     A1VXL7        197
-## 8313   8313     A1VXL9        197
-## 8314   8314     A1VXZ8        197
-## 8315   8315     A1VY10        197
-## 8316   8316     A1VY40        197
-## 8317   8317     A1VY78        197
-## 8318   8318     A1VY78        197
-## 8319   8319     A1VY80        197
-## 8320   8320     A1VY92        197
-## 8321   8321     A1VY92        197
-## 8322   8322     A1VY95        197
-## 8323   8323     A1VYA2        197
-## 8324   8324     A1VYC2        197
-## 8325   8325     A1VYC2        197
-## 8326   8326     A1VYC7        197
-## 8327   8327     A1VYC7        197
-## 8328   8328     A1VYF0        197
-## 8329   8329     A1VYJ1        197
-## 8330   8330     A1VYJ3        197
-## 8331   8331     A1VYJ5        197
-## 8332   8332     A1VYJ5        197
-## 8333   8333     A1VYJ7        197
-## 8334   8334     A1VYJ8        197
-## 8335   8335     A1VYK3        197
-## 8336   8336     A1VYL8        197
-## 8337   8337     A1VYL8        197
-## 8338   8338     A1VYM9        197
-## 8339   8339     A1VYP2        197
-## 8340   8340     A1VYQ1        197
-## 8341   8341     A1VYQ2        197
-## 8342   8342     A1VYR0        197
-## 8343   8343     A1VYV6        197
-## 8344   8344     A1VYV6        197
-## 8345   8345     A1VYW8        197
-## 8346   8346     A1VYW8        197
-## 8347   8347     A1VZ00        197
-## 8348   8348     A1VZ01        197
-## 8349   8349     A1VZ23        197
-## 8350   8350     A1VZB3        197
-## 8351   8351     A1VZF9        197
-## 8352   8352     A1VZG5        197
-## 8353   8353     A1VZG5        197
-## 8354   8354     A1VZG5        197
-## 8355   8355     A1VZH1        197
-## 8356   8356     A1VZH5        197
-## 8357   8357     A1VZJ6        197
-## 8358   8358     A1VZK1        197
-## 8359   8359     A1VZK1        197
-## 8360   8360     A1VZM0        197
-## 8361   8361     A1VZM9        197
-## 8362   8362     A1VZR4        197
-## 8363   8363     A1VZU6        197
-## 8364   8364     A1VZZ6        197
-## 8365   8365     A1W027        197
-## 8366   8366     A1W043        197
-## 8367   8367     A1W043        197
-## 8368   8368     A1W048        197
-## 8369   8369     A1W059        197
-## 8370   8370     A1W078        197
-## 8371   8371     A1W084        197
-## 8372   8372     A1W084        197
-## 8373   8373     A1W091        197
-## 8374   8374     A1W096        197
-## 8375   8375     A1W0D6        197
-## 8376   8376     A1W0D6        197
-## 8377   8377     A1W0H2        197
-## 8378   8378     A1W0I1        197
-## 8379   8379     A1W0I8        197
-## 8380   8380     A1W0J3        197
-## 8381   8381     A1W0K4        197
-## 8382   8382     A1W0K4        197
-## 8383   8383     A1W0M2        197
-## 8384   8384     A1W0N0        197
-## 8385   8385     A1W0N3        197
-## 8386   8386     A1W0N8        197
-## 8387   8387     A1W0N8        197
-## 8388   8388     A1W0P5        197
-## 8389   8389     A1W0P5        197
-## 8390   8390     A1W0P8        197
-## 8391   8391     A1W0Q3        197
-## 8392   8392     A1W0Q3        197
-## 8393   8393     A1W0Q8        197
-## 8394   8394     A1W0S2        197
-## 8395   8395     A1W0U6        197
-## 8396   8396     A1W0W2        197
-## 8397   8397     A1W0Z2        197
-## 8398   8398     A1W0Z5        197
-## 8399   8399     A1W116        197
-## 8400   8400     A1W162        197
-## 8401   8401     A1W163        197
-## 8402   8402     A1W1D0        197
-## 8403   8403     A1W1H0        197
-## 8404   8404     A1W1H0        197
-## 8405   8405     A1W1H5        197
-## 8406   8406     A1W1J7        197
-## 8407   8407     A1W1L4        197
-## 8408   8408     A1W1S5        197
-## 8409   8409     A1W1U3        197
-## 8410   8410     A1W1V4        197
-## 8411   8411     A1W1V5        197
-## 8412   8412     A1W1V5        197
-## 8413   8413     A1W1W6        197
-## 8414   8414     A1W1X2        197
-## 8415   8415     A1W1X7        197
-## 8416   8416     A1W1Z0         NA
-## 8417   8417     A1W1Z0         NA
-## 8418   8418     A1W208         NA
-## 8419   8419     A1W247         NA
-## 8420   8420     A1W2K2         NA
-## 8421   8421     A1W2R0         NA
-## 8422   8422     A1W2R3         NA
-## 8423   8423     A1W2R3         NA
-## 8424   8424     A1W2T1         NA
-## 8425   8425     A1W2T1         NA
-## 8426   8426     A1W2T1         NA
-## 8427   8427     A1W2T3         NA
-## 8428   8428     A1W2Y8         NA
-## 8429   8429     A1W2Y8         NA
-## 8430   8430     A1W321         NA
-## 8431   8431     A1W321         NA
-## 8432   8432     A1W322         NA
-## 8433   8433     A1W327         NA
-## 8434   8434     A1W327         NA
-## 8435   8435     A1W330         NA
-## 8436   8436     A1W330         NA
-## 8437   8437     A1W331         NA
-## 8438   8438     A1W3A1         NA
-## 8439   8439     A1W3C0         NA
-## 8440   8440     A1W3D0         NA
-## 8441   8441     A1W3D0         NA
-## 8442   8442     A1W3F3         NA
-## 8443   8443     A1W3P0         NA
-## 8444   8444     A1W3Q7         NA
-## 8445   8445     A1W3Q7         NA
-## 8446   8446     A1W3W8         NA
-## 8447   8447     A1W3W9         NA
-## 8448   8448     A1W3X2         NA
-## 8449   8449     A1W3X4         NA
-## 8450   8450     A1W3X4         NA
-## 8451   8451     A1W431         NA
-## 8452   8452     A1W434         NA
-## 8453   8453     A1W434         NA
-## 8454   8454     A1W457         NA
-## 8455   8455     A1W4A8         NA
-## 8456   8456     A1W4B0         NA
-## 8457   8457     A1W4B0         NA
-## 8458   8458     A1W4B0         NA
-## 8459   8459     A1W4G1         NA
-## 8460   8460     A1W4H1         NA
-## 8461   8461     A1W4L8         NA
-## 8462   8462     A1W4M2         NA
-## 8463   8463     A1W4M2         NA
-## 8464   8464     A1W4N0         NA
-## 8465   8465     A1W4R2         NA
-## 8466   8466     A1W560         NA
-## 8467   8467     A1W581         NA
-## 8468   8468     A1W587         NA
-## 8469   8469     A1W588         NA
-## 8470   8470     A1W588         NA
-## 8471   8471     A1W5A4         NA
-## 8472   8472     A1W5B7         NA
-## 8473   8473     A1W606         NA
-## 8474   8474     A1W6V9         NA
-## 8475   8475     A1W753         NA
-## 8476   8476     A1W757         NA
-## 8477   8477     A1W7D0         NA
-## 8478   8478     A1W7D0         NA
-## 8479   8479     A1W7D0         NA
-## 8480   8480     A1W7D0         NA
-## 8481   8481     A1W7D0         NA
-## 8482   8482     A1W7J6         NA
-## 8483   8483     A1W838         NA
-## 8484   8484     A1W857         NA
-## 8485   8485     A1W857         NA
-## 8486   8486     A1W892         NA
-## 8487   8487     A1W894         NA
-## 8488   8488     A1W8C0         NA
-## 8489   8489     A1W8D4         NA
-## 8490   8490     A1W8G7         NA
-## 8491   8491     A1W8G7         NA
-## 8492   8492     A1W8I2         NA
-## 8493   8493     A1W8I2         NA
-## 8494   8494     A1W8I6         NA
-## 8495   8495     A1W8S8         NA
-## 8496   8496     A1W8Y5         NA
-## 8497   8497     A1W8Z4         NA
-## 8498   8498     A1W8Z4         NA
-## 8499   8499     A1W8Z4         NA
-## 8500   8500     A1W904         NA
-## 8501   8501     A1W908         NA
-## 8502   8502     A1W908         NA
-## 8503   8503     A1W908         NA
-## 8504   8504     A1W908         NA
-## 8505   8505     A1W908         NA
-## 8506   8506     A1W916         NA
-## 8507   8507     A1W917         NA
-## 8508   8508     A1W918         NA
-## 8509   8509     A1W9B0         NA
-## 8510   8510     A1W9H4         NA
-## 8511   8511     A1W9I4         NA
-## 8512   8512     A1W9K7         NA
-## 8513   8513     A1W9K7         NA
-## 8514   8514     A1WAR1         NA
-## 8515   8515     A1WAR1         NA
-## 8516   8516     A1WAR6         NA
-## 8517   8517     A1WAR6         NA
-## 8518   8518     A1WAR7         NA
-## 8519   8519     A1WAR7         NA
-## 8520   8520     A1WAW8         NA
-## 8521   8521     A1WAX8         NA
-## 8522   8522     A1WB09         NA
-## 8523   8523     A1WB43         NA
-## 8524   8524     A1WB43         NA
-## 8525   8525     A1WBI7         NA
-## 8526   8526     A1WBI8         NA
-## 8527   8527     A1WBI8         NA
-## 8528   8528     A1WBL5         NA
-## 8529   8529     A1WBR0         NA
-## 8530   8530     A1WBR8         NA
-## 8531   8531     A1WBZ2         NA
-## 8532   8532     A1WBZ2         NA
-## 8533   8533     A1WBZ4         NA
-## 8534   8534     A1WC05         NA
-## 8535   8535     A1WC09         NA
-## 8536   8536     A1WC15         NA
-## 8537   8537     A1WC16         NA
-## 8538   8538     A1WC16         NA
-## 8539   8539     A1WC16         NA
-## 8540   8540     A1WC30         NA
-## 8541   8541     A1WC42         NA
-## 8542   8542     A1WCB1         NA
-## 8543   8543     A1WCJ3         NA
-## 8544   8544     A1WCM8         NA
-## 8545   8545     A1WCM8         NA
-## 8546   8546     A1WCN0         NA
-## 8547   8547     A1WCP0         NA
-## 8548   8548     A1WCP8         NA
-## 8549   8549     A1WD35         NA
-## 8550   8550     A1WD35         NA
-## 8551   8551     A1WD88         NA
-## 8552   8552     A1WDB0         NA
-## 8553   8553     A1WDC8         NA
-## 8554   8554     A1WDU6     364317
-## 8555   8555     A1WDU6     364317
-## 8556   8556     A1WDW4     364317
-## 8557   8557     A1WDW5     364317
-## 8558   8558     A1WDX2     364317
-## 8559   8559     A1WDX2     364317
-## 8560   8560     A1WDX8     364317
-## 8561   8561     A1WE12     364317
-## 8562   8562     A1WE12     364317
-## 8563   8563     A1WE19     364317
-## 8564   8564     A1WEE4     364317
-## 8565   8565     A1WEN1     364317
-## 8566   8566     A1WF52     364317
-## 8567   8567     A1WF54     364317
-## 8568   8568     A1WF57     364317
-## 8569   8569     A1WF62     364317
-## 8570   8570     A1WF62     364317
-## 8571   8571     A1WF86     364317
-## 8572   8572     A1WFH2     364317
-## 8573   8573     A1WFK6     364317
-## 8574   8574     A1WFK6     364317
-## 8575   8575     A1WFL2     364317
-## 8576   8576     A1WGH1     364317
-## 8577   8577     A1WGJ9     364317
-## 8578   8578     A1WGJ9     364317
-## 8579   8579     A1WGJ9     364317
-## 8580   8580     A1WGJ9     364317
-## 8581   8581     A1WGK4     364317
-## 8582   8582     A1WGK4     364317
-## 8583   8583     A1WGK4     364317
-## 8584   8584     A1WGR0     364317
-## 8585   8585     A1WGR9     364317
-## 8586   8586     A1WGT3     364317
-## 8587   8587     A1WGU4     364317
-## 8588   8588     A1WH74     364317
-## 8589   8589     A1WH84     364317
-## 8590   8590     A1WH84     364317
-## 8591   8591     A1WH84     364317
-## 8592   8592     A1WH84     364317
-## 8593   8593     A1WHC6     364317
-## 8594   8594     A1WHC8     364317
-## 8595   8595     A1WHC8     364317
-## 8596   8596     A1WHD1     364317
-## 8597   8597     A1WHD1     364317
-## 8598   8598     A1WHD1     364317
-## 8599   8599     A1WHD1     364317
-## 8600   8600     A1WHG6     364317
-## 8601   8601     A1WHG6     364317
-## 8602   8602     A1WHG6     364317
-## 8603   8603     A1WHJ5     364317
-## 8604   8604     A1WHP7     364317
-## 8605   8605     A1WHU3     364317
-## 8606   8606     A1WHU3     364317
-## 8607   8607     A1WHU3     364317
-## 8608   8608     A1WHU4     364317
-## 8609   8609     A1WHV2     364317
-## 8610   8610     A1WHV2     364317
-## 8611   8611     A1WHV4     364317
-## 8612   8612     A1WHV4     364317
-## 8613   8613     A1WHV5     364317
-## 8614   8614     A1WHV6     364317
-## 8615   8615     A1WHX2     364317
-## 8616   8616     A1WI55     364317
-## 8617   8617     A1WID5     364317
-## 8618   8618     A1WID5     364317
-## 8619   8619     A1WIG8     364317
-## 8620   8620     A1WIG8     364317
-## 8621   8621     A1WIG8     364317
-## 8622   8622     A1WIH0     364317
-## 8623   8623     A1WIH0     364317
-## 8624   8624     A1WIH0     364317
-## 8625   8625     A1WIM3     364317
-## 8626   8626     A1WIM3     364317
-## 8627   8627     A1WIU9     364317
-## 8628   8628     A1WJL0     364317
-## 8629   8629     A1WJP5     364317
-## 8630   8630     A1WJU9     364317
-## 8631   8631     A1WJU9     364317
-## 8632   8632     A1WJU9     364317
-## 8633   8633     A1WK55     364317
-## 8634   8634     A1WK56     364317
-## 8635   8635     A1WK56     364317
-## 8636   8636     A1WK94     364317
-## 8637   8637     A1WK94     364317
-## 8638   8638     A1WK95     364317
-## 8639   8639     A1WK97     364317
-## 8640   8640     A1WKA2     364317
-## 8641   8641     A1WKC0     364317
-## 8642   8642     A1WKC0     364317
-## 8643   8643     A1WL04     364317
-## 8644   8644     A1WL05     364317
-## 8645   8645     A1WL05     364317
-## 8646   8646     A1WL60     364317
-## 8647   8647     A1WL89     364317
-## 8648   8648     A1WLD5     364317
-## 8649   8649     A1WLD5     364317
-## 8650   8650     A1WLG5     364317
-## 8651   8651     A1WLI3     364317
-## 8652   8652     A1WLI3     364317
-## 8653   8653     A1WLI3     364317
-## 8654   8654     A1WLI3     364317
-## 8655   8655     A1WLI3     364317
-## 8656   8656     A1WLI3     364317
-## 8657   8657     A1WLI5     364317
-## 8658   8658     A1WLN6     364317
-## 8659   8659     A1WLP4     364317
-## 8660   8660     A1WLP4     364317
-## 8661   8661     A1WLP8     364317
-## 8662   8662     A1WLP8     364317
-## 8663   8663     A1WLP8     364317
-## 8664   8664     A1WLP8     364317
-## 8665   8665     A1WMN5     364317
-## 8666   8666     A1WMN6     364317
-## 8667   8667     A1WMU5     364317
-## 8668   8668     A1WMU5     364317
-## 8669   8669     A1WMX5     364317
-## 8670   8670     A1WMX6     364317
-## 8671   8671     A1WN86     364317
-## 8672   8672     A1WN86     364317
-## 8673   8673     A1WNY2     364317
-## 8674   8674     A1WP07     364317
-## 8675   8675     A1WPR5     364317
-## 8676   8676     A1WPR5     364317
-## 8677   8677     A1WPR7     364317
-## 8678   8678     A1WPU0     364317
-## 8679   8679     A1WQ66     364317
-## 8680   8680     A1WQ79     364317
-## 8681   8681     A1WQF4     364317
-## 8682   8682     A1WQM5     364317
-## 8683   8683     A1WQN6     364317
-## 8684   8684     A1WQW2     364317
-## 8685   8685     A1WR02     364317
-## 8686   8686     A1WR16     364317
-## 8687   8687     A1WR23     364317
-## 8688   8688     A1WRA7     364317
-## 8689   8689     A1WRA7     364317
-## 8690   8690     A1WRA7     364317
-## 8691   8691     A1WRK2     364317
-## 8692   8692     A1WRK3     364317
-## 8693   8693     A1WRK3     364317
-## 8694   8694     A1WRK3     364317
-## 8695   8695     A1WRK3     364317
-## 8696   8696     A1WRK8     364317
-## 8697   8697     A1WRK8     364317
-## 8698   8698     A1WRL2     364317
-## 8699   8699     A1WRL3     364317
-## 8700   8700     A1WS75     364317
-## 8701   8701     A1WS95     364317
-## 8702   8702     A1WS95     364317
-## 8703   8703     A1WSF0     364317
-## 8704   8704     A1WSF0     364317
-## 8705   8705     A1WSK3     364317
-## 8706   8706     A1WSU0     364317
-## 8707   8707     A1WSU0     364317
-## 8708   8708     A1WSU0     364317
-## 8709   8709     A1WSY4       1053
-## 8710   8710     A1WSY5       1053
-## 8711   8711     A1WT61       1053
-## 8712   8712     A1WT71       1053
-## 8713   8713     A1WT71       1053
-## 8714   8714     A1WT71       1053
-## 8715   8715     A1WT71       1053
-## 8716   8716     A1WT71       1053
-## 8717   8717     A1WT98       1053
-## 8718   8718     A1WT98       1053
-## 8719   8719     A1WTG1       1053
-## 8720   8720     A1WTK7       1053
-## 8721   8721     A1WTR8       1053
-## 8722   8722     A1WUF3       1053
-## 8723   8723     A1WUI3       1053
-## 8724   8724     A1WUI9       1053
-## 8725   8725     A1WUL5       1053
-## 8726   8726     A1WUL5       1053
-## 8727   8727     A1WUL5       1053
-## 8728   8728     A1WUM8       1053
-## 8729   8729     A1WUS2       1053
-## 8730   8730     A1WUS2       1053
-## 8731   8731     A1WUS4       1053
-## 8732   8732     A1WUS7       1053
-## 8733   8733     A1WUT0       1053
-## 8734   8734     A1WUT7       1053
-## 8735   8735     A1WUU4       1053
-## 8736   8736     A1WUU5       1053
-## 8737   8737     A1WUX1       1053
-## 8738   8738     A1WUX4       1053
-## 8739   8739     A1WUY7       1053
-## 8740   8740     A1WUY7       1053
-## 8741   8741     A1WUY7       1053
-## 8742   8742     A1WV88       1053
-## 8743   8743     A1WV94       1053
-## 8744   8744     A1WV98       1053
-## 8745   8745     A1WVA7       1053
-## 8746   8746     A1WVA7       1053
-## 8747   8747     A1WVC2       1053
-## 8748   8748     A1WVC2       1053
-## 8749   8749     A1WVC6       1053
-## 8750   8750     A1WVC8       1053
-## 8751   8751     A1WVC8       1053
-## 8752   8752     A1WVC9       1053
-## 8753   8753     A1WVD0       1053
-## 8754   8754     A1WVD2       1053
-## 8755   8755     A1WVD2       1053
-## 8756   8756     A1WVG1       1053
-## 8757   8757     A1WVK5       1053
-## 8758   8758     A1WVM6       1053
-## 8759   8759     A1WVM7       1053
-## 8760   8760     A1WVM9       1053
-## 8761   8761     A1WVN0       1053
-## 8762   8762     A1WVQ1       1053
-## 8763   8763     A1WVQ1       1053
-## 8764   8764     A1WVQ4       1053
-## 8765   8765     A1WVQ5       1053
-## 8766   8766     A1WVQ8       1053
-## 8767   8767     A1WVR7       1053
-## 8768   8768     A1WVT9       1053
-## 8769   8769     A1WVV5       1053
-## 8770   8770     A1WVW0       1053
-## 8771   8771     A1WVW0       1053
-## 8772   8772     A1WVW0       1053
-## 8773   8773     A1WVX2       1053
-## 8774   8774     A1WW18       1053
-## 8775   8775     A1WW41       1053
-## 8776   8776     A1WW41       1053
-## 8777   8777     A1WWB3       1053
-## 8778   8778     A1WWB6       1053
-## 8779   8779     A1WWC7       1053
-## 8780   8780     A1WWE4       1053
-## 8781   8781     A1WWE4       1053
-## 8782   8782     A1WWF7       1053
-## 8783   8783     A1WWF7       1053
-## 8784   8784     A1WWH7       1053
-## 8785   8785     A1WWI7       1053
-## 8786   8786     A1WWP8       1053
-## 8787   8787     A1WWP8       1053
-## 8788   8788     A1WWP8       1053
-## 8789   8789     A1WWY9       1053
-## 8790   8790     A1WWZ8       1053
-## 8791   8791     A1WX11       1053
-## 8792   8792     A1WX20       1053
-## 8793   8793     A1WX26       1053
-## 8794   8794     A1WX26       1053
-## 8795   8795     A1WX29       1053
-## 8796   8796     A1WX30       1053
-## 8797   8797     A1WX30       1053
-## 8798   8798     A1WX30       1053
-## 8799   8799     A1WX31       1053
-## 8800   8800     A1WX31       1053
-## 8801   8801     A1WX31       1053
-## 8802   8802     A1WX31       1053
-## 8803   8803     A1WX32       1053
-## 8804   8804     A1WXD7       1053
-## 8805   8805     A1WXE4       1053
-## 8806   8806     A1WXI6       1053
-## 8807   8807     A1WXI8       1053
-## 8808   8808     A1WXK5       1053
-## 8809   8809     A1WXK5       1053
-## 8810   8810     A1WXK6       1053
-## 8811   8811     A1WXK7       1053
-## 8812   8812     A1WXK9       1053
-## 8813   8813     A1WXM0       1053
-## 8814   8814     A1WXT0       1053
-## 8815   8815     A1WXU3       1053
-## 8816   8816     A1WXV0       1053
-## 8817   8817     A1WXV1       1053
-## 8818   8818     A1WXV1       1053
-## 8819   8819     A1WXV1       1053
-## 8820   8820     A1WXV1       1053
-## 8821   8821     A1WXV9       1053
-## 8822   8822     A1WXV9       1053
-## 8823   8823     A1WXW0       1053
-## 8824   8824     A1WXW0       1053
-## 8825   8825     A1WXW5       1053
-## 8826   8826     A1WXW9       1053
-## 8827   8827     A1WXW9       1053
-## 8828   8828     A1WXX0       1053
-## 8829   8829     A1WXZ3       1053
-## 8830   8830     A1WXZ3       1053
-## 8831   8831     A1WY04       1053
-## 8832   8832     A1WY05       1053
-## 8833   8833     A1WY14       1053
-## 8834   8834     A1WY48       1053
-## 8835   8835     A1WY48       1053
-## 8836   8836     A1WY48       1053
-## 8837   8837     A1WY80       1053
-## 8838   8838     A1WY83       1053
-## 8839   8839     A1WYD5       1053
-## 8840   8840     A1WYI6       1053
-## 8841   8841     A1WYM9       1053
-## 8842   8842     A1WYM9       1053
-## 8843   8843     A1WYM9       1053
-## 8844   8844     A1WYM9       1053
-## 8845   8845     A1WYS1       1053
-## 8846   8846     A1WYT0       1053
-## 8847   8847     A1WYU2       1053
-## 8848   8848     A1WYU4       1053
-## 8849   8849     A1WYU6       1053
-## 8850   8850     A1WYU6       1053
-## 8851   8851     A1WYU6       1053
-## 8852   8852     A1WYV1       1053
-## 8853   8853     A1WYV1       1053
-## 8854   8854     A1WYV1       1053
-## 8855   8855     A1WYV2       1053
-## 8856   8856     A1WYV2       1053
-## 8857   8857     A1WYW5       1053
-## 8858   8858     A1WYZ3       1053
-## 8859   8859     A1WYZ7       1053
-## 8860   8860     A1WZB3       1053
-## 8861   8861     A1WZH3       1053
-## 8862   8862     A1WZH8       1053
-## 8863   8863     A1WZI2       1053
-## 8864   8864     A1WZJ2       1053
-## 8865   8865     A1WZJ2       1053
-## 8866   8866     A1WZK4       1053
-## 8867   8867     A1WZP9       1053
-## 8868   8868     A1WZS9       1053
-## 8869   8869     A1WZS9       1053
-## 8870   8870     A1WZS9       1053
-## 8871   8871     A1WZT5       1053
-## 8872   8872     A1WZT5       1053
-## 8873   8873     A1WZT5       1053
-## 8874   8874     A1X149         NA
-## 8875   8875     A1X150         NA
-## 8876   8876     A1X154         NA
-## 8877   8877     A1X157         NA
-## 8878   8878     A1X157         NA
-## 8879   8879     A1X158         NA
-## 8880   8880     A1X158         NA
-## 8881   8881     A1X158         NA
-## 8882   8882     A1X158         NA
-## 8883   8883     A1X158         NA
-## 8884   8884     A1X159         NA
-## 8885   8885     A1X159         NA
-## 8886   8886     A1X159         NA
-## 8887   8887     A1X159         NA
-## 8888   8888     A1X159         NA
-## 8889   8889     A1X283         NA
-## 8890   8890     A1X283         NA
-## 8891   8891     A1X283         NA
-## 8892   8892     A1X283         NA
-## 8893   8893     A1XBB7       4530
-## 8894   8894     A1XBS5         NA
-## 8895   8895     A1XBS5         NA
-## 8896   8896     A1XD93         NA
-## 8897   8897     A1XD93         NA
-## 8898   8898     A1XD93         NA
-## 8899   8899     A1XD94         NA
-## 8900   8900     A1XD94         NA
-## 8901   8901     A1XD95         NA
-## 8902   8902     A1XD95         NA
-## 8903   8903     A1XD97       9612
-## 8904   8904     A1XDC0         NA
-## 8905   8905     A1XDC0         NA
-## 8906   8906     A1XDC0         NA
-## 8907   8907     A1XDC0         NA
-## 8908   8908     A1XDC0         NA
-## 8909   8909     A1XDC0         NA
-## 8910   8910     A1XDC0         NA
-## 8911   8911     A1XDC0         NA
-## 8912   8912     A1XDC0         NA
-## 8913   8913     A1XDC0         NA
-## 8914   8914     A1XFT4         NA
-## 8915   8915     A1XFU0         NA
-## 8916   8916     A1XFU0         NA
-## 8917   8917     A1XFU6         NA
-## 8918   8918     A1XFV6         NA
-## 8919   8919     A1XFW4         NA
-## 8920   8920     A1XFZ9         NA
-## 8921   8921     A1XFZ9         NA
-## 8922   8922     A1XFZ9         NA
-## 8923   8923     A1XFZ9         NA
-## 8924   8924     A1XFZ9         NA
-## 8925   8925     A1XFZ9         NA
-## 8926   8926     A1XFZ9         NA
-## 8927   8927     A1XG09         NA
-## 8928   8928     A1XG13         NA
-## 8929   8929     A1XG13         NA
-## 8930   8930     A1XG13         NA
-## 8931   8931     A1XG13         NA
-## 8932   8932     A1XG13         NA
-## 8933   8933     A1XG13         NA
-## 8934   8934     A1XG13         NA
-## 8935   8935     A1XG13         NA
-## 8936   8936     A1XG13         NA
-## 8937   8937     A1XG13         NA
-## 8938   8938     A1XG13         NA
-## 8939   8939     A1XG13         NA
-## 8940   8940     A1XG13         NA
-## 8941   8941     A1XGM8         NA
-## 8942   8942     A1XGM8         NA
-## 8943   8943     A1XGN9         NA
-## 8944   8944     A1XGP3         NA
-## 8945   8945     A1XGP7         NA
-## 8946   8946     A1XGT0         NA
-## 8947   8947     A1XGT0         NA
-## 8948   8948     A1XGT0         NA
-## 8949   8949     A1XGT3         NA
-## 8950   8950     A1XGT3         NA
-## 8951   8951     A1XGT3         NA
-## 8952   8952     A1XGT7         NA
-## 8953   8953     A1XGT7         NA
-## 8954   8954     A1XGU1         NA
-## 8955   8955     A1XGU4         NA
-## 8956   8956     A1XGU4         NA
-## 8957   8957     A1XIH1         NA
-## 8958   8958     A1XIH4         NA
-## 8959   8959     A1XIH5         NA
-## 8960   8960     A1XIH6         NA
-## 8961   8961     A1XIP9     370833
-## 8962   8962     A1XIP9     370833
-## 8963   8963     A1XIQ0     370833
-## 8964   8964     A1XIQ0     370833
-## 8965   8965     A1XIQ1     370833
-## 8966   8966     A1XP58         NA
-## 8967   8967     A1XPK1         NA
-## 8968   8968     A1XQR6         NA
-## 8969   8969     A1XQR9         NA
-## 8970   8970     A1XQS1         NA
-## 8971   8971     A1XQU3         NA
-## 8972   8972     A1XQU3         NA
-## 8973   8973     A1XQU3         NA
-## 8974   8974     A1XQU3         NA
-## 8975   8975     A1XQU7         NA
-## 8976   8976     A1XQU7         NA
-## 8977   8977     A1XQV4         NA
-## 8978   8978     A1XQX0         NA
-## 8979   8979     A1XQX1         NA
-## 8980   8980     A1XQX2         NA
-## 8981   8981     A1XQX3         NA
-## 8982   8982     A1XQX8         NA
-## 8983   8983     A1XQY0         NA
-## 8984   8984     A1XQY0         NA
-## 8985   8985     A1XQY1         NA
-## 8986   8986     A1XQY1         NA
-## 8987   8987     A1XQY1         NA
-## 8988   8988     A1XQY3         NA
-## 8989   8989     A1XSY8         NA
-## 8990   8990     A1XSY8         NA
-## 8991   8991     A1XSY8         NA
-## 8992   8992     A1XSY8         NA
-## 8993   8993     A1XSY8         NA
-## 8994   8994     A1XXJ9         NA
-## 8995   8995     A1Y2B7         NA
-## 8996   8996     A1Y2B7         NA
-## 8997   8997     A1Y2B7         NA
-## 8998   8998     A1YB07         NA
-## 8999   8999     A1YB07         NA
-## 9000   9000     A1YEP8       9593
-## 9001   9001     A1YEP8       9593
-## 9002   9002     A1YEP8       9593
-## 9003   9003     A1YEQ3       9593
-## 9004   9004     A1YEQ3       9593
-## 9005   9005     A1YER5       9593
-## 9006   9006     A1YER5       9593
-## 9007   9007     A1YER5       9593
-## 9008   9008     A1YER5       9593
-## 9009   9009     A1YER7       9593
-## 9010   9010     A1YER7       9593
-## 9011   9011     A1YER7       9593
-## 9012   9012     A1YER7       9593
-## 9013   9013     A1YES6       9593
-## 9014   9014     A1YES6       9593
-## 9015   9015     A1YEV9       9593
-## 9016   9016     A1YEV9       9593
-## 9017   9017     A1YEV9       9593
-## 9018   9018     A1YEW3       9593
-## 9019   9019     A1YEW3       9593
-## 9020   9020     A1YEW9       9593
-## 9021   9021     A1YEW9       9593
-## 9022   9022     A1YEX3       9593
-## 9023   9023     A1YEX3       9593
-## 9024   9024     A1YEY5       9593
-## 9025   9025     A1YEY5       9593
-## 9026   9026     A1YF08       9593
-## 9027   9027     A1YF08       9593
-## 9028   9028     A1YF08       9593
-## 9029   9029     A1YF12       9593
-## 9030   9030     A1YF16       9593
-## 9031   9031     A1YF22       9593
-## 9032   9032     A1YF22       9593
-## 9033   9033     A1YF56       9593
-## 9034   9034     A1YFA5       9593
-## 9035   9035     A1YFA5       9593
-## 9036   9036     A1YFA7       9593
-## 9037   9037     A1YFA7       9593
-## 9038   9038     A1YFA7       9593
-## 9039   9039     A1YFA7       9593
-## 9040   9040     A1YFC1       9593
-## 9041   9041     A1YFC1       9593
-## 9042   9042     A1YFC1       9593
-## 9043   9043     A1YFC1       9593
-## 9044   9044     A1YFC1       9593
-## 9045   9045     A1YFC1       9593
-## 9046   9046     A1YFC1       9593
-## 9047   9047     A1YFC1       9593
-## 9048   9048     A1YFC1       9593
-## 9049   9049     A1YFC1       9593
-## 9050   9050     A1YFC1       9593
-## 9051   9051     A1YFD8         NA
-## 9052   9052     A1YFD8         NA
-## 9053   9053     A1YFD8         NA
-## 9054   9054     A1YFI3         NA
-## 9055   9055     A1YFI3         NA
-## 9056   9056     A1YFT7         NA
-## 9057   9057     A1YFU7         NA
-## 9058   9058     A1YFU7         NA
-## 9059   9059     A1YFU7         NA
-## 9060   9060     A1YFW2         NA
-## 9061   9061     A1YFW2         NA
-## 9062   9062     A1YFW6         NA
-## 9063   9063     A1YFW6         NA
-## 9064   9064     A1YFX5         NA
-## 9065   9065     A1YFX5         NA
-## 9066   9066     A1YFY1         NA
-## 9067   9067     A1YFY1         NA
-## 9068   9068     A1YFY1         NA
-## 9069   9069     A1YFY1         NA
-## 9070   9070     A1YFY1         NA
-## 9071   9071     A1YFY3         NA
-## 9072   9072     A1YFY3         NA
-## 9073   9073     A1YFY3         NA
-## 9074   9074     A1YFY3         NA
-## 9075   9075     A1YFY6         NA
-## 9076   9076     A1YFZ3         NA
-## 9077   9077     A1YG01         NA
-## 9078   9078     A1YG01         NA
-## 9079   9079     A1YG26         NA
-## 9080   9080     A1YG26         NA
-## 9081   9081     A1YG26         NA
-## 9082   9082     A1YG31         NA
-## 9083   9083     A1YG31         NA
-## 9084   9084     A1YG32         NA
-## 9085   9085     A1YG48         NA
-## 9086   9086     A1YG48         NA
-## 9087   9087     A1YG57         NA
-## 9088   9088     A1YG57         NA
-## 9089   9089     A1YG60         NA
-## 9090   9090     A1YG85         NA
-## 9091   9091     A1YG85         NA
-## 9092   9092     A1YG85         NA
-## 9093   9093     A1YG88         NA
-## 9094   9094     A1YG92         NA
-## 9095   9095     A1YG92         NA
-## 9096   9096     A1YG93         NA
-## 9097   9097     A1YG99         NA
-## 9098   9098     A1YG99         NA
-## 9099   9099     A1YGI6         NA
-## 9100   9100     A1YGI6         NA
-## 9101   9101     A1YGJ4         NA
-## 9102   9102     A1YGJ4         NA
-## 9103   9103     A1YGK1         NA
-## 9104   9104     A1YGK1         NA
-## 9105   9105     A1YGK1         NA
-## 9106   9106     A1YGK6         NA
-## 9107   9107     A1YGK6         NA
-## 9108   9108     A1YGK6         NA
-## 9109   9109     A1YGK6         NA
-## 9110   9110     A1YGK6         NA
-## 9111   9111     A1YGK6         NA
-## 9112   9112     A1YGK6         NA
-## 9113   9113     A1YGK6         NA
-## 9114   9114     A1YGK7         NA
-## 9115   9115     A1YGK7         NA
-## 9116   9116     A1YGK7         NA
-## 9117   9117     A1YGR6         NA
-## 9118   9118     A1YIZ1         NA
-## 9119   9119     A1YIZ1         NA
-## 9120   9120     A1YKT1         NA
-## 9121   9121     A1YKT1         NA
-## 9122   9122     A1YL77         NA
-## 9123   9123     A1YL77         NA
-## 9124   9124     A1YL78         NA
-## 9125   9125     A1YL78         NA
-## 9126   9126     A1YL79         NA
-## 9127   9127     A1YL80         NA
-## 9128   9128     A1YL80         NA
-## 9129   9129     A1YL81         NA
-## 9130   9130     A1YL82         NA
-## 9131   9131     A1YLB9         NA
-## 9132   9132     A1YPR0         NA
-## 9133   9133     A1YPR0         NA
-## 9134   9134     A1YPR0         NA
-## 9135   9135     A1YPR0         NA
-## 9136   9136     A1YPR0         NA
-## 9137   9137     A1YPR0         NA
-## 9138   9138     A1YQ91       9612
-## 9139   9139     A1YQ94         NA
-## 9140   9140     A1YV25         NA
-## 9141   9141     A1YV27         NA
-## 9142   9142     A1YV30         NA
-## 9143   9143     A1YV58         NA
-## 9144   9144     A1YVX4         NA
-## 9145   9145     A1YVX4         NA
-## 9146   9146     A1YVX4         NA
-## 9147   9147     A1YVX4         NA
-## 9148   9148     A1YYW7         NA
-## 9149   9149     A1YYW7         NA
-## 9150   9150     A1YYW7         NA
-## 9151   9151     A1Z0M0         NA
-## 9152   9152     A1Z3X3         NA
-## 9153   9153     A1Z623         NA
-## 9154   9154     A1Z623         NA
-## 9155   9155     A1Z651      99182
-## 9156   9156     A1Z651      99182
-## 9157   9157     A1Z651      99182
-## 9158   9158     A1Z6W3         NA
-## 9159   9159     A1Z6W3         NA
-## 9160   9160     A1Z6W3         NA
-## 9161   9161     A1Z6W3         NA
-## 9162   9162     A1Z6W3         NA
-## 9163   9163     A1Z6W3         NA
-## 9164   9164     A1Z746         NA
-## 9165   9165     A1Z7G7         NA
-## 9166   9166     A1Z7G7         NA
-## 9167   9167     A1Z7G7         NA
-## 9168   9168     A1Z7G7         NA
-## 9169   9169     A1Z7G7         NA
-## 9170   9170     A1Z7G7         NA
-## 9171   9171     A1Z7G7         NA
-## 9172   9172     A1Z7T0         NA
-## 9173   9173     A1Z7T0         NA
-## 9174   9174     A1Z7T0         NA
-## 9175   9175     A1Z7Z9         NA
-## 9176   9176     A1Z7Z9         NA
-## 9177   9177     A1Z8E9         NA
-## 9178   9178     A1Z8E9         NA
-## 9179   9179     A1Z8N1         NA
-## 9180   9180     A1Z8N1         NA
-## 9181   9181     A1Z8N1         NA
-## 9182   9182     A1Z8N1         NA
-## 9183   9183     A1Z8N1         NA
-## 9184   9184     A1Z8N1         NA
-## 9185   9185     A1Z8P9         NA
-## 9186   9186     A1Z8P9         NA
-## 9187   9187     A1Z8P9         NA
-## 9188   9188     A1Z8P9         NA
-## 9189   9189     A1Z8P9         NA
-## 9190   9190     A1Z8P9         NA
-## 9191   9191     A1Z8P9         NA
-## 9192   9192     A1Z8P9         NA
-## 9193   9193     A1Z8P9         NA
-## 9194   9194     A1Z9A8         NA
-## 9195   9195     A1Z9E2         NA
-## 9196   9196     A1Z9P3         NA
-## 9197   9197     A1Z9P3         NA
-## 9198   9198     A1Z9P3         NA
-## 9199   9199     A1Z9P3         NA
-## 9200   9200     A1Z9P3         NA
-## 9201   9201     A1Z9P3         NA
-## 9202   9202     A1Z9P3         NA
-## 9203   9203     A1Z9P3         NA
-## 9204   9204     A1Z9P3         NA
-## 9205   9205     A1Z9P3         NA
-## 9206   9206     A1Z9R4         NA
-## 9207   9207     A1Z9R4         NA
-## 9208   9208     A1Z9R4         NA
-## 9209   9209     A1Z9R4         NA
-## 9210   9210     A1Z9R4         NA
-## 9211   9211     A1Z9R4         NA
-## 9212   9212     A1Z9R4         NA
-## 9213   9213     A1Z9R4         NA
-## 9214   9214     A1Z9R4         NA
-## 9215   9215     A1Z9R4         NA
-## 9216   9216     A1Z9S1         NA
-## 9217   9217     A1Z9X0         NA
-## 9218   9218     A1ZA47         NA
-## 9219   9219     A1ZA47         NA
-## 9220   9220     A1ZA47         NA
-## 9221   9221     A1ZA47         NA
-## 9222   9222     A1ZA47         NA
-## 9223   9223     A1ZA47         NA
-## 9224   9224     A1ZA47         NA
-## 9225   9225     A1ZA47         NA
-## 9226   9226     A1ZA47         NA
-## 9227   9227     A1ZA47         NA
-## 9228   9228     A1ZA47         NA
-## 9229   9229     A1ZA47         NA
-## 9230   9230     A1ZA47         NA
-## 9231   9231     A1ZA47         NA
-## 9232   9232     A1ZA47         NA
-## 9233   9233     A1ZA47         NA
-## 9234   9234     A1ZA92         NA
-## 9235   9235     A1ZA92         NA
-## 9236   9236     A1ZA92         NA
-## 9237   9237     A1ZAB5         NA
-## 9238   9238     A1ZAB5         NA
-## 9239   9239     A1ZAB5         NA
-## 9240   9240     A1ZAB5         NA
-## 9241   9241     A1ZAI3         NA
-## 9242   9242     A1ZAI3         NA
-## 9243   9243     A1ZAI3         NA
-## 9244   9244     A1ZAI5         NA
-## 9245   9245     A1ZAJ2         NA
-## 9246   9246     A1ZAJ2         NA
-## 9247   9247     A1ZAU8         NA
-## 9248   9248     A1ZAU8         NA
-## 9249   9249     A1ZAU8         NA
-## 9250   9250     A1ZAU8         NA
-## 9251   9251     A1ZAU8         NA
-## 9252   9252     A1ZAU8         NA
-## 9253   9253     A1ZAU8         NA
-## 9254   9254     A1ZAU8         NA
-## 9255   9255     A1ZAX1         NA
-## 9256   9256     A1ZAX1         NA
-## 9257   9257     A1ZAX1         NA
-## 9258   9258     A1ZAX1         NA
-## 9259   9259     A1ZB86         NA
-## 9260   9260     A1ZB86         NA
-## 9261   9261     A1ZB86         NA
-## 9262   9262     A1ZB91         NA
-## 9263   9263     A1ZB91         NA
-## 9264   9264     A1ZB91         NA
-## 9265   9265     A1ZBE8         NA
-## 9266   9266     A1ZBE8         NA
-## 9267   9267     A1ZBE8         NA
-## 9268   9268     A1ZBE8         NA
-## 9269   9269     A1ZBW7         NA
-## 9270   9270     A1ZBW7         NA
-## 9271   9271     A1ZBW7         NA
-## 9272   9272     A1ZBW7         NA
-## 9273   9273     A1ZBW7         NA
-## 9274   9274     A1ZBY1         NA
-## 9275   9275     A1ZBY1         NA
-## 9276   9276     A2A1A0         NA
-## 9277   9277     A2A1A0         NA
-## 9278   9278     A2A259         NA
-## 9279   9279     A2A259         NA
-## 9280   9280     A2A288         NA
-## 9281   9281     A2A288         NA
-## 9282   9282     A2A2Y4         NA
-## 9283   9283     A2A2Z9         NA
-## 9284   9284     A2A2Z9         NA
-## 9285   9285     A2A3K4         NA
-## 9286   9286     A2A3L6         NA
-## 9287   9287     A2A3L6         NA
-## 9288   9288     A2A3V1         NA
-## 9289   9289     A2A3V1         NA
-## 9290   9290     A2A432         NA
-## 9291   9291     A2A432         NA
-## 9292   9292     A2A432         NA
-## 9293   9293     A2A432         NA
-## 9294   9294     A2A432         NA
-## 9295   9295     A2A432         NA
-## 9296   9296     A2A432         NA
-## 9297   9297     A2A4P0         NA
-## 9298   9298     A2A4P0         NA
-## 9299   9299     A2A4P0         NA
-## 9300   9300     A2A4P0         NA
-## 9301   9301     A2A4P0         NA
-## 9302   9302     A2A559         NA
-## 9303   9303     A2A5E6         NA
-## 9304   9304     A2A5E6         NA
-## 9305   9305     A2A5E6         NA
-## 9306   9306     A2A5E6         NA
-## 9307   9307     A2A5I3         NA
-## 9308   9308     A2A5K6         NA
-## 9309   9309     A2A5K6         NA
-## 9310   9310     A2A5K6         NA
-## 9311   9311     A2A5K6         NA
-## 9312   9312     A2A5K6         NA
-## 9313   9313     A2A5K6         NA
-## 9314   9314     A2A5K6         NA
-## 9315   9315     A2A5N8         NA
-## 9316   9316     A2A5N8         NA
-## 9317   9317     A2A5R2         NA
-## 9318   9318     A2A5R2         NA
-## 9319   9319     A2A5R2         NA
-## 9320   9320     A2A5X4         NA
-## 9321   9321     A2A5X4         NA
-## 9322   9322     A2A5X4         NA
-## 9323   9323     A2A5X4         NA
-## 9324   9324     A2A5X4         NA
-## 9325   9325     A2A5X5         NA
-## 9326   9326     A2A5X5         NA
-## 9327   9327     A2A5X5         NA
-## 9328   9328     A2A5X5         NA
-## 9329   9329     A2A5X5         NA
-## 9330   9330     A2A5X5         NA
-## 9331   9331     A2A5Z6         NA
-## 9332   9332     A2A5Z6         NA
-## 9333   9333     A2A5Z6         NA
-## 9334   9334     A2A690         NA
-## 9335   9335     A2A690         NA
-## 9336   9336     A2A690         NA
-## 9337   9337     A2A690         NA
-## 9338   9338     A2A699         NA
-## 9339   9339     A2A699         NA
-## 9340   9340     A2A699         NA
-## 9341   9341     A2A699         NA
-## 9342   9342     A2A699         NA
-## 9343   9343     A2A699         NA
-## 9344   9344     A2A699         NA
-## 9345   9345     A2A6A1         NA
-## 9346   9346     A2A6A1         NA
-## 9347   9347     A2A6A1         NA
-## 9348   9348     A2A6A1         NA
-## 9349   9349     A2A6A1         NA
-## 9350   9350     A2A6A1         NA
-## 9351   9351     A2A6A1         NA
-## 9352   9352     A2A6A1         NA
-## 9353   9353     A2A6A1         NA
-## 9354   9354     A2A6A1         NA
-## 9355   9355     A2A6A1         NA
-## 9356   9356     A2A6A1         NA
-## 9357   9357     A2A6A1         NA
-## 9358   9358     A2A6A1         NA
-## 9359   9359     A2A6A1         NA
-## 9360   9360     A2A6C4         NA
-## 9361   9361     A2A6C4         NA
-## 9362   9362     A2A6M5         NA
-## 9363   9363     A2A6M5         NA
-## 9364   9364     A2A6M5         NA
-## 9365   9365     A2A6Q5         NA
-## 9366   9366     A2A6Q5         NA
-## 9367   9367     A2A6Q5         NA
-## 9368   9368     A2A6T1         NA
-## 9369   9369     A2A6T1         NA
-## 9370   9370     A2A791         NA
-## 9371   9371     A2A791         NA
-## 9372   9372     A2A791         NA
-## 9373   9373     A2A791         NA
-## 9374   9374     A2A7Q9         NA
-## 9375   9375     A2A7Q9         NA
-## 9376   9376     A2A7Q9         NA
-## 9377   9377     A2A7Q9         NA
-## 9378   9378     A2A7Q9         NA
-## 9379   9379     A2A7Q9         NA
-## 9380   9380     A2A7S8         NA
-## 9381   9381     A2A7S8         NA
-## 9382   9382     A2A7S8         NA
-## 9383   9383     A2A7S8         NA
-## 9384   9384     A2A7S8         NA
-## 9385   9385     A2A7S8         NA
-## 9386   9386     A2A7S8         NA
-## 9387   9387     A2A7Y5         NA
-## 9388   9388     A2A825         NA
-## 9389   9389     A2A825         NA
-## 9390   9390     A2A863         NA
-## 9391   9391     A2A863         NA
-## 9392   9392     A2A863         NA
-## 9393   9393     A2A863         NA
-## 9394   9394     A2A863         NA
-## 9395   9395     A2A863         NA
-## 9396   9396     A2A863         NA
-## 9397   9397     A2A870         NA
-## 9398   9398     A2A870         NA
-## 9399   9399     A2A870         NA
-## 9400   9400     A2A870         NA
-## 9401   9401     A2A870         NA
-## 9402   9402     A2A870         NA
-## 9403   9403     A2A884         NA
-## 9404   9404     A2A884         NA
-## 9405   9405     A2A884         NA
-## 9406   9406     A2A884         NA
-## 9407   9407     A2A884         NA
-## 9408   9408     A2A884         NA
-## 9409   9409     A2A884         NA
-## 9410   9410     A2A884         NA
-## 9411   9411     A2A884         NA
-## 9412   9412     A2A884         NA
-## 9413   9413     A2A891         NA
-## 9414   9414     A2A891         NA
-## 9415   9415     A2A891         NA
-## 9416   9416     A2A891         NA
-## 9417   9417     A2A891         NA
-## 9418   9418     A2A8L1         NA
-## 9419   9419     A2A8L1         NA
-## 9420   9420     A2A8L1         NA
-## 9421   9421     A2A8L1         NA
-## 9422   9422     A2A8L1         NA
-## 9423   9423     A2A8L1         NA
-## 9424   9424     A2A8L1         NA
-## 9425   9425     A2A8L1         NA
-## 9426   9426     A2A8L5         NA
-## 9427   9427     A2A8L5         NA
-## 9428   9428     A2A8L5         NA
-## 9429   9429     A2A8T7         NA
-## 9430   9430     A2A8U2         NA
-## 9431   9431     A2A8U2         NA
-## 9432   9432     A2A8U2         NA
-## 9433   9433     A2A8U2         NA
-## 9434   9434     A2A8Z1         NA
-## 9435   9435     A2A935         NA
-## 9436   9436     A2A935         NA
-## 9437   9437     A2A935         NA
-## 9438   9438     A2A935         NA
-## 9439   9439     A2A935         NA
-## 9440   9440     A2A935         NA
-## 9441   9441     A2A935         NA
-## 9442   9442     A2A935         NA
-## 9443   9443     A2A935         NA
-## 9444   9444     A2A995         NA
-## 9445   9445     A2A9A2         NA
-## 9446   9446     A2A9A2         NA
-## 9447   9447     A2A9A2         NA
-## 9448   9448     A2A9A2         NA
-## 9449   9449     A2A9A2         NA
-## 9450   9450     A2A9A2         NA
-## 9451   9451     A2A9C3         NA
-## 9452   9452     A2A9F4         NA
-## 9453   9453     A2A9F4         NA
-## 9454   9454     A2A9I7         NA
-## 9455   9455     A2A9I7         NA
-## 9456   9456     A2A9I7         NA
-## 9457   9457     A2A9I7         NA
-## 9458   9458     A2A9I7         NA
-## 9459   9459     A2A9T0         NA
-## 9460   9460     A2A9T0         NA
-## 9461   9461     A2A9T0         NA
-## 9462   9462     A2AAE1         NA
-## 9463   9463     A2AAE1         NA
-## 9464   9464     A2AAE1         NA
-## 9465   9465     A2AAE1         NA
-## 9466   9466     A2AAE1         NA
-## 9467   9467     A2AAE1         NA
-## 9468   9468     A2AAE1         NA
-## 9469   9469     A2AAE1         NA
-## 9470   9470     A2AAE1         NA
-## 9471   9471     A2AAJ9         NA
-## 9472   9472     A2AAJ9         NA
-## 9473   9473     A2AAJ9         NA
-## 9474   9474     A2AAJ9         NA
-## 9475   9475     A2AAJ9         NA
-## 9476   9476     A2AAJ9         NA
-## 9477   9477     A2AAJ9         NA
-## 9478   9478     A2AAJ9         NA
-## 9479   9479     A2AAJ9         NA
-## 9480   9480     A2AAJ9         NA
-## 9481   9481     A2AAJ9         NA
-## 9482   9482     A2AAJ9         NA
-## 9483   9483     A2AAJ9         NA
-## 9484   9484     A2AAY5         NA
-## 9485   9485     A2AAY5         NA
-## 9486   9486     A2AB59         NA
-## 9487   9487     A2AB59         NA
-## 9488   9488     A2AB59         NA
-## 9489   9489     A2ABU4         NA
-## 9490   9490     A2ABU4         NA
-## 9491   9491     A2ABU4         NA
-## 9492   9492     A2ABU4         NA
-## 9493   9493     A2ABV5         NA
-## 9494   9494     A2ABV5         NA
-## 9495   9495     A2ABV5         NA
-## 9496   9496     A2ABV5         NA
-## 9497   9497     A2ACG1         NA
-## 9498   9498     A2ACG1         NA
-## 9499   9499     A2ACG1         NA
-## 9500   9500     A2ACJ2         NA
-## 9501   9501     A2ACJ2         NA
-## 9502   9502     A2AD83         NA
-## 9503   9503     A2ADF7         NA
-## 9504   9504     A2ADF7         NA
-## 9505   9505     A2ADF7         NA
-## 9506   9506     A2ADZ8         NA
-## 9507   9507     A2AED3         NA
-## 9508   9508     A2AEY4         NA
-## 9509   9509     A2AEY4         NA
-## 9510   9510     A2AF47         NA
-## 9511   9511     A2AF53         NA
-## 9512   9512     A2AFS3         NA
-## 9513   9513     A2AFS3         NA
-## 9514   9514     A2AG06         NA
-## 9515   9515     A2AG50         NA
-## 9516   9516     A2AG50         NA
-## 9517   9517     A2AG50         NA
-## 9518   9518     A2AG50         NA
-## 9519   9519     A2AG50         NA
-## 9520   9520     A2AG50         NA
-## 9521   9521     A2AG50         NA
-## 9522   9522     A2AG50         NA
-## 9523   9523     A2AG50         NA
-## 9524   9524     A2AG58         NA
-## 9525   9525     A2AG58         NA
-## 9526   9526     A2AG58         NA
-## 9527   9527     A2AG58         NA
-## 9528   9528     A2AG58         NA
-## 9529   9529     A2AGA4         NA
-## 9530   9530     A2AGB2         NA
-## 9531   9531     A2AGH6         NA
-## 9532   9532     A2AGH6         NA
-## 9533   9533     A2AGH6         NA
-## 9534   9534     A2AGH6         NA
-## 9535   9535     A2AGH6         NA
-## 9536   9536     A2AGH6         NA
-## 9537   9537     A2AGH6         NA
-## 9538   9538     A2AGH6         NA
-## 9539   9539     A2AGH6         NA
-## 9540   9540     A2AGL3         NA
-## 9541   9541     A2AGL3         NA
-## 9542   9542     A2AGT5         NA
-## 9543   9543     A2AGT5         NA
-## 9544   9544     A2AH22         NA
-## 9545   9545     A2AH22         NA
-## 9546   9546     A2AH22         NA
-## 9547   9547     A2AH22         NA
-## 9548   9548     A2AHC3         NA
-## 9549   9549     A2AHC3         NA
-## 9550   9550     A2AHC3         NA
-## 9551   9551     A2AHG0         NA
-## 9552   9552     A2AHG0         NA
-## 9553   9553     A2AHG0         NA
-## 9554   9554     A2AHG0         NA
-## 9555   9555     A2AHG0         NA
-## 9556   9556     A2AHJ4         NA
-## 9557   9557     A2AHJ4         NA
-## 9558   9558     A2AHJ4         NA
-## 9559   9559     A2AHJ4         NA
-## 9560   9560     A2AHJ4         NA
-## 9561   9561     A2AHJ4         NA
-## 9562   9562     A2AI05         NA
-## 9563   9563     A2AI08         NA
-## 9564   9564     A2AI08         NA
-## 9565   9565     A2AIP0         NA
-## 9566   9566     A2AIV2         NA
-## 9567   9567     A2AIV2         NA
-## 9568   9568     A2AIV2         NA
-## 9569   9569     A2AIV2         NA
-## 9570   9570     A2AIV2         NA
-## 9571   9571     A2AIV2         NA
-## 9572   9572     A2AIV2         NA
-## 9573   9573     A2AIW0         NA
-## 9574   9574     A2AJ15         NA
-## 9575   9575     A2AJ15         NA
-## 9576   9576     A2AJ76         NA
-## 9577   9577     A2AJ76         NA
-## 9578   9578     A2AJ76         NA
-## 9579   9579     A2AJ76         NA
-## 9580   9580     A2AJ76         NA
-## 9581   9581     A2AJ76         NA
-## 9582   9582     A2AJ77         NA
-## 9583   9583     A2AJ77         NA
-## 9584   9584     A2AJ88         NA
-## 9585   9585     A2AJ88         NA
-## 9586   9586     A2AJ88         NA
-## 9587   9587     A2AJA7         NA
-## 9588   9588     A2AJA9         NA
-## 9589   9589     A2AJA9         NA
-## 9590   9590     A2AJI0         NA
-## 9591   9591     A2AJI0         NA
-## 9592   9592     A2AJI0         NA
-## 9593   9593     A2AJI0         NA
-## 9594   9594     A2AJI0         NA
-## 9595   9595     A2AJI0         NA
-## 9596   9596     A2AJI0         NA
-## 9597   9597     A2AJI0         NA
-## 9598   9598     A2AJI0         NA
-## 9599   9599     A2AJK6         NA
-## 9600   9600     A2AJK6         NA
-## 9601   9601     A2AJK6         NA
-## 9602   9602     A2AJK6         NA
-## 9603   9603     A2AJK6         NA
-## 9604   9604     A2AJK6         NA
-## 9605   9605     A2AJK6         NA
-## 9606   9606     A2AJK6         NA
-## 9607   9607     A2AJK6         NA
-## 9608   9608     A2AJK6         NA
-## 9609   9609     A2AJK6         NA
-## 9610   9610     A2AJK6         NA
-## 9611   9611     A2AJK6         NA
-## 9612   9612     A2AJK6         NA
-## 9613   9613     A2AJL3         NA
-## 9614   9614     A2AJQ3         NA
-## 9615   9615     A2AJT4         NA
-## 9616   9616     A2AJT4         NA
-## 9617   9617     A2AJT4         NA
-## 9618   9618     A2AJT4         NA
-## 9619   9619     A2AJT4         NA
-## 9620   9620     A2AJT4         NA
-## 9621   9621     A2AJT4         NA
-## 9622   9622     A2AJT4         NA
-## 9623   9623     A2AJT4         NA
-## 9624   9624     A2AJT9         NA
-## 9625   9625     A2AJT9         NA
-## 9626   9626     A2AKB9         NA
-## 9627   9627     A2AKB9         NA
-## 9628   9628     A2AKB9         NA
-## 9629   9629     A2AKB9         NA
-## 9630   9630     A2AKG8         NA
-## 9631   9631     A2AKG8         NA
-## 9632   9632     A2AKG8         NA
-## 9633   9633     A2AKK5         NA
-## 9634   9634     A2AKQ8         NA
-## 9635   9635     A2AKQ8         NA
-## 9636   9636     A2AKX3         NA
-## 9637   9637     A2AKX3         NA
-## 9638   9638     A2AKX3         NA
-## 9639   9639     A2AKX3         NA
-## 9640   9640     A2AKY4         NA
-## 9641   9641     A2AKY4         NA
-## 9642   9642     A2AKY4         NA
-## 9643   9643     A2AL36         NA
-## 9644   9644     A2AL36         NA
-## 9645   9645     A2AL36         NA
-## 9646   9646     A2AL36         NA
-## 9647   9647     A2AL36         NA
-## 9648   9648     A2AL36         NA
-## 9649   9649     A2AL36         NA
-## 9650   9650     A2ALI5         NA
-## 9651   9651     A2ALI5         NA
-## 9652   9652     A2ALI5         NA
-## 9653   9653     A2ALI5         NA
-## 9654   9654     A2ALS5         NA
-## 9655   9655     A2ALU4         NA
-## 9656   9656     A2ALU4         NA
-## 9657   9657     A2ALW5         NA
-## 9658   9658     A2ALW5         NA
-## 9659   9659     A2ALW5         NA
-## 9660   9660     A2AM05         NA
-## 9661   9661     A2AM05         NA
-## 9662   9662     A2AM29         NA
-## 9663   9663     A2AM29         NA
-## 9664   9664     A2AM29         NA
-## 9665   9665     A2AM29         NA
-## 9666   9666     A2AMM0         NA
-## 9667   9667     A2AMM0         NA
-## 9668   9668     A2AMM0         NA
-## 9669   9669     A2AMT1         NA
-## 9670   9670     A2AMT1         NA
-## 9671   9671     A2AMT1         NA
-## 9672   9672     A2AMT1         NA
-## 9673   9673     A2AMT1         NA
-## 9674   9674     A2AN08         NA
-## 9675   9675     A2AN08         NA
-## 9676   9676     A2AN08         NA
-## 9677   9677     A2AN08         NA
-## 9678   9678     A2AN08         NA
-## 9679   9679     A2AN08         NA
-## 9680   9680     A2AN08         NA
-## 9681   9681     A2AN08         NA
-## 9682   9682     A2AN08         NA
-## 9683   9683     A2ANU3         NA
-## 9684   9684     A2ANX9         NA
-## 9685   9685     A2ANX9         NA
-## 9686   9686     A2ANX9         NA
-## 9687   9687     A2ANX9         NA
-## 9688   9688     A2ANX9         NA
-## 9689   9689     A2ANX9         NA
-## 9690   9690     A2APB8         NA
-## 9691   9691     A2APB8         NA
-## 9692   9692     A2APC3         NA
-## 9693   9693     A2APF3         NA
-## 9694   9694     A2APF3         NA
-## 9695   9695     A2APT9         NA
-## 9696   9696     A2APU8         NA
-## 9697   9697     A2APU8         NA
-## 9698   9698     A2APV2         NA
-## 9699   9699     A2APV2         NA
-## 9700   9700     A2APV2         NA
-## 9701   9701     A2AQ07         NA
-## 9702   9702     A2AQ19         NA
-## 9703   9703     A2AQ19         NA
-## 9704   9704     A2AQ19         NA
-## 9705   9705     A2AQ19         NA
-## 9706   9706     A2AQ25         NA
-## 9707   9707     A2AQ25         NA
-## 9708   9708     A2AQ25         NA
-## 9709   9709     A2AQ25         NA
-## 9710   9710     A2AQ25         NA
-## 9711   9711     A2AQH4         NA
-## 9712   9712     A2AQH4         NA
-## 9713   9713     A2AQH4         NA
-## 9714   9714     A2AQH4         NA
-## 9715   9715     A2AQH4         NA
-## 9716   9716     A2AQH4         NA
-## 9717   9717     A2AQH4         NA
-## 9718   9718     A2AQP0         NA
-## 9719   9719     A2AQP0         NA
-## 9720   9720     A2AQP0         NA
-## 9721   9721     A2AQW0         NA
-## 9722   9722     A2AQW0         NA
-## 9723   9723     A2AR02         NA
-## 9724   9724     A2AR02         NA
-## 9725   9725     A2AR02         NA
-## 9726   9726     A2AR02         NA
-## 9727   9727     A2AR02         NA
-## 9728   9728     A2AR02         NA
-## 9729   9729     A2AR02         NA
-## 9730   9730     A2AR02         NA
-## 9731   9731     A2AR50         NA
-## 9732   9732     A2AR95         NA
-## 9733   9733     A2ARA8         NA
-## 9734   9734     A2ARI4         NA
-## 9735   9735     A2ARJ3         NA
-## 9736   9736     A2ARJ3         NA
-## 9737   9737     A2ARK0         NA
-## 9738   9738     A2ARK0         NA
-## 9739   9739     A2ARM1         NA
-## 9740   9740     A2ARP1         NA
-## 9741   9741     A2ARP1         NA
-## 9742   9742     A2ARP1         NA
-## 9743   9743     A2ARP1         NA
-## 9744   9744     A2ARP1         NA
-## 9745   9745     A2ARP1         NA
-## 9746   9746     A2ARP9         NA
-## 9747   9747     A2ARP9         NA
-## 9748   9748     A2ARP9         NA
-## 9749   9749     A2ARP9         NA
-## 9750   9750     A2ARP9         NA
-## 9751   9751     A2ARP9         NA
-## 9752   9752     A2ARP9         NA
-## 9753   9753     A2ARP9         NA
-## 9754   9754     A2ARS0         NA
-## 9755   9755     A2ARS0         NA
-## 9756   9756     A2ARS0         NA
-## 9757   9757     A2ARS0         NA
-## 9758   9758     A2ARS0         NA
-## 9759   9759     A2ARV4         NA
-## 9760   9760     A2ARV4         NA
-## 9761   9761     A2ARV4         NA
-## 9762   9762     A2ARV4         NA
-## 9763   9763     A2ARV4         NA
-## 9764   9764     A2ARZ3         NA
-## 9765   9765     A2ARZ3         NA
-## 9766   9766     A2ARZ3         NA
-## 9767   9767     A2ARZ3         NA
-## 9768   9768     A2ARZ3         NA
-## 9769   9769     A2ARZ3         NA
-## 9770   9770     A2ARZ3         NA
-## 9771   9771     A2ARZ3         NA
-## 9772   9772     A2ARZ3         NA
-## 9773   9773     A2AS55         NA
-## 9774   9774     A2ASA8         NA
-## 9775   9775     A2ASQ1         NA
-## 9776   9776     A2ASQ1         NA
-## 9777   9777     A2ASQ1         NA
-## 9778   9778     A2ASQ1         NA
-## 9779   9779     A2ASQ1         NA
-## 9780   9780     A2ASQ1         NA
-## 9781   9781     A2ASQ1         NA
-## 9782   9782     A2ASQ1         NA
-## 9783   9783     A2ASQ1         NA
-## 9784   9784     A2ASS6         NA
-## 9785   9785     A2ASS6         NA
-## 9786   9786     A2ASS6         NA
-## 9787   9787     A2ASS6         NA
-## 9788   9788     A2ASS6         NA
-## 9789   9789     A2ASS6         NA
-## 9790   9790     A2ASS6         NA
-## 9791   9791     A2ASS6         NA
-## 9792   9792     A2ASS6         NA
-## 9793   9793     A2ASS6         NA
-## 9794   9794     A2ASS6         NA
-## 9795   9795     A2ASS6         NA
-## 9796   9796     A2ASS6         NA
-## 9797   9797     A2ASS6         NA
-## 9798   9798     A2ASS6         NA
-## 9799   9799     A2ASS6         NA
-## 9800   9800     A2ASS6         NA
-## 9801   9801     A2ASS6         NA
-## 9802   9802     A2ASS6         NA
-## 9803   9803     A2ASS6         NA
-## 9804   9804     A2ASS6         NA
-## 9805   9805     A2ASS6         NA
-## 9806   9806     A2ASS6         NA
-## 9807   9807     A2ASS6         NA
-## 9808   9808     A2ASS6         NA
-## 9809   9809     A2ASS6         NA
-## 9810   9810     A2ASS6         NA
-## 9811   9811     A2ASS6         NA
-## 9812   9812     A2ASS6         NA
-## 9813   9813     A2ASS6         NA
-## 9814   9814     A2ASS6         NA
-## 9815   9815     A2ASS6         NA
-## 9816   9816     A2ASS6         NA
-## 9817   9817     A2ASS6         NA
-## 9818   9818     A2ASS6         NA
-## 9819   9819     A2ASS6         NA
-## 9820   9820     A2ASS6         NA
-## 9821   9821     A2ASS6         NA
-## 9822   9822     A2ASS6         NA
-## 9823   9823     A2ASS6         NA
-## 9824   9824     A2ASS6         NA
-## 9825   9825     A2ASS6         NA
-## 9826   9826     A2ASS6         NA
-## 9827   9827     A2ASS6         NA
-## 9828   9828     A2ASS6         NA
-## 9829   9829     A2ASS6         NA
-## 9830   9830     A2ASS6         NA
-## 9831   9831     A2ASS6         NA
-## 9832   9832     A2ASS6         NA
-## 9833   9833     A2ASS6         NA
-## 9834   9834     A2ASS6         NA
-## 9835   9835     A2ASS6         NA
-## 9836   9836     A2ASS6         NA
-## 9837   9837     A2ASS6         NA
-## 9838   9838     A2ASS6         NA
-## 9839   9839     A2ASS6         NA
-## 9840   9840     A2ASS6         NA
-## 9841   9841     A2ASS6         NA
-## 9842   9842     A2ASZ8         NA
-## 9843   9843     A2ASZ8         NA
-## 9844   9844     A2ATD1         NA
-## 9845   9845     A2ATU0         NA
-## 9846   9846     A2AU37         NA
-## 9847   9847     A2AU72         NA
-## 9848   9848     A2AUC9         NA
-## 9849   9849     A2AUM9         NA
-## 9850   9850     A2AUM9         NA
-## 9851   9851     A2AUM9         NA
-## 9852   9852     A2AUM9         NA
-## 9853   9853     A2AUM9         NA
-## 9854   9854     A2AUM9         NA
-## 9855   9855     A2AUM9         NA
-## 9856   9856     A2AUM9         NA
-## 9857   9857     A2AUQ7         NA
-## 9858   9858     A2AUU0         NA
-## 9859   9859     A2AV25         NA
-## 9860   9860     A2AV25         NA
-## 9861   9861     A2AV36         NA
-## 9862   9862     A2AVA0         NA
-## 9863   9863     A2AVA0         NA
-## 9864   9864     A2AVA0         NA
-## 9865   9865     A2AVA0         NA
-## 9866   9866     A2AVA0         NA
-## 9867   9867     A2AVA0         NA
-## 9868   9868     A2AVR2         NA
-## 9869   9869     A2AVR2         NA
-## 9870   9870     A2AVZ9         NA
-## 9871   9871     A2AVZ9         NA
-## 9872   9872     A2AVZ9         NA
-## 9873   9873     A2AWA9         NA
-## 9874   9874     A2AWL7         NA
-## 9875   9875     A2AWL7         NA
-## 9876   9876     A2AWL7         NA
-## 9877   9877     A2AWL7         NA
-## 9878   9878     A2AWL7         NA
-## 9879   9879     A2AWL7         NA
-## 9880   9880     A2AWP0         NA
-## 9881   9881     A2AWP8         NA
-## 9882   9882     A2AWP8         NA
-## 9883   9883     A2AWT3         NA
-## 9884   9884     A2AX52         NA
-## 9885   9885     A2AX52         NA
-## 9886   9886     A2AX52         NA
-## 9887   9887     A2AX52         NA
-## 9888   9888     A2AX52         NA
-## 9889   9889     A2AX52         NA
-## 9890   9890     A2AX52         NA
-## 9891   9891     A2AX52         NA
-## 9892   9892     A2AX52         NA
-## 9893   9893     A2BD09         NA
-## 9894   9894     A2BD09         NA
-## 9895   9895     A2BD83         NA
-## 9896   9896     A2BD83         NA
-## 9897   9897     A2BD92         NA
-## 9898   9898     A2BDB7         NA
-## 9899   9899     A2BDB7         NA
-## 9900   9900     A2BDG0         NA
-## 9901   9901     A2BDG0         NA
-## 9902   9902     A2BDG5         NA
-## 9903   9903     A2BDG5         NA
-## 9904   9904     A2BDG9         NA
-## 9905   9905     A2BDG9         NA
-## 9906   9906     A2BDG9         NA
-## 9907   9907     A2BDP1         NA
-## 9908   9908     A2BDP1         NA
-## 9909   9909     A2BDP1         NA
-## 9910   9910     A2BDR7         NA
-## 9911   9911     A2BDX4         NA
-## 9912   9912     A2BE28         NA
-## 9913   9913     A2BE28         NA
-## 9914   9914     A2BE28         NA
-## 9915   9915     A2BE28         NA
-## 9916   9916     A2BE28         NA
-## 9917   9917     A2BE76         NA
-## 9918   9918     A2BE76         NA
-## 9919   9919     A2BEA6         NA
-## 9920   9920     A2BEA6         NA
-## 9921   9921     A2BEA6         NA
-## 9922   9922     A2BF66         NA
-## 9923   9923     A2BFP5         NA
-## 9924   9924     A2BFP5         NA
-## 9925   9925     A2BGA0         NA
-## 9926   9926     A2BGH0         NA
-## 9927   9927     A2BGH0         NA
-## 9928   9928     A2BGH0         NA
-## 9929   9929     A2BGH0         NA
-## 9930   9930     A2BGM5         NA
-## 9931   9931     A2BGR3         NA
-## 9932   9932     A2BGR3         NA
-## 9933   9933     A2BGR3         NA
-## 9934   9934     A2BGR3         NA
-## 9935   9935     A2BGR3         NA
-## 9936   9936     A2BGT0         NA
-## 9937   9937     A2BGU9         NA
-## 9938   9938     A2BH40         NA
-## 9939   9939     A2BH40         NA
-## 9940   9940     A2BH40         NA
-## 9941   9941     A2BH40         NA
-## 9942   9942     A2BH40         NA
-## 9943   9943     A2BH40         NA
-## 9944   9944     A2BH40         NA
-## 9945   9945     A2BH40         NA
-## 9946   9946     A2BH40         NA
-## 9947   9947     A2BH40         NA
-## 9948   9948     A2BH40         NA
-## 9949   9949     A2BH40         NA
-## 9950   9950     A2BH40         NA
-## 9951   9951     A2BH40         NA
-## 9952   9952     A2BH40         NA
-## 9953   9953     A2BHB7         NA
-## 9954   9954     A2BHB7         NA
-## 9955   9955     A2BHJ4         NA
-## 9956   9956     A2BHJ4         NA
-## 9957   9957     A2BHJ4         NA
-## 9958   9958     A2BID5         NA
-## 9959   9959     A2BID5         NA
-## 9960   9960     A2BID7         NA
-## 9961   9961     A2BID7         NA
-## 9962   9962     A2BID7         NA
-## 9963   9963     A2BID7         NA
-## 9964   9964     A2BID7         NA
-## 9965   9965     A2BID7         NA
-## 9966   9966     A2BID7         NA
-## 9967   9967     A2BIE7         NA
-## 9968   9968     A2BIJ3         NA
-## 9969   9969     A2BIL7         NA
-## 9970   9970     A2BIL7         NA
-## 9971   9971     A2BIL7         NA
-## 9972   9972     A2BIL7         NA
-## 9973   9973     A2BIL7         NA
-## 9974   9974     A2BIT1      54248
-## 9975   9975     A2BIT1      54248
-## 9976   9976     A2BIU4      54248
-## 9977   9977     A2BIW2      54248
-## 9978   9978     A2BJ23      54248
-## 9979   9979     A2BJ23      54248
-## 9980   9980     A2BJ25      54248
-## 9981   9981     A2BJ90      54248
-## 9982   9982     A2BJL3      54248
-## 9983   9983     A2BJL3      54248
-## 9984   9984     A2BJL3      54248
-## 9985   9985     A2BJU0      54248
-## 9986   9986     A2BJX6      54248
-## 9987   9987     A2BJY6      54248
-## 9988   9988     A2BJY9      54248
-## 9989   9989     A2BJZ7      54248
-## 9990   9990     A2BK57      54248
-## 9991   9991     A2BK76      54248
-## 9992   9992     A2BK78      54248
-## 9993   9993     A2BK91      54248
-## 9994   9994     A2BKC0      54248
-## 9995   9995     A2BKX3      54248
-## 9996   9996     A2BKX7      54248
-## 9997   9997     A2BL26      54248
-## 9998   9998     A2BL78      54248
-## 9999   9999     A2BL78      54248
-## 10000 10000     A2BL78      54248
-## 10001 10001     A2BL93      54248
-## 10002 10002     A2BL93      54248
-## 10003 10003     A2BLC0      54248
-## 10004 10004     A2BLQ8      54248
-## 10005 10005     A2BLU2      54248
-## 10006 10006     A2BLW2      54248
-## 10007 10007     A2BLW4      54248
-## 10008 10008     A2BM73      54248
-## 10009 10009     A2BM73      54248
-## 10010 10010     A2BMB2      54248
-## 10011 10011     A2BMC5      54248
-## 10012 10012     A2BMC9      54248
-## 10013 10013     A2BMD0      54248
-## 10014 10014     A2BMD5      54248
-## 10015 10015     A2BMD9      54248
-## 10016 10016     A2BME7      54248
-## 10017 10017     A2BMI0      54248
-## 10018 10018     A2BN08      54248
-## 10019 10019     A2BN26      54248
-## 10020 10020     A2BN41      54248
-## 10021 10021     A2BN57      54248
-## 10022 10022     A2BN59      54248
-## 10023 10023     A2BN59      54248
-## 10024 10024     A2BN63      54248
-## 10025 10025     A2BN64      54248
-## 10026 10026     A2BN65      54248
-## 10027 10027     A2BN82      54248
-## 10028 10028     A2BN92      54248
-## 10029 10029     A2BN93      54248
-## 10030 10030     A2BN93      54248
-## 10031 10031     A2BN94      54248
-## 10032 10032     A2BNC9       1219
-## 10033 10033     A2BNC9       1219
-## 10034 10034     A2BNG3       1219
-## 10035 10035     A2BNH2       1219
-## 10036 10036     A2BNH6       1219
-## 10037 10037     A2BNH6       1219
-## 10038 10038     A2BNH6       1219
-## 10039 10039     A2BNQ7       1219
-## 10040 10040     A2BNS4       1219
-## 10041 10041     A2BNS4       1219
-## 10042 10042     A2BNU4       1219
-## 10043 10043     A2BNU4       1219
-## 10044 10044     A2BNV4       1219
-## 10045 10045     A2BNW6       1219
-## 10046 10046     A2BNW6       1219
-## 10047 10047     A2BNZ0       1219
-## 10048 10048     A2BNZ2       1219
-## 10049 10049     A2BNZ6       1219
-## 10050 10050     A2BP03       1219
-## 10051 10051     A2BP03       1219
-## 10052 10052     A2BP15       1219
-## 10053 10053     A2BP33       1219
-## 10054 10054     A2BP36       1219
-## 10055 10055     A2BP36       1219
-## 10056 10056     A2BP51       1219
-## 10057 10057     A2BP92       1219
-## 10058 10058     A2BP93       1219
-## 10059 10059     A2BPA0       1219
-## 10060 10060     A2BPP7       1219
-## 10061 10061     A2BPR7       1219
-## 10062 10062     A2BPS1       1219
-## 10063 10063     A2BPT4       1219
-## 10064 10064     A2BPT4       1219
-## 10065 10065     A2BPT4       1219
-## 10066 10066     A2BPU3       1219
-## 10067 10067     A2BPU3       1219
-## 10068 10068     A2BPU3       1219
-## 10069 10069     A2BPU5       1219
-## 10070 10070     A2BPV5       1219
-## 10071 10071     A2BPY8       1219
-## 10072 10072     A2BPZ0       1219
-## 10073 10073     A2BQ24       1219
-## 10074 10074     A2BQ65       1219
-## 10075 10075     A2BQ71       1219
-## 10076 10076     A2BQ90       1219
-## 10077 10077     A2BQ90       1219
-## 10078 10078     A2BQ92       1219
-## 10079 10079     A2BQ92       1219
-## 10080 10080     A2BQ94       1219
-## 10081 10081     A2BQA4       1219
-## 10082 10082     A2BQQ3       1219
-## 10083 10083     A2BQW3       1219
-## 10084 10084     A2BQW7       1219
-## 10085 10085     A2BQY7       1219
-## 10086 10086     A2BQZ1       1219
-## 10087 10087     A2BR44       1219
-## 10088 10088     A2BR89       1219
-## 10089 10089     A2BRA1       1219
-## 10090 10090     A2BRG6       1219
-## 10091 10091     A2BRP4       1219
-## 10092 10092     A2BRP4       1219
-## 10093 10093     A2BRP7       1219
-## 10094 10094     A2BRS2       1219
-## 10095 10095     A2BS76       1219
-## 10096 10096     A2BSA0       1219
-## 10097 10097     A2BSA6       1219
-## 10098 10098     A2BSA7       1219
-## 10099 10099     A2BSA7       1219
-## 10100 10100     A2BSA7       1219
-## 10101 10101     A2BSA7       1219
-## 10102 10102     A2BSJ5       1219
-## 10103 10103     A2BSL8       1219
-## 10104 10104     A2BSL8       1219
-## 10105 10105     A2BSM1       1219
-## 10106 10106     A2BSM1       1219
-## 10107 10107     A2BSM7       1219
-## 10108 10108     A2BSN6       1219
-## 10109 10109     A2BSQ4       1219
-## 10110 10110     A2BSQ8       1219
-## 10111 10111     A2BSS0       1219
-## 10112 10112     A2BSS2       1219
-## 10113 10113     A2BSS6       1219
-## 10114 10114     A2BT12       1219
-## 10115 10115     A2BT24       1219
-## 10116 10116     A2BT26       1219
-## 10117 10117     A2BT34       1219
-## 10118 10118     A2BT34       1219
-## 10119 10119     A2BT57       1219
-## 10120 10120     A2BT59       1219
-## 10121 10121     A2BT60       1219
-## 10122 10122     A2BT70       1219
-## 10123 10123     A2BT70       1219
-## 10124 10124     A2BT70       1219
-## 10125 10125     A2BT75       1219
-## 10126 10126     A2BT75       1219
-## 10127 10127     A2BT84       1219
-## 10128 10128     A2BTA9       1219
-## 10129 10129     A2BTB7       1219
-## 10130 10130     A2BTC0       1219
-## 10131 10131     A2BTC1       1219
-## 10132 10132     A2BTC6       1219
-## 10133 10133     A2BTD1       1219
-## 10134 10134     A2BTD2       1219
-## 10135 10135     A2BTD4       1219
-## 10136 10136     A2BTD8       1219
-## 10137 10137     A2BTH1       1219
-## 10138 10138     A2BTH1       1219
-## 10139 10139     A2BTH1       1219
-## 10140 10140     A2BTH3       1219
-## 10141 10141     A2BTI9       1219
-## 10142 10142     A2BTL8       1219
-## 10143 10143     A2BTM1       1219
-## 10144 10144     A2BTM4       1219
-## 10145 10145     A2BTM6       1219
-## 10146 10146     A2BTM6       1219
-## 10147 10147     A2BTN4       1219
-## 10148 10148     A2BTN6       1219
-## 10149 10149     A2BTQ4       1219
-## 10150 10150     A2BTR7       1219
-## 10151 10151     A2BTS0       1219
-## 10152 10152     A2BTS0       1219
-## 10153 10153     A2BTS0       1219
-## 10154 10154     A2BTY4       1219
-## 10155 10155     A2BTZ9       1219
-## 10156 10156     A2BTZ9       1219
-## 10157 10157     A2BU03       1219
-## 10158 10158     A2BUA6       1219
-## 10159 10159     A2BUC6       1219
-## 10160 10160     A2BUC6       1219
-## 10161 10161     A2BUD6       1219
-## 10162 10162     A2BUD6       1219
-## 10163 10163     A2BUE8       1219
-## 10164 10164     A2BUE8       1219
-## 10165 10165     A2BUE8       1219
-## 10166 10166     A2BUE9       1219
-## 10167 10167     A2BUF0       1219
-## 10168 10168     A2BUH9       1219
-## 10169 10169     A2BUI1       1219
-## 10170 10170     A2BUI5       1219
-## 10171 10171     A2BUL8       1219
-## 10172 10172     A2BUL8       1219
-## 10173 10173     A2BUL8       1219
-## 10174 10174     A2BUN7       1219
-## 10175 10175     A2BUP5       1219
-## 10176 10176     A2BUQ6       1219
-## 10177 10177     A2BUT1       1219
-## 10178 10178     A2BV55       1219
-## 10179 10179     A2BV78       1219
-## 10180 10180     A2BV95       1219
-## 10181 10181     A2BVB2       1219
-## 10182 10182     A2BVB2       1219
-## 10183 10183     A2BVC2       1219
-## 10184 10184     A2BVC4       1219
-## 10185 10185     A2BVD2       1219
-## 10186 10186     A2BVD2       1219
-## 10187 10187     A2BVG8       1219
-## 10188 10188     A2BVI1       1219
-## 10189 10189     A2BVK5       1219
-## 10190 10190     A2BVP6       1219
-## 10191 10191     A2BVP7       1219
-## 10192 10192     A2BVP7       1219
-## 10193 10193     A2BVR0       1219
-## 10194 10194     A2BVS0       1219
-## 10195 10195     A2BVS2       1219
-## 10196 10196     A2BVS4       1219
-## 10197 10197     A2BVS4       1219
-## 10198 10198     A2BVS6       1219
-## 10199 10199     A2BVT6       1219
-## 10200 10200     A2BW42       1219
-## 10201 10201     A2BW57       1219
-## 10202 10202     A2BWL7       1219
-## 10203 10203     A2BWS5       1219
-## 10204 10204     A2BWS5       1219
-## 10205 10205     A2BWT1       1219
-## 10206 10206     A2BWT1       1219
-## 10207 10207     A2BWY5       1219
-## 10208 10208     A2BX52       1219
-## 10209 10209     A2BX55       1219
-## 10210 10210     A2BX80       1219
-## 10211 10211     A2BXB1       1219
-## 10212 10212     A2BXQ9       1219
-## 10213 10213     A2BXQ9       1219
-## 10214 10214     A2BY07       1219
-## 10215 10215     A2BY17       1219
-## 10216 10216     A2BY22       1219
-## 10217 10217     A2BY43       1219
-## 10218 10218     A2BY51       1219
-## 10219 10219     A2BY60       1219
-## 10220 10220     A2BYG3       1219
-## 10221 10221     A2BYG4       1219
-## 10222 10222     A2BYL0       1219
-## 10223 10223     A2BYL0       1219
-## 10224 10224     A2BYL1       1219
-## 10225 10225     A2BYL7       1219
-## 10226 10226     A2BYM0       1219
-## 10227 10227     A2BYM0       1219
-## 10228 10228     A2BYM0       1219
-## 10229 10229     A2BYM6       1219
-## 10230 10230     A2BYR4       1219
-## 10231 10231     A2BYR5       1219
-## 10232 10232     A2BYS0       1219
-## 10233 10233     A2BYS0       1219
-## 10234 10234     A2BYS2       1219
-## 10235 10235     A2BYS5       1219
-## 10236 10236     A2BYT0       1219
-## 10237 10237     A2BYT6       1219
-## 10238 10238     A2BYT6       1219
-## 10239 10239     A2BYW5       1219
-## 10240 10240     A2BYZ1       1219
-## 10241 10241     A2BZ01       1219
-## 10242 10242     A2BZ20       1219
-## 10243 10243     A2BZ21       1219
-## 10244 10244     A2BZ29       1219
-## 10245 10245     A2BZ29       1219
-## 10246 10246     A2BZ41       1219
-## 10247 10247     A2BZ43       1219
-## 10248 10248     A2BZ61       1219
-## 10249 10249     A2BZ72       1219
-## 10250 10250     A2BZ74       1219
-## 10251 10251     A2BZ75       1219
-## 10252 10252     A2BZ75       1219
-## 10253 10253     A2BZ76       1219
-## 10254 10254     A2BZ91       1219
-## 10255 10255     A2BZ93       1219
-## 10256 10256     A2BZ97       1219
-## 10257 10257     A2BZ97       1219
-## 10258 10258     A2BZB5       1219
-## 10259 10259     A2BZC5       1219
-## 10260 10260     A2BZC5       1219
-## 10261 10261     A2BZG2       1219
-## 10262 10262     A2BZG2       1219
-## 10263 10263     A2BZG4       1219
-## 10264 10264     A2BZG6       1219
-## 10265 10265     A2BZG6       1219
-## 10266 10266     A2BZV6       1219
-## 10267 10267     A2BZX6       1219
-## 10268 10268     A2BZY6       1219
-## 10269 10269     A2C018       1219
-## 10270 10270     A2C027       1219
-## 10271 10271     A2C033       1219
-## 10272 10272     A2C034       1219
-## 10273 10273     A2C038       1219
-## 10274 10274     A2C050       1219
-## 10275 10275     A2C068       1219
-## 10276 10276     A2C088       1219
-## 10277 10277     A2C098       1219
-## 10278 10278     A2C098       1219
-## 10279 10279     A2C0F4       1219
-## 10280 10280     A2C0F7       1219
-## 10281 10281     A2C0M6       1219
-## 10282 10282     A2C0M6       1219
-## 10283 10283     A2C0M8       1219
-## 10284 10284     A2C0N7       1219
-## 10285 10285     A2C0Q8       1219
-## 10286 10286     A2C0Q8       1219
-## 10287 10287     A2C0R7       1219
-## 10288 10288     A2C0R9       1219
-## 10289 10289     A2C0W6       1219
-## 10290 10290     A2C0W8       1219
-## 10291 10291     A2C0Z9       1219
-## 10292 10292     A2C101       1219
-## 10293 10293     A2C122       1219
-## 10294 10294     A2C129       1219
-## 10295 10295     A2C142       1219
-## 10296 10296     A2C148       1219
-## 10297 10297     A2C165       1219
-## 10298 10298     A2C167       1219
-## 10299 10299     A2C175       1219
-## 10300 10300     A2C1E0       1219
-## 10301 10301     A2C1E0       1219
-## 10302 10302     A2C1N4       1219
-## 10303 10303     A2C1N4       1219
-## 10304 10304     A2C1X5       1219
-## 10305 10305     A2C1Y1       1219
-## 10306 10306     A2C1Y1       1219
-## 10307 10307     A2C1Y1       1219
-## 10308 10308     A2C211       1219
-## 10309 10309     A2C249       1219
-## 10310 10310     A2C296       1219
-## 10311 10311     A2C2B2       1219
-## 10312 10312     A2C3L3       1219
-## 10313 10313     A2C3L7       1219
-## 10314 10314     A2C3T8       1219
-## 10315 10315     A2C409       1219
-## 10316 10316     A2C409       1219
-## 10317 10317     A2C451       1219
-## 10318 10318     A2C466       1219
-## 10319 10319     A2C482       1219
-## 10320 10320     A2C4C0       1219
-## 10321 10321     A2C4J4       1219
-## 10322 10322     A2C4J5       1219
-## 10323 10323     A2C4J7       1219
-## 10324 10324     A2C4K5       1219
-## 10325 10325     A2C4M0       1219
-## 10326 10326     A2C4M8       1219
-## 10327 10327     A2C4M8       1219
-## 10328 10328     A2C4N6       1219
-## 10329 10329     A2C4P1       1219
-## 10330 10330     A2C4R9       1219
-## 10331 10331     A2C4T7       1219
-## 10332 10332     A2C4U6       1219
-## 10333 10333     A2C4U6       1219
-## 10334 10334     A2C4V4       1219
-## 10335 10335     A2C4V4       1219
-## 10336 10336     A2C4V4       1219
-## 10337 10337     A2C4X1       1219
-## 10338 10338     A2C4X9       1219
-## 10339 10339     A2C4Y3       1219
-## 10340 10340     A2C4Y3       1219
-## 10341 10341     A2C4Z1       1219
-## 10342 10342     A2C4Z3       1219
-## 10343 10343     A2C555       1219
-## 10344 10344     A2C564       1219
-## 10345 10345     A2C585       1219
-## 10346 10346     A2C586       1219
-## 10347 10347     A2C591       1219
-## 10348 10348     A2C591       1219
-## 10349 10349     A2C5B3       1219
-## 10350 10350     A2C5B3       1219
-## 10351 10351     A2C5B3       1219
-## 10352 10352     A2C5F9       1219
-## 10353 10353     A2C5P2       1219
-## 10354 10354     A2C5R9       1219
-## 10355 10355     A2C5T5       1219
-## 10356 10356     A2C5Z6       1219
-## 10357 10357     A2C5Z6       1219
-## 10358 10358     A2C600       1219
-## 10359 10359     A2C601       1219
-## 10360 10360     A2C637       1219
-## 10361 10361     A2C650       1219
-## 10362 10362     A2C661       1219
-## 10363 10363     A2C661       1219
-## 10364 10364     A2C664       1219
-## 10365 10365     A2C6N6       1219
-## 10366 10366     A2C6Q5       1219
-## 10367 10367     A2C6Q5       1219
-## 10368 10368     A2C6S8       1219
-## 10369 10369     A2C6S8       1219
-## 10370 10370     A2C6S9       1219
-## 10371 10371     A2C6T1       1219
-## 10372 10372     A2C6T1       1219
-## 10373 10373     A2C6T1       1219
-## 10374 10374     A2C6T3       1219
-## 10375 10375     A2C6W3       1219
-## 10376 10376     A2C6X2       1219
-## 10377 10377     A2C6X3       1219
-## 10378 10378     A2C6X4       1219
-## 10379 10379     A2C6Z4       1219
-## 10380 10380     A2C700       1219
-## 10381 10381     A2C717       1219
-## 10382 10382     A2C717       1219
-## 10383 10383     A2C730       1219
-## 10384 10384     A2C730       1219
-## 10385 10385     A2C764       1219
-## 10386 10386     A2C794       1219
-## 10387 10387     A2C795       1219
-## 10388 10388     A2C7A3       1219
-## 10389 10389     A2C7D7       1219
-## 10390 10390     A2C7D7       1219
-## 10391 10391     A2C7E2       1219
-## 10392 10392     A2C7E2       1219
-## 10393 10393     A2C7F4       1219
-## 10394 10394     A2C7G2       1219
-## 10395 10395     A2C7H0       1219
-## 10396 10396     A2C7N3       1219
-## 10397 10397     A2C7N3       1219
-## 10398 10398     A2C7Q3       1219
-## 10399 10399     A2C7T4       1219
-## 10400 10400     A2C7T5       1219
-## 10401 10401     A2C7T5       1219
-## 10402 10402     A2C7X1       1219
-## 10403 10403     A2C8D6       1219
-## 10404 10404     A2C9M6       1219
-## 10405 10405     A2C9M6       1219
-## 10406 10406     A2C9P7       1219
-## 10407 10407     A2C9P7       1219
-## 10408 10408     A2C9R5       1219
-## 10409 10409     A2C9U0       1219
-## 10410 10410     A2C9U0       1219
-## 10411 10411     A2CA16       1219
-## 10412 10412     A2CA92       1219
-## 10413 10413     A2CAB5       1219
-## 10414 10414     A2CAC6       1219
-## 10415 10415     A2CAR8       1219
-## 10416 10416     A2CAR9       1219
-## 10417 10417     A2CAS7       1219
-## 10418 10418     A2CB21       1219
-## 10419 10419     A2CB44       1219
-## 10420 10420     A2CBG9       1219
-## 10421 10421     A2CBH2       1219
-## 10422 10422     A2CBL8       1219
-## 10423 10423     A2CBM2       1219
-## 10424 10424     A2CBM2       1219
-## 10425 10425     A2CBR5       1219
-## 10426 10426     A2CBX2       1219
-## 10427 10427     A2CBX4       1219
-## 10428 10428     A2CC27       1219
-## 10429 10429     A2CC33       1219
-## 10430 10430     A2CC41       1219
-## 10431 10431     A2CC44       1219
-## 10432 10432     A2CC44       1219
-## 10433 10433     A2CC44       1219
-## 10434 10434     A2CC53       1219
-## 10435 10435     A2CC86       1219
-## 10436 10436     A2CC86       1219
-## 10437 10437     A2CC86       1219
-## 10438 10438     A2CC94       1219
-## 10439 10439     A2CC97       1219
-## 10440 10440     A2CC97       1219
-## 10441 10441     A2CCA2       1219
-## 10442 10442     A2CCG3       1219
-## 10443 10443     A2CCI1       1219
-## 10444 10444     A2CCI3       1219
-## 10445 10445     A2CCI6       1219
-## 10446 10446     A2CCJ0       1219
-## 10447 10447     A2CCJ9       1219
-## 10448 10448     A2CCL0       1219
-## 10449 10449     A2CCL1       1219
-## 10450 10450     A2CCN3       1219
-## 10451 10451     A2CCR1       1219
-## 10452 10452     A2CCR1       1219
-## 10453 10453     A2CCX5       1219
-## 10454 10454     A2CCY5       1219
-## 10455 10455     A2CD21       1219
-## 10456 10456     A2CD59       1219
-## 10457 10457     A2CD59       1219
-## 10458 10458     A2CD59       1219
-## 10459 10459     A2CD61       1219
-## 10460 10460     A2CD93       1219
-## 10461 10461     A2CDC4       1219
-## 10462 10462     A2CDC4       1219
-## 10463 10463     A2CDE2       1219
-## 10464 10464     A2CDE8       1219
-## 10465 10465     A2CDG1       1219
-## 10466 10466     A2CDG7       1219
-## 10467 10467     A2CDG7       1219
-## 10468 10468     A2CDJ8       1219
-## 10469 10469     A2CDJ8       1219
-## 10470 10470     A2CDK1       1219
-## 10471 10471     A2CDK7       1219
-## 10472 10472     A2CDK7       1219
-## 10473 10473     A2CDK7       1219
-## 10474 10474     A2CDR8       1219
-## 10475 10475     A2CDU0       1219
-## 10476 10476     A2CDX5       1219
-## 10477 10477     A2CDX8       1219
-## 10478 10478     A2CE44         NA
-## 10479 10479     A2CE44         NA
-## 10480 10480     A2CE44         NA
-## 10481 10481     A2CE44         NA
-## 10482 10482     A2CE44         NA
-## 10483 10483     A2CE44         NA
-## 10484 10484     A2CE44         NA
-## 10485 10485     A2CE44         NA
-## 10486 10486     A2CE44         NA
-## 10487 10487     A2CE44         NA
-## 10488 10488     A2CE44         NA
-## 10489 10489     A2CE44         NA
-## 10490 10490     A2CEA7         NA
-## 10491 10491     A2CEA7         NA
-## 10492 10492     A2CEH0         NA
-## 10493 10493     A2CEI6         NA
-## 10494 10494     A2CEI6         NA
-## 10495 10495     A2CEQ0         NA
-## 10496 10496     A2CEQ0         NA
-## 10497 10497     A2CEZ5         NA
-## 10498 10498     A2CG49         NA
-## 10499 10499     A2CG49         NA
-## 10500 10500     A2CG49         NA
-## 10501 10501     A2CG49         NA
-## 10502 10502     A2CG49         NA
-## 10503 10503     A2CG63         NA
-## 10504 10504     A2CG63         NA
-## 10505 10505     A2CG63         NA
-## 10506 10506     A2CG63         NA
-## 10507 10507     A2CG63         NA
-## 10508 10508     A2CG63         NA
-## 10509 10509     A2CHX2         NA
-## 10510 10510     A2CI34         NA
-## 10511 10511     A2CI35         NA
-## 10512 10512     A2CI35         NA
-## 10513 10513     A2CI44         NA
-## 10514 10514     A2CI45         NA
-## 10515 10515     A2CI50         NA
-## 10516 10516     A2CI56         NA
-## 10517 10517     A2CI97         NA
-## 10518 10518     A2CI97         NA
-## 10519 10519     A2CI97         NA
-## 10520 10520     A2CJ06         NA
-## 10521 10521     A2CJ06         NA
-## 10522 10522     A2CJ06         NA
-## 10523 10523     A2CJE2       8737
-## 10524 10524     A2CJE3       8739
-## 10525 10525     A2CJE4         NA
-## 10526 10526     A2D4P8         NA
-## 10527 10527     A2D4P8         NA
-## 10528 10528     A2D4P8         NA
-## 10529 10529     A2D4P8         NA
-## 10530 10530     A2D4R4         NA
-## 10531 10531     A2D4R4         NA
-## 10532 10532     A2D4U1         NA
-## 10533 10533     A2D4U8         NA
-## 10534 10534     A2D4U8         NA
-## 10535 10535     A2D5I1         NA
-## 10536 10536     A2D5I1         NA
-## 10537 10537     A2D5I1         NA
-## 10538 10538     A2D5I1         NA
-## 10539 10539     A2D5N1         NA
-## 10540 10540     A2D5N1         NA
-## 10541 10541     A2D5V0         NA
-## 10542 10542     A2D649         NA
-## 10543 10543     A2D649         NA
-## 10544 10544     A2D670         NA
-## 10545 10545     A2D671         NA
-## 10546 10546     A2D671         NA
-## 10547 10547     A2EYC4         NA
-## 10548 10548     A2FJ32         NA
-## 10549 10549     A2I3Y6         NA
-## 10550 10550     A2I469         NA
-## 10551 10551     A2I8Z7         NA
-## 10552 10552     A2I8Z7         NA
-## 10553 10553     A2IBH5         NA
-## 10554 10554     A2IBY7       9612
-## 10555 10555     A2IBY7       9612
-## 10556 10556     A2ICC6         NA
-## 10557 10557     A2ICN5         NA
-## 10558 10558     A2ICN5         NA
-## 10559 10559     A2ICR5       9612
-## 10560 10560     A2IDD5         NA
-## 10561 10561     A2IDD5         NA
-## 10562 10562     A2KF29         NA
-## 10563 10563     A2KF29         NA
-## 10564 10564     A2PU44         NA
-## 10565 10565     A2PU44         NA
-## 10566 10566     A2PYH4         NA
-## 10567 10567     A2PYH4         NA
-## 10568 10568     A2PYL6         NA
-## 10569 10569     A2PYL7         NA
-## 10570 10570     A2PYL8         NA
-## 10571 10571     A2PZE5         NA
-## 10572 10572     A2PZF9         NA
-## 10573 10573     A2PZN8       4530
-## 10574 10574     A2Q0U8         NA
-## 10575 10575     A2Q0U8         NA
-## 10576 10576     A2Q0Z0         NA
-## 10577 10577     A2Q0Z0         NA
-## 10578 10578     A2Q0Z1         NA
-## 10579 10579     A2Q0Z1         NA
-## 10580 10580     A2Q1V6         NA
-## 10581 10581     A2Q1V6         NA
-## 10582 10582     A2Q7E0       5061
-## 10583 10583     A2Q848       5061
-## 10584 10584     A2Q848       5061
-## 10585 10585     A2Q848       5061
-## 10586 10586     A2Q848       5061
-## 10587 10587     A2Q848       5061
-## 10588 10588     A2Q877       5061
-## 10589 10589     A2Q8F7       5061
-## 10590 10590     A2Q8F7       5061
-## 10591 10591     A2Q8F7       5061
-## 10592 10592     A2Q8I1       5061
-## 10593 10593     A2Q8I1       5061
-## 10594 10594     A2Q8I1       5061
-## 10595 10595     A2Q8I1       5061
-## 10596 10596     A2Q8I1       5061
-## 10597 10597     A2Q8I1       5061
-## 10598 10598     A2Q8I1       5061
-## 10599 10599     A2Q8I1       5061
-## 10600 10600     A2Q8I1       5061
-## 10601 10601     A2Q8L1       5061
-## 10602 10602     A2Q8R2       5061
-## 10603 10603     A2Q8R9       5061
-## 10604 10604     A2Q908       5061
-## 10605 10605     A2Q908       5061
-## 10606 10606     A2Q908       5061
-## 10607 10607     A2Q908       5061
-## 10608 10608     A2Q9E4       5061
-## 10609 10609     A2Q9F0       5061
-## 10610 10610     A2Q9L0       5061
-## 10611 10611     A2Q9L0       5061
-## 10612 10612     A2Q9L0       5061
-## 10613 10613     A2Q9L8       5061
-## 10614 10614     A2Q9L8       5061
-## 10615 10615     A2Q9L8       5061
-## 10616 10616     A2Q9L8       5061
-## 10617 10617     A2Q9M4       5061
-## 10618 10618     A2Q9N1       5061
-## 10619 10619     A2Q9P2       5061
-## 10620 10620     A2QA27       5061
-## 10621 10621     A2QAB5       5061
-## 10622 10622     A2QAB5       5061
-## 10623 10623     A2QAF9       5061
-## 10624 10624     A2QAH3       5061
-## 10625 10625     A2QAI7       5061
-## 10626 10626     A2QAI7       5061
-## 10627 10627     A2QAI7       5061
-## 10628 10628     A2QAI7       5061
-## 10629 10629     A2QAN3       5061
-## 10630 10630     A2QAS2       5061
-## 10631 10631     A2QAU6       5061
-## 10632 10632     A2QAU6       5061
-## 10633 10633     A2QAU6       5061
-## 10634 10634     A2QAU6       5061
-## 10635 10635     A2QAU6       5061
-## 10636 10636     A2QAU6       5061
-## 10637 10637     A2QAU6       5061
-## 10638 10638     A2QAX7       5061
-## 10639 10639     A2QAX7       5061
-## 10640 10640     A2QAX7       5061
-## 10641 10641     A2QAY5       5061
-## 10642 10642     A2QB52       5061
-## 10643 10643     A2QBQ3       5061
-## 10644 10644     A2QBQ3       5061
-## 10645 10645     A2QBQ3       5061
-## 10646 10646     A2QBQ3       5061
-## 10647 10647     A2QBQ3       5061
-## 10648 10648     A2QBQ3       5061
-## 10649 10649     A2QBQ3       5061
-## 10650 10650     A2QBZ0       5061
-## 10651 10651     A2QBZ0       5061
-## 10652 10652     A2QBZ0       5061
-## 10653 10653     A2QC41       5061
-## 10654 10654     A2QC74       5061
-## 10655 10655     A2QC74       5061
-## 10656 10656     A2QC74       5061
-## 10657 10657     A2QCJ2       5061
-## 10658 10658     A2QCJ9       5061
-## 10659 10659     A2QCJ9       5061
-## 10660 10660     A2QCJ9       5061
-## 10661 10661     A2QCJ9       5061
-## 10662 10662     A2QCJ9       5061
-## 10663 10663     A2QCJ9       5061
-## 10664 10664     A2QCU8       5061
-## 10665 10665     A2QCV0       5061
-## 10666 10666     A2QCV8       5061
-## 10667 10667     A2QCW6       5061
-## 10668 10668     A2QCW6       5061
-## 10669 10669     A2QD49       5061
-## 10670 10670     A2QD49       5061
-## 10671 10671     A2QDB9       5061
-## 10672 10672     A2QDB9       5061
-## 10673 10673     A2QDI9       5061
-## 10674 10674     A2QE29       5061
-## 10675 10675     A2QE29       5061
-## 10676 10676     A2QE32       5061
-## 10677 10677     A2QE32       5061
-## 10678 10678     A2QE38       5061
-## 10679 10679     A2QE38       5061
-## 10680 10680     A2QE38       5061
-## 10681 10681     A2QE38       5061
-## 10682 10682     A2QEK7       5061
-## 10683 10683     A2QEK7       5061
-## 10684 10684     A2QEP2       5061
-## 10685 10685     A2QEQ6       5061
-## 10686 10686     A2QEV8       5061
-## 10687 10687     A2QEV8       5061
-## 10688 10688     A2QF59       5061
-## 10689 10689     A2QF59       5061
-## 10690 10690     A2QF59       5061
-## 10691 10691     A2QFG8       5061
-## 10692 10692     A2QFJ9       5061
-## 10693 10693     A2QFK0       5061
-## 10694 10694     A2QFK0       5061
-## 10695 10695     A2QFN7       5061
-## 10696 10696     A2QFN7       5061
-## 10697 10697     A2QFN7       5061
-## 10698 10698     A2QFN7       5061
-## 10699 10699     A2QGD9       5061
-## 10700 10700     A2QGD9       5061
-## 10701 10701     A2QGF0       5061
-## 10702 10702     A2QGF0       5061
-## 10703 10703     A2QGF0       5061
-## 10704 10704     A2QGS5       5061
-## 10705 10705     A2QGS5       5061
-## 10706 10706     A2QGW1       5061
-## 10707 10707     A2QGZ1       5061
-## 10708 10708     A2QGZ1       5061
-## 10709 10709     A2QH21       5061
-## 10710 10710     A2QH21       5061
-## 10711 10711     A2QH21       5061
-## 10712 10712     A2QH21       5061
-## 10713 10713     A2QH21       5061
-## 10714 10714     A2QHG0       5061
-## 10715 10715     A2QHG9       5061
-## 10716 10716     A2QHH4       5061
-## 10717 10717     A2QHM1       5061
-## 10718 10718     A2QHV0       5061
-## 10719 10719     A2QI22       5061
-## 10720 10720     A2QI25       5061
-## 10721 10721     A2QI25       5061
-## 10722 10722     A2QI25       5061
-## 10723 10723     A2QI25       5061
-## 10724 10724     A2QI25       5061
-## 10725 10725     A2QI25       5061
-## 10726 10726     A2QI25       5061
-## 10727 10727     A2QI25       5061
-## 10728 10728     A2QI25       5061
-## 10729 10729     A2QI68       5061
-## 10730 10730     A2QIL2       5061
-## 10731 10731     A2QIL2       5061
-## 10732 10732     A2QIL5       5061
-## 10733 10733     A2QIL5       5061
-## 10734 10734     A2QJ14       5061
-## 10735 10735     A2QJ14       5061
-## 10736 10736     A2QJF9       5061
-## 10737 10737     A2QJH4       5061
-## 10738 10738     A2QJH4       5061
-## 10739 10739     A2QJZ4       5061
-## 10740 10740     A2QJZ4       5061
-## 10741 10741     A2QK82       5061
-## 10742 10742     A2QKF6       5061
-## 10743 10743     A2QKT4       5061
-## 10744 10744     A2QKT4       5061
-## 10745 10745     A2QL39       5061
-## 10746 10746     A2QL39       5061
-## 10747 10747     A2QL72       5061
-## 10748 10748     A2QL72       5061
-## 10749 10749     A2QLJ9       5061
-## 10750 10750     A2QLJ9       5061
-## 10751 10751     A2QLK4       5061
-## 10752 10752     A2QLK4       5061
-## 10753 10753     A2QLK4       5061
-## 10754 10754     A2QLK4       5061
-## 10755 10755     A2QLK4       5061
-## 10756 10756     A2QLL1       5061
-## 10757 10757     A2QLL1       5061
-## 10758 10758     A2QLL1       5061
-## 10759 10759     A2QLL1       5061
-## 10760 10760     A2QLQ5       5061
-## 10761 10761     A2QMB8       5061
-## 10762 10762     A2QMH1       5061
-## 10763 10763     A2QMH1       5061
-## 10764 10764     A2QMH1       5061
-## 10765 10765     A2QMH1       5061
-## 10766 10766     A2QMS5       5061
-## 10767 10767     A2QN74       5061
-## 10768 10768     A2QN74       5061
-## 10769 10769     A2QN74       5061
-## 10770 10770     A2QNQ5       5061
-## 10771 10771     A2QNQ8       5061
-## 10772 10772     A2QNQ8       5061
-## 10773 10773     A2QNW5       5061
-## 10774 10774     A2QNW5       5061
-## 10775 10775     A2QP30       5061
-## 10776 10776     A2QPG3       5061
-## 10777 10777     A2QPK4       5061
-## 10778 10778     A2QPL8       5061
-## 10779 10779     A2QPM6       5061
-## 10780 10780     A2QPM6       5061
-## 10781 10781     A2QPW4       5061
-## 10782 10782     A2QPZ4       5061
-## 10783 10783     A2QPZ4       5061
-## 10784 10784     A2QQ09       5061
-## 10785 10785     A2QQ09       5061
-## 10786 10786     A2QQ09       5061
-## 10787 10787     A2QQ09       5061
-## 10788 10788     A2QQ10       5061
-## 10789 10789     A2QQ10       5061
-## 10790 10790     A2QQ10       5061
-## 10791 10791     A2QQ10       5061
-## 10792 10792     A2QQ28       5061
-## 10793 10793     A2QQ28       5061
-## 10794 10794     A2QQ28       5061
-## 10795 10795     A2QQ79       5061
-## 10796 10796     A2QQ79       5061
-## 10797 10797     A2QQ79       5061
-## 10798 10798     A2QQ79       5061
-## 10799 10799     A2QQ94       5061
-## 10800 10800     A2QQ94       5061
-## 10801 10801     A2QQA8       5061
-## 10802 10802     A2QQA8       5061
-## 10803 10803     A2QQA8       5061
-## 10804 10804     A2QQA8       5061
-## 10805 10805     A2QQA8       5061
-## 10806 10806     A2QQA8       5061
-## 10807 10807     A2QQA8       5061
-## 10808 10808     A2QQE8       5061
-## 10809 10809     A2QQE8       5061
-## 10810 10810     A2QQV6       5061
-## 10811 10811     A2QRG2       5061
-## 10812 10812     A2QRR5       5061
-## 10813 10813     A2QRR5       5061
-## 10814 10814     A2QS00       5061
-## 10815 10815     A2QSC9       5061
-## 10816 10816     A2QSC9       5061
-## 10817 10817     A2QSG6       5061
-## 10818 10818     A2QSG6       5061
-## 10819 10819     A2QSG6       5061
-## 10820 10820     A2QSG6       5061
-## 10821 10821     A2QTU0       5061
-## 10822 10822     A2QTU5       5061
-## 10823 10823     A2QTX8       5061
-## 10824 10824     A2QU58       5061
-## 10825 10825     A2QU58       5061
-## 10826 10826     A2QU71       5061
-## 10827 10827     A2QU71       5061
-## 10828 10828     A2QU77       5061
-## 10829 10829     A2QUM3       5061
-## 10830 10830     A2QUQ2       5061
-## 10831 10831     A2QUQ2       5061
-## 10832 10832     A2QUQ2       5061
-## 10833 10833     A2QUQ2       5061
-## 10834 10834     A2QUQ2       5061
-## 10835 10835     A2QUQ2       5061
-## 10836 10836     A2QUQ2       5061
-## 10837 10837     A2QUQ2       5061
-## 10838 10838     A2QUQ2       5061
-## 10839 10839     A2QUQ2       5061
-## 10840 10840     A2QUQ2       5061
-## 10841 10841     A2QUQ2       5061
-## 10842 10842     A2QUQ2       5061
-## 10843 10843     A2QUQ2       5061
-## 10844 10844     A2QUQ2       5061
-## 10845 10845     A2QUQ2       5061
-## 10846 10846     A2QUQ2       5061
-## 10847 10847     A2QUR1       5061
-## 10848 10848     A2QUR1       5061
-## 10849 10849     A2QUR1       5061
-## 10850 10850     A2QUR1       5061
-## 10851 10851     A2QUR1       5061
-## 10852 10852     A2QUS7       5061
-## 10853 10853     A2QUS7       5061
-## 10854 10854     A2QV36       5061
-## 10855 10855     A2QVS9       5061
-## 10856 10856     A2QVS9       5061
-## 10857 10857     A2QVS9       5061
-## 10858 10858     A2QW66       5061
-## 10859 10859     A2QW66       5061
-## 10860 10860     A2QW93       5061
-## 10861 10861     A2QW93       5061
-## 10862 10862     A2QW93       5061
-## 10863 10863     A2QWA6       5061
-## 10864 10864     A2QWM4       5061
-## 10865 10865     A2QWM4       5061
-## 10866 10866     A2QWT2       5061
-## 10867 10867     A2QWW0       5061
-## 10868 10868     A2QX52       5061
-## 10869 10869     A2QX52       5061
-## 10870 10870     A2QX52       5061
-## 10871 10871     A2QXL3       5061
-## 10872 10872     A2QXL3       5061
-## 10873 10873     A2QY22       5061
-## 10874 10874     A2QY49       5061
-## 10875 10875     A2QY50       5061
-## 10876 10876     A2QY50       5061
-## 10877 10877     A2QY54       5061
-## 10878 10878     A2QYE5       5061
-## 10879 10879     A2QYE5       5061
-## 10880 10880     A2QYE5       5061
-## 10881 10881     A2QYN2       5061
-## 10882 10882     A2QYR9       5061
-## 10883 10883     A2QYR9       5061
-## 10884 10884     A2QYR9       5061
-## 10885 10885     A2QYR9       5061
-## 10886 10886     A2QYR9       5061
-## 10887 10887     A2QZ71       5061
-## 10888 10888     A2QZA2       5061
-## 10889 10889     A2QZA2       5061
-## 10890 10890     A2QZA2       5061
-## 10891 10891     A2R065       5061
-## 10892 10892     A2R0B5       5061
-## 10893 10893     A2R0Z6       5061
-## 10894 10894     A2R0Z6       5061
-## 10895 10895     A2R180       5061
-## 10896 10896     A2R180       5061
-## 10897 10897     A2R180       5061
-## 10898 10898     A2R180       5061
-## 10899 10899     A2R180       5061
-## 10900 10900     A2R180       5061
-## 10901 10901     A2R180       5061
-## 10902 10902     A2R180       5061
-## 10903 10903     A2R180       5061
-## 10904 10904     A2R180       5061
-## 10905 10905     A2R180       5061
-## 10906 10906     A2R180       5061
-## 10907 10907     A2R180       5061
-## 10908 10908     A2R180       5061
-## 10909 10909     A2R1F6       5061
-## 10910 10910     A2R2E3       5061
-## 10911 10911     A2R2E3       5061
-## 10912 10912     A2R2E3       5061
-## 10913 10913     A2R2G1       5061
-## 10914 10914     A2R2G1       5061
-## 10915 10915     A2R2G1       5061
-## 10916 10916     A2R2L1       5061
-## 10917 10917     A2R2L1       5061
-## 10918 10918     A2R2S6       5061
-## 10919 10919     A2R2W3       5061
-## 10920 10920     A2R2W3       5061
-## 10921 10921     A2R345       5061
-## 10922 10922     A2R346       5061
-## 10923 10923     A2R350       5061
-## 10924 10924     A2R350       5061
-## 10925 10925     A2R3A7       5061
-## 10926 10926     A2R3F3       5061
-## 10927 10927     A2R3F3       5061
-## 10928 10928     A2R3F3       5061
-## 10929 10929     A2R3F3       5061
-## 10930 10930     A2R3G4       5061
-## 10931 10931     A2R3G4       5061
-## 10932 10932     A2R3G4       5061
-## 10933 10933     A2R3G4       5061
-## 10934 10934     A2R3G4       5061
-## 10935 10935     A2R3H4       5061
-## 10936 10936     A2R3I1       5061
-## 10937 10937     A2R3I1       5061
-## 10938 10938     A2R3N6       5061
-## 10939 10939     A2R3N6       5061
-## 10940 10940     A2R3N6       5061
-## 10941 10941     A2R3N6       5061
-## 10942 10942     A2R3Z3       5061
-## 10943 10943     A2R4D1       5061
-## 10944 10944     A2R4I6       5061
-## 10945 10945     A2R4I6       5061
-## 10946 10946     A2R4J9       5061
-## 10947 10947     A2R4K5       5061
-## 10948 10948     A2R4K5       5061
-## 10949 10949     A2R4K5       5061
-## 10950 10950     A2R4K5       5061
-## 10951 10951     A2R4K5       5061
-## 10952 10952     A2R4K5       5061
-## 10953 10953     A2R4K5       5061
-## 10954 10954     A2R4N0       5061
-## 10955 10955     A2R4N0       5061
-## 10956 10956     A2R4N0       5061
-## 10957 10957     A2R4T4       5061
-## 10958 10958     A2R4T4       5061
-## 10959 10959     A2R4T4       5061
-## 10960 10960     A2R4T4       5061
-## 10961 10961     A2R4T4       5061
-## 10962 10962     A2R4T4       5061
-## 10963 10963     A2R4T4       5061
-## 10964 10964     A2R4V1       5061
-## 10965 10965     A2R511       5061
-## 10966 10966     A2R511       5061
-## 10967 10967     A2R511       5061
-## 10968 10968     A2R5A0       5061
-## 10969 10969     A2R5A0       5061
-## 10970 10970     A2R5J1       5061
-## 10971 10971     A2R5J1       5061
-## 10972 10972     A2R5J1       5061
-## 10973 10973     A2R5J1       5061
-## 10974 10974     A2R5J1       5061
-## 10975 10975     A2R5J1       5061
-## 10976 10976     A2R5J1       5061
-## 10977 10977     A2R5J1       5061
-## 10978 10978     A2R5N0       5061
-## 10979 10979     A2R5N0       5061
-## 10980 10980     A2R5N0       5061
-## 10981 10981     A2R5N0       5061
-## 10982 10982     A2R5N0       5061
-## 10983 10983     A2R5S4       5061
-## 10984 10984     A2R5W7       5061
-## 10985 10985     A2R5W7       5061
-## 10986 10986     A2R5W7       5061
-## 10987 10987     A2R5W7       5061
-## 10988 10988     A2R5W7       5061
-## 10989 10989     A2R616       5061
-## 10990 10990     A2R797       5061
-## 10991 10991     A2R7P5       5061
-## 10992 10992     A2R7P5       5061
-## 10993 10993     A2R7P5       5061
-## 10994 10994     A2R7P5       5061
-## 10995 10995     A2R7P5       5061
-## 10996 10996     A2R7P5       5061
-## 10997 10997     A2R7P5       5061
-## 10998 10998     A2R7P5       5061
-## 10999 10999     A2R7P5       5061
-## 11000 11000     A2R920       5061
-## 11001 11001     A2R989       5061
-## 11002 11002     A2R989       5061
-## 11003 11003     A2R9B9       5061
-## 11004 11004     A2R9B9       5061
-## 11005 11005     A2R9H9       5061
-## 11006 11006     A2R9H9       5061
-## 11007 11007     A2R9H9       5061
-## 11008 11008     A2RA31       5061
-## 11009 11009     A2RA55       5061
-## 11010 11010     A2RA55       5061
-## 11011 11011     A2RA55       5061
-## 11012 11012     A2RA63       5061
-## 11013 11013     A2RA84       5061
-## 11014 11014     A2RA84       5061
-## 11015 11015     A2RA84       5061
-## 11016 11016     A2RA84       5061
-## 11017 11017     A2RAF6       5061
-## 11018 11018     A2RAF6       5061
-## 11019 11019     A2RAG5       5061
-## 11020 11020     A2RAG5       5061
-## 11021 11021     A2RAG5       5061
-## 11022 11022     A2RAL4       5061
-## 11023 11023     A2RAL4       5061
-## 11024 11024     A2RAN5       5061
-## 11025 11025     A2RAN5       5061
-## 11026 11026     A2RAR6       5061
-## 11027 11027     A2RB17       5061
-## 11028 11028     A2RB17       5061
-## 11029 11029     A2RB75       5061
-## 11030 11030     A2RB75       5061
-## 11031 11031     A2RB75       5061
-## 11032 11032     A2RBA1       5061
-## 11033 11033     A2RBA1       5061
-## 11034 11034     A2RBB7       5061
-## 11035 11035     A2RBC2       5061
-## 11036 11036     A2RBC7       5061
-## 11037 11037     A2RBC7       5061
-## 11038 11038     A2RBC7       5061
-## 11039 11039     A2RBC7       5061
-## 11040 11040     A2RBL2       5061
-## 11041 11041     A2RBL2       5061
-## 11042 11042     A2RBY9       1314
-## 11043 11043     A2RC15       1314
-## 11044 11044     A2RC20       1314
-## 11045 11045     A2RC33       1314
-## 11046 11046     A2RC40       1314
-## 11047 11047     A2RC40       1314
-## 11048 11048     A2RC52       1314
-## 11049 11049     A2RC98       1314
-## 11050 11050     A2RC98       1314
-## 11051 11051     A2RCE5       1314
-## 11052 11052     A2RCF8       1314
-## 11053 11053     A2RCG1       1314
-## 11054 11054     A2RCI2       1314
-## 11055 11055     A2RCL2       1314
-## 11056 11056     A2RCL2       1314
-## 11057 11057     A2RCL2       1314
-## 11058 11058     A2RCN9       1314
-## 11059 11059     A2RCQ8       1314
-## 11060 11060     A2RCV6       1314
-## 11061 11061     A2RCV7       1314
-## 11062 11062     A2RCV7       1314
-## 11063 11063     A2RCV8       1314
-## 11064 11064     A2RCW6       1314
-## 11065 11065     A2RD01       1314
-## 11066 11066     A2RD01       1314
-## 11067 11067     A2RD23       1314
-## 11068 11068     A2RD27       1314
-## 11069 11069     A2RD40       1314
-## 11070 11070     A2RD40       1314
-## 11071 11071     A2RD55       1314
-## 11072 11072     A2RD66       1314
-## 11073 11073     A2RD87       1314
-## 11074 11074     A2RDJ7       1314
-## 11075 11075     A2RDM9       1314
-## 11076 11076     A2RDN0       1314
-## 11077 11077     A2RDN1       1314
-## 11078 11078     A2RDW3       1314
-## 11079 11079     A2RDW3       1314
-## 11080 11080     A2RDW5       1314
-## 11081 11081     A2RDY3       1314
-## 11082 11082     A2RE06       1314
-## 11083 11083     A2RE19       1314
-## 11084 11084     A2RE30       1314
-## 11085 11085     A2RE30       1314
-## 11086 11086     A2RE30       1314
-## 11087 11087     A2RE43       1314
-## 11088 11088     A2RE47       1314
-## 11089 11089     A2RE65       1314
-## 11090 11090     A2RE93       1314
-## 11091 11091     A2RE93       1314
-## 11092 11092     A2REA6       1314
-## 11093 11093     A2REA6       1314
-## 11094 11094     A2REC4       1314
-## 11095 11095     A2RED2       1314
-## 11096 11096     A2REF7       1314
-## 11097 11097     A2REF7       1314
-## 11098 11098     A2REH5       1314
-## 11099 11099     A2REH9       1314
-## 11100 11100     A2REI4       1314
-## 11101 11101     A2REM7       1314
-## 11102 11102     A2REY2       1314
-## 11103 11103     A2REZ0       1314
-## 11104 11104     A2RF00       1314
-## 11105 11105     A2RF09       1314
-## 11106 11106     A2RF60       1314
-## 11107 11107     A2RF64       1314
-## 11108 11108     A2RF70       1314
-## 11109 11109     A2RF70       1314
-## 11110 11110     A2RF72       1314
-## 11111 11111     A2RF82       1314
-## 11112 11112     A2RF85       1314
-## 11113 11113     A2RF89       1314
-## 11114 11114     A2RFA8       1314
-## 11115 11115     A2RFA9       1314
-## 11116 11116     A2RFC1       1314
-## 11117 11117     A2RFC2       1314
-## 11118 11118     A2RFD0       1314
-## 11119 11119     A2RFD0       1314
-## 11120 11120     A2RFD0       1314
-## 11121 11121     A2RFQ7       1314
-## 11122 11122     A2RFQ7       1314
-## 11123 11123     A2RFQ7       1314
-## 11124 11124     A2RG20       1314
-## 11125 11125     A2RG32       1314
-## 11126 11126     A2RG45       1314
-## 11127 11127     A2RG45       1314
-## 11128 11128     A2RG45       1314
-## 11129 11129     A2RG67       1314
-## 11130 11130     A2RG70       1314
-## 11131 11131     A2RG72       1314
-## 11132 11132     A2RG75       1314
-## 11133 11133     A2RG81       1314
-## 11134 11134     A2RGB0       1314
-## 11135 11135     A2RGB7       1314
-## 11136 11136     A2RGC2       1314
-## 11137 11137     A2RGC8       1314
-## 11138 11138     A2RGC9       1314
-## 11139 11139     A2RGE8       1314
-## 11140 11140     A2RGH2       1314
-## 11141 11141     A2RGH2       1314
-## 11142 11142     A2RGH2       1314
-## 11143 11143     A2RGH7       1314
-## 11144 11144     A2RGI3       1314
-## 11145 11145     A2RGI3       1314
-## 11146 11146     A2RGI3       1314
-## 11147 11147     A2RGI4       1314
-## 11148 11148     A2RGR1       1314
-## 11149 11149     A2RGS5       1314
-## 11150 11150     A2RGU8       1314
-## 11151 11151     A2RGX5       1314
-## 11152 11152     A2RGY0       1314
-## 11153 11153     A2RGY1       1314
-## 11154 11154     A2RGZ8       1314
-## 11155 11155     A2RH05       1314
-## 11156 11156     A2RH85       1358
-## 11157 11157     A2RH97       1358
-## 11158 11158     A2RHJ9       1358
-## 11159 11159     A2RHM3       1358
-## 11160 11160     A2RHP2       1358
-## 11161 11161     A2RHP2       1358
-## 11162 11162     A2RHP5       1358
-## 11163 11163     A2RHW0       1358
-## 11164 11164     A2RHW0       1358
-## 11165 11165     A2RHW0       1358
-## 11166 11166     A2RHW1       1358
-## 11167 11167     A2RHZ5       1358
-## 11168 11168     A2RHZ5       1358
-## 11169 11169     A2RI05       1358
-## 11170 11170     A2RI05       1358
-## 11171 11171     A2RI05       1358
-## 11172 11172     A2RI79       1358
-## 11173 11173     A2RI79       1358
-## 11174 11174     A2RIM8       1358
-## 11175 11175     A2RIM8       1358
-## 11176 11176     A2RIS2       1358
-## 11177 11177     A2RIU1       1358
-## 11178 11178     A2RIW1       1358
-## 11179 11179     A2RIW1       1358
-## 11180 11180     A2RIX1       1358
-## 11181 11181     A2RJ76       1358
-## 11182 11182     A2RJ76       1358
-## 11183 11183     A2RJB4       1358
-## 11184 11184     A2RJB8       1358
-## 11185 11185     A2RJC8       1358
-## 11186 11186     A2RJC8       1358
-## 11187 11187     A2RJK5       1358
-## 11188 11188     A2RJQ3       1358
-## 11189 11189     A2RJQ4       1358
-## 11190 11190     A2RJQ6       1358
-## 11191 11191     A2RJQ6       1358
-## 11192 11192     A2RJQ6       1358
-## 11193 11193     A2RJQ6       1358
-## 11194 11194     A2RJS3       1358
-## 11195 11195     A2RJT1       1358
-## 11196 11196     A2RJT9       1358
-## 11197 11197     A2RK17       1358
-## 11198 11198     A2RK24       1358
-## 11199 11199     A2RK41       1358
-## 11200 11200     A2RK45       1358
-## 11201 11201     A2RKH5       1358
-## 11202 11202     A2RKI8       1358
-## 11203 11203     A2RKJ7       1358
-## 11204 11204     A2RKK4       1358
-## 11205 11205     A2RKK4       1358
-## 11206 11206     A2RKK4       1358
-## 11207 11207     A2RKP9       1358
-## 11208 11208     A2RKR4       1358
-## 11209 11209     A2RL40       1358
-## 11210 11210     A2RL40       1358
-## 11211 11211     A2RL43       1358
-## 11212 11212     A2RLF5       1358
-## 11213 11213     A2RLI8       1358
-## 11214 11214     A2RLT1       1358
-## 11215 11215     A2RLY6       1358
-## 11216 11216     A2RLY6       1358
-## 11217 11217     A2RLY6       1358
-## 11218 11218     A2RM00       1358
-## 11219 11219     A2RM37       1358
-## 11220 11220     A2RM37       1358
-## 11221 11221     A2RM37       1358
-## 11222 11222     A2RM49       1358
-## 11223 11223     A2RM59       1358
-## 11224 11224     A2RM73       1358
-## 11225 11225     A2RM73       1358
-## 11226 11226     A2RMA8       1358
-## 11227 11227     A2RMA8       1358
-## 11228 11228     A2RMA8       1358
-## 11229 11229     A2RMB7       1358
-## 11230 11230     A2RME6       1358
-## 11231 11231     A2RME6       1358
-## 11232 11232     A2RMH2       1358
-## 11233 11233     A2RML8       1358
-## 11234 11234     A2RML9       1358
-## 11235 11235     A2RML9       1358
-## 11236 11236     A2RML9       1358
-## 11237 11237     A2RMM5       1358
-## 11238 11238     A2RMN0       1358
-## 11239 11239     A2RMR1       1358
-## 11240 11240     A2RMS1       1358
-## 11241 11241     A2RMS5       1358
-## 11242 11242     A2RMS5       1358
-## 11243 11243     A2RMS5       1358
-## 11244 11244     A2RMS5       1358
-## 11245 11245     A2RMV7       1358
-## 11246 11246     A2RMV7       1358
-## 11247 11247     A2RN34       1358
-## 11248 11248     A2RN36       1358
-## 11249 11249     A2RN36       1358
-## 11250 11250     A2RN36       1358
-## 11251 11251     A2RN40       1358
-## 11252 11252     A2RN75       1358
-## 11253 11253     A2RN80       1358
-## 11254 11254     A2RN80       1358
-## 11255 11255     A2RNF3       1358
-## 11256 11256     A2RNI9       1358
-## 11257 11257     A2RNK1       1358
-## 11258 11258     A2RNN2       1358
-## 11259 11259     A2RNN4       1358
-## 11260 11260     A2RNQ2       1358
-## 11261 11261     A2RNQ2       1358
-## 11262 11262     A2RNQ5       1358
-## 11263 11263     A2RNQ7       1358
-## 11264 11264     A2RNT8       1358
-## 11265 11265     A2RNT9       1358
-## 11266 11266     A2RNY5       1358
-## 11267 11267     A2RNZ5       1358
-## 11268 11268     A2RP06       1358
-## 11269 11269     A2RP08       1358
-## 11270 11270     A2RP20       1358
-## 11271 11271     A2RP20       1358
-## 11272 11272     A2RP20       1358
-## 11273 11273     A2RP37       1358
-## 11274 11274     A2RP37       1358
-## 11275 11275     A2RP37       1358
-## 11276 11276     A2RPW9         NA
-## 11277 11277     A2RRD8         NA
-## 11278 11278     A2RRH5         NA
-## 11279 11279     A2RRP1         NA
-## 11280 11280     A2RRP1         NA
-## 11281 11281     A2RRT9         NA
-## 11282 11282     A2RRU1         NA
-## 11283 11283     A2RRU3         NA
-## 11284 11284     A2RRU4         NA
-## 11285 11285     A2RRU4         NA
-## 11286 11286     A2RRU4         NA
-## 11287 11287     A2RRV9         NA
-## 11288 11288     A2RRW4         NA
-## 11289 11289     A2RRX6         NA
-## 11290 11290     A2RRX6         NA
-## 11291 11291     A2RRY8         NA
-## 11292 11292     A2RRY8         NA
-## 11293 11293     A2RSJ4         NA
-## 11294 11294     A2RSQ1         NA
-## 11295 11295     A2RSY1         NA
-## 11296 11296     A2RSY1         NA
-## 11297 11297     A2RSY6         NA
-## 11298 11298     A2RSY6         NA
-## 11299 11299     A2RSY6         NA
-## 11300 11300     A2RT60         NA
-## 11301 11301     A2RT62         NA
-## 11302 11302     A2RT62         NA
-## 11303 11303     A2RT62         NA
-## 11304 11304     A2RT67         NA
-## 11305 11305     A2RT67         NA
-## 11306 11306     A2RT91         NA
-## 11307 11307     A2RT91         NA
-## 11308 11308     A2RTF1         NA
-## 11309 11309     A2RTL5         NA
-## 11310 11310     A2RTL5         NA
-## 11311 11311     A2RTL5         NA
-## 11312 11312     A2RTL5         NA
-## 11313 11313     A2RTL5         NA
-## 11314 11314     A2RTL5         NA
-## 11315 11315     A2RTX5         NA
-## 11316 11316     A2RTX5         NA
-## 11317 11317     A2RTX5         NA
-## 11318 11318     A2RTY3         NA
-## 11319 11319     A2RTY3         NA
-## 11320 11320     A2RU54         NA
-## 11321 11321     A2RU54         NA
-## 11322 11322     A2RUB6         NA
-## 11323 11323     A2RUB6         NA
-## 11324 11324     A2RUR9         NA
-## 11325 11325     A2RUR9         NA
-## 11326 11326     A2RUS2         NA
-## 11327 11327     A2RUS2         NA
-## 11328 11328     A2RUS2         NA
-## 11329 11329     A2RUV0         NA
-## 11330 11330     A2RUV0         NA
-## 11331 11331     A2RUV0         NA
-## 11332 11332     A2RUV0         NA
-## 11333 11333     A2RUV4         NA
-## 11334 11334     A2RUV4         NA
-## 11335 11335     A2RUV4         NA
-## 11336 11336     A2RUV4         NA
-## 11337 11337     A2RUV9         NA
-## 11338 11338     A2RUV9         NA
-## 11339 11339     A2RUV9         NA
-## 11340 11340     A2RUV9         NA
-## 11341 11341     A2RUV9         NA
-## 11342 11342     A2RUV9         NA
-## 11343 11343     A2RUV9         NA
-## 11344 11344     A2RUW0         NA
-## 11345 11345     A2RUW0         NA
-## 11346 11346     A2RUW0         NA
-## 11347 11347     A2RUW1         NA
-## 11348 11348     A2RUW7         NA
-## 11349 11349     A2RUW7         NA
-## 11350 11350     A2RUW7         NA
-## 11351 11351     A2RUW7         NA
-## 11352 11352     A2RUW7         NA
-## 11353 11353     A2RV29         NA
-## 11354 11354     A2RV29         NA
-## 11355 11355     A2RV61         NA
-## 11356 11356     A2RV61         NA
-## 11357 11357     A2RV61         NA
-## 11358 11358     A2RV66         NA
-## 11359 11359     A2RV70         NA
-## 11360 11360     A2RV70         NA
-## 11361 11361     A2RV70         NA
-## 11362 11362     A2RV70         NA
-## 11363 11363     A2RV70         NA
-## 11364 11364     A2RV80         NA
-## 11365 11365     A2RV80         NA
-## 11366 11366     A2RVQ5         NA
-## 11367 11367     A2RVS6         NA
-## 11368 11368     A2RVS6         NA
-## 11369 11369     A2RVS6         NA
-## 11370 11370     A2RVV7         NA
-## 11371 11371     A2RWD6      13373
-## 11372 11372     A2RWD6      13373
-## 11373 11373     A2RWH4      13373
-## 11374 11374     A2RWR9      13373
-## 11375 11375     A2RWR9      13373
-## 11376 11376     A2RXU4      13373
-## 11377 11377     A2RYI3      13373
-## 11378 11378     A2RZY1      13373
-## 11379 11379     A2S0N7      13373
-## 11380 11380     A2S105      13373
-## 11381 11381     A2S105      13373
-## 11382 11382     A2S1P8      13373
-## 11383 11383     A2S1Q0      13373
-## 11384 11384     A2S1Q0      13373
-## 11385 11385     A2S1Q0      13373
-## 11386 11386     A2S1Q1      13373
-## 11387 11387     A2S1Q1      13373
-## 11388 11388     A2S233      13373
-## 11389 11389     A2S245      13373
-## 11390 11390     A2S2A3      13373
-## 11391 11391     A2S2A6      13373
-## 11392 11392     A2S2B2      13373
-## 11393 11393     A2S2C9      13373
-## 11394 11394     A2S2L1      13373
-## 11395 11395     A2S2L1      13373
-## 11396 11396     A2S2L1      13373
-## 11397 11397     A2S2L1      13373
-## 11398 11398     A2S2L1      13373
-## 11399 11399     A2S2L1      13373
-## 11400 11400     A2S2L1      13373
-## 11401 11401     A2S2L1      13373
-## 11402 11402     A2S373      13373
-## 11403 11403     A2S373      13373
-## 11404 11404     A2S3D4      13373
-## 11405 11405     A2S3D4      13373
-## 11406 11406     A2S3Q4      13373
-## 11407 11407     A2S3Q4      13373
-## 11408 11408     A2S3Z6      13373
-## 11409 11409     A2S3Z6      13373
-## 11410 11410     A2S451      13373
-## 11411 11411     A2S463      13373
-## 11412 11412     A2S4A3      13373
-## 11413 11413     A2S4A9      13373
-## 11414 11414     A2S4E7      13373
-## 11415 11415     A2S4I0      13373
-## 11416 11416     A2S4N8      13373
-## 11417 11417     A2S4P8      13373
-## 11418 11418     A2S4P8      13373
-## 11419 11419     A2S4P8      13373
-## 11420 11420     A2S4R9      13373
-## 11421 11421     A2S4V8      13373
-## 11422 11422     A2S4Y8      13373
-## 11423 11423     A2S4Y8      13373
-## 11424 11424     A2S502      13373
-## 11425 11425     A2S515      13373
-## 11426 11426     A2S516      13373
-## 11427 11427     A2S552      13373
-## 11428 11428     A2S563      13373
-## 11429 11429     A2S563      13373
-## 11430 11430     A2S565      13373
-## 11431 11431     A2S565      13373
-## 11432 11432     A2S565      13373
-## 11433 11433     A2S565      13373
-## 11434 11434     A2S567      13373
-## 11435 11435     A2S581      13373
-## 11436 11436     A2S587      13373
-## 11437 11437     A2S587      13373
-## 11438 11438     A2S587      13373
-## 11439 11439     A2S587      13373
-## 11440 11440     A2S5D5      13373
-## 11441 11441     A2S5J4      13373
-## 11442 11442     A2S5J7      13373
-## 11443 11443     A2S5P8      13373
-## 11444 11444     A2S5R8      13373
-## 11445 11445     A2S5R8      13373
-## 11446 11446     A2S5R8      13373
-## 11447 11447     A2S5T4      13373
-## 11448 11448     A2S5U4      13373
-## 11449 11449     A2S5U5      13373
-## 11450 11450     A2S5U7      13373
-## 11451 11451     A2S5U8      13373
-## 11452 11452     A2S5U8      13373
-## 11453 11453     A2S5Y8      13373
-## 11454 11454     A2S603      13373
-## 11455 11455     A2S603      13373
-## 11456 11456     A2S629      13373
-## 11457 11457     A2S629      13373
-## 11458 11458     A2S629      13373
-## 11459 11459     A2S646      13373
-## 11460 11460     A2S6C0      13373
-## 11461 11461     A2S6C0      13373
-## 11462 11462     A2S6F6      13373
-## 11463 11463     A2S6F6      13373
-## 11464 11464     A2S6J1      13373
-## 11465 11465     A2S6J1      13373
-## 11466 11466     A2S6K2      13373
-## 11467 11467     A2S6N9      13373
-## 11468 11468     A2S6N9      13373
-## 11469 11469     A2S6T3      13373
-## 11470 11470     A2S6U9      13373
-## 11471 11471     A2S6U9      13373
-## 11472 11472     A2S718      13373
-## 11473 11473     A2S750      13373
-## 11474 11474     A2S753      13373
-## 11475 11475     A2S754      13373
-## 11476 11476     A2S7G3      13373
-## 11477 11477     A2S7G4      13373
-## 11478 11478     A2S7G6      13373
-## 11479 11479     A2S7G7      13373
-## 11480 11480     A2S7I2      13373
-## 11481 11481     A2S7I2      13373
-## 11482 11482     A2S7I6      13373
-## 11483 11483     A2S7R3      13373
-## 11484 11484     A2S7V6      13373
-## 11485 11485     A2S800      13373
-## 11486 11486     A2S836      13373
-## 11487 11487     A2S836      13373
-## 11488 11488     A2S860      13373
-## 11489 11489     A2S8D2      13373
-## 11490 11490     A2S8D2      13373
-## 11491 11491     A2S8D2      13373
-## 11492 11492     A2S8D2      13373
-## 11493 11493     A2S8D6      13373
-## 11494 11494     A2S8D6      13373
-## 11495 11495     A2S8D6      13373
-## 11496 11496     A2S8H2      13373
-## 11497 11497     A2S8I9      13373
-## 11498 11498     A2S8I9      13373
-## 11499 11499     A2S8L1      13373
-## 11500 11500     A2S8L1      13373
-## 11501 11501     A2S8L4      13373
-## 11502 11502     A2S8L9      13373
-## 11503 11503     A2S8Q1      13373
-## 11504 11504     A2S994      13373
-## 11505 11505     A2S995      13373
-## 11506 11506     A2S995      13373
-## 11507 11507     A2S997      13373
-## 11508 11508     A2S999      13373
-## 11509 11509     A2S9D4      13373
-## 11510 11510     A2S9D9      13373
-## 11511 11511     A2S9G8      13373
-## 11512 11512     A2S9G8      13373
-## 11513 11513     A2S9H0      13373
-## 11514 11514     A2S9K2      13373
-## 11515 11515     A2S9N6      13373
-## 11516 11516     A2S9Q3      13373
-## 11517 11517     A2S9S5      13373
-## 11518 11518     A2S9S5      13373
-## 11519 11519     A2S9S5      13373
-## 11520 11520     A2S9S5      13373
-## 11521 11521     A2SA04      13373
-## 11522 11522     A2SA04      13373
-## 11523 11523     A2SA04      13373
-## 11524 11524     A2SA04      13373
-## 11525 11525     A2SA04      13373
-## 11526 11526     A2SA47      13373
-## 11527 11527     A2SAC7      13373
-## 11528 11528     A2SAC9      13373
-## 11529 11529     A2SAE9      13373
-## 11530 11530     A2SAF7      13373
-## 11531 11531     A2SAF7      13373
-## 11532 11532     A2SAG6      13373
-## 11533 11533     A2SAH5      13373
-## 11534 11534     A2SAU5      13373
-## 11535 11535     A2SAU6      13373
-## 11536 11536     A2SAW7      13373
-## 11537 11537     A2SAX8      13373
-## 11538 11538     A2SAX8      13373
-## 11539 11539     A2SAY0      13373
-## 11540 11540     A2SB35      13373
-## 11541 11541     A2SB58      13373
-## 11542 11542     A2SB60      13373
-## 11543 11543     A2SB60      13373
-## 11544 11544     A2SB69      13373
-## 11545 11545     A2SB72      13373
-## 11546 11546     A2SB73      13373
-## 11547 11547     A2SB73      13373
-## 11548 11548     A2SB83      13373
-## 11549 11549     A2SB83      13373
-## 11550 11550     A2SB85      13373
-## 11551 11551     A2SB85      13373
-## 11552 11552     A2SB85      13373
-## 11553 11553     A2SB87      13373
-## 11554 11554     A2SB87      13373
-## 11555 11555     A2SB97      13373
-## 11556 11556     A2SBA7      13373
-## 11557 11557     A2SBC7      13373
-## 11558 11558     A2SBH6      13373
-## 11559 11559     A2SBH6      13373
-## 11560 11560     A2SBI7      13373
-## 11561 11561     A2SBI7      13373
-## 11562 11562     A2SBM4     105560
-## 11563 11563     A2SBM4     105560
-## 11564 11564     A2SC47     105560
-## 11565 11565     A2SC71     105560
-## 11566 11566     A2SC77     105560
-## 11567 11567     A2SCE2     105560
-## 11568 11568     A2SCF8     105560
-## 11569 11569     A2SCV1     105560
-## 11570 11570     A2SCV1     105560
-## 11571 11571     A2SCX6     105560
-## 11572 11572     A2SCX6     105560
-## 11573 11573     A2SCY2     105560
-## 11574 11574     A2SCY2     105560
-## 11575 11575     A2SCY2     105560
-## 11576 11576     A2SCY5     105560
-## 11577 11577     A2SCY6     105560
-## 11578 11578     A2SD05     105560
-## 11579 11579     A2SD22     105560
-## 11580 11580     A2SD34     105560
-## 11581 11581     A2SD36     105560
-## 11582 11582     A2SD36     105560
-## 11583 11583     A2SD36     105560
-## 11584 11584     A2SD37     105560
-## 11585 11585     A2SD47     105560
-## 11586 11586     A2SD53     105560
-## 11587 11587     A2SD80     105560
-## 11588 11588     A2SD80     105560
-## 11589 11589     A2SDI8     105560
-## 11590 11590     A2SDJ1     105560
-## 11591 11591     A2SDJ2     105560
-## 11592 11592     A2SDN6     105560
-## 11593 11593     A2SDN9     105560
-## 11594 11594     A2SDP0     105560
-## 11595 11595     A2SE10     105560
-## 11596 11596     A2SE14     105560
-## 11597 11597     A2SE21     105560
-## 11598 11598     A2SE21     105560
-## 11599 11599     A2SES7     105560
-## 11600 11600     A2SET3     105560
-## 11601 11601     A2SEX7     105560
-## 11602 11602     A2SFG0     105560
-## 11603 11603     A2SFG0     105560
-## 11604 11604     A2SFG5     105560
-## 11605 11605     A2SFL0     105560
-## 11606 11606     A2SFM2     105560
-## 11607 11607     A2SFM2     105560
-## 11608 11608     A2SFM2     105560
-## 11609 11609     A2SFN4     105560
-## 11610 11610     A2SFS2     105560
-## 11611 11611     A2SFU1     105560
-## 11612 11612     A2SG02     105560
-## 11613 11613     A2SG95     105560
-## 11614 11614     A2SGN6     105560
-## 11615 11615     A2SGQ6     105560
-## 11616 11616     A2SGS4     105560
-## 11617 11617     A2SH40     105560
-## 11618 11618     A2SH40     105560
-## 11619 11619     A2SH40     105560
-## 11620 11620     A2SH40     105560
-## 11621 11621     A2SH42     105560
-## 11622 11622     A2SH61     105560
-## 11623 11623     A2SH61     105560
-## 11624 11624     A2SH83     105560
-## 11625 11625     A2SH95     105560
-## 11626 11626     A2SH97     105560
-## 11627 11627     A2SH97     105560
-## 11628 11628     A2SH97     105560
-## 11629 11629     A2SH97     105560
-## 11630 11630     A2SHB1     105560
-## 11631 11631     A2SHB1     105560
-## 11632 11632     A2SHH0     105560
-## 11633 11633     A2SHH9     105560
-## 11634 11634     A2SHS5     105560
-## 11635 11635     A2SHT9     105560
-## 11636 11636     A2SHT9     105560
-## 11637 11637     A2SI90     105560
-## 11638 11638     A2SI90     105560
-## 11639 11639     A2SIL9     105560
-## 11640 11640     A2SIL9     105560
-## 11641 11641     A2SIQ1     105560
-## 11642 11642     A2SIQ4     105560
-## 11643 11643     A2SIR4     105560
-## 11644 11644     A2SIR5     105560
-## 11645 11645     A2SIR5     105560
-## 11646 11646     A2SIR5     105560
-## 11647 11647     A2SIR5     105560
-## 11648 11648     A2SIR5     105560
-## 11649 11649     A2SIS1     105560
-## 11650 11650     A2SIS3     105560
-## 11651 11651     A2SIY4     105560
-## 11652 11652     A2SJA7     105560
-## 11653 11653     A2SJK3     105560
-## 11654 11654     A2SJQ7     105560
-## 11655 11655     A2SJQ7     105560
-## 11656 11656     A2SJR2     105560
-## 11657 11657     A2SJR5     105560
-## 11658 11658     A2SJR5     105560
-## 11659 11659     A2SJR5     105560
-## 11660 11660     A2SJR5     105560
-## 11661 11661     A2SJR5     105560
-## 11662 11662     A2SJR5     105560
-## 11663 11663     A2SKF8     105560
-## 11664 11664     A2SKF9     105560
-## 11665 11665     A2SKI7     105560
-## 11666 11666     A2SKM5     105560
-## 11667 11667     A2SKM7     105560
-## 11668 11668     A2SKN7     105560
-## 11669 11669     A2SKR5     105560
-## 11670 11670     A2SKR5     105560
-## 11671 11671     A2SKR5     105560
-## 11672 11672     A2SKU1     105560
-## 11673 11673     A2SKV0     105560
-## 11674 11674     A2SKW6     105560
-## 11675 11675     A2SKW6     105560
-## 11676 11676     A2SL47     105560
-## 11677 11677     A2SL50     105560
-## 11678 11678     A2SL57     105560
-## 11679 11679     A2SLA5     105560
-## 11680 11680     A2SLA5     105560
-## 11681 11681     A2SLD3     105560
-## 11682 11682     A2SLD4     105560
-## 11683 11683     A2SLE0     105560
-## 11684 11684     A2SLE3     105560
-## 11685 11685     A2SLE3     105560
-## 11686 11686     A2SLF1     105560
-## 11687 11687     A2SLF1     105560
-## 11688 11688     A2SLG4     105560
-## 11689 11689     A2SLG6     105560
-## 11690 11690     A2SLG7     105560
-## 11691 11691     A2SLW2     105560
-## 11692 11692     A2SLX7     105560
-## 11693 11693     A2SLY9     105560
-## 11694 11694     A2SM29     105560
-## 11695 11695     A2SM29     105560
-## 11696 11696     A2SM97     105560
-## 11697 11697     A2SMA4     105560
-## 11698 11698     A2SMA4     105560
-## 11699 11699     A2SMA7     105560
-## 11700 11700     A2SMF1     105560
-## 11701 11701     A2SMI8     105560
-## 11702 11702     A2SMI8     105560
-## 11703 11703     A2SPC3      83984
-## 11704 11704     A2SPC3      83984
-## 11705 11705     A2SPG1      83984
-## 11706 11706     A2SPI9      83984
-## 11707 11707     A2SPK8      83984
-## 11708 11708     A2SPV6      83984
-## 11709 11709     A2SPV6      83984
-## 11710 11710     A2SPZ1      83984
-## 11711 11711     A2SQE9      83984
-## 11712 11712     A2SQM6      83984
-## 11713 11713     A2SQR6      83984
-## 11714 11714     A2SQS1      83984
-## 11715 11715     A2SQS1      83984
-## 11716 11716     A2SQU3      83984
-## 11717 11717     A2SQV5      83984
-## 11718 11718     A2SQZ4      83984
-## 11719 11719     A2SR54      83984
-## 11720 11720     A2SRG2      83984
-## 11721 11721     A2SSK1      83984
-## 11722 11722     A2SSM7      83984
-## 11723 11723     A2SSV1      83984
-## 11724 11724     A2SSV8      83984
-## 11725 11725     A2ST15      83984
-## 11726 11726     A2ST18      83984
-## 11727 11727     A2ST55      83984
-## 11728 11728     A2ST69      83984
-## 11729 11729     A2ST82      83984
-## 11730 11730     A2ST90      83984
-## 11731 11731     A2ST90      83984
-## 11732 11732     A2ST96      83984
-## 11733 11733     A2STI3      83984
-## 11734 11734     A2STI6      83984
-## 11735 11735     A2STJ3      83984
-## 11736 11736     A2STM7      83984
-## 11737 11737     A2STU0      83984
-## 11738 11738     A2STX1      83984
-## 11739 11739     A2STY4      83984
-## 11740 11740     A2STZ4      83984
-## 11741 11741     A2SU08      83984
-## 11742 11742     A2SU54      83984
-## 11743 11743     A2SU54      83984
-## 11744 11744     A2SW69         NA
-## 11745 11745     A2SXS5       9612
-## 11746 11746     A2SXS5       9612
-## 11747 11747     A2SXS5       9612
-## 11748 11748     A2SXS5       9612
-## 11749 11749     A2T195        645
-## 11750 11750     A2T308         NA
-## 11751 11751     A2T308         NA
-## 11752 11752     A2T308         NA
-## 11753 11753     A2T308         NA
-## 11754 11754     A2T310         NA
-## 11755 11755     A2T314         NA
-## 11756 11756     A2T314         NA
-## 11757 11757     A2T317         NA
-## 11758 11758     A2T318         NA
-## 11759 11759     A2T319         NA
-## 11760 11760     A2T322         NA
-## 11761 11761     A2T323         NA
-## 11762 11762     A2T324         NA
-## 11763 11763     A2T324         NA
-## 11764 11764     A2T334         NA
-## 11765 11765     A2T337         NA
-## 11766 11766     A2T346         NA
-## 11767 11767     A2T359         NA
-## 11768 11768     A2T365         NA
-## 11769 11769     A2T371         NA
-## 11770 11770     A2T379         NA
-## 11771 11771     A2T379         NA
-## 11772 11772     A2T379         NA
-## 11773 11773     A2T381         NA
-## 11774 11774     A2T383         NA
-## 11775 11775     A2T383         NA
-## 11776 11776     A2T384         NA
-## 11777 11777     A2T387         NA
-## 11778 11778     A2T3M0      28875
-## 11779 11779     A2T3M1      28875
-## 11780 11780     A2T3M1      28875
-## 11781 11781     A2T3M2      28875
-## 11782 11782     A2T3Q0      28875
-## 11783 11783     A2T3R5      28875
-## 11784 11784     A2T3R5      28875
-## 11785 11785     A2T3T0      28875
-## 11786 11786     A2T3T1      28875
-## 11787 11787     A2T3T1      28875
-## 11788 11788     A2T3T2      28875
-## 11789 11789     A2T3T2      28875
-## 11790 11790     A2T3T2      28875
-## 11791 11791     A2T6E3         NA
-## 11792 11792     A2T6E3         NA
-## 11793 11793     A2T6H5         NA
-## 11794 11794     A2T6H5         NA
-## 11795 11795     A2T6K4         NA
-## 11796 11796     A2T6K9         NA
-## 11797 11797     A2T6K9         NA
-## 11798 11798     A2T6V8         NA
-## 11799 11799     A2T6V8         NA
-## 11800 11800     A2T6W2         NA
-## 11801 11801     A2T6W2         NA
-## 11802 11802     A2T6X5         NA
-## 11803 11803     A2T6X5         NA
-## 11804 11804     A2T6X5         NA
-## 11805 11805     A2T6X5         NA
-## 11806 11806     A2T6X5         NA
-## 11807 11807     A2T6X6         NA
-## 11808 11808     A2T6X6         NA
-## 11809 11809     A2T6X6         NA
-## 11810 11810     A2T6X6         NA
-## 11811 11811     A2T6X9         NA
-## 11812 11812     A2T6Y4         NA
-## 11813 11813     A2T6Z0         NA
-## 11814 11814     A2T6Z0         NA
-## 11815 11815     A2T6Z6         NA
-## 11816 11816     A2T6Z6         NA
-## 11817 11817     A2T712         NA
-## 11818 11818     A2T712         NA
-## 11819 11819     A2T712         NA
-## 11820 11820     A2T715         NA
-## 11821 11821     A2T715         NA
-## 11822 11822     A2T733         NA
-## 11823 11823     A2T733         NA
-## 11824 11824     A2T736         NA
-## 11825 11825     A2T748         NA
-## 11826 11826     A2T748         NA
-## 11827 11827     A2T748         NA
-## 11828 11828     A2T756         NA
-## 11829 11829     A2T756         NA
-## 11830 11830     A2T756         NA
-## 11831 11831     A2T759         NA
-## 11832 11832     A2T763         NA
-## 11833 11833     A2T763         NA
-## 11834 11834     A2T764         NA
-## 11835 11835     A2T771         NA
-## 11836 11836     A2T771         NA
-## 11837 11837     A2T7D2         NA
-## 11838 11838     A2T7D2         NA
-## 11839 11839     A2T7D2         NA
-## 11840 11840     A2T7D7         NA
-## 11841 11841     A2T7D7         NA
-## 11842 11842     A2T7E6         NA
-## 11843 11843     A2T7E6         NA
-## 11844 11844     A2T7E6         NA
-## 11845 11845     A2T7F2         NA
-## 11846 11846     A2T7F2         NA
-## 11847 11847     A2T7F2         NA
-## 11848 11848     A2T7F2         NA
-## 11849 11849     A2T7F2         NA
-## 11850 11850     A2T7F2         NA
-## 11851 11851     A2T7F2         NA
-## 11852 11852     A2T7F2         NA
-## 11853 11853     A2T7F2         NA
-## 11854 11854     A2T7F3         NA
-## 11855 11855     A2T7F3         NA
-## 11856 11856     A2T7F3         NA
-## 11857 11857     A2T7F4         NA
-## 11858 11858     A2T7F4         NA
-## 11859 11859     A2T7G6         NA
-## 11860 11860     A2T7H5         NA
-## 11861 11861     A2T7H5         NA
-## 11862 11862     A2T7H5         NA
-## 11863 11863     A2T7H5         NA
-## 11864 11864     A2T7J2         NA
-## 11865 11865     A2T7J2         NA
-## 11866 11866     A2T7L7         NA
-## 11867 11867     A2T7L7         NA
-## 11868 11868     A2T7L7         NA
-## 11869 11869     A2T7M0         NA
-## 11870 11870     A2T7M0         NA
-## 11871 11871     A2T7P4         NA
-## 11872 11872     A2T7P4         NA
-## 11873 11873     A2T7S4         NA
-## 11874 11874     A2T7S4         NA
-## 11875 11875     A2T806         NA
-## 11876 11876     A2T806         NA
-## 11877 11877     A2T806         NA
-## 11878 11878     A2T806         NA
-## 11879 11879     A2T812         NA
-## 11880 11880     A2T812         NA
-## 11881 11881     A2T833         NA
-## 11882 11882     A2T833         NA
-## 11883 11883     A2T928         NA
-## 11884 11884     A2TED3         NA
-## 11885 11885     A2TED3         NA
-## 11886 11886     A2TED3         NA
-## 11887 11887     A2TED3         NA
-## 11888 11888     A2TED3         NA
-## 11889 11889     A2TED3         NA
-## 11890 11890     A2TED3         NA
-## 11891 11891     A2TF48         NA
-## 11892 11892     A2TGX5         NA
-## 11893 11893     A2TGX5         NA
-## 11894 11894     A2TJ54         NA
-## 11895 11895     A2TJV2         NA
-## 11896 11896     A2TJV2         NA
-## 11897 11897     A2TJV2         NA
-## 11898 11898     A2TJV2         NA
-## 11899 11899     A2TLM1         NA
-## 11900 11900     A2V735         NA
-## 11901 11901     A2V735         NA
-## 11902 11902     A2V7M9         NA
-## 11903 11903     A2V9Y8         NA
-## 11904 11904     A2V9Z4         NA
-## 11905 11905     A2VBC4         NA
-## 11906 11906     A2VCL2         NA
-## 11907 11907     A2VCL2         NA
-## 11908 11908     A2VCU8         NA
-## 11909 11909     A2VCU8         NA
-## 11910 11910     A2VCU8         NA
-## 11911 11911     A2VCV0         NA
-## 11912 11912     A2VCW5         NA
-## 11913 11913     A2VCW5         NA
-## 11914 11914     A2VCW5         NA
-## 11915 11915     A2VCW5         NA
-## 11916 11916     A2VCW5         NA
-## 11917 11917     A2VCW9         NA
-## 11918 11918     A2VCW9         NA
-## 11919 11919     A2VCW9         NA
-## 11920 11920     A2VCZ5         NA
-## 11921 11921     A2VCZ5         NA
-## 11922 11922     A2VCZ5         NA
-## 11923 11923     A2VCZ5         NA
-## 11924 11924     A2VCZ5         NA
-## 11925 11925     A2VCZ5         NA
-## 11926 11926     A2VCZ5         NA
-## 11927 11927     A2VD00         NA
-## 11928 11928     A2VD00         NA
-## 11929 11929     A2VD00         NA
-## 11930 11930     A2VD00         NA
-## 11931 11931     A2VD01         NA
-## 11932 11932     A2VD12         NA
-## 11933 11933     A2VD13         NA
-## 11934 11934     A2VD13         NA
-## 11935 11935     A2VD13         NA
-## 11936 11936     A2VD13         NA
-## 11937 11937     A2VD13         NA
-## 11938 11938     A2VD23         NA
-## 11939 11939     A2VD23         NA
-## 11940 11940     A2VD23         NA
-## 11941 11941     A2VD23         NA
-## 11942 11942     A2VD23         NA
-## 11943 11943     A2VD23         NA
-## 11944 11944     A2VD23         NA
-## 11945 11945     A2VD23         NA
-## 11946 11946     A2VD23         NA
-## 11947 11947     A2VD23         NA
-## 11948 11948     A2VD83         NA
-## 11949 11949     A2VD83         NA
-## 11950 11950     A2VD92         NA
-## 11951 11951     A2VD98         NA
-## 11952 11952     A2VDA9         NA
-## 11953 11953     A2VDA9         NA
-## 11954 11954     A2VDA9         NA
-## 11955 11955     A2VDA9         NA
-## 11956 11956     A2VDB3         NA
-## 11957 11957     A2VDC2         NA
-## 11958 11958     A2VDC7         NA
-## 11959 11959     A2VDH3         NA
-## 11960 11960     A2VDH3         NA
-## 11961 11961     A2VDH3         NA
-## 11962 11962     A2VDJ0         NA
-## 11963 11963     A2VDJ0         NA
-## 11964 11964     A2VDK6         NA
-## 11965 11965     A2VDK6         NA
-## 11966 11966     A2VDK6         NA
-## 11967 11967     A2VDK6         NA
-## 11968 11968     A2VDK9         NA
-## 11969 11969     A2VDL4         NA
-## 11970 11970     A2VDL4         NA
-## 11971 11971     A2VDL4         NA
-## 11972 11972     A2VDL6         NA
-## 11973 11973     A2VDL6         NA
-## 11974 11974     A2VDL8         NA
-## 11975 11975     A2VDM8         NA
-## 11976 11976     A2VDM8         NA
-## 11977 11977     A2VDN0         NA
-## 11978 11978     A2VDN0         NA
-## 11979 11979     A2VDN5         NA
-## 11980 11980     A2VDN6         NA
-## 11981 11981     A2VDN6         NA
-## 11982 11982     A2VDN6         NA
-## 11983 11983     A2VDN6         NA
-## 11984 11984     A2VDN6         NA
-## 11985 11985     A2VDP0         NA
-## 11986 11986     A2VDP1         NA
-## 11987 11987     A2VDP1         NA
-## 11988 11988     A2VDP1         NA
-## 11989 11989     A2VDP1         NA
-## 11990 11990     A2VDP1         NA
-## 11991 11991     A2VDP1         NA
-## 11992 11992     A2VDP2         NA
-## 11993 11993     A2VDP2         NA
-## 11994 11994     A2VDP4         NA
-## 11995 11995     A2VDQ7         NA
-## 11996 11996     A2VDR2         NA
-## 11997 11997     A2VDR8         NA
-## 11998 11998     A2VDR8         NA
-## 11999 11999     A2VDR9         NA
-## 12000 12000     A2VDS1         NA
-## 12001 12001     A2VDT4         NA
-## 12002 12002     A2VDT6         NA
-## 12003 12003     A2VDU2         NA
-## 12004 12004     A2VDU2         NA
-## 12005 12005     A2VDU2         NA
-## 12006 12006     A2VDU3         NA
-## 12007 12007     A2VDW6         NA
-## 12008 12008     A2VDW9         NA
-## 12009 12009     A2VDX9         NA
-## 12010 12010     A2VDX9         NA
-## 12011 12011     A2VDX9         NA
-## 12012 12012     A2VDX9         NA
-## 12013 12013     A2VDY3         NA
-## 12014 12014     A2VDY4         NA
-## 12015 12015     A2VDY6         NA
-## 12016 12016     A2VDZ3         NA
-## 12017 12017     A2VDZ3         NA
-## 12018 12018     A2VDZ9         NA
-## 12019 12019     A2VE00         NA
-## 12020 12020     A2VE02         NA
-## 12021 12021     A2VE02         NA
-## 12022 12022     A2VE04         NA
-## 12023 12023     A2VE08         NA
-## 12024 12024     A2VE08         NA
-## 12025 12025     A2VE08         NA
-## 12026 12026     A2VE10         NA
-## 12027 12027     A2VE14         NA
-## 12028 12028     A2VE15         NA
-## 12029 12029     A2VE21         NA
-## 12030 12030     A2VE22         NA
-## 12031 12031     A2VE23         NA
-## 12032 12032     A2VE23         NA
-## 12033 12033     A2VE23         NA
-## 12034 12034     A2VE23         NA
-## 12035 12035     A2VE23         NA
-## 12036 12036     A2VE23         NA
-## 12037 12037     A2VE23         NA
-## 12038 12038     A2VE23         NA
-## 12039 12039     A2VE31         NA
-## 12040 12040     A2VE33         NA
-## 12041 12041     A2VE36         NA
-## 12042 12042     A2VE44         NA
-## 12043 12043     A2VE44         NA
-## 12044 12044     A2VE44         NA
-## 12045 12045     A2VE44         NA
-## 12046 12046     A2VE44         NA
-## 12047 12047     A2VE44         NA
-## 12048 12048     A2VE45         NA
-## 12049 12049     A2VE45         NA
-## 12050 12050     A2VE52         NA
-## 12051 12051     A2VE54         NA
-## 12052 12052     A2VE54         NA
-## 12053 12053     A2VE56         NA
-## 12054 12054     A2VE67         NA
-## 12055 12055     A2VE70         NA
-## 12056 12056     A2VE70         NA
-## 12057 12057     A2VE70         NA
-## 12058 12058     A2VE78         NA
-## 12059 12059     A2VE78         NA
-## 12060 12060     A2VE99         NA
-## 12061 12061     A2VE99         NA
-## 12062 12062     A2VE99         NA
-## 12063 12063     A2VEA3         NA
-## 12064 12064     A2VEC9         NA
-## 12065 12065     A2VEC9         NA
-## 12066 12066     A2VEC9         NA
-## 12067 12067     A2VEC9         NA
-## 12068 12068     A2VEC9         NA
-## 12069 12069     A2VEC9         NA
-## 12070 12070     A2VEC9         NA
-## 12071 12071     A2VEC9         NA
-## 12072 12072     A2VEC9         NA
-## 12073 12073     A2VEC9         NA
-## 12074 12074     A2VEC9         NA
-## 12075 12075     A2VEC9         NA
-## 12076 12076     A2VEC9         NA
-## 12077 12077     A2VEC9         NA
-## 12078 12078     A2VEI2         NA
-## 12079 12079     A2WK50       4530
-## 12080 12080     A2WKP3       4530
-## 12081 12081     A2WKP3       4530
-## 12082 12082     A2WKP3       4530
-## 12083 12083     A2WKP5       4530
-## 12084 12084     A2WKP5       4530
-## 12085 12085     A2WKS3       4530
-## 12086 12086     A2WKS3       4530
-## 12087 12087     A2WKS5       4530
-## 12088 12088     A2WKS5       4530
-## 12089 12089     A2WKS8       4530
-## 12090 12090     A2WKS8       4530
-## 12091 12091     A2WKT1       4530
-## 12092 12092     A2WKT1       4530
-## 12093 12093     A2WKT4       4530
-## 12094 12094     A2WKT4       4530
-## 12095 12095     A2WL19       4530
-## 12096 12096     A2WLR5       4530
-## 12097 12097     A2WLR5       4530
-## 12098 12098     A2WM14       4530
-## 12099 12099     A2WM14       4530
-## 12100 12100     A2WM14       4530
-## 12101 12101     A2WMG6       4530
-## 12102 12102     A2WMG6       4530
-## 12103 12103     A2WMK1       4530
-## 12104 12104     A2WMK7       4530
-## 12105 12105     A2WN93       4530
-## 12106 12106     A2WNF5       4530
-## 12107 12107     A2WNF5       4530
-## 12108 12108     A2WNF5       4530
-## 12109 12109     A2WNF5       4530
-## 12110 12110     A2WNH1       4530
-## 12111 12111     A2WNM0       4530
-## 12112 12112     A2WPU3       4530
-## 12113 12113     A2WPU3       4530
-## 12114 12114     A2WQG7       4530
-## 12115 12115     A2WQG7       4530
-## 12116 12116     A2WSD3       4530
-## 12117 12117     A2WSD3       4530
-## 12118 12118     A2WSH0       4530
-## 12119 12119     A2WSH0       4530
-## 12120 12120     A2WT96       4530
-## 12121 12121     A2WT96       4530
-## 12122 12122     A2WTA0       4530
-## 12123 12123     A2WTQ5       4530
-## 12124 12124     A2WTQ5       4530
-## 12125 12125     A2WV32       4530
-## 12126 12126     A2WV32       4530
-## 12127 12127     A2WV32       4530
-## 12128 12128     A2WV32       4530
-## 12129 12129     A2WV32       4530
-## 12130 12130     A2WV68       4530
-## 12131 12131     A2WV68       4530
-## 12132 12132     A2WWU2       4530
-## 12133 12133     A2WWU7       4530
-## 12134 12134     A2WWU7       4530
-## 12135 12135     A2WWU7       4530
-## 12136 12136     A2WWU7       4530
-## 12137 12137     A2WXB2       4530
-## 12138 12138     A2WXR5       4530
-## 12139 12139     A2WXR5       4530
-## 12140 12140     A2WXT0       4530
-## 12141 12141     A2WXT0       4530
-## 12142 12142     A2WXT0       4530
-## 12143 12143     A2WXU2       4530
-## 12144 12144     A2WXU2       4530
-## 12145 12145     A2WXU2       4530
-## 12146 12146     A2WXX3       4530
-## 12147 12147     A2WY46       4530
-## 12148 12148     A2WY46       4530
-## 12149 12149     A2WY46       4530
-## 12150 12150     A2WY50       4530
-## 12151 12151     A2WY50       4530
-## 12152 12152     A2WYE9       4530
-## 12153 12153     A2WYG9       4530
-## 12154 12154     A2WYI4       4530
-## 12155 12155     A2WYI4       4530
-## 12156 12156     A2X0M1       4530
-## 12157 12157     A2X0M1       4530
-## 12158 12158     A2X0M1       4530
-## 12159 12159     A2X0N9       4530
-## 12160 12160     A2X0Q3       4530
-## 12161 12161     A2X1A1       4530
-## 12162 12162     A2X1N2       4530
-## 12163 12163     A2X1N2       4530
-## 12164 12164     A2X208       4530
-## 12165 12165     A2X208       4530
-## 12166 12166     A2X208       4530
-## 12167 12167     A2X208       4530
-## 12168 12168     A2X208       4530
-## 12169 12169     A2X254       4530
-## 12170 12170     A2X2H7       4530
-## 12171 12171     A2X2H7       4530
-## 12172 12172     A2X2I0       4530
-## 12173 12173     A2X2I0       4530
-## 12174 12174     A2X2K3       4530
-## 12175 12175     A2X2K3       4530
-## 12176 12176     A2X2K3       4530
-## 12177 12177     A2X3S3       4530
-## 12178 12178     A2X3S3       4530
-## 12179 12179     A2X462       4530
-## 12180 12180     A2X4M8       4530
-## 12181 12181     A2X4M8       4530
-## 12182 12182     A2X4M8       4530
-## 12183 12183     A2X5B4       4530
-## 12184 12184     A2X5B4       4530
-## 12185 12185     A2X5H5       4530
-## 12186 12186     A2X5P7       4530
-## 12187 12187     A2X5P7       4530
-## 12188 12188     A2X635       4530
-## 12189 12189     A2X635       4530
-## 12190 12190     A2X674       4530
-## 12191 12191     A2X674       4530
-## 12192 12192     A2X6E6       4530
-## 12193 12193     A2X6X1       4530
-## 12194 12194     A2X6X1       4530
-## 12195 12195     A2X7F7       4530
-## 12196 12196     A2X7F7       4530
-## 12197 12197     A2X7Q3       4530
-## 12198 12198     A2X7Q3       4530
-## 12199 12199     A2X7Q3       4530
-## 12200 12200     A2X7Q3       4530
-## 12201 12201     A2X7U1       4530
-## 12202 12202     A2X7U1       4530
-## 12203 12203     A2X8A7       4530
-## 12204 12204     A2X8A7       4530
-## 12205 12205     A2X8M8       4530
-## 12206 12206     A2X933       4530
-## 12207 12207     A2X980       4530
-## 12208 12208     A2X980       4530
-## 12209 12209     A2X980       4530
-## 12210 12210     A2X9W8       4530
-## 12211 12211     A2X9W8       4530
-## 12212 12212     A2XA73       4530
-## 12213 12213     A2XAM0       4530
-## 12214 12214     A2XAM0       4530
-## 12215 12215     A2XAV5       4530
-## 12216 12216     A2XAV5       4530
-## 12217 12217     A2XAV5       4530
-## 12218 12218     A2XAV5       4530
-## 12219 12219     A2XAV5       4530
-## 12220 12220     A2XAV5       4530
-## 12221 12221     A2XB18       4530
-## 12222 12222     A2XBL9       4530
-## 12223 12223     A2XCD4       4530
-## 12224 12224     A2XCD4       4530
-## 12225 12225     A2XCH8       4530
-## 12226 12226     A2XCJ1       4530
-## 12227 12227     A2XCN6       4530
-## 12228 12228     A2XCT8       4530
-## 12229 12229     A2XD08       4530
-## 12230 12230     A2XD08       4530
-## 12231 12231     A2XD08       4530
-## 12232 12232     A2XD08       4530
-## 12233 12233     A2XD08       4530
-## 12234 12234     A2XD15       4530
-## 12235 12235     A2XD35       4530
-## 12236 12236     A2XD35       4530
-## 12237 12237     A2XD35       4530
-## 12238 12238     A2XDA1       4530
-## 12239 12239     A2XDD6       4530
-## 12240 12240     A2XDD6       4530
-## 12241 12241     A2XDG4       4530
-## 12242 12242     A2XDG4       4530
-## 12243 12243     A2XDG4       4530
-## 12244 12244     A2XDK5       4530
-## 12245 12245     A2XDK5       4530
-## 12246 12246     A2XDK8       4530
-## 12247 12247     A2XDK8       4530
-## 12248 12248     A2XE76       4530
-## 12249 12249     A2XE76       4530
-## 12250 12250     A2XE76       4530
-## 12251 12251     A2XE76       4530
-## 12252 12252     A2XED8       4530
-## 12253 12253     A2XF66       4530
-## 12254 12254     A2XF66       4530
-## 12255 12255     A2XFB7       4530
-## 12256 12256     A2XFB7       4530
-## 12257 12257     A2XFB7       4530
-## 12258 12258     A2XFC1       4530
-## 12259 12259     A2XFC1       4530
-## 12260 12260     A2XFC1       4530
-## 12261 12261     A2XFI3       4530
-## 12262 12262     A2XFI3       4530
-## 12263 12263     A2XFP3       4530
-## 12264 12264     A2XFP3       4530
-## 12265 12265     A2XFQ8       4530
-## 12266 12266     A2XFT5       4530
-## 12267 12267     A2XFT5       4530
-## 12268 12268     A2XFT6       4530
-## 12269 12269     A2XFU4       4530
-## 12270 12270     A2XFW2       4530
-## 12271 12271     A2XFW2       4530
-## 12272 12272     A2XG55       4530
-## 12273 12273     A2XG55       4530
-## 12274 12274     A2XG55       4530
-## 12275 12275     A2XG77       4530
-## 12276 12276     A2XG77       4530
-## 12277 12277     A2XG77       4530
-## 12278 12278     A2XG77       4530
-## 12279 12279     A2XG77       4530
-## 12280 12280     A2XG77       4530
-## 12281 12281     A2XGM7       4530
-## 12282 12282     A2XGM7       4530
-## 12283 12283     A2XGQ1       4530
-## 12284 12284     A2XHJ5       4530
-## 12285 12285     A2XHU0       4530
-## 12286 12286     A2XHU0       4530
-## 12287 12287     A2XHU0       4530
-## 12288 12288     A2XHZ9       4530
-## 12289 12289     A2XIA8       4530
-## 12290 12290     A2XIA8       4530
-## 12291 12291     A2XIA8       4530
-## 12292 12292     A2XIA8       4530
-## 12293 12293     A2XIA8       4530
-## 12294 12294     A2XIA8       4530
-## 12295 12295     A2XIA8       4530
-## 12296 12296     A2XIA8       4530
-## 12297 12297     A2XIA8       4530
-## 12298 12298     A2XIA8       4530
-## 12299 12299     A2XIK9       4530
-## 12300 12300     A2XK56       4530
-## 12301 12301     A2XK57       4530
-## 12302 12302     A2XL05       4530
-## 12303 12303     A2XLF4       4530
-## 12304 12304     A2XLF4       4530
-## 12305 12305     A2XLG5       4530
-## 12306 12306     A2XLM6       4530
-## 12307 12307     A2XLM6       4530
-## 12308 12308     A2XLV9       4530
-## 12309 12309     A2XLV9       4530
-## 12310 12310     A2XMB2       4530
-## 12311 12311     A2XMB2       4530
-## 12312 12312     A2XMJ1       4530
-## 12313 12313     A2XMJ1       4530
-## 12314 12314     A2XMN1       4530
-## 12315 12315     A2XMN1       4530
-## 12316 12316     A2XMN1       4530
-## 12317 12317     A2XMN2       4530
-## 12318 12318     A2XN66       4530
-## 12319 12319     A2XN66       4530
-## 12320 12320     A2XNL6       4530
-## 12321 12321     A2XNL6       4530
-## 12322 12322     A2XNT2       4530
-## 12323 12323     A2XNT2       4530
-## 12324 12324     A2XS50       4530
-## 12325 12325     A2XS65       4530
-## 12326 12326     A2XSL4       4530
-## 12327 12327     A2XTW9       4530
-## 12328 12328     A2XU85       4530
-## 12329 12329     A2XU85       4530
-## 12330 12330     A2XUA1       4530
-## 12331 12331     A2XUA1       4530
-## 12332 12332     A2XUA1       4530
-## 12333 12333     A2XUA1       4530
-## 12334 12334     A2XUA1       4530
-## 12335 12335     A2XUA1       4530
-## 12336 12336     A2XUA1       4530
-## 12337 12337     A2XUA1       4530
-## 12338 12338     A2XUA1       4530
-## 12339 12339     A2XUA1       4530
-## 12340 12340     A2XUA1       4530
-## 12341 12341     A2XUN8       4530
-## 12342 12342     A2XV81       4530
-## 12343 12343     A2XV81       4530
-## 12344 12344     A2XV81       4530
-## 12345 12345     A2XV81       4530
-## 12346 12346     A2XVF7       4530
-## 12347 12347     A2XVF7       4530
-## 12348 12348     A2XVF7       4530
-## 12349 12349     A2XVF7       4530
-## 12350 12350     A2XVI8       4530
-## 12351 12351     A2XVI8       4530
-## 12352 12352     A2XVN3       4530
-## 12353 12353     A2XVN3       4530
-## 12354 12354     A2XW69       4530
-## 12355 12355     A2XWL6       4530
-## 12356 12356     A2XWN6       4530
-## 12357 12357     A2XWN6       4530
-## 12358 12358     A2XX39       4530
-## 12359 12359     A2XX39       4530
-## 12360 12360     A2XX39       4530
-## 12361 12361     A2XX39       4530
-## 12362 12362     A2XX57       4530
-## 12363 12363     A2XX73       4530
-## 12364 12364     A2XY47       4530
-## 12365 12365     A2XY73       4530
-## 12366 12366     A2XYV5       4530
-## 12367 12367     A2XYW4       4530
-## 12368 12368     A2XYW8       4530
-## 12369 12369     A2XYY8       4530
-## 12370 12370     A2XZL0       4530
-## 12371 12371     A2XZL0       4530
-## 12372 12372     A2XZN0       4530
-## 12373 12373     A2XZR3       4530
-## 12374 12374     A2XZR3       4530
-## 12375 12375     A2XZR3       4530
-## 12376 12376     A2Y007       4530
-## 12377 12377     A2Y040       4530
-## 12378 12378     A2Y040       4530
-## 12379 12379     A2Y075       4530
-## 12380 12380     A2Y0Q2       4530
-## 12381 12381     A2Y0X2       4530
-## 12382 12382     A2Y2B7       4530
-## 12383 12383     A2Y3B5       4530
-## 12384 12384     A2Y3I2       4530
-## 12385 12385     A2Y3I2       4530
-## 12386 12386     A2Y3I2       4530
-## 12387 12387     A2Y4B6       4530
-## 12388 12388     A2Y4G9       4530
-## 12389 12389     A2Y4G9       4530
-## 12390 12390     A2Y4G9       4530
-## 12391 12391     A2Y4R8       4530
-## 12392 12392     A2Y4R8       4530
-## 12393 12393     A2Y533       4530
-## 12394 12394     A2Y5G8       4530
-## 12395 12395     A2Y5G8       4530
-## 12396 12396     A2Y5G8       4530
-## 12397 12397     A2Y5N0       4530
-## 12398 12398     A2Y5N0       4530
-## 12399 12399     A2Y5N0       4530
-## 12400 12400     A2Y5R6       4530
-## 12401 12401     A2Y5T7       4530
-## 12402 12402     A2Y609       4530
-## 12403 12403     A2Y720       4530
-## 12404 12404     A2Y720       4530
-## 12405 12405     A2Y720       4530
-## 12406 12406     A2Y720       4530
-## 12407 12407     A2Y720       4530
-## 12408 12408     A2Y720       4530
-## 12409 12409     A2Y720       4530
-## 12410 12410     A2Y7R3       4530
-## 12411 12411     A2Y7R3       4530
-## 12412 12412     A2Y7R3       4530
-## 12413 12413     A2Y8B9       4530
-## 12414 12414     A2Y8S6       4530
-## 12415 12415     A2Y8S6       4530
-## 12416 12416     A2Y8U6       4530
-## 12417 12417     A2Y931       4530
-## 12418 12418     A2Y931       4530
-## 12419 12419     A2Y931       4530
-## 12420 12420     A2Y9M4       4530
-## 12421 12421     A2YA15       4530
-## 12422 12422     A2YA15       4530
-## 12423 12423     A2YA15       4530
-## 12424 12424     A2YAA5       4530
-## 12425 12425     A2YAA5       4530
-## 12426 12426     A2YAA5       4530
-## 12427 12427     A2YAA5       4530
-## 12428 12428     A2YAA5       4530
-## 12429 12429     A2YAZ1       4530
-## 12430 12430     A2YB34       4530
-## 12431 12431     A2YCH5       4530
-## 12432 12432     A2YCI3       4530
-## 12433 12433     A2YD22       4530
-## 12434 12434     A2YFB4       4530
-## 12435 12435     A2YFN7       4530
-## 12436 12436     A2YFR6       4530
-## 12437 12437     A2YFT9       4530
-## 12438 12438     A2YFT9       4530
-## 12439 12439     A2YFT9       4530
-## 12440 12440     A2YFT9       4530
-## 12441 12441     A2YFT9       4530
-## 12442 12442     A2YG32       4530
-## 12443 12443     A2YG32       4530
-## 12444 12444     A2YG32       4530
-## 12445 12445     A2YG32       4530
-## 12446 12446     A2YG32       4530
-## 12447 12447     A2YG67       4530
-## 12448 12448     A2YGL9       4530
-## 12449 12449     A2YGL9       4530
-## 12450 12450     A2YGL9       4530
-## 12451 12451     A2YGR5       4530
-## 12452 12452     A2YGY2       4530
-## 12453 12453     A2YGY2       4530
-## 12454 12454     A2YH25       4530
-## 12455 12455     A2YH25       4530
-## 12456 12456     A2YH25       4530
-## 12457 12457     A2YH41       4530
-## 12458 12458     A2YH41       4530
-## 12459 12459     A2YH41       4530
-## 12460 12460     A2YH64       4530
-## 12461 12461     A2YHR9       4530
-## 12462 12462     A2YL07       4530
-## 12463 12463     A2YL07       4530
-## 12464 12464     A2YL07       4530
-## 12465 12465     A2YM35       4530
-## 12466 12466     A2YMC5       4530
-## 12467 12467     A2YMC6       4530
-## 12468 12468     A2YMH5       4530
-## 12469 12469     A2YMH5       4530
-## 12470 12470     A2YMP7       4530
-## 12471 12471     A2YMP7       4530
-## 12472 12472     A2YMR0       4530
-## 12473 12473     A2YMR0       4530
-## 12474 12474     A2YMU2       4530
-## 12475 12475     A2YMV6       4530
-## 12476 12476     A2YMV6       4530
-## 12477 12477     A2YN17       4530
-## 12478 12478     A2YN17       4530
-## 12479 12479     A2YN17       4530
-## 12480 12480     A2YN56       4530
-## 12481 12481     A2YN56       4530
-## 12482 12482     A2YN56       4530
-## 12483 12483     A2YN56       4530
-## 12484 12484     A2YN56       4530
-## 12485 12485     A2YN56       4530
-## 12486 12486     A2YN56       4530
-## 12487 12487     A2YNI2       4530
-## 12488 12488     A2YNT8       4530
-## 12489 12489     A2YP56       4530
-## 12490 12490     A2YP56       4530
-## 12491 12491     A2YP56       4530
-## 12492 12492     A2YPR8       4530
-## 12493 12493     A2YPR8       4530
-## 12494 12494     A2YPR8       4530
-## 12495 12495     A2YPR8       4530
-## 12496 12496     A2YPR8       4530
-## 12497 12497     A2YPR8       4530
-## 12498 12498     A2YPR8       4530
-## 12499 12499     A2YPR8       4530
-## 12500 12500     A2YPX3       4530
-## 12501 12501     A2YPX3       4530
-## 12502 12502     A2YQ56       4530
-## 12503 12503     A2YQ58       4530
-## 12504 12504     A2YQ93       4530
-## 12505 12505     A2YQ93       4530
-## 12506 12506     A2YQ93       4530
-## 12507 12507     A2YQB8       4530
-## 12508 12508     A2YQB8       4530
-## 12509 12509     A2YQB8       4530
-## 12510 12510     A2YQD9       4530
-## 12511 12511     A2YQL4       4530
-## 12512 12512     A2YQT7       4530
-## 12513 12513     A2YQU8       4530
-## 12514 12514     A2YQU8       4530
-## 12515 12515     A2YR02       4530
-## 12516 12516     A2YR02       4530
-## 12517 12517     A2YR02       4530
-## 12518 12518     A2YR02       4530
-## 12519 12519     A2YR02       4530
-## 12520 12520     A2YST1       4530
-## 12521 12521     A2YU42       4530
-## 12522 12522     A2YU42       4530
-## 12523 12523     A2YU42       4530
-## 12524 12524     A2YV85       4530
-## 12525 12525     A2YV85       4530
-## 12526 12526     A2YV85       4530
-## 12527 12527     A2YV85       4530
-## 12528 12528     A2YVE5       4530
-## 12529 12529     A2YVG8       4530
-## 12530 12530     A2YVG8       4530
-## 12531 12531     A2YVX1       4530
-## 12532 12532     A2YVX1       4530
-## 12533 12533     A2YVX1       4530
-## 12534 12534     A2YVX1       4530
-## 12535 12535     A2YW03       4530
-## 12536 12536     A2YW03       4530
-## 12537 12537     A2YW03       4530
-## 12538 12538     A2YW03       4530
-## 12539 12539     A2YW91       4530
-## 12540 12540     A2YW91       4530
-## 12541 12541     A2YW91       4530
-## 12542 12542     A2YWA6       4530
-## 12543 12543     A2YWA6       4530
-## 12544 12544     A2YWA6       4530
-## 12545 12545     A2YWA6       4530
-## 12546 12546     A2YWA6       4530
-## 12547 12547     A2YWC0       4530
-## 12548 12548     A2YWC0       4530
-## 12549 12549     A2YWI3       4530
-## 12550 12550     A2YWI3       4530
-## 12551 12551     A2YWQ1       4530
-## 12552 12552     A2YWQ1       4530
-## 12553 12553     A2YX04       4530
-## 12554 12554     A2YX04       4530
-## 12555 12555     A2YX04       4530
-## 12556 12556     A2YX04       4530
-## 12557 12557     A2YX04       4530
-## 12558 12558     A2YX04       4530
-## 12559 12559     A2YXC7       4530
-## 12560 12560     A2YXC7       4530
-## 12561 12561     A2YXC7       4530
-## 12562 12562     A2YXC7       4530
-## 12563 12563     A2YXI1       4530
-## 12564 12564     A2YXQ1       4530
-## 12565 12565     A2YXQ1       4530
-## 12566 12566     A2YXQ1       4530
-## 12567 12567     A2YXQ1       4530
-## 12568 12568     A2YXQ7       4530
-## 12569 12569     A2YXS5       4530
-## 12570 12570     A2YZ01       4530
-## 12571 12571     A2Z0C0       4530
-## 12572 12572     A2Z0Q0       4530
-## 12573 12573     A2Z0Q0       4530
-## 12574 12574     A2Z0Q0       4530
-## 12575 12575     A2Z182       4530
-## 12576 12576     A2Z1C8       4530
-## 12577 12577     A2Z1C8       4530
-## 12578 12578     A2Z1C8       4530
-## 12579 12579     A2Z1U1       4530
-## 12580 12580     A2Z1U1       4530
-## 12581 12581     A2Z1U1       4530
-## 12582 12582     A2Z212       4530
-## 12583 12583     A2Z212       4530
-## 12584 12584     A2Z225       4530
-## 12585 12585     A2Z225       4530
-## 12586 12586     A2Z259       4530
-## 12587 12587     A2Z259       4530
-## 12588 12588     A2Z388       4530
-## 12589 12589     A2Z388       4530
-## 12590 12590     A2Z389       4530
-## 12591 12591     A2Z3C4       4530
-## 12592 12592     A2Z4C5       4530
-## 12593 12593     A2Z5S8       4530
-## 12594 12594     A2Z669       4530
-## 12595 12595     A2Z6C5       4530
-## 12596 12596     A2Z6C5       4530
-## 12597 12597     A2Z6C5       4530
-## 12598 12598     A2Z6W1       4530
-## 12599 12599     A2Z6W1       4530
-## 12600 12600     A2Z6Z0       4530
-## 12601 12601     A2Z6Z0       4530
-## 12602 12602     A2Z730       4530
-## 12603 12603     A2Z734       4530
-## 12604 12604     A2Z734       4530
-## 12605 12605     A2Z734       4530
-## 12606 12606     A2Z8L4       4530
-## 12607 12607     A2Z8S0       4530
-## 12608 12608     A2Z928       4530
-## 12609 12609     A2Z9A6       4530
-## 12610 12610     A2Z9Q7       4530
-## 12611 12611     A2Z9W7       4530
-## 12612 12612     A2Z9W7       4530
-## 12613 12613     A2ZAC2       4530
-## 12614 12614     A2ZAC2       4530
-## 12615 12615     A2ZAI7       4530
-## 12616 12616     A2ZAI7       4530
-## 12617 12617     A2ZAK8       4530
-## 12618 12618     A2ZAK8       4530
-## 12619 12619     A2ZAK8       4530
-## 12620 12620     A2ZAK8       4530
-## 12621 12621     A2ZAK8       4530
-## 12622 12622     A2ZAS9       4530
-## 12623 12623     A2ZAT0       4530
-## 12624 12624     A2ZAX5       4530
-## 12625 12625     A2ZAX5       4530
-## 12626 12626     A2ZAX5       4530
-## 12627 12627     A2ZAX5       4530
-## 12628 12628     A2ZBG5       4530
-## 12629 12629     A2ZBW5       4530
-## 12630 12630     A2ZBW5       4530
-## 12631 12631     A2ZC67       4530
-## 12632 12632     A2ZDX4       4530
-## 12633 12633     A2ZDX6       4530
-## 12634 12634     A2ZDX8       4530
-## 12635 12635     A2ZDX8       4530
-## 12636 12636     A2ZDX8       4530
-## 12637 12637     A2ZDX9       4530
-## 12638 12638     A2ZDX9       4530
-## 12639 12639     A2ZDX9       4530
-## 12640 12640     A2ZDX9       4530
-## 12641 12641     A2ZE50       4530
-## 12642 12642     A2ZET6       4530
-## 12643 12643     A2ZET6       4530
-## 12644 12644     A2ZF66       4530
-## 12645 12645     A2ZFY7       4530
-## 12646 12646     A2ZH20       4530
-## 12647 12647     A2ZH47       4530
-## 12648 12648     A2ZH47       4530
-## 12649 12649     A2ZH47       4530
-## 12650 12650     A2ZH47       4530
-## 12651 12651     A2ZH47       4530
-## 12652 12652     A2ZHL0       4530
-## 12653 12653     A2ZHL0       4530
-## 12654 12654     A2ZHL0       4530
-## 12655 12655     A2ZHL0       4530
-## 12656 12656     A2ZHL0       4530
-## 12657 12657     A2ZI32       4530
-## 12658 12658     A2ZI32       4530
-## 12659 12659     A2ZI41       4530
-## 12660 12660     A2ZIM4       4530
-## 12661 12661     A2ZIW7       4530
-## 12662 12662     A2ZIW7       4530
-## 12663 12663     A2ZIW7       4530
-## 12664 12664     A2ZIW7       4530
-## 12665 12665     A2ZIW7       4530
-## 12666 12666     A2ZJC9       4530
-## 12667 12667     A2ZJC9       4530
-## 12668 12668     A2ZJC9       4530
-## 12669 12669     A2ZJC9       4530
-## 12670 12670     A2ZJC9       4530
-## 12671 12671     A2ZJC9       4530
-## 12672 12672     A2ZJC9       4530
-## 12673 12673     A2ZK26       4530
-## 12674 12674     A2ZK29       4530
-## 12675 12675     A2ZLS4       4530
-## 12676 12676     A2ZLU6       4530
-## 12677 12677     A2ZLU6       4530
-## 12678 12678     A2ZLU6       4530
-## 12679 12679     A2ZLU6       4530
-## 12680 12680     A2ZLU6       4530
-## 12681 12681     A2ZM73       4530
-## 12682 12682     A2ZMM4       4530
-## 12683 12683     A2ZMN9       4530
-## 12684 12684     A2ZMR9       4530
-## 12685 12685     A2ZRY8       4530
-## 12686 12686     A2ZU80       4530
-## 12687 12687     A2ZU80       4530
-## 12688 12688     A2ZU80       4530
-## 12689 12689     A2ZU80       4530
-## 12690 12690     A2ZU80       4530
-## 12691 12691     A2ZVG7       4530
-## 12692 12692     A2ZVG7       4530
-## 12693 12693     A2ZVY5       4530
-## 12694 12694     A2ZVY5       4530
-## 12695 12695     A2ZVY5       4530
-## 12696 12696     A2ZX50       4530
-## 12697 12697     A3A2W2       4530
-## 12698 12698     A3A2W2       4530
-## 12699 12699     A3A2W2       4530
-## 12700 12700     A3A2W2       4530
-## 12701 12701     A3A2W2       4530
-## 12702 12702     A3A2W2       4530
-## 12703 12703     A3A2W2       4530
-## 12704 12704     A3A8Q4       4530
-## 12705 12705     A3A8Q4       4530
-## 12706 12706     A3A8Q4       4530
-## 12707 12707     A3A8Q4       4530
-## 12708 12708     A3A8Q4       4530
-## 12709 12709     A3A8Q4       4530
-## 12710 12710     A3A8W6       4530
-## 12711 12711     A3A8W6       4530
-## 12712 12712     A3A8W6       4530
-## 12713 12713     A3A8W6       4530
-## 12714 12714     A3A9H6       4530
-## 12715 12715     A3AB67       4530
-## 12716 12716     A3AB67       4530
-## 12717 12717     A3AB67       4530
-## 12718 12718     A3AB67       4530
-## 12719 12719     A3AB67       4530
-## 12720 12720     A3AB67       4530
-## 12721 12721     A3AB67       4530
-## 12722 12722     A3AB67       4530
-## 12723 12723     A3AB67       4530
-## 12724 12724     A3AB67       4530
-## 12725 12725     A3AB67       4530
-## 12726 12726     A3AB67       4530
-## 12727 12727     A3ACF3       4530
-## 12728 12728     A3AF13       4530
-## 12729 12729     A3AF13       4530
-## 12730 12730     A3AF13       4530
-## 12731 12731     A3AGM4       4530
-## 12732 12732     A3AGM4       4530
-## 12733 12733     A3AHG5       4530
-## 12734 12734     A3AHG5       4530
-## 12735 12735     A3AHG5       4530
-## 12736 12736     A3AHG5       4530
-## 12737 12737     A3AVH5       4530
-## 12738 12738     A3AVH5       4530
-## 12739 12739     A3AVH5       4530
-## 12740 12740     A3AVH5       4530
-## 12741 12741     A3AVP1       4530
-## 12742 12742     A3AVP1       4530
-## 12743 12743     A3AZ88       4530
-## 12744 12744     A3AZ88       4530
-## 12745 12745     A3AZ88       4530
-## 12746 12746     A3AZ89       4530
-## 12747 12747     A3AZ89       4530
-## 12748 12748     A3B6V0       4530
-## 12749 12749     A3B6V0       4530
-## 12750 12750     A3B9A0       4530
-## 12751 12751     A3B9A0       4530
-## 12752 12752     A3B9A0       4530
-## 12753 12753     A3B9A0       4530
-## 12754 12754     A3BE68       4530
-## 12755 12755     A3BH85       4530
-## 12756 12756     A3BH85       4530
-## 12757 12757     A3BH85       4530
-## 12758 12758     A3BH91       4530
-## 12759 12759     A3BI11       4530
-## 12760 12760     A3BI11       4530
-## 12761 12761     A3BLC3       4530
-## 12762 12762     A3BMN9       4530
-## 12763 12763     A3BMN9       4530
-## 12764 12764     A3BN26       4530
-## 12765 12765     A3BN26       4530
-## 12766 12766     A3BN26       4530
-## 12767 12767     A3BN26       4530
-## 12768 12768     A3BPF2       4530
-## 12769 12769     A3BPF2       4530
-## 12770 12770     A3BPF2       4530
-## 12771 12771     A3BPF2       4530
-## 12772 12772     A3BPF2       4530
-## 12773 12773     A3BT52       4530
-## 12774 12774     A3BT52       4530
-## 12775 12775     A3BT52       4530
-## 12776 12776     A3BT52       4530
-## 12777 12777     A3BUD2       4530
-## 12778 12778     A3BUD2       4530
-## 12779 12779     A3BUD2       4530
-## 12780 12780     A3BUD2       4530
-## 12781 12781     A3BUD2       4530
-## 12782 12782     A3BV82       4530
-## 12783 12783     A3BV82       4530
-## 12784 12784     A3BWJ9       4530
-## 12785 12785     A3BWJ9       4530
-## 12786 12786     A3BXL8       4530
-## 12787 12787     A3BXL8       4530
-## 12788 12788     A3BYC1       4530
-## 12789 12789     A3BYC1       4530
-## 12790 12790     A3BYC1       4530
-## 12791 12791     A3C057       4530
-## 12792 12792     A3C4H3       4530
-## 12793 12793     A3C4H3       4530
-## 12794 12794     A3C4N5       4530
-## 12795 12795     A3C4N5       4530
-## 12796 12796     A3C5A7       4530
-## 12797 12797     A3C5A7       4530
-## 12798 12798     A3C5A7       4530
-## 12799 12799     A3C5A7       4530
-## 12800 12800     A3C5A7       4530
-## 12801 12801     A3C5A7       4530
-## 12802 12802     A3C5A7       4530
-## 12803 12803     A3CCP9       4530
-## 12804 12804     A3CEM4       4530
-## 12805 12805     A3CG83       4530
-## 12806 12806     A3CG83       4530
-## 12807 12807     A3CG83       4530
-## 12808 12808     A3CG83       4530
-## 12809 12809     A3CG83       4530
-## 12810 12810     A3CG83       4530
-## 12811 12811     A3CJX7       1305
-## 12812 12812     A3CJY8       1305
-## 12813 12813     A3CK49       1305
-## 12814 12814     A3CK49       1305
-## 12815 12815     A3CK50       1305
-## 12816 12816     A3CK66       1305
-## 12817 12817     A3CK69       1305
-## 12818 12818     A3CK69       1305
-## 12819 12819     A3CK71       1305
-## 12820 12820     A3CK83       1305
-## 12821 12821     A3CK88       1305
-## 12822 12822     A3CKT0       1305
-## 12823 12823     A3CKU4       1305
-## 12824 12824     A3CKU4       1305
-## 12825 12825     A3CKV4       1305
-## 12826 12826     A3CKV4       1305
-## 12827 12827     A3CL56       1305
-## 12828 12828     A3CL57       1305
-## 12829 12829     A3CLF4       1305
-## 12830 12830     A3CLF8       1305
-## 12831 12831     A3CLF8       1305
-## 12832 12832     A3CLH4       1305
-## 12833 12833     A3CLI0       1305
-## 12834 12834     A3CLI1       1305
-## 12835 12835     A3CLP1       1305
-## 12836 12836     A3CLQ4       1305
-## 12837 12837     A3CLS2       1305
-## 12838 12838     A3CLS2       1305
-## 12839 12839     A3CLS9       1305
-## 12840 12840     A3CLS9       1305
-## 12841 12841     A3CLX4       1305
-## 12842 12842     A3CLY1       1305
-## 12843 12843     A3CLY1       1305
-## 12844 12844     A3CLY3       1305
-## 12845 12845     A3CLY3       1305
-## 12846 12846     A3CLY4       1305
-## 12847 12847     A3CM01       1305
-## 12848 12848     A3CM02       1305
-## 12849 12849     A3CM02       1305
-## 12850 12850     A3CM02       1305
-## 12851 12851     A3CM09       1305
-## 12852 12852     A3CM10       1305
-## 12853 12853     A3CM11       1305
-## 12854 12854     A3CM14       1305
-## 12855 12855     A3CM33       1305
-## 12856 12856     A3CM33       1305
-## 12857 12857     A3CM33       1305
-## 12858 12858     A3CM33       1305
-## 12859 12859     A3CM55       1305
-## 12860 12860     A3CM59       1305
-## 12861 12861     A3CM59       1305
-## 12862 12862     A3CM69       1305
-## 12863 12863     A3CM69       1305
-## 12864 12864     A3CMA0       1305
-## 12865 12865     A3CMP6       1305
-## 12866 12866     A3CMS0       1305
-## 12867 12867     A3CMT0       1305
-## 12868 12868     A3CMU9       1305
-## 12869 12869     A3CN08       1305
-## 12870 12870     A3CN38       1305
-## 12871 12871     A3CN49       1305
-## 12872 12872     A3CN81       1305
-## 12873 12873     A3CN88       1305
-## 12874 12874     A3CNB0       1305
-## 12875 12875     A3CNI5       1305
-## 12876 12876     A3CNI9       1305
-## 12877 12877     A3CNT1       1305
-## 12878 12878     A3CNT3       1305
-## 12879 12879     A3CNT9       1305
-## 12880 12880     A3CNT9       1305
-## 12881 12881     A3CNU0       1305
-## 12882 12882     A3CNU0       1305
-## 12883 12883     A3CNY7       1305
-## 12884 12884     A3CNZ0       1305
-## 12885 12885     A3CP10       1305
-## 12886 12886     A3CP17       1305
-## 12887 12887     A3CP17       1305
-## 12888 12888     A3CP32       1305
-## 12889 12889     A3CP32       1305
-## 12890 12890     A3CP94       1305
-## 12891 12891     A3CPA5       1305
-## 12892 12892     A3CPC4       1305
-## 12893 12893     A3CPC4       1305
-## 12894 12894     A3CPC4       1305
-## 12895 12895     A3CPM5       1305
-## 12896 12896     A3CPQ8       1305
-## 12897 12897     A3CPX8       1305
-## 12898 12898     A3CPX8       1305
-## 12899 12899     A3CPY3       1305
-## 12900 12900     A3CPZ6       1305
-## 12901 12901     A3CPZ9       1305
-## 12902 12902     A3CQ18       1305
-## 12903 12903     A3CQ18       1305
-## 12904 12904     A3CQ18       1305
-## 12905 12905     A3CQ18       1305
-## 12906 12906     A3CQ45       1305
-## 12907 12907     A3CQ60       1305
-## 12908 12908     A3CQ60       1305
-## 12909 12909     A3CQB0       1305
-## 12910 12910     A3CQB0       1305
-## 12911 12911     A3CQB5       1305
-## 12912 12912     A3CQB8       1305
-## 12913 12913     A3CQC2       1305
-## 12914 12914     A3CQC2       1305
-## 12915 12915     A3CQD3       1305
-## 12916 12916     A3CQG6       1305
-## 12917 12917     A3CQG6       1305
-## 12918 12918     A3CQG6       1305
-## 12919 12919     A3CQI2       1305
-## 12920 12920     A3CQI2       1305
-## 12921 12921     A3CQM2       1305
-## 12922 12922     A3CQP8       1305
-## 12923 12923     A3CQQ3       1305
-## 12924 12924     A3CQT4       1305
-## 12925 12925     A3CQT5       1305
-## 12926 12926     A3CQT5       1305
-## 12927 12927     A3CQT5       1305
-## 12928 12928     A3CQT5       1305
-## 12929 12929     A3CQV0       1305
-## 12930 12930     A3CQW3       1305
-## 12931 12931     A3CQZ6       1305
-## 12932 12932     A3CR11       1305
-## 12933 12933     A3CR85       1305
-## 12934 12934     A3CRA2       1305
-## 12935 12935     A3CRB2       1305
-## 12936 12936     A3CRI3       2198
-## 12937 12937     A3CRI3       2198
-## 12938 12938     A3CRK8       2198
-## 12939 12939     A3CRT6       2198
-## 12940 12940     A3CRT9       2198
-## 12941 12941     A3CRT9       2198
-## 12942 12942     A3CS45       2198
-## 12943 12943     A3CS68       2198
-## 12944 12944     A3CSG3       2198
-## 12945 12945     A3CSG3       2198
-## 12946 12946     A3CSI6       2198
-## 12947 12947     A3CSI6       2198
-## 12948 12948     A3CSJ1       2198
-## 12949 12949     A3CSJ5       2198
-## 12950 12950     A3CSL0       2198
-## 12951 12951     A3CSQ6       2198
-## 12952 12952     A3CSQ6       2198
-## 12953 12953     A3CSQ6       2198
-## 12954 12954     A3CSQ6       2198
-## 12955 12955     A3CST9       2198
-## 12956 12956     A3CSU7       2198
-## 12957 12957     A3CSZ7       2198
-## 12958 12958     A3CSZ8       2198
-## 12959 12959     A3CT03       2198
-## 12960 12960     A3CT07       2198
-## 12961 12961     A3CT08       2198
-## 12962 12962     A3CT17       2198
-## 12963 12963     A3CT23       2198
-## 12964 12964     A3CT77       2198
-## 12965 12965     A3CT77       2198
-## 12966 12966     A3CTR4       2198
-## 12967 12967     A3CTR9       2198
-## 12968 12968     A3CTU1       2198
-## 12969 12969     A3CU63       2198
-## 12970 12970     A3CU65       2198
-## 12971 12971     A3CU65       2198
-## 12972 12972     A3CU73       2198
-## 12973 12973     A3CU73       2198
-## 12974 12974     A3CU82       2198
-## 12975 12975     A3CU83       2198
-## 12976 12976     A3CU84       2198
-## 12977 12977     A3CU85       2198
-## 12978 12978     A3CUG8       2198
-## 12979 12979     A3CUG8       2198
-## 12980 12980     A3CUG8       2198
-## 12981 12981     A3CUS9       2198
-## 12982 12982     A3CV35       2198
-## 12983 12983     A3CVB4       2198
-## 12984 12984     A3CVI7       2198
-## 12985 12985     A3CVJ3       2198
-## 12986 12986     A3CVP2       2198
-## 12987 12987     A3CVP8       2198
-## 12988 12988     A3CVP8       2198
-## 12989 12989     A3CVQ3       2198
-## 12990 12990     A3CW49       2198
-## 12991 12991     A3CW66       2198
-## 12992 12992     A3CWF9       2198
-## 12993 12993     A3CWH8       2198
-## 12994 12994     A3CWJ3       2198
-## 12995 12995     A3CWL0       2198
-## 12996 12996     A3CWL3       2198
-## 12997 12997     A3CWQ6       2198
-## 12998 12998     A3CWU4       2198
-## 12999 12999     A3CWW3       2198
-## 13000 13000     A3CWZ5       2198
-## 13001 13001     A3CXE7       2198
-## 13002 13002     A3CXH4       2198
-## 13003 13003     A3CXN8       2198
-## 13004 13004     A3CXP8       2198
-## 13005 13005     A3CXS0       2198
-## 13006 13006     A3CXS4       2198
-## 13007 13007     A3CYJ4      62322
-## 13008 13008     A3CYK8      62322
-## 13009 13009     A3CYL0      62322
-## 13010 13010     A3CYW8      62322
-## 13011 13011     A3CYW8      62322
-## 13012 13012     A3CYX8      62322
-## 13013 13013     A3CYX8      62322
-## 13014 13014     A3CZL2      62322
-## 13015 13015     A3CZL8      62322
-## 13016 13016     A3CZM1      62322
-## 13017 13017     A3CZM9      62322
-## 13018 13018     A3CZU7      62322
-## 13019 13019     A3CZU7      62322
-## 13020 13020     A3CZX1      62322
-## 13021 13021     A3CZY6      62322
-## 13022 13022     A3CZY6      62322
-## 13023 13023     A3D001      62322
-## 13024 13024     A3D015      62322
-## 13025 13025     A3D039      62322
-## 13026 13026     A3D0G0      62322
-## 13027 13027     A3D0G0      62322
-## 13028 13028     A3D0U1      62322
-## 13029 13029     A3D0Y0      62322
-## 13030 13030     A3D0Y0      62322
-## 13031 13031     A3D0Y7      62322
-## 13032 13032     A3D178      62322
-## 13033 13033     A3D180      62322
-## 13034 13034     A3D180      62322
-## 13035 13035     A3D1F4      62322
-## 13036 13036     A3D1F4      62322
-## 13037 13037     A3D1R1      62322
-## 13038 13038     A3D1R5      62322
-## 13039 13039     A3D1S4      62322
-## 13040 13040     A3D1T9      62322
-## 13041 13041     A3D1U3      62322
-## 13042 13042     A3D1W0      62322
-## 13043 13043     A3D286      62322
-## 13044 13044     A3D2B1      62322
-## 13045 13045     A3D2C6      62322
-## 13046 13046     A3D2D1      62322
-## 13047 13047     A3D2K5      62322
-## 13048 13048     A3D2K6      62322
-## 13049 13049     A3D2L6      62322
-## 13050 13050     A3D2L9      62322
-## 13051 13051     A3D2M7      62322
-## 13052 13052     A3D302      62322
-## 13053 13053     A3D306      62322
-## 13054 13054     A3D382      62322
-## 13055 13055     A3D3E2      62322
-## 13056 13056     A3D3E2      62322
-## 13057 13057     A3D3E8      62322
-## 13058 13058     A3D3E8      62322
-## 13059 13059     A3D3H1      62322
-## 13060 13060     A3D3H1      62322
-## 13061 13061     A3D3S2      62322
-## 13062 13062     A3D3V7      62322
-## 13063 13063     A3D440      62322
-## 13064 13064     A3D474      62322
-## 13065 13065     A3D4A6      62322
-## 13066 13066     A3D4J3      62322
-## 13067 13067     A3D4J3      62322
-## 13068 13068     A3D4P4      62322
-## 13069 13069     A3D574      62322
-## 13070 13070     A3D5J3      62322
-## 13071 13071     A3D5K4      62322
-## 13072 13072     A3D5L4      62322
-## 13073 13073     A3D5M8      62322
-## 13074 13074     A3D5N7      62322
-## 13075 13075     A3D5P1      62322
-## 13076 13076     A3D5Q0      62322
-## 13077 13077     A3D5Q5      62322
-## 13078 13078     A3D5Y2      62322
-## 13079 13079     A3D631      62322
-## 13080 13080     A3D671      62322
-## 13081 13081     A3D671      62322
-## 13082 13082     A3D671      62322
-## 13083 13083     A3D671      62322
-## 13084 13084     A3D684      62322
-## 13085 13085     A3D6V0      62322
-## 13086 13086     A3D6V4      62322
-## 13087 13087     A3D6V4      62322
-## 13088 13088     A3D705      62322
-## 13089 13089     A3D705      62322
-## 13090 13090     A3D710      62322
-## 13091 13091     A3D783      62322
-## 13092 13092     A3D783      62322
-## 13093 13093     A3D783      62322
-## 13094 13094     A3D790      62322
-## 13095 13095     A3D790      62322
-## 13096 13096     A3D795      62322
-## 13097 13097     A3D7B5      62322
-## 13098 13098     A3D7J1      62322
-## 13099 13099     A3D7J4      62322
-## 13100 13100     A3D7J9      62322
-## 13101 13101     A3D7K1      62322
-## 13102 13102     A3D7K1      62322
-## 13103 13103     A3D7K6      62322
-## 13104 13104     A3D7L4      62322
-## 13105 13105     A3D7M5      62322
-## 13106 13106     A3D7N6      62322
-## 13107 13107     A3D7N6      62322
-## 13108 13108     A3D7P9      62322
-## 13109 13109     A3D7T3      62322
-## 13110 13110     A3D7T3      62322
-## 13111 13111     A3D7T3      62322
-## 13112 13112     A3D7V9      62322
-## 13113 13113     A3D7V9      62322
-## 13114 13114     A3D7X7      62322
-## 13115 13115     A3D7X8      62322
-## 13116 13116     A3D829      62322
-## 13117 13117     A3D837      62322
-## 13118 13118     A3D837      62322
-## 13119 13119     A3D8E4      62322
-## 13120 13120     A3D8Q2      62322
-## 13121 13121     A3D8Q2      62322
-## 13122 13122     A3D8R8      62322
-## 13123 13123     A3D8W9      62322
-## 13124 13124     A3D8W9      62322
-## 13125 13125     A3D9A3      62322
-## 13126 13126     A3D9A3      62322
-## 13127 13127     A3D9F4      62322
-## 13128 13128     A3D9F4      62322
-## 13129 13129     A3D9F5      62322
-## 13130 13130     A3D9F6      62322
-## 13131 13131     A3D9Q3      62322
-## 13132 13132     A3D9Q3      62322
-## 13133 13133     A3D9T2      62322
-## 13134 13134     A3D9W6      62322
-## 13135 13135     A3DA03      62322
-## 13136 13136     A3DA57      62322
-## 13137 13137     A3DA60      62322
-## 13138 13138     A3DA71      62322
-## 13139 13139     A3DA72      62322
-## 13140 13140     A3DA84      62322
-## 13141 13141     A3DA84      62322
-## 13142 13142     A3DAB2      62322
-## 13143 13143     A3DAC1      62322
-## 13144 13144     A3DAF4      62322
-## 13145 13145     A3DAF4      62322
-## 13146 13146     A3DAN0      62322
-## 13147 13147     A3DAR2      62322
-## 13148 13148     A3DAR6      62322
-## 13149 13149     A3DBE8       1515
-## 13150 13150     A3DBK4       1515
-## 13151 13151     A3DBL9       1515
-## 13152 13152     A3DBQ1       1515
-## 13153 13153     A3DBS5       1515
-## 13154 13154     A3DBS5       1515
-## 13155 13155     A3DBS5       1515
-## 13156 13156     A3DBS5       1515
-## 13157 13157     A3DBX3       1515
-## 13158 13158     A3DBX3       1515
-## 13159 13159     A3DC29       1515
-## 13160 13160     A3DC29       1515
-## 13161 13161     A3DC29       1515
-## 13162 13162     A3DCG9       1515
-## 13163 13163     A3DCH1       1515
-## 13164 13164     A3DCH1       1515
-## 13165 13165     A3DCH1       1515
-## 13166 13166     A3DCH1       1515
-## 13167 13167     A3DCH1       1515
-## 13168 13168     A3DCH7       1515
-## 13169 13169     A3DCH7       1515
-## 13170 13170     A3DD83       1515
-## 13171 13171     A3DDD8       1515
-## 13172 13172     A3DDG7       1515
-## 13173 13173     A3DDJ7       1515
-## 13174 13174     A3DDN1       1515
-## 13175 13175     A3DDR3       1515
-## 13176 13176     A3DDR3       1515
-## 13177 13177     A3DDR3       1515
-## 13178 13178     A3DDR3       1515
-## 13179 13179     A3DDS8       1515
-## 13180 13180     A3DDV6       1515
-## 13181 13181     A3DDX7       1515
-## 13182 13182     A3DDZ7       1515
-## 13183 13183     A3DE13       1515
-## 13184 13184     A3DE29       1515
-## 13185 13185     A3DE29       1515
-## 13186 13186     A3DE34       1515
-## 13187 13187     A3DE35       1515
-## 13188 13188     A3DE43       1515
-## 13189 13189     A3DE44       1515
-## 13190 13190     A3DE44       1515
-## 13191 13191     A3DE44       1515
-## 13192 13192     A3DE44       1515
-## 13193 13193     A3DE48       1515
-## 13194 13194     A3DE52       1515
-## 13195 13195     A3DE56       1515
-## 13196 13196     A3DE59       1515
-## 13197 13197     A3DE59       1515
-## 13198 13198     A3DE59       1515
-## 13199 13199     A3DE67       1515
-## 13200 13200     A3DE67       1515
-## 13201 13201     A3DE67       1515
-## 13202 13202     A3DE77       1515
-## 13203 13203     A3DE86       1515
-## 13204 13204     A3DE88       1515
-## 13205 13205     A3DEE4       1515
-## 13206 13206     A3DEE4       1515
-## 13207 13207     A3DEE6       1515
-## 13208 13208     A3DEL6       1515
-## 13209 13209     A3DEQ2       1515
-## 13210 13210     A3DET1       1515
-## 13211 13211     A3DET1       1515
-## 13212 13212     A3DET1       1515
-## 13213 13213     A3DEU0       1515
-## 13214 13214     A3DEU0       1515
-## 13215 13215     A3DF04       1515
-## 13216 13216     A3DF04       1515
-## 13217 13217     A3DF15       1515
-## 13218 13218     A3DF24       1515
-## 13219 13219     A3DF24       1515
-## 13220 13220     A3DF24       1515
-## 13221 13221     A3DF25       1515
-## 13222 13222     A3DF27       1515
-## 13223 13223     A3DF29       1515
-## 13224 13224     A3DF35       1515
-## 13225 13225     A3DF46       1515
-## 13226 13226     A3DF48       1515
-## 13227 13227     A3DFA0       1515
-## 13228 13228     A3DFA0       1515
-## 13229 13229     A3DFA0       1515
-## 13230 13230     A3DFC2       1515
-## 13231 13231     A3DGF7       1515
-## 13232 13232     A3DGF7       1515
-## 13233 13233     A3DGK6       1515
-## 13234 13234     A3DGS7       1515
-## 13235 13235     A3DH19       1515
-## 13236 13236     A3DH19       1515
-## 13237 13237     A3DH19       1515
-## 13238 13238     A3DH20       1515
-## 13239 13239     A3DH67       1515
-## 13240 13240     A3DH67       1515
-## 13241 13241     A3DHD2       1515
-## 13242 13242     A3DHD2       1515
-## 13243 13243     A3DHH6       1515
-## 13244 13244     A3DHH6       1515
-## 13245 13245     A3DHN7       1515
-## 13246 13246     A3DHY6       1515
-## 13247 13247     A3DHZ3       1515
-## 13248 13248     A3DHZ7       1515
-## 13249 13249     A3DI22       1515
-## 13250 13250     A3DIL4       1515
-## 13251 13251     A3DIM5       1515
-## 13252 13252     A3DIM9       1515
-## 13253 13253     A3DIP6       1515
-## 13254 13254     A3DIP9       1515
-## 13255 13255     A3DIZ0       1515
-## 13256 13256     A3DIZ4       1515
-## 13257 13257     A3DIZ5       1515
-## 13258 13258     A3DIZ5       1515
-## 13259 13259     A3DIZ5       1515
-## 13260 13260     A3DIZ5       1515
-## 13261 13261     A3DJ09       1515
-## 13262 13262     A3DJ10       1515
-## 13263 13263     A3DJ11       1515
-## 13264 13264     A3DJ11       1515
-## 13265 13265     A3DJ77       1515
-## 13266 13266     A3DJE3       1515
-## 13267 13267     A3DJF6       1515
-## 13268 13268     A3DJF7       1515
-## 13269 13269     A3DJH5       1515
-## 13270 13270     A3DJI0       1515
-## 13271 13271     A3DJI8       1515
-## 13272 13272     A3DJJ1       1515
-## 13273 13273     A3DJJ9       1515
-## 13274 13274     A3DJK5       1515
-## 13275 13275     A3DJK5       1515
-## 13276 13276     A3DK09       1515
-## 13277 13277     A3DK17       1515
-## 13278 13278     A3DKB6       1515
-## 13279 13279     A3DKB6       1515
-## 13280 13280     A3DKB6       1515
-## 13281 13281     A3DKL1       2280
-## 13282 13282     A3DL27       2280
-## 13283 13283     A3DL59       2280
-## 13284 13284     A3DL83       2280
-## 13285 13285     A3DL83       2280
-## 13286 13286     A3DLD9       2280
-## 13287 13287     A3DM49       2280
-## 13288 13288     A3DM74       2280
-## 13289 13289     A3DM74       2280
-## 13290 13290     A3DM76       2280
-## 13291 13291     A3DMD0       2280
-## 13292 13292     A3DML3       2280
-## 13293 13293     A3DMP2       2280
-## 13294 13294     A3DMQ5       2280
-## 13295 13295     A3DMS0       2280
-## 13296 13296     A3DMT5       2280
-## 13297 13297     A3DMU2       2280
-## 13298 13298     A3DMX9       2280
-## 13299 13299     A3DMX9       2280
-## 13300 13300     A3DN28       2280
-## 13301 13301     A3DN67       2280
-## 13302 13302     A3DND4       2280
-## 13303 13303     A3DNI1       2280
-## 13304 13304     A3DNI2       2280
-## 13305 13305     A3DNK0       2280
-## 13306 13306     A3DNK3       2280
-## 13307 13307     A3DNK3       2280
-## 13308 13308     A3DNQ5       2280
-## 13309 13309     A3DNQ5       2280
-## 13310 13310     A3DNQ5       2280
-## 13311 13311     A3DNQ9       2280
-## 13312 13312     A3DNQ9       2280
-## 13313 13313     A3DNY0       2280
-## 13314 13314     A3DP85       2280
-## 13315 13315     A3DP93       2280
-## 13316 13316     A3DP93       2280
-## 13317 13317     A3DP93       2280
-## 13318 13318     A3DPB2       2280
-## 13319 13319     A3DRP0      11320
-## 13320 13320     A3DRP2      11320
-## 13321 13321     A3DRP4      11320
-## 13322 13322     A3DRP5      11320
-## 13323 13323     A3DRP8      11320
-## 13324 13324     A3DRQ0      11320
-## 13325 13325     A3DSK6      28875
-## 13326 13326     A3DSK6      28875
-## 13327 13327     A3E3H0         NA
-## 13328 13328     A3E4D8         NA
-## 13329 13329     A3E4F9         NA
-## 13330 13330     A3E7Z6         NA
-## 13331 13331     A3EWL3         NA
-## 13332 13332     A3EWL3         NA
-## 13333 13333     A3EX94         NA
-## 13334 13334     A3EXA1         NA
-## 13335 13335     A3EXA1         NA
-## 13336 13336     A3EXD0         NA
-## 13337 13337     A3EXD1         NA
-## 13338 13338     A3EXD3         NA
-## 13339 13339     A3EXD7         NA
-## 13340 13340     A3EXD7         NA
-## 13341 13341     A3EXG6         NA
-## 13342 13342     A3EXG6         NA
-## 13343 13343     A3EXG6         NA
-## 13344 13344     A3EXH0         NA
-## 13345 13345     A3EXH0         NA
-## 13346 13346     A3EXH0         NA
-## 13347 13347     A3EXH2         NA
-## 13348 13348     A3F5L2         NA
-## 13349 13349     A3F5L2         NA
-## 13350 13350     A3F5L9      11292
-## 13351 13351     A3FEM2         NA
-## 13352 13352     A3FIN4         NA
-## 13353 13353     A3FJ64         NA
-## 13354 13354     A3FJ64         NA
-## 13355 13355     A3FM53         NA
-## 13356 13356     A3FMB2      12092
-## 13357 13357     A3FMB2      12092
-## 13358 13358     A3FPN7       5807
-## 13359 13359     A3FPQ6       5807
-## 13360 13360     A3FPQ6       5807
-## 13361 13361     A3GEV2       4924
-## 13362 13362     A3GEW8       4924
-## 13363 13363     A3GEW8       4924
-## 13364 13364     A3GF47       4924
-## 13365 13365     A3GF61       4924
-## 13366 13366     A3GF61       4924
-## 13367 13367     A3GF61       4924
-## 13368 13368     A3GF61       4924
-## 13369 13369     A3GFK8       4924
-## 13370 13370     A3GFK8       4924
-## 13371 13371     A3GFK8       4924
-## 13372 13372     A3GFK8       4924
-## 13373 13373     A3GFK8       4924
-## 13374 13374     A3GFQ7       4924
-## 13375 13375     A3GFU8       4924
-## 13376 13376     A3GFV6       4924
-## 13377 13377     A3GG12       4924
-## 13378 13378     A3GG12       4924
-## 13379 13379     A3GG12       4924
-## 13380 13380     A3GG51       4924
-## 13381 13381     A3GG51       4924
-## 13382 13382     A3GG51       4924
-## 13383 13383     A3GG51       4924
-## 13384 13384     A3GG92       4924
-## 13385 13385     A3GGB4       4924
-## 13386 13386     A3GGB4       4924
-## 13387 13387     A3GGB4       4924
-## 13388 13388     A3GGB4       4924
-## 13389 13389     A3GGG8       4924
-## 13390 13390     A3GGG8       4924
-## 13391 13391     A3GGS6       4924
-## 13392 13392     A3GGS6       4924
-## 13393 13393     A3GGT2       4924
-## 13394 13394     A3GGT2       4924
-## 13395 13395     A3GGU2       4924
-## 13396 13396     A3GGV1       4924
-## 13397 13397     A3GGV1       4924
-## 13398 13398     A3GH78       4924
-## 13399 13399     A3GH78       4924
-## 13400 13400     A3GH78       4924
-## 13401 13401     A3GH91       4924
-## 13402 13402     A3GHA4       4924
-## 13403 13403     A3GHA4       4924
-## 13404 13404     A3GHA4       4924
-## 13405 13405     A3GHC1       4924
-## 13406 13406     A3GHD3       4924
-## 13407 13407     A3GHD3       4924
-## 13408 13408     A3GHP2       4924
-## 13409 13409     A3GHP2       4924
-## 13410 13410     A3GHW9       4924
-## 13411 13411     A3GI31       4924
-## 13412 13412     A3GIA4       4924
-## 13413 13413     A3GIA4       4924
-## 13414 13414     A3GIA4       4924
-## 13415 13415     A3KF10      11320
-## 13416 13416     A3KF10      11320
-## 13417 13417     A3KFF6         NA
-## 13418 13418     A3KFM7         NA
-## 13419 13419     A3KFM7         NA
-## 13420 13420     A3KFM7         NA
-## 13421 13421     A3KFM7         NA
-## 13422 13422     A3KFU9         NA
-## 13423 13423     A3KFU9         NA
-## 13424 13424     A3KFU9         NA
-## 13425 13425     A3KFU9         NA
-## 13426 13426     A3KFX0         NA
-## 13427 13427     A3KG59         NA
-## 13428 13428     A3KGB4         NA
-## 13429 13429     A3KGF7         NA
-## 13430 13430     A3KGF7         NA
-## 13431 13431     A3KGF7         NA
-## 13432 13432     A3KGF9         NA
-## 13433 13433     A3KGF9         NA
-## 13434 13434     A3KGK3         NA
-## 13435 13435     A3KGK3         NA
-## 13436 13436     A3KGK3         NA
-## 13437 13437     A3KGK3         NA
-## 13438 13438     A3KGV1         NA
-## 13439 13439     A3KGW5         NA
-## 13440 13440     A3KGZ2         NA
-## 13441 13441     A3KI17         NA
-## 13442 13442     A3KI17         NA
-## 13443 13443     A3KMH1         NA
-## 13444 13444     A3KMH1         NA
-## 13445 13445     A3KMH1         NA
-## 13446 13446     A3KMI0         NA
-## 13447 13447     A3KMN5         NA
-## 13448 13448     A3KMR8         NA
-## 13449 13449     A3KMR8         NA
-## 13450 13450     A3KMR8         NA
-## 13451 13451     A3KMR8         NA
-## 13452 13452     A3KMT2         NA
-## 13453 13453     A3KMU5         NA
-## 13454 13454     A3KMV1         NA
-## 13455 13455     A3KMV2         NA
-## 13456 13456     A3KMV8         NA
-## 13457 13457     A3KMW7         NA
-## 13458 13458     A3KMW7         NA
-## 13459 13459     A3KMX7         NA
-## 13460 13460     A3KMY4         NA
-## 13461 13461     A3KMY4         NA
-## 13462 13462     A3KN05         NA
-## 13463 13463     A3KN12         NA
-## 13464 13464     A3KN19         NA
-## 13465 13465     A3KN25         NA
-## 13466 13466     A3KN27         NA
-## 13467 13467     A3KN28         NA
-## 13468 13468     A3KN32         NA
-## 13469 13469     A3KN33         NA
-## 13470 13470     A3KN33         NA
-## 13471 13471     A3KN36         NA
-## 13472 13472     A3KN36         NA
-## 13473 13473     A3KN83         NA
-## 13474 13474     A3KN83         NA
-## 13475 13475     A3KN83         NA
-## 13476 13476     A3KN83         NA
-## 13477 13477     A3KN95         NA
-## 13478 13478     A3KN95         NA
-## 13479 13479     A3KN95         NA
-## 13480 13480     A3KNA5         NA
-## 13481 13481     A3KNA5         NA
-## 13482 13482     A3KNA5         NA
-## 13483 13483     A3KNA7         NA
-## 13484 13484     A3KNI7         NA
-## 13485 13485     A3KNI7         NA
-## 13486 13486     A3KNI7         NA
-## 13487 13487     A3KNL5         NA
-## 13488 13488     A3KNL5         NA
-## 13489 13489     A3KNN3         NA
-## 13490 13490     A3KNS2         NA
-## 13491 13491     A3KNS9         NA
-## 13492 13492     A3KP40         NA
-## 13493 13493     A3KP40         NA
-## 13494 13494     A3KP40         NA
-## 13495 13495     A3KP59         NA
-## 13496 13496     A3KP74         NA
-## 13497 13497     A3KPF2         NA
-## 13498 13498     A3KPF5         NA
-## 13499 13499     A3KPF8         NA
-## 13500 13500     A3KPF8         NA
-## 13501 13501     A3KPF8         NA
-## 13502 13502     A3KPP4         NA
-## 13503 13503     A3KPQ7         NA
-## 13504 13504     A3KPQ7         NA
-## 13505 13505     A3KPW7         NA
-## 13506 13506     A3KPW9         NA
-## 13507 13507     A3KPW9         NA
-## 13508 13508     A3KPW9         NA
-## 13509 13509     A3KQ55         NA
-## 13510 13510     A3KQ58         NA
-## 13511 13511     A3KQA5         NA
-## 13512 13512     A3KQQ9         NA
-## 13513 13513     A3KQQ9         NA
-## 13514 13514     A3KQQ9         NA
-## 13515 13515     A3KQS4         NA
-## 13516 13516     A3KQS5         NA
-## 13517 13517     A3LN53       4924
-## 13518 13518     A3LN53       4924
-## 13519 13519     A3LN53       4924
-## 13520 13520     A3LN86       4924
-## 13521 13521     A3LN86       4924
-## 13522 13522     A3LN86       4924
-## 13523 13523     A3LN86       4924
-## 13524 13524     A3LN86       4924
-## 13525 13525     A3LN86       4924
-## 13526 13526     A3LN86       4924
-## 13527 13527     A3LN86       4924
-## 13528 13528     A3LN86       4924
-## 13529 13529     A3LN86       4924
-## 13530 13530     A3LN86       4924
-## 13531 13531     A3LN86       4924
-## 13532 13532     A3LN86       4924
-## 13533 13533     A3LN86       4924
-## 13534 13534     A3LN91       4924
-## 13535 13535     A3LNC4       4924
-## 13536 13536     A3LNI7       4924
-## 13537 13537     A3LNJ3       4924
-## 13538 13538     A3LNW3       4924
-## 13539 13539     A3LP19       4924
-## 13540 13540     A3LP85       4924
-## 13541 13541     A3LP87       4924
-## 13542 13542     A3LP95       4924
-## 13543 13543     A3LP95       4924
-## 13544 13544     A3LP95       4924
-## 13545 13545     A3LP95       4924
-## 13546 13546     A3LPA1       4924
-## 13547 13547     A3LPG0       4924
-## 13548 13548     A3LPR4       4924
-## 13549 13549     A3LPR4       4924
-## 13550 13550     A3LPR4       4924
-## 13551 13551     A3LPR4       4924
-## 13552 13552     A3LPR4       4924
-## 13553 13553     A3LPS1       4924
-## 13554 13554     A3LPS6       4924
-## 13555 13555     A3LPY4       4924
-## 13556 13556     A3LPY4       4924
-## 13557 13557     A3LQ01       4924
-## 13558 13558     A3LQ01       4924
-## 13559 13559     A3LQ01       4924
-## 13560 13560     A3LQ01       4924
-## 13561 13561     A3LQ01       4924
-## 13562 13562     A3LQ10       4924
-## 13563 13563     A3LQ44       4924
-## 13564 13564     A3LQ44       4924
-## 13565 13565     A3LQ44       4924
-## 13566 13566     A3LQ86       4924
-## 13567 13567     A3LQ93       4924
-## 13568 13568     A3LQD7       4924
-## 13569 13569     A3LQJ9       4924
-## 13570 13570     A3LQL9       4924
-## 13571 13571     A3LQL9       4924
-## 13572 13572     A3LQU0       4924
-## 13573 13573     A3LQU0       4924
-## 13574 13574     A3LQV7       4924
-## 13575 13575     A3LQW6       4924
-## 13576 13576     A3LQW7       4924
-## 13577 13577     A3LQW7       4924
-## 13578 13578     A3LQY1       4924
-## 13579 13579     A3LQY1       4924
-## 13580 13580     A3LQY1       4924
-## 13581 13581     A3LQZ8       4924
-## 13582 13582     A3LR41       4924
-## 13583 13583     A3LR41       4924
-## 13584 13584     A3LRB2       4924
-## 13585 13585     A3LRB2       4924
-## 13586 13586     A3LRF0       4924
-## 13587 13587     A3LRH4       4924
-## 13588 13588     A3LRH4       4924
-## 13589 13589     A3LRM2       4924
-## 13590 13590     A3LRW2       4924
-## 13591 13591     A3LRW3       4924
-## 13592 13592     A3LRW3       4924
-## 13593 13593     A3LRX6       4924
-## 13594 13594     A3LS22       4924
-## 13595 13595     A3LSB6       4924
-## 13596 13596     A3LSJ2       4924
-## 13597 13597     A3LSJ2       4924
-## 13598 13598     A3LSJ2       4924
-## 13599 13599     A3LSJ2       4924
-## 13600 13600     A3LSN3       4924
-## 13601 13601     A3LSN3       4924
-## 13602 13602     A3LSW7       4924
-## 13603 13603     A3LSY7       4924
-## 13604 13604     A3LSZ2       4924
-## 13605 13605     A3LSZ2       4924
-## 13606 13606     A3LSZ2       4924
-## 13607 13607     A3LT28       4924
-## 13608 13608     A3LT28       4924
-## 13609 13609     A3LT28       4924
-## 13610 13610     A3LT37       4924
-## 13611 13611     A3LT37       4924
-## 13612 13612     A3LT66       4924
-## 13613 13613     A3LT90       4924
-## 13614 13614     A3LTA2       4924
-## 13615 13615     A3LTB7       4924
-## 13616 13616     A3LTB7       4924
-## 13617 13617     A3LTB7       4924
-## 13618 13618     A3LTB7       4924
-## 13619 13619     A3LTE2       4924
-## 13620 13620     A3LTE2       4924
-## 13621 13621     A3LTE2       4924
-## 13622 13622     A3LTE2       4924
-## 13623 13623     A3LTS5       4924
-## 13624 13624     A3LU10       4924
-## 13625 13625     A3LU10       4924
-## 13626 13626     A3LU54       4924
-## 13627 13627     A3LU54       4924
-## 13628 13628     A3LU56       4924
-## 13629 13629     A3LU56       4924
-## 13630 13630     A3LUB9       4924
-## 13631 13631     A3LUB9       4924
-## 13632 13632     A3LUF7       4924
-## 13633 13633     A3LUK5       4924
-## 13634 13634     A3LUM8       4924
-## 13635 13635     A3LUT0       4924
-## 13636 13636     A3LUT0       4924
-## 13637 13637     A3LUW5       4924
-## 13638 13638     A3LUX6       4924
-## 13639 13639     A3LUX6       4924
-## 13640 13640     A3LUY1       4924
-## 13641 13641     A3LV34       4924
-## 13642 13642     A3LV40       4924
-## 13643 13643     A3LV40       4924
-## 13644 13644     A3LVD5       4924
-## 13645 13645     A3LVD5       4924
-## 13646 13646     A3LVD5       4924
-## 13647 13647     A3LVL1       4924
-## 13648 13648     A3LVM1       4924
-## 13649 13649     A3LVX0       4924
-## 13650 13650     A3LVX1       4924
-## 13651 13651     A3LW52       4924
-## 13652 13652     A3LWH1       4924
-## 13653 13653     A3LWH1       4924
-## 13654 13654     A3LWH3       4924
-## 13655 13655     A3LWH8       4924
-## 13656 13656     A3LWH8       4924
-## 13657 13657     A3LWI0       4924
-## 13658 13658     A3LWM9       4924
-## 13659 13659     A3LWM9       4924
-## 13660 13660     A3LWR2       4924
-## 13661 13661     A3LWX1       4924
-## 13662 13662     A3LWX3       4924
-## 13663 13663     A3LWX3       4924
-## 13664 13664     A3LWY2       4924
-## 13665 13665     A3LX02       4924
-## 13666 13666     A3LX15       4924
-## 13667 13667     A3LX15       4924
-## 13668 13668     A3LX18       4924
-## 13669 13669     A3LX29       4924
-## 13670 13670     A3LX29       4924
-## 13671 13671     A3LX75       4924
-## 13672 13672     A3LX75       4924
-## 13673 13673     A3LX85       4924
-## 13674 13674     A3LXD5       4924
-## 13675 13675     A3LXE6       4924
-## 13676 13676     A3LXF0       4924
-## 13677 13677     A3LXF0       4924
-## 13678 13678     A3LXF0       4924
-## 13679 13679     A3LXF0       4924
-## 13680 13680     A3LXF0       4924
-## 13681 13681     A3LXG0       4924
-## 13682 13682     A3LXL0       4924
-## 13683 13683     A3LXL0       4924
-## 13684 13684     A3LXL0       4924
-## 13685 13685     A3LXL0       4924
-## 13686 13686     A3LXL0       4924
-## 13687 13687     A3LXM3       4924
-## 13688 13688     A3LXM3       4924
-## 13689 13689     A3LXM4       4924
-## 13690 13690     A3LXQ8       4924
-## 13691 13691     A3LXV1       4924
-## 13692 13692     A3LXV1       4924
-## 13693 13693     A3LXV1       4924
-## 13694 13694     A3LXV1       4924
-## 13695 13695     A3LY29       4924
-## 13696 13696     A3LY92       4924
-## 13697 13697     A3LYI0       4924
-## 13698 13698     A3LYI0       4924
-## 13699 13699     A3LYI0       4924
-## 13700 13700     A3LYI0       4924
-## 13701 13701     A3LYI0       4924
-## 13702 13702     A3LYI0       4924
-## 13703 13703     A3LYI0       4924
-## 13704 13704     A3LYI0       4924
-## 13705 13705     A3LYI0       4924
-## 13706 13706     A3LYI0       4924
-## 13707 13707     A3LYL7       4924
-## 13708 13708     A3LYL7       4924
-## 13709 13709     A3LYL7       4924
-## 13710 13710     A3LYL7       4924
-## 13711 13711     A3LYL7       4924
-## 13712 13712     A3LYR9       4924
-## 13713 13713     A3LYV8       4924
-## 13714 13714     A3LYZ4       4924
-## 13715 13715     A3LYZ4       4924
-## 13716 13716     A3LYZ4       4924
-## 13717 13717     A3LZ54       4924
-## 13718 13718     A3LZ54       4924
-## 13719 13719     A3LZ54       4924
-## 13720 13720     A3LZ54       4924
-## 13721 13721     A3LZ57       4924
-## 13722 13722     A3LZ57       4924
-## 13723 13723     A3LZ57       4924
-## 13724 13724     A3LZ57       4924
-## 13725 13725     A3LZ57       4924
-## 13726 13726     A3LZ57       4924
-## 13727 13727     A3LZ57       4924
-## 13728 13728     A3LZS3       4924
-## 13729 13729     A3LZS3       4924
-## 13730 13730     A3LZT3       4924
-## 13731 13731     A3LZT3       4924
-## 13732 13732     A3LZW1       4924
-## 13733 13733     A3M019       4924
-## 13734 13734     A3M019       4924
-## 13735 13735     A3M022       4924
-## 13736 13736     A3M056       4924
-## 13737 13737     A3M072       4924
-## 13738 13738     A3M072       4924
-## 13739 13739     A3M072       4924
-## 13740 13740     A3M072       4924
-## 13741 13741     A3M0D8       4924
-## 13742 13742     A3M0D8       4924
-## 13743 13743     A3M0F4       4924
-## 13744 13744     A3M0F4       4924
-## 13745 13745     A3M0F4       4924
-## 13746 13746     A3M0Q4        470
-## 13747 13747     A3M140        470
-## 13748 13748     A3M143        470
-## 13749 13749     A3M145        470
-## 13750 13750     A3M1D2        470
-## 13751 13751     A3M1G3        470
-## 13752 13752     A3M1G4        470
-## 13753 13753     A3M1G4        470
-## 13754 13754     A3M1H9        470
-## 13755 13755     A3M1M7        470
-## 13756 13756     A3M1P7        470
-## 13757 13757     A3M1Q4        470
-## 13758 13758     A3M1S3        470
-## 13759 13759     A3M1S8        470
-## 13760 13760     A3M1Y4        470
-## 13761 13761     A3M1Y6        470
-## 13762 13762     A3M208        470
-## 13763 13763     A3M208        470
-## 13764 13764     A3M212        470
-## 13765 13765     A3M215        470
-## 13766 13766     A3M299        470
-## 13767 13767     A3M2Q0        470
-## 13768 13768     A3M2Q4        470
-## 13769 13769     A3M2Q4        470
-## 13770 13770     A3M2Q5        470
-## 13771 13771     A3M2R1        470
-## 13772 13772     A3M2T0        470
-## 13773 13773     A3M2U3        470
-## 13774 13774     A3M2U3        470
-## 13775 13775     A3M2U3        470
-## 13776 13776     A3M306        470
-## 13777 13777     A3M306        470
-## 13778 13778     A3M361        470
-## 13779 13779     A3M3B1        470
-## 13780 13780     A3M3E9        470
-## 13781 13781     A3M3E9        470
-## 13782 13782     A3M3H0        470
-## 13783 13783     A3M3H0        470
-## 13784 13784     A3M3H0        470
-## 13785 13785     A3M3H0        470
-## 13786 13786     A3M3H0        470
-## 13787 13787     A3M3H0        470
-## 13788 13788     A3M3H0        470
-## 13789 13789     A3M3H0        470
-## 13790 13790     A3M3H0        470
-## 13791 13791     A3M3H0        470
-## 13792 13792     A3M3W2        470
-## 13793 13793     A3M3W2        470
-## 13794 13794     A3M419        470
-## 13795 13795     A3M4V2        470
-## 13796 13796     A3M4Z0        470
-## 13797 13797     A3M4Z0        470
-## 13798 13798     A3M504        470
-## 13799 13799     A3M5C7        470
-## 13800 13800     A3M5Y1        470
-## 13801 13801     A3M5Z6        470
-## 13802 13802     A3M650        470
-## 13803 13803     A3M650        470
-## 13804 13804     A3M650        470
-## 13805 13805     A3M684        470
-## 13806 13806     A3M6H8        470
-## 13807 13807     A3M6H8        470
-## 13808 13808     A3M6J6        470
-## 13809 13809     A3M6K4        470
-## 13810 13810     A3M6Q3        470
-## 13811 13811     A3M6Q6        470
-## 13812 13812     A3M750        470
-## 13813 13813     A3M767        470
-## 13814 13814     A3M7M2        470
-## 13815 13815     A3M7M2        470
-## 13816 13816     A3M7M2        470
-## 13817 13817     A3M7R2        470
-## 13818 13818     A3M7X8        470
-## 13819 13819     A3M7Y8        470
-## 13820 13820     A3M836        470
-## 13821 13821     A3M8D6        470
-## 13822 13822     A3M8F1        470
-## 13823 13823     A3M8F1        470
-## 13824 13824     A3M8K2        470
-## 13825 13825     A3M8K2        470
-## 13826 13826     A3M8K2        470
-## 13827 13827     A3M8M4        470
-## 13828 13828     A3M8Q6        470
-## 13829 13829     A3M8T4        470
-## 13830 13830     A3M8W8        470
-## 13831 13831     A3M8W8        470
-## 13832 13832     A3M8W8        470
-## 13833 13833     A3M8W9        470
-## 13834 13834     A3M8W9        470
-## 13835 13835     A3M8Y8        470
-## 13836 13836     A3M928        470
-## 13837 13837     A3M970        470
-## 13838 13838     A3M972        470
-## 13839 13839     A3M978        470
-## 13840 13840     A3M9C2        470
-## 13841 13841     A3M9D2        470
-## 13842 13842     A3M9H4        470
-## 13843 13843     A3M9P9        470
-## 13844 13844     A3M9P9        470
-## 13845 13845     A3M9X5        470
-## 13846 13846     A3M9Y1        470
-## 13847 13847     A3MA02        470
-## 13848 13848     A3MA02        470
-## 13849 13849     A3MA23        470
-## 13850 13850     A3MA48        470
-## 13851 13851     A3MA88        470
-## 13852 13852     A3MA88        470
-## 13853 13853     A3MA88        470
-## 13854 13854     A3MA88        470
-## 13855 13855     A3MA88        470
-## 13856 13856     A3MA94        470
-## 13857 13857     A3MA94        470
-## 13858 13858     A3MAE3      13373
-## 13859 13859     A3MAQ6      13373
-## 13860 13860     A3MAR7      13373
-## 13861 13861     A3MAR7      13373
-## 13862 13862     A3MAR7      13373
-## 13863 13863     A3MAS4      13373
-## 13864 13864     A3MAS4      13373
-## 13865 13865     A3MAS4      13373
-## 13866 13866     A3MAS4      13373
-## 13867 13867     A3MAS4      13373
-## 13868 13868     A3MBD3      13373
-## 13869 13869     A3MBR2      13373
-## 13870 13870     A3MBR2      13373
-## 13871 13871     A3MCG6      13373
-## 13872 13872     A3MCG8      13373
-## 13873 13873     A3MCG8      13373
-## 13874 13874     A3MCG9      13373
-## 13875 13875     A3MCG9      13373
-## 13876 13876     A3MCV7      13373
-## 13877 13877     A3MDY1      13373
-## 13878 13878     A3MDY1      13373
-## 13879 13879     A3ME84      13373
-## 13880 13880     A3MEC6      13373
-## 13881 13881     A3MEC6      13373
-## 13882 13882     A3MF00      13373
-## 13883 13883     A3MFQ4      13373
-## 13884 13884     A3MH48      13373
-## 13885 13885     A3MH48      13373
-## 13886 13886     A3MH48      13373
-## 13887 13887     A3MH48      13373
-## 13888 13888     A3MHJ9      13373
-## 13889 13889     A3MHN9      13373
-## 13890 13890     A3MHR1      13373
-## 13891 13891     A3MHR1      13373
-## 13892 13892     A3MHR1      13373
-## 13893 13893     A3MHR9      13373
-## 13894 13894     A3MHX8      13373
-## 13895 13895     A3MI14      13373
-## 13896 13896     A3MI51      13373
-## 13897 13897     A3MI57      13373
-## 13898 13898     A3MI97      13373
-## 13899 13899     A3MIA9      13373
-## 13900 13900     A3MIG6      13373
-## 13901 13901     A3MIG6      13373
-## 13902 13902     A3MIQ6      13373
-## 13903 13903     A3MIQ6      13373
-## 13904 13904     A3MJ36      13373
-## 13905 13905     A3MJ36      13373
-## 13906 13906     A3MJ99      13373
-## 13907 13907     A3MJ99      13373
-## 13908 13908     A3MJW4      13373
-## 13909 13909     A3MJW4      13373
-## 13910 13910     A3MJW4      13373
-## 13911 13911     A3MJW4      13373
-## 13912 13912     A3MJW4      13373
-## 13913 13913     A3MJW4      13373
-## 13914 13914     A3MJW4      13373
-## 13915 13915     A3MJW4      13373
-## 13916 13916     A3MJW6      13373
-## 13917 13917     A3MK46      13373
-## 13918 13918     A3MK64      13373
-## 13919 13919     A3MK70      13373
-## 13920 13920     A3MK74      13373
-## 13921 13921     A3MKD3      13373
-## 13922 13922     A3MKI3      13373
-## 13923 13923     A3MKI3      13373
-## 13924 13924     A3MKN7      13373
-## 13925 13925     A3MKQ7      13373
-## 13926 13926     A3MKR8      13373
-## 13927 13927     A3MKS8      13373
-## 13928 13928     A3MKS8      13373
-## 13929 13929     A3MKT0      13373
-## 13930 13930     A3MKT0      13373
-## 13931 13931     A3MKT0      13373
-## 13932 13932     A3MKT2      13373
-## 13933 13933     A3MKT2      13373
-## 13934 13934     A3MKU2      13373
-## 13935 13935     A3MKU2      13373
-## 13936 13936     A3MKU3      13373
-## 13937 13937     A3MKU6      13373
-## 13938 13938     A3MKV6      13373
-## 13939 13939     A3MKV6      13373
-## 13940 13940     A3MKV8      13373
-## 13941 13941     A3MKY3      13373
-## 13942 13942     A3ML41      13373
-## 13943 13943     A3ML43      13373
-## 13944 13944     A3ML43      13373
-## 13945 13945     A3ML57      13373
-## 13946 13946     A3ML78      13373
-## 13947 13947     A3ML79      13373
-## 13948 13948     A3MLK5      13373
-## 13949 13949     A3MLL6      13373
-## 13950 13950     A3MLM5      13373
-## 13951 13951     A3MLM5      13373
-## 13952 13952     A3MLN3      13373
-## 13953 13953     A3MLQ2      13373
-## 13954 13954     A3MLQ5      13373
-## 13955 13955     A3MLY7      13373
-## 13956 13956     A3MM33      13373
-## 13957 13957     A3MM33      13373
-## 13958 13958     A3MM33      13373
-## 13959 13959     A3MM33      13373
-## 13960 13960     A3MM33      13373
-## 13961 13961     A3MMB4      13373
-## 13962 13962     A3MMB4      13373
-## 13963 13963     A3MMB4      13373
-## 13964 13964     A3MMB4      13373
-## 13965 13965     A3MME1      13373
-## 13966 13966     A3MMF8      13373
-## 13967 13967     A3MMJ2      13373
-## 13968 13968     A3MMM6      13373
-## 13969 13969     A3MMM8      13373
-## 13970 13970     A3MMM8      13373
-## 13971 13971     A3MMQ8      13373
-## 13972 13972     A3MMR3      13373
-## 13973 13973     A3MMU8      13373
-## 13974 13974     A3MMV1      13373
-## 13975 13975     A3MMV3      13373
-## 13976 13976     A3MMV3      13373
-## 13977 13977     A3MMV4      13373
-## 13978 13978     A3MMZ4      13373
-## 13979 13979     A3MMZ4      13373
-## 13980 13980     A3MN08      13373
-## 13981 13981     A3MN47      13373
-## 13982 13982     A3MN48      13373
-## 13983 13983     A3MN86      13373
-## 13984 13984     A3MN97      13373
-## 13985 13985     A3MN97      13373
-## 13986 13986     A3MN99      13373
-## 13987 13987     A3MN99      13373
-## 13988 13988     A3MN99      13373
-## 13989 13989     A3MN99      13373
-## 13990 13990     A3MNA1      13373
-## 13991 13991     A3MNB7      13373
-## 13992 13992     A3MND6      13373
-## 13993 13993     A3MNG1      13373
-## 13994 13994     A3MNP7      13373
-## 13995 13995     A3MNR6      13373
-## 13996 13996     A3MNR6      13373
-## 13997 13997     A3MNT8      13373
-## 13998 13998     A3MNT8      13373
-## 13999 13999     A3MNU1      13373
-## 14000 14000     A3MNU6      13373
-## 14001 14001     A3MNX8      13373
-## 14002 14002     A3MP59      13373
-## 14003 14003     A3MP74      13373
-## 14004 14004     A3MPB8      13373
-## 14005 14005     A3MPH9      13373
-## 14006 14006     A3MPI2      13373
-## 14007 14007     A3MPU4      13373
-## 14008 14008     A3MPU5      13373
-## 14009 14009     A3MPU8      13373
-## 14010 14010     A3MPY1      13373
-## 14011 14011     A3MQ00      13373
-## 14012 14012     A3MQ00      13373
-## 14013 14013     A3MQ27      13373
-## 14014 14014     A3MQ27      13373
-## 14015 14015     A3MQ27      13373
-## 14016 14016     A3MQ44      13373
-## 14017 14017     A3MQF7      13373
-## 14018 14018     A3MQF7      13373
-## 14019 14019     A3MQJ5      13373
-## 14020 14020     A3MQK6      13373
-## 14021 14021     A3MQK6      13373
-## 14022 14022     A3MQP3      13373
-## 14023 14023     A3MQP3      13373
-## 14024 14024     A3MQV3      13373
-## 14025 14025     A3MQV3      13373
-## 14026 14026     A3MR18      13373
-## 14027 14027     A3MR60      13373
-## 14028 14028     A3MR60      13373
-## 14029 14029     A3MR61      13373
-## 14030 14030     A3MR63      13373
-## 14031 14031     A3MR64      13373
-## 14032 14032     A3MR73      13373
-## 14033 14033     A3MR90      13373
-## 14034 14034     A3MR90      13373
-## 14035 14035     A3MR90      13373
-## 14036 14036     A3MRB1      13373
-## 14037 14037     A3MRJ1      13373
-## 14038 14038     A3MRM9      13373
-## 14039 14039     A3MRM9      13373
-## 14040 14040     A3MRQ4      13373
-## 14041 14041     A3MRU2      13373
-## 14042 14042     A3MRU5      13373
-## 14043 14043     A3MRU6      13373
-## 14044 14044     A3MRU6      13373
-## 14045 14045     A3MRU6      13373
-## 14046 14046     A3MRW0      13373
-## 14047 14047     A3MRW0      13373
-## 14048 14048     A3MRW4      13373
-## 14049 14049     A3MS20      13373
-## 14050 14050     A3MS20      13373
-## 14051 14051     A3MS20      13373
-## 14052 14052     A3MS37     181486
-## 14053 14053     A3MS37     181486
-## 14054 14054     A3MS42     181486
-## 14055 14055     A3MS51     181486
-## 14056 14056     A3MS54     181486
-## 14057 14057     A3MS62     181486
-## 14058 14058     A3MS62     181486
-## 14059 14059     A3MS77     181486
-## 14060 14060     A3MSA1     181486
-## 14061 14061     A3MSA1     181486
-## 14062 14062     A3MSA1     181486
-## 14063 14063     A3MSA1     181486
-## 14064 14064     A3MSE0     181486
-## 14065 14065     A3MSF5     181486
-## 14066 14066     A3MSF5     181486
-## 14067 14067     A3MSG0     181486
-## 14068 14068     A3MSM9     181486
-## 14069 14069     A3MT36     181486
-## 14070 14070     A3MTL3     181486
-## 14071 14071     A3MTL6     181486
-## 14072 14072     A3MTQ5     181486
-## 14073 14073     A3MU07     181486
-## 14074 14074     A3MU14     181486
-## 14075 14075     A3MUI8     181486
-## 14076 14076     A3MUK4     181486
-## 14077 14077     A3MUK8     181486
-## 14078 14078     A3MUZ1     181486
-## 14079 14079     A3MV36     181486
-## 14080 14080     A3MV36     181486
-## 14081 14081     A3MV40     181486
-## 14082 14082     A3MV50     181486
-## 14083 14083     A3MV63     181486
-## 14084 14084     A3MV63     181486
-## 14085 14085     A3MV67     181486
-## 14086 14086     A3MV69     181486
-## 14087 14087     A3MV95     181486
-## 14088 14088     A3MV95     181486
-## 14089 14089     A3MVF0     181486
-## 14090 14090     A3MVG6     181486
-## 14091 14091     A3MVG6     181486
-## 14092 14092     A3MVZ5     181486
-## 14093 14093     A3MW09     181486
-## 14094 14094     A3MWA6     181486
-## 14095 14095     A3MWD6     181486
-## 14096 14096     A3MWD6     181486
-## 14097 14097     A3MWD7     181486
-## 14098 14098     A3MWD7     181486
-## 14099 14099     A3MWE7     181486
-## 14100 14100     A3MWE7     181486
-## 14101 14101     A3MWE7     181486
-## 14102 14102     A3MWJ4     181486
-## 14103 14103     A3MWJ5     181486
-## 14104 14104     A3MWK6     181486
-## 14105 14105     A3MWW7     181486
-## 14106 14106     A3MWW7     181486
-## 14107 14107     A3MWX6     181486
-## 14108 14108     A3MX14     181486
-## 14109 14109     A3MX34     181486
-## 14110 14110     A3MX63     181486
-## 14111 14111     A3MX78     181486
-## 14112 14112     A3MX99     181486
-## 14113 14113     A3MXD4     181486
-## 14114 14114     A3MXE4     181486
-## 14115 14115     A3MXH2     181486
-## 14116 14116     A3MXH2     181486
-## 14117 14117     A3MXH2     181486
-## 14118 14118     A3MXN2     181486
-## 14119 14119     A3MXP3     181486
-## 14120 14120     A3MXQ7     181486
-## 14121 14121     A3MXW0     181486
-## 14122 14122     A3MXY4     181486
-## 14123 14123     A3MY01     181486
-## 14124 14124     A3MY01     181486
-## 14125 14125     A3MY04     181486
-## 14126 14126     A3MY75        715
-## 14127 14127     A3MY79        715
-## 14128 14128     A3MY81        715
-## 14129 14129     A3MY87        715
-## 14130 14130     A3MY87        715
-## 14131 14131     A3MY90        715
-## 14132 14132     A3MYA5        715
-## 14133 14133     A3MYB2        715
-## 14134 14134     A3MYB2        715
-## 14135 14135     A3MYC7        715
-## 14136 14136     A3MYE6        715
-## 14137 14137     A3MYF7        715
-## 14138 14138     A3MYG3        715
-## 14139 14139     A3MYI9        715
-## 14140 14140     A3MYK8        715
-## 14141 14141     A3MYK8        715
-## 14142 14142     A3MYM2        715
-## 14143 14143     A3MYM6        715
-## 14144 14144     A3MYM7        715
-## 14145 14145     A3MYP1        715
-## 14146 14146     A3MYS3        715
-## 14147 14147     A3MYU1        715
-## 14148 14148     A3MYU1        715
-## 14149 14149     A3MYY8        715
-## 14150 14150     A3MZ21        715
-## 14151 14151     A3MZ21        715
-## 14152 14152     A3MZ21        715
-## 14153 14153     A3MZ32        715
-## 14154 14154     A3MZ40        715
-## 14155 14155     A3MZ40        715
-## 14156 14156     A3MZ52        715
-## 14157 14157     A3MZ64        715
-## 14158 14158     A3MZ67        715
-## 14159 14159     A3MZ70        715
-## 14160 14160     A3MZ70        715
-## 14161 14161     A3MZA2        715
-## 14162 14162     A3MZB6        715
-## 14163 14163     A3MZC0        715
-## 14164 14164     A3MZC2        715
-## 14165 14165     A3MZC5        715
-## 14166 14166     A3MZE1        715
-## 14167 14167     A3MZE7        715
-## 14168 14168     A3MZJ2        715
-## 14169 14169     A3MZU3        715
-## 14170 14170     A3MZU5        715
-## 14171 14171     A3MZU5        715
-## 14172 14172     A3MZU7        715
-## 14173 14173     A3MZU7        715
-## 14174 14174     A3MZU7        715
-## 14175 14175     A3MZV0        715
-## 14176 14176     A3MZV4        715
-## 14177 14177     A3MZV4        715
-## 14178 14178     A3MZV4        715
-## 14179 14179     A3MZX4        715
-## 14180 14180     A3MZZ7        715
-## 14181 14181     A3N005        715
-## 14182 14182     A3N005        715
-## 14183 14183     A3N005        715
-## 14184 14184     A3N018        715
-## 14185 14185     A3N018        715
-## 14186 14186     A3N031        715
-## 14187 14187     A3N055        715
-## 14188 14188     A3N058        715
-## 14189 14189     A3N073        715
-## 14190 14190     A3N094        715
-## 14191 14191     A3N0B0        715
-## 14192 14192     A3N0C9        715
-## 14193 14193     A3N0C9        715
-## 14194 14194     A3N0D6        715
-## 14195 14195     A3N0D9        715
-## 14196 14196     A3N0G6        715
-## 14197 14197     A3N0G9        715
-## 14198 14198     A3N0H9        715
-## 14199 14199     A3N0L8        715
-## 14200 14200     A3N0L8        715
-## 14201 14201     A3N0L8        715
-## 14202 14202     A3N0N2        715
-## 14203 14203     A3N0Q7        715
-## 14204 14204     A3N0Q9        715
-## 14205 14205     A3N0S3        715
-## 14206 14206     A3N0S5        715
-## 14207 14207     A3N0S5        715
-## 14208 14208     A3N0X0        715
-## 14209 14209     A3N0X0        715
-## 14210 14210     A3N0X4        715
-## 14211 14211     A3N120        715
-## 14212 14212     A3N120        715
-## 14213 14213     A3N1A7        715
-## 14214 14214     A3N1A7        715
-## 14215 14215     A3N1B5        715
-## 14216 14216     A3N1B8        715
-## 14217 14217     A3N1B9        715
-## 14218 14218     A3N1E6        715
-## 14219 14219     A3N1F7        715
-## 14220 14220     A3N1G7        715
-## 14221 14221     A3N1G7        715
-## 14222 14222     A3N1H1        715
-## 14223 14223     A3N1H1        715
-## 14224 14224     A3N1H3        715
-## 14225 14225     A3N1S4        715
-## 14226 14226     A3N1S8        715
-## 14227 14227     A3N1V2        715
-## 14228 14228     A3N1V3        715
-## 14229 14229     A3N1W3        715
-## 14230 14230     A3N1X3        715
-## 14231 14231     A3N247        715
-## 14232 14232     A3N247        715
-## 14233 14233     A3N247        715
-## 14234 14234     A3N262        715
-## 14235 14235     A3N277        715
-## 14236 14236     A3N2A1        715
-## 14237 14237     A3N2A2        715
-## 14238 14238     A3N2C1        715
-## 14239 14239     A3N2E6        715
-## 14240 14240     A3N2F8        715
-## 14241 14241     A3N2F8        715
-## 14242 14242     A3N2H9        715
-## 14243 14243     A3N2I3        715
-## 14244 14244     A3N2I4        715
-## 14245 14245     A3N2I4        715
-## 14246 14246     A3N2J4        715
-## 14247 14247     A3N2Q0        715
-## 14248 14248     A3N2Q3        715
-## 14249 14249     A3N2Q3        715
-## 14250 14250     A3N2R1        715
-## 14251 14251     A3N2S7        715
-## 14252 14252     A3N2T3        715
-## 14253 14253     A3N2T4        715
-## 14254 14254     A3N2T5        715
-## 14255 14255     A3N2U4        715
-## 14256 14256     A3N2U8        715
-## 14257 14257     A3N2V3        715
-## 14258 14258     A3N2Y4        715
-## 14259 14259     A3N308        715
-## 14260 14260     A3N319        715
-## 14261 14261     A3N326        715
-## 14262 14262     A3N326        715
-## 14263 14263     A3N352        715
-## 14264 14264     A3N358        715
-## 14265 14265     A3N358        715
-## 14266 14266     A3N372        715
-## 14267 14267     A3N378        715
-## 14268 14268     A3N386        715
-## 14269 14269     A3N3B3        715
-## 14270 14270     A3N3C8        715
-## 14271 14271     A3N3D7        715
-## 14272 14272     A3N3D8        715
-## 14273 14273     A3N3E5        715
-## 14274 14274     A3N3E5        715
-## 14275 14275     A3N3E9        715
-## 14276 14276     A3N3E9        715
-## 14277 14277     A3N3F7        715
-## 14278 14278     A3N3J1        715
-## 14279 14279     A3N3J9        715
-## 14280 14280     A3N3J9        715
-## 14281 14281     A3N3J9        715
-## 14282 14282     A3N3K0        715
-## 14283 14283     A3N3K0        715
-## 14284 14284     A3N3K0        715
-## 14285 14285     A3N3L9        715
-## 14286 14286     A3N3M1        715
-## 14287 14287     A3N3M9        715
-## 14288 14288     A3N3P8        715
-## 14289 14289     A3N3S2        715
-## 14290 14290     A3N3S2        715
-## 14291 14291     A3N3S4        715
-## 14292 14292     A3N3U7        715
-## 14293 14293     A3N3U7        715
-## 14294 14294     A3N3Y7      28450
-## 14295 14295     A3N473      28450
-## 14296 14296     A3N473      28450
-## 14297 14297     A3N473      28450
-## 14298 14298     A3N477      28450
-## 14299 14299     A3N477      28450
-## 14300 14300     A3N4D7      28450
-## 14301 14301     A3N4F4      28450
-## 14302 14302     A3N4F4      28450
-## 14303 14303     A3N4I1      28450
-## 14304 14304     A3N4P2      28450
-## 14305 14305     A3N4T7      28450
-## 14306 14306     A3N4V7      28450
-## 14307 14307     A3N520      28450
-## 14308 14308     A3N575      28450
-## 14309 14309     A3N588      28450
-## 14310 14310     A3N588      28450
-## 14311 14311     A3N5K5      28450
-## 14312 14312     A3N5K5      28450
-## 14313 14313     A3N5U8      28450
-## 14314 14314     A3N5U8      28450
-## 14315 14315     A3N5V1      28450
-## 14316 14316     A3N5V6      28450
-## 14317 14317     A3N5Z1      28450
-## 14318 14318     A3N6K4      28450
-## 14319 14319     A3N6K5      28450
-## 14320 14320     A3N6P6      28450
-## 14321 14321     A3N6Q9      28450
-## 14322 14322     A3N6Q9      28450
-## 14323 14323     A3N6U9      28450
-## 14324 14324     A3N6V2      28450
-## 14325 14325     A3N6X1      28450
-## 14326 14326     A3N6Y1      28450
-## 14327 14327     A3N6Y1      28450
-## 14328 14328     A3N700      28450
-## 14329 14329     A3N7C4      28450
-## 14330 14330     A3N7G3      28450
-## 14331 14331     A3N7H1      28450
-## 14332 14332     A3N7K7      28450
-## 14333 14333     A3N7L3      28450
-## 14334 14334     A3N7M5      28450
-## 14335 14335     A3N7W7      28450
-## 14336 14336     A3N7W7      28450
-## 14337 14337     A3N856      28450
-## 14338 14338     A3N856      28450
-## 14339 14339     A3N8B3      28450
-## 14340 14340     A3N8K7      28450
-## 14341 14341     A3N8K7      28450
-## 14342 14342     A3N8V8      28450
-## 14343 14343     A3N8V8      28450
-## 14344 14344     A3N8V8      28450
-## 14345 14345     A3N8V8      28450
-## 14346 14346     A3N8V8      28450
-## 14347 14347     A3N8V8      28450
-## 14348 14348     A3N8V8      28450
-## 14349 14349     A3N8V8      28450
-## 14350 14350     A3N8V8      28450
-## 14351 14351     A3N8W0      28450
-## 14352 14352     A3N926      28450
-## 14353 14353     A3N926      28450
-## 14354 14354     A3NA26      28450
-## 14355 14355     A3NA43      28450
-## 14356 14356     A3NA49      28450
-## 14357 14357     A3NA53      28450
-## 14358 14358     A3NAB3      28450
-## 14359 14359     A3NAH2      28450
-## 14360 14360     A3NAN4      28450
-## 14361 14361     A3NAR3      28450
-## 14362 14362     A3NAS3      28450
-## 14363 14363     A3NAT3      28450
-## 14364 14364     A3NAT3      28450
-## 14365 14365     A3NAT5      28450
-## 14366 14366     A3NAT5      28450
-## 14367 14367     A3NAT5      28450
-## 14368 14368     A3NAT7      28450
-## 14369 14369     A3NAT7      28450
-## 14370 14370     A3NAU7      28450
-## 14371 14371     A3NAU7      28450
-## 14372 14372     A3NAU8      28450
-## 14373 14373     A3NAV0      28450
-## 14374 14374     A3NAW0      28450
-## 14375 14375     A3NAW0      28450
-## 14376 14376     A3NAW2      28450
-## 14377 14377     A3NAY8      28450
-## 14378 14378     A3NB48      28450
-## 14379 14379     A3NB50      28450
-## 14380 14380     A3NB50      28450
-## 14381 14381     A3NB64      28450
-## 14382 14382     A3NBA0      28450
-## 14383 14383     A3NBA1      28450
-## 14384 14384     A3NBM6      28450
-## 14385 14385     A3NBM6      28450
-## 14386 14386     A3NBM7      28450
-## 14387 14387     A3NBR9      28450
-## 14388 14388     A3NBR9      28450
-## 14389 14389     A3NBR9      28450
-## 14390 14390     A3NBR9      28450
-## 14391 14391     A3NBR9      28450
-## 14392 14392     A3NC05      28450
-## 14393 14393     A3NC12      28450
-## 14394 14394     A3NC12      28450
-## 14395 14395     A3NC12      28450
-## 14396 14396     A3NC31      28450
-## 14397 14397     A3NC70      28450
-## 14398 14398     A3NCA9      28450
-## 14399 14399     A3NCB1      28450
-## 14400 14400     A3NCB1      28450
-## 14401 14401     A3NCF3      28450
-## 14402 14402     A3NCF9      28450
-## 14403 14403     A3NCH2      28450
-## 14404 14404     A3NCL3      28450
-## 14405 14405     A3NCL8      28450
-## 14406 14406     A3NCL8      28450
-## 14407 14407     A3NCL9      28450
-## 14408 14408     A3NCQ8      28450
-## 14409 14409     A3NCQ8      28450
-## 14410 14410     A3NCT8      28450
-## 14411 14411     A3NCV3      28450
-## 14412 14412     A3NCY6      28450
-## 14413 14413     A3ND55      28450
-## 14414 14414     A3ND66      28450
-## 14415 14415     A3ND66      28450
-## 14416 14416     A3ND68      28450
-## 14417 14417     A3ND68      28450
-## 14418 14418     A3ND68      28450
-## 14419 14419     A3ND68      28450
-## 14420 14420     A3ND70      28450
-## 14421 14421     A3NDB2      28450
-## 14422 14422     A3NDF4      28450
-## 14423 14423     A3NDG8      28450
-## 14424 14424     A3NDK8      28450
-## 14425 14425     A3NDQ7      28450
-## 14426 14426     A3NDS7      28450
-## 14427 14427     A3NDS7      28450
-## 14428 14428     A3NDS7      28450
-## 14429 14429     A3NDV4      28450
-## 14430 14430     A3NDW3      28450
-## 14431 14431     A3NDW4      28450
-## 14432 14432     A3NDW6      28450
-## 14433 14433     A3NDW7      28450
-## 14434 14434     A3NDW7      28450
-## 14435 14435     A3NDZ3      28450
-## 14436 14436     A3NE93      28450
-## 14437 14437     A3NE94      28450
-## 14438 14438     A3NE97      28450
-## 14439 14439     A3NED2      28450
-## 14440 14440     A3NEG9      28450
-## 14441 14441     A3NEH3      28450
-## 14442 14442     A3NEH3      28450
-## 14443 14443     A3NEI6      28450
-## 14444 14444     A3NEI7      28450
-## 14445 14445     A3NEJ0      28450
-## 14446 14446     A3NF00      28450
-## 14447 14447     A3NF00      28450
-## 14448 14448     A3NF35      28450
-## 14449 14449     A3NF35      28450
-## 14450 14450     A3NF44      28450
-## 14451 14451     A3NGW6      28450
-## 14452 14452     A3NKA8      28450
-## 14453 14453     A3NKA8      28450
-## 14454 14454     A3NKK4      28450
-## 14455 14455     A3NKP8      28450
-## 14456 14456     A3NKP8      28450
-## 14457 14457     A3NLD4      28450
-## 14458 14458     A3NLD4      28450
-## 14459 14459     A3NLD5      28450
-## 14460 14460     A3NLD5      28450
-## 14461 14461     A3NLD5      28450
-## 14462 14462     A3NLD7      28450
-## 14463 14463     A3NM97      28450
-## 14464 14464     A3NM97      28450
-## 14465 14465     A3NMF5      28450
-## 14466 14466     A3NMF6      28450
-## 14467 14467     A3NML2      28450
-## 14468 14468     A3NML2      28450
-## 14469 14469     A3NN58      28450
-## 14470 14470     A3NN58      28450
-## 14471 14471     A3NN58      28450
-## 14472 14472     A3NN58      28450
-## 14473 14473     A3NN58      28450
-## 14474 14474     A3NN58      28450
-## 14475 14475     A3NN58      28450
-## 14476 14476     A3NN65      28450
-## 14477 14477     A3NN65      28450
-## 14478 14478     A3NN65      28450
-## 14479 14479     A3NN77      28450
-## 14480 14480     A3NNQ0      28450
-## 14481 14481     A3NP37      28450
-## 14482 14482     A3NPL7      28450
-## 14483 14483     A3NPL7      28450
-## 14484 14484     A3NPW7      28450
-## 14485 14485     A3NPW7      28450
-## 14486 14486     A3NPW7      28450
-## 14487 14487     A3NPW7      28450
-## 14488 14488     A3NPX1      28450
-## 14489 14489     A3NPX1      28450
-## 14490 14490     A3NPX1      28450
-## 14491 14491     A3NQ26      28450
-## 14492 14492     A3NQ45      28450
-## 14493 14493     A3NQ45      28450
-## 14494 14494     A3NQ73      28450
-## 14495 14495     A3NQ97      28450
-## 14496 14496     A3NQ97      28450
-## 14497 14497     A3NQD4      28450
-## 14498 14498     A3NQI1      28450
-## 14499 14499     A3NQK0      28450
-## 14500 14500     A3NQS1      28450
-## 14501 14501     A3NQY8      28450
-## 14502 14502     A3NQY8      28450
-## 14503 14503     A3NR13      28450
-## 14504 14504     A3NR13      28450
-## 14505 14505     A3NR13      28450
-## 14506 14506     A3NRA1      28450
-## 14507 14507     A3NRA1      28450
-## 14508 14508     A3NRJ4      28450
-## 14509 14509     A3NRJ4      28450
-## 14510 14510     A3NRJ7      28450
-## 14511 14511     A3NRK2      28450
-## 14512 14512     A3NRN5      28450
-## 14513 14513     A3NS87      28450
-## 14514 14514     A3NS88      28450
-## 14515 14515     A3NSD0      28450
-## 14516 14516     A3NSE4      28450
-## 14517 14517     A3NSE4      28450
-## 14518 14518     A3NSI6      28450
-## 14519 14519     A3NSI9      28450
-## 14520 14520     A3NSK7      28450
-## 14521 14521     A3NSL6      28450
-## 14522 14522     A3NSL6      28450
-## 14523 14523     A3NSL6      28450
-## 14524 14524     A3NSN6      28450
-## 14525 14525     A3NT12      28450
-## 14526 14526     A3NT52      28450
-## 14527 14527     A3NT59      28450
-## 14528 14528     A3NT94      28450
-## 14529 14529     A3NTA2      28450
-## 14530 14530     A3NTB4      28450
-## 14531 14531     A3NTK3      28450
-## 14532 14532     A3NTK3      28450
-## 14533 14533     A3NTW6      28450
-## 14534 14534     A3NTW6      28450
-## 14535 14535     A3NU16      28450
-## 14536 14536     A3NUB0      28450
-## 14537 14537     A3NUB0      28450
-## 14538 14538     A3NUI8      28450
-## 14539 14539     A3NUL0      28450
-## 14540 14540     A3NUL0      28450
-## 14541 14541     A3NUL0      28450
-## 14542 14542     A3NUL0      28450
-## 14543 14543     A3NUL0      28450
-## 14544 14544     A3NUL0      28450
-## 14545 14545     A3NUL0      28450
-## 14546 14546     A3NUL0      28450
-## 14547 14547     A3NUL0      28450
-## 14548 14548     A3NUL2      28450
-## 14549 14549     A3NUS2      28450
-## 14550 14550     A3NUS2      28450
-## 14551 14551     A3NVU2      28450
-## 14552 14552     A3NVW0      28450
-## 14553 14553     A3NVW6      28450
-## 14554 14554     A3NVX0      28450
-## 14555 14555     A3NW31      28450
-## 14556 14556     A3NW79      28450
-## 14557 14557     A3NW79      28450
-## 14558 14558     A3NW90      28450
-## 14559 14559     A3NWF4      28450
-## 14560 14560     A3NWJ3      28450
-## 14561 14561     A3NWK5      28450
-## 14562 14562     A3NWL6      28450
-## 14563 14563     A3NWL6      28450
-## 14564 14564     A3NWL8      28450
-## 14565 14565     A3NWL8      28450
-## 14566 14566     A3NWL8      28450
-## 14567 14567     A3NWM0      28450
-## 14568 14568     A3NWM0      28450
-## 14569 14569     A3NWN0      28450
-## 14570 14570     A3NWN0      28450
-## 14571 14571     A3NWN1      28450
-## 14572 14572     A3NWN4      28450
-## 14573 14573     A3NWN4      28450
-## 14574 14574     A3NWP3      28450
-## 14575 14575     A3NWP3      28450
-## 14576 14576     A3NWP5      28450
-## 14577 14577     A3NWR9      28450
-## 14578 14578     A3NWX6      28450
-## 14579 14579     A3NWX8      28450
-## 14580 14580     A3NWX8      28450
-## 14581 14581     A3NWZ4      28450
-## 14582 14582     A3NWZ4      28450
-## 14583 14583     A3NX33      28450
-## 14584 14584     A3NX34      28450
-## 14585 14585     A3NXG1      28450
-## 14586 14586     A3NXG2      28450
-## 14587 14587     A3NXK5      28450
-## 14588 14588     A3NXK5      28450
-## 14589 14589     A3NXK5      28450
-## 14590 14590     A3NXK5      28450
-## 14591 14591     A3NXK5      28450
-## 14592 14592     A3NXU1      28450
-## 14593 14593     A3NXU9      28450
-## 14594 14594     A3NXU9      28450
-## 14595 14595     A3NXU9      28450
-## 14596 14596     A3NXX0      28450
-## 14597 14597     A3NXZ6      28450
-## 14598 14598     A3NY08      28450
-## 14599 14599     A3NY08      28450
-## 14600 14600     A3NY50      28450
-## 14601 14601     A3NY52      28450
-## 14602 14602     A3NY52      28450
-## 14603 14603     A3NY82      28450
-## 14604 14604     A3NY88      28450
-## 14605 14605     A3NYA3      28450
-## 14606 14606     A3NYC5      28450
-## 14607 14607     A3NYC8      28450
-## 14608 14608     A3NYD0      28450
-## 14609 14609     A3NYD0      28450
-## 14610 14610     A3NYD1      28450
-## 14611 14611     A3NYH0      28450
-## 14612 14612     A3NYH0      28450
-## 14613 14613     A3NYL8      28450
-## 14614 14614     A3NYQ0      28450
-## 14615 14615     A3NYW4      28450
-## 14616 14616     A3NYX5      28450
-## 14617 14617     A3NYX5      28450
-## 14618 14618     A3NYX7      28450
-## 14619 14619     A3NYX7      28450
-## 14620 14620     A3NYX7      28450
-## 14621 14621     A3NYX7      28450
-## 14622 14622     A3NYX9      28450
-## 14623 14623     A3NZ22      28450
-## 14624 14624     A3NZ65      28450
-## 14625 14625     A3NZ74      28450
-## 14626 14626     A3NZ74      28450
-## 14627 14627     A3NZ74      28450
-## 14628 14628     A3NZ80      28450
-## 14629 14629     A3NZB9      28450
-## 14630 14630     A3NZJ0      28450
-## 14631 14631     A3NZJ0      28450
-## 14632 14632     A3NZJ0      28450
-## 14633 14633     A3NZK5      28450
-## 14634 14634     A3NZL4      28450
-## 14635 14635     A3NZL5      28450
-## 14636 14636     A3NZL7      28450
-## 14637 14637     A3NZL8      28450
-## 14638 14638     A3NZL8      28450
-## 14639 14639     A3NZP6      28450
-## 14640 14640     A3P027      28450
-## 14641 14641     A3P028      28450
-## 14642 14642     A3P031      28450
-## 14643 14643     A3P066      28450
-## 14644 14644     A3P082      28450
-## 14645 14645     A3P0A3      28450
-## 14646 14646     A3P0A7      28450
-## 14647 14647     A3P0A7      28450
-## 14648 14648     A3P0C4      28450
-## 14649 14649     A3P0C5      28450
-## 14650 14650     A3P0C8      28450
-## 14651 14651     A3P0N1      28450
-## 14652 14652     A3P0N1      28450
-## 14653 14653     A3P0U7      28450
-## 14654 14654     A3P0Y4      28450
-## 14655 14655     A3P0Z4      28450
-## 14656 14656     A3P2G7      28450
-## 14657 14657     A3P5X2      28450
-## 14658 14658     A3P5X2      28450
-## 14659 14659     A3P669      28450
-## 14660 14660     A3P6B0      28450
-## 14661 14661     A3P6B0      28450
-## 14662 14662     A3P6S9      28450
-## 14663 14663     A3P6Z6      28450
-## 14664 14664     A3P6Z6      28450
-## 14665 14665     A3P6Z7      28450
-## 14666 14666     A3P6Z7      28450
-## 14667 14667     A3P6Z7      28450
-## 14668 14668     A3P6Z9      28450
-## 14669 14669     A3P7Q9      28450
-## 14670 14670     A3P7Q9      28450
-## 14671 14671     A3P7W1      28450
-## 14672 14672     A3P7W3      28450
-## 14673 14673     A3P7W4      28450
-## 14674 14674     A3P825      28450
-## 14675 14675     A3P825      28450
-## 14676 14676     A3P8L5      28450
-## 14677 14677     A3P8L5      28450
-## 14678 14678     A3P8L5      28450
-## 14679 14679     A3P8L5      28450
-## 14680 14680     A3P8L5      28450
-## 14681 14681     A3P8L5      28450
-## 14682 14682     A3P8M2      28450
-## 14683 14683     A3P8M2      28450
-## 14684 14684     A3P8N2      28450
-## 14685 14685     A3P975      28450
-## 14686 14686     A3P975      28450
-## 14687 14687     A3P9L2      28450
-## 14688 14688     A3PA50       1219
-## 14689 14689     A3PA50       1219
-## 14690 14690     A3PA84       1219
-## 14691 14691     A3PA95       1219
-## 14692 14692     A3PAH7       1219
-## 14693 14693     A3PAJ7       1219
-## 14694 14694     A3PAL2       1219
-## 14695 14695     A3PAL7       1219
-## 14696 14696     A3PAL7       1219
-## 14697 14697     A3PAM7       1219
-## 14698 14698     A3PAN9       1219
-## 14699 14699     A3PAP0       1219
-## 14700 14700     A3PAR3       1219
-## 14701 14701     A3PAR9       1219
-## 14702 14702     A3PAS6       1219
-## 14703 14703     A3PAT7       1219
-## 14704 14704     A3PAV8       1219
-## 14705 14705     A3PAV8       1219
-## 14706 14706     A3PAV8       1219
-## 14707 14707     A3PAW2       1219
-## 14708 14708     A3PAX4       1219
-## 14709 14709     A3PAY3       1219
-## 14710 14710     A3PB15       1219
-## 14711 14711     A3PB22       1219
-## 14712 14712     A3PB44       1219
-## 14713 14713     A3PB53       1219
-## 14714 14714     A3PBD7       1219
-## 14715 14715     A3PBH4       1219
-## 14716 14716     A3PBH4       1219
-## 14717 14717     A3PBH4       1219
-## 14718 14718     A3PBI3       1219
-## 14719 14719     A3PBI3       1219
-## 14720 14720     A3PBI3       1219
-## 14721 14721     A3PBI5       1219
-## 14722 14722     A3PBJ6       1219
-## 14723 14723     A3PBN1       1219
-## 14724 14724     A3PBP3       1219
-## 14725 14725     A3PBP3       1219
-## 14726 14726     A3PBR7       1219
-## 14727 14727     A3PBT4       1219
-## 14728 14728     A3PBT9       1219
-## 14729 14729     A3PBV8       1219
-## 14730 14730     A3PBW4       1219
-## 14731 14731     A3PBY1       1219
-## 14732 14732     A3PBY3       1219
-## 14733 14733     A3PBY5       1219
-## 14734 14734     A3PBZ7       1219
-## 14735 14735     A3PCH6       1219
-## 14736 14736     A3PCK5       1219
-## 14737 14737     A3PCN6       1219
-## 14738 14738     A3PCR0       1219
-## 14739 14739     A3PCS4       1219
-## 14740 14740     A3PCW7       1219
-## 14741 14741     A3PD13       1219
-## 14742 14742     A3PD91       1219
-## 14743 14743     A3PDH0       1219
-## 14744 14744     A3PDH0       1219
-## 14745 14745     A3PDH3       1219
-## 14746 14746     A3PDM1       1219
-## 14747 14747     A3PE33       1219
-## 14748 14748     A3PE39       1219
-## 14749 14749     A3PE40       1219
-## 14750 14750     A3PE40       1219
-## 14751 14751     A3PE40       1219
-## 14752 14752     A3PE40       1219
-## 14753 14753     A3PE89       1219
-## 14754 14754     A3PED0       1219
-## 14755 14755     A3PED3       1219
-## 14756 14756     A3PED3       1219
-## 14757 14757     A3PED3       1219
-## 14758 14758     A3PEE0       1219
-## 14759 14759     A3PEG6       1219
-## 14760 14760     A3PEH8       1219
-## 14761 14761     A3PET8       1219
-## 14762 14762     A3PEU8       1219
-## 14763 14763     A3PEX0       1219
-## 14764 14764     A3PEX2       1219
-## 14765 14765     A3PEX3       1219
-## 14766 14766     A3PEX3       1219
-## 14767 14767     A3PEY3       1219
-## 14768 14768     A3PEY3       1219
-## 14769 14769     A3PEY3       1219
-## 14770 14770     A3PEY3       1219
-## 14771 14771     A3PEY3       1219
-## 14772 14772     A3PEY3       1219
-## 14773 14773     A3PEY9       1219
-## 14774 14774     A3PEY9       1219
-## 14775 14775     A3PEZ1       1219
-## 14776 14776     A3PEZ8       1219
-## 14777 14777     A3PF28       1219
-## 14778 14778     A3PF30       1219
-## 14779 14779     A3PF31       1219
-## 14780 14780     A3PF35       1219
-## 14781 14781     A3PF36       1219
-## 14782 14782     A3PF41       1219
-## 14783 14783     A3PF42       1219
-## 14784 14784     A3PF44       1219
-## 14785 14785     A3PF48       1219
-## 14786 14786     A3PF80       1219
-## 14787 14787     A3PF80       1219
-## 14788 14788     A3PF80       1219
-## 14789 14789     A3PF98       1219
-## 14790 14790     A3PFA8       1219
-## 14791 14791     A3PFB5       1219
-## 14792 14792     A3PFB5       1219
-## 14793 14793     A3PFC4       1219
-## 14794 14794     A3PFC4       1219
-## 14795 14795     A3PFC5       1219
-## 14796 14796     A3PFD1       1219
-## 14797 14797     A3PFD3       1219
-## 14798 14798     A3PFD3       1219
-## 14799 14799     A3PFD3       1219
-## 14800 14800     A3PFD7       1219
-## 14801 14801     A3PFD7       1219
-## 14802 14802     A3PFD7       1219
-## 14803 14803     A3PFE1       1219
-## 14804 14804     A3PFE3       1219
-## 14805 14805     A3PFE3       1219
-## 14806 14806     A3PFG1       1219
-## 14807 14807     A3PFH7       1219
-## 14808 14808     A3PFJ8       1219
-## 14809 14809     A3PFL5       1063
-## 14810 14810     A3PFR1       1063
-## 14811 14811     A3PFR1       1063
-## 14812 14812     A3PFR1       1063
-## 14813 14813     A3PFW7       1063
-## 14814 14814     A3PG14       1063
-## 14815 14815     A3PG35       1063
-## 14816 14816     A3PG85       1063
-## 14817 14817     A3PGF8       1063
-## 14818 14818     A3PGG7       1063
-## 14819 14819     A3PGG7       1063
-## 14820 14820     A3PGI9       1063
-## 14821 14821     A3PGJ0       1063
-## 14822 14822     A3PGJ0       1063
-## 14823 14823     A3PGJ0       1063
-## 14824 14824     A3PGM6       1063
-## 14825 14825     A3PGM8       1063
-## 14826 14826     A3PGN3       1063
-## 14827 14827     A3PGP0       1063
-## 14828 14828     A3PGP0       1063
-## 14829 14829     A3PGQ2       1063
-## 14830 14830     A3PGR7       1063
-## 14831 14831     A3PGR9       1063
-## 14832 14832     A3PGR9       1063
-## 14833 14833     A3PGS3       1063
-## 14834 14834     A3PGZ4       1063
-## 14835 14835     A3PH01       1063
-## 14836 14836     A3PH01       1063
-## 14837 14837     A3PH14       1063
-## 14838 14838     A3PH74       1063
-## 14839 14839     A3PHJ6       1063
-## 14840 14840     A3PHJ6       1063
-## 14841 14841     A3PHK2       1063
-## 14842 14842     A3PHK7       1063
-## 14843 14843     A3PHK8       1063
-## 14844 14844     A3PHR6       1063
-## 14845 14845     A3PHR6       1063
-## 14846 14846     A3PHR6       1063
-## 14847 14847     A3PHS2       1063
-## 14848 14848     A3PHS2       1063
-## 14849 14849     A3PHS9       1063
-## 14850 14850     A3PHT1       1063
-## 14851 14851     A3PI63       1063
-## 14852 14852     A3PI90       1063
-## 14853 14853     A3PI90       1063
-## 14854 14854     A3PI90       1063
-## 14855 14855     A3PIA4       1063
-## 14856 14856     A3PIB4       1063
-## 14857 14857     A3PIB7       1063
-## 14858 14858     A3PIB8       1063
-## 14859 14859     A3PIB8       1063
-## 14860 14860     A3PID0       1063
-## 14861 14861     A3PIG0       1063
-## 14862 14862     A3PIN5       1063
-## 14863 14863     A3PIQ5       1063
-## 14864 14864     A3PIR7       1063
-## 14865 14865     A3PIU9       1063
-## 14866 14866     A3PIU9       1063
-## 14867 14867     A3PIX1       1063
-## 14868 14868     A3PIX8       1063
-## 14869 14869     A3PIX8       1063
-## 14870 14870     A3PIX8       1063
-## 14871 14871     A3PIX9       1063
-## 14872 14872     A3PIZ4       1063
-## 14873 14873     A3PIZ4       1063
-## 14874 14874     A3PIZ4       1063
-## 14875 14875     A3PJ64       1063
-## 14876 14876     A3PJ65       1063
-## 14877 14877     A3PJ65       1063
-## 14878 14878     A3PJ71       1063
-## 14879 14879     A3PJB4       1063
-## 14880 14880     A3PJB4       1063
-## 14881 14881     A3PJF0       1063
-## 14882 14882     A3PJF5       1063
-## 14883 14883     A3PJF6       1063
-## 14884 14884     A3PJG0       1063
-## 14885 14885     A3PJG5       1063
-## 14886 14886     A3PJH4       1063
-## 14887 14887     A3PJS2       1063
-## 14888 14888     A3PJT9       1063
-## 14889 14889     A3PK32       1063
-## 14890 14890     A3PK35       1063
-## 14891 14891     A3PK79       1063
-## 14892 14892     A3PK79       1063
-## 14893 14893     A3PK84       1063
-## 14894 14894     A3PKG3       1063
-## 14895 14895     A3PKI1       1063
-## 14896 14896     A3PKI7       1063
-## 14897 14897     A3PKL5       1063
-## 14898 14898     A3PKL8       1063
-## 14899 14899     A3PKL8       1063
-## 14900 14900     A3PKS1       1063
-## 14901 14901     A3PL17       1063
-## 14902 14902     A3PL17       1063
-## 14903 14903     A3PL17       1063
-## 14904 14904     A3PL19       1063
-## 14905 14905     A3PL98       1063
-## 14906 14906     A3PLC6       1063
-## 14907 14907     A3PLJ1       1063
-## 14908 14908     A3PLJ1       1063
-## 14909 14909     A3PLJ2       1063
-## 14910 14910     A3PLM1       1063
-## 14911 14911     A3PLR7       1063
-## 14912 14912     A3PLS9       1063
-## 14913 14913     A3PLU2       1063
-## 14914 14914     A3PLU4       1063
-## 14915 14915     A3PM38       1063
-## 14916 14916     A3PM52       1063
-## 14917 14917     A3PM58       1063
-## 14918 14918     A3PM58       1063
-## 14919 14919     A3PM58       1063
-## 14920 14920     A3PMB7       1063
-## 14921 14921     A3PMC8       1063
-## 14922 14922     A3PMC8       1063
-## 14923 14923     A3PMH0       1063
-## 14924 14924     A3PMI4       1063
-## 14925 14925     A3PML9       1063
-## 14926 14926     A3PML9       1063
-## 14927 14927     A3PMM1       1063
-## 14928 14928     A3PMM5       1063
-## 14929 14929     A3PMN4       1063
-## 14930 14930     A3PMN4       1063
-## 14931 14931     A3PMR3       1063
-## 14932 14932     A3PMS2       1063
-## 14933 14933     A3PMS2       1063
-## 14934 14934     A3PMS2       1063
-## 14935 14935     A3PMS2       1063
-## 14936 14936     A3PMS2       1063
-## 14937 14937     A3PMS2       1063
-## 14938 14938     A3PMS2       1063
-## 14939 14939     A3PMS2       1063
-## 14940 14940     A3PMS2       1063
-## 14941 14941     A3PMS2       1063
-## 14942 14942     A3PMS2       1063
-## 14943 14943     A3PN16       1063
-## 14944 14944     A3PN50       1063
-## 14945 14945     A3PN50       1063
-## 14946 14946     A3PN82       1063
-## 14947 14947     A3PN83       1063
-## 14948 14948     A3PN83       1063
-## 14949 14949     A3PN84       1063
-## 14950 14950     A3PNA9       1063
-## 14951 14951     A3PNB5       1063
-## 14952 14952     A3PNB5       1063
-## 14953 14953     A3PNF3       1063
-## 14954 14954     A3PNF6       1063
-## 14955 14955     A3PNG0       1063
-## 14956 14956     A3PNH8       1063
-## 14957 14957     A3PNH8       1063
-## 14958 14958     A3PNH8       1063
-## 14959 14959     A3PNJ7       1063
-## 14960 14960     A3PNJ7       1063
-## 14961 14961     A3PNJ7       1063
-## 14962 14962     A3PNJ7       1063
-## 14963 14963     A3PNL2       1063
-## 14964 14964     A3PNL2       1063
-## 14965 14965     A3PNL2       1063
-## 14966 14966     A3PNL2       1063
-## 14967 14967     A3PNM0       1063
-## 14968 14968     A3PNM0       1063
-## 14969 14969     A3PNM0       1063
-## 14970 14970     A3PNM1       1063
-## 14971 14971     A3PNM4       1063
-## 14972 14972     A3PNQ9       1063
-## 14973 14973     A3PNR5       1063
-## 14974 14974     A3PNR5       1063
-## 14975 14975     A3PNR5       1063
-## 14976 14976     A3PNS6       1063
-## 14977 14977     A3PQ70       1063
-## 14978 14978     A3PQJ0       1063
-## 14979 14979     A3PQJ0       1063
-## 14980 14980     A3PQJ2       1063
-## 14981 14981     A3PQK0       1063
-## 14982 14982     A3PQK0       1063
-## 14983 14983     A3PRF6       1063
-## 14984 14984     A3PRF6       1063
-## 14985 14985     A3PRF6       1063
-## 14986 14986     A3PRP4       1063
-## 14987 14987     A3PRP4       1063
-## 14988 14988     A3PRP7       1063
-## 14989 14989     A3PRU3       1063
-## 14990 14990     A3PRW6       1063
-## 14991 14991     A3PRX7       1063
-## 14992 14992     A3PRX7       1063
-## 14993 14993     A3PS65       1063
-## 14994 14994     A3PS65       1063
-## 14995 14995     A3PSE0         NA
-## 14996 14996     A3PTK2         NA
-## 14997 14997     A3PTN4         NA
-## 14998 14998     A3PTN4         NA
-## 14999 14999     A3PU05         NA
-## 15000 15000     A3PU20         NA
-## 15001 15001     A3PU33         NA
-## 15002 15002     A3PU33         NA
-## 15003 15003     A3PU84         NA
-## 15004 15004     A3PUB7         NA
-## 15005 15005     A3PUB7         NA
-## 15006 15006     A3PUH9         NA
-## 15007 15007     A3PV78         NA
-## 15008 15008     A3PV78         NA
-## 15009 15009     A3PV79         NA
-## 15010 15010     A3PV79         NA
-## 15011 15011     A3PV79         NA
-## 15012 15012     A3PV94         NA
-## 15013 15013     A3PV95         NA
-## 15014 15014     A3PV95         NA
-## 15015 15015     A3PVC7         NA
-## 15016 15016     A3PVC7         NA
-## 15017 15017     A3PVC7         NA
-## 15018 15018     A3PVE0         NA
-## 15019 15019     A3PVF2         NA
-## 15020 15020     A3PVQ4         NA
-## 15021 15021     A3PVQ7         NA
-## 15022 15022     A3PVY4         NA
-## 15023 15023     A3PW85         NA
-## 15024 15024     A3PW85         NA
-## 15025 15025     A3PW85         NA
-## 15026 15026     A3PW97         NA
-## 15027 15027     A3PWB2         NA
-## 15028 15028     A3PWB2         NA
-## 15029 15029     A3PWC1         NA
-## 15030 15030     A3PWJ3         NA
-## 15031 15031     A3PWJ3         NA
-## 15032 15032     A3PWJ3         NA
-## 15033 15033     A3PWR3         NA
-## 15034 15034     A3PWR4         NA
-## 15035 15035     A3PXE2         NA
-## 15036 15036     A3PXM2         NA
-## 15037 15037     A3PXN5         NA
-## 15038 15038     A3PXR0         NA
-## 15039 15039     A3PXR0         NA
-## 15040 15040     A3PXS9         NA
-## 15041 15041     A3PXT0         NA
-## 15042 15042     A3PXT0         NA
-## 15043 15043     A3PXX6         NA
-## 15044 15044     A3PXY5         NA
-## 15045 15045     A3PXY5         NA
-## 15046 15046     A3PY62         NA
-## 15047 15047     A3PY75         NA
-## 15048 15048     A3PY75         NA
-## 15049 15049     A3PY75         NA
-## 15050 15050     A3PY75         NA
-## 15051 15051     A3PY75         NA
-## 15052 15052     A3PY75         NA
-## 15053 15053     A3PY75         NA
-## 15054 15054     A3PY75         NA
-## 15055 15055     A3PY75         NA
-## 15056 15056     A3PY75         NA
-## 15057 15057     A3PY76         NA
-## 15058 15058     A3PYB1         NA
-## 15059 15059     A3PYB1         NA
-## 15060 15060     A3PYF3         NA
-## 15061 15061     A3PYF8         NA
-## 15062 15062     A3PYF8         NA
-## 15063 15063     A3PYF9         NA
-## 15064 15064     A3PYK6         NA
-## 15065 15065     A3PYL0         NA
-## 15066 15066     A3PYL0         NA
-## 15067 15067     A3PYL0         NA
-## 15068 15068     A3PYL0         NA
-## 15069 15069     A3PYU9         NA
-## 15070 15070     A3PYW3         NA
-## 15071 15071     A3PYW3         NA
-## 15072 15072     A3PYW5         NA
-## 15073 15073     A3PZ44         NA
-## 15074 15074     A3PZ65         NA
-## 15075 15075     A3PZ93         NA
-## 15076 15076     A3PZ93         NA
-## 15077 15077     A3PZ93         NA
-## 15078 15078     A3PZ93         NA
-## 15079 15079     A3PZB2         NA
-## 15080 15080     A3PZE9         NA
-## 15081 15081     A3PZE9         NA
-## 15082 15082     A3Q016         NA
-## 15083 15083     A3Q016         NA
-## 15084 15084     A3Q040         NA
-## 15085 15085     A3Q0D4         NA
-## 15086 15086     A3Q0D5         NA
-## 15087 15087     A3Q0D5         NA
-## 15088 15088     A3Q0E7         NA
-## 15089 15089     A3Q0I3         NA
-## 15090 15090     A3Q0R1         NA
-## 15091 15091     A3Q0R1         NA
-## 15092 15092     A3Q0S2         NA
-## 15093 15093     A3Q0S2         NA
-## 15094 15094     A3Q0S2         NA
-## 15095 15095     A3Q0T2         NA
-## 15096 15096     A3Q0T7         NA
-## 15097 15097     A3Q0U7         NA
-## 15098 15098     A3Q0V0         NA
-## 15099 15099     A3Q125         NA
-## 15100 15100     A3Q129         NA
-## 15101 15101     A3Q146         NA
-## 15102 15102     A3Q1L2         NA
-## 15103 15103     A3Q1L2         NA
-## 15104 15104     A3Q1L7         NA
-## 15105 15105     A3Q1L8         NA
-## 15106 15106     A3Q1M1         NA
-## 15107 15107     A3Q1M7         NA
-## 15108 15108     A3Q1S2         NA
-## 15109 15109     A3Q1S7         NA
-## 15110 15110     A3Q1S8         NA
-## 15111 15111     A3Q1U4         NA
-## 15112 15112     A3Q264         NA
-## 15113 15113     A3Q272         NA
-## 15114 15114     A3Q2D5         NA
-## 15115 15115     A3Q2F3         NA
-## 15116 15116     A3Q2F3         NA
-## 15117 15117     A3Q2F3         NA
-## 15118 15118     A3Q2F3         NA
-## 15119 15119     A3Q2I4         NA
-## 15120 15120     A3Q2I4         NA
-## 15121 15121     A3Q2P5         NA
-## 15122 15122     A3Q393         NA
-## 15123 15123     A3Q393         NA
-## 15124 15124     A3Q396         NA
-## 15125 15125     A3Q3B1         NA
-## 15126 15126     A3Q3B1         NA
-## 15127 15127     A3Q3B3         NA
-## 15128 15128     A3Q3B4         NA
-## 15129 15129     A3Q3B4         NA
-## 15130 15130     A3Q3B4         NA
-## 15131 15131     A3Q3B5         NA
-## 15132 15132     A3Q3C2         NA
-## 15133 15133     A3Q3C2         NA
-## 15134 15134     A3Q3D3         NA
-## 15135 15135     A3Q3D3         NA
-## 15136 15136     A3Q3N5         NA
-## 15137 15137     A3Q3N5         NA
-## 15138 15138     A3Q3N5         NA
-## 15139 15139     A3Q3N5         NA
-## 15140 15140     A3Q3N5         NA
-## 15141 15141     A3Q3Q3         NA
-## 15142 15142     A3Q3Q3         NA
-## 15143 15143     A3Q3Q3         NA
-## 15144 15144     A3Q4B9         NA
-## 15145 15145     A3Q4F8         NA
-## 15146 15146     A3Q4N0         NA
-## 15147 15147     A3Q4N2         NA
-## 15148 15148     A3Q5G5         NA
-## 15149 15149     A3Q5G5         NA
-## 15150 15150     A3Q5G5         NA
-## 15151 15151     A3Q5L9         NA
-## 15152 15152     A3Q695         NA
-## 15153 15153     A3Q6A4         NA
-## 15154 15154     A3Q6H9         NA
-## 15155 15155     A3Q6N0         NA
-## 15156 15156     A3Q6V9         NA
-## 15157 15157     A3Q6Y3         NA
-## 15158 15158     A3Q6Y5         NA
-## 15159 15159     A3Q7Z7         NA
-## 15160 15160     A3Q8S5         NA
-## 15161 15161     A3Q8S6     359303
-## 15162 15162     A3Q8T4     359303
-## 15163 15163     A3Q8T4     359303
-## 15164 15164     A3Q8U4     359303
-## 15165 15165     A3Q8U4     359303
-## 15166 15166     A3Q941     359303
-## 15167 15167     A3Q967     359303
-## 15168 15168     A3Q975     359303
-## 15169 15169     A3Q976     359303
-## 15170 15170     A3Q976     359303
-## 15171 15171     A3Q994     359303
-## 15172 15172     A3Q9A5     359303
-## 15173 15173     A3Q9C4     359303
-## 15174 15174     A3Q9E9     359303
-## 15175 15175     A3Q9T4     359303
-## 15176 15176     A3Q9U8     359303
-## 15177 15177     A3QA17     359303
-## 15178 15178     A3QA31     359303
-## 15179 15179     A3QA46     359303
-## 15180 15180     A3QA46     359303
-## 15181 15181     A3QAD8     359303
-## 15182 15182     A3QAD9     359303
-## 15183 15183     A3QAN3     359303
-## 15184 15184     A3QAN3     359303
-## 15185 15185     A3QAP0     359303
-## 15186 15186     A3QAX8     359303
-## 15187 15187     A3QAZ2     359303
-## 15188 15188     A3QB93     359303
-## 15189 15189     A3QB95     359303
-## 15190 15190     A3QB95     359303
-## 15191 15191     A3QB95     359303
-## 15192 15192     A3QBM3     359303
-## 15193 15193     A3QBM3     359303
-## 15194 15194     A3QBM3     359303
-## 15195 15195     A3QBM4     359303
-## 15196 15196     A3QBN1     359303
-## 15197 15197     A3QBN5     359303
-## 15198 15198     A3QBR1     359303
-## 15199 15199     A3QBW2     359303
-## 15200 15200     A3QBX2     359303
-## 15201 15201     A3QC77     359303
-## 15202 15202     A3QC89     359303
-## 15203 15203     A3QCE0     359303
-## 15204 15204     A3QCF9     359303
-## 15205 15205     A3QCG8     359303
-## 15206 15206     A3QCM3     359303
-## 15207 15207     A3QCV5     359303
-## 15208 15208     A3QCW8     359303
-## 15209 15209     A3QCX7     359303
-## 15210 15210     A3QCX7     359303
-## 15211 15211     A3QD46     359303
-## 15212 15212     A3QD52     359303
-## 15213 15213     A3QD52     359303
-## 15214 15214     A3QD52     359303
-## 15215 15215     A3QD67     359303
-## 15216 15216     A3QD92     359303
-## 15217 15217     A3QD92     359303
-## 15218 15218     A3QDC9     359303
-## 15219 15219     A3QDD6     359303
-## 15220 15220     A3QDD6     359303
-## 15221 15221     A3QDU9     359303
-## 15222 15222     A3QDY0     359303
-## 15223 15223     A3QDY0     359303
-## 15224 15224     A3QE68     359303
-## 15225 15225     A3QEC1     359303
-## 15226 15226     A3QEI9     359303
-## 15227 15227     A3QEN5     359303
-## 15228 15228     A3QEN5     359303
-## 15229 15229     A3QEN7     359303
-## 15230 15230     A3QEN8     359303
-## 15231 15231     A3QEQ0     359303
-## 15232 15232     A3QER0     359303
-## 15233 15233     A3QER4     359303
-## 15234 15234     A3QET2     359303
-## 15235 15235     A3QEZ3     359303
-## 15236 15236     A3QEZ3     359303
-## 15237 15237     A3QF04     359303
-## 15238 15238     A3QF50     359303
-## 15239 15239     A3QF71     359303
-## 15240 15240     A3QF78     359303
-## 15241 15241     A3QFI1     359303
-## 15242 15242     A3QFI1     359303
-## 15243 15243     A3QFJ5     359303
-## 15244 15244     A3QFJ6     359303
-## 15245 15245     A3QFM9     359303
-## 15246 15246     A3QFM9     359303
-## 15247 15247     A3QFM9     359303
-## 15248 15248     A3QFN4     359303
-## 15249 15249     A3QFN4     359303
-## 15250 15250     A3QFX5     359303
-## 15251 15251     A3QFX7     359303
-## 15252 15252     A3QFX9     359303
-## 15253 15253     A3QFY1     359303
-## 15254 15254     A3QG64     359303
-## 15255 15255     A3QGA1     359303
-## 15256 15256     A3QGA2     359303
-## 15257 15257     A3QGA2     359303
-## 15258 15258     A3QGA3     359303
-## 15259 15259     A3QGA6     359303
-## 15260 15260     A3QGM4     359303
-## 15261 15261     A3QGN9     359303
-## 15262 15262     A3QGP0     359303
-## 15263 15263     A3QGP1     359303
-## 15264 15264     A3QGR1     359303
-## 15265 15265     A3QGR7     359303
-## 15266 15266     A3QGR7     359303
-## 15267 15267     A3QGT8     359303
-## 15268 15268     A3QGU0     359303
-## 15269 15269     A3QGU2     359303
-## 15270 15270     A3QGU5     359303
-## 15271 15271     A3QGU5     359303
-## 15272 15272     A3QGU5     359303
-## 15273 15273     A3QGW1     359303
-## 15274 15274     A3QGW1     359303
-## 15275 15275     A3QGW1     359303
-## 15276 15276     A3QGW1     359303
-## 15277 15277     A3QGW2     359303
-## 15278 15278     A3QGW2     359303
-## 15279 15279     A3QGY9     359303
-## 15280 15280     A3QH22     359303
-## 15281 15281     A3QH30     359303
-## 15282 15282     A3QH31     359303
-## 15283 15283     A3QH31     359303
-## 15284 15284     A3QH31     359303
-## 15285 15285     A3QH38     359303
-## 15286 15286     A3QH41     359303
-## 15287 15287     A3QH41     359303
-## 15288 15288     A3QH47     359303
-## 15289 15289     A3QH47     359303
-## 15290 15290     A3QH47     359303
-## 15291 15291     A3QH47     359303
-## 15292 15292     A3QH47     359303
-## 15293 15293     A3QH58     359303
-## 15294 15294     A3QHI2     359303
-## 15295 15295     A3QI49     359303
-## 15296 15296     A3QI66     359303
-## 15297 15297     A3QIE1     359303
-## 15298 15298     A3QIE3     359303
-## 15299 15299     A3QIE3     359303
-## 15300 15300     A3QIE4     359303
-## 15301 15301     A3QIL3     359303
-## 15302 15302     A3QIM0     359303
-## 15303 15303     A3QIM4     359303
-## 15304 15304     A3QIN0     359303
-## 15305 15305     A3QIN4     359303
-## 15306 15306     A3QIQ2     359303
-## 15307 15307     A3QIU8     359303
-## 15308 15308     A3QIU8     359303
-## 15309 15309     A3QJ17     359303
-## 15310 15310     A3QJ41     359303
-## 15311 15311     A3QJ65     359303
-## 15312 15312     A3QJA8     359303
-## 15313 15313     A3QJE8     359303
-## 15314 15314     A3QJF1     359303
-## 15315 15315     A3QJF9     359303
-## 15316 15316     A3QJF9     359303
-## 15317 15317     A3QJF9     359303
-## 15318 15318     A3QJM2     359303
-## 15319 15319     A3QJM4     359303
-## 15320 15320     A3QJQ7     359303
-## 15321 15321     A3QMC8         NA
-## 15322 15322     A3QMC8         NA
-## 15323 15323     A3QMC8         NA
-## 15324 15324     A3QNZ8         NA
-## 15325 15325     A3QNZ9       9593
-## 15326 15326     A3QP00         NA
-## 15327 15327     A3QP01         NA
-## 15328 15328     A3QP07         NA
-## 15329 15329     A3QP07         NA
-## 15330 15330     A3QP08         NA
-## 15331 15331     A3QP08         NA
-## 15332 15332     A3QP09         NA
-## 15333 15333     A3QP09         NA
-## 15334 15334     A3QP09         NA
-## 15335 15335     A3QRX8         NA
-## 15336 15336     A3QRX8         NA
-## 15337 15337     A3QU28         NA
-## 15338 15338     A3QVN3         NA
-## 15339 15339     A3QVN4         NA
-## 15340 15340     A3QVN5         NA
-## 15341 15341     A3QVN6       8700
-## 15342 15342     A3R064         NA
-## 15343 15343     A3R4N1     423445
-## 15344 15344     A3R4N1     423445
-## 15345 15345     A3R4N1     423445
-## 15346 15346     A3R4N1     423445
-## 15347 15347     A3R4N4     423445
-## 15348 15348     A3RCV9         NA
-## 15349 15349     A3RF36       9612
-## 15350 15350     A3RF36       9612
-## 15351 15351     A3RGB0       7394
-## 15352 15352     A3RGB1       7394
-## 15353 15353     A3RGC1         NA
-## 15354 15354     A3RK74         NA
-## 15355 15355     A3RK74         NA
-## 15356 15356     A3RK75         NA
-## 15357 15357     A3RK75         NA
-## 15358 15358     A3RK75         NA
-## 15359 15359     A3RLD7         NA
-## 15360 15360     A3RLD8         NA
-## 15361 15361     A3RLE1       9612
-## 15362 15362     A3RLE2       9612
-## 15363 15363     A3RLT6         NA
-## 15364 15364     A3RM21      11292
-## 15365 15365     A3RM22      11292
-## 15366 15366     A3SK19     314263
-## 15367 15367     A4D0S4         NA
-## 15368 15368     A4D0S4         NA
-## 15369 15369     A4D0S4         NA
-## 15370 15370     A4D0S4         NA
-## 15371 15371     A4D0S4         NA
-## 15372 15372     A4D0V7         NA
-## 15373 15373     A4D161         NA
-## 15374 15374     A4D1B5         NA
-## 15375 15375     A4D1F6         NA
-## 15376 15376     A4D1F6         NA
-## 15377 15377     A4D1F6         NA
-## 15378 15378     A4D1P6         NA
-## 15379 15379     A4D1P6         NA
-## 15380 15380     A4D1S0         NA
-## 15381 15381     A4D1S0         NA
-## 15382 15382     A4D2B8         NA
-## 15383 15383     A4D2G3         NA
-## 15384 15384     A4D2H0         NA
-## 15385 15385     A4D2H0         NA
-## 15386 15386     A4D2H0         NA
-## 15387 15387     A4D2H0         NA
-## 15388 15388     A4D2H0         NA
-## 15389 15389     A4D2P6         NA
-## 15390 15390     A4D2P6         NA
-## 15391 15391     A4D7R9         NA
-## 15392 15392     A4D7R9         NA
-## 15393 15393     A4D7T3         NA
-## 15394 15394     A4D9J5     746128
-## 15395 15395     A4D9J5     746128
-## 15396 15396     A4DA84     746128
-## 15397 15397     A4F4L0         NA
-## 15398 15398     A4F5G6         NA
-## 15399 15399     A4F5G6         NA
-## 15400 15400     A4F5G6         NA
-## 15401 15401     A4F5N5       1836
-## 15402 15402     A4F5Q5       1836
-## 15403 15403     A4F5Q5       1836
-## 15404 15404     A4F5Q5       1836
-## 15405 15405     A4F6D0       1836
-## 15406 15406     A4F6L1       1836
-## 15407 15407     A4F6T0       1836
-## 15408 15408     A4F710       1836
-## 15409 15409     A4F749       1836
-## 15410 15410     A4F749       1836
-## 15411 15411     A4F749       1836
-## 15412 15412     A4F7B2       1836
-## 15413 15413     A4F7F9       1836
-## 15414 15414     A4F7R8       1836
-## 15415 15415     A4F7R9       1836
-## 15416 15416     A4F7X3       1836
-## 15417 15417     A4F870       1836
-## 15418 15418     A4F870       1836
-## 15419 15419     A4F8G5       1836
-## 15420 15420     A4F8Q9       1836
-## 15421 15421     A4F8Q9       1836
-## 15422 15422     A4F8Q9       1836
-## 15423 15423     A4F8Q9       1836
-## 15424 15424     A4F9F6       1836
-## 15425 15425     A4F9J8       1836
-## 15426 15426     A4F9L3       1836
-## 15427 15427     A4FAC5       1836
-## 15428 15428     A4FAC5       1836
-## 15429 15429     A4FAJ5       1836
-## 15430 15430     A4FAJ5       1836
-## 15431 15431     A4FAK5       1836
-## 15432 15432     A4FAQ5       1836
-## 15433 15433     A4FBA3       1836
-## 15434 15434     A4FBA3       1836
-## 15435 15435     A4FBA6       1836
-## 15436 15436     A4FBA6       1836
-## 15437 15437     A4FBA8       1836
-## 15438 15438     A4FBA8       1836
-## 15439 15439     A4FBB7       1836
-## 15440 15440     A4FBB7       1836
-## 15441 15441     A4FBD3       1836
-## 15442 15442     A4FBE8       1836
-## 15443 15443     A4FBG1       1836
-## 15444 15444     A4FBG1       1836
-## 15445 15445     A4FBK5       1836
-## 15446 15446     A4FBL9       1836
-## 15447 15447     A4FBP0       1836
-## 15448 15448     A4FBP0       1836
-## 15449 15449     A4FBX6       1836
-## 15450 15450     A4FBY2       1836
-## 15451 15451     A4FCM4       1836
-## 15452 15452     A4FCM4       1836
-## 15453 15453     A4FCM4       1836
-## 15454 15454     A4FCM4       1836
-## 15455 15455     A4FCM4       1836
-## 15456 15456     A4FCP0       1836
-## 15457 15457     A4FCP0       1836
-## 15458 15458     A4FCP1       1836
-## 15459 15459     A4FDR2       1836
-## 15460 15460     A4FF33       1836
-## 15461 15461     A4FF33       1836
-## 15462 15462     A4FFX3       1836
-## 15463 15463     A4FFX3       1836
-## 15464 15464     A4FG06       1836
-## 15465 15465     A4FG19       1836
-## 15466 15466     A4FHB5       1836
-## 15467 15467     A4FI92       1836
-## 15468 15468     A4FI92       1836
-## 15469 15469     A4FID1       1836
-## 15470 15470     A4FIM1       1836
-## 15471 15471     A4FIR1       1836
-## 15472 15472     A4FIR1       1836
-## 15473 15473     A4FK61       1836
-## 15474 15474     A4FKA9       1836
-## 15475 15475     A4FKA9       1836
-## 15476 15476     A4FKA9       1836
-## 15477 15477     A4FKC1       1836
-## 15478 15478     A4FKC1       1836
-## 15479 15479     A4FLG1       1836
-## 15480 15480     A4FLV9       1836
-## 15481 15481     A4FLX6       1836
-## 15482 15482     A4FLZ0       1836
-## 15483 15483     A4FM34       1836
-## 15484 15484     A4FM34       1836
-## 15485 15485     A4FM34       1836
-## 15486 15486     A4FM34       1836
-## 15487 15487     A4FM34       1836
-## 15488 15488     A4FM34       1836
-## 15489 15489     A4FM34       1836
-## 15490 15490     A4FM34       1836
-## 15491 15491     A4FM36       1836
-## 15492 15492     A4FME5       1836
-## 15493 15493     A4FME5       1836
-## 15494 15494     A4FME7       1836
-## 15495 15495     A4FME7       1836
-## 15496 15496     A4FME8       1836
-## 15497 15497     A4FMF1       1836
-## 15498 15498     A4FMJ7       1836
-## 15499 15499     A4FMP2       1836
-## 15500 15500     A4FMP2       1836
-## 15501 15501     A4FMQ5       1836
-## 15502 15502     A4FMS5       1836
-## 15503 15503     A4FMS5       1836
-## 15504 15504     A4FMS5       1836
-## 15505 15505     A4FMS5       1836
-## 15506 15506     A4FMT5       1836
-## 15507 15507     A4FN31       1836
-## 15508 15508     A4FN31       1836
-## 15509 15509     A4FN31       1836
-## 15510 15510     A4FN47       1836
-## 15511 15511     A4FNF1       1836
-## 15512 15512     A4FNF1       1836
-## 15513 15513     A4FNI0       1836
-## 15514 15514     A4FNI7       1836
-## 15515 15515     A4FNQ1       1836
-## 15516 15516     A4FP60       1836
-## 15517 15517     A4FPA5       1836
-## 15518 15518     A4FPG9       1836
-## 15519 15519     A4FPH0       1836
-## 15520 15520     A4FPH1       1836
-## 15521 15521     A4FPJ1       1836
-## 15522 15522     A4FPJ1       1836
-## 15523 15523     A4FPJ1       1836
-## 15524 15524     A4FPJ4       1836
-## 15525 15525     A4FPK6       1836
-## 15526 15526     A4FPK8       1836
-## 15527 15527     A4FPL0       1836
-## 15528 15528     A4FPL7       1836
-## 15529 15529     A4FPL9       1836
-## 15530 15530     A4FPM2       1836
-## 15531 15531     A4FPM4       1836
-## 15532 15532     A4FPM8       1836
-## 15533 15533     A4FPP2       1836
-## 15534 15534     A4FPP2       1836
-## 15535 15535     A4FPQ6       1836
-## 15536 15536     A4FPS1       1836
-## 15537 15537     A4FPT3       1836
-## 15538 15538     A4FPT8       1836
-## 15539 15539     A4FPV1       1836
-## 15540 15540     A4FPX3       1836
-## 15541 15541     A4FPY4       1836
-## 15542 15542     A4FQ08       1836
-## 15543 15543     A4FQ08       1836
-## 15544 15544     A4FQ08       1836
-## 15545 15545     A4FQE4       1836
-## 15546 15546     A4FQI3       1836
-## 15547 15547     A4FQI3       1836
-## 15548 15548     A4FR29       1836
-## 15549 15549     A4FR32       1836
-## 15550 15550     A4FSH5         NA
-## 15551 15551     A4FU28         NA
-## 15552 15552     A4FU28         NA
-## 15553 15553     A4FU49         NA
-## 15554 15554     A4FU49         NA
-## 15555 15555     A4FU69         NA
-## 15556 15556     A4FU69         NA
-## 15557 15557     A4FU69         NA
-## 15558 15558     A4FU69         NA
-## 15559 15559     A4FUB7         NA
-## 15560 15560     A4FUC9         NA
-## 15561 15561     A4FUC9         NA
-## 15562 15562     A4FUD1         NA
-## 15563 15563     A4FUE7         NA
-## 15564 15564     A4FUE7         NA
-## 15565 15565     A4FUE7         NA
-## 15566 15566     A4FUE7         NA
-## 15567 15567     A4FUG8         NA
-## 15568 15568     A4FUG8         NA
-## 15569 15569     A4FUH1         NA
-## 15570 15570     A4FUH1         NA
-## 15571 15571     A4FUH1         NA
-## 15572 15572     A4FUI1         NA
-## 15573 15573     A4FUI2         NA
-## 15574 15574     A4FUP9         NA
-## 15575 15575     A4FUQ5         NA
-## 15576 15576     A4FUW8         NA
-## 15577 15577     A4FUW8         NA
-## 15578 15578     A4FUY1         NA
-## 15579 15579     A4FUY1         NA
-## 15580 15580     A4FUY7         NA
-## 15581 15581     A4FUY9         NA
-## 15582 15582     A4FUZ0         NA
-## 15583 15583     A4FUZ5         NA
-## 15584 15584     A4FUZ6         NA
-## 15585 15585     A4FV14         NA
-## 15586 15586     A4FV27         NA
-## 15587 15587     A4FV29         NA
-## 15588 15588     A4FV37         NA
-## 15589 15589     A4FV37         NA
-## 15590 15590     A4FV45         NA
-## 15591 15591     A4FV48         NA
-## 15592 15592     A4FV52         NA
-## 15593 15593     A4FV54         NA
-## 15594 15594     A4FV57         NA
-## 15595 15595     A4FV57         NA
-## 15596 15596     A4FV57         NA
-## 15597 15597     A4FV57         NA
-## 15598 15598     A4FV57         NA
-## 15599 15599     A4FV57         NA
-## 15600 15600     A4FV57         NA
-## 15601 15601     A4FV57         NA
-## 15602 15602     A4FV57         NA
-## 15603 15603     A4FV61         NA
-## 15604 15604     A4FV75         NA
-## 15605 15605     A4FV84         NA
-## 15606 15606     A4FV93         NA
-## 15607 15607     A4FV93         NA
-## 15608 15608     A4FV93         NA
-## 15609 15609     A4FV97         NA
-## 15610 15610     A4FV97         NA
-## 15611 15611     A4FV97         NA
-## 15612 15612     A4FV97         NA
-## 15613 15613     A4FVD8         NA
-## 15614 15614     A4FVP6         NA
-## 15615 15615     A4FVP6         NA
-## 15616 15616     A4FVV0      39152
-## 15617 15617     A4FVW2      39152
-## 15618 15618     A4FVW5      39152
-## 15619 15619     A4FVX4      39152
-## 15620 15620     A4FVX4      39152
-## 15621 15621     A4FVX9      39152
-## 15622 15622     A4FVY1      39152
-## 15623 15623     A4FVY2      39152
-## 15624 15624     A4FW14      39152
-## 15625 15625     A4FW36      39152
-## 15626 15626     A4FW56      39152
-## 15627 15627     A4FW85      39152
-## 15628 15628     A4FWA5      39152
-## 15629 15629     A4FWA6      39152
-## 15630 15630     A4FWB5      39152
-## 15631 15631     A4FWB9      39152
-## 15632 15632     A4FWF5      39152
-## 15633 15633     A4FWK1      39152
-## 15634 15634     A4FWK1      39152
-## 15635 15635     A4FWK9      39152
-## 15636 15636     A4FWP8      39152
-## 15637 15637     A4FWP8      39152
-## 15638 15638     A4FWR5      39152
-## 15639 15639     A4FWR6      39152
-## 15640 15640     A4FWS3      39152
-## 15641 15641     A4FWT8      39152
-## 15642 15642     A4FWU0      39152
-## 15643 15643     A4FWU0      39152
-## 15644 15644     A4FWU2      39152
-## 15645 15645     A4FWW1      39152
-## 15646 15646     A4FWW9      39152
-## 15647 15647     A4FWX2      39152
-## 15648 15648     A4FWX2      39152
-## 15649 15649     A4FWX2      39152
-## 15650 15650     A4FWX4      39152
-## 15651 15651     A4FWY5      39152
-## 15652 15652     A4FWZ9      39152
-## 15653 15653     A4FX27      39152
-## 15654 15654     A4FX98      39152
-## 15655 15655     A4FX98      39152
-## 15656 15656     A4FXD3      39152
-## 15657 15657     A4FXF3      39152
-## 15658 15658     A4FXH2      39152
-## 15659 15659     A4FXH7      39152
-## 15660 15660     A4FXR1      39152
-## 15661 15661     A4FXR1      39152
-## 15662 15662     A4FXR4      39152
-## 15663 15663     A4FXT1      39152
-## 15664 15664     A4FXT1      39152
-## 15665 15665     A4FXT1      39152
-## 15666 15666     A4FY69      39152
-## 15667 15667     A4FYA4      39152
-## 15668 15668     A4FYB3      39152
-## 15669 15669     A4FYD7      39152
-## 15670 15670     A4FYE4      39152
-## 15671 15671     A4FYK0      39152
-## 15672 15672     A4FYQ3      39152
-## 15673 15673     A4FYS8      39152
-## 15674 15674     A4FZ59      39152
-## 15675 15675     A4FZ85      39152
-## 15676 15676     A4FZA5      39152
-## 15677 15677     A4FZA6      39152
-## 15678 15678     A4FZL2      39152
-## 15679 15679     A4FZL6      39152
-## 15680 15680     A4FZM0      39152
-## 15681 15681     A4FZP7      39152
-## 15682 15682     A4FZP7      39152
-## 15683 15683     A4FZQ3      39152
-## 15684 15684     A4FZS6      39152
-## 15685 15685     A4FZS7      39152
-## 15686 15686     A4FZS7      39152
-## 15687 15687     A4FZS8      39152
-## 15688 15688     A4FZS8      39152
-## 15689 15689     A4FZS8      39152
-## 15690 15690     A4FZT6      39152
-## 15691 15691     A4FZU2      39152
-## 15692 15692     A4FZX1      39152
-## 15693 15693     A4G043      39152
-## 15694 15694     A4G068      39152
-## 15695 15695     A4G0A4      39152
-## 15696 15696     A4G0C9      39152
-## 15697 15697     A4G0D0      39152
-## 15698 15698     A4G0E2      39152
-## 15699 15699     A4G0F2      39152
-## 15700 15700     A4G0F2      39152
-## 15701 15701     A4G0F9      39152
-## 15702 15702     A4G0G9      39152
-## 15703 15703     A4G0G9      39152
-## 15704 15704     A4G0H7      39152
-## 15705 15705     A4G0J0      39152
-## 15706 15706     A4G0J0      39152
-## 15707 15707     A4G0J0      39152
-## 15708 15708     A4G0M1      39152
-## 15709 15709     A4G0P3      39152
-## 15710 15710     A4G0R6      39152
-## 15711 15711     A4G0Y3      39152
-## 15712 15712     A4G0Y3      39152
-## 15713 15713     A4G154         NA
-## 15714 15714     A4G1L3         NA
-## 15715 15715     A4G1L3         NA
-## 15716 15716     A4G1L4         NA
-## 15717 15717     A4G1N1         NA
-## 15718 15718     A4G1Q7         NA
-## 15719 15719     A4G1Q7         NA
-## 15720 15720     A4G1T2         NA
-## 15721 15721     A4G1U1         NA
-## 15722 15722     A4G1U7         NA
-## 15723 15723     A4G1U8         NA
-## 15724 15724     A4G1V2         NA
-## 15725 15725     A4G1V8         NA
-## 15726 15726     A4G1Y9         NA
-## 15727 15727     A4G1Z3         NA
-## 15728 15728     A4G215         NA
-## 15729 15729     A4G224         NA
-## 15730 15730     A4G262         NA
-## 15731 15731     A4G267         NA
-## 15732 15732     A4G288         NA
-## 15733 15733     A4G289         NA
-## 15734 15734     A4G2A5         NA
-## 15735 15735     A4G2N0         NA
-## 15736 15736     A4G2S9         NA
-## 15737 15737     A4G341         NA
-## 15738 15738     A4G3E6         NA
-## 15739 15739     A4G3U8         NA
-## 15740 15740     A4G4B3         NA
-## 15741 15741     A4G4F5         NA
-## 15742 15742     A4G4G1         NA
-## 15743 15743     A4G4G1         NA
-## 15744 15744     A4G4J2         NA
-## 15745 15745     A4G4J3         NA
-## 15746 15746     A4G4K6         NA
-## 15747 15747     A4G4L1         NA
-## 15748 15748     A4G4L1         NA
-## 15749 15749     A4G4L2         NA
-## 15750 15750     A4G4L2         NA
-## 15751 15751     A4G4L7         NA
-## 15752 15752     A4G4L7         NA
-## 15753 15753     A4G4R0         NA
-## 15754 15754     A4G4R0         NA
-## 15755 15755     A4G4R4         NA
-## 15756 15756     A4G4S2         NA
-## 15757 15757     A4G4S2         NA
-## 15758 15758     A4G4S3         NA
-## 15759 15759     A4G4T1         NA
-## 15760 15760     A4G4T1         NA
-## 15761 15761     A4G4T1         NA
-## 15762 15762     A4G4T2         NA
-## 15763 15763     A4G4T3         NA
-## 15764 15764     A4G4T3         NA
-## 15765 15765     A4G5J7         NA
-## 15766 15766     A4G5J9         NA
-## 15767 15767     A4G5V6         NA
-## 15768 15768     A4G5X0         NA
-## 15769 15769     A4G5X2         NA
-## 15770 15770     A4G5Z9         NA
-## 15771 15771     A4G5Z9         NA
-## 15772 15772     A4G631         NA
-## 15773 15773     A4G636         NA
-## 15774 15774     A4G642         NA
-## 15775 15775     A4G647         NA
-## 15776 15776     A4G6P0         NA
-## 15777 15777     A4G6R2         NA
-## 15778 15778     A4G6R2         NA
-## 15779 15779     A4G6T3         NA
-## 15780 15780     A4G709         NA
-## 15781 15781     A4G717         NA
-## 15782 15782     A4G717         NA
-## 15783 15783     A4G717         NA
-## 15784 15784     A4G729         NA
-## 15785 15785     A4G7P5         NA
-## 15786 15786     A4G7S7         NA
-## 15787 15787     A4G7S7         NA
-## 15788 15788     A4G7S7         NA
-## 15789 15789     A4G7S7         NA
-## 15790 15790     A4G7T5         NA
-## 15791 15791     A4G7T5         NA
-## 15792 15792     A4G7V9         NA
-## 15793 15793     A4G807         NA
-## 15794 15794     A4G837         NA
-## 15795 15795     A4G837         NA
-## 15796 15796     A4G837         NA
-## 15797 15797     A4G895         NA
-## 15798 15798     A4G895         NA
-## 15799 15799     A4G8B2         NA
-## 15800 15800     A4G8B3         NA
-## 15801 15801     A4G8B3         NA
-## 15802 15802     A4G8D1         NA
-## 15803 15803     A4G8D1         NA
-## 15804 15804     A4G8D2         NA
-## 15805 15805     A4G8D2         NA
-## 15806 15806     A4G8R1         NA
-## 15807 15807     A4G8R3         NA
-## 15808 15808     A4G8R3         NA
-## 15809 15809     A4G8R4         NA
-## 15810 15810     A4G8R6         NA
-## 15811 15811     A4G8T8         NA
-## 15812 15812     A4G8U1         NA
-## 15813 15813     A4G8U1         NA
-## 15814 15814     A4G8U6         NA
-## 15815 15815     A4G8U7         NA
-## 15816 15816     A4G8U7         NA
-## 15817 15817     A4G919         NA
-## 15818 15818     A4G921         NA
-## 15819 15819     A4G964         NA
-## 15820 15820     A4G964         NA
-## 15821 15821     A4G969         NA
-## 15822 15822     A4G975         NA
-## 15823 15823     A4G977         NA
-## 15824 15824     A4G989         NA
-## 15825 15825     A4G989         NA
-## 15826 15826     A4G995         NA
-## 15827 15827     A4G9I1         NA
-## 15828 15828     A4G9P9         NA
-## 15829 15829     A4G9R3         NA
-## 15830 15830     A4G9S1         NA
-## 15831 15831     A4G9S3         NA
-## 15832 15832     A4G9T2         NA
-## 15833 15833     A4G9T2         NA
-## 15834 15834     A4G9U1         NA
-## 15835 15835     A4G9U4         NA
-## 15836 15836     A4G9U4         NA
-## 15837 15837     A4G9U6         NA
-## 15838 15838     A4G9U6         NA
-## 15839 15839     A4G9U7         NA
-## 15840 15840     A4G9W6         NA
-## 15841 15841     A4GA77         NA
-## 15842 15842     A4GAG3         NA
-## 15843 15843     A4GAH1         NA
-## 15844 15844     A4GAH2         NA
-## 15845 15845     A4GAH3         NA
-## 15846 15846     A4GAI2         NA
-## 15847 15847     A4GAN3         NA
-## 15848 15848     A4GBX7      11320
-## 15849 15849     A4GBX9      11320
-## 15850 15850     A4GBY0      11320
-## 15851 15851     A4GBY5      11320
-## 15852 15852     A4GBY7      11320
-## 15853 15853     A4GCH5      11320
-## 15854 15854     A4GCH7      11320
-## 15855 15855     A4GCH9      11320
-## 15856 15856     A4GCI3      11320
-## 15857 15857     A4GCI6      11320
-## 15858 15858     A4GCI8      11320
-## 15859 15859     A4GCI9      11320
-## 15860 15860     A4GCJ0      11320
-## 15861 15861     A4GCJ4      11320
-## 15862 15862     A4GCJ6      11320
-## 15863 15863     A4GCJ7      11320
-## 15864 15864     A4GCJ9      11320
-## 15865 15865     A4GCK1      11320
-## 15866 15866     A4GCK5      11320
-## 15867 15867     A4GCK7      11320
-## 15868 15868     A4GCK8      11320
-## 15869 15869     A4GCL0      11320
-## 15870 15870     A4GCL2      11320
-## 15871 15871     A4GCL6      11320
-## 15872 15872     A4GCL9      11320
-## 15873 15873     A4GCM3      11320
-## 15874 15874     A4GCR5         NA
-## 15875 15875     A4GCR6         NA
-## 15876 15876     A4GD50         NA
-## 15877 15877     A4GD55         NA
-## 15878 15878     A4GD56         NA
-## 15879 15879     A4GD58         NA
-## 15880 15880     A4GDQ6         NA
-## 15881 15881     A4GDR1         NA
-## 15882 15882     A4GDR3         NA
-## 15883 15883     A4GDR4         NA
-## 15884 15884     A4GDR9         NA
-## 15885 15885     A4GDS0         NA
-## 15886 15886     A4GDS6         NA
-## 15887 15887     A4GDS7         NA
-## 15888 15888     A4GDS9         NA
-## 15889 15889     A4GDT0         NA
-## 15890 15890     A4GDT3         NA
-## 15891 15891     A4GDT4         NA
-## 15892 15892     A4GDT5         NA
-## 15893 15893     A4GDT9         NA
-## 15894 15894     A4GDU0         NA
-## 15895 15895     A4GDU2         NA
-## 15896 15896     A4GDU3         NA
-## 15897 15897     A4GDU5         NA
-## 15898 15898     A4GDU6         NA
-## 15899 15899     A4GE42         NA
-## 15900 15900     A4GE44         NA
-## 15901 15901     A4GE45         NA
-## 15902 15902     A4GE47         NA
-## 15903 15903     A4GE48         NA
-## 15904 15904     A4GE49         NA
-## 15905 15905     A4GE50         NA
-## 15906 15906     A4GE53         NA
-## 15907 15907     A4GE54         NA
-## 15908 15908     A4GE55         NA
-## 15909 15909     A4GFB9         NA
-## 15910 15910     A4GFC3         NA
-## 15911 15911     A4GG66         NA
-## 15912 15912     A4GG66         NA
-## 15913 15913     A4GG66         NA
-## 15914 15914     A4GG84         NA
-## 15915 15915     A4GG89         NA
-## 15916 15916     A4GG95         NA
-## 15917 15917     A4GG96         NA
-## 15918 15918     A4GGA1         NA
-## 15919 15919     A4GGA1         NA
-## 15920 15920     A4GGA6         NA
-## 15921 15921     A4GGA9         NA
-## 15922 15922     A4GGA9         NA
-## 15923 15923     A4GGB0         NA
-## 15924 15924     A4GGC7         NA
-## 15925 15925     A4GGC7         NA
-## 15926 15926     A4GGE0         NA
-## 15927 15927     A4GGE1         NA
-## 15928 15928     A4GGE1         NA
-## 15929 15929     A4GGE1         NA
-## 15930 15930     A4GGE3         NA
-## 15931 15931     A4GGE3         NA
-## 15932 15932     A4GGE3         NA
-## 15933 15933     A4GGE3         NA
-## 15934 15934     A4GGE5         NA
-## 15935 15935     A4GGE6         NA
-## 15936 15936     A4GGE7         NA
-## 15937 15937     A4GGF0         NA
-## 15938 15938     A4GGF4         NA
-## 15939 15939     A4GGF4         NA
-## 15940 15940     A4GGF4         NA
-## 15941 15941     A4GGF4         NA
-## 15942 15942     A4GGF5         NA
-## 15943 15943     A4GSN8         NA
-## 15944 15944     A4GSN8         NA
-## 15945 15945     A4GSN8         NA
-## 15946 15946     A4GT88         NA
-## 15947 15947     A4GTP4         NA
-## 15948 15948     A4GTP4         NA
-## 15949 15949     A4GTP4         NA
-## 15950 15950     A4GVD1         NA
-## 15951 15951     A4GVD1         NA
-## 15952 15952     A4GVD1         NA
-## 15953 15953     A4GWN3         NA
-## 15954 15954     A4GXA9         NA
-## 15955 15955     A4GXA9         NA
-## 15956 15956     A4GYP0         NA
-## 15957 15957     A4GYP3         NA
-## 15958 15958     A4GYP5         NA
-## 15959 15959     A4GYP8         NA
-## 15960 15960     A4GYQ0         NA
-## 15961 15961     A4GYQ5         NA
-## 15962 15962     A4GYQ9         NA
-## 15963 15963     A4GYR0         NA
-## 15964 15964     A4GYR1         NA
-## 15965 15965     A4GYR5         NA
-## 15966 15966     A4GYR8         NA
-## 15967 15967     A4GYS0         NA
-## 15968 15968     A4GYS0         NA
-## 15969 15969     A4GYS2         NA
-## 15970 15970     A4GYU3         NA
-## 15971 15971     A4GYU4         NA
-## 15972 15972     A4GYV0         NA
-## 15973 15973     A4GYV4         NA
-## 15974 15974     A4GYV4         NA
-## 15975 15975     A4GYV4         NA
-## 15976 15976     A4GYV4         NA
-## 15977 15977     A4GYV8         NA
-## 15978 15978     A4GYW4         NA
-## 15979 15979     A4GYW4         NA
-## 15980 15980     A4GYW5         NA
-## 15981 15981     A4GYW6         NA
-## 15982 15982     A4GYW6         NA
-## 15983 15983     A4GYW7         NA
-## 15984 15984     A4GYX0         NA
-## 15985 15985     A4GYX4         NA
-## 15986 15986     A4GYX4         NA
-## 15987 15987     A4GYX4         NA
-## 15988 15988     A4GZ95     687379
-## 15989 15989     A4GZ95     687379
-## 15990 15990     A4GZ95     687379
-## 15991 15991     A4GZ97     687379
-## 15992 15992     A4GZ97     687379
-## 15993 15993     A4GZ97     687379
-## 15994 15994     A4GZ97     687379
-## 15995 15995     A4GZV0         NA
-## 15996 15996     A4H1Z9       9593
-## 15997 15997     A4H200         NA
-## 15998 15998     A4H215       9593
-## 15999 15999     A4H216         NA
-## 16000 16000     A4H217         NA
-## 16001 16001     A4H225       9593
-## 16002 16002     A4H227         NA
-## 16003 16003     A4H228         NA
-## 16004 16004     A4H238       9593
-## 16005 16005     A4H239         NA
-## 16006 16006     A4H239         NA
-## 16007 16007     A4H239         NA
-## 16008 16008     A4H240         NA
-## 16009 16009     A4H240         NA
-## 16010 16010     A4H241         NA
-## 16011 16011     A4H243       9593
-## 16012 16012     A4H244         NA
-## 16013 16013     A4H258         NA
-## 16014 16014     A4H259         NA
-## 16015 16015     A4H260         NA
-## 16016 16016     A4H3Z2         NA
-## 16017 16017     A4H452         NA
-## 16018 16018     A4H452         NA
-## 16019 16019     A4H452         NA
-## 16020 16020     A4H5X5         NA
-## 16021 16021     A4H6F7         NA
-## 16022 16022     A4H6F7         NA
-## 16023 16023     A4H7A3         NA
-## 16024 16024     A4H7G5         NA
-## 16025 16025     A4H7G5         NA
-## 16026 16026     A4H7G5         NA
-## 16027 16027     A4H7G5         NA
-## 16028 16028     A4H7T9         NA
-## 16029 16029     A4H9H8         NA
-## 16030 16030     A4H9H8         NA
-## 16031 16031     A4HAG7         NA
-## 16032 16032     A4HAG7         NA
-## 16033 16033     A4HAG7         NA
-## 16034 16034     A4HM77         NA
-## 16035 16035     A4HQ28         NA
-## 16036 16036     A4HQI9         NA
-## 16037 16037     A4HS78         NA
-## 16038 16038     A4HSC9         NA
-## 16039 16039     A4HSC9         NA
-## 16040 16040     A4HSC9         NA
-## 16041 16041     A4HSC9         NA
-## 16042 16042     A4HT41         NA
-## 16043 16043     A4HU70         NA
-## 16044 16044     A4HUV2         NA
-## 16045 16045     A4HUV2         NA
-## 16046 16046     A4HUV2         NA
-## 16047 16047     A4HUV2         NA
-## 16048 16048     A4HUV2         NA
-## 16049 16049     A4HUY0         NA
-## 16050 16050     A4HVP7         NA
-## 16051 16051     A4HVU6         NA
-## 16052 16052     A4HVU6         NA
-## 16053 16053     A4HW65         NA
-## 16054 16054     A4HW65         NA
-## 16055 16055     A4HWE9         NA
-## 16056 16056     A4HWF0         NA
-## 16057 16057     A4HWT0         NA
-## 16058 16058     A4HXU4         NA
-## 16059 16059     A4HXU4         NA
-## 16060 16060     A4HY57         NA
-## 16061 16061     A4HY57         NA
-## 16062 16062     A4I7K1         NA
-## 16063 16063     A4I7K1         NA
-## 16064 16064     A4I9M7         NA
-## 16065 16065     A4I9M7         NA
-## 16066 16066     A4I9M7         NA
-## 16067 16067     A4IAU0         NA
-## 16068 16068     A4IAU1         NA
-## 16069 16069     A4IAU1         NA
-## 16070 16070     A4IDS4         NA
-## 16071 16071     A4IF62         NA
-## 16072 16072     A4IF62         NA
-## 16073 16073     A4IF63         NA
-## 16074 16074     A4IF63         NA
-## 16075 16075     A4IF69         NA
-## 16076 16076     A4IF69         NA
-## 16077 16077     A4IF78         NA
-## 16078 16078     A4IF89         NA
-## 16079 16079     A4IF93         NA
-## 16080 16080     A4IF97         NA
-## 16081 16081     A4IF97         NA
-## 16082 16082     A4IFA3         NA
-## 16083 16083     A4IFA6         NA
-## 16084 16084     A4IFB1         NA
-## 16085 16085     A4IFB1         NA
-## 16086 16086     A4IFB1         NA
-## 16087 16087     A4IFB1         NA
-## 16088 16088     A4IFB6         NA
-## 16089 16089     A4IFC9         NA
-## 16090 16090     A4IFC9         NA
-## 16091 16091     A4IFD0         NA
-## 16092 16092     A4IFD2         NA
-## 16093 16093     A4IFD2         NA
-## 16094 16094     A4IFD2         NA
-## 16095 16095     A4IFD2         NA
-## 16096 16096     A4IFD2         NA
-## 16097 16097     A4IFD7         NA
-## 16098 16098     A4IFD7         NA
-## 16099 16099     A4IFD8         NA
-## 16100 16100     A4IFD8         NA
-## 16101 16101     A4IFD8         NA
-## 16102 16102     A4IFE4         NA
-## 16103 16103     A4IFE9         NA
-## 16104 16104     A4IFF3         NA
-## 16105 16105     A4IFG2         NA
-## 16106 16106     A4IFG2         NA
-## 16107 16107     A4IFH5         NA
-## 16108 16108     A4IFH6         NA
-## 16109 16109     A4IFI1         NA
-## 16110 16110     A4IFJ5         NA
-## 16111 16111     A4IFJ5         NA
-## 16112 16112     A4IFJ6         NA
-## 16113 16113     A4IFJ6         NA
-## 16114 16114     A4IFK2         NA
-## 16115 16115     A4IFK7         NA
-## 16116 16116     A4IFK7         NA
-## 16117 16117     A4IFK9         NA
-## 16118 16118     A4IFK9         NA
-## 16119 16119     A4IFL0         NA
-## 16120 16120     A4IFM1         NA
-## 16121 16121     A4IFM1         NA
-## 16122 16122     A4IFM1         NA
-## 16123 16123     A4IFM1         NA
-## 16124 16124     A4IFM1         NA
-## 16125 16125     A4IFM7         NA
-## 16126 16126     A4IFM7         NA
-## 16127 16127     A4IFM7         NA
-## 16128 16128     A4IFM7         NA
-## 16129 16129     A4IFN5         NA
-## 16130 16130     A4IFP3         NA
-## 16131 16131     A4IFQ0         NA
-## 16132 16132     A4IFR8         NA
-## 16133 16133     A4IFW2         NA
-## 16134 16134     A4IFW2         NA
-## 16135 16135     A4IFW2         NA
-## 16136 16136     A4IG42         NA
-## 16137 16137     A4IG55         NA
-## 16138 16138     A4IG59         NA
-## 16139 16139     A4IG59         NA
-## 16140 16140     A4IG59         NA
-## 16141 16141     A4IG59         NA
-## 16142 16142     A4IG62         NA
-## 16143 16143     A4IG62         NA
-## 16144 16144     A4IG66         NA
-## 16145 16145     A4IG72         NA
-## 16146 16146     A4IGK4         NA
-## 16147 16147     A4IGK4         NA
-## 16148 16148     A4IGK4         NA
-## 16149 16149     A4IGK4         NA
-## 16150 16150     A4IGK4         NA
-## 16151 16151     A4IGK4         NA
-## 16152 16152     A4IGK4         NA
-## 16153 16153     A4IGK4         NA
-## 16154 16154     A4IGK4         NA
-## 16155 16155     A4IGK4         NA
-## 16156 16156     A4IGL7         NA
-## 16157 16157     A4IGL7         NA
-## 16158 16158     A4IGM4         NA
-## 16159 16159     A4IGM9         NA
-## 16160 16160     A4IGP0         NA
-## 16161 16161     A4IGQ8         NA
-## 16162 16162     A4IH17         NA
-## 16163 16163     A4IH17         NA
-## 16164 16164     A4IH17         NA
-## 16165 16165     A4IH17         NA
-## 16166 16166     A4IH17         NA
-## 16167 16167     A4IH17         NA
-## 16168 16168     A4IH17         NA
-## 16169 16169     A4IH17         NA
-## 16170 16170     A4IH17         NA
-## 16171 16171     A4IH36         NA
-## 16172 16172     A4IH46         NA
-## 16173 16173     A4IH46         NA
-## 16174 16174     A4IH75         NA
-## 16175 16175     A4IH75         NA
-## 16176 16176     A4IH82         NA
-## 16177 16177     A4IH88         NA
-## 16178 16178     A4IHA1         NA
-## 16179 16179     A4IHB9         NA
-## 16180 16180     A4IHB9         NA
-## 16181 16181     A4IHB9         NA
-## 16182 16182     A4IHB9         NA
-## 16183 16183     A4IHD2         NA
-## 16184 16184     A4IHD2         NA
-## 16185 16185     A4IHD2         NA
-## 16186 16186     A4IHD9         NA
-## 16187 16187     A4IHD9         NA
-## 16188 16188     A4IHD9         NA
-## 16189 16189     A4IHD9         NA
-## 16190 16190     A4IHG1         NA
-## 16191 16191     A4IHH4         NA
-## 16192 16192     A4IHH4         NA
-## 16193 16193     A4IHK6         NA
-## 16194 16194     A4IHR1         NA
-## 16195 16195     A4IHS0         NA
-## 16196 16196     A4IHS0         NA
-## 16197 16197     A4IHS2         NA
-## 16198 16198     A4IHY1         NA
-## 16199 16199     A4IHY6         NA
-## 16200 16200     A4IHZ3         NA
-## 16201 16201     A4IHZ3         NA
-## 16202 16202     A4IHZ3         NA
-## 16203 16203     A4II09         NA
-## 16204 16204     A4II09         NA
-## 16205 16205     A4II09         NA
-## 16206 16206     A4II09         NA
-## 16207 16207     A4II09         NA
-## 16208 16208     A4II09         NA
-## 16209 16209     A4II09         NA
-## 16210 16210     A4II20         NA
-## 16211 16211     A4II20         NA
-## 16212 16212     A4II20         NA
-## 16213 16213     A4II29         NA
-## 16214 16214     A4II29         NA
-## 16215 16215     A4II40         NA
-## 16216 16216     A4II71         NA
-## 16217 16217     A4II73         NA
-## 16218 16218     A4II98         NA
-## 16219 16219     A4IIA2         NA
-## 16220 16220     A4IIC3         NA
-## 16221 16221     A4IIC5         NA
-## 16222 16222     A4IIC5         NA
-## 16223 16223     A4IIE8         NA
-## 16224 16224     A4IIF2         NA
-## 16225 16225     A4IIG7         NA
-## 16226 16226     A4III8         NA
-## 16227 16227     A4IIJ3         NA
-## 16228 16228     A4IIJ3         NA
-## 16229 16229     A4IIJ3         NA
-## 16230 16230     A4IIJ3         NA
-## 16231 16231     A4IIJ3         NA
-## 16232 16232     A4IIJ3         NA
-## 16233 16233     A4IIJ8         NA
-## 16234 16234     A4IIJ8         NA
-## 16235 16235     A4IIK1         NA
-## 16236 16236     A4IIK1         NA
-## 16237 16237     A4IIK1         NA
-## 16238 16238     A4IIK7         NA
-## 16239 16239     A4IIL4         NA
-## 16240 16240     A4IIM2         NA
-## 16241 16241     A4IIM2         NA
-## 16242 16242     A4IIM2         NA
-## 16243 16243     A4IIM3         NA
-## 16244 16244     A4IIM9         NA
-## 16245 16245     A4IIN5         NA
-## 16246 16246     A4IIN5         NA
-## 16247 16247     A4IIN5         NA
-## 16248 16248     A4IIS8         NA
-## 16249 16249     A4IIS8         NA
-## 16250 16250     A4IIS8         NA
-## 16251 16251     A4IIT5         NA
-## 16252 16252     A4IIT5         NA
-## 16253 16253     A4IIT5         NA
-## 16254 16254     A4IIT5         NA
-## 16255 16255     A4IIU3         NA
-## 16256 16256     A4IIW7         NA
-## 16257 16257     A4IIW7         NA
-## 16258 16258     A4IIW9         NA
-## 16259 16259     A4IIX9         NA
-## 16260 16260     A4IIX9         NA
-## 16261 16261     A4IIX9         NA
-## 16262 16262     A4IIX9         NA
-## 16263 16263     A4IIY1         NA
-## 16264 16264     A4IIY1         NA
-## 16265 16265     A4IIY1         NA
-## 16266 16266     A4IIY2         NA
-## 16267 16267     A4IJ06         NA
-## 16268 16268     A4IJ06         NA
-## 16269 16269     A4IJ15         NA
-## 16270 16270     A4IJ15         NA
-## 16271 16271     A4IJ20         NA
-## 16272 16272     A4IJ20         NA
-## 16273 16273     A4IJ21         NA
-## 16274 16274     A4IJ21         NA
-## 16275 16275     A4IJ94      33940
-## 16276 16276     A4IJA0      33940
-## 16277 16277     A4IJB8      33940
-## 16278 16278     A4IJC5      33940
-## 16279 16279     A4IJC6      33940
-## 16280 16280     A4IJC6      33940
-## 16281 16281     A4IJC6      33940
-## 16282 16282     A4IJC6      33940
-## 16283 16283     A4IJG0      33940
-## 16284 16284     A4IJG5      33940
-## 16285 16285     A4IJG6      33940
-## 16286 16286     A4IJH7      33940
-## 16287 16287     A4IJH9      33940
-## 16288 16288     A4IJI2      33940
-## 16289 16289     A4IJI6      33940
-## 16290 16290     A4IJK9      33940
-## 16291 16291     A4IJM0      33940
-## 16292 16292     A4IJS3      33940
-## 16293 16293     A4IJV3      33940
-## 16294 16294     A4IJX3      33940
-## 16295 16295     A4IJY4      33940
-## 16296 16296     A4IJZ2      33940
-## 16297 16297     A4IK45      33940
-## 16298 16298     A4IK74      33940
-## 16299 16299     A4IK74      33940
-## 16300 16300     A4IK90      33940
-## 16301 16301     A4IK94      33940
-## 16302 16302     A4IKB5      33940
-## 16303 16303     A4IKB7      33940
-## 16304 16304     A4IKH6      33940
-## 16305 16305     A4IKH6      33940
-## 16306 16306     A4IKH6      33940
-## 16307 16307     A4IKI6      33940
-## 16308 16308     A4IKL1      33940
-## 16309 16309     A4IKS8      33940
-## 16310 16310     A4IKS8      33940
-## 16311 16311     A4IKS9      33940
-## 16312 16312     A4IKT9      33940
-## 16313 16313     A4IKW6      33940
-## 16314 16314     A4IKW7      33940
-## 16315 16315     A4IKW7      33940
-## 16316 16316     A4IKW7      33940
-## 16317 16317     A4IKW7      33940
-## 16318 16318     A4IKY2      33940
-## 16319 16319     A4IL48      33940
-## 16320 16320     A4ILH7      33940
-## 16321 16321     A4ILI2      33940
-## 16322 16322     A4ILL2      33940
-## 16323 16323     A4ILL2      33940
-## 16324 16324     A4ILT5      33940
-## 16325 16325     A4ILT5      33940
-## 16326 16326     A4ILT5      33940
-## 16327 16327     A4ILT5      33940
-## 16328 16328     A4ILT5      33940
-## 16329 16329     A4ILU2      33940
-## 16330 16330     A4ILZ2      33940
-## 16331 16331     A4ILZ4      33940
-## 16332 16332     A4ILZ9      33940
-## 16333 16333     A4IM06      33940
-## 16334 16334     A4IM06      33940
-## 16335 16335     A4IM21      33940
-## 16336 16336     A4IM25      33940
-## 16337 16337     A4IM28      33940
-## 16338 16338     A4IM55      33940
-## 16339 16339     A4IM63      33940
-## 16340 16340     A4IM80      33940
-## 16341 16341     A4IMC4      33940
-## 16342 16342     A4IMC6      33940
-## 16343 16343     A4IMD3      33940
-## 16344 16344     A4IMD7      33940
-## 16345 16345     A4IME2      33940
-## 16346 16346     A4IME3      33940
-## 16347 16347     A4IMH1      33940
-## 16348 16348     A4IMI1      33940
-## 16349 16349     A4IMR6      33940
-## 16350 16350     A4IMT6      33940
-## 16351 16351     A4IMT6      33940
-## 16352 16352     A4IMT6      33940
-## 16353 16353     A4IN56      33940
-## 16354 16354     A4INW9      33940
-## 16355 16355     A4INW9      33940
-## 16356 16356     A4IP64      33940
-## 16357 16357     A4IPB2      33940
-## 16358 16358     A4IPF0      33940
-## 16359 16359     A4IPN3      33940
-## 16360 16360     A4IPX2      33940
-## 16361 16361     A4IQ54      33940
-## 16362 16362     A4IQ81      33940
-## 16363 16363     A4IQ84      33940
-## 16364 16364     A4IQ84      33940
-## 16365 16365     A4IQ88      33940
-## 16366 16366     A4IQA1      33940
-## 16367 16367     A4IQA2      33940
-## 16368 16368     A4IQA2      33940
-## 16369 16369     A4IQA8      33940
-## 16370 16370     A4IQD8      33940
-## 16371 16371     A4IQK7      33940
-## 16372 16372     A4IQR9      33940
-## 16373 16373     A4IQV4      33940
-## 16374 16374     A4IQV4      33940
-## 16375 16375     A4IR14      33940
-## 16376 16376     A4IR19      33940
-## 16377 16377     A4IR30      33940
-## 16378 16378     A4IR30      33940
-## 16379 16379     A4IR30      33940
-## 16380 16380     A4IR30      33940
-## 16381 16381     A4IR31      33940
-## 16382 16382     A4IR35      33940
-## 16383 16383     A4IR72      33940
-## 16384 16384     A4IR80      33940
-## 16385 16385     A4IR80      33940
-## 16386 16386     A4IR80      33940
-## 16387 16387     A4IR80      33940
-## 16388 16388     A4IRA1      33940
-## 16389 16389     A4IRA9      33940
-## 16390 16390     A4IRC0      33940
-## 16391 16391     A4IRC0      33940
-## 16392 16392     A4IRC0      33940
-## 16393 16393     A4IRC7      33940
-## 16394 16394     A4IRC7      33940
-## 16395 16395     A4IRL1      33940
-## 16396 16396     A4IRL1      33940
-## 16397 16397     A4IRL1      33940
-## 16398 16398     A4IRM4      33940
-## 16399 16399     A4IRM4      33940
-## 16400 16400     A4IRQ7      33940
-## 16401 16401     A4IRR6      33940
-## 16402 16402     A4IRS3      33940
-## 16403 16403     A4IRS3      33940
-## 16404 16404     A4IRT9      33940
-## 16405 16405     A4IRU1      33940
-## 16406 16406     A4IRZ1      33940
-## 16407 16407     A4IS20      33940
-## 16408 16408     A4IS22      33940
-## 16409 16409     A4IS40      33940
-## 16410 16410     A4ISB9      33940
-## 16411 16411     A4ISJ7      33940
-## 16412 16412     A4ISJ7      33940
-## 16413 16413     A4ISP4      33940
-## 16414 16414     A4ISP6      33940
-## 16415 16415     A4ISR8      33940
-## 16416 16416     A4ISR8      33940
-## 16417 16417     A4ISX2      33940
-## 16418 16418     A4ISX2      33940
-## 16419 16419     A4IT49      33940
-## 16420 16420     A4IT50      33940
-## 16421 16421     A4ITI0      33940
-## 16422 16422     A4ITK4      33940
-## 16423 16423     A4ITK4      33940
-## 16424 16424     A4ITK4      33940
-## 16425 16425     A4ITK4      33940
-## 16426 16426     A4ITL0      33940
-## 16427 16427     A4ITL0      33940
-## 16428 16428     A4ITU1      33940
-## 16429 16429     A4ITW8      33940
-## 16430 16430     A4ITX5      33940
-## 16431 16431     A4IVS4        263
-## 16432 16432     A4IVS5        263
-## 16433 16433     A4IVT5        263
-## 16434 16434     A4IVT5        263
-## 16435 16435     A4IVT5        263
-## 16436 16436     A4IVT5        263
-## 16437 16437     A4IVW3        263
-## 16438 16438     A4IVY3        263
-## 16439 16439     A4IVZ4        263
-## 16440 16440     A4IVZ9        263
-## 16441 16441     A4IW00        263
-## 16442 16442     A4IW10        263
-## 16443 16443     A4IW11        263
-## 16444 16444     A4IW12        263
-## 16445 16445     A4IW20        263
-## 16446 16446     A4IW67        263
-## 16447 16447     A4IW97        263
-## 16448 16448     A4IW99        263
-## 16449 16449     A4IW99        263
-## 16450 16450     A4IW99        263
-## 16451 16451     A4IWA0        263
-## 16452 16452     A4IWA0        263
-## 16453 16453     A4IWA7        263
-## 16454 16454     A4IWC4        263
-## 16455 16455     A4IWC5        263
-## 16456 16456     A4IWC5        263
-## 16457 16457     A4IWJ5        263
-## 16458 16458     A4IWV0        263
-## 16459 16459     A4IWY7        263
-## 16460 16460     A4IX14        263
-## 16461 16461     A4IX29        263
-## 16462 16462     A4IX29        263
-## 16463 16463     A4IX29        263
-## 16464 16464     A4IX68        263
-## 16465 16465     A4IXE6        263
-## 16466 16466     A4IXE6        263
-## 16467 16467     A4IXE9        263
-## 16468 16468     A4IXG2        263
-## 16469 16469     A4IXH9        263
-## 16470 16470     A4IXH9        263
-## 16471 16471     A4IXN4        263
-## 16472 16472     A4IXP2        263
-## 16473 16473     A4IXP5        263
-## 16474 16474     A4IXU1        263
-## 16475 16475     A4IXU4        263
-## 16476 16476     A4IXW6        263
-## 16477 16477     A4IY03        263
-## 16478 16478     A4IY05        263
-## 16479 16479     A4IY09        263
-## 16480 16480     A4IY63        263
-## 16481 16481     A4IYG6        263
-## 16482 16482     A4IYH5        263
-## 16483 16483     A4IYI9        263
-## 16484 16484     A4IYJ0        263
-## 16485 16485     A4IYN2        263
-## 16486 16486     A4IYP1        263
-## 16487 16487     A4IYR4        263
-## 16488 16488     A4IYS7        263
-## 16489 16489     A4IYT2        263
-## 16490 16490     A4IYV5        263
-## 16491 16491     A4IZ01        263
-## 16492 16492     A4IZ54        263
-## 16493 16493     A4IZ68        263
-## 16494 16494     A4IZ86        263
-## 16495 16495     A4IZA6        263
-## 16496 16496     A4IZA6        263
-## 16497 16497     A4IZB4        263
-## 16498 16498     A4IZG9        263
-## 16499 16499     A4IZH0        263
-## 16500 16500     A4IZH0        263
-## 16501 16501     A4IZH0        263
-## 16502 16502     A4IZK0        263
-## 16503 16503     A4IZK2        263
-## 16504 16504     A4IZM7        263
-## 16505 16505     A4IZM7        263
-## 16506 16506     A4IZM7        263
-## 16507 16507     A4IZM7        263
-## 16508 16508     A4IZN0        263
-## 16509 16509     A4IZR0        263
-## 16510 16510     A4IZR9        263
-## 16511 16511     A4IZR9        263
-## 16512 16512     A4IZU0        263
-## 16513 16513     A4IZU3        263
-## 16514 16514     A4IZU5        263
-## 16515 16515     A4J014        263
-## 16516 16516     A4J019        263
-## 16517 16517     A4J037        263
-## 16518 16518     A4J049        263
-## 16519 16519     A4J0C7        263
-## 16520 16520     A4J0F0      59610
-## 16521 16521     A4J0F3      59610
-## 16522 16522     A4J0J0      59610
-## 16523 16523     A4J0J1      59610
-## 16524 16524     A4J0P6      59610
-## 16525 16525     A4J0P6      59610
-## 16526 16526     A4J0Z5      59610
-## 16527 16527     A4J102      59610
-## 16528 16528     A4J103      59610
-## 16529 16529     A4J104      59610
-## 16530 16530     A4J104      59610
-## 16531 16531     A4J104      59610
-## 16532 16532     A4J114      59610
-## 16533 16533     A4J114      59610
-## 16534 16534     A4J122      59610
-## 16535 16535     A4J126      59610
-## 16536 16536     A4J126      59610
-## 16537 16537     A4J130      59610
-## 16538 16538     A4J136      59610
-## 16539 16539     A4J146      59610
-## 16540 16540     A4J151      59610
-## 16541 16541     A4J181      59610
-## 16542 16542     A4J272      59610
-## 16543 16543     A4J2A2      59610
-## 16544 16544     A4J2A8      59610
-## 16545 16545     A4J2A8      59610
-## 16546 16546     A4J2B1      59610
-## 16547 16547     A4J2C8      59610
-## 16548 16548     A4J2F4      59610
-## 16549 16549     A4J2G8      59610
-## 16550 16550     A4J2K4      59610
-## 16551 16551     A4J2K4      59610
-## 16552 16552     A4J2L1      59610
-## 16553 16553     A4J2L3      59610
-## 16554 16554     A4J3A1      59610
-## 16555 16555     A4J3H9      59610
-## 16556 16556     A4J3N2      59610
-## 16557 16557     A4J3N2      59610
-## 16558 16558     A4J3P1      59610
-## 16559 16559     A4J3P3      59610
-## 16560 16560     A4J474      59610
-## 16561 16561     A4J4E2      59610
-## 16562 16562     A4J4E2      59610
-## 16563 16563     A4J4E3      59610
-## 16564 16564     A4J4E3      59610
-## 16565 16565     A4J4E3      59610
-## 16566 16566     A4J4I2      59610
-## 16567 16567     A4J4X3      59610
-## 16568 16568     A4J4Z4      59610
-## 16569 16569     A4J579      59610
-## 16570 16570     A4J582      59610
-## 16571 16571     A4J5D0      59610
-## 16572 16572     A4J5G9      59610
-## 16573 16573     A4J5N8      59610
-## 16574 16574     A4J5T7      59610
-## 16575 16575     A4J5W6      59610
-## 16576 16576     A4J5W6      59610
-## 16577 16577     A4J5X2      59610
-## 16578 16578     A4J5Y5      59610
-## 16579 16579     A4J5Z5      59610
-## 16580 16580     A4J5Z5      59610
-## 16581 16581     A4J650      59610
-## 16582 16582     A4J660      59610
-## 16583 16583     A4J6S4      59610
-## 16584 16584     A4J6X2      59610
-## 16585 16585     A4J6X2      59610
-## 16586 16586     A4J6Z8      59610
-## 16587 16587     A4J6Z8      59610
-## 16588 16588     A4J6Z8      59610
-## 16589 16589     A4J703      59610
-## 16590 16590     A4J7B3      59610
-## 16591 16591     A4J7C9      59610
-## 16592 16592     A4J7D0      59610
-## 16593 16593     A4J7F3      59610
-## 16594 16594     A4J7F3      59610
-## 16595 16595     A4J7F8      59610
-## 16596 16596     A4J7H2      59610
-## 16597 16597     A4J7I9      59610
-## 16598 16598     A4J7I9      59610
-## 16599 16599     A4J7L6      59610
-## 16600 16600     A4J7L6      59610
-## 16601 16601     A4J7M0      59610
-## 16602 16602     A4J8E6      59610
-## 16603 16603     A4J8G9      59610
-## 16604 16604     A4J8H4      59610
-## 16605 16605     A4J8H4      59610
-## 16606 16606     A4J8J1      59610
-## 16607 16607     A4J952      59610
-## 16608 16608     A4J999      59610
-## 16609 16609     A4J9D2      59610
-## 16610 16610     A4J9P7      59610
-## 16611 16611     A4J9Q3      59610
-## 16612 16612     A4J9S1      59610
-## 16613 16613     A4J9S6      60552
-## 16614 16614     A4J9Z5      60552
-## 16615 16615     A4JA22      60552
-## 16616 16616     A4JA31      60552
-## 16617 16617     A4JA40      60552
-## 16618 16618     A4JA69      60552
-## 16619 16619     A4JA69      60552
-## 16620 16620     A4JA70      60552
-## 16621 16621     A4JAG1      60552
-## 16622 16622     A4JAN2      60552
-## 16623 16623     A4JAN3      60552
-## 16624 16624     A4JAP6      60552
-## 16625 16625     A4JAP6      60552
-## 16626 16626     A4JAP6      60552
-## 16627 16627     A4JAQ0      60552
-## 16628 16628     A4JAT5      60552
-## 16629 16629     A4JAW5      60552
-## 16630 16630     A4JAW8      60552
-## 16631 16631     A4JB67      60552
-## 16632 16632     A4JB68      60552
-## 16633 16633     A4JB84      60552
-## 16634 16634     A4JB85      60552
-## 16635 16635     A4JB91      60552
-## 16636 16636     A4JB91      60552
-## 16637 16637     A4JB92      60552
-## 16638 16638     A4JB92      60552
-## 16639 16639     A4JB95      60552
-## 16640 16640     A4JBA3      60552
-## 16641 16641     A4JBB8      60552
-## 16642 16642     A4JBB8      60552
-## 16643 16643     A4JBB8      60552
-## 16644 16644     A4JBD7      60552
-## 16645 16645     A4JBH8      60552
-## 16646 16646     A4JBK4      60552
-## 16647 16647     A4JBK7      60552
-## 16648 16648     A4JBK7      60552
-## 16649 16649     A4JBK7      60552
-## 16650 16650     A4JBK9      60552
-## 16651 16651     A4JBM2      60552
-## 16652 16652     A4JBM2      60552
-## 16653 16653     A4JBR5      60552
-## 16654 16654     A4JBR9      60552
-## 16655 16655     A4JBS1      60552
-## 16656 16656     A4JBS1      60552
-## 16657 16657     A4JBS1      60552
-## 16658 16658     A4JBS1      60552
-## 16659 16659     A4JBS2      60552
-## 16660 16660     A4JBS2      60552
-## 16661 16661     A4JBS2      60552
-## 16662 16662     A4JBT2      60552
-## 16663 16663     A4JBT2      60552
-## 16664 16664     A4JBU1      60552
-## 16665 16665     A4JBW6      60552
-## 16666 16666     A4JBW6      60552
-## 16667 16667     A4JBY8      60552
-## 16668 16668     A4JC03      60552
-## 16669 16669     A4JC03      60552
-## 16670 16670     A4JC43      60552
-## 16671 16671     A4JC58      60552
-## 16672 16672     A4JC82      60552
-## 16673 16673     A4JC86      60552
-## 16674 16674     A4JCA3      60552
-## 16675 16675     A4JCA7      60552
-## 16676 16676     A4JCA9      60552
-## 16677 16677     A4JCG7      60552
-## 16678 16678     A4JCH1      60552
-## 16679 16679     A4JCH5      60552
-## 16680 16680     A4JCH5      60552
-## 16681 16681     A4JCJ3      60552
-## 16682 16682     A4JCM8      60552
-## 16683 16683     A4JCM8      60552
-## 16684 16684     A4JCN6      60552
-## 16685 16685     A4JCQ9      60552
-## 16686 16686     A4JCS0      60552
-## 16687 16687     A4JCS0      60552
-## 16688 16688     A4JCS0      60552
-## 16689 16689     A4JCS0      60552
-## 16690 16690     A4JCS0      60552
-## 16691 16691     A4JCZ0      60552
-## 16692 16692     A4JDA6      60552
-## 16693 16693     A4JDA9      60552
-## 16694 16694     A4JDA9      60552
-## 16695 16695     A4JDM9      60552
-## 16696 16696     A4JDM9      60552
-## 16697 16697     A4JDU4      60552
-## 16698 16698     A4JDU8      60552
-## 16699 16699     A4JDX1      60552
-## 16700 16700     A4JDX1      60552
-## 16701 16701     A4JDX1      60552
-## 16702 16702     A4JDX1      60552
-## 16703 16703     A4JDX1      60552
-## 16704 16704     A4JDX1      60552
-## 16705 16705     A4JDX1      60552
-## 16706 16706     A4JDX1      60552
-## 16707 16707     A4JDX1      60552
-## 16708 16708     A4JDX1      60552
-## 16709 16709     A4JE23      60552
-## 16710 16710     A4JE23      60552
-## 16711 16711     A4JE56      60552
-## 16712 16712     A4JEN6      60552
-## 16713 16713     A4JEN6      60552
-## 16714 16714     A4JEN6      60552
-## 16715 16715     A4JEQ0      60552
-## 16716 16716     A4JEQ0      60552
-## 16717 16717     A4JEQ1      60552
-## 16718 16718     A4JEU8      60552
-## 16719 16719     A4JEU8      60552
-## 16720 16720     A4JEZ0      60552
-## 16721 16721     A4JEZ2      60552
-## 16722 16722     A4JF27      60552
-## 16723 16723     A4JF55      60552
-## 16724 16724     A4JF62      60552
-## 16725 16725     A4JF62      60552
-## 16726 16726     A4JF63      60552
-## 16727 16727     A4JF63      60552
-## 16728 16728     A4JF65      60552
-## 16729 16729     A4JF65      60552
-## 16730 16730     A4JF74      60552
-## 16731 16731     A4JF78      60552
-## 16732 16732     A4JF78      60552
-## 16733 16733     A4JF86      60552
-## 16734 16734     A4JF86      60552
-## 16735 16735     A4JFD0      60552
-## 16736 16736     A4JFW7      60552
-## 16737 16737     A4JFY7      60552
-## 16738 16738     A4JG01      60552
-## 16739 16739     A4JG01      60552
-## 16740 16740     A4JGC2      60552
-## 16741 16741     A4JGD4      60552
-## 16742 16742     A4JGD4      60552
-## 16743 16743     A4JGH2      60552
-## 16744 16744     A4JGV4      60552
-## 16745 16745     A4JGV8      60552
-## 16746 16746     A4JGW6      60552
-## 16747 16747     A4JGW6      60552
-## 16748 16748     A4JH21      60552
-## 16749 16749     A4JH33      60552
-## 16750 16750     A4JH78      60552
-## 16751 16751     A4JH79      60552
-## 16752 16752     A4JH79      60552
-## 16753 16753     A4JH80      60552
-## 16754 16754     A4JH88      60552
-## 16755 16755     A4JHA1      60552
-## 16756 16756     A4JHN3      60552
-## 16757 16757     A4JHR9      60552
-## 16758 16758     A4JHS6      60552
-## 16759 16759     A4JHZ4      60552
-## 16760 16760     A4JI25      60552
-## 16761 16761     A4JI41      60552
-## 16762 16762     A4JI41      60552
-## 16763 16763     A4JI41      60552
-## 16764 16764     A4JI42      60552
-## 16765 16765     A4JI61      60552
-## 16766 16766     A4JI72      60552
-## 16767 16767     A4JI88      60552
-## 16768 16768     A4JIF6      60552
-## 16769 16769     A4JIF7      60552
-## 16770 16770     A4JIF7      60552
-## 16771 16771     A4JIF7      60552
-## 16772 16772     A4JIJ2      60552
-## 16773 16773     A4JIK4      60552
-## 16774 16774     A4JIQ4      60552
-## 16775 16775     A4JIQ6      60552
-## 16776 16776     A4JIS9      60552
-## 16777 16777     A4JIT0      60552
-## 16778 16778     A4JJ20      60552
-## 16779 16779     A4JJ22      60552
-## 16780 16780     A4JJ44      60552
-## 16781 16781     A4JJ46      60552
-## 16782 16782     A4JJ46      60552
-## 16783 16783     A4JJ46      60552
-## 16784 16784     A4JJG5      60552
-## 16785 16785     A4JJG5      60552
-## 16786 16786     A4JJG5      60552
-## 16787 16787     A4JJS1      60552
-## 16788 16788     A4JJS1      60552
-## 16789 16789     A4JKE6      60552
-## 16790 16790     A4JKF7      60552
-## 16791 16791     A4JKV8      60552
-## 16792 16792     A4JLD9      60552
-## 16793 16793     A4JLS0      60552
-## 16794 16794     A4JLS0      60552
-## 16795 16795     A4JLS0      60552
-## 16796 16796     A4JLT6      60552
-## 16797 16797     A4JM56      60552
-## 16798 16798     A4JM56      60552
-## 16799 16799     A4JM71      60552
-## 16800 16800     A4JM71      60552
-## 16801 16801     A4JMB6      60552
-## 16802 16802     A4JMC2      60552
-## 16803 16803     A4JPD1      60552
-## 16804 16804     A4JPG0      60552
-## 16805 16805     A4JPG0      60552
-## 16806 16806     A4JPX8      60552
-## 16807 16807     A4JPY0      60552
-## 16808 16808     A4JPY1      60552
-## 16809 16809     A4JPY1      60552
-## 16810 16810     A4JR39      60552
-## 16811 16811     A4JR39      60552
-## 16812 16812     A4JR39      60552
-## 16813 16813     A4JRK7      60552
-## 16814 16814     A4JT91      60552
-## 16815 16815     A4K143      11320
-## 16816 16816     A4K145      11320
-## 16817 16817     A4K146      11320
-## 16818 16818     A4K147      11320
-## 16819 16819     A4K148      11320
-## 16820 16820     A4K151      11320
-## 16821 16821     A4K153      11320
-## 16822 16822     A4K2M4         NA
-## 16823 16823     A4K2M4         NA
-## 16824 16824     A4K2M5         NA
-## 16825 16825     A4K2N8         NA
-## 16826 16826     A4K2N8         NA
-## 16827 16827     A4K2N9         NA
-## 16828 16828     A4K2P6         NA
-## 16829 16829     A4K2P7         NA
-## 16830 16830     A4K2Q7         NA
-## 16831 16831     A4K2R3       9593
-## 16832 16832     A4K2R4       9593
-## 16833 16833     A4K2S2         NA
-## 16834 16834     A4K2S2         NA
-## 16835 16835     A4K2S3         NA
-## 16836 16836     A4K2S4         NA
-## 16837 16837     A4K2T0         NA
-## 16838 16838     A4K2T1         NA
-## 16839 16839     A4K2T1         NA
-## 16840 16840     A4K2T2         NA
-## 16841 16841     A4K2U0         NA
-## 16842 16842     A4K2V0         NA
-## 16843 16843     A4K2V0         NA
-## 16844 16844     A4K2V0         NA
-## 16845 16845     A4K2V2         NA
-## 16846 16846     A4K2V2         NA
-## 16847 16847     A4K2V3         NA
-## 16848 16848     A4K2W6         NA
-## 16849 16849     A4K2W6         NA
-## 16850 16850     A4K2W7         NA
-## 16851 16851     A4K2W8         NA
-## 16852 16852     A4K2X4      27679
-## 16853 16853     A4K2X4      27679
-## 16854 16854     A4K2X5      27679
-## 16855 16855     A4K2Y2         NA
-## 16856 16856     A4K2Y2         NA
-## 16857 16857     A4K2Y3         NA
-## 16858 16858     A4K436         NA
-## 16859 16859     A4K436         NA
-## 16860 16860     A4KA54         NA
-## 16861 16861     A4KA61         NA
-## 16862 16862     A4KAG7       4530
-## 16863 16863     A4KAG8       4530
-## 16864 16864     A4KDP0         NA
-## 16865 16865     A4KDP0         NA
-## 16866 16866     A4KWA5         NA
-## 16867 16867     A4KWA6         NA
-## 16868 16868     A4KWA6         NA
-## 16869 16869     A4KWA8         NA
-## 16870 16870     A4KWA8         NA
-## 16871 16871     A4KXB3     113366
-## 16872 16872     A4KXL9     113366
-## 16873 16873     A4KXL9     113366
-## 16874 16874     A4KZ49     431317
-## 16875 16875     A4KZ49     431317
-## 16876 16876     A4L691         NA
-## 16877 16877     A4L7N3         NA
-## 16878 16878     A4L7N3         NA
-## 16879 16879     A4L7R7         NA
-## 16880 16880     A4L7R8         NA
-## 16881 16881     A4L9I8         NA
-## 16882 16882     A4L9I8         NA
-## 16883 16883     A4L9I9         NA
-## 16884 16884     A4L9P5         NA
-## 16885 16885     A4L9P8         NA
-## 16886 16886     A4L9P8         NA
-## 16887 16887     A4L9P8         NA
-## 16888 16888     A4LBC0       4530
-## 16889 16889     A4LBC0       4530
-## 16890 16890     A4LBC0       4530
-## 16891 16891     A4PB26         NA
-## 16892 16892     A4PBL4       4530
-## 16893 16893     A4PBL4       4530
-## 16894 16894     A4PBL4       4530
-## 16895 16895     A4PBL4       4530
-## 16896 16896     A4PBL4       4530
-## 16897 16897     A4PBL4       4530
-## 16898 16898     A4PBP7         NA
-## 16899 16899     A4PBQ9         NA
-## 16900 16900     A4PCD4         NA
-## 16901 16901     A4PES0         NA
-## 16902 16902     A4PES0         NA
-## 16903 16903     A4Q9E4         NA
-## 16904 16904     A4Q9E8         NA
-## 16905 16905     A4Q9E8         NA
-## 16906 16906     A4Q9F0         NA
-## 16907 16907     A4Q9F0         NA
-## 16908 16908     A4Q9F0         NA
-## 16909 16909     A4Q9F0         NA
-## 16910 16910     A4Q9F3         NA
-## 16911 16911     A4Q9F3         NA
-## 16912 16912     A4Q9F3         NA
-## 16913 16913     A4Q9F3         NA
-## 16914 16914     A4Q9F3         NA
-## 16915 16915     A4Q9F3         NA
-## 16916 16916     A4Q9F4         NA
-## 16917 16917     A4Q9F6         NA
-## 16918 16918     A4Q9F6         NA
-## 16919 16919     A4Q9F6         NA
-## 16920 16920     A4Q9R9       1718
-## 16921 16921     A4QA25       1718
-## 16922 16922     A4QAF9       1718
-## 16923 16923     A4QAN2       1718
-## 16924 16924     A4QAN3       1718
-## 16925 16925     A4QB41       1718
-## 16926 16926     A4QB59       1718
-## 16927 16927     A4QB76       1718
-## 16928 16928     A4QB76       1718
-## 16929 16929     A4QBE1       1718
-## 16930 16930     A4QBG0       1718
-## 16931 16931     A4QBG2       1718
-## 16932 16932     A4QBG3       1718
-## 16933 16933     A4QBG3       1718
-## 16934 16934     A4QBG3       1718
-## 16935 16935     A4QBH9       1718
-## 16936 16936     A4QBL1       1718
-## 16937 16937     A4QBL6       1718
-## 16938 16938     A4QBQ4       1718
-## 16939 16939     A4QBQ8       1718
-## 16940 16940     A4QBQ8       1718
-## 16941 16941     A4QBS3       1718
-## 16942 16942     A4QBS4       1718
-## 16943 16943     A4QBS5       1718
-## 16944 16944     A4QC29       1718
-## 16945 16945     A4QC57       1718
-## 16946 16946     A4QC57       1718
-## 16947 16947     A4QC94       1718
-## 16948 16948     A4QC99       1718
-## 16949 16949     A4QCC1       1718
-## 16950 16950     A4QCC1       1718
-## 16951 16951     A4QCC1       1718
-## 16952 16952     A4QCG9       1718
-## 16953 16953     A4QCI7       1718
-## 16954 16954     A4QCJ4       1718
-## 16955 16955     A4QCS3       1718
-## 16956 16956     A4QCS3       1718
-## 16957 16957     A4QCW5       1718
-## 16958 16958     A4QCY9       1718
-## 16959 16959     A4QD83       1718
-## 16960 16960     A4QD83       1718
-## 16961 16961     A4QD87       1718
-## 16962 16962     A4QD87       1718
-## 16963 16963     A4QDA4       1718
-## 16964 16964     A4QDF8       1718
-## 16965 16965     A4QDF8       1718
-## 16966 16966     A4QDG1       1718
-## 16967 16967     A4QDH2       1718
-## 16968 16968     A4QDK1       1718
-## 16969 16969     A4QDK8       1718
-## 16970 16970     A4QDK8       1718
-## 16971 16971     A4QDK8       1718
-## 16972 16972     A4QDK8       1718
-## 16973 16973     A4QDM0       1718
-## 16974 16974     A4QDM9       1718
-## 16975 16975     A4QDN4       1718
-## 16976 16976     A4QDT3       1718
-## 16977 16977     A4QDZ3       1718
-## 16978 16978     A4QDZ5       1718
-## 16979 16979     A4QDZ5       1718
-## 16980 16980     A4QE10       1718
-## 16981 16981     A4QE10       1718
-## 16982 16982     A4QE51       1718
-## 16983 16983     A4QE56       1718
-## 16984 16984     A4QEA1       1718
-## 16985 16985     A4QEA4       1718
-## 16986 16986     A4QEG1       1718
-## 16987 16987     A4QEG5       1718
-## 16988 16988     A4QEG6       1718
-## 16989 16989     A4QEG6       1718
-## 16990 16990     A4QEJ4       1718
-## 16991 16991     A4QEJ6       1718
-## 16992 16992     A4QEJ8       1718
-## 16993 16993     A4QEK7       1718
-## 16994 16994     A4QEL0       1718
-## 16995 16995     A4QEN3       1718
-## 16996 16996     A4QEN4       1718
-## 16997 16997     A4QEN6       1718
-## 16998 16998     A4QET8       1718
-## 16999 16999     A4QET8       1718
-## 17000 17000     A4QEV7       1718
-## 17001 17001     A4QEZ2       1718
-## 17002 17002     A4QEZ2       1718
-## 17003 17003     A4QEZ2       1718
-## 17004 17004     A4QEZ2       1718
-## 17005 17005     A4QEZ2       1718
-## 17006 17006     A4QEZ2       1718
-## 17007 17007     A4QF01       1718
-## 17008 17008     A4QF02       1718
-## 17009 17009     A4QF08       1718
-## 17010 17010     A4QF08       1718
-## 17011 17011     A4QF31       1718
-## 17012 17012     A4QF32       1718
-## 17013 17013     A4QF37       1718
-## 17014 17014     A4QFA4       1718
-## 17015 17015     A4QFB9       1718
-## 17016 17016     A4QFB9       1718
-## 17017 17017     A4QFC1       1718
-## 17018 17018     A4QFC1       1718
-## 17019 17019     A4QFF5       1718
-## 17020 17020     A4QFG6       1718
-## 17021 17021     A4QFM3       1718
-## 17022 17022     A4QFM6       1718
-## 17023 17023     A4QFM6       1718
-## 17024 17024     A4QFN2       1718
-## 17025 17025     A4QFR6       1718
-## 17026 17026     A4QFR6       1718
-## 17027 17027     A4QFS3       1718
-## 17028 17028     A4QG64       1718
-## 17029 17029     A4QG75       1718
-## 17030 17030     A4QG78       1718
-## 17031 17031     A4QGA0       1718
-## 17032 17032     A4QGA7       1718
-## 17033 17033     A4QGP6       1718
-## 17034 17034     A4QGQ5       1718
-## 17035 17035     A4QGT5       1718
-## 17036 17036     A4QGY6       1718
-## 17037 17037     A4QGY6       1718
-## 17038 17038     A4QGY6       1718
-## 17039 17039     A4QH04       1718
-## 17040 17040     A4QH41       1718
-## 17041 17041     A4QH44       1718
-## 17042 17042     A4QHB7       1718
-## 17043 17043     A4QHG9       1718
-## 17044 17044     A4QHI9       1718
-## 17045 17045     A4QHI9       1718
-## 17046 17046     A4QHJ0       1718
-## 17047 17047     A4QHJ0       1718
-## 17048 17048     A4QHJ0       1718
-## 17049 17049     A4QHT1       1718
-## 17050 17050     A4QI23       1718
-## 17051 17051     A4QI59       1718
-## 17052 17052     A4QI77       1718
-## 17053 17053     A4QIE3       1718
-## 17054 17054     A4QIG3       1718
-## 17055 17055     A4QJ97         NA
-## 17056 17056     A4QJA2         NA
-## 17057 17057     A4QJA3         NA
-## 17058 17058     A4QJA5         NA
-## 17059 17059     A4QJB0         NA
-## 17060 17060     A4QJB4         NA
-## 17061 17061     A4QJB5         NA
-## 17062 17062     A4QJB7         NA
-## 17063 17063     A4QJC4         NA
-## 17064 17064     A4QJD7         NA
-## 17065 17065     A4QJD8         NA
-## 17066 17066     A4QJE7         NA
-## 17067 17067     A4QJE8         NA
-## 17068 17068     A4QJF4         NA
-## 17069 17069     A4QJF8         NA
-## 17070 17070     A4QJF8         NA
-## 17071 17071     A4QJF8         NA
-## 17072 17072     A4QJF8         NA
-## 17073 17073     A4QJF8         NA
-## 17074 17074     A4QJG0         NA
-## 17075 17075     A4QJG3         NA
-## 17076 17076     A4QJG5         NA
-## 17077 17077     A4QJG6         NA
-## 17078 17078     A4QJG7         NA
-## 17079 17079     A4QJH0         NA
-## 17080 17080     A4QJH2         NA
-## 17081 17081     A4QJH4         NA
-## 17082 17082     A4QJH4         NA
-## 17083 17083     A4QJH4         NA
-## 17084 17084     A4QJH4         NA
-## 17085 17085     A4QJI6         NA
-## 17086 17086     A4QJI7         NA
-## 17087 17087     A4QJJ0         NA
-## 17088 17088     A4QJJ4         NA
-## 17089 17089     A4QJJ5         NA
-## 17090 17090     A4QJJ8         NA
-## 17091 17091     A4QJJ9         NA
-## 17092 17092     A4QJK7         NA
-## 17093 17093     A4QJK8         NA
-## 17094 17094     A4QJK8         NA
-## 17095 17095     A4QJM1         NA
-## 17096 17096     A4QJN2         NA
-## 17097 17097     A4QJN8         NA
-## 17098 17098     A4QJP2         NA
-## 17099 17099     A4QJP2         NA
-## 17100 17100     A4QJP2         NA
-## 17101 17101     A4QJP2         NA
-## 17102 17102     A4QJP2         NA
-## 17103 17103     A4QJP2         NA
-## 17104 17104     A4QJP4         NA
-## 17105 17105     A4QJP9         NA
-## 17106 17106     A4QJQ1         NA
-## 17107 17107     A4QJQ3         NA
-## 17108 17108     A4QJQ4         NA
-## 17109 17109     A4QJQ8         NA
-## 17110 17110     A4QJQ8         NA
-## 17111 17111     A4QJQ8         NA
-## 17112 17112     A4QJS0         NA
-## 17113 17113     A4QJS1         NA
-## 17114 17114     A4QJS3         NA
-## 17115 17115     A4QJS4         NA
-## 17116 17116     A4QJS8         NA
-## 17117 17117     A4QJT2         NA
-## 17118 17118     A4QJT3         NA
-## 17119 17119     A4QJV3         NA
-## 17120 17120     A4QJV4         NA
-## 17121 17121     A4QJW4         NA
-## 17122 17122     A4QJW4         NA
-## 17123 17123     A4QJW6         NA
-## 17124 17124     A4QJX4         NA
-## 17125 17125     A4QJX4         NA
-## 17126 17126     A4QJX4         NA
-## 17127 17127     A4QJX4         NA
-## 17128 17128     A4QJX4         NA
-## 17129 17129     A4QJX4         NA
-## 17130 17130     A4QJX6         NA
-## 17131 17131     A4QJX9         NA
-## 17132 17132     A4QJY1         NA
-## 17133 17133     A4QJY1         NA
-## 17134 17134     A4QJY2         NA
-## 17135 17135     A4QJY2         NA
-## 17136 17136     A4QJY3         NA
-## 17137 17137     A4QJY6         NA
-## 17138 17138     A4QJZ0         NA
-## 17139 17139     A4QJZ7         NA
-## 17140 17140     A4QK05         NA
-## 17141 17141     A4QK06         NA
-## 17142 17142     A4QK13         NA
-## 17143 17143     A4QK14         NA
-## 17144 17144     A4QK17         NA
-## 17145 17145     A4QK18         NA
-## 17146 17146     A4QK40         NA
-## 17147 17147     A4QK41         NA
-## 17148 17148     A4QK50         NA
-## 17149 17149     A4QK51         NA
-## 17150 17150     A4QK51         NA
-## 17151 17151     A4QK53         NA
-## 17152 17152     A4QK59         NA
-## 17153 17153     A4QK61         NA
-## 17154 17154     A4QK61         NA
-## 17155 17155     A4QK61         NA
-## 17156 17156     A4QK61         NA
-## 17157 17157     A4QK61         NA
-## 17158 17158     A4QK61         NA
-## 17159 17159     A4QK64         NA
-## 17160 17160     A4QK69         NA
-## 17161 17161     A4QK69         NA
-## 17162 17162     A4QK70         NA
-## 17163 17163     A4QK71         NA
-## 17164 17164     A4QK74         NA
-## 17165 17165     A4QK75         NA
-## 17166 17166     A4QK78         NA
-## 17167 17167     A4QK78         NA
-## 17168 17168     A4QK78         NA
-## 17169 17169     A4QK86         NA
-## 17170 17170     A4QK86         NA
-## 17171 17171     A4QK92         NA
-## 17172 17172     A4QK93         NA
-## 17173 17173     A4QK96         NA
-## 17174 17174     A4QK97         NA
-## 17175 17175     A4QKA0         NA
-## 17176 17176     A4QKA0         NA
-## 17177 17177     A4QKA4         NA
-## 17178 17178     A4QKA5         NA
-## 17179 17179     A4QKB4         NA
-## 17180 17180     A4QKB4         NA
-## 17181 17181     A4QKC7         NA
-## 17182 17182     A4QKC8         NA
-## 17183 17183     A4QKD8         NA
-## 17184 17184     A4QKE0         NA
-## 17185 17185     A4QKE6         NA
-## 17186 17186     A4QKE8         NA
-## 17187 17187     A4QKE8         NA
-## 17188 17188     A4QKE8         NA
-## 17189 17189     A4QKE8         NA
-## 17190 17190     A4QKE8         NA
-## 17191 17191     A4QKE8         NA
-## 17192 17192     A4QKF1         NA
-## 17193 17193     A4QKF6         NA
-## 17194 17194     A4QKF6         NA
-## 17195 17195     A4QKF7         NA
-## 17196 17196     A4QKF8         NA
-## 17197 17197     A4QKG1         NA
-## 17198 17198     A4QKG5         NA
-## 17199 17199     A4QKG5         NA
-## 17200 17200     A4QKG5         NA
-## 17201 17201     A4QKG5         NA
-## 17202 17202     A4QKH3         NA
-## 17203 17203     A4QKH3         NA
-## 17204 17204     A4QKH9         NA
-## 17205 17205     A4QKI0         NA
-## 17206 17206     A4QKI3         NA
-## 17207 17207     A4QKI4         NA
-## 17208 17208     A4QKJ1         NA
-## 17209 17209     A4QKJ2         NA
-## 17210 17210     A4QKJ5         NA
-## 17211 17211     A4QKK1         NA
-## 17212 17212     A4QKL4         NA
-## 17213 17213     A4QKL5         NA
-## 17214 17214     A4QKM5         NA
-## 17215 17215     A4QKM5         NA
-## 17216 17216     A4QKM7         NA
-## 17217 17217     A4QKN5         NA
-## 17218 17218     A4QKN5         NA
-## 17219 17219     A4QKN5         NA
-## 17220 17220     A4QKN5         NA
-## 17221 17221     A4QKN5         NA
-## 17222 17222     A4QKN5         NA
-## 17223 17223     A4QKN8         NA
-## 17224 17224     A4QKP4         NA
-## 17225 17225     A4QKP4         NA
-## 17226 17226     A4QKP5         NA
-## 17227 17227     A4QKP6         NA
-## 17228 17228     A4QKP9         NA
-## 17229 17229     A4QKQ3         NA
-## 17230 17230     A4QKQ3         NA
-## 17231 17231     A4QKR2         NA
-## 17232 17232     A4QKR2         NA
-## 17233 17233     A4QKR8         NA
-## 17234 17234     A4QKR9         NA
-## 17235 17235     A4QKS1         NA
-## 17236 17236     A4QKS6         NA
-## 17237 17237     A4QKS7         NA
-## 17238 17238     A4QKT0         NA
-## 17239 17239     A4QKT1         NA
-## 17240 17240     A4QKU0         NA
-## 17241 17241     A4QKV3         NA
-## 17242 17242     A4QKV4         NA
-## 17243 17243     A4QKW4         NA
-## 17244 17244     A4QKW4         NA
-## 17245 17245     A4QKW6         NA
-## 17246 17246     A4QKX4         NA
-## 17247 17247     A4QKX4         NA
-## 17248 17248     A4QKX4         NA
-## 17249 17249     A4QKX4         NA
-## 17250 17250     A4QKX4         NA
-## 17251 17251     A4QKX4         NA
-## 17252 17252     A4QKX7         NA
-## 17253 17253     A4QKY3         NA
-## 17254 17254     A4QKY3         NA
-## 17255 17255     A4QKY3         NA
-## 17256 17256     A4QKY4         NA
-## 17257 17257     A4QKY5         NA
-## 17258 17258     A4QKY8         NA
-## 17259 17259     A4QKZ2         NA
-## 17260 17260     A4QKZ2         NA
-## 17261 17261     A4QKZ2         NA
-## 17262 17262     A4QKZ7         NA
-## 17263 17263     A4QKZ7         NA
-## 17264 17264     A4QKZ7         NA
-## 17265 17265     A4QKZ7         NA
-## 17266 17266     A4QKZ7         NA
-## 17267 17267     A4QL01         NA
-## 17268 17268     A4QL06         NA
-## 17269 17269     A4QL07         NA
-## 17270 17270     A4QL18         NA
-## 17271 17271     A4QL19         NA
-## 17272 17272     A4QL19         NA
-## 17273 17273     A4QL28         NA
-## 17274 17274     A4QL28         NA
-## 17275 17275     A4QL41         NA
-## 17276 17276     A4QL42         NA
-## 17277 17277     A4QL45         NA
-## 17278 17278     A4QL52         NA
-## 17279 17279     A4QL54         NA
-## 17280 17280     A4QL62         NA
-## 17281 17281     A4QL62         NA
-## 17282 17282     A4QL62         NA
-## 17283 17283     A4QL62         NA
-## 17284 17284     A4QL62         NA
-## 17285 17285     A4QL65         NA
-## 17286 17286     A4QL70         NA
-## 17287 17287     A4QL70         NA
-## 17288 17288     A4QL71         NA
-## 17289 17289     A4QL72         NA
-## 17290 17290     A4QL75         NA
-## 17291 17291     A4QL79         NA
-## 17292 17292     A4QL79         NA
-## 17293 17293     A4QL79         NA
-## 17294 17294     A4QL87         NA
-## 17295 17295     A4QL93         NA
-## 17296 17296     A4QL94         NA
-## 17297 17297     A4QL95         NA
-## 17298 17298     A4QL96         NA
-## 17299 17299     A4QL97         NA
-## 17300 17300     A4QLA1         NA
-## 17301 17301     A4QLA5         NA
-## 17302 17302     A4QLA6         NA
-## 17303 17303     A4QLB3         NA
-## 17304 17304     A4QLB5         NA
-## 17305 17305     A4QLC8         NA
-## 17306 17306     A4QLC9         NA
-## 17307 17307     A4QLD2         NA
-## 17308 17308     A4QLD9         NA
-## 17309 17309     A4QLD9         NA
-## 17310 17310     A4QLE1         NA
-## 17311 17311     A4QLE9         NA
-## 17312 17312     A4QLE9         NA
-## 17313 17313     A4QLE9         NA
-## 17314 17314     A4QLE9         NA
-## 17315 17315     A4QLE9         NA
-## 17316 17316     A4QLE9         NA
-## 17317 17317     A4QLF2         NA
-## 17318 17318     A4QLF6         NA
-## 17319 17319     A4QLF6         NA
-## 17320 17320     A4QLF6         NA
-## 17321 17321     A4QLF8         NA
-## 17322 17322     A4QLF8         NA
-## 17323 17323     A4QLF9         NA
-## 17324 17324     A4QLG0         NA
-## 17325 17325     A4QLG3         NA
-## 17326 17326     A4QLG7         NA
-## 17327 17327     A4QLG7         NA
-## 17328 17328     A4QLH6         NA
-## 17329 17329     A4QLI1         NA
-## 17330 17330     A4QLI2         NA
-## 17331 17331     A4QLI4         NA
-## 17332 17332     A4QLI9         NA
-## 17333 17333     A4QLJ3         NA
-## 17334 17334     A4QLJ4         NA
-## 17335 17335     A4QLK3         NA
-## 17336 17336     A4QLK8         NA
-## 17337 17337     A4QLL6         NA
-## 17338 17338     A4QLL7         NA
-## 17339 17339     A4QLM7         NA
-## 17340 17340     A4QLM7         NA
-## 17341 17341     A4QLM9         NA
-## 17342 17342     A4QLN5         NA
-## 17343 17343     A4QLN7         NA
-## 17344 17344     A4QLN7         NA
-## 17345 17345     A4QLN7         NA
-## 17346 17346     A4QLN7         NA
-## 17347 17347     A4QLN7         NA
-## 17348 17348     A4QLN7         NA
-## 17349 17349     A4QLP0         NA
-## 17350 17350     A4QLP6         NA
-## 17351 17351     A4QLP6         NA
-## 17352 17352     A4QLP7         NA
-## 17353 17353     A4QLP8         NA
-## 17354 17354     A4QLQ1         NA
-## 17355 17355     A4QLQ5         NA
-## 17356 17356     A4QLQ5         NA
-## 17357 17357     A4QLR4         NA
-## 17358 17358     A4QLR4         NA
-## 17359 17359     A4QLS0         NA
-## 17360 17360     A4QLS1         NA
-## 17361 17361     A4QLS4         NA
-## 17362 17362     A4QLS8         NA
-## 17363 17363     A4QLT2         NA
-## 17364 17364     A4QLT3         NA
-## 17365 17365     A4QLU2         NA
-## 17366 17366     A4QLU2         NA
-## 17367 17367     A4QLV5         NA
-## 17368 17368     A4QLV6         NA
-## 17369 17369     A4QLW6         NA
-## 17370 17370     A4QLW6         NA
-## 17371 17371     A4QLW8         NA
-## 17372 17372     A4QLX6         NA
-## 17373 17373     A4QLX6         NA
-## 17374 17374     A4QLX6         NA
-## 17375 17375     A4QLX6         NA
-## 17376 17376     A4QLX6         NA
-## 17377 17377     A4QLX6         NA
-## 17378 17378     A4QLX9         NA
-## 17379 17379     A4QLY2         NA
-## 17380 17380     A4QLY2         NA
-## 17381 17381     A4QLY4         NA
-## 17382 17382     A4QLY5         NA
-## 17383 17383     A4QLY6         NA
-## 17384 17384     A4QLY9         NA
-## 17385 17385     A4QLZ3         NA
-## 17386 17386     A4QLZ3         NA
-## 17387 17387     A4QLZ3         NA
-## 17388 17388     A4QLZ3         NA
-## 17389 17389     A4QM74         NA
-## 17390 17390     A4QN01         NA
-## 17391 17391     A4QN01         NA
-## 17392 17392     A4QN01         NA
-## 17393 17393     A4QN56         NA
-## 17394 17394     A4QN56         NA
-## 17395 17395     A4QNB6         NA
-## 17396 17396     A4QNC6         NA
-## 17397 17397     A4QND0         NA
-## 17398 17398     A4QNE6         NA
-## 17399 17399     A4QNE6         NA
-## 17400 17400     A4QNF3         NA
-## 17401 17401     A4QNF3         NA
-## 17402 17402     A4QNF3         NA
-## 17403 17403     A4QNG3         NA
-## 17404 17404     A4QNI8         NA
-## 17405 17405     A4QNI8         NA
-## 17406 17406     A4QNN7         NA
-## 17407 17407     A4QNP0         NA
-## 17408 17408     A4QNP0         NA
-## 17409 17409     A4QNP0         NA
-## 17410 17410     A4QNP0         NA
-## 17411 17411     A4QNR3         NA
-## 17412 17412     A4QNR8         NA
-## 17413 17413     A4QNR8         NA
-## 17414 17414     A4QNR8         NA
-## 17415 17415     A4QNR8         NA
-## 17416 17416     A4QNR8         NA
-## 17417 17417     A4QNR8         NA
-## 17418 17418     A4QNR8         NA
-## 17419 17419     A4QNR8         NA
-## 17420 17420     A4QNR8         NA
-## 17421 17421     A4QNX2         NA
-## 17422 17422     A4QNX6         NA
-## 17423 17423     A4QP31         NA
-## 17424 17424     A4QP31         NA
-## 17425 17425     A4QP73         NA
-## 17426 17426     A4QP78         NA
-## 17427 17427     A4QP81         NA
-## 17428 17428     A4QPB2         NA
-## 17429 17429     A4QPC6         NA
-## 17430 17430     A4QPC6         NA
-## 17431 17431     A4QQ05     318829
-## 17432 17432     A4QQN1     318829
-## 17433 17433     A4QR60     318829
-## 17434 17434     A4QR60     318829
-## 17435 17435     A4QR60     318829
-## 17436 17436     A4QR60     318829
-## 17437 17437     A4QRM8     318829
-## 17438 17438     A4QRM8     318829
-## 17439 17439     A4QRM8     318829
-## 17440 17440     A4QRM8     318829
-## 17441 17441     A4QS18     318829
-## 17442 17442     A4QSS5     318829
-## 17443 17443     A4QSS5     318829
-## 17444 17444     A4QSS5     318829
-## 17445 17445     A4QSS5     318829
-## 17446 17446     A4QST9     318829
-## 17447 17447     A4QST9     318829
-## 17448 17448     A4QST9     318829
-## 17449 17449     A4QSX4     318829
-## 17450 17450     A4QSX4     318829
-## 17451 17451     A4QSX4     318829
-## 17452 17452     A4QSX4     318829
-## 17453 17453     A4QSX4     318829
-## 17454 17454     A4QT54     318829
-## 17455 17455     A4QT54     318829
-## 17456 17456     A4QT78     318829
-## 17457 17457     A4QTA3     318829
-## 17458 17458     A4QTA3     318829
-## 17459 17459     A4QTA3     318829
-## 17460 17460     A4QTA3     318829
-## 17461 17461     A4QTE3     318829
-## 17462 17462     A4QTI0     318829
-## 17463 17463     A4QTI8     318829
-## 17464 17464     A4QTI8     318829
-## 17465 17465     A4QTQ9     318829
-## 17466 17466     A4QTQ9     318829
-## 17467 17467     A4QTR1     318829
-## 17468 17468     A4QTV1     318829
-## 17469 17469     A4QTV1     318829
-## 17470 17470     A4QTV1     318829
-## 17471 17471     A4QTY2     318829
-## 17472 17472     A4QTY2     318829
-## 17473 17473     A4QTY2     318829
-## 17474 17474     A4QTY2     318829
-## 17475 17475     A4QUA4     318829
-## 17476 17476     A4QUA4     318829
-## 17477 17477     A4QUC1     318829
-## 17478 17478     A4QUF0     318829
-## 17479 17479     A4QUF0     318829
-## 17480 17480     A4QUF0     318829
-## 17481 17481     A4QUF0     318829
-## 17482 17482     A4QUF0     318829
-## 17483 17483     A4QUF0     318829
-## 17484 17484     A4QUF0     318829
-## 17485 17485     A4QUF0     318829
-## 17486 17486     A4QUF0     318829
-## 17487 17487     A4QUK5     318829
-## 17488 17488     A4QUK5     318829
-## 17489 17489     A4QUK5     318829
-## 17490 17490     A4QUL1     318829
-## 17491 17491     A4QUL1     318829
-## 17492 17492     A4QUL1     318829
-## 17493 17493     A4QUL1     318829
-## 17494 17494     A4QUL1     318829
-## 17495 17495     A4QUL1     318829
-## 17496 17496     A4QUL1     318829
-## 17497 17497     A4QUT2     318829
-## 17498 17498     A4QV78     318829
-## 17499 17499     A4QVI3     318829
-## 17500 17500     A4QVR2     318829
-## 17501 17501     A4QWP8     318829
-## 17502 17502     A4QX49     318829
-## 17503 17503     A4QXX4     318829
-## 17504 17504     A4QXX4     318829
-## 17505 17505     A4QYF9     318829
-## 17506 17506     A4QYF9     318829
-## 17507 17507     A4QYM6     318829
-## 17508 17508     A4QYM6     318829
-## 17509 17509     A4QYM6     318829
-## 17510 17510     A4QZL9     318829
-## 17511 17511     A4QZL9     318829
-## 17512 17512     A4QZL9     318829
-## 17513 17513     A4QZL9     318829
-## 17514 17514     A4R017     318829
-## 17515 17515     A4R0E5     318829
-## 17516 17516     A4R0E5     318829
-## 17517 17517     A4R0E5     318829
-## 17518 17518     A4R0E6     318829
-## 17519 17519     A4R0E6     318829
-## 17520 17520     A4R0E6     318829
-## 17521 17521     A4R0J9     318829
-## 17522 17522     A4R0Q1     318829
-## 17523 17523     A4R0Q1     318829
-## 17524 17524     A4R0Q1     318829
-## 17525 17525     A4R0Q1     318829
-## 17526 17526     A4R0Q1     318829
-## 17527 17527     A4R0R0     318829
-## 17528 17528     A4R0T9     318829
-## 17529 17529     A4R0T9     318829
-## 17530 17530     A4R0T9     318829
-## 17531 17531     A4R0T9     318829
-## 17532 17532     A4R0T9     318829
-## 17533 17533     A4R188     318829
-## 17534 17534     A4R188     318829
-## 17535 17535     A4R1D5     318829
-## 17536 17536     A4R1D5     318829
-## 17537 17537     A4R1D5     318829
-## 17538 17538     A4R1D5     318829
-## 17539 17539     A4R1G4     318829
-## 17540 17540     A4R1J6     318829
-## 17541 17541     A4R1J7     318829
-## 17542 17542     A4R1T1     318829
-## 17543 17543     A4R1T1     318829
-## 17544 17544     A4R227     318829
-## 17545 17545     A4R227     318829
-## 17546 17546     A4R227     318829
-## 17547 17547     A4R227     318829
-## 17548 17548     A4R227     318829
-## 17549 17549     A4R227     318829
-## 17550 17550     A4R254     318829
-## 17551 17551     A4R2Q6     318829
-## 17552 17552     A4R2Q6     318829
-## 17553 17553     A4R2R1     318829
-## 17554 17554     A4R2R1     318829
-## 17555 17555     A4R2R1     318829
-## 17556 17556     A4R2R1     318829
-## 17557 17557     A4R2R1     318829
-## 17558 17558     A4R2R1     318829
-## 17559 17559     A4R2R1     318829
-## 17560 17560     A4R2R1     318829
-## 17561 17561     A4R2R1     318829
-## 17562 17562     A4R2R1     318829
-## 17563 17563     A4R3M4     318829
-## 17564 17564     A4R3M4     318829
-## 17565 17565     A4R4R3     318829
-## 17566 17566     A4R4R3     318829
-## 17567 17567     A4R596     318829
-## 17568 17568     A4R596     318829
-## 17569 17569     A4R596     318829
-## 17570 17570     A4R596     318829
-## 17571 17571     A4R596     318829
-## 17572 17572     A4R5B8     318829
-## 17573 17573     A4R5B8     318829
-## 17574 17574     A4R5B8     318829
-## 17575 17575     A4R5S9     318829
-## 17576 17576     A4R640     318829
-## 17577 17577     A4R6K8     318829
-## 17578 17578     A4R6X5     318829
-## 17579 17579     A4R715     318829
-## 17580 17580     A4R715     318829
-## 17581 17581     A4R7U3     318829
-## 17582 17582     A4R8B5     318829
-## 17583 17583     A4R8D7     318829
-## 17584 17584     A4R8D7     318829
-## 17585 17585     A4R8F9     318829
-## 17586 17586     A4R8G3     318829
-## 17587 17587     A4R8N4     318829
-## 17588 17588     A4R8N4     318829
-## 17589 17589     A4R8N4     318829
-## 17590 17590     A4R8N4     318829
-## 17591 17591     A4R8N4     318829
-## 17592 17592     A4R8N4     318829
-## 17593 17593     A4R8N4     318829
-## 17594 17594     A4R8N4     318829
-## 17595 17595     A4R8N4     318829
-## 17596 17596     A4R8N4     318829
-## 17597 17597     A4R8N4     318829
-## 17598 17598     A4R8N4     318829
-## 17599 17599     A4R8N4     318829
-## 17600 17600     A4R8N4     318829
-## 17601 17601     A4R8N4     318829
-## 17602 17602     A4R8N4     318829
-## 17603 17603     A4R8N4     318829
-## 17604 17604     A4R8N4     318829
-## 17605 17605     A4R8N4     318829
-## 17606 17606     A4R8V2     318829
-## 17607 17607     A4R8V2     318829
-## 17608 17608     A4R8V2     318829
-## 17609 17609     A4R8V2     318829
-## 17610 17610     A4R935     318829
-## 17611 17611     A4R962     318829
-## 17612 17612     A4R962     318829
-## 17613 17613     A4R962     318829
-## 17614 17614     A4R9U5     318829
-## 17615 17615     A4RA36     318829
-## 17616 17616     A4RA36     318829
-## 17617 17617     A4RBW8     318829
-## 17618 17618     A4RBZ3     318829
-## 17619 17619     A4RC23     318829
-## 17620 17620     A4RC23     318829
-## 17621 17621     A4RCW0     318829
-## 17622 17622     A4RCX7     318829
-## 17623 17623     A4RD35     318829
-## 17624 17624     A4RD35     318829
-## 17625 17625     A4RD35     318829
-## 17626 17626     A4RD36     318829
-## 17627 17627     A4RD36     318829
-## 17628 17628     A4RD36     318829
-## 17629 17629     A4RD36     318829
-## 17630 17630     A4RD36     318829
-## 17631 17631     A4RD79     318829
-## 17632 17632     A4RDD7     318829
-## 17633 17633     A4RDD7     318829
-## 17634 17634     A4RDD7     318829
-## 17635 17635     A4RDI6     318829
-## 17636 17636     A4RE46     318829
-## 17637 17637     A4RE46     318829
-## 17638 17638     A4RE47     318829
-## 17639 17639     A4RE47     318829
-## 17640 17640     A4RE77     318829
-## 17641 17641     A4RE77     318829
-## 17642 17642     A4RE77     318829
-## 17643 17643     A4RE85     318829
-## 17644 17644     A4RE85     318829
-## 17645 17645     A4RE85     318829
-## 17646 17646     A4REK3     318829
-## 17647 17647     A4REU9     318829
-## 17648 17648     A4REV8     318829
-## 17649 17649     A4RF05     318829
-## 17650 17650     A4RF05     318829
-## 17651 17651     A4RF05     318829
-## 17652 17652     A4RF23     318829
-## 17653 17653     A4RF23     318829
-## 17654 17654     A4RF23     318829
-## 17655 17655     A4RF25     318829
-## 17656 17656     A4RF31     318829
-## 17657 17657     A4RF51     318829
-## 17658 17658     A4RF51     318829
-## 17659 17659     A4RF61     318829
-## 17660 17660     A4RF61     318829
-## 17661 17661     A4RF61     318829
-## 17662 17662     A4RFH6     318829
-## 17663 17663     A4RFH6     318829
-## 17664 17664     A4RGD1     318829
-## 17665 17665     A4RGD1     318829
-## 17666 17666     A4RGD1     318829
-## 17667 17667     A4RGE6     318829
-## 17668 17668     A4RGE6     318829
-## 17669 17669     A4RGE6     318829
-## 17670 17670     A4RGE6     318829
-## 17671 17671     A4RGE6     318829
-## 17672 17672     A4RGU2     318829
-## 17673 17673     A4RGU7     318829
-## 17674 17674     A4RHF1     318829
-## 17675 17675     A4RHF1     318829
-## 17676 17676     A4RHF1     318829
-## 17677 17677     A4RHF1     318829
-## 17678 17678     A4RHF1     318829
-## 17679 17679     A4RHN3     318829
-## 17680 17680     A4RHN5     318829
-## 17681 17681     A4RHN5     318829
-## 17682 17682     A4RHR8     318829
-## 17683 17683     A4RI25     318829
-## 17684 17684     A4RI88     318829
-## 17685 17685     A4RI88     318829
-## 17686 17686     A4RIF1     318829
-## 17687 17687     A4RIF1     318829
-## 17688 17688     A4RIF1     318829
-## 17689 17689     A4RJA0     318829
-## 17690 17690     A4RJH4     318829
-## 17691 17691     A4RJH4     318829
-## 17692 17692     A4RJH4     318829
-## 17693 17693     A4RJH4     318829
-## 17694 17694     A4RJV3     318829
-## 17695 17695     A4RK52     318829
-## 17696 17696     A4RK68     318829
-## 17697 17697     A4RK80     318829
-## 17698 17698     A4RK80     318829
-## 17699 17699     A4RK80     318829
-## 17700 17700     A4RK96     318829
-## 17701 17701     A4RKC3     318829
-## 17702 17702     A4RKF7     318829
-## 17703 17703     A4RM00     318829
-## 17704 17704     A4RM00     318829
-## 17705 17705     A4RM69     318829
-## 17706 17706     A4RM69     318829
-## 17707 17707     A4RM69     318829
-## 17708 17708     A4RM69     318829
-## 17709 17709     A4RM69     318829
-## 17710 17710     A4RM69     318829
-## 17711 17711     A4RM69     318829
-## 17712 17712     A4RM69     318829
-## 17713 17713     A4RMA9     318829
-## 17714 17714     A4RMB1     318829
-## 17715 17715     A4RMB1     318829
-## 17716 17716     A4RME3     318829
-## 17717 17717     A4RME3     318829
-## 17718 17718     A4RMK0     318829
-## 17719 17719     A4RMK0     318829
-## 17720 17720     A4RMV8     318829
-## 17721 17721     A4RMV8     318829
-## 17722 17722     A4RMV8     318829
-## 17723 17723     A4RMV8     318829
-## 17724 17724     A4RN08     318829
-## 17725 17725     A4RN08     318829
-## 17726 17726     A4RN08     318829
-## 17727 17727     A4RN08     318829
-## 17728 17728     A4RN08     318829
-## 17729 17729     A4RN19     318829
-## 17730 17730     A4RN46     318829
-## 17731 17731     A4RN46     318829
-## 17732 17732     A4RN46     318829
-## 17733 17733     A4RN46     318829
-## 17734 17734     A4RN46     318829
-## 17735 17735     A4RN46     318829
-## 17736 17736     A4RPU0     318829
-## 17737 17737     A4RPU0     318829
-## 17738 17738     A4RPY8     318829
-## 17739 17739     A4RPY8     318829
-## 17740 17740     A4RS24     242159
-## 17741 17741     A4RS24     242159
-## 17742 17742     A4RSQ6     242159
-## 17743 17743     A4RUK2     242159
-## 17744 17744     A4S051     242159
-## 17745 17745     A4S051     242159
-## 17746 17746     A4S051     242159
-## 17747 17747     A4S068     242159
-## 17748 17748     A4S3S3     242159
-## 17749 17749     A4S3S3     242159
-## 17750 17750     A4S450     242159
-## 17751 17751     A4S6Y4     242159
-## 17752 17752     A4S6Y4     242159
-## 17753 17753     A4S6Y4     242159
-## 17754 17754     A4SAD2     242159
-## 17755 17755     A4SC23       1094
-## 17756 17756     A4SC23       1094
-## 17757 17757     A4SC45       1094
-## 17758 17758     A4SCF3       1094
-## 17759 17759     A4SCK0       1094
-## 17760 17760     A4SCK3       1094
-## 17761 17761     A4SCK4       1094
-## 17762 17762     A4SCP4       1094
-## 17763 17763     A4SCQ7       1094
-## 17764 17764     A4SCQ9       1094
-## 17765 17765     A4SCR1       1094
-## 17766 17766     A4SCR6       1094
-## 17767 17767     A4SCS6       1094
-## 17768 17768     A4SCT5       1094
-## 17769 17769     A4SCT6       1094
-## 17770 17770     A4SCT8       1094
-## 17771 17771     A4SCU1       1094
-## 17772 17772     A4SCU5       1094
-## 17773 17773     A4SCU9       1094
-## 17774 17774     A4SCU9       1094
-## 17775 17775     A4SCW6       1094
-## 17776 17776     A4SD47       1094
-## 17777 17777     A4SD83       1094
-## 17778 17778     A4SDC0       1094
-## 17779 17779     A4SDC1       1094
-## 17780 17780     A4SDE6       1094
-## 17781 17781     A4SDE6       1094
-## 17782 17782     A4SDF5       1094
-## 17783 17783     A4SDF7       1094
-## 17784 17784     A4SDL6       1094
-## 17785 17785     A4SDL6       1094
-## 17786 17786     A4SDP9       1094
-## 17787 17787     A4SDU0       1094
-## 17788 17788     A4SE02       1094
-## 17789 17789     A4SE17       1094
-## 17790 17790     A4SE48       1094
-## 17791 17791     A4SE87       1094
-## 17792 17792     A4SEC8       1094
-## 17793 17793     A4SEC9       1094
-## 17794 17794     A4SEF9       1094
-## 17795 17795     A4SEI5       1094
-## 17796 17796     A4SEI8       1094
-## 17797 17797     A4SEN9       1094
-## 17798 17798     A4SEN9       1094
-## 17799 17799     A4SEQ5       1094
-## 17800 17800     A4SEQ5       1094
-## 17801 17801     A4SEQ5       1094
-## 17802 17802     A4SEQ7       1094
-## 17803 17803     A4SER8       1094
-## 17804 17804     A4SF67       1094
-## 17805 17805     A4SF67       1094
-## 17806 17806     A4SF67       1094
-## 17807 17807     A4SF77       1094
-## 17808 17808     A4SFC2       1094
-## 17809 17809     A4SFI9       1094
-## 17810 17810     A4SFM6       1094
-## 17811 17811     A4SFR5       1094
-## 17812 17812     A4SFR5       1094
-## 17813 17813     A4SFR5       1094
-## 17814 17814     A4SFR6       1094
-## 17815 17815     A4SFS4       1094
-## 17816 17816     A4SFT1       1094
-## 17817 17817     A4SFT1       1094
-## 17818 17818     A4SFT1       1094
-## 17819 17819     A4SFT9       1094
-## 17820 17820     A4SFW2       1094
-## 17821 17821     A4SFY4       1094
-## 17822 17822     A4SFZ6       1094
-## 17823 17823     A4SG06       1094
-## 17824 17824     A4SG26       1094
-## 17825 17825     A4SG27       1094
-## 17826 17826     A4SG85       1094
-## 17827 17827     A4SG85       1094
-## 17828 17828     A4SGD2       1094
-## 17829 17829     A4SGG2       1094
-## 17830 17830     A4SGG2       1094
-## 17831 17831     A4SGG2       1094
-## 17832 17832     A4SGJ6       1094
-## 17833 17833     A4SGJ6       1094
-## 17834 17834     A4SGK0       1094
-## 17835 17835     A4SGK0       1094
-## 17836 17836     A4SGK5       1094
-## 17837 17837     A4SGK7       1094
-## 17838 17838     A4SGK7       1094
-## 17839 17839     A4SGL6       1094
-## 17840 17840     A4SGM5       1094
-## 17841 17841     A4SGN0       1094
-## 17842 17842     A4SGN0       1094
-## 17843 17843     A4SGN6       1094
-## 17844 17844     A4SGR1       1094
-## 17845 17845     A4SGR1       1094
-## 17846 17846     A4SGR1       1094
-## 17847 17847     A4SGR9       1094
-## 17848 17848     A4SGT2       1094
-## 17849 17849     A4SGV1       1094
-## 17850 17850     A4SGW2       1094
-## 17851 17851     A4SH05       1094
-## 17852 17852     A4SH20       1094
-## 17853 17853     A4SHB7        645
-## 17854 17854     A4SHB7        645
-## 17855 17855     A4SHC0        645
-## 17856 17856     A4SHG2        645
-## 17857 17857     A4SHP4        645
-## 17858 17858     A4SHQ9        645
-## 17859 17859     A4SHQ9        645
-## 17860 17860     A4SHU2        645
-## 17861 17861     A4SHU8        645
-## 17862 17862     A4SHV0        645
-## 17863 17863     A4SHV0        645
-## 17864 17864     A4SHV0        645
-## 17865 17865     A4SHV8        645
-## 17866 17866     A4SHW3        645
-## 17867 17867     A4SHW5        645
-## 17868 17868     A4SHW5        645
-## 17869 17869     A4SHY0        645
-## 17870 17870     A4SHZ5        645
-## 17871 17871     A4SI55        645
-## 17872 17872     A4SI55        645
-## 17873 17873     A4SI95        645
-## 17874 17874     A4SIB9        645
-## 17875 17875     A4SIM0        645
-## 17876 17876     A4SIM0        645
-## 17877 17877     A4SIM2        645
-## 17878 17878     A4SIV8        645
-## 17879 17879     A4SIW0        645
-## 17880 17880     A4SIW0        645
-## 17881 17881     A4SIW4        645
-## 17882 17882     A4SIX8        645
-## 17883 17883     A4SJ23        645
-## 17884 17884     A4SJ35        645
-## 17885 17885     A4SJ51        645
-## 17886 17886     A4SJ61        645
-## 17887 17887     A4SJA2        645
-## 17888 17888     A4SJB3        645
-## 17889 17889     A4SJF6        645
-## 17890 17890     A4SJQ1        645
-## 17891 17891     A4SJR0        645
-## 17892 17892     A4SJR0        645
-## 17893 17893     A4SJR5        645
-## 17894 17894     A4SJR5        645
-## 17895 17895     A4SJR7        645
-## 17896 17896     A4SJT9        645
-## 17897 17897     A4SJW8        645
-## 17898 17898     A4SJW8        645
-## 17899 17899     A4SK74        645
-## 17900 17900     A4SKE9        645
-## 17901 17901     A4SKE9        645
-## 17902 17902     A4SKG7        645
-## 17903 17903     A4SKI2        645
-## 17904 17904     A4SKT1        645
-## 17905 17905     A4SKT3        645
-## 17906 17906     A4SKT3        645
-## 17907 17907     A4SKT3        645
-## 17908 17908     A4SKY4        645
-## 17909 17909     A4SL28        645
-## 17910 17910     A4SLC4        645
-## 17911 17911     A4SLN7        645
-## 17912 17912     A4SLN7        645
-## 17913 17913     A4SLP2        645
-## 17914 17914     A4SLP4        645
-## 17915 17915     A4SLS4        645
-## 17916 17916     A4SLS6        645
-## 17917 17917     A4SLX9        645
-## 17918 17918     A4SLY0        645
-## 17919 17919     A4SM13        645
-## 17920 17920     A4SM23        645
-## 17921 17921     A4SM83        645
-## 17922 17922     A4SMA8        645
-## 17923 17923     A4SMA8        645
-## 17924 17924     A4SMD7        645
-## 17925 17925     A4SME4        645
-## 17926 17926     A4SMP7        645
-## 17927 17927     A4SMP7        645
-## 17928 17928     A4SMQ0        645
-## 17929 17929     A4SMZ0        645
-## 17930 17930     A4SN40        645
-## 17931 17931     A4SN46        645
-## 17932 17932     A4SN80        645
-## 17933 17933     A4SN81        645
-## 17934 17934     A4SN85        645
-## 17935 17935     A4SN85        645
-## 17936 17936     A4SN85        645
-## 17937 17937     A4SNB0        645
-## 17938 17938     A4SND2        645
-## 17939 17939     A4SNE3        645
-## 17940 17940     A4SNE3        645
-## 17941 17941     A4SNF0        645
-## 17942 17942     A4SNP6        645
-## 17943 17943     A4SNP6        645
-## 17944 17944     A4SNP8        645
-## 17945 17945     A4SNV2        645
-## 17946 17946     A4SNZ8        645
-## 17947 17947     A4SP09        645
-## 17948 17948     A4SP26        645
-## 17949 17949     A4SP26        645
-## 17950 17950     A4SPA7        645
-## 17951 17951     A4SPD7        645
-## 17952 17952     A4SPE5        645
-## 17953 17953     A4SPG7        645
-## 17954 17954     A4SPH9        645
-## 17955 17955     A4SPI6        645
-## 17956 17956     A4SPN8        645
-## 17957 17957     A4SPS7        645
-## 17958 17958     A4SPT0        645
-## 17959 17959     A4SPT0        645
-## 17960 17960     A4SPT0        645
-## 17961 17961     A4SPX2        645
-## 17962 17962     A4SQ24        645
-## 17963 17963     A4SQ24        645
-## 17964 17964     A4SQ24        645
-## 17965 17965     A4SQ26        645
-## 17966 17966     A4SQ71        645
-## 17967 17967     A4SQH0        645
-## 17968 17968     A4SQH0        645
-## 17969 17969     A4SQI1        645
-## 17970 17970     A4SQI1        645
-## 17971 17971     A4SQI1        645
-## 17972 17972     A4SQI2        645
-## 17973 17973     A4SQL6        645
-## 17974 17974     A4SQN8        645
-## 17975 17975     A4SQW7        645
-## 17976 17976     A4SQW8        645
-## 17977 17977     A4SQW9        645
-## 17978 17978     A4SQX1        645
-## 17979 17979     A4SQX1        645
-## 17980 17980     A4SQX2        645
-## 17981 17981     A4SR17        645
-## 17982 17982     A4SR17        645
-## 17983 17983     A4SR19        645
-## 17984 17984     A4SR26        645
-## 17985 17985     A4SR26        645
-## 17986 17986     A4SR27        645
-## 17987 17987     A4SR27        645
-## 17988 17988     A4SR80        645
-## 17989 17989     A4SR87        645
-## 17990 17990     A4SRB1        645
-## 17991 17991     A4SRB1        645
-## 17992 17992     A4SRB6        645
-## 17993 17993     A4SRC1        645
-## 17994 17994     A4SRC5        645
-## 17995 17995     A4SRH0        645
-## 17996 17996     A4SRH0        645
-## 17997 17997     A4SRU4        645
-## 17998 17998     A4SRY4        645
-## 17999 17999     A4SS99        645
-## 18000 18000     A4SSY0        645
-## 18001 18001     A4SSY5        645
-## 18002 18002     A4SSZ1        645
-## 18003 18003     A4ST20        645
-## 18004 18004     A4ST20        645
-## 18005 18005     A4ST21        645
-## 18006 18006     A4ST23        645
-## 18007 18007     A4ST45        645
-## 18008 18008     A4ST45        645
-## 18009 18009     A4ST58        645
-## 18010 18010     A4STB5        645
-## 18011 18011     A4STE1        645
-## 18012 18012     A4STE1        645
-## 18013 18013     A4STE2        645
-## 18014 18014     A4STF2        645
-## 18015 18015     A4STG3        645
-## 18016 18016     A4STG3        645
-## 18017 18017     A4STH4        645
-## 18018 18018     A4STH4        645
-## 18019 18019     A4STK9        645
-## 18020 18020     A4STP9        645
-## 18021 18021     A4STQ3        645
-## 18022 18022     A4STQ3        645
-## 18023 18023     A4STQ4        645
-## 18024 18024     A4STS4        645
-## 18025 18025     A4STS4        645
-## 18026 18026     A4SUT0     576610
-## 18027 18027     A4SUT1     576610
-## 18028 18028     A4SUT3     576610
-## 18029 18029     A4SUT5     576610
-## 18030 18030     A4SUV3     576610
-## 18031 18031     A4SUV4     576610
-## 18032 18032     A4SUV5     576610
-## 18033 18033     A4SUW7     576610
-## 18034 18034     A4SUX6     576610
-## 18035 18035     A4SUX8     576610
-## 18036 18036     A4SV13     576610
-## 18037 18037     A4SV20     576610
-## 18038 18038     A4SV63     576610
-## 18039 18039     A4SV64     576610
-## 18040 18040     A4SV64     576610
-## 18041 18041     A4SV71     576610
-## 18042 18042     A4SV71     576610
-## 18043 18043     A4SV81     576610
-## 18044 18044     A4SVA3     576610
-## 18045 18045     A4SVA3     576610
-## 18046 18046     A4SVI6     576610
-## 18047 18047     A4SVI6     576610
-## 18048 18048     A4SVT7     576610
-## 18049 18049     A4SVU3     576610
-## 18050 18050     A4SVV2     576610
-## 18051 18051     A4SVX9     576610
-## 18052 18052     A4SVX9     576610
-## 18053 18053     A4SWG7     576610
-## 18054 18054     A4SWH2     576610
-## 18055 18055     A4SWH9     576610
-## 18056 18056     A4SWL6     576610
-## 18057 18057     A4SWP6     576610
-## 18058 18058     A4SWU5     576610
-## 18059 18059     A4SWU6     576610
-## 18060 18060     A4SWV7     576610
-## 18061 18061     A4SWW0     576610
-## 18062 18062     A4SWW0     576610
-## 18063 18063     A4SWX4     576610
-## 18064 18064     A4SX64     576610
-## 18065 18065     A4SXD7     576610
-## 18066 18066     A4SXH5     576610
-## 18067 18067     A4SXL3     576610
-## 18068 18068     A4SXM6     576610
-## 18069 18069     A4SXQ3     576610
-## 18070 18070     A4SXQ7     576610
-## 18071 18071     A4SXQ7     576610
-## 18072 18072     A4SYD7     576610
-## 18073 18073     A4SYD7     576610
-## 18074 18074     A4SYF9     576610
-## 18075 18075     A4SYT9     576610
-## 18076 18076     A4SYT9     576610
-## 18077 18077     A4SYU1     576610
-## 18078 18078     A4SYU1     576610
-## 18079 18079     A4SYV0     576610
-## 18080 18080     A4SYV5     576610
-## 18081 18081     A4SYV5     576610
-## 18082 18082     A4SYV8     576610
-## 18083 18083     A4SYV8     576610
-## 18084 18084     A4SYV8     576610
-## 18085 18085     A4SYW3     576610
-## 18086 18086     A4SYW3     576610
-## 18087 18087     A4SYW3     576610
-## 18088 18088     A4SZG8     576610
-## 18089 18089     A4SZG8     576610
-## 18090 18090     A4SZL8     576610
-## 18091 18091     A4SZL8     576610
-## 18092 18092     A4SZQ5     576610
-## 18093 18093     A4SZQ9     576610
-## 18094 18094     A4SZR8     576610
-## 18095 18095     A4SZR8     576610
-## 18096 18096     A4SZR8     576610
-## 18097 18097     A4SZT5     576610
-## 18098 18098     A4SZV4     576610
-## 18099 18099     A4SZV4     576610
-## 18100 18100     A4T008     576610
-## 18101 18101     A4T069     576610
-## 18102 18102     A4T079     576610
-## 18103 18103     A4T0E9     576610
-## 18104 18104     A4T0F0     576610
-## 18105 18105     A4T0F0     576610
-## 18106 18106     A4T0N2     576610
-## 18107 18107     A4T0X9       1804
-## 18108 18108     A4T112       1804
-## 18109 18109     A4T1P3       1804
-## 18110 18110     A4T1P3       1804
-## 18111 18111     A4T1P4       1804
-## 18112 18112     A4T1P4       1804
-## 18113 18113     A4T1P7       1804
-## 18114 18114     A4T1P7       1804
-## 18115 18115     A4T1R3       1804
-## 18116 18116     A4T1R3       1804
-## 18117 18117     A4T1R4       1804
-## 18118 18118     A4T2C4       1804
-## 18119 18119     A4T2G4       1804
-## 18120 18120     A4T2I0       1804
-## 18121 18121     A4T2J4       1804
-## 18122 18122     A4T2J4       1804
-## 18123 18123     A4T2P3       1804
-## 18124 18124     A4T2P3       1804
-## 18125 18125     A4T2X3       1804
-## 18126 18126     A4T2X3       1804
-## 18127 18127     A4T318       1804
-## 18128 18128     A4T324       1804
-## 18129 18129     A4T340       1804
-## 18130 18130     A4T432       1804
-## 18131 18131     A4T4R2       1804
-## 18132 18132     A4T4R2       1804
-## 18133 18133     A4T4R2       1804
-## 18134 18134     A4T523       1804
-## 18135 18135     A4T523       1804
-## 18136 18136     A4T523       1804
-## 18137 18137     A4T5K9       1804
-## 18138 18138     A4T5M9       1804
-## 18139 18139     A4T5M9       1804
-## 18140 18140     A4T5M9       1804
-## 18141 18141     A4T5Y1       1804
-## 18142 18142     A4T6M7       1804
-## 18143 18143     A4T6M7       1804
-## 18144 18144     A4T6M7       1804
-## 18145 18145     A4T6P3       1804
-## 18146 18146     A4T7H0       1804
-## 18147 18147     A4T7H3       1804
-## 18148 18148     A4T7H3       1804
-## 18149 18149     A4T7J3       1804
-## 18150 18150     A4T7Q6       1804
-## 18151 18151     A4T7Q6       1804
-## 18152 18152     A4T8B6       1804
-## 18153 18153     A4T8B7       1804
-## 18154 18154     A4T8J9       1804
-## 18155 18155     A4T8J9       1804
-## 18156 18156     A4T8L3       1804
-## 18157 18157     A4T8L3       1804
-## 18158 18158     A4T8L3       1804
-## 18159 18159     A4T8W2       1804
-## 18160 18160     A4T8W2       1804
-## 18161 18161     A4T8W2       1804
-## 18162 18162     A4T8X4       1804
-## 18163 18163     A4T907       1804
-## 18164 18164     A4T986       1804
-## 18165 18165     A4T9D5       1804
-## 18166 18166     A4T9D5       1804
-## 18167 18167     A4T9I1       1804
-## 18168 18168     A4T9I1       1804
-## 18169 18169     A4T9L2       1804
-## 18170 18170     A4T9L2       1804
-## 18171 18171     A4T9M6       1804
-## 18172 18172     A4T9M6       1804
-## 18173 18173     A4T9U2       1804
-## 18174 18174     A4T9U2       1804
-## 18175 18175     A4T9U2       1804
-## 18176 18176     A4T9V2       1804
-## 18177 18177     A4T9W3       1804
-## 18178 18178     A4T9W4       1804
-## 18179 18179     A4T9W6       1804
-## 18180 18180     A4T9Y6       1804
-## 18181 18181     A4T9Y6       1804
-## 18182 18182     A4TA35       1804
-## 18183 18183     A4TA35       1804
-## 18184 18184     A4TAK5       1804
-## 18185 18185     A4TBE2       1804
-## 18186 18186     A4TBE2       1804
-## 18187 18187     A4TBE2       1804
-## 18188 18188     A4TBE7       1804
-## 18189 18189     A4TBE7       1804
-## 18190 18190     A4TBF2       1804
-## 18191 18191     A4TBF2       1804
-## 18192 18192     A4TBF6       1804
-## 18193 18193     A4TBF6       1804
-## 18194 18194     A4TBK7       1804
-## 18195 18195     A4TBK7       1804
-## 18196 18196     A4TBQ5       1804
-## 18197 18197     A4TBQ5       1804
-## 18198 18198     A4TBQ6       1804
-## 18199 18199     A4TBQ6       1804
-## 18200 18200     A4TBU4       1804
-## 18201 18201     A4TBW4       1804
-## 18202 18202     A4TBW4       1804
-## 18203 18203     A4TBW4       1804
-## 18204 18204     A4TBX8       1804
-## 18205 18205     A4TBY6       1804
-## 18206 18206     A4TBY6       1804
-## 18207 18207     A4TBZ0       1804
-## 18208 18208     A4TC09       1804
-## 18209 18209     A4TC09       1804
-## 18210 18210     A4TC09       1804
-## 18211 18211     A4TC13       1804
-## 18212 18212     A4TC20       1804
-## 18213 18213     A4TC20       1804
-## 18214 18214     A4TC66       1804
-## 18215 18215     A4TC67       1804
-## 18216 18216     A4TC67       1804
-## 18217 18217     A4TC75       1804
-## 18218 18218     A4TCE3       1804
-## 18219 18219     A4TCF3       1804
-## 18220 18220     A4TCF3       1804
-## 18221 18221     A4TCF7       1804
-## 18222 18222     A4TCF8       1804
-## 18223 18223     A4TCF8       1804
-## 18224 18224     A4TCF8       1804
-## 18225 18225     A4TCF8       1804
-## 18226 18226     A4TCF8       1804
-## 18227 18227     A4TCF8       1804
-## 18228 18228     A4TCF8       1804
-## 18229 18229     A4TCH6       1804
-## 18230 18230     A4TCI9       1804
-## 18231 18231     A4TCM9       1804
-## 18232 18232     A4TCN3       1804
-## 18233 18233     A4TCN4       1804
-## 18234 18234     A4TCS1       1804
-## 18235 18235     A4TCS1       1804
-## 18236 18236     A4TCS1       1804
-## 18237 18237     A4TCS1       1804
-## 18238 18238     A4TCS6       1804
-## 18239 18239     A4TCS6       1804
-## 18240 18240     A4TCS6       1804
-## 18241 18241     A4TD09       1804
-## 18242 18242     A4TD09       1804
-## 18243 18243     A4TDB2       1804
-## 18244 18244     A4TDB3       1804
-## 18245 18245     A4TDF4       1804
-## 18246 18246     A4TDS2       1804
-## 18247 18247     A4TE06       1804
-## 18248 18248     A4TE16       1804
-## 18249 18249     A4TE16       1804
-## 18250 18250     A4TE29       1804
-## 18251 18251     A4TE29       1804
-## 18252 18252     A4TE41       1804
-## 18253 18253     A4TE57       1804
-## 18254 18254     A4TE69       1804
-## 18255 18255     A4TE78       1804
-## 18256 18256     A4TE84       1804
-## 18257 18257     A4TEA7       1804
-## 18258 18258     A4TEB1       1804
-## 18259 18259     A4TEB8       1804
-## 18260 18260     A4TEB8       1804
-## 18261 18261     A4TEC2       1804
-## 18262 18262     A4TEC2       1804
-## 18263 18263     A4TEC9       1804
-## 18264 18264     A4TED4       1804
-## 18265 18265     A4TEE0       1804
-## 18266 18266     A4TEL0       1804
-## 18267 18267     A4TEN6       1804
-## 18268 18268     A4TEN6       1804
-## 18269 18269     A4TF31       1804
-## 18270 18270     A4TF31       1804
-## 18271 18271     A4TFB8       1804
-## 18272 18272     A4TFF4       1804
-## 18273 18273     A4TFF8       1804
-## 18274 18274     A4TFF8       1804
-## 18275 18275     A4TFF8       1804
-## 18276 18276     A4TGL5        632
-## 18277 18277     A4TGL5        632
-## 18278 18278     A4TGL5        632
-## 18279 18279     A4TGM8        632
-## 18280 18280     A4TGN7        632
-## 18281 18281     A4TGU8        632
-## 18282 18282     A4TGU8        632
-## 18283 18283     A4TGX4        632
-## 18284 18284     A4TGY6        632
-## 18285 18285     A4TGZ2        632
-## 18286 18286     A4TH07        632
-## 18287 18287     A4TH12        632
-## 18288 18288     A4TH19        632
-## 18289 18289     A4TH39        632
-## 18290 18290     A4THG8        632
-## 18291 18291     A4THI5        632
-## 18292 18292     A4THI5        632
-## 18293 18293     A4THL9        632
-## 18294 18294     A4THT1        632
-## 18295 18295     A4THT2        632
-## 18296 18296     A4THT5        632
-## 18297 18297     A4THT8        632
-## 18298 18298     A4THT9        632
-## 18299 18299     A4THU2        632
-## 18300 18300     A4TI59        632
-## 18301 18301     A4TI90        632
-## 18302 18302     A4TIA7        632
-## 18303 18303     A4TIM2        632
-## 18304 18304     A4TIM5        632
-## 18305 18305     A4TIM5        632
-## 18306 18306     A4TIN0        632
-## 18307 18307     A4TIS1        632
-## 18308 18308     A4TIV5        632
-## 18309 18309     A4TIX3        632
-## 18310 18310     A4TJ67        632
-## 18311 18311     A4TJ73        632
-## 18312 18312     A4TJ76        632
-## 18313 18313     A4TJB9        632
-## 18314 18314     A4TJB9        632
-## 18315 18315     A4TJC4        632
-## 18316 18316     A4TJC7        632
-## 18317 18317     A4TJC7        632
-## 18318 18318     A4TJC7        632
-## 18319 18319     A4TJC7        632
-## 18320 18320     A4TJC8        632
-## 18321 18321     A4TJC8        632
-## 18322 18322     A4TJJ0        632
-## 18323 18323     A4TJK2        632
-## 18324 18324     A4TJK9        632
-## 18325 18325     A4TJL9        632
-## 18326 18326     A4TJN9        632
-## 18327 18327     A4TJP0        632
-## 18328 18328     A4TJU4        632
-## 18329 18329     A4TJU5        632
-## 18330 18330     A4TJU6        632
-## 18331 18331     A4TK48        632
-## 18332 18332     A4TK60        632
-## 18333 18333     A4TKI4        632
-## 18334 18334     A4TKM9        632
-## 18335 18335     A4TKM9        632
-## 18336 18336     A4TKM9        632
-## 18337 18337     A4TKX8        632
-## 18338 18338     A4TKY7        632
-## 18339 18339     A4TL05        632
-## 18340 18340     A4TL05        632
-## 18341 18341     A4TL05        632
-## 18342 18342     A4TL05        632
-## 18343 18343     A4TL06        632
-## 18344 18344     A4TL06        632
-## 18345 18345     A4TL31        632
-## 18346 18346     A4TL44        632
-## 18347 18347     A4TL44        632
-## 18348 18348     A4TL66        632
-## 18349 18349     A4TL79        632
-## 18350 18350     A4TL80        632
-## 18351 18351     A4TL83        632
-## 18352 18352     A4TL91        632
-## 18353 18353     A4TL96        632
-## 18354 18354     A4TLA4        632
-## 18355 18355     A4TLD3        632
-## 18356 18356     A4TLG7        632
-## 18357 18357     A4TLL5        632
-## 18358 18358     A4TLR5        632
-## 18359 18359     A4TLS4        632
-## 18360 18360     A4TLT6        632
-## 18361 18361     A4TM15        632
-## 18362 18362     A4TM24        632
-## 18363 18363     A4TM29        632
-## 18364 18364     A4TM39        632
-## 18365 18365     A4TM62        632
-## 18366 18366     A4TM78        632
-## 18367 18367     A4TM82        632
-## 18368 18368     A4TM82        632
-## 18369 18369     A4TM91        632
-## 18370 18370     A4TMJ0        632
-## 18371 18371     A4TMJ0        632
-## 18372 18372     A4TMJ5        632
-## 18373 18373     A4TMK5        632
-## 18374 18374     A4TMK8        632
-## 18375 18375     A4TMM3        632
-## 18376 18376     A4TMM7        632
-## 18377 18377     A4TMP2        632
-## 18378 18378     A4TMT0        632
-## 18379 18379     A4TMT0        632
-## 18380 18380     A4TMT3        632
-## 18381 18381     A4TMT6        632
-## 18382 18382     A4TMT8        632
-## 18383 18383     A4TMV1        632
-## 18384 18384     A4TMV6        632
-## 18385 18385     A4TMZ0        632
-## 18386 18386     A4TN03        632
-## 18387 18387     A4TN03        632
-## 18388 18388     A4TN03        632
-## 18389 18389     A4TN12        632
-## 18390 18390     A4TN17        632
-## 18391 18391     A4TN18        632
-## 18392 18392     A4TN50        632
-## 18393 18393     A4TN73        632
-## 18394 18394     A4TN83        632
-## 18395 18395     A4TN83        632
-## 18396 18396     A4TN86        632
-## 18397 18397     A4TN86        632
-## 18398 18398     A4TNC6        632
-## 18399 18399     A4TNP7        632
-## 18400 18400     A4TNQ5        632
-## 18401 18401     A4TNQ5        632
-## 18402 18402     A4TNQ5        632
-## 18403 18403     A4TNQ5        632
-## 18404 18404     A4TNS8        632
-## 18405 18405     A4TNY6        632
-## 18406 18406     A4TNZ7        632
-## 18407 18407     A4TNZ7        632
-## 18408 18408     A4TP60        632
-## 18409 18409     A4TP63        632
-## 18410 18410     A4TP63        632
-## 18411 18411     A4TP65        632
-## 18412 18412     A4TPA5        632
-## 18413 18413     A4TPA5        632
-## 18414 18414     A4TPA8        632
-## 18415 18415     A4TPD3        632
-## 18416 18416     A4TPE2        632
-## 18417 18417     A4TPE3        632
-## 18418 18418     A4TPF8        632
-## 18419 18419     A4TPG6        632
-## 18420 18420     A4TPK0        632
-## 18421 18421     A4TPL3        632
-## 18422 18422     A4TPM1        632
-## 18423 18423     A4TPM9        632
-## 18424 18424     A4TPM9        632
-## 18425 18425     A4TPN2        632
-## 18426 18426     A4TPS3        632
-## 18427 18427     A4TPU3        632
-## 18428 18428     A4TPU4        632
-## 18429 18429     A4TPY1        632
-## 18430 18430     A4TPY5        632
-## 18431 18431     A4TPY5        632
-## 18432 18432     A4TPY5        632
-## 18433 18433     A4TPY6        632
-## 18434 18434     A4TQ00        632
-## 18435 18435     A4TQ04        632
-## 18436 18436     A4TQ37        632
-## 18437 18437     A4TQ51        632
-## 18438 18438     A4TQ51        632
-## 18439 18439     A4TQ52        632
-## 18440 18440     A4TQ52        632
-## 18441 18441     A4TQ74        632
-## 18442 18442     A4TQ74        632
-## 18443 18443     A4TQ81        632
-## 18444 18444     A4TQ83        632
-## 18445 18445     A4TQ86        632
-## 18446 18446     A4TQ86        632
-## 18447 18447     A4TQ92        632
-## 18448 18448     A4TQA2        632
-## 18449 18449     A4TQA4        632
-## 18450 18450     A4TQA7        632
-## 18451 18451     A4TQB3        632
-## 18452 18452     A4TQD9        632
-## 18453 18453     A4TQE0        632
-## 18454 18454     A4TQE0        632
-## 18455 18455     A4TQF3        632
-## 18456 18456     A4TQF3        632
-## 18457 18457     A4TQF7        632
-## 18458 18458     A4TQF8        632
-## 18459 18459     A4TQF8        632
-## 18460 18460     A4TQF8        632
-## 18461 18461     A4TQF8        632
-## 18462 18462     A4TQH6        632
-## 18463 18463     A4TQK1        632
-## 18464 18464     A4TQK1        632
-## 18465 18465     A4TQL2        632
-## 18466 18466     A4TQL5        632
-## 18467 18467     A4TQL6        632
-## 18468 18468     A4TQL6        632
-## 18469 18469     A4TQL7        632
-## 18470 18470     A4TQL7        632
-## 18471 18471     A4TQV0        632
-## 18472 18472     A4TQV0        632
-## 18473 18473     A4TQV0        632
-## 18474 18474     A4TQV0        632
-## 18475 18475     A4TQV2        632
-## 18476 18476     A4TQX7        632
-## 18477 18477     A4TR26        632
-## 18478 18478     A4TR35        632
-## 18479 18479     A4TR37        632
-## 18480 18480     A4TR39        632
-## 18481 18481     A4TR46        632
-## 18482 18482     A4TRB5        632
-## 18483 18483     A4TRB6        632
-## 18484 18484     A4TRC8        632
-## 18485 18485     A4TRD9        632
-## 18486 18486     A4TRE8        632
-## 18487 18487     A4TRG0        632
-## 18488 18488     A4TRG0        632
-## 18489 18489     A4TRI3        632
-## 18490 18490     A4TRI3        632
-## 18491 18491     A4TRI3        632
-## 18492 18492     A4TRI3        632
-## 18493 18493     A4TRI7        632
-## 18494 18494     A4TRJ6        632
-## 18495 18495     A4TRJ6        632
-## 18496 18496     A4TRJ9        632
-## 18497 18497     A4TRK7        632
-## 18498 18498     A4TRK7        632
-## 18499 18499     A4TRN9        632
-## 18500 18500     A4TRP1        632
-## 18501 18501     A4TRP1        632
-## 18502 18502     A4TRQ1        632
-## 18503 18503     A4TRQ4        632
-## 18504 18504     A4TRR0        632
-## 18505 18505     A4TRR0        632
-## 18506 18506     A4TRS5        632
-## 18507 18507     A4TRS5        632
-## 18508 18508     A4TRS5        632
-## 18509 18509     A4TRT0        632
-## 18510 18510     A4TRT0        632
-## 18511 18511     A4TRT1        632
-## 18512 18512     A4TRU7        632
-## 18513 18513     A4TRU8        632
-## 18514 18514     A4TS06        632
-## 18515 18515     A4TS22        632
-## 18516 18516     A4TS28        632
-## 18517 18517     A4TS28        632
-## 18518 18518     A4TS28        632
-## 18519 18519     A4TS29        632
-## 18520 18520     A4TS30        632
-## 18521 18521     A4TS44        632
-## 18522 18522     A4TS83        632
-## 18523 18523     A4TSA8        632
-## 18524 18524     A4TSC2        632
-## 18525 18525     A4TSC2        632
-## 18526 18526     A4TSC2        632
-## 18527 18527     A4TSC6        632
-## 18528 18528     A4TSD6        632
-## 18529 18529     A4TSE1        632
-## 18530 18530     A4TSE5        632
-## 18531 18531     A4TSH8        632
-## 18532 18532     A4TSH9        632
-## 18533 18533     A4TSI0        632
-## 18534 18534     A4TSI0        632
-## 18535 18535     A4TSI4        632
-## 18536 18536     A4TSI8        632
-## 18537 18537     A4TSJ2        632
-## 18538 18538     A4TSJ5        632
-## 18539 18539     A4TSJ5        632
-## 18540 18540     A4TSJ5        632
-## 18541 18541     A4TSQ1        632
-## 18542 18542     A4U6V2      11320
-## 18543 18543     A4U6V4      11320
-## 18544 18544     A4U6V5      11320
-## 18545 18545     A4U6V5      11320
-## 18546 18546     A4U6V6      11320
-## 18547 18547     A4U6W0      11320
-## 18548 18548     A4U6W2      11320
-## 18549 18549     A4U7A6      11320
-## 18550 18550     A4U7A8      11320
-## 18551 18551     A4U7A9      11320
-## 18552 18552     A4U7B0      11320
-## 18553 18553     A4U7B1      11320
-## 18554 18554     A4U7B4      11320
-## 18555 18555     A4UGR9         NA
-## 18556 18556     A4UGR9         NA
-## 18557 18557     A4UGR9         NA
-## 18558 18558     A4UGR9         NA
-## 18559 18559     A4UGR9         NA
-## 18560 18560     A4UGR9         NA
-## 18561 18561     A4UGR9         NA
-## 18562 18562     A4UHC0         NA
-## 18563 18563     A4UHQ1      57482
-## 18564 18564     A4UHQ2      57482
-## 18565 18565     A4UHQ5      57482
-## 18566 18566     A4UHQ6      57482
-## 18567 18567     A4UHQ7      57482
-## 18568 18568     A4UM12         NA
-## 18569 18569     A4UM14         NA
-## 18570 18570     A4UM14         NA
-## 18571 18571     A4UM15         NA
-## 18572 18572     A4UM15         NA
-## 18573 18573     A4UMC5         NA
-## 18574 18574     A4UMC6         NA
-## 18575 18575     A4UMC6         NA
-## 18576 18576     A4USB4         NA
-## 18577 18577     A4UTP7         NA
-## 18578 18578     A4UVI1         NA
-## 18579 18579     A4UZ23         NA
-## 18580 18580     A4V8B4         NA
-## 18581 18581     A4V8W0         NA
-## 18582 18582     A4VCH0         NA
-## 18583 18583     A4VCH4         NA
-## 18584 18584     A4VCH4         NA
-## 18585 18585     A4VCH4         NA
-## 18586 18586     A4VCL2         NA
-## 18587 18587     A4VCL2         NA
-## 18588 18588     A4VCL2         NA
-## 18589 18589     A4VCL2         NA
-## 18590 18590     A4VDN2       5911
-## 18591 18591     A4VFG6        316
-## 18592 18592     A4VFI1        316
-## 18593 18593     A4VFI3        316
-## 18594 18594     A4VFW8        316
-## 18595 18595     A4VFW9        316
-## 18596 18596     A4VGD5        316
-## 18597 18597     A4VGD9        316
-## 18598 18598     A4VGE5        316
-## 18599 18599     A4VGE5        316
-## 18600 18600     A4VGL9        316
-## 18601 18601     A4VGW3        316
-## 18602 18602     A4VGX6        316
-## 18603 18603     A4VGX6        316
-## 18604 18604     A4VGY3        316
-## 18605 18605     A4VH02        316
-## 18606 18606     A4VH02        316
-## 18607 18607     A4VH14        316
-## 18608 18608     A4VHG9        316
-## 18609 18609     A4VHG9        316
-## 18610 18610     A4VHH7        316
-## 18611 18611     A4VHM2        316
-## 18612 18612     A4VHM3        316
-## 18613 18613     A4VHM4        316
-## 18614 18614     A4VHM4        316
-## 18615 18615     A4VHN0        316
-## 18616 18616     A4VHN3        316
-## 18617 18617     A4VHN6        316
-## 18618 18618     A4VHN6        316
-## 18619 18619     A4VHP1        316
-## 18620 18620     A4VHP4        316
-## 18621 18621     A4VHP5        316
-## 18622 18622     A4VHP5        316
-## 18623 18623     A4VHQ2        316
-## 18624 18624     A4VHT4        316
-## 18625 18625     A4VI28        316
-## 18626 18626     A4VI28        316
-## 18627 18627     A4VI36        316
-## 18628 18628     A4VI54        316
-## 18629 18629     A4VI54        316
-## 18630 18630     A4VI54        316
-## 18631 18631     A4VI54        316
-## 18632 18632     A4VI55        316
-## 18633 18633     A4VI60        316
-## 18634 18634     A4VI91        316
-## 18635 18635     A4VIH0        316
-## 18636 18636     A4VIH5        316
-## 18637 18637     A4VIH5        316
-## 18638 18638     A4VIH9        316
-## 18639 18639     A4VIH9        316
-## 18640 18640     A4VII0        316
-## 18641 18641     A4VIM1        316
-## 18642 18642     A4VIM1        316
-## 18643 18643     A4VIM1        316
-## 18644 18644     A4VIT1        316
-## 18645 18645     A4VIT1        316
-## 18646 18646     A4VIT6        316
-## 18647 18647     A4VIV5        316
-## 18648 18648     A4VIV5        316
-## 18649 18649     A4VIV5        316
-## 18650 18650     A4VIV5        316
-## 18651 18651     A4VIX8        316
-## 18652 18652     A4VIY1        316
-## 18653 18653     A4VIY1        316
-## 18654 18654     A4VIY2        316
-## 18655 18655     A4VJ05        316
-## 18656 18656     A4VJ11        316
-## 18657 18657     A4VJ11        316
-## 18658 18658     A4VJ35        316
-## 18659 18659     A4VJ38        316
-## 18660 18660     A4VJ99        316
-## 18661 18661     A4VJB3        316
-## 18662 18662     A4VJB3        316
-## 18663 18663     A4VJB3        316
-## 18664 18664     A4VJB3        316
-## 18665 18665     A4VJB4        316
-## 18666 18666     A4VJG5        316
-## 18667 18667     A4VJS2        316
-## 18668 18668     A4VJT3        316
-## 18669 18669     A4VJT3        316
-## 18670 18670     A4VJT3        316
-## 18671 18671     A4VJU0        316
-## 18672 18672     A4VJU0        316
-## 18673 18673     A4VJU0        316
-## 18674 18674     A4VJV1        316
-## 18675 18675     A4VJV2        316
-## 18676 18676     A4VK43        316
-## 18677 18677     A4VKA0        316
-## 18678 18678     A4VKA0        316
-## 18679 18679     A4VKJ1        316
-## 18680 18680     A4VKL4        316
-## 18681 18681     A4VKL4        316
-## 18682 18682     A4VKR4        316
-## 18683 18683     A4VL35        316
-## 18684 18684     A4VL73        316
-## 18685 18685     A4VL73        316
-## 18686 18686     A4VL73        316
-## 18687 18687     A4VL90        316
-## 18688 18688     A4VLN9        316
-## 18689 18689     A4VLQ5        316
-## 18690 18690     A4VLQ5        316
-## 18691 18691     A4VLQ5        316
-## 18692 18692     A4VLQ5        316
-## 18693 18693     A4VLU7        316
-## 18694 18694     A4VLU8        316
-## 18695 18695     A4VLZ2        316
-## 18696 18696     A4VLZ8        316
-## 18697 18697     A4VM39        316
-## 18698 18698     A4VM84        316
-## 18699 18699     A4VM84        316
-## 18700 18700     A4VMS3        316
-## 18701 18701     A4VMV0        316
-## 18702 18702     A4VN44        316
-## 18703 18703     A4VNA4        316
-## 18704 18704     A4VND9        316
-## 18705 18705     A4VNE5        316
-## 18706 18706     A4VNT7        316
-## 18707 18707     A4VNV0        316
-## 18708 18708     A4VNV0        316
-## 18709 18709     A4VNX8        316
-## 18710 18710     A4VNX8        316
-## 18711 18711     A4VP32        316
-## 18712 18712     A4VP82        316
-## 18713 18713     A4VP82        316
-## 18714 18714     A4VP90        316
-## 18715 18715     A4VPB2        316
-## 18716 18716     A4VPC2        316
-## 18717 18717     A4VPK2        316
-## 18718 18718     A4VPM7        316
-## 18719 18719     A4VPM9        316
-## 18720 18720     A4VPN6        316
-## 18721 18721     A4VPP0        316
-## 18722 18722     A4VPP0        316
-## 18723 18723     A4VPP0        316
-## 18724 18724     A4VPQ5        316
-## 18725 18725     A4VPR2        316
-## 18726 18726     A4VQH6        316
-## 18727 18727     A4VQH7        316
-## 18728 18728     A4VQH8        316
-## 18729 18729     A4VQM7        316
-## 18730 18730     A4VQM7        316
-## 18731 18731     A4VQN0        316
-## 18732 18732     A4VQN0        316
-## 18733 18733     A4VQN6        316
-## 18734 18734     A4VQP2        316
-## 18735 18735     A4VQS8        316
-## 18736 18736     A4VQV0        316
-## 18737 18737     A4VQX9        316
-## 18738 18738     A4VQX9        316
-## 18739 18739     A4VQY3        316
-## 18740 18740     A4VQZ0        316
-## 18741 18741     A4VR47        316
-## 18742 18742     A4VR47        316
-## 18743 18743     A4VR87        316
-## 18744 18744     A4VR88        316
-## 18745 18745     A4VRF7        316
-## 18746 18746     A4VRI1        316
-## 18747 18747     A4VRK5        316
-## 18748 18748     A4VRK8        316
-## 18749 18749     A4VS60        316
-## 18750 18750     A4VS60        316
-## 18751 18751     A4VS64        316
-## 18752 18752     A4VS66        316
-## 18753 18753     A4VS73        316
-## 18754 18754     A4VS73        316
-## 18755 18755     A4VS81        316
-## 18756 18756     A4VS82        316
-## 18757 18757     A4VS92       1307
-## 18758 18758     A4VSE3       1307
-## 18759 18759     A4VSE3       1307
-## 18760 18760     A4VSF1       1307
-## 18761 18761     A4VSF6       1307
-## 18762 18762     A4VSF7       1307
-## 18763 18763     A4VSG2       1307
-## 18764 18764     A4VSH8       1307
-## 18765 18765     A4VSK2       1307
-## 18766 18766     A4VSL6       1307
-## 18767 18767     A4VSN3       1307
-## 18768 18768     A4VSP7       1307
-## 18769 18769     A4VSW4       1307
-## 18770 18770     A4VSW4       1307
-## 18771 18771     A4VSW4       1307
-## 18772 18772     A4VT25       1307
-## 18773 18773     A4VT25       1307
-## 18774 18774     A4VT28       1307
-## 18775 18775     A4VT28       1307
-## 18776 18776     A4VT29       1307
-## 18777 18777     A4VT29       1307
-## 18778 18778     A4VT63       1307
-## 18779 18779     A4VT83       1307
-## 18780 18780     A4VT83       1307
-## 18781 18781     A4VTD0       1307
-## 18782 18782     A4VTD4       1307
-## 18783 18783     A4VTE9       1307
-## 18784 18784     A4VTQ4       1307
-## 18785 18785     A4VTS0       1307
-## 18786 18786     A4VTS0       1307
-## 18787 18787     A4VU17       1307
-## 18788 18788     A4VU28       1307
-## 18789 18789     A4VUB1       1307
-## 18790 18790     A4VUC8       1307
-## 18791 18791     A4VUC8       1307
-## 18792 18792     A4VUC8       1307
-## 18793 18793     A4VUC8       1307
-## 18794 18794     A4VUC8       1307
-## 18795 18795     A4VUD1       1307
-## 18796 18796     A4VUF4       1307
-## 18797 18797     A4VUM9       1307
-## 18798 18798     A4VUQ2       1307
-## 18799 18799     A4VV30       1307
-## 18800 18800     A4VVB2       1307
-## 18801 18801     A4VVB5       1307
-## 18802 18802     A4VVK7       1307
-## 18803 18803     A4VVR3       1307
-## 18804 18804     A4VVR3       1307
-## 18805 18805     A4VVU5       1307
-## 18806 18806     A4VW03       1307
-## 18807 18807     A4VW08       1307
-## 18808 18808     A4VW30       1307
-## 18809 18809     A4VW67       1307
-## 18810 18810     A4VW74       1307
-## 18811 18811     A4VW79       1307
-## 18812 18812     A4VWC5       1307
-## 18813 18813     A4VWE0       1307
-## 18814 18814     A4VWI6       1307
-## 18815 18815     A4VWI6       1307
-## 18816 18816     A4VWR1       1307
-## 18817 18817     A4VWR1       1307
-## 18818 18818     A4VWR1       1307
-## 18819 18819     A4VWU8       1307
-## 18820 18820     A4VWU8       1307
-## 18821 18821     A4VX07       1307
-## 18822 18822     A4VX29       1307
-## 18823 18823     A4VX29       1307
-## 18824 18824     A4VX33       1307
-## 18825 18825     A4VX53       1307
-## 18826 18826     A4VX71       1307
-## 18827 18827     A4VX91       1307
-## 18828 18828     A4VXD9       1307
-## 18829 18829     A4VXH3       1307
-## 18830 18830     A4VXH3       1307
-## 18831 18831     A4VXH3       1307
-## 18832 18832     A4VXH3       1307
-## 18833 18833     A4VXK6       1307
-## 18834 18834     A4VXQ4       1307
-## 18835 18835     A4VXQ4       1307
-## 18836 18836     A4VXQ4       1307
-## 18837 18837     A4VXS1       1307
-## 18838 18838     A4VXT1       1307
-## 18839 18839     A4VXT1       1307
-## 18840 18840     A4VXT1       1307
-## 18841 18841     A4VXT1       1307
-## 18842 18842     A4VXT1       1307
-## 18843 18843     A4VXZ3       1307
-## 18844 18844     A4VY24       1307
-## 18845 18845     A4VY24       1307
-## 18846 18846     A4VY24       1307
-## 18847 18847     A4VY24       1307
-## 18848 18848     A4VYD3       1307
-## 18849 18849     A4VYE7       1307
-## 18850 18850     A4VYE7       1307
-## 18851 18851     A4VYE7       1307
-## 18852 18852     A4VYI0       1307
-## 18853 18853     A4VYN2       1307
-## 18854 18854     A4VYN2       1307
-## 18855 18855     A4VYN9       1307
-## 18856 18856     A4VYP5       1307
-## 18857 18857     A4VYP6       1307
-## 18858 18858     A4VYQ1       1307
-## 18859 18859     A4VYR8       1307
-## 18860 18860     A4VYU3       1307
-## 18861 18861     A4VYX6       1307
-## 18862 18862     A4VYZ0       1307
-## 18863 18863     A4VZ21       1307
-## 18864 18864     A4VZ21       1307
-## 18865 18865     A4VZ21       1307
-## 18866 18866     A4VZ51       1307
-## 18867 18867     A4VZ51       1307
-## 18868 18868     A4VZ51       1307
-## 18869 18869     A4VZB1       1307
-## 18870 18870     A4VZB1       1307
-## 18871 18871     A4VZB4       1307
-## 18872 18872     A4VZB4       1307
-## 18873 18873     A4VZB5       1307
-## 18874 18874     A4VZB5       1307
-## 18875 18875     A4VZE7       1307
-## 18876 18876     A4VZG5       1307
-## 18877 18877     A4VZG5       1307
-## 18878 18878     A4VZK6       1307
-## 18879 18879     A4VZL1       1307
-## 18880 18880     A4VZM7       1307
-## 18881 18881     A4VZZ0       1307
-## 18882 18882     A4W0A9       1307
-## 18883 18883     A4W0C1       1307
-## 18884 18884     A4W0K2       1307
-## 18885 18885     A4W0M2       1307
-## 18886 18886     A4W0M2       1307
-## 18887 18887     A4W0M2       1307
-## 18888 18888     A4W0M2       1307
-## 18889 18889     A4W0M2       1307
-## 18890 18890     A4W0M6       1307
-## 18891 18891     A4W0P5       1307
-## 18892 18892     A4W0T4       1307
-## 18893 18893     A4W0W9       1307
-## 18894 18894     A4W0Z7       1307
-## 18895 18895     A4W1D5       1307
-## 18896 18896     A4W1L5       1307
-## 18897 18897     A4W1W6       1307
-## 18898 18898     A4W221       1307
-## 18899 18899     A4W221       1307
-## 18900 18900     A4W251       1307
-## 18901 18901     A4W2B1       1307
-## 18902 18902     A4W2B6       1307
-## 18903 18903     A4W2D1       1307
-## 18904 18904     A4W2H3       1307
-## 18905 18905     A4W2H9       1307
-## 18906 18906     A4W2P4       1307
-## 18907 18907     A4W2T1       1307
-## 18908 18908     A4W2T8       1307
-## 18909 18909     A4W2T8       1307
-## 18910 18910     A4W2X9       1307
-## 18911 18911     A4W313       1307
-## 18912 18912     A4W313       1307
-## 18913 18913     A4W313       1307
-## 18914 18914     A4W351       1307
-## 18915 18915     A4W351       1307
-## 18916 18916     A4W3A8       1307
-## 18917 18917     A4W3D3       1307
-## 18918 18918     A4W3D3       1307
-## 18919 18919     A4W3D7       1307
-## 18920 18920     A4W3F7       1307
-## 18921 18921     A4W3H4       1307
-## 18922 18922     A4W3J4       1307
-## 18923 18923     A4W3N5       1307
-## 18924 18924     A4W3R7       1307
-## 18925 18925     A4W3R7       1307
-## 18926 18926     A4W3R7       1307
-## 18927 18927     A4W3R7       1307
-## 18928 18928     A4W3V2       1307
-## 18929 18929     A4W401       1307
-## 18930 18930     A4W401       1307
-## 18931 18931     A4W401       1307
-## 18932 18932     A4W418       1307
-## 18933 18933     A4W428       1307
-## 18934 18934     A4W428       1307
-## 18935 18935     A4W428       1307
-## 18936 18936     A4W428       1307
-## 18937 18937     A4W428       1307
-## 18938 18938     A4W485       1307
-## 18939 18939     A4W487       1307
-## 18940 18940     A4W4B5       1307
-## 18941 18941     A4W4B5       1307
-## 18942 18942     A4W4B5       1307
-## 18943 18943     A4W4B5       1307
-## 18944 18944     A4W4J7       1307
-## 18945 18945     A4W4M5       1307
-## 18946 18946     A4W4N7       1307
-## 18947 18947     A4W4N7       1307
-## 18948 18948     A4W4N7       1307
-## 18949 18949     A4W4S5         NA
-## 18950 18950     A4W4S5         NA
-## 18951 18951     A4W500         NA
-## 18952 18952     A4W502         NA
-## 18953 18953     A4W507         NA
-## 18954 18954     A4W508         NA
-## 18955 18955     A4W527         NA
-## 18956 18956     A4W529         NA
-## 18957 18957     A4W533         NA
-## 18958 18958     A4W533         NA
-## 18959 18959     A4W572         NA
-## 18960 18960     A4W573         NA
-## 18961 18961     A4W5A7         NA
-## 18962 18962     A4W5A8         NA
-## 18963 18963     A4W5A8         NA
-## 18964 18964     A4W5A8         NA
-## 18965 18965     A4W5E0         NA
-## 18966 18966     A4W5F3         NA
-## 18967 18967     A4W5F4         NA
-## 18968 18968     A4W5F4         NA
-## 18969 18969     A4W5M3         NA
-## 18970 18970     A4W5M3         NA
-## 18971 18971     A4W5N8         NA
-## 18972 18972     A4W5P1         NA
-## 18973 18973     A4W5P9         NA
-## 18974 18974     A4W5P9         NA
-## 18975 18975     A4W5Q2         NA
-## 18976 18976     A4W5R1         NA
-## 18977 18977     A4W5R1         NA
-## 18978 18978     A4W5R1         NA
-## 18979 18979     A4W5R3         NA
-## 18980 18980     A4W5S9         NA
-## 18981 18981     A4W5V5         NA
-## 18982 18982     A4W5V5         NA
-## 18983 18983     A4W605         NA
-## 18984 18984     A4W678         NA
-## 18985 18985     A4W698         NA
-## 18986 18986     A4W6A0         NA
-## 18987 18987     A4W6A0         NA
-## 18988 18988     A4W6D5         NA
-## 18989 18989     A4W6D5         NA
-## 18990 18990     A4W6D5         NA
-## 18991 18991     A4W6D6         NA
-## 18992 18992     A4W6D6         NA
-## 18993 18993     A4W6D6         NA
-## 18994 18994     A4W6D6         NA
-## 18995 18995     A4W6F3         NA
-## 18996 18996     A4W6F3         NA
-## 18997 18997     A4W6I4         NA
-## 18998 18998     A4W6J0         NA
-## 18999 18999     A4W6J0         NA
-## 19000 19000     A4W6M5         NA
-## 19001 19001     A4W6Q1         NA
-## 19002 19002     A4W6R1         NA
-## 19003 19003     A4W6R5         NA
-## 19004 19004     A4W6S2         NA
-## 19005 19005     A4W6S6         NA
-## 19006 19006     A4W6S6         NA
-## 19007 19007     A4W6S6         NA
-## 19008 19008     A4W6S6         NA
-## 19009 19009     A4W6S7         NA
-## 19010 19010     A4W6T0         NA
-## 19011 19011     A4W6T5         NA
-## 19012 19012     A4W6T9         NA
-## 19013 19013     A4W6X5         NA
-## 19014 19014     A4W777         NA
-## 19015 19015     A4W777         NA
-## 19016 19016     A4W791         NA
-## 19017 19017     A4W793         NA
-## 19018 19018     A4W7A9         NA
-## 19019 19019     A4W7D6         NA
-## 19020 19020     A4W7F5         NA
-## 19021 19021     A4W7F6         NA
-## 19022 19022     A4W7I2         NA
-## 19023 19023     A4W7I4         NA
-## 19024 19024     A4W7Z1         NA
-## 19025 19025     A4W7Z1         NA
-## 19026 19026     A4W7Z1         NA
-## 19027 19027     A4W811         NA
-## 19028 19028     A4W827         NA
-## 19029 19029     A4W827         NA
-## 19030 19030     A4W827         NA
-## 19031 19031     A4W838         NA
-## 19032 19032     A4W844         NA
-## 19033 19033     A4W859         NA
-## 19034 19034     A4W860         NA
-## 19035 19035     A4W861         NA
-## 19036 19036     A4W861         NA
-## 19037 19037     A4W871         NA
-## 19038 19038     A4W871         NA
-## 19039 19039     A4W889         NA
-## 19040 19040     A4W889         NA
-## 19041 19041     A4W8A9         NA
-## 19042 19042     A4W8A9         NA
-## 19043 19043     A4W8B2         NA
-## 19044 19044     A4W8B2         NA
-## 19045 19045     A4W8B4         NA
-## 19046 19046     A4W8B5         NA
-## 19047 19047     A4W8B8         NA
-## 19048 19048     A4W8C6         NA
-## 19049 19049     A4W8D7         NA
-## 19050 19050     A4W8D7         NA
-## 19051 19051     A4W8E5         NA
-## 19052 19052     A4W8L3         NA
-## 19053 19053     A4W8L3         NA
-## 19054 19054     A4W8L7         NA
-## 19055 19055     A4W8U3         NA
-## 19056 19056     A4W8U3         NA
-## 19057 19057     A4W8U9         NA
-## 19058 19058     A4W8V0         NA
-## 19059 19059     A4W8V4         NA
-## 19060 19060     A4W964         NA
-## 19061 19061     A4W964         NA
-## 19062 19062     A4W968         NA
-## 19063 19063     A4W968         NA
-## 19064 19064     A4W978         NA
-## 19065 19065     A4W980         NA
-## 19066 19066     A4W9A4         NA
-## 19067 19067     A4W9B9         NA
-## 19068 19068     A4W9G6         NA
-## 19069 19069     A4W9G9         NA
-## 19070 19070     A4W9J6         NA
-## 19071 19071     A4W9J7         NA
-## 19072 19072     A4W9J8         NA
-## 19073 19073     A4W9R3         NA
-## 19074 19074     A4W9U3         NA
-## 19075 19075     A4WA61         NA
-## 19076 19076     A4WA61         NA
-## 19077 19077     A4WA61         NA
-## 19078 19078     A4WAJ3         NA
-## 19079 19079     A4WAM4         NA
-## 19080 19080     A4WAM4         NA
-## 19081 19081     A4WB73         NA
-## 19082 19082     A4WB84         NA
-## 19083 19083     A4WBD3         NA
-## 19084 19084     A4WBD3         NA
-## 19085 19085     A4WBF2         NA
-## 19086 19086     A4WBF2         NA
-## 19087 19087     A4WBF5         NA
-## 19088 19088     A4WBG9         NA
-## 19089 19089     A4WBJ0         NA
-## 19090 19090     A4WBM0         NA
-## 19091 19091     A4WBR1         NA
-## 19092 19092     A4WBW4         NA
-## 19093 19093     A4WC73         NA
-## 19094 19094     A4WCC1         NA
-## 19095 19095     A4WCC2         NA
-## 19096 19096     A4WCE6         NA
-## 19097 19097     A4WCF6         NA
-## 19098 19098     A4WCF6         NA
-## 19099 19099     A4WCH9         NA
-## 19100 19100     A4WCM3         NA
-## 19101 19101     A4WCP8         NA
-## 19102 19102     A4WCP8         NA
-## 19103 19103     A4WCP9         NA
-## 19104 19104     A4WCS3         NA
-## 19105 19105     A4WCV7         NA
-## 19106 19106     A4WCW2         NA
-## 19107 19107     A4WCW7         NA
-## 19108 19108     A4WD15         NA
-## 19109 19109     A4WD15         NA
-## 19110 19110     A4WD23         NA
-## 19111 19111     A4WD23         NA
-## 19112 19112     A4WD24         NA
-## 19113 19113     A4WD24         NA
-## 19114 19114     A4WD51         NA
-## 19115 19115     A4WD70         NA
-## 19116 19116     A4WD89         NA
-## 19117 19117     A4WD94         NA
-## 19118 19118     A4WD95         NA
-## 19119 19119     A4WDD7         NA
-## 19120 19120     A4WDD7         NA
-## 19121 19121     A4WDD8         NA
-## 19122 19122     A4WDQ6         NA
-## 19123 19123     A4WDQ6         NA
-## 19124 19124     A4WDQ7         NA
-## 19125 19125     A4WDU9         NA
-## 19126 19126     A4WDW0         NA
-## 19127 19127     A4WDW7         NA
-## 19128 19128     A4WDZ5         NA
-## 19129 19129     A4WDZ5         NA
-## 19130 19130     A4WE04         NA
-## 19131 19131     A4WE11         NA
-## 19132 19132     A4WE41         NA
-## 19133 19133     A4WEI1         NA
-## 19134 19134     A4WEI1         NA
-## 19135 19135     A4WEI4         NA
-## 19136 19136     A4WEI4         NA
-## 19137 19137     A4WEI8         NA
-## 19138 19138     A4WEI8         NA
-## 19139 19139     A4WEI9         NA
-## 19140 19140     A4WEJ1         NA
-## 19141 19141     A4WEJ3         NA
-## 19142 19142     A4WEJ6         NA
-## 19143 19143     A4WEJ9         NA
-## 19144 19144     A4WER3         NA
-## 19145 19145     A4WER3         NA
-## 19146 19146     A4WER3         NA
-## 19147 19147     A4WER8         NA
-## 19148 19148     A4WEW2         NA
-## 19149 19149     A4WEW2         NA
-## 19150 19150     A4WEY3         NA
-## 19151 19151     A4WEY3         NA
-## 19152 19152     A4WEY3         NA
-## 19153 19153     A4WEY3         NA
-## 19154 19154     A4WEY3         NA
-## 19155 19155     A4WEY3         NA
-## 19156 19156     A4WEY3         NA
-## 19157 19157     A4WEY3         NA
-## 19158 19158     A4WEY7         NA
-## 19159 19159     A4WEZ6         NA
-## 19160 19160     A4WEZ6         NA
-## 19161 19161     A4WEZ6         NA
-## 19162 19162     A4WF02         NA
-## 19163 19163     A4WF02         NA
-## 19164 19164     A4WF38         NA
-## 19165 19165     A4WF48         NA
-## 19166 19166     A4WF96         NA
-## 19167 19167     A4WF99         NA
-## 19168 19168     A4WFE4         NA
-## 19169 19169     A4WFE4         NA
-## 19170 19170     A4WFJ1         NA
-## 19171 19171     A4WFK8         NA
-## 19172 19172     A4WFK9         NA
-## 19173 19173     A4WFL3         NA
-## 19174 19174     A4WFL5         NA
-## 19175 19175     A4WFL5         NA
-## 19176 19176     A4WFV0         NA
-## 19177 19177     A4WFX5         NA
-## 19178 19178     A4WG31         NA
-## 19179 19179     A4WG34         NA
-## 19180 19180     A4WG34         NA
-## 19181 19181     A4WG66         NA
-## 19182 19182     A4WG70         NA
-## 19183 19183     A4WG77         NA
-## 19184 19184     A4WG89         NA
-## 19185 19185     A4WG90         NA
-## 19186 19186     A4WG93         NA
-## 19187 19187     A4WGB3         NA
-## 19188 19188     A4WGC4         NA
-## 19189 19189     A4WGC4         NA
-## 19190 19190     A4WGE6         NA
-## 19191 19191     A4WGF0         NA
-## 19192 19192     A4WGF8         NA
-## 19193 19193     A4WGF8         NA
-## 19194 19194     A4WGH2         NA
-## 19195 19195     A4WGV3     121277
-## 19196 19196     A4WGY5     121277
-## 19197 19197     A4WGZ8     121277
-## 19198 19198     A4WGZ8     121277
-## 19199 19199     A4WGZ8     121277
-## 19200 19200     A4WH01     121277
-## 19201 19201     A4WH12     121277
-## 19202 19202     A4WH15     121277
-## 19203 19203     A4WH36     121277
-## 19204 19204     A4WH37     121277
-## 19205 19205     A4WHB4     121277
-## 19206 19206     A4WHI5     121277
-## 19207 19207     A4WHI5     121277
-## 19208 19208     A4WHI5     121277
-## 19209 19209     A4WHK6     121277
-## 19210 19210     A4WHK6     121277
-## 19211 19211     A4WHQ7     121277
-## 19212 19212     A4WHY9     121277
-## 19213 19213     A4WIG5     121277
-## 19214 19214     A4WIG5     121277
-## 19215 19215     A4WIK0     121277
-## 19216 19216     A4WIY8     121277
-## 19217 19217     A4WIY9     121277
-## 19218 19218     A4WJ12     121277
-## 19219 19219     A4WJ34     121277
-## 19220 19220     A4WJG1     121277
-## 19221 19221     A4WJK5     121277
-## 19222 19222     A4WJU1     121277
-## 19223 19223     A4WKK8     121277
-## 19224 19224     A4WKL0     121277
-## 19225 19225     A4WKM4     121277
-## 19226 19226     A4WKM8     121277
-## 19227 19227     A4WKM8     121277
-## 19228 19228     A4WKR0     121277
-## 19229 19229     A4WKR0     121277
-## 19230 19230     A4WL72     121277
-## 19231 19231     A4WL94     121277
-## 19232 19232     A4WL95     121277
-## 19233 19233     A4WLG6     121277
-## 19234 19234     A4WLG8     121277
-## 19235 19235     A4WLG8     121277
-## 19236 19236     A4WLJ5     121277
-## 19237 19237     A4WLL3     121277
-## 19238 19238     A4WLP0     121277
-## 19239 19239     A4WLV3     121277
-## 19240 19240     A4WLW1     121277
-## 19241 19241     A4WM07     121277
-## 19242 19242     A4WM20     121277
-## 19243 19243     A4WM20     121277
-## 19244 19244     A4WMA6     121277
-## 19245 19245     A4WMB5     121277
-## 19246 19246     A4WMI3     121277
-## 19247 19247     A4WMI6     121277
-## 19248 19248     A4WMV7     121277
-## 19249 19249     A4WMV7     121277
-## 19250 19250     A4WN33     121277
-## 19251 19251     A4WN46     121277
-## 19252 19252     A4WN46     121277
-## 19253 19253     A4WN46     121277
-## 19254 19254     A4WNA3     121277
-## 19255 19255     A4WNA4     121277
-## 19256 19256     A4WNA4     121277
-## 19257 19257     A4WNB3     121277
-## 19258 19258     A4WNE9       1063
-## 19259 19259     A4WNJ4       1063
-## 19260 19260     A4WNJ4       1063
-## 19261 19261     A4WNJ6       1063
-## 19262 19262     A4WNL5       1063
-## 19263 19263     A4WNL6       1063
-## 19264 19264     A4WNS1       1063
-## 19265 19265     A4WNU8       1063
-## 19266 19266     A4WNV1       1063
-## 19267 19267     A4WNY7       1063
-## 19268 19268     A4WNY8       1063
-## 19269 19269     A4WNY8       1063
-## 19270 19270     A4WNY9       1063
-## 19271 19271     A4WP35       1063
-## 19272 19272     A4WP56       1063
-## 19273 19273     A4WP56       1063
-## 19274 19274     A4WPB7       1063
-## 19275 19275     A4WPE1       1063
-## 19276 19276     A4WPE1       1063
-## 19277 19277     A4WPE4       1063
-## 19278 19278     A4WQ04       1063
-## 19279 19279     A4WQ04       1063
-## 19280 19280     A4WQ11       1063
-## 19281 19281     A4WQ25       1063
-## 19282 19282     A4WQ57       1063
-## 19283 19283     A4WQ81       1063
-## 19284 19284     A4WQC4       1063
-## 19285 19285     A4WQC4       1063
-## 19286 19286     A4WQD0       1063
-## 19287 19287     A4WQD0       1063
-## 19288 19288     A4WQD6       1063
-## 19289 19289     A4WQD9       1063
-## 19290 19290     A4WQW4       1063
-## 19291 19291     A4WQY3       1063
-## 19292 19292     A4WR15       1063
-## 19293 19293     A4WR15       1063
-## 19294 19294     A4WRE3       1063
-## 19295 19295     A4WRF5       1063
-## 19296 19296     A4WRM2       1063
-## 19297 19297     A4WRM2       1063
-## 19298 19298     A4WRP6       1063
-## 19299 19299     A4WRQ0       1063
-## 19300 19300     A4WRQ2       1063
-## 19301 19301     A4WRT7       1063
-## 19302 19302     A4WRT7       1063
-## 19303 19303     A4WRT7       1063
-## 19304 19304     A4WRW7       1063
-## 19305 19305     A4WRW8       1063
-## 19306 19306     A4WRW8       1063
-## 19307 19307     A4WRX0       1063
-## 19308 19308     A4WRZ6       1063
-## 19309 19309     A4WS82       1063
-## 19310 19310     A4WS82       1063
-## 19311 19311     A4WS83       1063
-## 19312 19312     A4WS85       1063
-## 19313 19313     A4WSQ8       1063
-## 19314 19314     A4WT69       1063
-## 19315 19315     A4WT70       1063
-## 19316 19316     A4WT80       1063
-## 19317 19317     A4WTT8       1063
-## 19318 19318     A4WTT9       1063
-## 19319 19319     A4WTT9       1063
-## 19320 19320     A4WTT9       1063
-## 19321 19321     A4WU33       1063
-## 19322 19322     A4WU43       1063
-## 19323 19323     A4WU43       1063
-## 19324 19324     A4WU98       1063
-## 19325 19325     A4WUH9       1063
-## 19326 19326     A4WUI6       1063
-## 19327 19327     A4WUJ2       1063
-## 19328 19328     A4WUL5       1063
-## 19329 19329     A4WUM8       1063
-## 19330 19330     A4WUM9       1063
-## 19331 19331     A4WUN2       1063
-## 19332 19332     A4WUN9       1063
-## 19333 19333     A4WUQ2       1063
-## 19334 19334     A4WUQ5       1063
-## 19335 19335     A4WUQ5       1063
-## 19336 19336     A4WUS5       1063
-## 19337 19337     A4WUY6       1063
-## 19338 19338     A4WV47       1063
-## 19339 19339     A4WV48       1063
-## 19340 19340     A4WV81       1063
-## 19341 19341     A4WVB2       1063
-## 19342 19342     A4WVE5       1063
-## 19343 19343     A4WVF3       1063
-## 19344 19344     A4WVI4       1063
-## 19345 19345     A4WVI6       1063
-## 19346 19346     A4WVI9       1063
-## 19347 19347     A4WVJ1       1063
-## 19348 19348     A4WVK0       1063
-## 19349 19349     A4WVL5       1063
-## 19350 19350     A4WVL5       1063
-## 19351 19351     A4WVL6       1063
-## 19352 19352     A4WVL8       1063
-## 19353 19353     A4WVN6       1063
-## 19354 19354     A4WVN6       1063
-## 19355 19355     A4WVP0       1063
-## 19356 19356     A4WVP2       1063
-## 19357 19357     A4WVP5       1063
-## 19358 19358     A4WVT8       1063
-## 19359 19359     A4WVT8       1063
-## 19360 19360     A4WVX3       1063
-## 19361 19361     A4WVX8       1063
-## 19362 19362     A4WVX8       1063
-## 19363 19363     A4WVY9       1063
-## 19364 19364     A4WW77       1063
-## 19365 19365     A4WW80       1063
-## 19366 19366     A4WW80       1063
-## 19367 19367     A4WW80       1063
-## 19368 19368     A4WW80       1063
-## 19369 19369     A4WW80       1063
-## 19370 19370     A4WW88       1063
-## 19371 19371     A4WW88       1063
-## 19372 19372     A4WW88       1063
-## 19373 19373     A4WW89       1063
-## 19374 19374     A4WWA0       1063
-## 19375 19375     A4WWC0       1063
-## 19376 19376     A4WWI7       1063
-## 19377 19377     A4WWI7       1063
-## 19378 19378     A4WWP0       1063
-## 19379 19379     A4WWP0       1063
-## 19380 19380     A4WWP4       1063
-## 19381 19381     A4WWP6       1063
-## 19382 19382     A4WWP7       1063
-## 19383 19383     A4WWP7       1063
-## 19384 19384     A4WWS0       1063
-## 19385 19385     A4WX67       1063
-## 19386 19386     A4WX68       1063
-## 19387 19387     A4WXA5       1063
-## 19388 19388     A4WZ45       1063
-## 19389 19389     A4WZ45       1063
-## 19390 19390     A4WZ55       1063
-## 19391 19391     A4WZ55       1063
-## 19392 19392     A4WZ55       1063
-## 19393 19393     A4WZV1       1063
-## 19394 19394     A4X0V0     168695
-## 19395 19395     A4X0V0     168695
-## 19396 19396     A4X148     168695
-## 19397 19397     A4X148     168695
-## 19398 19398     A4X1P5     168695
-## 19399 19399     A4X1R6     168695
-## 19400 19400     A4X1U1     168695
-## 19401 19401     A4X1U1     168695
-## 19402 19402     A4X1Z0     168695
-## 19403 19403     A4X1Z0     168695
-## 19404 19404     A4X1Z0     168695
-## 19405 19405     A4X1Z0     168695
-## 19406 19406     A4X1Z0     168695
-## 19407 19407     A4X307     168695
-## 19408 19408     A4X310     168695
-## 19409 19409     A4X398     168695
-## 19410 19410     A4X3X8     168695
-## 19411 19411     A4X422     168695
-## 19412 19412     A4X422     168695
-## 19413 19413     A4X487     168695
-## 19414 19414     A4X490     168695
-## 19415 19415     A4X4A5     168695
-## 19416 19416     A4X4H5     168695
-## 19417 19417     A4X4H5     168695
-## 19418 19418     A4X4H7     168695
-## 19419 19419     A4X4H8     168695
-## 19420 19420     A4X4H8     168695
-## 19421 19421     A4X4H9     168695
-## 19422 19422     A4X4I2     168695
-## 19423 19423     A4X4I2     168695
-## 19424 19424     A4X4J2     168695
-## 19425 19425     A4X4J2     168695
-## 19426 19426     A4X4J2     168695
-## 19427 19427     A4X4J7     168695
-## 19428 19428     A4X4N4     168695
-## 19429 19429     A4X4N4     168695
-## 19430 19430     A4X4N7     168695
-## 19431 19431     A4X4N7     168695
-## 19432 19432     A4X4N7     168695
-## 19433 19433     A4X4N7     168695
-## 19434 19434     A4X4N7     168695
-## 19435 19435     A4X4N7     168695
-## 19436 19436     A4X4N7     168695
-## 19437 19437     A4X4N7     168695
-## 19438 19438     A4X4N7     168695
-## 19439 19439     A4X4N7     168695
-## 19440 19440     A4X4N7     168695
-## 19441 19441     A4X4P8     168695
-## 19442 19442     A4X4P8     168695
-## 19443 19443     A4X4P8     168695
-## 19444 19444     A4X4U3     168695
-## 19445 19445     A4X4U3     168695
-## 19446 19446     A4X4V8     168695
-## 19447 19447     A4X4V8     168695
-## 19448 19448     A4X4W1     168695
-## 19449 19449     A4X4Y7     168695
-## 19450 19450     A4X4Y7     168695
-## 19451 19451     A4X5I0     168695
-## 19452 19452     A4X5I0     168695
-## 19453 19453     A4X5V6     168695
-## 19454 19454     A4X5V6     168695
-## 19455 19455     A4X5X3     168695
-## 19456 19456     A4X5Y3     168695
-## 19457 19457     A4X5Y3     168695
-## 19458 19458     A4X5Z0     168695
-## 19459 19459     A4X619     168695
-## 19460 19460     A4X619     168695
-## 19461 19461     A4X619     168695
-## 19462 19462     A4X619     168695
-## 19463 19463     A4X626     168695
-## 19464 19464     A4X642     168695
-## 19465 19465     A4X646     168695
-## 19466 19466     A4X650     168695
-## 19467 19467     A4X650     168695
-## 19468 19468     A4X6K7     168695
-## 19469 19469     A4X6K7     168695
-## 19470 19470     A4X6R9     168695
-## 19471 19471     A4X6R9     168695
-## 19472 19472     A4X6W9     168695
-## 19473 19473     A4X752     168695
-## 19474 19474     A4X7V1     168695
-## 19475 19475     A4X7V1     168695
-## 19476 19476     A4X7V1     168695
-## 19477 19477     A4X7W7     168695
-## 19478 19478     A4X7W7     168695
-## 19479 19479     A4X7W7     168695
-## 19480 19480     A4X7W7     168695
-## 19481 19481     A4X7Y6     168695
-## 19482 19482     A4X7Y6     168695
-## 19483 19483     A4X7Y6     168695
-## 19484 19484     A4X9F8     168695
-## 19485 19485     A4X9P7     168695
-## 19486 19486     A4X9Q0     168695
-## 19487 19487     A4X9R8     168695
-## 19488 19488     A4X9S4     168695
-## 19489 19489     A4X9S8     168695
-## 19490 19490     A4X9S8     168695
-## 19491 19491     A4XAE7     168695
-## 19492 19492     A4XAG1     168695
-## 19493 19493     A4XAG1     168695
-## 19494 19494     A4XAG1     168695
-## 19495 19495     A4XAK8     168695
-## 19496 19496     A4XAL2     168695
-## 19497 19497     A4XAM8     168695
-## 19498 19498     A4XAM8     168695
-## 19499 19499     A4XAW2     168695
-## 19500 19500     A4XAW2     168695
-## 19501 19501     A4XAW3     168695
-## 19502 19502     A4XAW3     168695
-## 19503 19503     A4XAW4     168695
-## 19504 19504     A4XAW5     168695
-## 19505 19505     A4XAW6     168695
-## 19506 19506     A4XB61     168695
-## 19507 19507     A4XB61     168695
-## 19508 19508     A4XB61     168695
-## 19509 19509     A4XB61     168695
-## 19510 19510     A4XB95     168695
-## 19511 19511     A4XBH2     168695
-## 19512 19512     A4XBH2     168695
-## 19513 19513     A4XBI5     168695
-## 19514 19514     A4XBI5     168695
-## 19515 19515     A4XBM7     168695
-## 19516 19516     A4XBN1     168695
-## 19517 19517     A4XBN1     168695
-## 19518 19518     A4XBN1     168695
-## 19519 19519     A4XBP0     168695
-## 19520 19520     A4XBP1     168695
-## 19521 19521     A4XBP9     168695
-## 19522 19522     A4XBQ5     168695
-## 19523 19523     A4XBQ5     168695
-## 19524 19524     A4XC73     168695
-## 19525 19525     A4XC73     168695
-## 19526 19526     A4XCQ4     168695
-## 19527 19527     A4XCT1     168695
-## 19528 19528     A4XCT1     168695
-## 19529 19529     A4XD40     168695
-## 19530 19530     A4XDK4     168695
-## 19531 19531     A4XDK4     168695
-## 19532 19532     A4XDR5     168695
-## 19533 19533     A4XF36      48935
-## 19534 19534     A4XG24      44001
-## 19535 19535     A4XHB0      44001
-## 19536 19536     A4XHB0      44001
-## 19537 19537     A4XHE0      44001
-## 19538 19538     A4XHE2      44001
-## 19539 19539     A4XHH4      44001
-## 19540 19540     A4XHL5      44001
-## 19541 19541     A4XHL5      44001
-## 19542 19542     A4XHR9      44001
-## 19543 19543     A4XHU5      44001
-## 19544 19544     A4XHU5      44001
-## 19545 19545     A4XHV9      44001
-## 19546 19546     A4XHV9      44001
-## 19547 19547     A4XHV9      44001
-## 19548 19548     A4XHW0      44001
-## 19549 19549     A4XHX9      44001
-## 19550 19550     A4XHY9      44001
-## 19551 19551     A4XHZ5      44001
-## 19552 19552     A4XHZ6      44001
-## 19553 19553     A4XHZ6      44001
-## 19554 19554     A4XI01      44001
-## 19555 19555     A4XI01      44001
-## 19556 19556     A4XI01      44001
-## 19557 19557     A4XI30      44001
-## 19558 19558     A4XI31      44001
-## 19559 19559     A4XI31      44001
-## 19560 19560     A4XI31      44001
-## 19561 19561     A4XI31      44001
-## 19562 19562     A4XI36      44001
-## 19563 19563     A4XI37      44001
-## 19564 19564     A4XI71      44001
-## 19565 19565     A4XIQ3      44001
-## 19566 19566     A4XIS1      44001
-## 19567 19567     A4XIX0      44001
-## 19568 19568     A4XJ31      44001
-## 19569 19569     A4XJ42      44001
-## 19570 19570     A4XJ54      44001
-## 19571 19571     A4XJL4      44001
-## 19572 19572     A4XJN1      44001
-## 19573 19573     A4XJN1      44001
-## 19574 19574     A4XJN8      44001
-## 19575 19575     A4XJN9      44001
-## 19576 19576     A4XJS2      44001
-## 19577 19577     A4XJS8      44001
-## 19578 19578     A4XJS8      44001
-## 19579 19579     A4XJS8      44001
-## 19580 19580     A4XJS8      44001
-## 19581 19581     A4XJV0      44001
-## 19582 19582     A4XJV1      44001
-## 19583 19583     A4XJV6      44001
-## 19584 19584     A4XJW0      44001
-## 19585 19585     A4XK62      44001
-## 19586 19586     A4XK85      44001
-## 19587 19587     A4XKA4      44001
-## 19588 19588     A4XKA5      44001
-## 19589 19589     A4XKA5      44001
-## 19590 19590     A4XKA5      44001
-## 19591 19591     A4XKC1      44001
-## 19592 19592     A4XKC7      44001
-## 19593 19593     A4XKC7      44001
-## 19594 19594     A4XKE6      44001
-## 19595 19595     A4XKG2      44001
-## 19596 19596     A4XKG5      44001
-## 19597 19597     A4XKG9      44001
-## 19598 19598     A4XKJ4      44001
-## 19599 19599     A4XKP4      44001
-## 19600 19600     A4XKP4      44001
-## 19601 19601     A4XKP6      44001
-## 19602 19602     A4XKP6      44001
-## 19603 19603     A4XKP7      44001
-## 19604 19604     A4XKT6      44001
-## 19605 19605     A4XKX0      44001
-## 19606 19606     A4XKX1      44001
-## 19607 19607     A4XKX4      44001
-## 19608 19608     A4XKX5      44001
-## 19609 19609     A4XKX8      44001
-## 19610 19610     A4XKY5      44001
-## 19611 19611     A4XKZ2      44001
-## 19612 19612     A4XL44      44001
-## 19613 19613     A4XL47      44001
-## 19614 19614     A4XL48      44001
-## 19615 19615     A4XL69      44001
-## 19616 19616     A4XL70      44001
-## 19617 19617     A4XL70      44001
-## 19618 19618     A4XL78      44001
-## 19619 19619     A4XL87      44001
-## 19620 19620     A4XLC1      44001
-## 19621 19621     A4XLD4      44001
-## 19622 19622     A4XLF1      44001
-## 19623 19623     A4XLI3      44001
-## 19624 19624     A4XLL8      44001
-## 19625 19625     A4XLQ2      44001
-## 19626 19626     A4XLQ3      44001
-## 19627 19627     A4XLQ5      44001
-## 19628 19628     A4XLQ5      44001
-## 19629 19629     A4XLR0      44001
-## 19630 19630     A4XLR5      44001
-## 19631 19631     A4XLT0      44001
-## 19632 19632     A4XLW0      44001
-## 19633 19633     A4XM02      44001
-## 19634 19634     A4XM18      44001
-## 19635 19635     A4XM18      44001
-## 19636 19636     A4XM19      44001
-## 19637 19637     A4XMY1      44001
-## 19638 19638     A4XMZ4      44001
-## 19639 19639     A4XN49      44001
-## 19640 19640     A4XN50      44001
-## 19641 19641     A4XN72        300
-## 19642 19642     A4XN72        300
-## 19643 19643     A4XN72        300
-## 19644 19644     A4XNB6        300
-## 19645 19645     A4XND8        300
-## 19646 19646     A4XNV9        300
-## 19647 19647     A4XP75        300
-## 19648 19648     A4XPA4        300
-## 19649 19649     A4XPF3        300
-## 19650 19650     A4XPF7        300
-## 19651 19651     A4XPF8        300
-## 19652 19652     A4XPI5        300
-## 19653 19653     A4XPM2        300
-## 19654 19654     A4XPM7        300
-## 19655 19655     A4XPN9        300
-## 19656 19656     A4XPQ2        300
-## 19657 19657     A4XPR4        300
-## 19658 19658     A4XPR4        300
-## 19659 19659     A4XPS6        300
-## 19660 19660     A4XPU9        300
-## 19661 19661     A4XPX8        300
-## 19662 19662     A4XPY6        300
-## 19663 19663     A4XPZ2        300
-## 19664 19664     A4XPZ7        300
-## 19665 19665     A4XPZ7        300
-## 19666 19666     A4XQ00        300
-## 19667 19667     A4XQ00        300
-## 19668 19668     A4XQ00        300
-## 19669 19669     A4XQ17        300
-## 19670 19670     A4XQ18        300
-## 19671 19671     A4XQ64        300
-## 19672 19672     A4XQ67        300
-## 19673 19673     A4XQK6        300
-## 19674 19674     A4XQN4        300
-## 19675 19675     A4XQN5        300
-## 19676 19676     A4XQR5        300
-## 19677 19677     A4XQR6        300
-## 19678 19678     A4XQS1        300
-## 19679 19679     A4XQS1        300
-## 19680 19680     A4XQS5        300
-## 19681 19681     A4XQV5        300
-## 19682 19682     A4XQV6        300
-## 19683 19683     A4XR54        300
-## 19684 19684     A4XR55        300
-## 19685 19685     A4XRJ0        300
-## 19686 19686     A4XRN4        300
-## 19687 19687     A4XRT1        300
-## 19688 19688     A4XRT1        300
-## 19689 19689     A4XS41        300
-## 19690 19690     A4XS52        300
-## 19691 19691     A4XS52        300
-## 19692 19692     A4XS54        300
-## 19693 19693     A4XS54        300
-## 19694 19694     A4XS54        300
-## 19695 19695     A4XS57        300
-## 19696 19696     A4XSC0        300
-## 19697 19697     A4XSC7        300
-## 19698 19698     A4XSD0        300
-## 19699 19699     A4XSD1        300
-## 19700 19700     A4XSM8        300
-## 19701 19701     A4XST1        300
-## 19702 19702     A4XSY1        300
-## 19703 19703     A4XSY1        300
-## 19704 19704     A4XSZ1        300
-## 19705 19705     A4XT55        300
-## 19706 19706     A4XT57        300
-## 19707 19707     A4XTH9        300
-## 19708 19708     A4XTK4        300
-## 19709 19709     A4XTM7        300
-## 19710 19710     A4XTN0        300
-## 19711 19711     A4XTR1        300
-## 19712 19712     A4XTS1        300
-## 19713 19713     A4XTW5        300
-## 19714 19714     A4XTZ3        300
-## 19715 19715     A4XTZ6        300
-## 19716 19716     A4XU99        300
-## 19717 19717     A4XUB9        300
-## 19718 19718     A4XUP3        300
-## 19719 19719     A4XUW4        300
-## 19720 19720     A4XUX3        300
-## 19721 19721     A4XUY1        300
-## 19722 19722     A4XV02        300
-## 19723 19723     A4XV03        300
-## 19724 19724     A4XV08        300
-## 19725 19725     A4XV14        300
-## 19726 19726     A4XV44        300
-## 19727 19727     A4XV81        300
-## 19728 19728     A4XVK6        300
-## 19729 19729     A4XVL7        300
-## 19730 19730     A4XVN5        300
-## 19731 19731     A4XVN5        300
-## 19732 19732     A4XVX2        300
-## 19733 19733     A4XVY6        300
-## 19734 19734     A4XWE2        300
-## 19735 19735     A4XWE2        300
-## 19736 19736     A4XWE2        300
-## 19737 19737     A4XWE6        300
-## 19738 19738     A4XWM0        300
-## 19739 19739     A4XWM0        300
-## 19740 19740     A4XWM7        300
-## 19741 19741     A4XWN5        300
-## 19742 19742     A4XWP8        300
-## 19743 19743     A4XWR2        300
-## 19744 19744     A4XWS1        300
-## 19745 19745     A4XWS2        300
-## 19746 19746     A4XWS9        300
-## 19747 19747     A4XWT1        300
-## 19748 19748     A4XWT1        300
-## 19749 19749     A4XWT1        300
-## 19750 19750     A4XWU0        300
-## 19751 19751     A4XWU0        300
-## 19752 19752     A4XWX9        300
-## 19753 19753     A4XWX9        300
-## 19754 19754     A4XXN1        300
-## 19755 19755     A4XXP6        300
-## 19756 19756     A4XXP6        300
-## 19757 19757     A4XXP6        300
-## 19758 19758     A4XXP6        300
-## 19759 19759     A4XXP6        300
-## 19760 19760     A4XXP6        300
-## 19761 19761     A4XXQ6        300
-## 19762 19762     A4XY17        300
-## 19763 19763     A4XY24        300
-## 19764 19764     A4XY32        300
-## 19765 19765     A4XY39        300
-## 19766 19766     A4XY39        300
-## 19767 19767     A4XY40        300
-## 19768 19768     A4XY81        300
-## 19769 19769     A4XYC6        300
-## 19770 19770     A4XYC6        300
-## 19771 19771     A4XYC6        300
-## 19772 19772     A4XYD6        300
-## 19773 19773     A4XYD6        300
-## 19774 19774     A4XYD8        300
-## 19775 19775     A4XYE0        300
-## 19776 19776     A4XYE0        300
-## 19777 19777     A4XYE0        300
-## 19778 19778     A4XYE0        300
-## 19779 19779     A4XYF5        300
-## 19780 19780     A4XYF5        300
-## 19781 19781     A4XYF5        300
-## 19782 19782     A4XYF5        300
-## 19783 19783     A4XYG7        300
-## 19784 19784     A4XYH6        300
-## 19785 19785     A4XYH6        300
-## 19786 19786     A4XYL2        300
-## 19787 19787     A4XYL2        300
-## 19788 19788     A4XYL2        300
-## 19789 19789     A4XYM0        300
-## 19790 19790     A4XYV5        300
-## 19791 19791     A4XYY3        300
-## 19792 19792     A4XYY4        300
-## 19793 19793     A4XZ68        300
-## 19794 19794     A4XZ75        300
-## 19795 19795     A4XZ75        300
-## 19796 19796     A4XZ76        300
-## 19797 19797     A4XZ79        300
-## 19798 19798     A4XZ84        300
-## 19799 19799     A4XZ84        300
-## 19800 19800     A4XZ96        300
-## 19801 19801     A4XZ96        300
-## 19802 19802     A4XZ97        300
-## 19803 19803     A4XZ97        300
-## 19804 19804     A4XZ97        300
-## 19805 19805     A4XZ98        300
-## 19806 19806     A4XZB4        300
-## 19807 19807     A4XZJ1        300
-## 19808 19808     A4XZJ1        300
-## 19809 19809     A4XZJ9        300
-## 19810 19810     A4XZK6        300
-## 19811 19811     A4XZR9        300
-## 19812 19812     A4XZX0        300
-## 19813 19813     A4XZY6        300
-## 19814 19814     A4Y044        300
-## 19815 19815     A4Y077        300
-## 19816 19816     A4Y084        300
-## 19817 19817     A4Y0P0        300
-## 19818 19818     A4Y185        300
-## 19819 19819     A4Y185        300
-## 19820 19820     A4Y189        300
-## 19821 19821     A4Y189        300
-## 19822 19822     A4Y193        300
-## 19823 19823     A4Y198        300
-## 19824 19824     A4Y1A0        300
-## 19825 19825     A4Y1A0        300
-## 19826 19826     A4Y1A6         24
-## 19827 19827     A4Y1B6         24
-## 19828 19828     A4Y1D0         24
-## 19829 19829     A4Y1D2         24
-## 19830 19830     A4Y1E3         24
-## 19831 19831     A4Y1I2         24
-## 19832 19832     A4Y1I2         24
-## 19833 19833     A4Y259         24
-## 19834 19834     A4Y2G4         24
-## 19835 19835     A4Y2M7         24
-## 19836 19836     A4Y2N3         24
-## 19837 19837     A4Y2N3         24
-## 19838 19838     A4Y2P4         24
-## 19839 19839     A4Y2Q2         24
-## 19840 19840     A4Y2Q3         24
-## 19841 19841     A4Y2S7         24
-## 19842 19842     A4Y2S7         24
-## 19843 19843     A4Y2U9         24
-## 19844 19844     A4Y2U9         24
-## 19845 19845     A4Y344         24
-## 19846 19846     A4Y398         24
-## 19847 19847     A4Y398         24
-## 19848 19848     A4Y3C4         24
-## 19849 19849     A4Y3F0         24
-## 19850 19850     A4Y3F3         24
-## 19851 19851     A4Y3F3         24
-## 19852 19852     A4Y3F6         24
-## 19853 19853     A4Y3J5         24
-## 19854 19854     A4Y3J7         24
-## 19855 19855     A4Y3J7         24
-## 19856 19856     A4Y3S0         24
-## 19857 19857     A4Y3S0         24
-## 19858 19858     A4Y3Y9         24
-## 19859 19859     A4Y425         24
-## 19860 19860     A4Y427         24
-## 19861 19861     A4Y427         24
-## 19862 19862     A4Y427         24
-## 19863 19863     A4Y447         24
-## 19864 19864     A4Y493         24
-## 19865 19865     A4Y493         24
-## 19866 19866     A4Y4G4         24
-## 19867 19867     A4Y4H1         24
-## 19868 19868     A4Y4I7         24
-## 19869 19869     A4Y4J1         24
-## 19870 19870     A4Y4J2         24
-## 19871 19871     A4Y4W9         24
-## 19872 19872     A4Y4X0         24
-## 19873 19873     A4Y4Y4         24
-## 19874 19874     A4Y4Y4         24
-## 19875 19875     A4Y543         24
-## 19876 19876     A4Y544         24
-## 19877 19877     A4Y544         24
-## 19878 19878     A4Y546         24
-## 19879 19879     A4Y554         24
-## 19880 19880     A4Y557         24
-## 19881 19881     A4Y581         24
-## 19882 19882     A4Y5H9         24
-## 19883 19883     A4Y5I0         24
-## 19884 19884     A4Y5U9         24
-## 19885 19885     A4Y5U9         24
-## 19886 19886     A4Y5X4         24
-## 19887 19887     A4Y5Y2         24
-## 19888 19888     A4Y624         24
-## 19889 19889     A4Y624         24
-## 19890 19890     A4Y624         24
-## 19891 19891     A4Y6A7         24
-## 19892 19892     A4Y6C1         24
-## 19893 19893     A4Y6E4         24
-## 19894 19894     A4Y6S2         24
-## 19895 19895     A4Y6T9         24
-## 19896 19896     A4Y6Z6         24
-## 19897 19897     A4Y731         24
-## 19898 19898     A4Y732         24
-## 19899 19899     A4Y769         24
-## 19900 19900     A4Y7D3         24
-## 19901 19901     A4Y7D7         24
-## 19902 19902     A4Y7J8         24
-## 19903 19903     A4Y7K8         24
-## 19904 19904     A4Y7L3         24
-## 19905 19905     A4Y7S6         24
-## 19906 19906     A4Y7T7         24
-## 19907 19907     A4Y7T7         24
-## 19908 19908     A4Y7X3         24
-## 19909 19909     A4Y7X3         24
-## 19910 19910     A4Y7Y7         24
-## 19911 19911     A4Y7Y7         24
-## 19912 19912     A4Y7Y7         24
-## 19913 19913     A4Y803         24
-## 19914 19914     A4Y803         24
-## 19915 19915     A4Y819         24
-## 19916 19916     A4Y884         24
-## 19917 19917     A4Y897         24
-## 19918 19918     A4Y8C8         24
-## 19919 19919     A4Y8T1         24
-## 19920 19920     A4Y8W7         24
-## 19921 19921     A4Y8Y3         24
-## 19922 19922     A4Y8Y8         24
-## 19923 19923     A4Y8Y8         24
-## 19924 19924     A4Y931         24
-## 19925 19925     A4Y943         24
-## 19926 19926     A4Y946         24
-## 19927 19927     A4Y952         24
-## 19928 19928     A4Y966         24
-## 19929 19929     A4Y9A8         24
-## 19930 19930     A4Y9B5         24
-## 19931 19931     A4Y9B5         24
-## 19932 19932     A4Y9B9         24
-## 19933 19933     A4Y9C0         24
-## 19934 19934     A4Y9D9         24
-## 19935 19935     A4Y9E9         24
-## 19936 19936     A4Y9G2         24
-## 19937 19937     A4Y9P2         24
-## 19938 19938     A4Y9P3         24
-## 19939 19939     A4Y9Q2         24
-## 19940 19940     A4Y9Q2         24
-## 19941 19941     A4Y9S5         24
-## 19942 19942     A4Y9Y4         24
-## 19943 19943     A4Y9Z3         24
-## 19944 19944     A4Y9Z9         24
-## 19945 19945     A4Y9Z9         24
-## 19946 19946     A4YA93         24
-## 19947 19947     A4YAE0         24
-## 19948 19948     A4YAN1         24
-## 19949 19949     A4YAP3         24
-## 19950 19950     A4YAP3         24
-## 19951 19951     A4YAP3         24
-## 19952 19952     A4YAQ6         24
-## 19953 19953     A4YAS7         24
-## 19954 19954     A4YBE7         24
-## 19955 19955     A4YBG0         24
-## 19956 19956     A4YBG0         24
-## 19957 19957     A4YBR9         24
-## 19958 19958     A4YBV6         24
-## 19959 19959     A4YBW8         24
-## 19960 19960     A4YBX1         24
-## 19961 19961     A4YBY2         24
-## 19962 19962     A4YBY3         24
-## 19963 19963     A4YBY7         24
-## 19964 19964     A4YBY9         24
-## 19965 19965     A4YBY9         24
-## 19966 19966     A4YC03         24
-## 19967 19967     A4YC03         24
-## 19968 19968     A4YC13         24
-## 19969 19969     A4YCH6         24
-## 19970 19970     A4YCP2      43687
-## 19971 19971     A4YCQ1      43687
-## 19972 19972     A4YCQ5      43687
-## 19973 19973     A4YCR7      43687
-## 19974 19974     A4YCU5      43687
-## 19975 19975     A4YCU9      43687
-## 19976 19976     A4YCV9      43687
-## 19977 19977     A4YD82      43687
-## 19978 19978     A4YE96      43687
-## 19979 19979     A4YEI1      43687
-## 19980 19980     A4YEN2      43687
-## 19981 19981     A4YEQ8      43687
-## 19982 19982     A4YF03      43687
-## 19983 19983     A4YGR1      43687
-## 19984 19984     A4YH79      43687
-## 19985 19985     A4YH88      43687
-## 19986 19986     A4YH88      43687
-## 19987 19987     A4YHA3      43687
-## 19988 19988     A4YHA3      43687
-## 19989 19989     A4YHA5      43687
-## 19990 19990     A4YHB7      43687
-## 19991 19991     A4YHC9      43687
-## 19992 19992     A4YHE2      43687
-## 19993 19993     A4YHH9      43687
-## 19994 19994     A4YHH9      43687
-## 19995 19995     A4YHK6      43687
-## 19996 19996     A4YHK7      43687
-## 19997 19997     A4YHK7      43687
-## 19998 19998     A4YHP1      43687
-## 19999 19999     A4YHW1      43687
-## 20000 20000     A4YI15      43687
-## 20001 20001     A4YI21      43687
-## 20002 20002     A4YI33      43687
-## 20003 20003     A4YI34      43687
-## 20004 20004     A4YI34      43687
-## 20005 20005     A4YI75      43687
-## 20006 20006     A4YI89      43687
-## 20007 20007     A4YI90      43687
-## 20008 20008     A4YIG5      43687
-## 20009 20009     A4YIK8      43687
-## 20010 20010     A4YIK8      43687
-## 20011 20011     A4YIL2      43687
-## 20012 20012     A4YIL8      43687
-## 20013 20013     A4YIM6      43687
-## 20014 20014     A4YIN3      43687
-## 20015 20015     A4YIV7      43687
-## 20016 20016     A4YIX4      43687
-## 20017 20017     A4YIY0      43687
-## 20018 20018     A4YJ03      43687
-## 20019 20019     A4YJ03      43687
-## 20020 20020     A4YJ26      43687
-## 20021 20021     A4YJ27      43687
-## 20022 20022     A4YJD7         NA
-## 20023 20023     A4YJE6         NA
-## 20024 20024     A4YJE6         NA
-## 20025 20025     A4YJE6         NA
-## 20026 20026     A4YJE9         NA
-## 20027 20027     A4YJE9         NA
-## 20028 20028     A4YJE9         NA
-## 20029 20029     A4YJE9         NA
-## 20030 20030     A4YJE9         NA
-## 20031 20031     A4YJE9         NA
-## 20032 20032     A4YJE9         NA
-## 20033 20033     A4YJE9         NA
-## 20034 20034     A4YJE9         NA
-## 20035 20035     A4YJF3         NA
-## 20036 20036     A4YJH0         NA
-## 20037 20037     A4YJH0         NA
-## 20038 20038     A4YJH3         NA
-## 20039 20039     A4YJI5         NA
-## 20040 20040     A4YJI5         NA
-## 20041 20041     A4YJI7         NA
-## 20042 20042     A4YJI7         NA
-## 20043 20043     A4YJI9         NA
-## 20044 20044     A4YJJ2         NA
-## 20045 20045     A4YJP9         NA
-## 20046 20046     A4YJR1         NA
-## 20047 20047     A4YJR1         NA
-## 20048 20048     A4YJR2         NA
-## 20049 20049     A4YJS8         NA
-## 20050 20050     A4YJS8         NA
-## 20051 20051     A4YJT4         NA
-## 20052 20052     A4YJT5         NA
-## 20053 20053     A4YJT5         NA
-## 20054 20054     A4YJU2         NA
-## 20055 20055     A4YK33         NA
-## 20056 20056     A4YK34         NA
-## 20057 20057     A4YK34         NA
-## 20058 20058     A4YK73         NA
-## 20059 20059     A4YK97         NA
-## 20060 20060     A4YKD7         NA
-## 20061 20061     A4YKD7         NA
-## 20062 20062     A4YKE8         NA
-## 20063 20063     A4YKF1         NA
-## 20064 20064     A4YKF1         NA
-## 20065 20065     A4YKF3         NA
-## 20066 20066     A4YKF3         NA
-## 20067 20067     A4YKQ0         NA
-## 20068 20068     A4YKQ0         NA
-## 20069 20069     A4YLB4         NA
-## 20070 20070     A4YLC1         NA
-## 20071 20071     A4YLC4         NA
-## 20072 20072     A4YLC7         NA
-## 20073 20073     A4YLC7         NA
-## 20074 20074     A4YLY9         NA
-## 20075 20075     A4YM24         NA
-## 20076 20076     A4YM24         NA
-## 20077 20077     A4YM31         NA
-## 20078 20078     A4YMC5         NA
-## 20079 20079     A4YMC6         NA
-## 20080 20080     A4YMC8         NA
-## 20081 20081     A4YMG9         NA
-## 20082 20082     A4YMG9         NA
-## 20083 20083     A4YN80         NA
-## 20084 20084     A4YN80         NA
-## 20085 20085     A4YN81         NA
-## 20086 20086     A4YNK6         NA
-## 20087 20087     A4YNK8         NA
-## 20088 20088     A4YNP2         NA
-## 20089 20089     A4YNP2         NA
-## 20090 20090     A4YNP4         NA
-## 20091 20091     A4YNR1         NA
-## 20092 20092     A4YNU5         NA
-## 20093 20093     A4YPP8         NA
-## 20094 20094     A4YQ21         NA
-## 20095 20095     A4YQD3         NA
-## 20096 20096     A4YQE4         NA
-## 20097 20097     A4YQF7         NA
-## 20098 20098     A4YQF7         NA
-## 20099 20099     A4YQU0         NA
-## 20100 20100     A4YRD9         NA
-## 20101 20101     A4YRD9         NA
-## 20102 20102     A4YRD9         NA
-## 20103 20103     A4YRD9         NA
-## 20104 20104     A4YRL1         NA
-## 20105 20105     A4YRN0         NA
-## 20106 20106     A4YRR9         NA
-## 20107 20107     A4YRS1         NA
-## 20108 20108     A4YS25         NA
-## 20109 20109     A4YS25         NA
-## 20110 20110     A4YSH9         NA
-## 20111 20111     A4YSI1         NA
-## 20112 20112     A4YSI2         NA
-## 20113 20113     A4YSJ6         NA
-## 20114 20114     A4YSJ7         NA
-## 20115 20115     A4YSK7         NA
-## 20116 20116     A4YSK8         NA
-## 20117 20117     A4YSL1         NA
-## 20118 20118     A4YSL4         NA
-## 20119 20119     A4YT21         NA
-## 20120 20120     A4YT30         NA
-## 20121 20121     A4YT77         NA
-## 20122 20122     A4YTC3         NA
-## 20123 20123     A4YUE1         NA
-## 20124 20124     A4YUE1         NA
-## 20125 20125     A4YUF4         NA
-## 20126 20126     A4YUI3         NA
-## 20127 20127     A4YUI3         NA
-## 20128 20128     A4YUR5         NA
-## 20129 20129     A4YV68         NA
-## 20130 20130     A4YV78         NA
-## 20131 20131     A4YV90         NA
-## 20132 20132     A4YVF1         NA
-## 20133 20133     A4YVF6         NA
-## 20134 20134     A4YVF7         NA
-## 20135 20135     A4YVF7         NA
-## 20136 20136     A4YVK0         NA
-## 20137 20137     A4YVK2         NA
-## 20138 20138     A4YVK9         NA
-## 20139 20139     A4YVQ0         NA
-## 20140 20140     A4YVQ0         NA
-## 20141 20141     A4YW83         NA
-## 20142 20142     A4YW84         NA
-## 20143 20143     A4YWC7         NA
-## 20144 20144     A4YWD1         NA
-## 20145 20145     A4YWD3         NA
-## 20146 20146     A4YWD8         NA
-## 20147 20147     A4YWD8         NA
-## 20148 20148     A4YWF1         NA
-## 20149 20149     A4YWY8         NA
-## 20150 20150     A4YWY8         NA
-## 20151 20151     A4YWY8         NA
-## 20152 20152     A4YWY9         NA
-## 20153 20153     A4YWZ6         NA
-## 20154 20154     A4YXJ9         NA
-## 20155 20155     A4YXJ9         NA
-## 20156 20156     A4YXK4         NA
-## 20157 20157     A4YXM5         NA
-## 20158 20158     A4YXQ6         NA
-## 20159 20159     A4YXQ6         NA
-## 20160 20160     A4YXQ6         NA
-## 20161 20161     A4YXZ8         NA
-## 20162 20162     A4YYB6         NA
-## 20163 20163     A4YZK2         NA
-## 20164 20164     A4YZK6         NA
-## 20165 20165     A4YZQ4         NA
-## 20166 20166     A4Z005         NA
-## 20167 20167     A4Z016         NA
-## 20168 20168     A4Z027         NA
-## 20169 20169     A4Z027         NA
-## 20170 20170     A4Z049         NA
-## 20171 20171     A4Z0A1         NA
-## 20172 20172     A4Z0Q5         NA
-## 20173 20173     A4Z0S1         NA
-## 20174 20174     A4Z0U1         NA
-## 20175 20175     A4Z0U1         NA
-## 20176 20176     A4Z142         NA
-## 20177 20177     A4Z142         NA
-## 20178 20178     A4Z142         NA
-## 20179 20179     A4Z216         NA
-## 20180 20180     A4Z2B6         NA
-## 20181 20181     A4Z2B6         NA
-## 20182 20182     A4Z2B7         NA
-## 20183 20183     A4Z2D2         NA
-## 20184 20184     A4Z943         NA
-## 20185 20185     A4Z944       9612
-## 20186 20186     A4ZCW5      28875
-## 20187 20187     A4ZCW5      28875
-## 20188 20188     A4ZCW5      28875
-## 20189 20189     A4ZCW7      28875
-## 20190 20190     A4ZCW8      28875
-## 20191 20191     A4ZGQ8       3712
-## 20192 20192     A4ZHR8       1772
-## 20193 20193     A4ZHT6       1772
-## 20194 20194     A4ZNR4         NA
-## 20195 20195     A4ZNR4         NA
-## 20196 20196     A4ZNR5         NA
-## 20197 20197     A4ZNR5         NA
-## 20198 20198     A4ZU90     437444
-## 20199 20199     A4ZU90     437444
-## 20200 20200     A4ZU91     437444
-## 20201 20201     A4ZUB0     437444
-## 20202 20202     A4ZUB0     437444
-## 20203 20203     A4ZUB2     437444
-## 20204 20204     A4ZUB2     437444
-## 20205 20205     A4ZUB5     437444
-## 20206 20206     A4ZUC1     437444
-## 20207 20207     A4ZUC2     437444
-## 20208 20208     A4ZUC9     437444
-## 20209 20209     A4ZUD1     437444
-## 20210 20210     A4ZUD1     437444
-## 20211 20211     A4ZUD1     437444
-## 20212 20212     A4ZUD2     437444
-## 20213 20213     A4ZUD2     437444
-## 20214 20214     A4ZUD2     437444
-## 20215 20215     A4ZUD2     437444
-## 20216 20216     A4ZUD3     437444
-## 20217 20217     A4ZUD5     437444
-## 20218 20218     A4ZYQ5         NA
-## 20219 20219     A5A3E0         NA
-## 20220 20220     A5A3E0         NA
-## 20221 20221     A5A3E0         NA
-## 20222 20222     A5A3E0         NA
-## 20223 20223     A5A3H2         NA
-## 20224 20224     A5A3H3         NA
-## 20225 20225     A5A3H4         NA
-## 20226 20226     A5A3H5         NA
-## 20227 20227     A5A4K9         NA
-## 20228 20228     A5A4L1       9668
-## 20229 20229     A5A4L4         NA
-## 20230 20230     A5A4L4         NA
-## 20231 20231     A5A4L4         NA
-## 20232 20232     A5A4L5         NA
-## 20233 20233     A5A4L5         NA
-## 20234 20234     A5A4L5         NA
-## 20235 20235     A5A605        562
-## 20236 20236     A5A617        562
-## 20237 20237     A5A6H4         NA
-## 20238 20238     A5A6H4         NA
-## 20239 20239     A5A6H4         NA
-## 20240 20240     A5A6H4         NA
-## 20241 20241     A5A6I3         NA
-## 20242 20242     A5A6I5         NA
-## 20243 20243     A5A6I6         NA
-## 20244 20244     A5A6I6         NA
-## 20245 20245     A5A6I8         NA
-## 20246 20246     A5A6J1         NA
-## 20247 20247     A5A6J2         NA
-## 20248 20248     A5A6J2         NA
-## 20249 20249     A5A6J2         NA
-## 20250 20250     A5A6J9         NA
-## 20251 20251     A5A6J9         NA
-## 20252 20252     A5A6K4         NA
-## 20253 20253     A5A6K7         NA
-## 20254 20254     A5A6K9         NA
-## 20255 20255     A5A6K9         NA
-## 20256 20256     A5A6L7         NA
-## 20257 20257     A5A6M0         NA
-## 20258 20258     A5A6M0         NA
-## 20259 20259     A5A6M2         NA
-## 20260 20260     A5A6M3         NA
-## 20261 20261     A5A6M3         NA
-## 20262 20262     A5A6M3         NA
-## 20263 20263     A5A6M3         NA
-## 20264 20264     A5A6M3         NA
-## 20265 20265     A5A6M4         NA
-## 20266 20266     A5A6M4         NA
-## 20267 20267     A5A6M5         NA
-## 20268 20268     A5A6M5         NA
-## 20269 20269     A5A6M6         NA
-## 20270 20270     A5A6M6         NA
-## 20271 20271     A5A6M6         NA
-## 20272 20272     A5A6M6         NA
-## 20273 20273     A5A6M6         NA
-## 20274 20274     A5A6M6         NA
-## 20275 20275     A5A6M8         NA
-## 20276 20276     A5A6M8         NA
-## 20277 20277     A5A6M8         NA
-## 20278 20278     A5A6M8         NA
-## 20279 20279     A5A6M8         NA
-## 20280 20280     A5A6M8         NA
-## 20281 20281     A5A6M8         NA
-## 20282 20282     A5A6N0         NA
-## 20283 20283     A5A6N2         NA
-## 20284 20284     A5A6N3         NA
-## 20285 20285     A5A6N3         NA
-## 20286 20286     A5A6N3         NA
-## 20287 20287     A5A6N3         NA
-## 20288 20288     A5A6N7         NA
-## 20289 20289     A5A6P1         NA
-## 20290 20290     A5A6P2         NA
-## 20291 20291     A5A6P5         NA
-## 20292 20292     A5A6P5         NA
-## 20293 20293     A5A6P5         NA
-## 20294 20294     A5A6P5         NA
-## 20295 20295     A5A6P7         NA
-## 20296 20296     A5A752         NA
-## 20297 20297     A5A763         NA
-## 20298 20298     A5A763         NA
-## 20299 20299     A5A763         NA
-## 20300 20300     A5A769         NA
-## 20301 20301     A5A769         NA
-## 20302 20302     A5A777         NA
-## 20303 20303     A5A779         NA
-## 20304 20304     A5A7I7         NA
-## 20305 20305     A5A7I7         NA
-## 20306 20306     A5A7I8         NA
-## 20307 20307     A5A7I8         NA
-## 20308 20308     A5A8Y8         NA
-## 20309 20309     A5A8Y8         NA
-## 20310 20310     A5A8Y8         NA
-## 20311 20311     A5A8Y8         NA
-## 20312 20312     A5A8Y8         NA
-## 20313 20313     A5A8Y8         NA
-## 20314 20314     A5AAW6       5061
-## 20315 20315     A5AAW6       5061
-## 20316 20316     A5AAW6       5061
-## 20317 20317     A5AAW6       5061
-## 20318 20318     A5AB13       5061
-## 20319 20319     A5AB13       5061
-## 20320 20320     A5AB21       5061
-## 20321 20321     A5AB61       5061
-## 20322 20322     A5AB61       5061
-## 20323 20323     A5AB61       5061
-## 20324 20324     A5ABE6       5061
-## 20325 20325     A5ABE6       5061
-## 20326 20326     A5ABH4       5061
-## 20327 20327     A5ABL2       5061
-## 20328 20328     A5ABM5       5061
-## 20329 20329     A5ABP2       5061
-## 20330 20330     A5ABP2       5061
-## 20331 20331     A5ABU3       5061
-## 20332 20332     A5ABX6       5061
-## 20333 20333     A5AEM3         NA
-## 20334 20334     A5B4D2         NA
-## 20335 20335     A5B4K1         NA
-## 20336 20336     A5BUU4         NA
-## 20337 20337     A5BUU4         NA
-## 20338 20338     A5C9M2         NA
-## 20339 20339     A5CBX4        784
-## 20340 20340     A5CBX4        784
-## 20341 20341     A5CBX4        784
-## 20342 20342     A5CC52        784
-## 20343 20343     A5CC73        784
-## 20344 20344     A5CC92        784
-## 20345 20345     A5CC93        784
-## 20346 20346     A5CC93        784
-## 20347 20347     A5CCI7        784
-## 20348 20348     A5CCI9        784
-## 20349 20349     A5CCJ4        784
-## 20350 20350     A5CCK6        784
-## 20351 20351     A5CCK6        784
-## 20352 20352     A5CCK9        784
-## 20353 20353     A5CCK9        784
-## 20354 20354     A5CCL1        784
-## 20355 20355     A5CCM4        784
-## 20356 20356     A5CCT4        784
-## 20357 20357     A5CCT4        784
-## 20358 20358     A5CCV6        784
-## 20359 20359     A5CD00        784
-## 20360 20360     A5CD03        784
-## 20361 20361     A5CD03        784
-## 20362 20362     A5CD08        784
-## 20363 20363     A5CD22        784
-## 20364 20364     A5CD86        784
-## 20365 20365     A5CDL9        784
-## 20366 20366     A5CDL9        784
-## 20367 20367     A5CDL9        784
-## 20368 20368     A5CDM6        784
-## 20369 20369     A5CDM6        784
-## 20370 20370     A5CDP1        784
-## 20371 20371     A5CDS8        784
-## 20372 20372     A5CDU2        784
-## 20373 20373     A5CDU2        784
-## 20374 20374     A5CE97        784
-## 20375 20375     A5CEC8        784
-## 20376 20376     A5CEC9        784
-## 20377 20377     A5CEC9        784
-## 20378 20378     A5CEL6        784
-## 20379 20379     A5CEN6        784
-## 20380 20380     A5CEP5        784
-## 20381 20381     A5CER5        784
-## 20382 20382     A5CES2        784
-## 20383 20383     A5CEY0        784
-## 20384 20384     A5CF23        784
-## 20385 20385     A5CF31        784
-## 20386 20386     A5CF58        784
-## 20387 20387     A5CFB8        784
-## 20388 20388     A5CFG7        784
-## 20389 20389     A5CFN3        784
-## 20390 20390     A5CFN6        784
-## 20391 20391     A5CFN6        784
-## 20392 20392     A5CFP2        784
-## 20393 20393     A5CLT3      28447
-## 20394 20394     A5CLW1      28447
-## 20395 20395     A5CM04      28447
-## 20396 20396     A5CM68      28447
-## 20397 20397     A5CM86      28447
-## 20398 20398     A5CNA2      28447
-## 20399 20399     A5CNC6      28447
-## 20400 20400     A5CNI7      28447
-## 20401 20401     A5CPA0      28447
-## 20402 20402     A5CPB7      28447
-## 20403 20403     A5CPE3      28447
-## 20404 20404     A5CPG8      28447
-## 20405 20405     A5CPG8      28447
-## 20406 20406     A5CPU4      28447
-## 20407 20407     A5CPZ8      28447
-## 20408 20408     A5CPZ8      28447
-## 20409 20409     A5CQ48      28447
-## 20410 20410     A5CQ56      28447
-## 20411 20411     A5CQ56      28447
-## 20412 20412     A5CQ57      28447
-## 20413 20413     A5CQ59      28447
-## 20414 20414     A5CQ95      28447
-## 20415 20415     A5CQ95      28447
-## 20416 20416     A5CQ99      28447
-## 20417 20417     A5CQP6      28447
-## 20418 20418     A5CQQ8      28447
-## 20419 20419     A5CQR0      28447
-## 20420 20420     A5CQU5      28447
-## 20421 20421     A5CQU5      28447
-## 20422 20422     A5CQU5      28447
-## 20423 20423     A5CQV0      28447
-## 20424 20424     A5CR04      28447
-## 20425 20425     A5CR04      28447
-## 20426 20426     A5CR32      28447
-## 20427 20427     A5CR32      28447
-## 20428 20428     A5CR33      28447
-## 20429 20429     A5CR34      28447
-## 20430 20430     A5CRI6      28447
-## 20431 20431     A5CRI6      28447
-## 20432 20432     A5CRN7      28447
-## 20433 20433     A5CRN8      28447
-## 20434 20434     A5CRN8      28447
-## 20435 20435     A5CRS6      28447
-## 20436 20436     A5CRU0      28447
-## 20437 20437     A5CRU3      28447
-## 20438 20438     A5CRU3      28447
-## 20439 20439     A5CRV6      28447
-## 20440 20440     A5CRW2      28447
-## 20441 20441     A5CRX0      28447
-## 20442 20442     A5CRX5      28447
-## 20443 20443     A5CRX5      28447
-## 20444 20444     A5CRX9      28447
-## 20445 20445     A5CRZ5      28447
-## 20446 20446     A5CRZ5      28447
-## 20447 20447     A5CS06      28447
-## 20448 20448     A5CS07      28447
-## 20449 20449     A5CS08      28447
-## 20450 20450     A5CS23      28447
-## 20451 20451     A5CS38      28447
-## 20452 20452     A5CS50      28447
-## 20453 20453     A5CS54      28447
-## 20454 20454     A5CS60      28447
-## 20455 20455     A5CSI8      28447
-## 20456 20456     A5CSL4      28447
-## 20457 20457     A5CSL7      28447
-## 20458 20458     A5CSL7      28447
-## 20459 20459     A5CSN2      28447
-## 20460 20460     A5CSW0      28447
-## 20461 20461     A5CSW0      28447
-## 20462 20462     A5CSW0      28447
-## 20463 20463     A5CSZ3      28447
-## 20464 20464     A5CSZ4      28447
-## 20465 20465     A5CSZ4      28447
-## 20466 20466     A5CSZ4      28447
-## 20467 20467     A5CSZ4      28447
-## 20468 20468     A5CSZ4      28447
-## 20469 20469     A5CSZ4      28447
-## 20470 20470     A5CSZ4      28447
-## 20471 20471     A5CSZ4      28447
-## 20472 20472     A5CSZ7      28447
-## 20473 20473     A5CT01      28447
-## 20474 20474     A5CT74      28447
-## 20475 20475     A5CT74      28447
-## 20476 20476     A5CTB2      28447
-## 20477 20477     A5CTB2      28447
-## 20478 20478     A5CTB2      28447
-## 20479 20479     A5CTL3      28447
-## 20480 20480     A5CTX3      28447
-## 20481 20481     A5CTY3      28447
-## 20482 20482     A5CTZ0      28447
-## 20483 20483     A5CTZ8      28447
-## 20484 20484     A5CTZ8      28447
-## 20485 20485     A5CTZ8      28447
-## 20486 20486     A5CU17      28447
-## 20487 20487     A5CU72      28447
-## 20488 20488     A5CU72      28447
-## 20489 20489     A5CU74      28447
-## 20490 20490     A5CU79      28447
-## 20491 20491     A5CU79      28447
-## 20492 20492     A5CU99      28447
-## 20493 20493     A5CU99      28447
-## 20494 20494     A5CUB0      28447
-## 20495 20495     A5CUB3      28447
-## 20496 20496     A5CUC7      28447
-## 20497 20497     A5CUP8      28447
-## 20498 20498     A5CUP8      28447
-## 20499 20499     A5CUV9      28447
-## 20500 20500     A5CUV9      28447
-## 20501 20501     A5CV36      28447
-## 20502 20502     A5CVA8      28447
-## 20503 20503     A5CVE8     410330
-## 20504 20504     A5CVH0     410330
-## 20505 20505     A5CVI2     410330
-## 20506 20506     A5CVI2     410330
-## 20507 20507     A5CVK1     410330
-## 20508 20508     A5CVK9     410330
-## 20509 20509     A5CVK9     410330
-## 20510 20510     A5CVK9     410330
-## 20511 20511     A5CVL9     410330
-## 20512 20512     A5CVL9     410330
-## 20513 20513     A5CVM3     410330
-## 20514 20514     A5CVN5     410330
-## 20515 20515     A5CVU0     410330
-## 20516 20516     A5CVZ0     410330
-## 20517 20517     A5CW25     410330
-## 20518 20518     A5CW32     410330
-## 20519 20519     A5CW32     410330
-## 20520 20520     A5CW46     410330
-## 20521 20521     A5CW49     410330
-## 20522 20522     A5CW49     410330
-## 20523 20523     A5CW49     410330
-## 20524 20524     A5CW49     410330
-## 20525 20525     A5CW49     410330
-## 20526 20526     A5CW53     410330
-## 20527 20527     A5CW55     410330
-## 20528 20528     A5CW65     410330
-## 20529 20529     A5CW65     410330
-## 20530 20530     A5CW81     410330
-## 20531 20531     A5CW97     410330
-## 20532 20532     A5CWF6     410330
-## 20533 20533     A5CWH5     410330
-## 20534 20534     A5CWI9     410330
-## 20535 20535     A5CWI9     410330
-## 20536 20536     A5CWJ0     410330
-## 20537 20537     A5CWJ4     410330
-## 20538 20538     A5CWJ4     410330
-## 20539 20539     A5CWL9     410330
-## 20540 20540     A5CWL9     410330
-## 20541 20541     A5CWM2     410330
-## 20542 20542     A5CWM2     410330
-## 20543 20543     A5CWN5     410330
-## 20544 20544     A5CWN8     410330
-## 20545 20545     A5CWN8     410330
-## 20546 20546     A5CWN8     410330
-## 20547 20547     A5CWP6     410330
-## 20548 20548     A5CWP6     410330
-## 20549 20549     A5CWQ5     410330
-## 20550 20550     A5CWR5     410330
-## 20551 20551     A5CWT2     410330
-## 20552 20552     A5CWW0     410330
-## 20553 20553     A5CWW8     410330
-## 20554 20554     A5CWW8     410330
-## 20555 20555     A5CWX9     410330
-## 20556 20556     A5CWY3     410330
-## 20557 20557     A5CWY3     410330
-## 20558 20558     A5CWY3     410330
-## 20559 20559     A5CX05     410330
-## 20560 20560     A5CX17     410330
-## 20561 20561     A5CX20     410330
-## 20562 20562     A5CX27     410330
-## 20563 20563     A5CX42     410330
-## 20564 20564     A5CX55     410330
-## 20565 20565     A5CX56     410330
-## 20566 20566     A5CX56     410330
-## 20567 20567     A5CX56     410330
-## 20568 20568     A5CX57     410330
-## 20569 20569     A5CX57     410330
-## 20570 20570     A5CX57     410330
-## 20571 20571     A5CX62     410330
-## 20572 20572     A5CX65     410330
-## 20573 20573     A5CX90     410330
-## 20574 20574     A5CXA6     410330
-## 20575 20575     A5CXC6     410330
-## 20576 20576     A5CXD7     410330
-## 20577 20577     A5CXE4     410330
-## 20578 20578     A5CXE9     410330
-## 20579 20579     A5CXF1     410330
-## 20580 20580     A5CXF1     410330
-## 20581 20581     A5CXF1     410330
-## 20582 20582     A5CXF9     410330
-## 20583 20583     A5CXG4     410330
-## 20584 20584     A5CXG5     410330
-## 20585 20585     A5CXI7     410330
-## 20586 20586     A5CXK5     410330
-## 20587 20587     A5CXL0     410330
-## 20588 20588     A5CXL0     410330
-## 20589 20589     A5CXL1     410330
-## 20590 20590     A5CXL2     410330
-## 20591 20591     A5CXL9     410330
-## 20592 20592     A5CXM1     410330
-## 20593 20593     A5CXM3     410330
-## 20594 20594     A5CXN7     410330
-## 20595 20595     A5CXN7     410330
-## 20596 20596     A5CXP4     410330
-## 20597 20597     A5CXP9     410330
-## 20598 20598     A5CXS3     410330
-## 20599 20599     A5CXS6     410330
-## 20600 20600     A5CXU9     410330
-## 20601 20601     A5CXV2     410330
-## 20602 20602     A5CXV6     410330
-## 20603 20603     A5CXX6     410330
-## 20604 20604     A5CY09     410330
-## 20605 20605     A5CY29     410330
-## 20606 20606     A5CY46     110500
-## 20607 20607     A5CYE1     110500
-## 20608 20608     A5CYE3     110500
-## 20609 20609     A5CYE6     110500
-## 20610 20610     A5CYE6     110500
-## 20611 20611     A5CYJ7     110500
-## 20612 20612     A5CYJ7     110500
-## 20613 20613     A5CYN8     110500
-## 20614 20614     A5CZ03     110500
-## 20615 20615     A5CZ03     110500
-## 20616 20616     A5CZ03     110500
-## 20617 20617     A5CZ07     110500
-## 20618 20618     A5CZ07     110500
-## 20619 20619     A5CZ28     110500
-## 20620 20620     A5CZ73     110500
-## 20621 20621     A5CZ78     110500
-## 20622 20622     A5D0V1     110500
-## 20623 20623     A5D0W6     110500
-## 20624 20624     A5D114     110500
-## 20625 20625     A5D148     110500
-## 20626 20626     A5D148     110500
-## 20627 20627     A5D197     110500
-## 20628 20628     A5D1B6     110500
-## 20629 20629     A5D1B9     110500
-## 20630 20630     A5D1F0     110500
-## 20631 20631     A5D1F0     110500
-## 20632 20632     A5D1G6     110500
-## 20633 20633     A5D1H6     110500
-## 20634 20634     A5D1J3     110500
-## 20635 20635     A5D1J3     110500
-## 20636 20636     A5D1P3     110500
-## 20637 20637     A5D1U6     110500
-## 20638 20638     A5D1V4     110500
-## 20639 20639     A5D2F6     110500
-## 20640 20640     A5D2K2     110500
-## 20641 20641     A5D2N5     110500
-## 20642 20642     A5D2N5     110500
-## 20643 20643     A5D2Q5     110500
-## 20644 20644     A5D2S6     110500
-## 20645 20645     A5D2U3     110500
-## 20646 20646     A5D300     110500
-## 20647 20647     A5D319     110500
-## 20648 20648     A5D369     110500
-## 20649 20649     A5D374     110500
-## 20650 20650     A5D374     110500
-## 20651 20651     A5D374     110500
-## 20652 20652     A5D3C4     110500
-## 20653 20653     A5D3E2     110500
-## 20654 20654     A5D3E3     110500
-## 20655 20655     A5D3F4     110500
-## 20656 20656     A5D3F4     110500
-## 20657 20657     A5D3N0     110500
-## 20658 20658     A5D3Y3     110500
-## 20659 20659     A5D410     110500
-## 20660 20660     A5D416     110500
-## 20661 20661     A5D446     110500
-## 20662 20662     A5D4I1     110500
-## 20663 20663     A5D4W0     110500
-## 20664 20664     A5D4W7     110500
-## 20665 20665     A5D4Y2     110500
-## 20666 20666     A5D504     110500
-## 20667 20667     A5D508     110500
-## 20668 20668     A5D508     110500
-## 20669 20669     A5D5E5     110500
-## 20670 20670     A5D5E8     110500
-## 20671 20671     A5D5G2     110500
-## 20672 20672     A5D5G9     110500
-## 20673 20673     A5D5G9     110500
-## 20674 20674     A5D5H8     110500
-## 20675 20675     A5D5H9     110500
-## 20676 20676     A5D5I2     110500
-## 20677 20677     A5D5I3     110500
-## 20678 20678     A5D5I3     110500
-## 20679 20679     A5D5K7     110500
-## 20680 20680     A5D5L4     110500
-## 20681 20681     A5D5M0     110500
-## 20682 20682     A5D5M0     110500
-## 20683 20683     A5D5R7     110500
-## 20684 20684     A5D632     110500
-## 20685 20685     A5D654     110500
-## 20686 20686     A5D654     110500
-## 20687 20687     A5D654     110500
-## 20688 20688     A5D662     110500
-## 20689 20689     A5D662     110500
-## 20690 20690     A5D673     110500
-## 20691 20691     A5D673     110500
-## 20692 20692     A5D673     110500
-## 20693 20693     A5D6D5     110500
-## 20694 20694     A5D6E6     110500
-## 20695 20695     A5D6U8         NA
-## 20696 20696     A5D6U8         NA
-## 20697 20697     A5D6V4         NA
-## 20698 20698     A5D6W6         NA
-## 20699 20699     A5D6W6         NA
-## 20700 20700     A5D785         NA
-## 20701 20701     A5D789         NA
-## 20702 20702     A5D794         NA
-## 20703 20703     A5D796         NA
-## 20704 20704     A5D796         NA
-## 20705 20705     A5D7A0         NA
-## 20706 20706     A5D7B1         NA
-## 20707 20707     A5D7B2         NA
-## 20708 20708     A5D7B2         NA
-## 20709 20709     A5D7B7         NA
-## 20710 20710     A5D7B7         NA
-## 20711 20711     A5D7B7         NA
-## 20712 20712     A5D7C1         NA
-## 20713 20713     A5D7C9         NA
-## 20714 20714     A5D7C9         NA
-## 20715 20715     A5D7E9         NA
-## 20716 20716     A5D7E9         NA
-## 20717 20717     A5D7E9         NA
-## 20718 20718     A5D7E9         NA
-## 20719 20719     A5D7E9         NA
-## 20720 20720     A5D7E9         NA
-## 20721 20721     A5D7E9         NA
-## 20722 20722     A5D7F6         NA
-## 20723 20723     A5D7F6         NA
-## 20724 20724     A5D7F6         NA
-## 20725 20725     A5D7F6         NA
-## 20726 20726     A5D7F6         NA
-## 20727 20727     A5D7F8         NA
-## 20728 20728     A5D7F8         NA
-## 20729 20729     A5D7F8         NA
-## 20730 20730     A5D7F8         NA
-## 20731 20731     A5D7F8         NA
-## 20732 20732     A5D7F8         NA
-## 20733 20733     A5D7F8         NA
-## 20734 20734     A5D7H1         NA
-## 20735 20735     A5D7H2         NA
-## 20736 20736     A5D7H2         NA
-## 20737 20737     A5D7H2         NA
-## 20738 20738     A5D7H2         NA
-## 20739 20739     A5D7H3         NA
-## 20740 20740     A5D7H5         NA
-## 20741 20741     A5D7H5         NA
-## 20742 20742     A5D7H5         NA
-## 20743 20743     A5D7I0         NA
-## 20744 20744     A5D7I0         NA
-## 20745 20745     A5D7I4         NA
-## 20746 20746     A5D7J3         NA
-## 20747 20747     A5D7J3         NA
-## 20748 20748     A5D7J3         NA
-## 20749 20749     A5D7J3         NA
-## 20750 20750     A5D7K1         NA
-## 20751 20751     A5D7K1         NA
-## 20752 20752     A5D7K1         NA
-## 20753 20753     A5D7K8         NA
-## 20754 20754     A5D7L5         NA
-## 20755 20755     A5D7L8         NA
-## 20756 20756     A5D7L8         NA
-## 20757 20757     A5D7L8         NA
-## 20758 20758     A5D7L8         NA
-## 20759 20759     A5D7L8         NA
-## 20760 20760     A5D7L8         NA
-## 20761 20761     A5D7L8         NA
-## 20762 20762     A5D7L8         NA
-## 20763 20763     A5D7L8         NA
-## 20764 20764     A5D7L8         NA
-## 20765 20765     A5D7M3         NA
-## 20766 20766     A5D7M7         NA
-## 20767 20767     A5D7P8         NA
-## 20768 20768     A5D7Q3         NA
-## 20769 20769     A5D7R1         NA
-## 20770 20770     A5D7R1         NA
-## 20771 20771     A5D7R1         NA
-## 20772 20772     A5D7S3         NA
-## 20773 20773     A5D7S3         NA
-## 20774 20774     A5D7S3         NA
-## 20775 20775     A5D7S3         NA
-## 20776 20776     A5D7S3         NA
-## 20777 20777     A5D7U1         NA
-## 20778 20778     A5D7U1         NA
-## 20779 20779     A5D7U1         NA
-## 20780 20780     A5D7U1         NA
-## 20781 20781     A5D8M0         NA
-## 20782 20782     A5D8P8         NA
-## 20783 20783     A5D8P8         NA
-## 20784 20784     A5D8Q0         NA
-## 20785 20785     A5D8Q0         NA
-## 20786 20786     A5D8S0         NA
-## 20787 20787     A5D8S1         NA
-## 20788 20788     A5D8S1         NA
-## 20789 20789     A5D8S5         NA
-## 20790 20790     A5D8S5         NA
-## 20791 20791     A5D8T8         NA
-## 20792 20792     A5D8T8         NA
-## 20793 20793     A5D8V6         NA
-## 20794 20794     A5D8V6         NA
-## 20795 20795     A5D8V6         NA
-## 20796 20796     A5D8V6         NA
-## 20797 20797     A5D8V6         NA
-## 20798 20798     A5D8V7         NA
-## 20799 20799     A5D8V7         NA
-## 20800 20800     A5D962         NA
-## 20801 20801     A5D989         NA
-## 20802 20802     A5D989         NA
-## 20803 20803     A5D992         NA
-## 20804 20804     A5D9C6         NA
-## 20805 20805     A5D9M6         NA
-## 20806 20806     A5D9M6         NA
-## 20807 20807     A5D9M6         NA
-## 20808 20808     A5D9M6         NA
-## 20809 20809     A5D9M6         NA
-## 20810 20810     A5D9M6         NA
-## 20811 20811     A5D9M6         NA
-## 20812 20812     A5D9S8       4929
-## 20813 20813     A5D9S8       4929
-## 20814 20814     A5D9S8       4929
-## 20815 20815     A5D9S8       4929
-## 20816 20816     A5D9T6       4929
-## 20817 20817     A5D9W7       4929
-## 20818 20818     A5D9W7       4929
-## 20819 20819     A5D9W7       4929
-## 20820 20820     A5D9Y9       4929
-## 20821 20821     A5D9Y9       4929
-## 20822 20822     A5DA00       4929
-## 20823 20823     A5DA73       4929
-## 20824 20824     A5DA73       4929
-## 20825 20825     A5DA88       4929
-## 20826 20826     A5DAC8       4929
-## 20827 20827     A5DAC8       4929
-## 20828 20828     A5DAC8       4929
-## 20829 20829     A5DAD0       4929
-## 20830 20830     A5DAI1       4929
-## 20831 20831     A5DAI1       4929
-## 20832 20832     A5DAI1       4929
-## 20833 20833     A5DAK5       4929
-## 20834 20834     A5DAQ7       4929
-## 20835 20835     A5DAQ7       4929
-## 20836 20836     A5DAQ7       4929
-## 20837 20837     A5DAQ7       4929
-## 20838 20838     A5DAR2       4929
-## 20839 20839     A5DAT0       4929
-## 20840 20840     A5DAX7       4929
-## 20841 20841     A5DAX7       4929
-## 20842 20842     A5DB51       4929
-## 20843 20843     A5DB75       4929
-## 20844 20844     A5DB75       4929
-## 20845 20845     A5DBE7       4929
-## 20846 20846     A5DBE7       4929
-## 20847 20847     A5DBE7       4929
-## 20848 20848     A5DBF4       4929
-## 20849 20849     A5DBF4       4929
-## 20850 20850     A5DBF4       4929
-## 20851 20851     A5DBG1       4929
-## 20852 20852     A5DBG1       4929
-## 20853 20853     A5DBG5       4929
-## 20854 20854     A5DBJ8       4929
-## 20855 20855     A5DBJ8       4929
-## 20856 20856     A5DC72       4929
-## 20857 20857     A5DC85       4929
-## 20858 20858     A5DC85       4929
-## 20859 20859     A5DCB6       4929
-## 20860 20860     A5DCP8       4929
-## 20861 20861     A5DCP8       4929
-## 20862 20862     A5DCV3       4929
-## 20863 20863     A5DDB7       4929
-## 20864 20864     A5DDB7       4929
-## 20865 20865     A5DDF4       4929
-## 20866 20866     A5DDJ4       4929
-## 20867 20867     A5DDJ4       4929
-## 20868 20868     A5DDN0       4929
-## 20869 20869     A5DDN8       4929
-## 20870 20870     A5DDN8       4929
-## 20871 20871     A5DDR3       4929
-## 20872 20872     A5DE01       4929
-## 20873 20873     A5DE65       4929
-## 20874 20874     A5DE65       4929
-## 20875 20875     A5DEE9       4929
-## 20876 20876     A5DEE9       4929
-## 20877 20877     A5DEF8       4929
-## 20878 20878     A5DEF8       4929
-## 20879 20879     A5DEF8       4929
-## 20880 20880     A5DEF8       4929
-## 20881 20881     A5DEJ2       4929
-## 20882 20882     A5DEJ2       4929
-## 20883 20883     A5DEK6       4929
-## 20884 20884     A5DEK6       4929
-## 20885 20885     A5DEK6       4929
-## 20886 20886     A5DEU9       4929
-## 20887 20887     A5DEV6       4929
-## 20888 20888     A5DEV6       4929
-## 20889 20889     A5DEZ5       4929
-## 20890 20890     A5DEZ6       4929
-## 20891 20891     A5DF03       4929
-## 20892 20892     A5DF43       4929
-## 20893 20893     A5DF78       4929
-## 20894 20894     A5DF78       4929
-## 20895 20895     A5DFC2       4929
-## 20896 20896     A5DFC2       4929
-## 20897 20897     A5DFC5       4929
-## 20898 20898     A5DFI4       4929
-## 20899 20899     A5DG70       4929
-## 20900 20900     A5DGL8       4929
-## 20901 20901     A5DGM1       4929
-## 20902 20902     A5DGN9       4929
-## 20903 20903     A5DGN9       4929
-## 20904 20904     A5DGV3       4929
-## 20905 20905     A5DGV3       4929
-## 20906 20906     A5DGW8       4929
-## 20907 20907     A5DGY0       4929
-## 20908 20908     A5DGY0       4929
-## 20909 20909     A5DGY1       4929
-## 20910 20910     A5DGY1       4929
-## 20911 20911     A5DGZ7       4929
-## 20912 20912     A5DH19       4929
-## 20913 20913     A5DH19       4929
-## 20914 20914     A5DH19       4929
-## 20915 20915     A5DH19       4929
-## 20916 20916     A5DH19       4929
-## 20917 20917     A5DH19       4929
-## 20918 20918     A5DH19       4929
-## 20919 20919     A5DH19       4929
-## 20920 20920     A5DH19       4929
-## 20921 20921     A5DHA3       4929
-## 20922 20922     A5DHC2       4929
-## 20923 20923     A5DHC2       4929
-## 20924 20924     A5DHC2       4929
-## 20925 20925     A5DHD2       4929
-## 20926 20926     A5DHD2       4929
-## 20927 20927     A5DHD2       4929
-## 20928 20928     A5DHD9       4929
-## 20929 20929     A5DHI9       4929
-## 20930 20930     A5DHI9       4929
-## 20931 20931     A5DHI9       4929
-## 20932 20932     A5DHL9       4929
-## 20933 20933     A5DHL9       4929
-## 20934 20934     A5DHL9       4929
-## 20935 20935     A5DHT2       4929
-## 20936 20936     A5DHW0       4929
-## 20937 20937     A5DHW0       4929
-## 20938 20938     A5DHW0       4929
-## 20939 20939     A5DI11       4929
-## 20940 20940     A5DI69       4929
-## 20941 20941     A5DI69       4929
-## 20942 20942     A5DI74       4929
-## 20943 20943     A5DIB1       4929
-## 20944 20944     A5DID3       4929
-## 20945 20945     A5DID3       4929
-## 20946 20946     A5DIP0       4929
-## 20947 20947     A5DIP0       4929
-## 20948 20948     A5DIP0       4929
-## 20949 20949     A5DIP4       4929
-## 20950 20950     A5DIR3       4929
-## 20951 20951     A5DIU9       4929
-## 20952 20952     A5DIV5       4929
-## 20953 20953     A5DIX5       4929
-## 20954 20954     A5DIZ8       4929
-## 20955 20955     A5DJ60       4929
-## 20956 20956     A5DJ60       4929
-## 20957 20957     A5DJ60       4929
-## 20958 20958     A5DJ60       4929
-## 20959 20959     A5DJ67       4929
-## 20960 20960     A5DJ85       4929
-## 20961 20961     A5DJ85       4929
-## 20962 20962     A5DJ85       4929
-## 20963 20963     A5DJ85       4929
-## 20964 20964     A5DJ85       4929
-## 20965 20965     A5DJJ1       4929
-## 20966 20966     A5DJQ5       4929
-## 20967 20967     A5DJU3       4929
-## 20968 20968     A5DJX5       4929
-## 20969 20969     A5DK05       4929
-## 20970 20970     A5DK47       4929
-## 20971 20971     A5DK47       4929
-## 20972 20972     A5DKC0       4929
-## 20973 20973     A5DKC4       4929
-## 20974 20974     A5DKF1       4929
-## 20975 20975     A5DKH0       4929
-## 20976 20976     A5DKH0       4929
-## 20977 20977     A5DKH0       4929
-## 20978 20978     A5DKQ3       4929
-## 20979 20979     A5DKW3       4929
-## 20980 20980     A5DL79       4929
-## 20981 20981     A5DL80       4929
-## 20982 20982     A5DL80       4929
-## 20983 20983     A5DL80       4929
-## 20984 20984     A5DL80       4929
-## 20985 20985     A5DL92       4929
-## 20986 20986     A5DLC6       4929
-## 20987 20987     A5DLF4       4929
-## 20988 20988     A5DLF4       4929
-## 20989 20989     A5DLG8       4929
-## 20990 20990     A5DLJ8       4929
-## 20991 20991     A5DLJ8       4929
-## 20992 20992     A5DLJ8       4929
-## 20993 20993     A5DLJ8       4929
-## 20994 20994     A5DLJ8       4929
-## 20995 20995     A5DLJ8       4929
-## 20996 20996     A5DLJ8       4929
-## 20997 20997     A5DLJ8       4929
-## 20998 20998     A5DLJ8       4929
-## 20999 20999     A5DLJ8       4929
-## 21000 21000     A5DLJ8       4929
-## 21001 21001     A5DLJ8       4929
-## 21002 21002     A5DLL7       4929
-## 21003 21003     A5DLL7       4929
-## 21004 21004     A5DLL7       4929
-## 21005 21005     A5DLL7       4929
-## 21006 21006     A5DLR3       4929
-## 21007 21007     A5DLR3       4929
-## 21008 21008     A5DLR3       4929
-## 21009 21009     A5DLU8       4929
-## 21010 21010     A5DLU8       4929
-## 21011 21011     A5DLU8       4929
-## 21012 21012     A5DM21       4929
-## 21013 21013     A5DM21       4929
-## 21014 21014     A5DM21       4929
-## 21015 21015     A5DM21       4929
-## 21016 21016     A5DM21       4929
-## 21017 21017     A5DM21       4929
-## 21018 21018     A5DM91       4929
-## 21019 21019     A5DMB8       4929
-## 21020 21020     A5DME6       4929
-## 21021 21021     A5DN42       4929
-## 21022 21022     A5DND6       4929
-## 21023 21023     A5DND6       4929
-## 21024 21024     A5DNK9       4929
-## 21025 21025     A5DNL9       4929
-## 21026 21026     A5DNL9       4929
-## 21027 21027     A5DNL9       4929
-## 21028 21028     A5DNL9       4929
-## 21029 21029     A5DNT0       4929
-## 21030 21030     A5DNZ1       4929
-## 21031 21031     A5DP36       4929
-## 21032 21032     A5DP36       4929
-## 21033 21033     A5DP36       4929
-## 21034 21034     A5DP36       4929
-## 21035 21035     A5DP36       4929
-## 21036 21036     A5DP36       4929
-## 21037 21037     A5DP36       4929
-## 21038 21038     A5DP36       4929
-## 21039 21039     A5DP36       4929
-## 21040 21040     A5DP36       4929
-## 21041 21041     A5DP36       4929
-## 21042 21042     A5DP36       4929
-## 21043 21043     A5DP36       4929
-## 21044 21044     A5DP36       4929
-## 21045 21045     A5DP36       4929
-## 21046 21046     A5DP36       4929
-## 21047 21047     A5DPC0       4929
-## 21048 21048     A5DPC0       4929
-## 21049 21049     A5DPC0       4929
-## 21050 21050     A5DPC0       4929
-## 21051 21051     A5DPC0       4929
-## 21052 21052     A5DPC0       4929
-## 21053 21053     A5DPN3       4929
-## 21054 21054     A5DPN3       4929
-## 21055 21055     A5DPQ5       4929
-## 21056 21056     A5DPQ5       4929
-## 21057 21057     A5DPQ5       4929
-## 21058 21058     A5DPU0       4929
-## 21059 21059     A5DPU0       4929
-## 21060 21060     A5DQ50       4929
-## 21061 21061     A5DQ88       4929
-## 21062 21062     A5DQA6       4929
-## 21063 21063     A5DQA8       4929
-## 21064 21064     A5DQA8       4929
-## 21065 21065     A5DQA8       4929
-## 21066 21066     A5DQF1       4929
-## 21067 21067     A5DQI5       4929
-## 21068 21068     A5DQI5       4929
-## 21069 21069     A5DQL2       4929
-## 21070 21070     A5DQS0       4929
-## 21071 21071     A5DQS0       4929
-## 21072 21072     A5DQS0       4929
-## 21073 21073     A5DQS0       4929
-## 21074 21074     A5DR04       4929
-## 21075 21075     A5DR43       4929
-## 21076 21076     A5DR43       4929
-## 21077 21077     A5DR43       4929
-## 21078 21078     A5DR68       4929
-## 21079 21079     A5DR89       4929
-## 21080 21080     A5DR89       4929
-## 21081 21081     A5DRE8       4929
-## 21082 21082     A5DRH5       4929
-## 21083 21083     A5DRM4      36914
-## 21084 21084     A5DRX1      36914
-## 21085 21085     A5DRX1      36914
-## 21086 21086     A5DS09      36914
-## 21087 21087     A5DS77      36914
-## 21088 21088     A5DS77      36914
-## 21089 21089     A5DS77      36914
-## 21090 21090     A5DS77      36914
-## 21091 21091     A5DS78      36914
-## 21092 21092     A5DS78      36914
-## 21093 21093     A5DS78      36914
-## 21094 21094     A5DSB4      36914
-## 21095 21095     A5DSB4      36914
-## 21096 21096     A5DSB4      36914
-## 21097 21097     A5DSB4      36914
-## 21098 21098     A5DSB4      36914
-## 21099 21099     A5DSB5      36914
-## 21100 21100     A5DSB5      36914
-## 21101 21101     A5DSB5      36914
-## 21102 21102     A5DSB5      36914
-## 21103 21103     A5DSB5      36914
-## 21104 21104     A5DSC6      36914
-## 21105 21105     A5DSC6      36914
-## 21106 21106     A5DSI2      36914
-## 21107 21107     A5DSK2      36914
-## 21108 21108     A5DSK2      36914
-## 21109 21109     A5DSK2      36914
-## 21110 21110     A5DSK2      36914
-## 21111 21111     A5DSK2      36914
-## 21112 21112     A5DSN2      36914
-## 21113 21113     A5DSN2      36914
-## 21114 21114     A5DSN2      36914
-## 21115 21115     A5DSS4      36914
-## 21116 21116     A5DSS9      36914
-## 21117 21117     A5DSS9      36914
-## 21118 21118     A5DSS9      36914
-## 21119 21119     A5DSS9      36914
-## 21120 21120     A5DSS9      36914
-## 21121 21121     A5DSS9      36914
-## 21122 21122     A5DSS9      36914
-## 21123 21123     A5DST9      36914
-## 21124 21124     A5DST9      36914
-## 21125 21125     A5DSU5      36914
-## 21126 21126     A5DSU5      36914
-## 21127 21127     A5DSU5      36914
-## 21128 21128     A5DTA8      36914
-## 21129 21129     A5DTF4      36914
-## 21130 21130     A5DTF4      36914
-## 21131 21131     A5DTJ3      36914
-## 21132 21132     A5DTJ3      36914
-## 21133 21133     A5DTK7      36914
-## 21134 21134     A5DTK7      36914
-## 21135 21135     A5DTP3      36914
-## 21136 21136     A5DTP3      36914
-## 21137 21137     A5DTP3      36914
-## 21138 21138     A5DTP3      36914
-## 21139 21139     A5DTS1      36914
-## 21140 21140     A5DTS1      36914
-## 21141 21141     A5DTX3      36914
-## 21142 21142     A5DTX3      36914
-## 21143 21143     A5DTX3      36914
-## 21144 21144     A5DTX3      36914
-## 21145 21145     A5DTX8      36914
-## 21146 21146     A5DU46      36914
-## 21147 21147     A5DU46      36914
-## 21148 21148     A5DU46      36914
-## 21149 21149     A5DU46      36914
-## 21150 21150     A5DU46      36914
-## 21151 21151     A5DU46      36914
-## 21152 21152     A5DU71      36914
-## 21153 21153     A5DU71      36914
-## 21154 21154     A5DUA3      36914
-## 21155 21155     A5DUA3      36914
-## 21156 21156     A5DUA3      36914
-## 21157 21157     A5DUA8      36914
-## 21158 21158     A5DUA8      36914
-## 21159 21159     A5DUA8      36914
-## 21160 21160     A5DUA8      36914
-## 21161 21161     A5DUB2      36914
-## 21162 21162     A5DUB2      36914
-## 21163 21163     A5DUG6      36914
-## 21164 21164     A5DUG6      36914
-## 21165 21165     A5DUG6      36914
-## 21166 21166     A5DUL5      36914
-## 21167 21167     A5DUL5      36914
-## 21168 21168     A5DUL5      36914
-## 21169 21169     A5DUL5      36914
-## 21170 21170     A5DUL5      36914
-## 21171 21171     A5DUL5      36914
-## 21172 21172     A5DUN2      36914
-## 21173 21173     A5DUP0      36914
-## 21174 21174     A5DUP0      36914
-## 21175 21175     A5DUW8      36914
-## 21176 21176     A5DUW8      36914
-## 21177 21177     A5DUW8      36914
-## 21178 21178     A5DUW8      36914
-## 21179 21179     A5DV96      36914
-## 21180 21180     A5DVB1      36914
-## 21181 21181     A5DVD6      36914
-## 21182 21182     A5DVD6      36914
-## 21183 21183     A5DVD6      36914
-## 21184 21184     A5DVD6      36914
-## 21185 21185     A5DVD6      36914
-## 21186 21186     A5DVD6      36914
-## 21187 21187     A5DVD6      36914
-## 21188 21188     A5DVD6      36914
-## 21189 21189     A5DVD6      36914
-## 21190 21190     A5DVD6      36914
-## 21191 21191     A5DVD6      36914
-## 21192 21192     A5DVD6      36914
-## 21193 21193     A5DVD6      36914
-## 21194 21194     A5DVD6      36914
-## 21195 21195     A5DVF8      36914
-## 21196 21196     A5DVH1      36914
-## 21197 21197     A5DVH6      36914
-## 21198 21198     A5DVH6      36914
-## 21199 21199     A5DVH6      36914
-## 21200 21200     A5DVH6      36914
-## 21201 21201     A5DVI0      36914
-## 21202 21202     A5DVL3      36914
-## 21203 21203     A5DVL3      36914
-## 21204 21204     A5DVU7      36914
-## 21205 21205     A5DVU7      36914
-## 21206 21206     A5DVU7      36914
-## 21207 21207     A5DVU7      36914
-## 21208 21208     A5DVY3      36914
-## 21209 21209     A5DVY5      36914
-## 21210 21210     A5DVZ3      36914
-## 21211 21211     A5DVZ3      36914
-## 21212 21212     A5DW14      36914
-## 21213 21213     A5DW14      36914
-## 21214 21214     A5DW14      36914
-## 21215 21215     A5DW14      36914
-## 21216 21216     A5DWE2      36914
-## 21217 21217     A5DWF0      36914
-## 21218 21218     A5DWF4      36914
-## 21219 21219     A5DWF4      36914
-## 21220 21220     A5DWF4      36914
-## 21221 21221     A5DWF4      36914
-## 21222 21222     A5DWF4      36914
-## 21223 21223     A5DWJ3      36914
-## 21224 21224     A5DWJ3      36914
-## 21225 21225     A5DWP3      36914
-## 21226 21226     A5DWP3      36914
-## 21227 21227     A5DWY0      36914
-## 21228 21228     A5DWY7      36914
-## 21229 21229     A5DX39      36914
-## 21230 21230     A5DX93      36914
-## 21231 21231     A5DXA0      36914
-## 21232 21232     A5DXA0      36914
-## 21233 21233     A5DXA0      36914
-## 21234 21234     A5DXA0      36914
-## 21235 21235     A5DXA0      36914
-## 21236 21236     A5DXA0      36914
-## 21237 21237     A5DXA0      36914
-## 21238 21238     A5DXA0      36914
-## 21239 21239     A5DXA0      36914
-## 21240 21240     A5DXA0      36914
-## 21241 21241     A5DXA0      36914
-## 21242 21242     A5DXA0      36914
-## 21243 21243     A5DXA0      36914
-## 21244 21244     A5DXA0      36914
-## 21245 21245     A5DXA0      36914
-## 21246 21246     A5DXA0      36914
-## 21247 21247     A5DXA0      36914
-## 21248 21248     A5DXC3      36914
-## 21249 21249     A5DXC3      36914
-## 21250 21250     A5DXC6      36914
-## 21251 21251     A5DXE2      36914
-## 21252 21252     A5DXI9      36914
-## 21253 21253     A5DXI9      36914
-## 21254 21254     A5DXK7      36914
-## 21255 21255     A5DXQ6      36914
-## 21256 21256     A5DXQ6      36914
-## 21257 21257     A5DXQ6      36914
-## 21258 21258     A5DXV0      36914
-## 21259 21259     A5DXV0      36914
-## 21260 21260     A5DY33      36914
-## 21261 21261     A5DY33      36914
-## 21262 21262     A5DY34      36914
-## 21263 21263     A5DY34      36914
-## 21264 21264     A5DY34      36914
-## 21265 21265     A5DY34      36914
-## 21266 21266     A5DYN3      36914
-## 21267 21267     A5DYN3      36914
-## 21268 21268     A5DYN3      36914
-## 21269 21269     A5DYN3      36914
-## 21270 21270     A5DYN3      36914
-## 21271 21271     A5DYN3      36914
-## 21272 21272     A5DYN3      36914
-## 21273 21273     A5DYS6      36914
-## 21274 21274     A5DYS6      36914
-## 21275 21275     A5DYS6      36914
-## 21276 21276     A5DYV8      36914
-## 21277 21277     A5DYV8      36914
-## 21278 21278     A5DYV8      36914
-## 21279 21279     A5DZ02      36914
-## 21280 21280     A5DZ02      36914
-## 21281 21281     A5DZ02      36914
-## 21282 21282     A5DZ02      36914
-## 21283 21283     A5DZ28      36914
-## 21284 21284     A5DZ28      36914
-## 21285 21285     A5DZ34      36914
-## 21286 21286     A5DZE6      36914
-## 21287 21287     A5DZE6      36914
-## 21288 21288     A5DZL0      36914
-## 21289 21289     A5DZL0      36914
-## 21290 21290     A5DZL0      36914
-## 21291 21291     A5DZL0      36914
-## 21292 21292     A5DZL0      36914
-## 21293 21293     A5DZL0      36914
-## 21294 21294     A5DZL0      36914
-## 21295 21295     A5DZL0      36914
-## 21296 21296     A5DZL0      36914
-## 21297 21297     A5DZL0      36914
-## 21298 21298     A5DZP0      36914
-## 21299 21299     A5DZP0      36914
-## 21300 21300     A5DZP6      36914
-## 21301 21301     A5DZQ4      36914
-## 21302 21302     A5DZQ4      36914
-## 21303 21303     A5DZS4      36914
-## 21304 21304     A5DZS4      36914
-## 21305 21305     A5DZS4      36914
-## 21306 21306     A5DZS4      36914
-## 21307 21307     A5DZT7      36914
-## 21308 21308     A5DZX2      36914
-## 21309 21309     A5DZX2      36914
-## 21310 21310     A5DZX2      36914
-## 21311 21311     A5DZY1      36914
-## 21312 21312     A5E032      36914
-## 21313 21313     A5E032      36914
-## 21314 21314     A5E047      36914
-## 21315 21315     A5E047      36914
-## 21316 21316     A5E057      36914
-## 21317 21317     A5E057      36914
-## 21318 21318     A5E058      36914
-## 21319 21319     A5E058      36914
-## 21320 21320     A5E058      36914
-## 21321 21321     A5E058      36914
-## 21322 21322     A5E058      36914
-## 21323 21323     A5E0B1      36914
-## 21324 21324     A5E0B1      36914
-## 21325 21325     A5E0B1      36914
-## 21326 21326     A5E0B1      36914
-## 21327 21327     A5E0B1      36914
-## 21328 21328     A5E0B1      36914
-## 21329 21329     A5E0E7      36914
-## 21330 21330     A5E0E7      36914
-## 21331 21331     A5E0E7      36914
-## 21332 21332     A5E0E7      36914
-## 21333 21333     A5E0N1      36914
-## 21334 21334     A5E0R1      36914
-## 21335 21335     A5E0U1      36914
-## 21336 21336     A5E0U1      36914
-## 21337 21337     A5E0U9      36914
-## 21338 21338     A5E0V1      36914
-## 21339 21339     A5E0V1      36914
-## 21340 21340     A5E0W5      36914
-## 21341 21341     A5E0W5      36914
-## 21342 21342     A5E0W5      36914
-## 21343 21343     A5E0W5      36914
-## 21344 21344     A5E0W5      36914
-## 21345 21345     A5E0W5      36914
-## 21346 21346     A5E0W5      36914
-## 21347 21347     A5E0W5      36914
-## 21348 21348     A5E145      36914
-## 21349 21349     A5E145      36914
-## 21350 21350     A5E145      36914
-## 21351 21351     A5E181      36914
-## 21352 21352     A5E1F1      36914
-## 21353 21353     A5E1F6      36914
-## 21354 21354     A5E1F6      36914
-## 21355 21355     A5E1F6      36914
-## 21356 21356     A5E1F6      36914
-## 21357 21357     A5E1F6      36914
-## 21358 21358     A5E1F6      36914
-## 21359 21359     A5E1P1      36914
-## 21360 21360     A5E1P1      36914
-## 21361 21361     A5E1T3      36914
-## 21362 21362     A5E1T3      36914
-## 21363 21363     A5E1T3      36914
-## 21364 21364     A5E1T3      36914
-## 21365 21365     A5E1W0      36914
-## 21366 21366     A5E1W0      36914
-## 21367 21367     A5E1W0      36914
-## 21368 21368     A5E1W4      36914
-## 21369 21369     A5E1Y3      36914
-## 21370 21370     A5E1Y3      36914
-## 21371 21371     A5E1Y3      36914
-## 21372 21372     A5E1Y3      36914
-## 21373 21373     A5E1Z4      36914
-## 21374 21374     A5E203      36914
-## 21375 21375     A5E212      36914
-## 21376 21376     A5E212      36914
-## 21377 21377     A5E240      36914
-## 21378 21378     A5E240      36914
-## 21379 21379     A5E2H7      36914
-## 21380 21380     A5E2H7      36914
-## 21381 21381     A5E2H7      36914
-## 21382 21382     A5E2H7      36914
-## 21383 21383     A5E2H7      36914
-## 21384 21384     A5E2H7      36914
-## 21385 21385     A5E2H7      36914
-## 21386 21386     A5E2I8      36914
-## 21387 21387     A5E2R6      36914
-## 21388 21388     A5E2R6      36914
-## 21389 21389     A5E2R6      36914
-## 21390 21390     A5E2R6      36914
-## 21391 21391     A5E2Y4      36914
-## 21392 21392     A5E2Y4      36914
-## 21393 21393     A5E2Y4      36914
-## 21394 21394     A5E2Y4      36914
-## 21395 21395     A5E2Z9      36914
-## 21396 21396     A5E3J7      36914
-## 21397 21397     A5E3K3      36914
-## 21398 21398     A5E3Q2      36914
-## 21399 21399     A5E3Q2      36914
-## 21400 21400     A5E3Q2      36914
-## 21401 21401     A5E3Q2      36914
-## 21402 21402     A5E3Q3      36914
-## 21403 21403     A5E406      36914
-## 21404 21404     A5E406      36914
-## 21405 21405     A5E406      36914
-## 21406 21406     A5E406      36914
-## 21407 21407     A5E406      36914
-## 21408 21408     A5E406      36914
-## 21409 21409     A5E406      36914
-## 21410 21410     A5E406      36914
-## 21411 21411     A5E406      36914
-## 21412 21412     A5E406      36914
-## 21413 21413     A5E406      36914
-## 21414 21414     A5E406      36914
-## 21415 21415     A5E406      36914
-## 21416 21416     A5E406      36914
-## 21417 21417     A5E450      36914
-## 21418 21418     A5E450      36914
-## 21419 21419     A5E4A8      36914
-## 21420 21420     A5E4A8      36914
-## 21421 21421     A5E4A8      36914
-## 21422 21422     A5E4A8      36914
-## 21423 21423     A5E4A8      36914
-## 21424 21424     A5E4A8      36914
-## 21425 21425     A5E4A8      36914
-## 21426 21426     A5E4P1      36914
-## 21427 21427     A5E4V6      36914
-## 21428 21428     A5E4V6      36914
-## 21429 21429     A5E4V9      36914
-## 21430 21430     A5E4V9      36914
-## 21431 21431     A5E4Y7      36914
-## 21432 21432     A5E4Z8      36914
-## 21433 21433     A5E567      36914
-## 21434 21434     A5E572      36914
-## 21435 21435     A5E572      36914
-## 21436 21436     A5E5F7      36914
-## 21437 21437     A5E5F7      36914
-## 21438 21438     A5E5G3      36914
-## 21439 21439     A5E5I9      36914
-## 21440 21440     A5E5I9      36914
-## 21441 21441     A5E5I9      36914
-## 21442 21442     A5E5I9      36914
-## 21443 21443     A5E5I9      36914
-## 21444 21444     A5E5U9      36914
-## 21445 21445     A5E5U9      36914
-## 21446 21446     A5E5U9      36914
-## 21447 21447     A5E5Y8      36914
-## 21448 21448     A5E6K6      36914
-## 21449 21449     A5E6K6      36914
-## 21450 21450     A5E6M3      36914
-## 21451 21451     A5E6M3      36914
-## 21452 21452     A5E6M3      36914
-## 21453 21453     A5E6M3      36914
-## 21454 21454     A5E6W6      36914
-## 21455 21455     A5E6W6      36914
-## 21456 21456     A5E708      36914
-## 21457 21457     A5E708      36914
-## 21458 21458     A5E726      36914
-## 21459 21459     A5E726      36914
-## 21460 21460     A5E771      36914
-## 21461 21461     A5E771      36914
-## 21462 21462     A5E771      36914
-## 21463 21463     A5E771      36914
-## 21464 21464     A5E771      36914
-## 21465 21465     A5E771      36914
-## 21466 21466     A5E771      36914
-## 21467 21467     A5E7I7      36914
-## 21468 21468     A5E7S3      36914
-## 21469 21469     A5E7S3      36914
-## 21470 21470     A5E7U2      36914
-## 21471 21471     A5E7U6      36914
-## 21472 21472     A5E7U6      36914
-## 21473 21473     A5E7U6      36914
-## 21474 21474     A5E855         NA
-## 21475 21475     A5E863         NA
-## 21476 21476     A5E863         NA
-## 21477 21477     A5E866         NA
-## 21478 21478     A5E866         NA
-## 21479 21479     A5E866         NA
-## 21480 21480     A5E866         NA
-## 21481 21481     A5E866         NA
-## 21482 21482     A5E870         NA
-## 21483 21483     A5E870         NA
-## 21484 21484     A5E888         NA
-## 21485 21485     A5E888         NA
-## 21486 21486     A5E8A5         NA
-## 21487 21487     A5E8E3         NA
-## 21488 21488     A5E8E8         NA
-## 21489 21489     A5E8F3         NA
-## 21490 21490     A5E8G0         NA
-## 21491 21491     A5E8G7         NA
-## 21492 21492     A5E8G7         NA
-## 21493 21493     A5E8G8         NA
-## 21494 21494     A5E8H4         NA
-## 21495 21495     A5E8K0         NA
-## 21496 21496     A5E8P3         NA
-## 21497 21497     A5E8T9         NA
-## 21498 21498     A5E8X6         NA
-## 21499 21499     A5E8X6         NA
-## 21500 21500     A5E907         NA
-## 21501 21501     A5E947         NA
-## 21502 21502     A5E951         NA
-## 21503 21503     A5E961         NA
-## 21504 21504     A5E964         NA
-## 21505 21505     A5E964         NA
-## 21506 21506     A5E965         NA
-## 21507 21507     A5E965         NA
-## 21508 21508     A5EA98         NA
-## 21509 21509     A5EA98         NA
-## 21510 21510     A5EAA0         NA
-## 21511 21511     A5EAB1         NA
-## 21512 21512     A5EAB2         NA
-## 21513 21513     A5EAL2         NA
-## 21514 21514     A5EAL2         NA
-## 21515 21515     A5EB33         NA
-## 21516 21516     A5EB33         NA
-## 21517 21517     A5EBP8         NA
-## 21518 21518     A5EBP8         NA
-## 21519 21519     A5EBS0         NA
-## 21520 21520     A5EBS0         NA
-## 21521 21521     A5EBS0         NA
-## 21522 21522     A5EBX1         NA
-## 21523 21523     A5ECI7         NA
-## 21524 21524     A5ECI7         NA
-## 21525 21525     A5ECL8         NA
-## 21526 21526     A5ED21         NA
-## 21527 21527     A5EDB2         NA
-## 21528 21528     A5EEC1         NA
-## 21529 21529     A5EEC1         NA
-## 21530 21530     A5EED4         NA
-## 21531 21531     A5EES7         NA
-## 21532 21532     A5EET6         NA
-## 21533 21533     A5EF40         NA
-## 21534 21534     A5EF51         NA
-## 21535 21535     A5EF62         NA
-## 21536 21536     A5EFG7         NA
-## 21537 21537     A5EGB0         NA
-## 21538 21538     A5EGB0         NA
-## 21539 21539     A5EGE2         NA
-## 21540 21540     A5EGF4         NA
-## 21541 21541     A5EGF9         NA
-## 21542 21542     A5EGH4         NA
-## 21543 21543     A5EHA3         NA
-## 21544 21544     A5EHF4         NA
-## 21545 21545     A5EHF4         NA
-## 21546 21546     A5EHG1         NA
-## 21547 21547     A5EHG1         NA
-## 21548 21548     A5EHG2         NA
-## 21549 21549     A5EHG2         NA
-## 21550 21550     A5EI59         NA
-## 21551 21551     A5EI98         NA
-## 21552 21552     A5EID1         NA
-## 21553 21553     A5EID1         NA
-## 21554 21554     A5EIM5         NA
-## 21555 21555     A5EIT5         NA
-## 21556 21556     A5EJ58         NA
-## 21557 21557     A5EJR7         NA
-## 21558 21558     A5EJV7         NA
-## 21559 21559     A5EK16         NA
-## 21560 21560     A5EK46         NA
-## 21561 21561     A5EK46         NA
-## 21562 21562     A5EK49         NA
-## 21563 21563     A5EK88         NA
-## 21564 21564     A5EK90         NA
-## 21565 21565     A5EK91         NA
-## 21566 21566     A5EKA8         NA
-## 21567 21567     A5EKD5         NA
-## 21568 21568     A5EKG6         NA
-## 21569 21569     A5EKI3         NA
-## 21570 21570     A5EKM2         NA
-## 21571 21571     A5EKP4         NA
-## 21572 21572     A5EKR0         NA
-## 21573 21573     A5EL70         NA
-## 21574 21574     A5EL79         NA
-## 21575 21575     A5ELK5         NA
-## 21576 21576     A5ELK8         NA
-## 21577 21577     A5ELL2         NA
-## 21578 21578     A5ELL9         NA
-## 21579 21579     A5ELM2         NA
-## 21580 21580     A5ELM3         NA
-## 21581 21581     A5ELN6         NA
-## 21582 21582     A5ELN7         NA
-## 21583 21583     A5ELN9         NA
-## 21584 21584     A5EM76         NA
-## 21585 21585     A5EM76         NA
-## 21586 21586     A5EMH9         NA
-## 21587 21587     A5EML9         NA
-## 21588 21588     A5EML9         NA
-## 21589 21589     A5EML9         NA
-## 21590 21590     A5EMT7         NA
-## 21591 21591     A5EMW5         NA
-## 21592 21592     A5ENA7         NA
-## 21593 21593     A5ENA7         NA
-## 21594 21594     A5ENR3         NA
-## 21595 21595     A5EP79         NA
-## 21596 21596     A5EPK1         NA
-## 21597 21597     A5EPK7         NA
-## 21598 21598     A5EPQ3         NA
-## 21599 21599     A5EPQ5         NA
-## 21600 21600     A5EPZ7         NA
-## 21601 21601     A5EPZ7         NA
-## 21602 21602     A5EQ10         NA
-## 21603 21603     A5EQ10         NA
-## 21604 21604     A5EQ10         NA
-## 21605 21605     A5EQ63         NA
-## 21606 21606     A5EQ80         NA
-## 21607 21607     A5EQ82         NA
-## 21608 21608     A5EQ82         NA
-## 21609 21609     A5EQ82         NA
-## 21610 21610     A5EQB6         NA
-## 21611 21611     A5EQB8         NA
-## 21612 21612     A5ERF9         NA
-## 21613 21613     A5ERG8         NA
-## 21614 21614     A5ERK1         NA
-## 21615 21615     A5ERK2         NA
-## 21616 21616     A5ERU7         NA
-## 21617 21617     A5ERU8         NA
-## 21618 21618     A5ERU8         NA
-## 21619 21619     A5ERU8         NA
-## 21620 21620     A5ERV4         NA
-## 21621 21621     A5ESP9         NA
-## 21622 21622     A5ESP9         NA
-## 21623 21623     A5ESQ5         NA
-## 21624 21624     A5ESQ5         NA
-## 21625 21625     A5ESR4         NA
-## 21626 21626     A5ESV8         NA
-## 21627 21627     A5ESW9         NA
-## 21628 21628     A5ETJ3         NA
-## 21629 21629     A5ETJ3         NA
-## 21630 21630     A5ETJ3         NA
-## 21631 21631     A5EUT5        870
-## 21632 21632     A5EUU4        870
-## 21633 21633     A5EV06        870
-## 21634 21634     A5EV65        870
-## 21635 21635     A5EVB5        870
-## 21636 21636     A5EVE1        870
-## 21637 21637     A5EVG3        870
-## 21638 21638     A5EVH6        870
-## 21639 21639     A5EVP4        870
-## 21640 21640     A5EVP6        870
-## 21641 21641     A5EVQ3        870
-## 21642 21642     A5EVS5        870
-## 21643 21643     A5EVX5        870
-## 21644 21644     A5EVZ5        870
-## 21645 21645     A5EVZ5        870
-## 21646 21646     A5EW24        870
-## 21647 21647     A5EW39        870
-## 21648 21648     A5EW54        870
-## 21649 21649     A5EW54        870
-## 21650 21650     A5EW66        870
-## 21651 21651     A5EW70        870
-## 21652 21652     A5EW70        870
-## 21653 21653     A5EW88        870
-## 21654 21654     A5EW88        870
-## 21655 21655     A5EW88        870
-## 21656 21656     A5EWD6        870
-## 21657 21657     A5EWD6        870
-## 21658 21658     A5EWE5        870
-## 21659 21659     A5EWF3        870
-## 21660 21660     A5EWF5        870
-## 21661 21661     A5EWF6        870
-## 21662 21662     A5EWG6        870
-## 21663 21663     A5EWH1        870
-## 21664 21664     A5EWH1        870
-## 21665 21665     A5EWQ0        870
-## 21666 21666     A5EWT0        870
-## 21667 21667     A5EWT0        870
-## 21668 21668     A5EWT1        870
-## 21669 21669     A5EWT6        870
-## 21670 21670     A5EWU9        870
-## 21671 21671     A5EWY6        870
-## 21672 21672     A5EWY9        870
-## 21673 21673     A5EX03        870
-## 21674 21674     A5EX17        870
-## 21675 21675     A5EX24        870
-## 21676 21676     A5EX25        870
-## 21677 21677     A5EX29        870
-## 21678 21678     A5EX48        870
-## 21679 21679     A5EX62        870
-## 21680 21680     A5EX62        870
-## 21681 21681     A5EX69        870
-## 21682 21682     A5EX69        870
-## 21683 21683     A5EX69        870
-## 21684 21684     A5EX69        870
-## 21685 21685     A5EX69        870
-## 21686 21686     A5EX69        870
-## 21687 21687     A5EX71        870
-## 21688 21688     A5EX94        870
-## 21689 21689     A5EX94        870
-## 21690 21690     A5EXJ7        870
-## 21691 21691     A5EXJ9        870
-## 21692 21692     A5EXK9        870
-## 21693 21693     A5EXL2        870
-## 21694 21694     A5EXL4        870
-## 21695 21695     A5EXM6        870
-## 21696 21696     A5EXR9        870
-## 21697 21697     A5EXS0        870
-## 21698 21698     A5EXT0        870
-## 21699 21699     A5EXU0        870
-## 21700 21700     A5EY06        870
-## 21701 21701     A5EY22        870
-## 21702 21702     A5EY31        870
-## 21703 21703     A5EY31        870
-## 21704 21704     A5EY43        870
-## 21705 21705     A5EY60        870
-## 21706 21706     A5EY68        870
-## 21707 21707     A5EYD6        870
-## 21708 21708     A5EYE5        870
-## 21709 21709     A5EYE5        870
-## 21710 21710     A5EYU0        666
-## 21711 21711     A5EYY8        666
-## 21712 21712     A5EZ07        666
-## 21713 21713     A5EZ07        666
-## 21714 21714     A5EZR2        666
-## 21715 21715     A5EZS7        666
-## 21716 21716     A5EZX9        666
-## 21717 21717     A5EZZ8        666
-## 21718 21718     A5F037        666
-## 21719 21719     A5F049        666
-## 21720 21720     A5F049        666
-## 21721 21721     A5F0D5        666
-## 21722 21722     A5F0D5        666
-## 21723 21723     A5F0D5        666
-## 21724 21724     A5F0D5        666
-## 21725 21725     A5F0J0        666
-## 21726 21726     A5F0M6        666
-## 21727 21727     A5F0U5        666
-## 21728 21728     A5F125        666
-## 21729 21729     A5F137        666
-## 21730 21730     A5F155        666
-## 21731 21731     A5F159        666
-## 21732 21732     A5F1Q0        666
-## 21733 21733     A5F1Q0        666
-## 21734 21734     A5F1Q1        666
-## 21735 21735     A5F1U5        666
-## 21736 21736     A5F1X2        666
-## 21737 21737     A5F1X2        666
-## 21738 21738     A5F1X6        666
-## 21739 21739     A5F1X7        666
-## 21740 21740     A5F1X7        666
-## 21741 21741     A5F1X8        666
-## 21742 21742     A5F1Y1        666
-## 21743 21743     A5F1Y2        666
-## 21744 21744     A5F207        666
-## 21745 21745     A5F277        666
-## 21746 21746     A5F289        666
-## 21747 21747     A5F296        666
-## 21748 21748     A5F296        666
-## 21749 21749     A5F2A2        666
-## 21750 21750     A5F2F2        666
-## 21751 21751     A5F2H1        666
-## 21752 21752     A5F2H1        666
-## 21753 21753     A5F2N2        666
-## 21754 21754     A5F2P2        666
-## 21755 21755     A5F2P2        666
-## 21756 21756     A5F2P8        666
-## 21757 21757     A5F2Q7        666
-## 21758 21758     A5F2R3        666
-## 21759 21759     A5F2R3        666
-## 21760 21760     A5F2R3        666
-## 21761 21761     A5F2S8        666
-## 21762 21762     A5F2T4        666
-## 21763 21763     A5F2T5        666
-## 21764 21764     A5F2T9        666
-## 21765 21765     A5F2T9        666
-## 21766 21766     A5F2T9        666
-## 21767 21767     A5F2W2        666
-## 21768 21768     A5F2W2        666
-## 21769 21769     A5F2W2        666
-## 21770 21770     A5F2W2        666
-## 21771 21771     A5F2W3        666
-## 21772 21772     A5F2X0        666
-## 21773 21773     A5F2X0        666
-## 21774 21774     A5F2X0        666
-## 21775 21775     A5F2X6        666
-## 21776 21776     A5F333        666
-## 21777 21777     A5F361        666
-## 21778 21778     A5F362        666
-## 21779 21779     A5F362        666
-## 21780 21780     A5F362        666
-## 21781 21781     A5F362        666
-## 21782 21782     A5F384        666
-## 21783 21783     A5F389        666
-## 21784 21784     A5F398        666
-## 21785 21785     A5F3A2        666
-## 21786 21786     A5F3D0        666
-## 21787 21787     A5F3D0        666
-## 21788 21788     A5F3E9        666
-## 21789 21789     A5F3F8        666
-## 21790 21790     A5F3G7        666
-## 21791 21791     A5F3G8        666
-## 21792 21792     A5F3I4        666
-## 21793 21793     A5F3I5        666
-## 21794 21794     A5F3J3        666
-## 21795 21795     A5F3K3        666
-## 21796 21796     A5F3L3        666
-## 21797 21797     A5F3L7        666
-## 21798 21798     A5F3M7        666
-## 21799 21799     A5F3N4        666
-## 21800 21800     A5F3P1        666
-## 21801 21801     A5F3P6        666
-## 21802 21802     A5F3P6        666
-## 21803 21803     A5F3P6        666
-## 21804 21804     A5F3R3        666
-## 21805 21805     A5F3R3        666
-## 21806 21806     A5F3R4        666
-## 21807 21807     A5F3S1        666
-## 21808 21808     A5F3Z4        666
-## 21809 21809     A5F449        666
-## 21810 21810     A5F461        666
-## 21811 21811     A5F461        666
-## 21812 21812     A5F475        666
-## 21813 21813     A5F487        666
-## 21814 21814     A5F493        666
-## 21815 21815     A5F4D2        666
-## 21816 21816     A5F4D2        666
-## 21817 21817     A5F4D3        666
-## 21818 21818     A5F4F5        666
-## 21819 21819     A5F4G3        666
-## 21820 21820     A5F4I4        666
-## 21821 21821     A5F4I9        666
-## 21822 21822     A5F4S8        666
-## 21823 21823     A5F4W4        666
-## 21824 21824     A5F4X3        666
-## 21825 21825     A5F4Y1        666
-## 21826 21826     A5F502        666
-## 21827 21827     A5F502        666
-## 21828 21828     A5F523        666
-## 21829 21829     A5F553        666
-## 21830 21830     A5F555        666
-## 21831 21831     A5F565        666
-## 21832 21832     A5F578        666
-## 21833 21833     A5F599        666
-## 21834 21834     A5F5C5        666
-## 21835 21835     A5F5C5        666
-## 21836 21836     A5F5F3        666
-## 21837 21837     A5F5I4        666
-## 21838 21838     A5F5I8        666
-## 21839 21839     A5F5J2        666
-## 21840 21840     A5F5K1        666
-## 21841 21841     A5F5N2        666
-## 21842 21842     A5F5N2        666
-## 21843 21843     A5F5X0        666
-## 21844 21844     A5F5X1        666
-## 21845 21845     A5F5Y4        666
-## 21846 21846     A5F5Y5        666
-## 21847 21847     A5F602        666
-## 21848 21848     A5F606        666
-## 21849 21849     A5F606        666
-## 21850 21850     A5F623        666
-## 21851 21851     A5F628        666
-## 21852 21852     A5F642        666
-## 21853 21853     A5F686        666
-## 21854 21854     A5F692        666
-## 21855 21855     A5F696        666
-## 21856 21856     A5F696        666
-## 21857 21857     A5F697        666
-## 21858 21858     A5F6A9        666
-## 21859 21859     A5F6B5        666
-## 21860 21860     A5F6C3        666
-## 21861 21861     A5F6C4        666
-## 21862 21862     A5F6D7        666
-## 21863 21863     A5F6E9        666
-## 21864 21864     A5F6P9        666
-## 21865 21865     A5F6T1        666
-## 21866 21866     A5F6T5        666
-## 21867 21867     A5F6U9        666
-## 21868 21868     A5F6V4        666
-## 21869 21869     A5F6Z3        666
-## 21870 21870     A5F726        666
-## 21871 21871     A5F728        666
-## 21872 21872     A5F753        666
-## 21873 21873     A5F762        666
-## 21874 21874     A5F763        666
-## 21875 21875     A5F7B3        666
-## 21876 21876     A5F7B9        666
-## 21877 21877     A5F7G0        666
-## 21878 21878     A5F7G0        666
-## 21879 21879     A5F7G5        666
-## 21880 21880     A5F7H8        666
-## 21881 21881     A5F7I0        666
-## 21882 21882     A5F7I0        666
-## 21883 21883     A5F7I4        666
-## 21884 21884     A5F7R1        666
-## 21885 21885     A5F818        666
-## 21886 21886     A5F8N2        666
-## 21887 21887     A5F8N2        666
-## 21888 21888     A5F8U2        666
-## 21889 21889     A5F913        666
-## 21890 21890     A5F926        666
-## 21891 21891     A5F926        666
-## 21892 21892     A5F930        666
-## 21893 21893     A5F934        666
-## 21894 21894     A5F937        666
-## 21895 21895     A5F937        666
-## 21896 21896     A5F942        666
-## 21897 21897     A5F945        666
-## 21898 21898     A5F974        666
-## 21899 21899     A5F980        666
-## 21900 21900     A5F986        666
-## 21901 21901     A5F987        666
-## 21902 21902     A5F9A8        666
-## 21903 21903     A5F9B6        666
-## 21904 21904     A5F9B7        666
-## 21905 21905     A5F9B7        666
-## 21906 21906     A5F9B7        666
-## 21907 21907     A5F9D8        666
-## 21908 21908     A5F9D9        666
-## 21909 21909     A5F9E8        666
-## 21910 21910     A5F9E8        666
-## 21911 21911     A5F9G0        666
-## 21912 21912     A5F9G8        666
-## 21913 21913     A5F9R5        986
-## 21914 21914     A5F9R5        986
-## 21915 21915     A5F9Z4        986
-## 21916 21916     A5F9Z4        986
-## 21917 21917     A5FA30        986
-## 21918 21918     A5FA67        986
-## 21919 21919     A5FA69        986
-## 21920 21920     A5FAI5        986
-## 21921 21921     A5FB38        986
-## 21922 21922     A5FB63        986
-## 21923 21923     A5FB63        986
-## 21924 21924     A5FB63        986
-## 21925 21925     A5FB63        986
-## 21926 21926     A5FB63        986
-## 21927 21927     A5FDF9        986
-## 21928 21928     A5FFP4        986
-## 21929 21929     A5FFT9        986
-## 21930 21930     A5FFY3        986
-## 21931 21931     A5FFY3        986
-## 21932 21932     A5FG67        986
-## 21933 21933     A5FG89        986
-## 21934 21934     A5FG89        986
-## 21935 21935     A5FG91        986
-## 21936 21936     A5FGE0        986
-## 21937 21937     A5FGE0        986
-## 21938 21938     A5FGL1        986
-## 21939 21939     A5FGL1        986
-## 21940 21940     A5FGS7        986
-## 21941 21941     A5FGX2        986
-## 21942 21942     A5FHA9        986
-## 21943 21943     A5FHM5        986
-## 21944 21944     A5FHM7        986
-## 21945 21945     A5FIF7        986
-## 21946 21946     A5FIJ3        986
-## 21947 21947     A5FIJ4        986
-## 21948 21948     A5FIJ9        986
-## 21949 21949     A5FIL7        986
-## 21950 21950     A5FIP9        986
-## 21951 21951     A5FIV1        986
-## 21952 21952     A5FIY4        986
-## 21953 21953     A5FIY4        986
-## 21954 21954     A5FJ95        986
-## 21955 21955     A5FJF9        986
-## 21956 21956     A5FJG9        986
-## 21957 21957     A5FJK3        986
-## 21958 21958     A5FJP5        986
-## 21959 21959     A5FK26        986
-## 21960 21960     A5FK26        986
-## 21961 21961     A5FKD9        986
-## 21962 21962     A5FKI7        986
-## 21963 21963     A5FKJ7        986
-## 21964 21964     A5FKK0        986
-## 21965 21965     A5FKV4        986
-## 21966 21966     A5FL32        986
-## 21967 21967     A5FL33        986
-## 21968 21968     A5FL34        986
-## 21969 21969     A5FL86        986
-## 21970 21970     A5FL86        986
-## 21971 21971     A5FLW1        986
-## 21972 21972     A5FMG2        986
-## 21973 21973     A5FMG4        986
-## 21974 21974     A5FML2        986
-## 21975 21975     A5FML2        986
-## 21976 21976     A5FMP6        986
-## 21977 21977     A5FMT0        986
-## 21978 21978     A5FMX0        986
-## 21979 21979     A5FMX0        986
-## 21980 21980     A5FMX0        986
-## 21981 21981     A5FMX0        986
-## 21982 21982     A5FN12        986
-## 21983 21983     A5FN12        986
-## 21984 21984     A5FN24        986
-## 21985 21985     A5FNH2        986
-## 21986 21986     A5FNH2        986
-## 21987 21987     A5FNH2        986
-## 21988 21988     A5FNH2        986
-## 21989 21989     A5FNH3        986
-## 21990 21990     A5FNQ7        986
-## 21991 21991     A5FNY2        986
-## 21992 21992     A5FNY7        986
-## 21993 21993     A5FP01        986
-## 21994 21994     A5FP49      61435
-## 21995 21995     A5FP49      61435
-## 21996 21996     A5FP84      61435
-## 21997 21997     A5FPF2      61435
-## 21998 21998     A5FPK5      61435
-## 21999 21999     A5FPL0      61435
-## 22000 22000     A5FPS8      61435
-## 22001 22001     A5FPU2      61435
-## 22002 22002     A5FPU4      61435
-## 22003 22003     A5FPV4      61435
-## 22004 22004     A5FPV7      61435
-## 22005 22005     A5FPX2      61435
-## 22006 22006     A5FQ06      61435
-## 22007 22007     A5FQ07      61435
-## 22008 22008     A5FQ25      61435
-## 22009 22009     A5FQ65      61435
-## 22010 22010     A5FQ65      61435
-## 22011 22011     A5FQ73      61435
-## 22012 22012     A5FQ74      61435
-## 22013 22013     A5FQ84      61435
-## 22014 22014     A5FQC0      61435
-## 22015 22015     A5FQC0      61435
-## 22016 22016     A5FQC0      61435
-## 22017 22017     A5FQE1      61435
-## 22018 22018     A5FQL1      61435
-## 22019 22019     A5FQQ9      61435
-## 22020 22020     A5FQR0      61435
-## 22021 22021     A5FQS4      61435
-## 22022 22022     A5FQS4      61435
-## 22023 22023     A5FQT2      61435
-## 22024 22024     A5FQT2      61435
-## 22025 22025     A5FQX9      61435
-## 22026 22026     A5FR18      61435
-## 22027 22027     A5FR29      61435
-## 22028 22028     A5FR64      61435
-## 22029 22029     A5FR85      61435
-## 22030 22030     A5FR86      61435
-## 22031 22031     A5FR94      61435
-## 22032 22032     A5FRB0      61435
-## 22033 22033     A5FRB5      61435
-## 22034 22034     A5FRB9      61435
-## 22035 22035     A5FRB9      61435
-## 22036 22036     A5FRK6      61435
-## 22037 22037     A5FRK6      61435
-## 22038 22038     A5FRL3      61435
-## 22039 22039     A5FRM7      61435
-## 22040 22040     A5FRN4      61435
-## 22041 22041     A5FRQ1      61435
-## 22042 22042     A5FRQ2      61435
-## 22043 22043     A5FRQ3      61435
-## 22044 22044     A5FRQ4      61435
-## 22045 22045     A5FRW3      61435
-## 22046 22046     A5FRW3      61435
-## 22047 22047     A5FRW5      61435
-## 22048 22048     A5FRX0      61435
-## 22049 22049     A5FRY1      61435
-## 22050 22050     A5FRY4      61435
-## 22051 22051     A5FRY7      61435
-## 22052 22052     A5FRZ3      61435
-## 22053 22053     A5FS06      61435
-## 22054 22054     A5FS06      61435
-## 22055 22055     A5FS06      61435
-## 22056 22056     A5FS12      61435
-## 22057 22057     A5FS29      61435
-## 22058 22058     A5FS34      61435
-## 22059 22059     A5FS74      61435
-## 22060 22060     A5FS74      61435
-## 22061 22061     A5FS82      61435
-## 22062 22062     A5FS82      61435
-## 22063 22063     A5FS84      61435
-## 22064 22064     A5FS95      61435
-## 22065 22065     A5FSB6      61435
-## 22066 22066     A5FSR7      61435
-## 22067 22067     A5FSU1      61435
-## 22068 22068     A5FSU1      61435
-## 22069 22069     A5FT18        524
-## 22070 22070     A5FUG6        524
-## 22071 22071     A5FUH4        524
-## 22072 22072     A5FUH7        524
-## 22073 22073     A5FUH7        524
-## 22074 22074     A5FUH8        524
-## 22075 22075     A5FUK2        524
-## 22076 22076     A5FUK7        524
-## 22077 22077     A5FUK7        524
-## 22078 22078     A5FUS8        524
-## 22079 22079     A5FUT7        524
-## 22080 22080     A5FUW3        524
-## 22081 22081     A5FUW3        524
-## 22082 22082     A5FUZ5        524
-## 22083 22083     A5FV21        524
-## 22084 22084     A5FV21        524
-## 22085 22085     A5FV21        524
-## 22086 22086     A5FV66        524
-## 22087 22087     A5FV67        524
-## 22088 22088     A5FV67        524
-## 22089 22089     A5FVE7        524
-## 22090 22090     A5FVG2        524
-## 22091 22091     A5FVG6        524
-## 22092 22092     A5FVK3        524
-## 22093 22093     A5FVK4        524
-## 22094 22094     A5FVN9        524
-## 22095 22095     A5FVX4        524
-## 22096 22096     A5FVZ7        524
-## 22097 22097     A5FW68        524
-## 22098 22098     A5FW78        524
-## 22099 22099     A5FW78        524
-## 22100 22100     A5FWG2        524
-## 22101 22101     A5FWG7        524
-## 22102 22102     A5FWG7        524
-## 22103 22103     A5FWG7        524
-## 22104 22104     A5FWI3        524
-## 22105 22105     A5FWJ5        524
-## 22106 22106     A5FWJ5        524
-## 22107 22107     A5FWQ4        524
-## 22108 22108     A5FWV7        524
-## 22109 22109     A5FX03        524
-## 22110 22110     A5FX21        524
-## 22111 22111     A5FX21        524
-## 22112 22112     A5FX21        524
-## 22113 22113     A5FX43        524
-## 22114 22114     A5FX98        524
-## 22115 22115     A5FXC2        524
-## 22116 22116     A5FXC2        524
-## 22117 22117     A5FXD0        524
-## 22118 22118     A5FXD9        524
-## 22119 22119     A5FXI8        524
-## 22120 22120     A5FXI8        524
-## 22121 22121     A5FXI8        524
-## 22122 22122     A5FXI8        524
-## 22123 22123     A5FXV3        524
-## 22124 22124     A5FXW0        524
-## 22125 22125     A5FXW5        524
-## 22126 22126     A5FY57        524
-## 22127 22127     A5FY57        524
-## 22128 22128     A5FY58        524
-## 22129 22129     A5FY68        524
-## 22130 22130     A5FYD2        524
-## 22131 22131     A5FYD2        524
-## 22132 22132     A5FYD8        524
-## 22133 22133     A5FYE5        524
-## 22134 22134     A5FYL0        524
-## 22135 22135     A5FYN4        524
-## 22136 22136     A5FYN6        524
-## 22137 22137     A5FYN8        524
-## 22138 22138     A5FYS4        524
-## 22139 22139     A5FYS4        524
-## 22140 22140     A5FYS4        524
-## 22141 22141     A5FYZ9        524
-## 22142 22142     A5FZ18        524
-## 22143 22143     A5FZ18        524
-## 22144 22144     A5FZ18        524
-## 22145 22145     A5FZ18        524
-## 22146 22146     A5FZ25        524
-## 22147 22147     A5FZ26        524
-## 22148 22148     A5FZ47        524
-## 22149 22149     A5FZ47        524
-## 22150 22150     A5FZ47        524
-## 22151 22151     A5FZ47        524
-## 22152 22152     A5FZ51        524
-## 22153 22153     A5FZ53        524
-## 22154 22154     A5FZ78        524
-## 22155 22155     A5FZ90        524
-## 22156 22156     A5FZ90        524
-## 22157 22157     A5FZ90        524
-## 22158 22158     A5FZ94        524
-## 22159 22159     A5FZB8        524
-## 22160 22160     A5FZC1        524
-## 22161 22161     A5FZG9        524
-## 22162 22162     A5FZN8        524
-## 22163 22163     A5FZN8        524
-## 22164 22164     A5FZN8        524
-## 22165 22165     A5FZN9        524
-## 22166 22166     A5FZS7        524
-## 22167 22167     A5FZU6        524
-## 22168 22168     A5FZV0        524
-## 22169 22169     A5FZV8        524
-## 22170 22170     A5FZW0        524
-## 22171 22171     A5FZW0        524
-## 22172 22172     A5FZW2        524
-## 22173 22173     A5FZW2        524
-## 22174 22174     A5FZW4        524
-## 22175 22175     A5FZW7        524
-## 22176 22176     A5FZX0        524
-## 22177 22177     A5FZX1        524
-## 22178 22178     A5FZX1        524
-## 22179 22179     A5FZX1        524
-## 22180 22180     A5FZX1        524
-## 22181 22181     A5FZX3        524
-## 22182 22182     A5FZX8        524
-## 22183 22183     A5G017        524
-## 22184 22184     A5G068        524
-## 22185 22185     A5G068        524
-## 22186 22186     A5G068        524
-## 22187 22187     A5G0D9        524
-## 22188 22188     A5G0G0        524
-## 22189 22189     A5G0H0        524
-## 22190 22190     A5G0H0        524
-## 22191 22191     A5G0I2        524
-## 22192 22192     A5G0I2        524
-## 22193 22193     A5G0I2        524
-## 22194 22194     A5G0K5        524
-## 22195 22195     A5G0L2        524
-## 22196 22196     A5G0S8        524
-## 22197 22197     A5G0T8        524
-## 22198 22198     A5G0T8        524
-## 22199 22199     A5G0T8        524
-## 22200 22200     A5G126        524
-## 22201 22201     A5G167        524
-## 22202 22202     A5G168        524
-## 22203 22203     A5G168        524
-## 22204 22204     A5G1D6        524
-## 22205 22205     A5G1G2        524
-## 22206 22206     A5G1G2        524
-## 22207 22207     A5G1G2        524
-## 22208 22208     A5G1L8        524
-## 22209 22209     A5G1X4        524
-## 22210 22210     A5G1Y9        524
-## 22211 22211     A5G209        524
-## 22212 22212     A5G293        524
-## 22213 22213     A5G2D2        524
-## 22214 22214     A5G2E2        524
-## 22215 22215     A5G2G1        524
-## 22216 22216     A5G2G1        524
-## 22217 22217     A5G2H9        524
-## 22218 22218     A5G2L3        524
-## 22219 22219     A5G2L4        524
-## 22220 22220     A5G2L4        524
-## 22221 22221     A5G2T9        524
-## 22222 22222     A5G320        524
-## 22223 22223     A5G381     351604
-## 22224 22224     A5G382     351604
-## 22225 22225     A5G3J6     351604
-## 22226 22226     A5G3S1     351604
-## 22227 22227     A5G3W5     351604
-## 22228 22228     A5G4T3     351604
-## 22229 22229     A5G5G9     351604
-## 22230 22230     A5G5T3     351604
-## 22231 22231     A5G5T4     351604
-## 22232 22232     A5G670     351604
-## 22233 22233     A5G677     351604
-## 22234 22234     A5G677     351604
-## 22235 22235     A5G693     351604
-## 22236 22236     A5G6I9     351604
-## 22237 22237     A5G6M1     351604
-## 22238 22238     A5G6V8     351604
-## 22239 22239     A5G7P4     351604
-## 22240 22240     A5G7Q7     351604
-## 22241 22241     A5G7R8     351604
-## 22242 22242     A5G7U4     351604
-## 22243 22243     A5G7W5     351604
-## 22244 22244     A5G7W8     351604
-## 22245 22245     A5G7Z2     351604
-## 22246 22246     A5G7Z6     351604
-## 22247 22247     A5G8J9     351604
-## 22248 22248     A5G8T0     351604
-## 22249 22249     A5G8T5     351604
-## 22250 22250     A5G903     351604
-## 22251 22251     A5G937     351604
-## 22252 22252     A5G937     351604
-## 22253 22253     A5G9C4     351604
-## 22254 22254     A5G9D8     351604
-## 22255 22255     A5G9G5     351604
-## 22256 22256     A5G9G5     351604
-## 22257 22257     A5G9G5     351604
-## 22258 22258     A5G9I2     351604
-## 22259 22259     A5G9I2     351604
-## 22260 22260     A5G9I7     351604
-## 22261 22261     A5G9J9     351604
-## 22262 22262     A5GA17     351604
-## 22263 22263     A5GA66     351604
-## 22264 22264     A5GA66     351604
-## 22265 22265     A5GA97     351604
-## 22266 22266     A5GA98     351604
-## 22267 22267     A5GAD3     351604
-## 22268 22268     A5GAD3     351604
-## 22269 22269     A5GAG0     351604
-## 22270 22270     A5GAG2     351604
-## 22271 22271     A5GAG2     351604
-## 22272 22272     A5GAS3     351604
-## 22273 22273     A5GAT3     351604
-## 22274 22274     A5GAT3     351604
-## 22275 22275     A5GAV4     351604
-## 22276 22276     A5GAV6     351604
-## 22277 22277     A5GAW6     351604
-## 22278 22278     A5GAW7     351604
-## 22279 22279     A5GAX8     351604
-## 22280 22280     A5GAX8     351604
-## 22281 22281     A5GAX8     351604
-## 22282 22282     A5GAY0     351604
-## 22283 22283     A5GAY1     351604
-## 22284 22284     A5GAY1     351604
-## 22285 22285     A5GB52     351604
-## 22286 22286     A5GBR0     351604
-## 22287 22287     A5GBW0     351604
-## 22288 22288     A5GBX9     351604
-## 22289 22289     A5GBX9     351604
-## 22290 22290     A5GC19     351604
-## 22291 22291     A5GC94     351604
-## 22292 22292     A5GC94     351604
-## 22293 22293     A5GCQ9     351604
-## 22294 22294     A5GCQ9     351604
-## 22295 22295     A5GCR3     351604
-## 22296 22296     A5GCT1     351604
-## 22297 22297     A5GCT1     351604
-## 22298 22298     A5GCZ8     351604
-## 22299 22299     A5GD29     351604
-## 22300 22300     A5GD29     351604
-## 22301 22301     A5GD29     351604
-## 22302 22302     A5GD54     351604
-## 22303 22303     A5GD74     351604
-## 22304 22304     A5GD89     351604
-## 22305 22305     A5GD93     351604
-## 22306 22306     A5GD98     351604
-## 22307 22307     A5GD98     351604
-## 22308 22308     A5GDB4     351604
-## 22309 22309     A5GDC8     351604
-## 22310 22310     A5GDD6     351604
-## 22311 22311     A5GDL4     351604
-## 22312 22312     A5GDX1     351604
-## 22313 22313     A5GDX1     351604
-## 22314 22314     A5GE08     351604
-## 22315 22315     A5GE43     351604
-## 22316 22316     A5GEV5     351604
-## 22317 22317     A5GEV6     351604
-## 22318 22318     A5GEW5     351604
-## 22319 22319     A5GEX9     351604
-## 22320 22320     A5GF03     351604
-## 22321 22321     A5GF03     351604
-## 22322 22322     A5GF42     351604
-## 22323 22323     A5GF86     351604
-## 22324 22324     A5GF86     351604
-## 22325 22325     A5GF86     351604
-## 22326 22326     A5GF86     351604
-## 22327 22327     A5GFN6         NA
-## 22328 22328     A5GFN6         NA
-## 22329 22329     A5GFN6         NA
-## 22330 22330     A5GFQ5         NA
-## 22331 22331     A5GFQ5         NA
-## 22332 22332     A5GFS8         NA
-## 22333 22333     A5GFS8         NA
-## 22334 22334     A5GFT6         NA
-## 22335 22335     A5GFT6         NA
-## 22336 22336     A5GFT6         NA
-## 22337 22337     A5GFT6         NA
-## 22338 22338     A5GFT6         NA
-## 22339 22339     A5GFT6         NA
-## 22340 22340     A5GFW5         NA
-## 22341 22341     A5GFW5         NA
-## 22342 22342     A5GFY4         NA
-## 22343 22343     A5GFY8         NA
-## 22344 22344     A5GHN3         NA
-## 22345 22345     A5GHN3         NA
-## 22346 22346     A5GHN9         NA
-## 22347 22347     A5GHT2         NA
-## 22348 22348     A5GHU5         NA
-## 22349 22349     A5GI02         NA
-## 22350 22350     A5GI06         NA
-## 22351 22351     A5GI45         NA
-## 22352 22352     A5GI45         NA
-## 22353 22353     A5GI46         NA
-## 22354 22354     A5GI59         NA
-## 22355 22355     A5GIA7         NA
-## 22356 22356     A5GID0         NA
-## 22357 22357     A5GIF4         NA
-## 22358 22358     A5GIG4         NA
-## 22359 22359     A5GIG6         NA
-## 22360 22360     A5GIG7         NA
-## 22361 22361     A5GIH1         NA
-## 22362 22362     A5GIK5         NA
-## 22363 22363     A5GIN1         NA
-## 22364 22364     A5GIN1         NA
-## 22365 22365     A5GIN1         NA
-## 22366 22366     A5GIN4         NA
-## 22367 22367     A5GIR6         NA
-## 22368 22368     A5GIR6         NA
-## 22369 22369     A5GIR7         NA
-## 22370 22370     A5GIR7         NA
-## 22371 22371     A5GIR9         NA
-## 22372 22372     A5GIS2         NA
-## 22373 22373     A5GIS4         NA
-## 22374 22374     A5GIS8         NA
-## 22375 22375     A5GIS9         NA
-## 22376 22376     A5GIS9         NA
-## 22377 22377     A5GIS9         NA
-## 22378 22378     A5GIT1         NA
-## 22379 22379     A5GIT9         NA
-## 22380 22380     A5GIV0         NA
-## 22381 22381     A5GIW5         NA
-## 22382 22382     A5GJ71         NA
-## 22383 22383     A5GJ79         NA
-## 22384 22384     A5GJ79         NA
-## 22385 22385     A5GJ83         NA
-## 22386 22386     A5GJ90         NA
-## 22387 22387     A5GJA5         NA
-## 22388 22388     A5GJA5         NA
-## 22389 22389     A5GJI1         NA
-## 22390 22390     A5GJL3         NA
-## 22391 22391     A5GJR6         NA
-## 22392 22392     A5GJS5         NA
-## 22393 22393     A5GJS5         NA
-## 22394 22394     A5GKI2         NA
-## 22395 22395     A5GKI2         NA
-## 22396 22396     A5GKI2         NA
-## 22397 22397     A5GKI7         NA
-## 22398 22398     A5GKJ5         NA
-## 22399 22399     A5GKM7         NA
-## 22400 22400     A5GKR0         NA
-## 22401 22401     A5GKW4         NA
-## 22402 22402     A5GKW4         NA
-## 22403 22403     A5GKX4         NA
-## 22404 22404     A5GL34         NA
-## 22405 22405     A5GL34         NA
-## 22406 22406     A5GL35         NA
-## 22407 22407     A5GLG6         NA
-## 22408 22408     A5GLJ3         NA
-## 22409 22409     A5GLV1         NA
-## 22410 22410     A5GMA8         NA
-## 22411 22411     A5GMI5         NA
-## 22412 22412     A5GMJ1         NA
-## 22413 22413     A5GMJ1         NA
-## 22414 22414     A5GMU7         NA
-## 22415 22415     A5GMX4         NA
-## 22416 22416     A5GMX4         NA
-## 22417 22417     A5GMY0         NA
-## 22418 22418     A5GMY0         NA
-## 22419 22419     A5GMY0         NA
-## 22420 22420     A5GN19         NA
-## 22421 22421     A5GN53         NA
-## 22422 22422     A5GN62         NA
-## 22423 22423     A5GN78         NA
-## 22424 22424     A5GN83         NA
-## 22425 22425     A5GNA9         NA
-## 22426 22426     A5GNC8         NA
-## 22427 22427     A5GND0         NA
-## 22428 22428     A5GND3         NA
-## 22429 22429     A5GNH1         NA
-## 22430 22430     A5GNH7         NA
-## 22431 22431     A5GNJ0         NA
-## 22432 22432     A5GNJ0         NA
-## 22433 22433     A5GNJ0         NA
-## 22434 22434     A5GNJ0         NA
-## 22435 22435     A5GNJ0         NA
-## 22436 22436     A5GNJ0         NA
-## 22437 22437     A5GNJ0         NA
-## 22438 22438     A5GNK6         NA
-## 22439 22439     A5GNW7         NA
-## 22440 22440     A5GP07         NA
-## 22441 22441     A5GP11         NA
-## 22442 22442     A5GP41         NA
-## 22443 22443     A5GP51         NA
-## 22444 22444     A5GP51         NA
-## 22445 22445     A5GP52         NA
-## 22446 22446     A5GP60         NA
-## 22447 22447     A5GP74         NA
-## 22448 22448     A5GPA1         NA
-## 22449 22449     A5GPA1         NA
-## 22450 22450     A5GPA1         NA
-## 22451 22451     A5GPB2         NA
-## 22452 22452     A5GPB2         NA
-## 22453 22453     A5GPD2         NA
-## 22454 22454     A5GPE0         NA
-## 22455 22455     A5GPE6         NA
-## 22456 22456     A5GPE6         NA
-## 22457 22457     A5GPF9         NA
-## 22458 22458     A5GPF9         NA
-## 22459 22459     A5GPF9         NA
-## 22460 22460     A5GPL9         NA
-## 22461 22461     A5GPN0         NA
-## 22462 22462     A5GPT3         NA
-## 22463 22463     A5GPX1         NA
-## 22464 22464     A5GQ09         NA
-## 22465 22465     A5GQ11         NA
-## 22466 22466     A5GQ11         NA
-## 22467 22467     A5GQ22         NA
-## 22468 22468     A5GQ30         NA
-## 22469 22469     A5GQ34         NA
-## 22470 22470     A5GQ35         NA
-## 22471 22471     A5GQ35         NA
-## 22472 22472     A5GQ77         NA
-## 22473 22473     A5GQF5         NA
-## 22474 22474     A5GQF5         NA
-## 22475 22475     A5GQF7         NA
-## 22476 22476     A5GQF9         NA
-## 22477 22477     A5GQH5         NA
-## 22478 22478     A5GQJ6         NA
-## 22479 22479     A5GQQ5         NA
-## 22480 22480     A5GQQ5         NA
-## 22481 22481     A5GR07         NA
-## 22482 22482     A5GR10         NA
-## 22483 22483     A5GR60         NA
-## 22484 22484     A5GR60         NA
-## 22485 22485     A5GRD7         NA
-## 22486 22486     A5GRD7         NA
-## 22487 22487     A5GRD9         NA
-## 22488 22488     A5GRE3         NA
-## 22489 22489     A5GRZ0         NA
-## 22490 22490     A5GRZ0         NA
-## 22491 22491     A5GS37         NA
-## 22492 22492     A5GSC0         NA
-## 22493 22493     A5GSC3         NA
-## 22494 22494     A5GSH0         NA
-## 22495 22495     A5GSL5         NA
-## 22496 22496     A5GSQ4         NA
-## 22497 22497     A5GT34         NA
-## 22498 22498     A5GT38         NA
-## 22499 22499     A5GT42         NA
-## 22500 22500     A5GT44         NA
-## 22501 22501     A5GT49         NA
-## 22502 22502     A5GTG7         NA
-## 22503 22503     A5GTG8         NA
-## 22504 22504     A5GTK8         NA
-## 22505 22505     A5GTM0         NA
-## 22506 22506     A5GTM5         NA
-## 22507 22507     A5GTM6         NA
-## 22508 22508     A5GTR3         NA
-## 22509 22509     A5GTR3         NA
-## 22510 22510     A5GTY4         NA
-## 22511 22511     A5GU84         NA
-## 22512 22512     A5GU85         NA
-## 22513 22513     A5GUB0         NA
-## 22514 22514     A5GUN8         NA
-## 22515 22515     A5GUP6         NA
-## 22516 22516     A5GUQ3         NA
-## 22517 22517     A5GUQ3         NA
-## 22518 22518     A5GUT4         NA
-## 22519 22519     A5GUT4         NA
-## 22520 22520     A5GV37         NA
-## 22521 22521     A5GV37         NA
-## 22522 22522     A5GV53         NA
-## 22523 22523     A5GV76         NA
-## 22524 22524     A5GV77         NA
-## 22525 22525     A5GV87         NA
-## 22526 22526     A5GV87         NA
-## 22527 22527     A5GVE0         NA
-## 22528 22528     A5GVF0         NA
-## 22529 22529     A5GVG4         NA
-## 22530 22530     A5GVG4         NA
-## 22531 22531     A5GVG4         NA
-## 22532 22532     A5GVG4         NA
-## 22533 22533     A5GVG4         NA
-## 22534 22534     A5GVG4         NA
-## 22535 22535     A5GVG4         NA
-## 22536 22536     A5GVG4         NA
-## 22537 22537     A5GVG4         NA
-## 22538 22538     A5GVG4         NA
-## 22539 22539     A5GVR5         NA
-## 22540 22540     A5GVW6         NA
-## 22541 22541     A5GVX4         NA
-## 22542 22542     A5GVX6         NA
-## 22543 22543     A5GVX6         NA
-## 22544 22544     A5GVX6         NA
-## 22545 22545     A5GVX6         NA
-## 22546 22546     A5GVX7         NA
-## 22547 22547     A5GVY3         NA
-## 22548 22548     A5GW06         NA
-## 22549 22549     A5GW13         NA
-## 22550 22550     A5GW23         NA
-## 22551 22551     A5GW63         NA
-## 22552 22552     A5GW69         NA
-## 22553 22553     A5GW73         NA
-## 22554 22554     A5GW82         NA
-## 22555 22555     A5GWD4         NA
-## 22556 22556     A5GWH9         NA
-## 22557 22557     A5GWM2         NA
-## 22558 22558     A5GWM4         NA
-## 22559 22559     A5GWM4         NA
-## 22560 22560     A5GWQ3         NA
-## 22561 22561     A5GWT1         NA
-## 22562 22562     A5GWT1         NA
-## 22563 22563     A5GWT2         NA
-## 22564 22564     A5GWT6         NA
-## 22565 22565     A5GWV3         NA
-## 22566 22566     A5GWV6         NA
-## 22567 22567     A5GX19         NA
-## 22568 22568     A5GX19         NA
-## 22569 22569     A5H0J2         NA
-## 22570 22570     A5H1G9         NA
-## 22571 22571     A5H447         NA
-## 22572 22572     A5H447         NA
-## 22573 22573     A5H447         NA
-## 22574 22574     A5H447         NA
-## 22575 22575     A5H447         NA
-## 22576 22576     A5H447         NA
-## 22577 22577     A5H447         NA
-## 22578 22578     A5H447         NA
-## 22579 22579     A5H447         NA
-## 22580 22580     A5H452         NA
-## 22581 22581     A5H453         NA
-## 22582 22582     A5H454         NA
-## 22583 22583     A5H454         NA
-## 22584 22584     A5HBD5         NA
-## 22585 22585     A5HBD7         NA
-## 22586 22586     A5HBE1         NA
-## 22587 22587     A5HBE1         NA
-## 22588 22588     A5HBG1         NA
-## 22589 22589     A5HJM1         NA
-## 22590 22590     A5HK05         NA
-## 22591 22591     A5HNF6         NA
-## 22592 22592     A5HXQ7       1491
-## 22593 22593     A5HXQ7       1491
-## 22594 22594     A5HXR1       1491
-## 22595 22595     A5HY17       1491
-## 22596 22596     A5HY32       1491
-## 22597 22597     A5HY47       1491
-## 22598 22598     A5HY53       1491
-## 22599 22599     A5HY67       1491
-## 22600 22600     A5HYL0       1491
-## 22601 22601     A5HYX0       1491
-## 22602 22602     A5HYY0       1491
-## 22603 22603     A5HYY0       1491
-## 22604 22604     A5HYY0       1491
-## 22605 22605     A5HYY0       1491
-## 22606 22606     A5HYY0       1491
-## 22607 22607     A5HYY2       1491
-## 22608 22608     A5HYZ3       1491
-## 22609 22609     A5HZZ9       1491
-## 22610 22610     A5I0C8       1491
-## 22611 22611     A5I0C8       1491
-## 22612 22612     A5I0R5       1491
-## 22613 22613     A5I0Y0       1491
-## 22614 22614     A5I1A6       1491
-## 22615 22615     A5I1C7       1491
-## 22616 22616     A5I1U5       1491
-## 22617 22617     A5I237       1491
-## 22618 22618     A5I244       1491
-## 22619 22619     A5I244       1491
-## 22620 22620     A5I244       1491
-## 22621 22621     A5I2A9       1491
-## 22622 22622     A5I2R9       1491
-## 22623 22623     A5I2S0       1491
-## 22624 22624     A5I2S2       1491
-## 22625 22625     A5I2S2       1491
-## 22626 22626     A5I2T0       1491
-## 22627 22627     A5I2T7       1491
-## 22628 22628     A5I302       1491
-## 22629 22629     A5I309       1491
-## 22630 22630     A5I309       1491
-## 22631 22631     A5I322       1491
-## 22632 22632     A5I323       1491
-## 22633 22633     A5I3F5       1491
-## 22634 22634     A5I3X9       1491
-## 22635 22635     A5I421       1491
-## 22636 22636     A5I4H8       1491
-## 22637 22637     A5I4H8       1491
-## 22638 22638     A5I4J3       1491
-## 22639 22639     A5I4K2       1491
-## 22640 22640     A5I4K9       1491
-## 22641 22641     A5I4M3       1491
-## 22642 22642     A5I4N7       1491
-## 22643 22643     A5I4T4       1491
-## 22644 22644     A5I4T4       1491
-## 22645 22645     A5I4U1       1491
-## 22646 22646     A5I4V0       1491
-## 22647 22647     A5I4Z5       1491
-## 22648 22648     A5I4Z5       1491
-## 22649 22649     A5I4Z5       1491
-## 22650 22650     A5I4Z5       1491
-## 22651 22651     A5I4Z5       1491
-## 22652 22652     A5I526       1491
-## 22653 22653     A5I557       1491
-## 22654 22654     A5I5J5       1491
-## 22655 22655     A5I5M0       1491
-## 22656 22656     A5I640       1491
-## 22657 22657     A5I640       1491
-## 22658 22658     A5I644       1491
-## 22659 22659     A5I648       1491
-## 22660 22660     A5I666       1491
-## 22661 22661     A5I6D6       1491
-## 22662 22662     A5I6D6       1491
-## 22663 22663     A5I6F4       1491
-## 22664 22664     A5I6G4       1491
-## 22665 22665     A5I6G4       1491
-## 22666 22666     A5I6G4       1491
-## 22667 22667     A5I6N5       1491
-## 22668 22668     A5I6N5       1491
-## 22669 22669     A5I6N5       1491
-## 22670 22670     A5I6W2       1491
-## 22671 22671     A5I6X1       1491
-## 22672 22672     A5I6X1       1491
-## 22673 22673     A5I6Z2       1491
-## 22674 22674     A5I6Z3       1491
-## 22675 22675     A5I6Z3       1491
-## 22676 22676     A5I723       1491
-## 22677 22677     A5I724       1491
-## 22678 22678     A5I738       1491
-## 22679 22679     A5I748       1491
-## 22680 22680     A5I748       1491
-## 22681 22681     A5I7E5       1491
-## 22682 22682     A5I7I7       1491
-## 22683 22683     A5I7J1       1491
-## 22684 22684     A5I7J1       1491
-## 22685 22685     A5I7J3       1491
-## 22686 22686     A5I7J4       1491
-## 22687 22687     A5I7K3       1491
-## 22688 22688     A5I7K3       1491
-## 22689 22689     A5I7L3       1491
-## 22690 22690     A5I7L3       1491
-## 22691 22691     A5I7L3       1491
-## 22692 22692     A5I7L4       1491
-## 22693 22693     A5I7L4       1491
-## 22694 22694     A5I7L5       1491
-## 22695 22695     A5I7L7       1491
-## 22696 22696     A5I7M8       1491
-## 22697 22697     A5I7P9       1491
-## 22698 22698     A5I7S0       1491
-## 22699 22699     A5I7S0       1491
-## 22700 22700     A5I7W9       1491
-## 22701 22701     A5I7W9       1491
-## 22702 22702     A5I7Y9       1491
-## 22703 22703     A5I801       1491
-## 22704 22704     A5I816       1491
-## 22705 22705     A5I9F1        446
-## 22706 22706     A5I9F1        446
-## 22707 22707     A5I9H6        446
-## 22708 22708     A5I9H9        446
-## 22709 22709     A5I9P3        446
-## 22710 22710     A5I9T3        446
-## 22711 22711     A5I9T5        446
-## 22712 22712     A5I9T5        446
-## 22713 22713     A5I9V7        446
-## 22714 22714     A5IA60        446
-## 22715 22715     A5IA69        446
-## 22716 22716     A5IA69        446
-## 22717 22717     A5IAG1        446
-## 22718 22718     A5IAL3        446
-## 22719 22719     A5IAL5        446
-## 22720 22720     A5IAR5        446
-## 22721 22721     A5IAS3        446
-## 22722 22722     A5IAS4        446
-## 22723 22723     A5IAS7        446
-## 22724 22724     A5IAT1        446
-## 22725 22725     A5IAV9        446
-## 22726 22726     A5IAV9        446
-## 22727 22727     A5IAV9        446
-## 22728 22728     A5IAW3        446
-## 22729 22729     A5IB85        446
-## 22730 22730     A5IB85        446
-## 22731 22731     A5IB85        446
-## 22732 22732     A5IBE1        446
-## 22733 22733     A5IBE5        446
-## 22734 22734     A5IBF5        446
-## 22735 22735     A5IBF6        446
-## 22736 22736     A5IBJ1        446
-## 22737 22737     A5IBJ1        446
-## 22738 22738     A5IBL1        446
-## 22739 22739     A5IBN1        446
-## 22740 22740     A5IBR1        446
-## 22741 22741     A5IBS2        446
-## 22742 22742     A5IBS2        446
-## 22743 22743     A5IBV4        446
-## 22744 22744     A5IBV4        446
-## 22745 22745     A5IBW2        446
-## 22746 22746     A5IC23        446
-## 22747 22747     A5IC36        446
-## 22748 22748     A5IC68        446
-## 22749 22749     A5IC87        446
-## 22750 22750     A5ICK4        446
-## 22751 22751     A5ICK9        446
-## 22752 22752     A5ICK9        446
-## 22753 22753     A5ICL0        446
-## 22754 22754     A5ICM0        446
-## 22755 22755     A5ICP2        446
-## 22756 22756     A5ICP2        446
-## 22757 22757     A5ICS3        446
-## 22758 22758     A5ICV6        446
-## 22759 22759     A5ICV6        446
-## 22760 22760     A5ICV6        446
-## 22761 22761     A5ICV6        446
-## 22762 22762     A5ICV8        446
-## 22763 22763     A5ICX8        446
-## 22764 22764     A5ICX8        446
-## 22765 22765     A5ID16        446
-## 22766 22766     A5ID85        446
-## 22767 22767     A5IDK5        446
-## 22768 22768     A5IDK7        446
-## 22769 22769     A5IDK7        446
-## 22770 22770     A5IDK7        446
-## 22771 22771     A5IDK8        446
-## 22772 22772     A5IDL4        446
-## 22773 22773     A5IDM1        446
-## 22774 22774     A5IDM2        446
-## 22775 22775     A5IDR5        446
-## 22776 22776     A5IEC9        446
-## 22777 22777     A5IEF4        446
-## 22778 22778     A5IEF4        446
-## 22779 22779     A5IEF8        446
-## 22780 22780     A5IEF8        446
-## 22781 22781     A5IEQ9        446
-## 22782 22782     A5IES9        446
-## 22783 22783     A5IF70        446
-## 22784 22784     A5IF70        446
-## 22785 22785     A5IF79        446
-## 22786 22786     A5IF79        446
-## 22787 22787     A5IFV1        446
-## 22788 22788     A5IFW5        446
-## 22789 22789     A5IFY0        446
-## 22790 22790     A5IG00        446
-## 22791 22791     A5IG23        446
-## 22792 22792     A5IG27        446
-## 22793 22793     A5IG82        446
-## 22794 22794     A5IG90        446
-## 22795 22795     A5IG90        446
-## 22796 22796     A5IGG9        446
-## 22797 22797     A5IGI2        446
-## 22798 22798     A5IGJ7        446
-## 22799 22799     A5IGL1        446
-## 22800 22800     A5IGL5        446
-## 22801 22801     A5IGM1        446
-## 22802 22802     A5IGM4        446
-## 22803 22803     A5IGR4        446
-## 22804 22804     A5IH96        446
-## 22805 22805     A5IH96        446
-## 22806 22806     A5IHA2        446
-## 22807 22807     A5IHP1        446
-## 22808 22808     A5IHQ8        446
-## 22809 22809     A5IHR1        446
-## 22810 22810     A5IHR4        446
-## 22811 22811     A5IHR7        446
-## 22812 22812     A5IHS0        446
-## 22813 22813     A5IHS0        446
-## 22814 22814     A5IHS0        446
-## 22815 22815     A5IHS1        446
-## 22816 22816     A5IHS3        446
-## 22817 22817     A5IHS9        446
-## 22818 22818     A5IHT0        446
-## 22819 22819     A5IHU3        446
-## 22820 22820     A5IHU4        446
-## 22821 22821     A5IHU7        446
-## 22822 22822     A5IHV5        446
-## 22823 22823     A5IHV5        446
-## 22824 22824     A5IHY4        446
-## 22825 22825     A5II09        446
-## 22826 22826     A5II10        446
-## 22827 22827     A5II48        446
-## 22828 22828     A5II48        446
-## 22829 22829     A5II48        446
-## 22830 22830     A5II55        446
-## 22831 22831     A5IIH5        446
-## 22832 22832     A5IIH5        446
-## 22833 22833     A5III3        446
-## 22834 22834     A5III4        446
-## 22835 22835     A5III6        446
-## 22836 22836     A5IIK3        446
-## 22837 22837     A5IIK4        446
-## 22838 22838     A5IIL8      93929
-## 22839 22839     A5IIS0      93929
-## 22840 22840     A5IIS8      93929
-## 22841 22841     A5IIT2      93929
-## 22842 22842     A5IIT4      93929
-## 22843 22843     A5IIT4      93929
-## 22844 22844     A5IIW2      93929
-## 22845 22845     A5IIW2      93929
-## 22846 22846     A5IIY3      93929
-## 22847 22847     A5IJ09      93929
-## 22848 22848     A5IJ09      93929
-## 22849 22849     A5IJ83      93929
-## 22850 22850     A5IJ91      93929
-## 22851 22851     A5IJ92      93929
-## 22852 22852     A5IJH1      93929
-## 22853 22853     A5IJJ8      93929
-## 22854 22854     A5IJJ8      93929
-## 22855 22855     A5IJL8      93929
-## 22856 22856     A5IJL8      93929
-## 22857 22857     A5IJM5      93929
-## 22858 22858     A5IJP6      93929
-## 22859 22859     A5IJQ9      93929
-## 22860 22860     A5IJR6      93929
-## 22861 22861     A5IJR6      93929
-## 22862 22862     A5IJR6      93929
-## 22863 22863     A5IJR6      93929
-## 22864 22864     A5IJR6      93929
-## 22865 22865     A5IJW2      93929
-## 22866 22866     A5IJW3      93929
-## 22867 22867     A5IJW3      93929
-## 22868 22868     A5IJW3      93929
-## 22869 22869     A5IJW4      93929
-## 22870 22870     A5IJW7      93929
-## 22871 22871     A5IJX2      93929
-## 22872 22872     A5IK18      93929
-## 22873 22873     A5IK73      93929
-## 22874 22874     A5IK73      93929
-## 22875 22875     A5IK84      93929
-## 22876 22876     A5IKB6      93929
-## 22877 22877     A5IKE5      93929
-## 22878 22878     A5IKE5      93929
-## 22879 22879     A5IKF4      93929
-## 22880 22880     A5IKH0      93929
-## 22881 22881     A5IKI1      93929
-## 22882 22882     A5IKI6      93929
-## 22883 22883     A5IKI6      93929
-## 22884 22884     A5IKI6      93929
-## 22885 22885     A5IKI7      93929
-## 22886 22886     A5IKJ0      93929
-## 22887 22887     A5IKM1      93929
-## 22888 22888     A5IKN6      93929
-## 22889 22889     A5IKQ3      93929
-## 22890 22890     A5IKS1      93929
-## 22891 22891     A5IKS6      93929
-## 22892 22892     A5IKW2      93929
-## 22893 22893     A5IKX2      93929
-## 22894 22894     A5IKY3      93929
-## 22895 22895     A5IKY3      93929
-## 22896 22896     A5IL29      93929
-## 22897 22897     A5IL67      93929
-## 22898 22898     A5IL80      93929
-## 22899 22899     A5IL80      93929
-## 22900 22900     A5IL80      93929
-## 22901 22901     A5IL84      93929
-## 22902 22902     A5IL85      93929
-## 22903 22903     A5IL85      93929
-## 22904 22904     A5ILC5      93929
-## 22905 22905     A5ILE6      93929
-## 22906 22906     A5ILE8      93929
-## 22907 22907     A5ILF5      93929
-## 22908 22908     A5ILF8      93929
-## 22909 22909     A5ILG0      93929
-## 22910 22910     A5ILG0      93929
-## 22911 22911     A5ILH3      93929
-## 22912 22912     A5ILI6      93929
-## 22913 22913     A5ILJ8      93929
-## 22914 22914     A5ILK0      93929
-## 22915 22915     A5ILK2      93929
-## 22916 22916     A5ILS0      93929
-## 22917 22917     A5ILT8      93929
-## 22918 22918     A5ILT8      93929
-## 22919 22919     A5ILT8      93929
-## 22920 22920     A5ILV3      93929
-## 22921 22921     A5ILV3      93929
-## 22922 22922     A5ILV3      93929
-## 22923 22923     A5ILV5      93929
-## 22924 22924     A5ILW7      93929
-## 22925 22925     A5ILW8      93929
-## 22926 22926     A5ILW8      93929
-## 22927 22927     A5ILX2      93929
-## 22928 22928     A5ILX2      93929
-## 22929 22929     A5ILX8      93929
-## 22930 22930     A5ILX9      93929
-## 22931 22931     A5IM04      93929
-## 22932 22932     A5IM04      93929
-## 22933 22933     A5IM04      93929
-## 22934 22934     A5IM14      93929
-## 22935 22935     A5IM64      93929
-## 22936 22936     A5IM64      93929
-## 22937 22937     A5IM64      93929
-## 22938 22938     A5IM80      93929
-## 22939 22939     A5IM83      93929
-## 22940 22940     A5IM93      93929
-## 22941 22941     A5IM98      93929
-## 22942 22942     A5IM99      93929
-## 22943 22943     A5IMA2      93929
-## 22944 22944     A5IMB1      93929
-## 22945 22945     A5IMC0      93929
-## 22946 22946     A5IMC7      93929
-## 22947 22947     A5IMD8      93929
-## 22948 22948     A5IMD9      93929
-## 22949 22949     A5IMH5      93929
-## 22950 22950     A5IMH8      93929
-## 22951 22951     A5IMI0      93929
-## 22952 22952     A5IMJ4      93929
-## 22953 22953     A5IML2      93929
-## 22954 22954     A5IMS4      93929
-## 22955 22955     A5IMS8      93929
-## 22956 22956     A5IMS8      93929
-## 22957 22957     A5IMT3      93929
-## 22958 22958     A5IMT3      93929
-## 22959 22959     A5IMW3      93929
-## 22960 22960     A5IMZ6      93929
-## 22961 22961     A5IN20      93929
-## 22962 22962     A5IN82      93929
-## 22963 22963     A5IN82      93929
-## 22964 22964     A5IN82      93929
-## 22965 22965     A5IN82      93929
-## 22966 22966     A5IN85      93929
-## 22967 22967     A5IN94      93929
-## 22968 22968     A5INE2      93929
-## 22969 22969     A5INE2      93929
-## 22970 22970     A5INE5      93929
-## 22971 22971     A5INE5      93929
-## 22972 22972     A5INL8      93929
-## 22973 22973     A5INP5       1280
-## 22974 22974     A5INP9       1280
-## 22975 22975     A5INQ0       1280
-## 22976 22976     A5IP09       1280
-## 22977 22977     A5IPD1       1280
-## 22978 22978     A5IPT7       1280
-## 22979 22979     A5IPX0       1280
-## 22980 22980     A5IPX0       1280
-## 22981 22981     A5IPX0       1280
-## 22982 22982     A5IQ06       1280
-## 22983 22983     A5IQ06       1280
-## 22984 22984     A5IQ31       1280
-## 22985 22985     A5IQ45       1280
-## 22986 22986     A5IQ45       1280
-## 22987 22987     A5IQ81       1280
-## 22988 22988     A5IQA1       1280
-## 22989 22989     A5IQA1       1280
-## 22990 22990     A5IQA5       1280
-## 22991 22991     A5IQA5       1280
-## 22992 22992     A5IQE1       1280
-## 22993 22993     A5IQE7       1280
-## 22994 22994     A5IQH5       1280
-## 22995 22995     A5IQH8       1280
-## 22996 22996     A5IQH8       1280
-## 22997 22997     A5IQI0       1280
-## 22998 22998     A5IQM3       1280
-## 22999 22999     A5IQS7       1280
-## 23000 23000     A5IQT1       1280
-## 23001 23001     A5IQW5       1280
-## 23002 23002     A5IQX2       1280
-## 23003 23003     A5IR97       1280
-## 23004 23004     A5IRC7       1280
-## 23005 23005     A5IRD8       1280
-## 23006 23006     A5IRD9       1280
-## 23007 23007     A5IRE4       1280
-## 23008 23008     A5IRE5       1280
-## 23009 23009     A5IRI3       1280
-## 23010 23010     A5IRV6       1280
-## 23011 23011     A5IRW0       1280
-## 23012 23012     A5IS12       1280
-## 23013 23013     A5IS12       1280
-## 23014 23014     A5IS14       1280
-## 23015 23015     A5IS15       1280
-## 23016 23016     A5IS15       1280
-## 23017 23017     A5IS15       1280
-## 23018 23018     A5IS15       1280
-## 23019 23019     A5IS16       1280
-## 23020 23020     A5IS16       1280
-## 23021 23021     A5IS16       1280
-## 23022 23022     A5IS16       1280
-## 23023 23023     A5IS17       1280
-## 23024 23024     A5IS17       1280
-## 23025 23025     A5IS24       1280
-## 23026 23026     A5IS26       1280
-## 23027 23027     A5IS30       1280
-## 23028 23028     A5IS30       1280
-## 23029 23029     A5IS64       1280
-## 23030 23030     A5IS64       1280
-## 23031 23031     A5IS68       1280
-## 23032 23032     A5IS68       1280
-## 23033 23033     A5IS81       1280
-## 23034 23034     A5IS85       1280
-## 23035 23035     A5IS88       1280
-## 23036 23036     A5ISC6       1280
-## 23037 23037     A5ISD7       1280
-## 23038 23038     A5ISE0       1280
-## 23039 23039     A5ISE7       1280
-## 23040 23040     A5ISF3       1280
-## 23041 23041     A5ISF3       1280
-## 23042 23042     A5ISF7       1280
-## 23043 23043     A5ISH0       1280
-## 23044 23044     A5ISH0       1280
-## 23045 23045     A5ISH0       1280
-## 23046 23046     A5ISI2       1280
-## 23047 23047     A5ISM9       1280
-## 23048 23048     A5ISM9       1280
-## 23049 23049     A5ISN0       1280
-## 23050 23050     A5ISN0       1280
-## 23051 23051     A5ISQ5       1280
-## 23052 23052     A5ISS9       1280
-## 23053 23053     A5ISU5       1280
-## 23054 23054     A5ISV8       1280
-## 23055 23055     A5ISW6       1280
-## 23056 23056     A5ISW6       1280
-## 23057 23057     A5ISW6       1280
-## 23058 23058     A5ISW6       1280
-## 23059 23059     A5ISW6       1280
-## 23060 23060     A5ISW6       1280
-## 23061 23061     A5ISW6       1280
-## 23062 23062     A5ISW6       1280
-## 23063 23063     A5ISW6       1280
-## 23064 23064     A5ISW6       1280
-## 23065 23065     A5ISW6       1280
-## 23066 23066     A5ISW6       1280
-## 23067 23067     A5ISW6       1280
-## 23068 23068     A5ISW6       1280
-## 23069 23069     A5ISW6       1280
-## 23070 23070     A5ISW6       1280
-## 23071 23071     A5ISW6       1280
-## 23072 23072     A5ISW6       1280
-## 23073 23073     A5ISW6       1280
-## 23074 23074     A5ISW6       1280
-## 23075 23075     A5ISW6       1280
-## 23076 23076     A5ISW6       1280
-## 23077 23077     A5ISW6       1280
-## 23078 23078     A5ISW6       1280
-## 23079 23079     A5ISW6       1280
-## 23080 23080     A5ISW6       1280
-## 23081 23081     A5ISX7       1280
-## 23082 23082     A5IT22       1280
-## 23083 23083     A5IT23       1280
-## 23084 23084     A5IT32       1280
-## 23085 23085     A5IT51       1280
-## 23086 23086     A5IT52       1280
-## 23087 23087     A5IT57       1280
-## 23088 23088     A5IT57       1280
-## 23089 23089     A5IT63       1280
-## 23090 23090     A5IT64       1280
-## 23091 23091     A5IT98       1280
-## 23092 23092     A5ITA1       1280
-## 23093 23093     A5ITA1       1280
-## 23094 23094     A5ITA7       1280
-## 23095 23095     A5ITA7       1280
-## 23096 23096     A5ITA7       1280
-## 23097 23097     A5ITA8       1280
-## 23098 23098     A5ITB2       1280
-## 23099 23099     A5ITB3       1280
-## 23100 23100     A5ITE3       1280
-## 23101 23101     A5ITE3       1280
-## 23102 23102     A5ITG6       1280
-## 23103 23103     A5ITG8       1280
-## 23104 23104     A5ITH1       1280
-## 23105 23105     A5ITJ7       1280
-## 23106 23106     A5ITK0       1280
-## 23107 23107     A5ITM4       1280
-## 23108 23108     A5ITN4       1280
-## 23109 23109     A5ITN4       1280
-## 23110 23110     A5ITP2       1280
-## 23111 23111     A5ITQ4       1280
-## 23112 23112     A5ITT0       1280
-## 23113 23113     A5ITV6       1280
-## 23114 23114     A5ITV7       1280
-## 23115 23115     A5IU11       1280
-## 23116 23116     A5IU33       1280
-## 23117 23117     A5IU39       1280
-## 23118 23118     A5IU39       1280
-## 23119 23119     A5IU40       1280
-## 23120 23120     A5IU40       1280
-## 23121 23121     A5IU64       1280
-## 23122 23122     A5IU66       1280
-## 23123 23123     A5IU67       1280
-## 23124 23124     A5IU67       1280
-## 23125 23125     A5IU69       1280
-## 23126 23126     A5IU69       1280
-## 23127 23127     A5IU69       1280
-## 23128 23128     A5IU69       1280
-## 23129 23129     A5IUJ2       1280
-## 23130 23130     A5IUK5       1280
-## 23131 23131     A5IUN8       1280
-## 23132 23132     A5IUN8       1280
-## 23133 23133     A5IUP7       1280
-## 23134 23134     A5IUP7       1280
-## 23135 23135     A5IUP7       1280
-## 23136 23136     A5IUP9       1280
-## 23137 23137     A5IUQ0       1280
-## 23138 23138     A5IUU9       1280
-## 23139 23139     A5IUY2       1280
-## 23140 23140     A5IUY2       1280
-## 23141 23141     A5IV34       1280
-## 23142 23142     A5IV56       1280
-## 23143 23143     A5IV62       1280
-## 23144 23144     A5IV72       1280
-## 23145 23145     A5IVE2       1280
-## 23146 23146     A5IVF3       1280
-## 23147 23147     A5IVJ8       1280
-## 23148 23148     A5IVJ8       1280
-## 23149 23149     A5IVJ8       1280
-## 23150 23150     A5IVK5       1280
-## 23151 23151     A5IVW5       1280
-## 23152 23152     A5IVW5       1280
-## 23153 23153     A5IVY3       1280
-## 23154 23154     A5IVY3       1280
-## 23155 23155     A5IVY3       1280
-## 23156 23156     A5IVY3       1280
-## 23157 23157     A5IVY3       1280
-## 23158 23158     A5IWD5       1280
-## 23159 23159     A5IWD6       1280
-## 23160 23160     A5IWD7       1280
-## 23161 23161     A5IXJ1       2110
-## 23162 23162     A5IXK9       2110
-## 23163 23163     A5IXK9       2110
-## 23164 23164     A5IXK9       2110
-## 23165 23165     A5IXQ6       2110
-## 23166 23166     A5IXQ6       2110
-## 23167 23167     A5IXT5       2110
-## 23168 23168     A5IXW3       2110
-## 23169 23169     A5IXZ0       2110
-## 23170 23170     A5IY26       2110
-## 23171 23171     A5IY71       2110
-## 23172 23172     A5IY71       2110
-## 23173 23173     A5IYA9       2110
-## 23174 23174     A5IYE0       2110
-## 23175 23175     A5IYE1       2110
-## 23176 23176     A5IYE4       2110
-## 23177 23177     A5IYE4       2110
-## 23178 23178     A5IYF1       2110
-## 23179 23179     A5IYF2       2110
-## 23180 23180     A5IYK5       2110
-## 23181 23181     A5IYK6       2110
-## 23182 23182     A5IYU8       2110
-## 23183 23183     A5IYU8       2110
-## 23184 23184     A5IYW8       2110
-## 23185 23185     A5IYX3       2110
-## 23186 23186     A5IYX9       2110
-## 23187 23187     A5IZ33       2110
-## 23188 23188     A5IZ52       2110
-## 23189 23189     A5IZD7       2110
-## 23190 23190     A5JSW9         NA
-## 23191 23191     A5JUY8         NA
-## 23192 23192     A5JV83         NA
-## 23193 23193     A5JV83         NA
-## 23194 23194     A5JZ19       5855
-## 23195 23195     A5JZ19       5855
-## 23196 23196     A5JZ19       5855
-## 23197 23197     A5JZQ2       5855
-## 23198 23198     A5JZQ2       5855
-## 23199 23199     A5JZQ2       5855
-## 23200 23200     A5JZQ2       5855
-## 23201 23201     A5K168       5855
-## 23202 23202     A5K2F3       5855
-## 23203 23203     A5K6I6       5855
-## 23204 23204     A5K6I6       5855
-## 23205 23205     A5K6L0       5855
-## 23206 23206     A5K6L0       5855
-## 23207 23207     A5K6L0       5855
-## 23208 23208     A5K6L0       5855
-## 23209 23209     A5K883       5855
-## 23210 23210     A5KAL1       5855
-## 23211 23211     A5KAL1       5855
-## 23212 23212     A5KB67       5855
-## 23213 23213     A5KB67       5855
-## 23214 23214     A5KB67       5855
-## 23215 23215     A5KB67       5855
-## 23216 23216     A5KE24       5855
-## 23217 23217     A5LFV8         NA
-## 23218 23218     A5LFX5         NA
-## 23219 23219     A5LFX5         NA
-## 23220 23220     A5LFX5         NA
-## 23221 23221     A5LFX5         NA
-## 23222 23222     A5LGM7         NA
-## 23223 23223     A5LGM7         NA
-## 23224 23224     A5LGW7      12092
-## 23225 23225     A5LGW7      12092
-## 23226 23226     A5LGW7      12092
-## 23227 23227     A5LHG2         NA
-## 23228 23228     A5LHX3         NA
-## 23229 23229     A5MZ34       1534
-## 23230 23230     A5MZ48       1534
-## 23231 23231     A5MZJ0       1534
-## 23232 23232     A5N106       1534
-## 23233 23233     A5N1Y9       1534
-## 23234 23234     A5N205       1534
-## 23235 23235     A5N206       1534
-## 23236 23236     A5N245       1534
-## 23237 23237     A5N245       1534
-## 23238 23238     A5N254       1534
-## 23239 23239     A5N2K7       1534
-## 23240 23240     A5N2K9       1534
-## 23241 23241     A5N2K9       1534
-## 23242 23242     A5N2K9       1534
-## 23243 23243     A5N2K9       1534
-## 23244 23244     A5N2L5       1534
-## 23245 23245     A5N2N5       1534
-## 23246 23246     A5N2R5       1534
-## 23247 23247     A5N2U5       1534
-## 23248 23248     A5N2Y9       1534
-## 23249 23249     A5N2Y9       1534
-## 23250 23250     A5N2Z2       1534
-## 23251 23251     A5N361       1534
-## 23252 23252     A5N376       1534
-## 23253 23253     A5N379       1534
-## 23254 23254     A5N399       1534
-## 23255 23255     A5N3H6       1534
-## 23256 23256     A5N3H6       1534
-## 23257 23257     A5N3H7       1534
-## 23258 23258     A5N3H8       1534
-## 23259 23259     A5N3L3       1534
-## 23260 23260     A5N3V7       1534
-## 23261 23261     A5N434       1534
-## 23262 23262     A5N440       1534
-## 23263 23263     A5N454       1534
-## 23264 23264     A5N469       1534
-## 23265 23265     A5N4D3       1534
-## 23266 23266     A5N4F0       1534
-## 23267 23267     A5N4F7       1534
-## 23268 23268     A5N4H0       1534
-## 23269 23269     A5N4H0       1534
-## 23270 23270     A5N4I2       1534
-## 23271 23271     A5N4I5       1534
-## 23272 23272     A5N4I5       1534
-## 23273 23273     A5N4I5       1534
-## 23274 23274     A5N4J0       1534
-## 23275 23275     A5N4J2       1534
-## 23276 23276     A5N4L1       1534
-## 23277 23277     A5N4L2       1534
-## 23278 23278     A5N4L2       1534
-## 23279 23279     A5N4M2       1534
-## 23280 23280     A5N4N9       1534
-## 23281 23281     A5N4N9       1534
-## 23282 23282     A5N4P0       1534
-## 23283 23283     A5N4P4       1534
-## 23284 23284     A5N4P4       1534
-## 23285 23285     A5N4Q0       1534
-## 23286 23286     A5N4R0       1534
-## 23287 23287     A5N4R2       1534
-## 23288 23288     A5N4R2       1534
-## 23289 23289     A5N4R6       1534
-## 23290 23290     A5N4S9       1534
-## 23291 23291     A5N4T1       1534
-## 23292 23292     A5N4Y9       1534
-## 23293 23293     A5N597       1534
-## 23294 23294     A5N5B5       1534
-## 23295 23295     A5N5C6       1534
-## 23296 23296     A5N5C6       1534
-## 23297 23297     A5N5Y0       1534
-## 23298 23298     A5N5Y1       1534
-## 23299 23299     A5N628       1534
-## 23300 23300     A5N643       1534
-## 23301 23301     A5N646       1534
-## 23302 23302     A5N646       1534
-## 23303 23303     A5N6A8       1534
-## 23304 23304     A5N6A9       1534
-## 23305 23305     A5N6D9       1534
-## 23306 23306     A5N6H8       1534
-## 23307 23307     A5N6I5       1534
-## 23308 23308     A5N6J0       1534
-## 23309 23309     A5N6J0       1534
-## 23310 23310     A5N6J9       1534
-## 23311 23311     A5N6M2       1534
-## 23312 23312     A5N6M3       1534
-## 23313 23313     A5N6M3       1534
-## 23314 23314     A5N6M3       1534
-## 23315 23315     A5N6M4       1534
-## 23316 23316     A5N6M4       1534
-## 23317 23317     A5N6N3       1534
-## 23318 23318     A5N6N7       1534
-## 23319 23319     A5N6U3       1534
-## 23320 23320     A5N6V8       1534
-## 23321 23321     A5N6V9       1534
-## 23322 23322     A5N6W8       1534
-## 23323 23323     A5N6W8       1534
-## 23324 23324     A5N6W8       1534
-## 23325 23325     A5N749       1534
-## 23326 23326     A5N749       1534
-## 23327 23327     A5N7E7       1534
-## 23328 23328     A5N7J0       1534
-## 23329 23329     A5N7J4       1534
-## 23330 23330     A5N7J5       1534
-## 23331 23331     A5N7P0       1534
-## 23332 23332     A5N7T5       1534
-## 23333 23333     A5N7T5       1534
-## 23334 23334     A5N7T5       1534
-## 23335 23335     A5N7T5       1534
-## 23336 23336     A5N7T8       1534
-## 23337 23337     A5N7W7       1534
-## 23338 23338     A5N800       1534
-## 23339 23339     A5N816       1534
-## 23340 23340     A5N817       1534
-## 23341 23341     A5N829       1534
-## 23342 23342     A5N838       1534
-## 23343 23343     A5N842       1534
-## 23344 23344     A5N842       1534
-## 23345 23345     A5N847       1534
-## 23346 23346     A5N857       1534
-## 23347 23347     A5N857       1534
-## 23348 23348     A5N8I5       1534
-## 23349 23349     A5N8I7       1534
-## 23350 23350     A5PF08         NA
-## 23351 23351     A5PF08         NA
-## 23352 23352     A5PF08         NA
-## 23353 23353     A5PF10         NA
-## 23354 23354     A5PF10         NA
-## 23355 23355     A5PF44         NA
-## 23356 23356     A5PHT0         NA
-## 23357 23357     A5PHT0         NA
-## 23358 23358     A5PHT0         NA
-## 23359 23359     A5PJ65         NA
-## 23360 23360     A5PJA8         NA
-## 23361 23361     A5PJA8         NA
-## 23362 23362     A5PJF4         NA
-## 23363 23363     A5PJF6         NA
-## 23364 23364     A5PJG7         NA
-## 23365 23365     A5PJI6         NA
-## 23366 23366     A5PJI6         NA
-## 23367 23367     A5PJI6         NA
-## 23368 23368     A5PJI6         NA
-## 23369 23369     A5PJI7         NA
-## 23370 23370     A5PJJ5         NA
-## 23371 23371     A5PJK0         NA
-## 23372 23372     A5PJL1         NA
-## 23373 23373     A5PJL1         NA
-## 23374 23374     A5PJN0         NA
-## 23375 23375     A5PJN1         NA
-## 23376 23376     A5PJN2         NA
-## 23377 23377     A5PJN2         NA
-## 23378 23378     A5PJN5         NA
-## 23379 23379     A5PJN8         NA
-## 23380 23380     A5PJN8         NA
-## 23381 23381     A5PJP1         NA
-## 23382 23382     A5PJP1         NA
-## 23383 23383     A5PJP1         NA
-## 23384 23384     A5PJP6         NA
-## 23385 23385     A5PJQ2         NA
-## 23386 23386     A5PJQ2         NA
-## 23387 23387     A5PJQ2         NA
-## 23388 23388     A5PJQ2         NA
-## 23389 23389     A5PJQ2         NA
-## 23390 23390     A5PJQ2         NA
-## 23391 23391     A5PJT0         NA
-## 23392 23392     A5PJU9         NA
-## 23393 23393     A5PJV0         NA
-## 23394 23394     A5PJV8         NA
-## 23395 23395     A5PJV8         NA
-## 23396 23396     A5PJW2         NA
-## 23397 23397     A5PJW2         NA
-## 23398 23398     A5PJW2         NA
-## 23399 23399     A5PJX4         NA
-## 23400 23400     A5PJZ1         NA
-## 23401 23401     A5PJZ1         NA
-## 23402 23402     A5PK00         NA
-## 23403 23403     A5PK00         NA
-## 23404 23404     A5PK13         NA
-## 23405 23405     A5PK14         NA
-## 23406 23406     A5PK16         NA
-## 23407 23407     A5PK16         NA
-## 23408 23408     A5PK19         NA
-## 23409 23409     A5PK26         NA
-## 23410 23410     A5PK26         NA
-## 23411 23411     A5PK26         NA
-## 23412 23412     A5PK27         NA
-## 23413 23413     A5PK27         NA
-## 23414 23414     A5PK30         NA
-## 23415 23415     A5PK39         NA
-## 23416 23416     A5PK39         NA
-## 23417 23417     A5PK40         NA
-## 23418 23418     A5PK40         NA
-## 23419 23419     A5PK43         NA
-## 23420 23420     A5PK43         NA
-## 23421 23421     A5PK45         NA
-## 23422 23422     A5PK45         NA
-## 23423 23423     A5PK61         NA
-## 23424 23424     A5PK62         NA
-## 23425 23425     A5PK74         NA
-## 23426 23426     A5PK74         NA
-## 23427 23427     A5PK74         NA
-## 23428 23428     A5PK74         NA
-## 23429 23429     A5PK74         NA
-## 23430 23430     A5PKA5         NA
-## 23431 23431     A5PKA5         NA
-## 23432 23432     A5PKB7         NA
-## 23433 23433     A5PKB7         NA
-## 23434 23434     A5PKC7         NA
-## 23435 23435     A5PKC7         NA
-## 23436 23436     A5PKD8         NA
-## 23437 23437     A5PKF5         NA
-## 23438 23438     A5PKF5         NA
-## 23439 23439     A5PKF5         NA
-## 23440 23440     A5PKG7         NA
-## 23441 23441     A5PKG8         NA
-## 23442 23442     A5PKJ4         NA
-## 23443 23443     A5PKJ4         NA
-## 23444 23444     A5PKJ4         NA
-## 23445 23445     A5PKJ4         NA
-## 23446 23446     A5PKJ4         NA
-## 23447 23447     A5PKJ4         NA
-## 23448 23448     A5PKJ4         NA
-## 23449 23449     A5PKJ4         NA
-## 23450 23450     A5PKK7         NA
-## 23451 23451     A5PKK9         NA
-## 23452 23452     A5PKL1         NA
-## 23453 23453     A5PKL1         NA
-## 23454 23454     A5PKL6         NA
-## 23455 23455     A5PKL7         NA
-## 23456 23456     A5PKL7         NA
-## 23457 23457     A5PKL7         NA
-## 23458 23458     A5PKL7         NA
-## 23459 23459     A5PKL7         NA
-## 23460 23460     A5PKL7         NA
-## 23461 23461     A5PKL7         NA
-## 23462 23462     A5PKL7         NA
-## 23463 23463     A5PKL7         NA
-## 23464 23464     A5PKL7         NA
-## 23465 23465     A5PKL7         NA
-## 23466 23466     A5PKN5         NA
-## 23467 23467     A5PKP9         NA
-## 23468 23468     A5PKR8         NA
-## 23469 23469     A5PKW4         NA
-## 23470 23470     A5PKW4         NA
-## 23471 23471     A5PKW4         NA
-## 23472 23472     A5PKW4         NA
-## 23473 23473     A5PKW4         NA
-## 23474 23474     A5PKW4         NA
-## 23475 23475     A5PKW4         NA
-## 23476 23476     A5PL33         NA
-## 23477 23477     A5PL33         NA
-## 23478 23478     A5PL33         NA
-## 23479 23479     A5PL33         NA
-## 23480 23480     A5PL33         NA
-## 23481 23481     A5PL98         NA
-## 23482 23482     A5PL98         NA
-## 23483 23483     A5PLC8         NA
-## 23484 23484     A5PLC8         NA
-## 23485 23485     A5PLC8         NA
-## 23486 23486     A5PLE2         NA
-## 23487 23487     A5PLE2         NA
-## 23488 23488     A5PLE2         NA
-## 23489 23489     A5PLE2         NA
-## 23490 23490     A5PLI4         NA
-## 23491 23491     A5PLI4         NA
-## 23492 23492     A5PLK6         NA
-## 23493 23493     A5PLL1         NA
-## 23494 23494     A5PLL7         NA
-## 23495 23495     A5PLN7         NA
-## 23496 23496     A5PMF7         NA
-## 23497 23497     A5PMF7         NA
-## 23498 23498     A5PMF7         NA
-## 23499 23499     A5PMR2         NA
-## 23500 23500     A5PMU4         NA
-## 23501 23501     A5PMU4         NA
-## 23502 23502     A5PMU4         NA
-## 23503 23503     A5PMU4         NA
-## 23504 23504     A5PMU4         NA
-## 23505 23505     A5PMU4         NA
-## 23506 23506     A5PMU4         NA
-## 23507 23507     A5PMW0         NA
-## 23508 23508     A5PMX1         NA
-## 23509 23509     A5PMX1         NA
-## 23510 23510     A5PMX1         NA
-## 23511 23511     A5PMY6         NA
-## 23512 23512     A5PMY6         NA
-## 23513 23513     A5PMY6         NA
-## 23514 23514     A5PMY6         NA
-## 23515 23515     A5PMY6         NA
-## 23516 23516     A5PMY6         NA
-## 23517 23517     A5PN09         NA
-## 23518 23518     A5PN09         NA
-## 23519 23519     A5PN09         NA
-## 23520 23520     A5PN28         NA
-## 23521 23521     A5PN28         NA
-## 23522 23522     A5PN28         NA
-## 23523 23523     A5PN28         NA
-## 23524 23524     A5PN28         NA
-## 23525 23525     A5PN28         NA
-## 23526 23526     A5PN28         NA
-## 23527 23527     A5PN28         NA
-## 23528 23528     A5PN28         NA
-## 23529 23529     A5PN28         NA
-## 23530 23530     A5PN28         NA
-## 23531 23531     A5PN38         NA
-## 23532 23532     A5PN38         NA
-## 23533 23533     A5TY72       1773
-## 23534 23534     A5TY72       1773
-## 23535 23535     A5TY73       1773
-## 23536 23536     A5TY73       1773
-## 23537 23537     A5TY73       1773
-## 23538 23538     A5TY73       1773
-## 23539 23539     A5TY80       1773
-## 23540 23540     A5TY85       1773
-## 23541 23541     A5TYB2       1773
-## 23542 23542     A5TYB2       1773
-## 23543 23543     A5TYD5       1773
-## 23544 23544     A5TYK2       1773
-## 23545 23545     A5TZ08       1773
-## 23546 23546     A5TZ48       1773
-## 23547 23547     A5TZ77       1773
-## 23548 23548     A5TZ77       1773
-## 23549 23549     A5TZ77       1773
-## 23550 23550     A5TZ78       1773
-## 23551 23551     A5TZA9       1773
-## 23552 23552     A5TZE3       1773
-## 23553 23553     A5TZE9       1773
-## 23554 23554     A5TZG3       1773
-## 23555 23555     A5TZG6       1773
-## 23556 23556     A5TZK3       1773
-## 23557 23557     A5TZK3       1773
-## 23558 23558     A5TZK6       1773
-## 23559 23559     A5TZL4       1773
-## 23560 23560     A5TZL4       1773
-## 23561 23561     A5TZL4       1773
-## 23562 23562     A5TZL7       1773
-## 23563 23563     A5TZQ4       1773
-## 23564 23564     A5TZT3       1773
-## 23565 23565     A5TZT5       1773
-## 23566 23566     A5TZT5       1773
-## 23567 23567     A5TZT8       1773
-## 23568 23568     A5TZU3       1773
-## 23569 23569     A5U003       1773
-## 23570 23570     A5U003       1773
-## 23571 23571     A5U027       1773
-## 23572 23572     A5U027       1773
-## 23573 23573     A5U028       1773
-## 23574 23574     A5U053       1773
-## 23575 23575     A5U053       1773
-## 23576 23576     A5U053       1773
-## 23577 23577     A5U069       1773
-## 23578 23578     A5U087       1773
-## 23579 23579     A5U092       1773
-## 23580 23580     A5U093       1773
-## 23581 23581     A5U0A5       1773
-## 23582 23582     A5U0A8       1773
-## 23583 23583     A5U0A9       1773
-## 23584 23584     A5U0B2       1773
-## 23585 23585     A5U0B9       1773
-## 23586 23586     A5U0I9       1773
-## 23587 23587     A5U0K8       1773
-## 23588 23588     A5U0K8       1773
-## 23589 23589     A5U0P1       1773
-## 23590 23590     A5U0P1       1773
-## 23591 23591     A5U0Z1       1773
-## 23592 23592     A5U0Z7       1773
-## 23593 23593     A5U124       1773
-## 23594 23594     A5U124       1773
-## 23595 23595     A5U154       1773
-## 23596 23596     A5U157       1773
-## 23597 23597     A5U161       1773
-## 23598 23598     A5U161       1773
-## 23599 23599     A5U166       1773
-## 23600 23600     A5U1F5       1773
-## 23601 23601     A5U1I0       1773
-## 23602 23602     A5U1I0       1773
-## 23603 23603     A5U1R1       1773
-## 23604 23604     A5U1R1       1773
-## 23605 23605     A5U1T8       1773
-## 23606 23606     A5U1Z1       1773
-## 23607 23607     A5U1Z8       1773
-## 23608 23608     A5U1Z8       1773
-## 23609 23609     A5U206       1773
-## 23610 23610     A5U206       1773
-## 23611 23611     A5U206       1773
-## 23612 23612     A5U207       1773
-## 23613 23613     A5U207       1773
-## 23614 23614     A5U209       1773
-## 23615 23615     A5U240       1773
-## 23616 23616     A5U287       1773
-## 23617 23617     A5U2B2       1773
-## 23618 23618     A5U2B3       1773
-## 23619 23619     A5U2B7       1773
-## 23620 23620     A5U2C2       1773
-## 23621 23621     A5U2D9       1773
-## 23622 23622     A5U2E0       1773
-## 23623 23623     A5U2I5       1773
-## 23624 23624     A5U2I9       1773
-## 23625 23625     A5U2R2       1773
-## 23626 23626     A5U2S6       1773
-## 23627 23627     A5U2S7       1773
-## 23628 23628     A5U2S7       1773
-## 23629 23629     A5U2U5       1773
-## 23630 23630     A5U2V7       1773
-## 23631 23631     A5U2W7       1773
-## 23632 23632     A5U2X0       1773
-## 23633 23633     A5U2X0       1773
-## 23634 23634     A5U2X0       1773
-## 23635 23635     A5U2X0       1773
-## 23636 23636     A5U306       1773
-## 23637 23637     A5U315       1773
-## 23638 23638     A5U316       1773
-## 23639 23639     A5U346       1773
-## 23640 23640     A5U357       1773
-## 23641 23641     A5U357       1773
-## 23642 23642     A5U357       1773
-## 23643 23643     A5U371       1773
-## 23644 23644     A5U372       1773
-## 23645 23645     A5U3I8       1773
-## 23646 23646     A5U3L7       1773
-## 23647 23647     A5U3L7       1773
-## 23648 23648     A5U3R5       1773
-## 23649 23649     A5U3S7       1773
-## 23650 23650     A5U3S7       1773
-## 23651 23651     A5U3S7       1773
-## 23652 23652     A5U4G5       1773
-## 23653 23653     A5U4H9       1773
-## 23654 23654     A5U4I2       1773
-## 23655 23655     A5U4I2       1773
-## 23656 23656     A5U4I3       1773
-## 23657 23657     A5U4I3       1773
-## 23658 23658     A5U4I3       1773
-## 23659 23659     A5U4J2       1773
-## 23660 23660     A5U4J3       1773
-## 23661 23661     A5U4M0       1773
-## 23662 23662     A5U4N0       1773
-## 23663 23663     A5U4N5       1773
-## 23664 23664     A5U4N6       1773
-## 23665 23665     A5U4P1       1773
-## 23666 23666     A5U4P1       1773
-## 23667 23667     A5U4X2       1773
-## 23668 23668     A5U4Y2       1773
-## 23669 23669     A5U555       1773
-## 23670 23670     A5U5D5       1773
-## 23671 23671     A5U5D5       1773
-## 23672 23672     A5U5D6       1773
-## 23673 23673     A5U5F8       1773
-## 23674 23674     A5U5K8       1773
-## 23675 23675     A5U5M1       1773
-## 23676 23676     A5U5N6       1773
-## 23677 23677     A5U5N9       1773
-## 23678 23678     A5U5Q4       1773
-## 23679 23679     A5U5Q5       1773
-## 23680 23680     A5U5T0       1773
-## 23681 23681     A5U5T4       1773
-## 23682 23682     A5U5U2       1773
-## 23683 23683     A5U5U3       1773
-## 23684 23684     A5U5U4       1773
-## 23685 23685     A5U630       1773
-## 23686 23686     A5U649       1773
-## 23687 23687     A5U679       1773
-## 23688 23688     A5U683       1773
-## 23689 23689     A5U683       1773
-## 23690 23690     A5U683       1773
-## 23691 23691     A5U685       1773
-## 23692 23692     A5U6D6       1773
-## 23693 23693     A5U6J1       1773
-## 23694 23694     A5U6J1       1773
-## 23695 23695     A5U6J1       1773
-## 23696 23696     A5U6J1       1773
-## 23697 23697     A5U6J1       1773
-## 23698 23698     A5U6J1       1773
-## 23699 23699     A5U6J1       1773
-## 23700 23700     A5U6J1       1773
-## 23701 23701     A5U6J4       1773
-## 23702 23702     A5U6M2       1773
-## 23703 23703     A5U6M2       1773
-## 23704 23704     A5U6M4       1773
-## 23705 23705     A5U6M4       1773
-## 23706 23706     A5U6P4       1773
-## 23707 23707     A5U6P9       1773
-## 23708 23708     A5U6Q3       1773
-## 23709 23709     A5U6Q9       1773
-## 23710 23710     A5U6R2       1773
-## 23711 23711     A5U6S3       1773
-## 23712 23712     A5U6S3       1773
-## 23713 23713     A5U6S8       1773
-## 23714 23714     A5U6W6       1773
-## 23715 23715     A5U6Z4       1773
-## 23716 23716     A5U6Z5       1773
-## 23717 23717     A5U6Z5       1773
-## 23718 23718     A5U6Z5       1773
-## 23719 23719     A5U703       1773
-## 23720 23720     A5U703       1773
-## 23721 23721     A5U721       1773
-## 23722 23722     A5U723       1773
-## 23723 23723     A5U723       1773
-## 23724 23724     A5U724       1773
-## 23725 23725     A5U737       1773
-## 23726 23726     A5U776       1773
-## 23727 23727     A5U776       1773
-## 23728 23728     A5U776       1773
-## 23729 23729     A5U7L0       1773
-## 23730 23730     A5U7L9       1773
-## 23731 23731     A5U7Q1       1773
-## 23732 23732     A5U7Q1       1773
-## 23733 23733     A5U7R4       1773
-## 23734 23734     A5U7R4       1773
-## 23735 23735     A5U7R4       1773
-## 23736 23736     A5U7R4       1773
-## 23737 23737     A5U7S2       1773
-## 23738 23738     A5U7S2       1773
-## 23739 23739     A5U7V6       1773
-## 23740 23740     A5U7Y3       1773
-## 23741 23741     A5U815       1773
-## 23742 23742     A5U874       1773
-## 23743 23743     A5U8B7       1773
-## 23744 23744     A5U8D2       1773
-## 23745 23745     A5U8G5       1773
-## 23746 23746     A5U8Q4       1773
-## 23747 23747     A5U8Q5       1773
-## 23748 23748     A5U8S5       1773
-## 23749 23749     A5U8S7       1773
-## 23750 23750     A5U8S7       1773
-## 23751 23751     A5U920       1773
-## 23752 23752     A5U920       1773
-## 23753 23753     A5U942       1773
-## 23754 23754     A5U942       1773
-## 23755 23755     A5U942       1773
-## 23756 23756     A5U994       1773
-## 23757 23757     A5U9B6       1773
-## 23758 23758     A5U9E9       1773
-## 23759 23759     A5U9F2       1773
-## 23760 23760     A5U9F3       1773
-## 23761 23761     A5U9F4       1773
-## 23762 23762     A5U9F4       1773
-## 23763 23763     A5U9G3       1773
-## 23764 23764     A5U9R0        727
-## 23765 23765     A5U9R0        727
-## 23766 23766     A5U9V2        727
-## 23767 23767     A5U9V7        727
-## 23768 23768     A5U9W0        727
-## 23769 23769     A5U9W4        727
-## 23770 23770     A5U9X0        727
-## 23771 23771     A5U9X5        727
-## 23772 23772     A5U9X8        727
-## 23773 23773     A5U9X9        727
-## 23774 23774     A5U9X9        727
-## 23775 23775     A5U9X9        727
-## 23776 23776     A5U9Z6        727
-## 23777 23777     A5U9Z6        727
-## 23778 23778     A5UA03        727
-## 23779 23779     A5UA05        727
-## 23780 23780     A5UA10        727
-## 23781 23781     A5UA11        727
-## 23782 23782     A5UA19        727
-## 23783 23783     A5UA30        727
-## 23784 23784     A5UA47        727
-## 23785 23785     A5UA71        727
-## 23786 23786     A5UA71        727
-## 23787 23787     A5UA85        727
-## 23788 23788     A5UA85        727
-## 23789 23789     A5UAA5        727
-## 23790 23790     A5UAB3        727
-## 23791 23791     A5UAE1        727
-## 23792 23792     A5UAL3        727
-## 23793 23793     A5UAL5        727
-## 23794 23794     A5UAP2        727
-## 23795 23795     A5UAQ6        727
-## 23796 23796     A5UAQ6        727
-## 23797 23797     A5UAS0        727
-## 23798 23798     A5UAS4        727
-## 23799 23799     A5UAS4        727
-## 23800 23800     A5UAU5        727
-## 23801 23801     A5UAU5        727
-## 23802 23802     A5UAU9        727
-## 23803 23803     A5UAV8        727
-## 23804 23804     A5UAX2        727
-## 23805 23805     A5UAX5        727
-## 23806 23806     A5UAX5        727
-## 23807 23807     A5UB03        727
-## 23808 23808     A5UB03        727
-## 23809 23809     A5UB16        727
-## 23810 23810     A5UB17        727
-## 23811 23811     A5UB42        727
-## 23812 23812     A5UB44        727
-## 23813 23813     A5UB44        727
-## 23814 23814     A5UB44        727
-## 23815 23815     A5UB70        727
-## 23816 23816     A5UB71        727
-## 23817 23817     A5UB71        727
-## 23818 23818     A5UB80        727
-## 23819 23819     A5UB83        727
-## 23820 23820     A5UB85        727
-## 23821 23821     A5UBA3        727
-## 23822 23822     A5UBA3        727
-## 23823 23823     A5UBC5        727
-## 23824 23824     A5UBC5        727
-## 23825 23825     A5UBC8        727
-## 23826 23826     A5UBE3        727
-## 23827 23827     A5UBF4        727
-## 23828 23828     A5UBH4        727
-## 23829 23829     A5UBH4        727
-## 23830 23830     A5UBH4        727
-## 23831 23831     A5UBI9        727
-## 23832 23832     A5UBJ0        727
-## 23833 23833     A5UBJ1        727
-## 23834 23834     A5UBJ1        727
-## 23835 23835     A5UBK4        727
-## 23836 23836     A5UBK5        727
-## 23837 23837     A5UBP1        727
-## 23838 23838     A5UBP3        727
-## 23839 23839     A5UBQ1        727
-## 23840 23840     A5UBQ1        727
-## 23841 23841     A5UBS8        727
-## 23842 23842     A5UBT6        727
-## 23843 23843     A5UBT6        727
-## 23844 23844     A5UBT6        727
-## 23845 23845     A5UBU2        727
-## 23846 23846     A5UBU4        727
-## 23847 23847     A5UBU4        727
-## 23848 23848     A5UBW8        727
-## 23849 23849     A5UBX5        727
-## 23850 23850     A5UBX5        727
-## 23851 23851     A5UBY0        727
-## 23852 23852     A5UBZ6        727
-## 23853 23853     A5UBZ9        727
-## 23854 23854     A5UC11        727
-## 23855 23855     A5UC11        727
-## 23856 23856     A5UC41        727
-## 23857 23857     A5UC49        727
-## 23858 23858     A5UC76        727
-## 23859 23859     A5UCC3        727
-## 23860 23860     A5UCD6        727
-## 23861 23861     A5UCE4        727
-## 23862 23862     A5UCG6        727
-## 23863 23863     A5UCK1        727
-## 23864 23864     A5UCM6        727
-## 23865 23865     A5UCM7        727
-## 23866 23866     A5UCU0        727
-## 23867 23867     A5UCX1        727
-## 23868 23868     A5UCX1        727
-## 23869 23869     A5UCX6        727
-## 23870 23870     A5UCX7        727
-## 23871 23871     A5UCZ3        727
-## 23872 23872     A5UD03        727
-## 23873 23873     A5UD12        727
-## 23874 23874     A5UD43        727
-## 23875 23875     A5UD43        727
-## 23876 23876     A5UD44        727
-## 23877 23877     A5UD71        727
-## 23878 23878     A5UD83        727
-## 23879 23879     A5UD83        727
-## 23880 23880     A5UD85        727
-## 23881 23881     A5UD89        727
-## 23882 23882     A5UDB0        727
-## 23883 23883     A5UDB0        727
-## 23884 23884     A5UDB0        727
-## 23885 23885     A5UDB3        727
-## 23886 23886     A5UDB6        727
-## 23887 23887     A5UDC3        727
-## 23888 23888     A5UDD6        727
-## 23889 23889     A5UDF4        727
-## 23890 23890     A5UDG6        727
-## 23891 23891     A5UDH3        727
-## 23892 23892     A5UDI1        727
-## 23893 23893     A5UDI9        727
-## 23894 23894     A5UDJ7        727
-## 23895 23895     A5UDJ7        727
-## 23896 23896     A5UDJ7        727
-## 23897 23897     A5UDQ5        727
-## 23898 23898     A5UDR0        727
-## 23899 23899     A5UDR0        727
-## 23900 23900     A5UDR3        727
-## 23901 23901     A5UDR3        727
-## 23902 23902     A5UDR4        727
-## 23903 23903     A5UDR5        727
-## 23904 23904     A5UDU4        727
-## 23905 23905     A5UDW2        727
-## 23906 23906     A5UDY7        727
-## 23907 23907     A5UE01        727
-## 23908 23908     A5UE01        727
-## 23909 23909     A5UE05        727
-## 23910 23910     A5UE18        727
-## 23911 23911     A5UE20        727
-## 23912 23912     A5UE34        727
-## 23913 23913     A5UE44        727
-## 23914 23914     A5UE61        727
-## 23915 23915     A5UE63        727
-## 23916 23916     A5UE78        727
-## 23917 23917     A5UE94        727
-## 23918 23918     A5UE95        727
-## 23919 23919     A5UEC3        727
-## 23920 23920     A5UEC3        727
-## 23921 23921     A5UED2        727
-## 23922 23922     A5UEG3        727
-## 23923 23923     A5UEH8        727
-## 23924 23924     A5UEH8        727
-## 23925 23925     A5UEJ5        727
-## 23926 23926     A5UEJ5        727
-## 23927 23927     A5UEK1        727
-## 23928 23928     A5UEK6        727
-## 23929 23929     A5UEN6        727
-## 23930 23930     A5UEN9        727
-## 23931 23931     A5UEN9        727
-## 23932 23932     A5UEP8        727
-## 23933 23933     A5UEP8        727
-## 23934 23934     A5UEU6        727
-## 23935 23935     A5UEW0        727
-## 23936 23936     A5UF26        727
-## 23937 23937     A5UF26        727
-## 23938 23938     A5UF34        727
-## 23939 23939     A5UF34        727
-## 23940 23940     A5UF34        727
-## 23941 23941     A5UF34        727
-## 23942 23942     A5UF34        727
-## 23943 23943     A5UF42        727
-## 23944 23944     A5UF43        727
-## 23945 23945     A5UF67        727
-## 23946 23946     A5UF67        727
-## 23947 23947     A5UF67        727
-## 23948 23948     A5UF68        727
-## 23949 23949     A5UF74        727
-## 23950 23950     A5UF76        727
-## 23951 23951     A5UFB3        727
-## 23952 23952     A5UFC3        727
-## 23953 23953     A5UFD9        727
-## 23954 23954     A5UFD9        727
-## 23955 23955     A5UFE2        727
-## 23956 23956     A5UFF7        727
-## 23957 23957     A5UFF8        727
-## 23958 23958     A5UFG9        727
-## 23959 23959     A5UFI3        727
-## 23960 23960     A5UFI6        727
-## 23961 23961     A5UFJ8        727
-## 23962 23962     A5UFK5        727
-## 23963 23963     A5UFN4        727
-## 23964 23964     A5UFN4        727
-## 23965 23965     A5UFP3        727
-## 23966 23966     A5UFQ7        727
-## 23967 23967     A5UFQ7        727
-## 23968 23968     A5UFQ9        727
-## 23969 23969     A5UFT8        727
-## 23970 23970     A5UFV3        727
-## 23971 23971     A5UFV3        727
-## 23972 23972     A5UFW9        727
-## 23973 23973     A5UFX2        727
-## 23974 23974     A5UFX2        727
-## 23975 23975     A5UFZ9        727
-## 23976 23976     A5UG09        727
-## 23977 23977     A5UG14        727
-## 23978 23978     A5UG14        727
-## 23979 23979     A5UG34        727
-## 23980 23980     A5UG34        727
-## 23981 23981     A5UG47        727
-## 23982 23982     A5UG48        727
-## 23983 23983     A5UG94        727
-## 23984 23984     A5UGD0        727
-## 23985 23985     A5UGH6        727
-## 23986 23986     A5UGQ1        727
-## 23987 23987     A5UGR0        727
-## 23988 23988     A5UGT0        727
-## 23989 23989     A5UGV2        727
-## 23990 23990     A5UGX0        727
-## 23991 23991     A5UGY2        727
-## 23992 23992     A5UGY9        727
-## 23993 23993     A5UGZ0        727
-## 23994 23994     A5UGZ5        727
-## 23995 23995     A5UGZ7        727
-## 23996 23996     A5UH05        727
-## 23997 23997     A5UH19        727
-## 23998 23998     A5UH19        727
-## 23999 23999     A5UH19        727
-## 24000 24000     A5UH20        727
-## 24001 24001     A5UH23        727
-## 24002 24002     A5UH36        727
-## 24003 24003     A5UH44        727
-## 24004 24004     A5UH48        727
-## 24005 24005     A5UH91        727
-## 24006 24006     A5UHA1        727
-## 24007 24007     A5UHA1        727
-## 24008 24008     A5UHA3        727
-## 24009 24009     A5UHD2        727
-## 24010 24010     A5UHD3        727
-## 24011 24011     A5UHE8        727
-## 24012 24012     A5UHF7        727
-## 24013 24013     A5UHF9        727
-## 24014 24014     A5UHH1        727
-## 24015 24015     A5UHH1        727
-## 24016 24016     A5UHH7        727
-## 24017 24017     A5UHK2        727
-## 24018 24018     A5UHL4        727
-## 24019 24019     A5UHL4        727
-## 24020 24020     A5UHM6        727
-## 24021 24021     A5UHM6        727
-## 24022 24022     A5UHN7        727
-## 24023 24023     A5UHP2        727
-## 24024 24024     A5UHQ4        727
-## 24025 24025     A5UHR5        727
-## 24026 24026     A5UHR8        727
-## 24027 24027     A5UHT3        727
-## 24028 24028     A5UHW1        727
-## 24029 24029     A5UHW2        727
-## 24030 24030     A5UHW3        727
-## 24031 24031     A5UHW3        727
-## 24032 24032     A5UHW6        727
-## 24033 24033     A5UHW6        727
-## 24034 24034     A5UHX0        727
-## 24035 24035     A5UHZ6        727
-## 24036 24036     A5UI23        727
-## 24037 24037     A5UI23        727
-## 24038 24038     A5UI23        727
-## 24039 24039     A5UI29        727
-## 24040 24040     A5UI29        727
-## 24041 24041     A5UI45        727
-## 24042 24042     A5UI51        727
-## 24043 24043     A5UI62        727
-## 24044 24044     A5UI73        727
-## 24045 24045     A5UI87        727
-## 24046 24046     A5UI96        727
-## 24047 24047     A5UI99        727
-## 24048 24048     A5UI99        727
-## 24049 24049     A5UID4        727
-## 24050 24050     A5UID8        727
-## 24051 24051     A5UIF3        727
-## 24052 24052     A5UIF3        727
-## 24053 24053     A5UIM7        727
-## 24054 24054     A5UIN9        727
-## 24055 24055     A5UIQ3        727
-## 24056 24056     A5UIQ9        727
-## 24057 24057     A5UIQ9        727
-## 24058 24058     A5UIT6        727
-## 24059 24059     A5UIX8        727
-## 24060 24060     A5UJ22        727
-## 24061 24061     A5UJ44        727
-## 24062 24062     A5UJ98       2173
-## 24063 24063     A5UJ98       2173
-## 24064 24064     A5UJD5       2173
-## 24065 24065     A5UJD5       2173
-## 24066 24066     A5UJF3       2173
-## 24067 24067     A5UJS2       2173
-## 24068 24068     A5UJV0       2173
-## 24069 24069     A5UJW3       2173
-## 24070 24070     A5UK11       2173
-## 24071 24071     A5UK11       2173
-## 24072 24072     A5UK52       2173
-## 24073 24073     A5UK79       2173
-## 24074 24074     A5UKA1       2173
-## 24075 24075     A5UKA4       2173
-## 24076 24076     A5UKA4       2173
-## 24077 24077     A5UKB1       2173
-## 24078 24078     A5UKB1       2173
-## 24079 24079     A5UKB4       2173
-## 24080 24080     A5UKG5       2173
-## 24081 24081     A5UKG5       2173
-## 24082 24082     A5UKT8       2173
-## 24083 24083     A5UKU6       2173
-## 24084 24084     A5UKU8       2173
-## 24085 24085     A5UKU8       2173
-## 24086 24086     A5UKU8       2173
-## 24087 24087     A5UKU8       2173
-## 24088 24088     A5UKU9       2173
-## 24089 24089     A5UKU9       2173
-## 24090 24090     A5UKU9       2173
-## 24091 24091     A5UKV0       2173
-## 24092 24092     A5UKV2       2173
-## 24093 24093     A5UKV8       2173
-## 24094 24094     A5UL31       2173
-## 24095 24095     A5UL35       2173
-## 24096 24096     A5UL47       2173
-## 24097 24097     A5UL52       2173
-## 24098 24098     A5UL61       2173
-## 24099 24099     A5UL73       2173
-## 24100 24100     A5UL76       2173
-## 24101 24101     A5UL83       2173
-## 24102 24102     A5UL83       2173
-## 24103 24103     A5UL84       2173
-## 24104 24104     A5UL85       2173
-## 24105 24105     A5UL85       2173
-## 24106 24106     A5ULA6       2173
-## 24107 24107     A5ULI2       2173
-## 24108 24108     A5ULI6       2173
-## 24109 24109     A5ULM6       2173
-## 24110 24110     A5ULP6       2173
-## 24111 24111     A5ULR8       2173
-## 24112 24112     A5ULS3       2173
-## 24113 24113     A5ULW4       2173
-## 24114 24114     A5UM10       2173
-## 24115 24115     A5UM12       2173
-## 24116 24116     A5UM12       2173
-## 24117 24117     A5UMB0       2173
-## 24118 24118     A5UMF4       2173
-## 24119 24119     A5UMF6       2173
-## 24120 24120     A5UMI1       2173
-## 24121 24121     A5UMI1       2173
-## 24122 24122     A5UMJ1       2173
-## 24123 24123     A5UMJ1       2173
-## 24124 24124     A5UMJ1       2173
-## 24125 24125     A5UMK4       2173
-## 24126 24126     A5UMK4       2173
-## 24127 24127     A5UMK4       2173
-## 24128 24128     A5UMK8       2173
-## 24129 24129     A5UMK8       2173
-## 24130 24130     A5UMK8       2173
-## 24131 24131     A5UML0       2173
-## 24132 24132     A5UMN0       2173
-## 24133 24133     A5UMN4       2173
-## 24134 24134     A5UMW4       2173
-## 24135 24135     A5UN55       2173
-## 24136 24136     A5UN65       2173
-## 24137 24137     A5UN82       2173
-## 24138 24138     A5UN82       2173
-## 24139 24139     A5UNK4       2173
-## 24140 24140     A5UNX8       2173
-## 24141 24141     A5UNX8       2173
-## 24142 24142     A5UP00       2173
-## 24143 24143     A5UPB5         NA
-## 24144 24144     A5UPB5         NA
-## 24145 24145     A5UPG5         NA
-## 24146 24146     A5UPV7         NA
-## 24147 24147     A5UQ59         NA
-## 24148 24148     A5UQ59         NA
-## 24149 24149     A5UQN2         NA
-## 24150 24150     A5UQN4         NA
-## 24151 24151     A5UQS8         NA
-## 24152 24152     A5UQS8         NA
-## 24153 24153     A5UQS9         NA
-## 24154 24154     A5UQV0         NA
-## 24155 24155     A5UQV9         NA
-## 24156 24156     A5URA7         NA
-## 24157 24157     A5URA8         NA
-## 24158 24158     A5URV5         NA
-## 24159 24159     A5URV5         NA
-## 24160 24160     A5US42         NA
-## 24161 24161     A5US51         NA
-## 24162 24162     A5USB5         NA
-## 24163 24163     A5USE3         NA
-## 24164 24164     A5USE7         NA
-## 24165 24165     A5USG5         NA
-## 24166 24166     A5USH4         NA
-## 24167 24167     A5USH6         NA
-## 24168 24168     A5USH8         NA
-## 24169 24169     A5USI3         NA
-## 24170 24170     A5USI3         NA
-## 24171 24171     A5USI9         NA
-## 24172 24172     A5USJ1         NA
-## 24173 24173     A5USR6         NA
-## 24174 24174     A5USR7         NA
-## 24175 24175     A5USR7         NA
-## 24176 24176     A5USR7         NA
-## 24177 24177     A5UT22         NA
-## 24178 24178     A5UT23         NA
-## 24179 24179     A5UT23         NA
-## 24180 24180     A5UT95         NA
-## 24181 24181     A5UU33         NA
-## 24182 24182     A5UU37         NA
-## 24183 24183     A5UU40         NA
-## 24184 24184     A5UU55         NA
-## 24185 24185     A5UUL2         NA
-## 24186 24186     A5UUL2         NA
-## 24187 24187     A5UUN1         NA
-## 24188 24188     A5UUN7         NA
-## 24189 24189     A5UUU9         NA
-## 24190 24190     A5UUV0         NA
-## 24191 24191     A5UUW9         NA
-## 24192 24192     A5UUZ9         NA
-## 24193 24193     A5UV64         NA
-## 24194 24194     A5UVB3         NA
-## 24195 24195     A5UVE4         NA
-## 24196 24196     A5UVR8         NA
-## 24197 24197     A5UVV6         NA
-## 24198 24198     A5UVX7         NA
-## 24199 24199     A5UWE6         NA
-## 24200 24200     A5UWZ9         NA
-## 24201 24201     A5UX79         NA
-## 24202 24202     A5UXF9         NA
-## 24203 24203     A5UXF9         NA
-## 24204 24204     A5UXK1         NA
-## 24205 24205     A5UXX8         NA
-## 24206 24206     A5UY19         NA
-## 24207 24207     A5UY26         NA
-## 24208 24208     A5UY26         NA
-## 24209 24209     A5UY50         NA
-## 24210 24210     A5UY81         NA
-## 24211 24211     A5UY81         NA
-## 24212 24212     A5UY81         NA
-## 24213 24213     A5UYI1         NA
-## 24214 24214     A5UYU9         NA
-## 24215 24215     A5UYW4         NA
-## 24216 24216     A5UYW4         NA
-## 24217 24217     A5UYW4         NA
-## 24218 24218     A5UZ79         NA
-## 24219 24219     A5UZ80         NA
-## 24220 24220     A5UZ80         NA
-## 24221 24221     A5UZ80         NA
-## 24222 24222     A5UZF9         NA
-## 24223 24223     A5UZF9         NA
-## 24224 24224     A5UZG3         NA
-## 24225 24225     A5UZQ2         NA
-## 24226 24226     A5UZQ2         NA
-## 24227 24227     A5UZS8         NA
-## 24228 24228     A5UZT4         NA
-## 24229 24229     A5UZT4         NA
-## 24230 24230     A5UZT7         NA
-## 24231 24231     A5UZT7         NA
-## 24232 24232     A5UZT9         NA
-## 24233 24233     A5UZW4         NA
-## 24234 24234     A5V003         NA
-## 24235 24235     A5V022         NA
-## 24236 24236     A5V022         NA
-## 24237 24237     A5V022         NA
-## 24238 24238     A5V080         NA
-## 24239 24239     A5V0S2         NA
-## 24240 24240     A5V0S2         NA
-## 24241 24241     A5V1U3         NA
-## 24242 24242     A5V1W3         NA
-## 24243 24243     A5V212         NA
-## 24244 24244     A5V230         NA
-## 24245 24245     A5V2D8     160791
-## 24246 24246     A5V2S4     160791
-## 24247 24247     A5V2U6     160791
-## 24248 24248     A5V2U6     160791
-## 24249 24249     A5V3A1     160791
-## 24250 24250     A5V3A1     160791
-## 24251 24251     A5V3E8     160791
-## 24252 24252     A5V3G2     160791
-## 24253 24253     A5V3G3     160791
-## 24254 24254     A5V3G4     160791
-## 24255 24255     A5V3J3     160791
-## 24256 24256     A5V3L0     160791
-## 24257 24257     A5V3R9     160791
-## 24258 24258     A5V3S4     160791
-## 24259 24259     A5V3U6     160791
-## 24260 24260     A5V3U6     160791
-## 24261 24261     A5V3U6     160791
-## 24262 24262     A5V3U9     160791
-## 24263 24263     A5V3U9     160791
-## 24264 24264     A5V3V0     160791
-## 24265 24265     A5V3V0     160791
-## 24266 24266     A5V3W0     160791
-## 24267 24267     A5V3X0     160791
-## 24268 24268     A5V3X3     160791
-## 24269 24269     A5V3X4     160791
-## 24270 24270     A5V3Z4     160791
-## 24271 24271     A5V4L0     160791
-## 24272 24272     A5V4L0     160791
-## 24273 24273     A5V592     160791
-## 24274 24274     A5V5D1     160791
-## 24275 24275     A5V5Q2     160791
-## 24276 24276     A5V5Q4     160791
-## 24277 24277     A5V5Q4     160791
-## 24278 24278     A5V5Q4     160791
-## 24279 24279     A5V5R3     160791
-## 24280 24280     A5V5X4     160791
-## 24281 24281     A5V5X5     160791
-## 24282 24282     A5V5Y1     160791
-## 24283 24283     A5V5Y1     160791
-## 24284 24284     A5V5Y3     160791
-## 24285 24285     A5V5Y5     160791
-## 24286 24286     A5V5Y5     160791
-## 24287 24287     A5V5Y7     160791
-## 24288 24288     A5V5Z3     160791
-## 24289 24289     A5V5Z9     160791
-## 24290 24290     A5V5Z9     160791
-## 24291 24291     A5V5Z9     160791
-## 24292 24292     A5V602     160791
-## 24293 24293     A5V625     160791
-## 24294 24294     A5V667     160791
-## 24295 24295     A5V6A9     160791
-## 24296 24296     A5V6A9     160791
-## 24297 24297     A5V6G8     160791
-## 24298 24298     A5V6T7     160791
-## 24299 24299     A5V6Z0     160791
-## 24300 24300     A5V7I1     160791
-## 24301 24301     A5V7M2     160791
-## 24302 24302     A5V7M2     160791
-## 24303 24303     A5V7N3     160791
-## 24304 24304     A5V804     160791
-## 24305 24305     A5V804     160791
-## 24306 24306     A5V876     160791
-## 24307 24307     A5V876     160791
-## 24308 24308     A5V8S7     160791
-## 24309 24309     A5V8T0     160791
-## 24310 24310     A5V8T0     160791
-## 24311 24311     A5V8T0     160791
-## 24312 24312     A5V8U1     160791
-## 24313 24313     A5V922     160791
-## 24314 24314     A5V932     160791
-## 24315 24315     A5V9E5     160791
-## 24316 24316     A5V9F6     160791
-## 24317 24317     A5V9F6     160791
-## 24318 24318     A5V9J6     160791
-## 24319 24319     A5V9P7     160791
-## 24320 24320     A5V9P7     160791
-## 24321 24321     A5V9P7     160791
-## 24322 24322     A5V9W0     160791
-## 24323 24323     A5V9W3     160791
-## 24324 24324     A5VA00     160791
-## 24325 24325     A5VA00     160791
-## 24326 24326     A5VA16     160791
-## 24327 24327     A5VA16     160791
-## 24328 24328     A5VA26     160791
-## 24329 24329     A5VA83     160791
-## 24330 24330     A5VA89     160791
-## 24331 24331     A5VAA0     160791
-## 24332 24332     A5VAA0     160791
-## 24333 24333     A5VAC6     160791
-## 24334 24334     A5VAZ8     160791
-## 24335 24335     A5VB94     160791
-## 24336 24336     A5VBQ6     160791
-## 24337 24337     A5VBY5     160791
-## 24338 24338     A5VBZ7     160791
-## 24339 24339     A5VBZ7     160791
-## 24340 24340     A5VBZ8     160791
-## 24341 24341     A5VC06     160791
-## 24342 24342     A5VC07     160791
-## 24343 24343     A5VCB6     160791
-## 24344 24344     A5VCW2     160791
-## 24345 24345     A5VCW6     160791
-## 24346 24346     A5VCY9     160791
-## 24347 24347     A5VCY9     160791
-## 24348 24348     A5VCY9     160791
-## 24349 24349     A5VCZ5     160791
-## 24350 24350     A5VCZ5     160791
-## 24351 24351     A5VCZ5     160791
-## 24352 24352     A5VCZ5     160791
-## 24353 24353     A5VCZ5     160791
-## 24354 24354     A5VD56     160791
-## 24355 24355     A5VD70     160791
-## 24356 24356     A5VD74     160791
-## 24357 24357     A5VD74     160791
-## 24358 24358     A5VDA9     160791
-## 24359 24359     A5VDC2     160791
-## 24360 24360     A5VDC3     160791
-## 24361 24361     A5VDC3     160791
-## 24362 24362     A5VDC5     160791
-## 24363 24363     A5VDC5     160791
-## 24364 24364     A5VDC9     160791
-## 24365 24365     A5VDC9     160791
-## 24366 24366     A5VDT3     160791
-## 24367 24367     A5VEM2     160791
-## 24368 24368     A5VEV5     160791
-## 24369 24369     A5VEV8     160791
-## 24370 24370     A5VEV8     160791
-## 24371 24371     A5VEW5     160791
-## 24372 24372     A5VF26     160791
-## 24373 24373     A5VF68     160791
-## 24374 24374     A5VFA2     160791
-## 24375 24375     A5VFA2     160791
-## 24376 24376     A5VFJ8     160791
-## 24377 24377     A5VFP1     160791
-## 24378 24378     A5VG00     160791
-## 24379 24379     A5VG06     160791
-## 24380 24380     A5VG07     160791
-## 24381 24381     A5VGU5     160791
-## 24382 24382     A5VHG3       1598
-## 24383 24383     A5VHK1       1598
-## 24384 24384     A5VHK1       1598
-## 24385 24385     A5VHK1       1598
-## 24386 24386     A5VHK2       1598
-## 24387 24387     A5VHN6       1598
-## 24388 24388     A5VHQ2       1598
-## 24389 24389     A5VHT8       1598
-## 24390 24390     A5VI16       1598
-## 24391 24391     A5VI16       1598
-## 24392 24392     A5VI25       1598
-## 24393 24393     A5VI25       1598
-## 24394 24394     A5VI38       1598
-## 24395 24395     A5VI51       1598
-## 24396 24396     A5VIB0       1598
-## 24397 24397     A5VIC4       1598
-## 24398 24398     A5VIC4       1598
-## 24399 24399     A5VID8       1598
-## 24400 24400     A5VIE9       1598
-## 24401 24401     A5VIG4       1598
-## 24402 24402     A5VIG5       1598
-## 24403 24403     A5VIG5       1598
-## 24404 24404     A5VIK4       1598
-## 24405 24405     A5VIN9       1598
-## 24406 24406     A5VIQ7       1598
-## 24407 24407     A5VIQ7       1598
-## 24408 24408     A5VIQ8       1598
-## 24409 24409     A5VIQ9       1598
-## 24410 24410     A5VIR0       1598
-## 24411 24411     A5VIR1       1598
-## 24412 24412     A5VIT7       1598
-## 24413 24413     A5VIT7       1598
-## 24414 24414     A5VIU7       1598
-## 24415 24415     A5VIW9       1598
-## 24416 24416     A5VJ27       1598
-## 24417 24417     A5VJ31       1598
-## 24418 24418     A5VJ48       1598
-## 24419 24419     A5VJ56       1598
-## 24420 24420     A5VJ56       1598
-## 24421 24421     A5VJ56       1598
-## 24422 24422     A5VJ56       1598
-## 24423 24423     A5VJ93       1598
-## 24424 24424     A5VJ98       1598
-## 24425 24425     A5VJ98       1598
-## 24426 24426     A5VJ99       1598
-## 24427 24427     A5VJ99       1598
-## 24428 24428     A5VJA0       1598
-## 24429 24429     A5VJC5       1598
-## 24430 24430     A5VJD5       1598
-## 24431 24431     A5VJE0       1598
-## 24432 24432     A5VJE0       1598
-## 24433 24433     A5VJE6       1598
-## 24434 24434     A5VJE7       1598
-## 24435 24435     A5VJE7       1598
-## 24436 24436     A5VJE7       1598
-## 24437 24437     A5VJE7       1598
-## 24438 24438     A5VJE8       1598
-## 24439 24439     A5VJE8       1598
-## 24440 24440     A5VJE8       1598
-## 24441 24441     A5VJE8       1598
-## 24442 24442     A5VJE9       1598
-## 24443 24443     A5VJF8       1598
-## 24444 24444     A5VJH1       1598
-## 24445 24445     A5VJH2       1598
-## 24446 24446     A5VJH2       1598
-## 24447 24447     A5VJI1       1598
-## 24448 24448     A5VJI1       1598
-## 24449 24449     A5VJK2       1598
-## 24450 24450     A5VJK4       1598
-## 24451 24451     A5VJK9       1598
-## 24452 24452     A5VJL5       1598
-## 24453 24453     A5VK00       1598
-## 24454 24454     A5VK00       1598
-## 24455 24455     A5VK28       1598
-## 24456 24456     A5VKE8       1598
-## 24457 24457     A5VKE8       1598
-## 24458 24458     A5VKN9       1598
-## 24459 24459     A5VKP2       1598
-## 24460 24460     A5VKR5       1598
-## 24461 24461     A5VKW2       1598
-## 24462 24462     A5VKY3       1598
-## 24463 24463     A5VL01       1598
-## 24464 24464     A5VL03       1598
-## 24465 24465     A5VL28       1598
-## 24466 24466     A5VLA3       1598
-## 24467 24467     A5VLG2       1598
-## 24468 24468     A5VLG3       1598
-## 24469 24469     A5VLG3       1598
-## 24470 24470     A5VLH9       1598
-## 24471 24471     A5VLH9       1598
-## 24472 24472     A5VLJ9       1598
-## 24473 24473     A5VLK2       1598
-## 24474 24474     A5VLK3       1598
-## 24475 24475     A5VLL3       1598
-## 24476 24476     A5VLL3       1598
-## 24477 24477     A5VLL4       1598
-## 24478 24478     A5VM65       1598
-## 24479 24479     A5VM68       1598
-## 24480 24480     A5VM70       1598
-## 24481 24481     A5VM74       1598
-## 24482 24482     A5VME2       1598
-## 24483 24483     A5VME2       1598
-## 24484 24484     A5VML0       1598
-## 24485 24485     A5VMP9       1598
-## 24486 24486     A5VMP9       1598
-## 24487 24487     A5VMU5       1598
-## 24488 24488     A5VN22        236
-## 24489 24489     A5VN83        236
-## 24490 24490     A5VN83        236
-## 24491 24491     A5VNA6        236
-## 24492 24492     A5VNA6        236
-## 24493 24493     A5VNA6        236
-## 24494 24494     A5VNE4        236
-## 24495 24495     A5VNL0        236
-## 24496 24496     A5VNM7        236
-## 24497 24497     A5VNP2        236
-## 24498 24498     A5VNQ9        236
-## 24499 24499     A5VNV9        236
-## 24500 24500     A5VNW5        236
-## 24501 24501     A5VNX4        236
-## 24502 24502     A5VP09        236
-## 24503 24503     A5VP40        236
-## 24504 24504     A5VP47        236
-## 24505 24505     A5VP47        236
-## 24506 24506     A5VPA6        236
-## 24507 24507     A5VPF4        236
-## 24508 24508     A5VPH9        236
-## 24509 24509     A5VPI5        236
-## 24510 24510     A5VPI8        236
-## 24511 24511     A5VPI9        236
-## 24512 24512     A5VPL3        236
-## 24513 24513     A5VPM3        236
-## 24514 24514     A5VPM3        236
-## 24515 24515     A5VPT5        236
-## 24516 24516     A5VPX0        236
-## 24517 24517     A5VPZ0        236
-## 24518 24518     A5VPZ1        236
-## 24519 24519     A5VQ02        236
-## 24520 24520     A5VQ15        236
-## 24521 24521     A5VQ15        236
-## 24522 24522     A5VQ53        236
-## 24523 24523     A5VQ80        236
-## 24524 24524     A5VQ80        236
-## 24525 24525     A5VQC8        236
-## 24526 24526     A5VQC8        236
-## 24527 24527     A5VQH6        236
-## 24528 24528     A5VQH6        236
-## 24529 24529     A5VQH6        236
-## 24530 24530     A5VQR6        236
-## 24531 24531     A5VQS3        236
-## 24532 24532     A5VQS3        236
-## 24533 24533     A5VQS5        236
-## 24534 24534     A5VQS5        236
-## 24535 24535     A5VQX4        236
-## 24536 24536     A5VQX4        236
-## 24537 24537     A5VQY9        236
-## 24538 24538     A5VQZ1        236
-## 24539 24539     A5VQZ1        236
-## 24540 24540     A5VQZ5        236
-## 24541 24541     A5VR04        236
-## 24542 24542     A5VR06        236
-## 24543 24543     A5VR06        236
-## 24544 24544     A5VR06        236
-## 24545 24545     A5VR14        236
-## 24546 24546     A5VR18        236
-## 24547 24547     A5VRD3        236
-## 24548 24548     A5VRD3        236
-## 24549 24549     A5VRD9        236
-## 24550 24550     A5VRF8        236
-## 24551 24551     A5VRG5        236
-## 24552 24552     A5VRG5        236
-## 24553 24553     A5VRG8        236
-## 24554 24554     A5VRH6        236
-## 24555 24555     A5VRI0        236
-## 24556 24556     A5VRI0        236
-## 24557 24557     A5VRR6        236
-## 24558 24558     A5VS09        236
-## 24559 24559     A5VS40        236
-## 24560 24560     A5VS47        236
-## 24561 24561     A5VS52        236
-## 24562 24562     A5VS65        236
-## 24563 24563     A5VS98        236
-## 24564 24564     A5VSA3        236
-## 24565 24565     A5VSE1        236
-## 24566 24566     A5VSE2        236
-## 24567 24567     A5VSE3        236
-## 24568 24568     A5VSE9        236
-## 24569 24569     A5VSF3        236
-## 24570 24570     A5VSF3        236
-## 24571 24571     A5VSG4        236
-## 24572 24572     A5VSG4        236
-## 24573 24573     A5VSI3        236
-## 24574 24574     A5VSI3        236
-## 24575 24575     A5VSI5        236
-## 24576 24576     A5VSL6        236
-## 24577 24577     A5VSN4        236
-## 24578 24578     A5VSN4        236
-## 24579 24579     A5VSP2        236
-## 24580 24580     A5VSQ0        236
-## 24581 24581     A5VSQ4        236
-## 24582 24582     A5VSQ4        236
-## 24583 24583     A5VSQ7        236
-## 24584 24584     A5VSR1        236
-## 24585 24585     A5VSV7        236
-## 24586 24586     A5VT19        236
-## 24587 24587     A5VT20        236
-## 24588 24588     A5VTB2        236
-## 24589 24589     A5VTB2        236
-## 24590 24590     A5VTB2        236
-## 24591 24591     A5VTB2        236
-## 24592 24592     A5VTB2        236
-## 24593 24593     A5VTB2        236
-## 24594 24594     A5VTB6        236
-## 24595 24595     A5VTB6        236
-## 24596 24596     A5VTK6        236
-## 24597 24597     A5VTT4        236
-## 24598 24598     A5VTT4        236
-## 24599 24599     A5VTT4        236
-## 24600 24600     A5VTT5        236
-## 24601 24601     A5VTU1        236
-## 24602 24602     A5VU57        236
-## 24603 24603     A5VU89        236
-## 24604 24604     A5VU94        236
-## 24605 24605     A5VU94        236
-## 24606 24606     A5VUF9        236
-## 24607 24607     A5VUS1        236
-## 24608 24608     A5VUS6        236
-## 24609 24609     A5VUS8        236
-## 24610 24610     A5VV25        236
-## 24611 24611     A5VV34        236
-## 24612 24612     A5VV34        236
-## 24613 24613     A5VV55        236
-## 24614 24614     A5VVI9        236
-## 24615 24615     A5VVJ0        236
-## 24616 24616     A5VVJ6        236
-## 24617 24617     A5VVJ8        236
-## 24618 24618     A5VVT4        236
-## 24619 24619     A5VVU4        236
-## 24620 24620     A5VVU6        236
-## 24621 24621     A5VVW9        236
-## 24622 24622     A5VW32        236
-## 24623 24623     A5VWB8        303
-## 24624 24624     A5VWJ1        303
-## 24625 24625     A5VWK1        303
-## 24626 24626     A5VWK4        303
-## 24627 24627     A5VWL2        303
-## 24628 24628     A5VWP2        303
-## 24629 24629     A5VWP2        303
-## 24630 24630     A5VX32        303
-## 24631 24631     A5VXF1        303
-## 24632 24632     A5VXF2        303
-## 24633 24633     A5VXF2        303
-## 24634 24634     A5VXG7        303
-## 24635 24635     A5VXI4        303
-## 24636 24636     A5VXJ0        303
-## 24637 24637     A5VXJ8        303
-## 24638 24638     A5VXP0        303
-## 24639 24639     A5VXP1        303
-## 24640 24640     A5VXP1        303
-## 24641 24641     A5VXQ0        303
-## 24642 24642     A5VXQ3        303
-## 24643 24643     A5VXQ3        303
-## 24644 24644     A5VXQ8        303
-## 24645 24645     A5VXR1        303
-## 24646 24646     A5VXR2        303
-## 24647 24647     A5VXW0        303
-## 24648 24648     A5VXW5        303
-## 24649 24649     A5VXW9        303
-## 24650 24650     A5VXW9        303
-## 24651 24651     A5VY52        303
-## 24652 24652     A5VY79        303
-## 24653 24653     A5VY92        303
-## 24654 24654     A5VYC4        303
-## 24655 24655     A5VYC6        303
-## 24656 24656     A5VYC6        303
-## 24657 24657     A5VYC6        303
-## 24658 24658     A5VYC6        303
-## 24659 24659     A5VYC7        303
-## 24660 24660     A5VYF8        303
-## 24661 24661     A5VYH8        303
-## 24662 24662     A5VYP1        303
-## 24663 24663     A5VYR4        303
-## 24664 24664     A5VYS7        303
-## 24665 24665     A5VYT2        303
-## 24666 24666     A5VZ22        303
-## 24667 24667     A5VZ22        303
-## 24668 24668     A5VZ39        303
-## 24669 24669     A5VZB6        303
-## 24670 24670     A5VZC3        303
-## 24671 24671     A5VZC3        303
-## 24672 24672     A5VZI8        303
-## 24673 24673     A5VZR9        303
-## 24674 24674     A5VZR9        303
-## 24675 24675     A5VZT0        303
-## 24676 24676     A5VZT0        303
-## 24677 24677     A5VZT0        303
-## 24678 24678     A5VZT3        303
-## 24679 24679     A5VZZ2        303
-## 24680 24680     A5W024        303
-## 24681 24681     A5W024        303
-## 24682 24682     A5W024        303
-## 24683 24683     A5W0D8        303
-## 24684 24684     A5W0D8        303
-## 24685 24685     A5W0D9        303
-## 24686 24686     A5W0D9        303
-## 24687 24687     A5W0D9        303
-## 24688 24688     A5W0T9        303
-## 24689 24689     A5W0U6        303
-## 24690 24690     A5W0U8        303
-## 24691 24691     A5W190        303
-## 24692 24692     A5W1F0        303
-## 24693 24693     A5W1F2        303
-## 24694 24694     A5W1G2        303
-## 24695 24695     A5W1H6        303
-## 24696 24696     A5W1H7        303
-## 24697 24697     A5W241        303
-## 24698 24698     A5W454        303
-## 24699 24699     A5W458        303
-## 24700 24700     A5W458        303
-## 24701 24701     A5W458        303
-## 24702 24702     A5W4B5        303
-## 24703 24703     A5W4B9        303
-## 24704 24704     A5W4B9        303
-## 24705 24705     A5W4E9        303
-## 24706 24706     A5W4F0        303
-## 24707 24707     A5W4F2        303
-## 24708 24708     A5W4F2        303
-## 24709 24709     A5W4F9        303
-## 24710 24710     A5W5B3        303
-## 24711 24711     A5W5G8        303
-## 24712 24712     A5W634        303
-## 24713 24713     A5W6I8        303
-## 24714 24714     A5W6J0        303
-## 24715 24715     A5W6K7        303
-## 24716 24716     A5W6K7        303
-## 24717 24717     A5W6Y0        303
-## 24718 24718     A5W6Z7        303
-## 24719 24719     A5W728        303
-## 24720 24720     A5W794        303
-## 24721 24721     A5W7G2        303
-## 24722 24722     A5W7H7        303
-## 24723 24723     A5W7K3        303
-## 24724 24724     A5W7Q2        303
-## 24725 24725     A5W7Q2        303
-## 24726 24726     A5W7Q4        303
-## 24727 24727     A5W7R7        303
-## 24728 24728     A5W7U2        303
-## 24729 24729     A5W7V2        303
-## 24730 24730     A5W816        303
-## 24731 24731     A5W821        303
-## 24732 24732     A5W821        303
-## 24733 24733     A5W823        303
-## 24734 24734     A5W827        303
-## 24735 24735     A5W836        303
-## 24736 24736     A5W838        303
-## 24737 24737     A5W838        303
-## 24738 24738     A5W840        303
-## 24739 24739     A5W840        303
-## 24740 24740     A5W840        303
-## 24741 24741     A5W840        303
-## 24742 24742     A5W849        303
-## 24743 24743     A5W849        303
-## 24744 24744     A5W852        303
-## 24745 24745     A5W852        303
-## 24746 24746     A5W863        303
-## 24747 24747     A5W867        303
-## 24748 24748     A5W867        303
-## 24749 24749     A5W881        303
-## 24750 24750     A5W890        303
-## 24751 24751     A5W8E4        303
-## 24752 24752     A5W8E5        303
-## 24753 24753     A5W8E9        303
-## 24754 24754     A5W8E9        303
-## 24755 24755     A5W8F1        303
-## 24756 24756     A5W8F2        303
-## 24757 24757     A5W8F5        303
-## 24758 24758     A5W8J7        303
-## 24759 24759     A5W8M6        303
-## 24760 24760     A5W8P9        303
-## 24761 24761     A5W8Q3        303
-## 24762 24762     A5W8Q8        303
-## 24763 24763     A5W8Q9        303
-## 24764 24764     A5W8R3        303
-## 24765 24765     A5W8T2        303
-## 24766 24766     A5W8Z1        303
-## 24767 24767     A5W8Z1        303
-## 24768 24768     A5W907        303
-## 24769 24769     A5W917        303
-## 24770 24770     A5W926        303
-## 24771 24771     A5W976        303
-## 24772 24772     A5W983        303
-## 24773 24773     A5W987        303
-## 24774 24774     A5W9A2        303
-## 24775 24775     A5W9A2        303
-## 24776 24776     A5W9A2        303
-## 24777 24777     A5W9A3        303
-## 24778 24778     A5W9I6        303
-## 24779 24779     A5W9L9        303
-## 24780 24780     A5W9Q6        303
-## 24781 24781     A5W9Q7        303
-## 24782 24782     A5W9R5        303
-## 24783 24783     A5W9R8        303
-## 24784 24784     A5W9R8        303
-## 24785 24785     A5W9S5        303
-## 24786 24786     A5W9T0        303
-## 24787 24787     A5W9T8        303
-## 24788 24788     A5W9T9        303
-## 24789 24789     A5WA00        303
-## 24790 24790     A5WA01        303
-## 24791 24791     A5WA01        303
-## 24792 24792     A5WA01        303
-## 24793 24793     A5WA09        303
-## 24794 24794     A5WA32        303
-## 24795 24795     A5WA47        303
-## 24796 24796     A5WA59        303
-## 24797 24797     A5WA59        303
-## 24798 24798     A5WA61        303
-## 24799 24799     A5WA64        303
-## 24800 24800     A5WA67        303
-## 24801 24801     A5WA89        303
-## 24802 24802     A5WA89        303
-## 24803 24803     A5WAA7        303
-## 24804 24804     A5WAA7        303
-## 24805 24805     A5WAB1        303
-## 24806 24806     A5WAC2        303
-## 24807 24807     A5WAD7        303
-## 24808 24808     A5WAF9        303
-## 24809 24809     A5WAK1        303
-## 24810 24810     A5WAK7        303
-## 24811 24811     A5WB34        303
-## 24812 24812     A5WBA1        303
-## 24813 24813     A5WBA5        303
-## 24814 24814     A5WBA7        303
-## 24815 24815     A5WBA8        303
-## 24816 24816     A5WBA9        303
-## 24817 24817     A5WBB7        303
-## 24818 24818     A5WBF8         NA
-## 24819 24819     A5WBF8         NA
-## 24820 24820     A5WBF8         NA
-## 24821 24821     A5WBH0         NA
-## 24822 24822     A5WBP5         NA
-## 24823 24823     A5WBQ0         NA
-## 24824 24824     A5WBQ6         NA
-## 24825 24825     A5WBS5         NA
-## 24826 24826     A5WBS5         NA
-## 24827 24827     A5WBS6         NA
-## 24828 24828     A5WBT2         NA
-## 24829 24829     A5WBU9         NA
-## 24830 24830     A5WBV5         NA
-## 24831 24831     A5WBV8         NA
-## 24832 24832     A5WC55         NA
-## 24833 24833     A5WC58         NA
-## 24834 24834     A5WC58         NA
-## 24835 24835     A5WC69         NA
-## 24836 24836     A5WC94         NA
-## 24837 24837     A5WCA0         NA
-## 24838 24838     A5WCC8         NA
-## 24839 24839     A5WCC8         NA
-## 24840 24840     A5WCD3         NA
-## 24841 24841     A5WCI2         NA
-## 24842 24842     A5WCI2         NA
-## 24843 24843     A5WCJ0         NA
-## 24844 24844     A5WCJ7         NA
-## 24845 24845     A5WCK2         NA
-## 24846 24846     A5WCK4         NA
-## 24847 24847     A5WCK5         NA
-## 24848 24848     A5WCK8         NA
-## 24849 24849     A5WCL2         NA
-## 24850 24850     A5WCL9         NA
-## 24851 24851     A5WCU0         NA
-## 24852 24852     A5WCX0         NA
-## 24853 24853     A5WCX3         NA
-## 24854 24854     A5WD51         NA
-## 24855 24855     A5WD51         NA
-## 24856 24856     A5WD52         NA
-## 24857 24857     A5WD52         NA
-## 24858 24858     A5WDG7         NA
-## 24859 24859     A5WDI5         NA
-## 24860 24860     A5WDN1         NA
-## 24861 24861     A5WDR1         NA
-## 24862 24862     A5WDV0         NA
-## 24863 24863     A5WDV0         NA
-## 24864 24864     A5WEG6         NA
-## 24865 24865     A5WEG6         NA
-## 24866 24866     A5WF97         NA
-## 24867 24867     A5WFA2         NA
-## 24868 24868     A5WFC8         NA
-## 24869 24869     A5WFD0         NA
-## 24870 24870     A5WFM3         NA
-## 24871 24871     A5WFR0         NA
-## 24872 24872     A5WFR0         NA
-## 24873 24873     A5WFV1         NA
-## 24874 24874     A5WFV1         NA
-## 24875 24875     A5WFV1         NA
-## 24876 24876     A5WFV1         NA
-## 24877 24877     A5WFV1         NA
-## 24878 24878     A5WFV1         NA
-## 24879 24879     A5WFW1         NA
-## 24880 24880     A5WFW1         NA
-## 24881 24881     A5WG13         NA
-## 24882 24882     A5WG19         NA
-## 24883 24883     A5WG48         NA
-## 24884 24884     A5WG78         NA
-## 24885 24885     A5WG99         NA
-## 24886 24886     A5WG99         NA
-## 24887 24887     A5WGA8         NA
-## 24888 24888     A5WGC0         NA
-## 24889 24889     A5WGE2         NA
-## 24890 24890     A5WGE2         NA
-## 24891 24891     A5WGF2         NA
-## 24892 24892     A5WGF2         NA
-## 24893 24893     A5WGF2         NA
-## 24894 24894     A5WGG4         NA
-## 24895 24895     A5WGH9         NA
-## 24896 24896     A5WGL0         NA
-## 24897 24897     A5WGM2         NA
-## 24898 24898     A5WGM2         NA
-## 24899 24899     A5WGY8         NA
-## 24900 24900     A5WH34         NA
-## 24901 24901     A5WH34         NA
-## 24902 24902     A5WH35         NA
-## 24903 24903     A5WH36         NA
-## 24904 24904     A5WH36         NA
-## 24905 24905     A5WH37         NA
-## 24906 24906     A5WHA3         NA
-## 24907 24907     A5WHI6         NA
-## 24908 24908     A5WHK7         NA
-## 24909 24909     A5WHK7         NA
-## 24910 24910     A5WHL4         NA
-## 24911 24911     A5WHT0         NA
-## 24912 24912     A5WHT0         NA
-## 24913 24913     A5WHX7         NA
-## 24914 24914     A5WI20         NA
-## 24915 24915     A5WI35         NA
-## 24916 24916     A5WII2       1773
-## 24917 24917     A5WJJ8       1773
-## 24918 24918     A5WJJ8       1773
-## 24919 24919     A5WJJ8       1773
-## 24920 24920     A5WKI8       1773
-## 24921 24921     A5WKI8       1773
-## 24922 24922     A5WM93       1773
-## 24923 24923     A5WMQ5       1773
-## 24924 24924     A5WMR0       1773
-## 24925 24925     A5WRN6       1773
-## 24926 24926     A5WUN7         NA
-## 24927 24927     A5WUT8         NA
-## 24928 24928     A5WUT8         NA
-## 24929 24929     A5WUT8         NA
-## 24930 24930     A5WUT8         NA
-## 24931 24931     A5WUY6         NA
-## 24932 24932     A5WUY6         NA
-## 24933 24933     A5WV69         NA
-## 24934 24934     A5WVU6         NA
-## 24935 24935     A5WVX1         NA
-## 24936 24936     A5WW21         NA
-## 24937 24937     A5WWA0         NA
-## 24938 24938     A5WWA0         NA
-## 24939 24939     A5X5Y0         NA
-## 24940 24940     A5X7A0         NA
-## 24941 24941     A5X7A0         NA
-## 24942 24942     A5X7A0         NA
-## 24943 24943     A5X7A0         NA
-## 24944 24944     A5X7A0         NA
-## 24945 24945     A5X7A0         NA
-## 24946 24946     A5X7A0         NA
-## 24947 24947     A5X7A0         NA
-## 24948 24948     A5X7A0         NA
-## 24949 24949     A5YBJ7         NA
-## 24950 24950     A5YC49         NA
-## 24951 24951     A5YC49         NA
-## 24952 24952     A5YCB8         NA
-## 24953 24953     A5YCB9         NA
-## 24954 24954     A5YKK6         NA
-## 24955 24955     A5YKK6         NA
-## 24956 24956     A5YM69         NA
-## 24957 24957     A5YM72         NA
-## 24958 24958     A5YT95         NA
-## 24959 24959     A5YT95         NA
-## 24960 24960     A5YT95         NA
-## 24961 24961     A5YVD9         NA
-## 24962 24962     A5YVF1         NA
-## 24963 24963     A5YVF1         NA
-## 24964 24964     A5YVF1         NA
-## 24965 24965     A5Z1X6         NA
-## 24966 24966     A5Z1X6         NA
-## 24967 24967     A5Z1X6         NA
-## 24968 24968     A5Z1X6         NA
-## 24969 24969     A5Z1X6         NA
-## 24970 24970     A6BLY7         NA
-## 24971 24971     A6BLY7         NA
-## 24972 24972     A6BLY7         NA
-## 24973 24973     A6BM06         NA
-## 24974 24974     A6BM12         NA
-## 24975 24975     A6BM24         NA
-## 24976 24976     A6BM25         NA
-## 24977 24977     A6BM27         NA
-## 24978 24978     A6BM29         NA
-## 24979 24979     A6BM34         NA
-## 24980 24980     A6BM42         NA
-## 24981 24981     A6BM50         NA
-## 24982 24982     A6BM51         NA
-## 24983 24983     A6BM62         NA
-## 24984 24984     A6BM72         NA
-## 24985 24985     A6BM72         NA
-## 24986 24986     A6BM72         NA
-## 24987 24987     A6BM72         NA
-## 24988 24988     A6GVN8      96345
-## 24989 24989     A6GVQ2      96345
-## 24990 24990     A6GVQ2      96345
-## 24991 24991     A6GVV3      96345
-## 24992 24992     A6GVZ1      96345
-## 24993 24993     A6GW32      96345
-## 24994 24994     A6GW32      96345
-## 24995 24995     A6GWA9      96345
-## 24996 24996     A6GWD9      96345
-## 24997 24997     A6GWH3      96345
-## 24998 24998     A6GWI4      96345
-## 24999 24999     A6GWN3      96345
-## 25000 25000     A6GWS4      96345
-## 25001 25001     A6GWT7      96345
-## 25002 25002     A6GWT7      96345
-## 25003 25003     A6GWU1      96345
-## 25004 25004     A6GWV8      96345
-## 25005 25005     A6GWV8      96345
-## 25006 25006     A6GX80      96345
-## 25007 25007     A6GXB2      96345
-## 25008 25008     A6GXJ8      96345
-## 25009 25009     A6GXW2      96345
-## 25010 25010     A6GXZ1      96345
-## 25011 25011     A6GY22      96345
-## 25012 25012     A6GY76      96345
-## 25013 25013     A6GY76      96345
-## 25014 25014     A6GY79      96345
-## 25015 25015     A6GY79      96345
-## 25016 25016     A6GYI0      96345
-## 25017 25017     A6GYR0      96345
-## 25018 25018     A6GYR0      96345
-## 25019 25019     A6GYR1      96345
-## 25020 25020     A6GYU0      96345
-## 25021 25021     A6GYU0      96345
-## 25022 25022     A6GYU3      96345
-## 25023 25023     A6GYU3      96345
-## 25024 25024     A6GYU7      96345
-## 25025 25025     A6GZ69      96345
-## 25026 25026     A6GZ82      96345
-## 25027 25027     A6GZ98      96345
-## 25028 25028     A6GZB7      96345
-## 25029 25029     A6GZB7      96345
-## 25030 25030     A6H039      96345
-## 25031 25031     A6H0C4      96345
-## 25032 25032     A6H0E5      96345
-## 25033 25033     A6H0E6      96345
-## 25034 25034     A6H0G8      96345
-## 25035 25035     A6H0L5      96345
-## 25036 25036     A6H0N4      96345
-## 25037 25037     A6H0U4      96345
-## 25038 25038     A6H0Y3      96345
-## 25039 25039     A6H0Y3      96345
-## 25040 25040     A6H103      96345
-## 25041 25041     A6H119      96345
-## 25042 25042     A6H143      96345
-## 25043 25043     A6H194      96345
-## 25044 25044     A6H1A3      96345
-## 25045 25045     A6H1E4      96345
-## 25046 25046     A6H1G2      96345
-## 25047 25047     A6H1G2      96345
-## 25048 25048     A6H1G2      96345
-## 25049 25049     A6H1P4      96345
-## 25050 25050     A6H1Q0      96345
-## 25051 25051     A6H1Q3      96345
-## 25052 25052     A6H1Q5      96345
-## 25053 25053     A6H1Q6      96345
-## 25054 25054     A6H1Q6      96345
-## 25055 25055     A6H1R1      96345
-## 25056 25056     A6H233      96345
-## 25057 25057     A6H233      96345
-## 25058 25058     A6H239      96345
-## 25059 25059     A6H244      96345
-## 25060 25060     A6H2D7      96345
-## 25061 25061     A6H4Q1      36033
-## 25062 25062     A6H4Q1      36033
-## 25063 25063     A6H4Q3      36033
-## 25064 25064     A6H4Q4      36033
-## 25065 25065     A6H4Q4      36033
-## 25066 25066     A6H4Q5      36033
-## 25067 25067     A6H584         NA
-## 25068 25068     A6H584         NA
-## 25069 25069     A6H584         NA
-## 25070 25070     A6H584         NA
-## 25071 25071     A6H584         NA
-## 25072 25072     A6H5E9         NA
-## 25073 25073     A6H5F1         NA
-## 25074 25074     A6H5F3         NA
-## 25075 25075     A6H5F5         NA
-## 25076 25076     A6H5F5         NA
-## 25077 25077     A6H5F6         NA
-## 25078 25078     A6H5F7         NA
-## 25079 25079     A6H5F7         NA
-## 25080 25080     A6H5F8         NA
-## 25081 25081     A6H5G7         NA
-## 25082 25082     A6H5H1         NA
-## 25083 25083     A6H5H4         NA
-## 25084 25084     A6H5H8         NA
-## 25085 25085     A6H5H8         NA
-## 25086 25086     A6H5I5         NA
-## 25087 25087     A6H5K7         NA
-## 25088 25088     A6H5L7         NA
-## 25089 25089     A6H5M5         NA
-## 25090 25090     A6H5M5         NA
-## 25091 25091     A6H5M8         NA
-## 25092 25092     A6H5N8         NA
-## 25093 25093     A6H5N8         NA
-## 25094 25094     A6H5P2         NA
-## 25095 25095     A6H5P2         NA
-## 25096 25096     A6H5P3         NA
-## 25097 25097     A6H5P7         NA
-## 25098 25098     A6H5Y1         NA
-## 25099 25099     A6H5Y1         NA
-## 25100 25100     A6H5Z3         NA
-## 25101 25101     A6H5Z3         NA
-## 25102 25102     A6H5Z3         NA
-## 25103 25103     A6H603         NA
-## 25104 25104     A6H603         NA
-## 25105 25105     A6H603         NA
-## 25106 25106     A6H603         NA
-## 25107 25107     A6H603         NA
-## 25108 25108     A6H611         NA
-## 25109 25109     A6H619         NA
-## 25110 25110     A6H619         NA
-## 25111 25111     A6H619         NA
-## 25112 25112     A6H619         NA
-## 25113 25113     A6H619         NA
-## 25114 25114     A6H619         NA
-## 25115 25115     A6H619         NA
-## 25116 25116     A6H619         NA
-## 25117 25117     A6H619         NA
-## 25118 25118     A6H619         NA
-## 25119 25119     A6H619         NA
-## 25120 25120     A6H630         NA
-## 25121 25121     A6H639         NA
-## 25122 25122     A6H639         NA
-## 25123 25123     A6H639         NA
-## 25124 25124     A6H639         NA
-## 25125 25125     A6H639         NA
-## 25126 25126     A6H639         NA
-## 25127 25127     A6H684         NA
-## 25128 25128     A6H687         NA
-## 25129 25129     A6H687         NA
-## 25130 25130     A6H690         NA
-## 25131 25131     A6H690         NA
-## 25132 25132     A6H690         NA
-## 25133 25133     A6H690         NA
-## 25134 25134     A6H694         NA
-## 25135 25135     A6H694         NA
-## 25136 25136     A6H694         NA
-## 25137 25137     A6H694         NA
-## 25138 25138     A6H6A4         NA
-## 25139 25139     A6H6A4         NA
-## 25140 25140     A6H6E2         NA
-## 25141 25141     A6H6E2         NA
-## 25142 25142     A6H6E2         NA
-## 25143 25143     A6H6E2         NA
-## 25144 25144     A6H6E2         NA
-## 25145 25145     A6H6E9         NA
-## 25146 25146     A6H6E9         NA
-## 25147 25147     A6H6T1         NA
-## 25148 25148     A6H6W9         NA
-## 25149 25149     A6H6W9         NA
-## 25150 25150     A6H6Z7         NA
-## 25151 25151     A6H6Z7         NA
-## 25152 25152     A6H6Z7         NA
-## 25153 25153     A6H707         NA
-## 25154 25154     A6H730         NA
-## 25155 25155     A6H730         NA
-## 25156 25156     A6H737         NA
-## 25157 25157     A6H737         NA
-## 25158 25158     A6H739         NA
-## 25159 25159     A6H739         NA
-## 25160 25160     A6H742         NA
-## 25161 25161     A6H742         NA
-## 25162 25162     A6H742         NA
-## 25163 25163     A6H750         NA
-## 25164 25164     A6H759         NA
-## 25165 25165     A6H767         NA
-## 25166 25166     A6H767         NA
-## 25167 25167     A6H767         NA
-## 25168 25168     A6H772         NA
-## 25169 25169     A6H779         NA
-## 25170 25170     A6H779         NA
-## 25171 25171     A6H782         NA
-## 25172 25172     A6H784         NA
-## 25173 25173     A6H789         NA
-## 25174 25174     A6H789         NA
-## 25175 25175     A6H793         NA
-## 25176 25176     A6H7A8         NA
-## 25177 25177     A6H7B4         NA
-## 25178 25178     A6H7D1         NA
-## 25179 25179     A6H7F2         NA
-## 25180 25180     A6H7F6         NA
-## 25181 25181     A6H7F9         NA
-## 25182 25182     A6H7G2         NA
-## 25183 25183     A6H7G2         NA
-## 25184 25184     A6H7G2         NA
-## 25185 25185     A6H7H1         NA
-## 25186 25186     A6H7H1         NA
-## 25187 25187     A6H7H7         NA
-## 25188 25188     A6H7H7         NA
-## 25189 25189     A6H7I5         NA
-## 25190 25190     A6H7I5         NA
-## 25191 25191     A6H7I8         NA
-## 25192 25192     A6H7I8         NA
-## 25193 25193     A6H7J1         NA
-## 25194 25194     A6H7J1         NA
-## 25195 25195     A6H7J1         NA
-## 25196 25196     A6H7J1         NA
-## 25197 25197     A6H7J1         NA
-## 25198 25198     A6H7J1         NA
-## 25199 25199     A6H7J1         NA
-## 25200 25200     A6H7J1         NA
-## 25201 25201     A6H7J2         NA
-## 25202 25202     A6H8H2         NA
-## 25203 25203     A6H8H2         NA
-## 25204 25204     A6H8H5         NA
-## 25205 25205     A6H8J1         NA
-## 25206 25206     A6H8J1         NA
-## 25207 25207     A6H8J1         NA
-## 25208 25208     A6H8J1         NA
-## 25209 25209     A6H8J1         NA
-## 25210 25210     A6H8J1         NA
-## 25211 25211     A6H8M9         NA
-## 25212 25212     A6H8M9         NA
-## 25213 25213     A6H8T2         NA
-## 25214 25214     A6H8T2         NA
-## 25215 25215     A6H8T2         NA
-## 25216 25216     A6H8Y1         NA
-## 25217 25217     A6H8Y1         NA
-## 25218 25218     A6H8Y1         NA
-## 25219 25219     A6H8Y1         NA
-## 25220 25220     A6H8Z2         NA
-## 25221 25221     A6H8Z2         NA
-## 25222 25222     A6H907         NA
-## 25223 25223     A6H907         NA
-## 25224 25224     A6H909         NA
-## 25225 25225     A6KWC4        821
-## 25226 25226     A6KWC4        821
-## 25227 25227     A6KWL3        821
-## 25228 25228     A6KWL3        821
-## 25229 25229     A6KWM1        821
-## 25230 25230     A6KX92        821
-## 25231 25231     A6KXA0        821
-## 25232 25232     A6KXA6        821
-## 25233 25233     A6KXH3        821
-## 25234 25234     A6KXK1        821
-## 25235 25235     A6KXK1        821
-## 25236 25236     A6KXK1        821
-## 25237 25237     A6KXK1        821
-## 25238 25238     A6KXL2        821
-## 25239 25239     A6KXS0        821
-## 25240 25240     A6KYG9        821
-## 25241 25241     A6KYH2        821
-## 25242 25242     A6KYH8        821
-## 25243 25243     A6KYI0        821
-## 25244 25244     A6KYI8        821
-## 25245 25245     A6KYJ2        821
-## 25246 25246     A6KYJ5        821
-## 25247 25247     A6KYJ7        821
-## 25248 25248     A6KYK2        821
-## 25249 25249     A6KYK2        821
-## 25250 25250     A6KYK3        821
-## 25251 25251     A6KYK4        821
-## 25252 25252     A6KYL2        821
-## 25253 25253     A6KYY1        821
-## 25254 25254     A6KZ38        821
-## 25255 25255     A6KZ38        821
-## 25256 25256     A6KZL1        821
-## 25257 25257     A6KZP0        821
-## 25258 25258     A6KZP0        821
-## 25259 25259     A6KZP0        821
-## 25260 25260     A6KZV1        821
-## 25261 25261     A6KZZ5        821
-## 25262 25262     A6L012        821
-## 25263 25263     A6L030        821
-## 25264 25264     A6L030        821
-## 25265 25265     A6L030        821
-## 25266 25266     A6L030        821
-## 25267 25267     A6L030        821
-## 25268 25268     A6L030        821
-## 25269 25269     A6L030        821
-## 25270 25270     A6L046        821
-## 25271 25271     A6L064        821
-## 25272 25272     A6L074        821
-## 25273 25273     A6L075        821
-## 25274 25274     A6L079        821
-## 25275 25275     A6L091        821
-## 25276 25276     A6L0V2        821
-## 25277 25277     A6L100        821
-## 25278 25278     A6L169        821
-## 25279 25279     A6L171        821
-## 25280 25280     A6L1J5        821
-## 25281 25281     A6L1J5        821
-## 25282 25282     A6L1L8        821
-## 25283 25283     A6L1M6        821
-## 25284 25284     A6L1P5        821
-## 25285 25285     A6L1Q8        821
-## 25286 25286     A6L1U8        821
-## 25287 25287     A6L1X1        821
-## 25288 25288     A6L1Z2        821
-## 25289 25289     A6L227        821
-## 25290 25290     A6L2G2        821
-## 25291 25291     A6L2M8        821
-## 25292 25292     A6L2N4        821
-## 25293 25293     A6L2R5        821
-## 25294 25294     A6L2W9        821
-## 25295 25295     A6L2X7        821
-## 25296 25296     A6L2X7        821
-## 25297 25297     A6L2X7        821
-## 25298 25298     A6L2X7        821
-## 25299 25299     A6L3C5        821
-## 25300 25300     A6L3G1        821
-## 25301 25301     A6L3K9        821
-## 25302 25302     A6L3Y9        821
-## 25303 25303     A6L3Y9        821
-## 25304 25304     A6L3Y9        821
-## 25305 25305     A6L404        821
-## 25306 25306     A6L4C6        821
-## 25307 25307     A6L4J6        821
-## 25308 25308     A6L4M1        821
-## 25309 25309     A6L4M2        821
-## 25310 25310     A6L4M4        821
-## 25311 25311     A6L4M4        821
-## 25312 25312     A6L4M5        821
-## 25313 25313     A6L4Y5        821
-## 25314 25314     A6L518        821
-## 25315 25315     A6L585        821
-## 25316 25316     A6L5E7        821
-## 25317 25317     A6L5G8        821
-## 25318 25318     A6L5G8        821
-## 25319 25319     A6L5I2        821
-## 25320 25320     A6L645        821
-## 25321 25321     A6L683        821
-## 25322 25322     A6L6E5        821
-## 25323 25323     A6L6E8        821
-## 25324 25324     A6L6E8        821
-## 25325 25325     A6L6E8        821
-## 25326 25326     A6L6X8        821
-## 25327 25327     A6L743        821
-## 25328 25328     A6L743        821
-## 25329 25329     A6L7J5        821
-## 25330 25330     A6L7J9        821
-## 25331 25331     A6L7M5        821
-## 25332 25332     A6L7P7        821
-## 25333 25333     A6L890        823
-## 25334 25334     A6L8C6        823
-## 25335 25335     A6L8G0        823
-## 25336 25336     A6L8N4        823
-## 25337 25337     A6L8N5        823
-## 25338 25338     A6L8N5        823
-## 25339 25339     A6L8Q7        823
-## 25340 25340     A6L8U2        823
-## 25341 25341     A6L8U3        823
-## 25342 25342     A6L8U3        823
-## 25343 25343     A6L8U3        823
-## 25344 25344     A6L982        823
-## 25345 25345     A6L997        823
-## 25346 25346     A6L997        823
-## 25347 25347     A6L9J8        823
-## 25348 25348     A6L9S2        823
-## 25349 25349     A6L9S4        823
-## 25350 25350     A6LA55        823
-## 25351 25351     A6LA55        823
-## 25352 25352     A6LA96        823
-## 25353 25353     A6LAI2        823
-## 25354 25354     A6LAM2        823
-## 25355 25355     A6LAP3        823
-## 25356 25356     A6LAR6        823
-## 25357 25357     A6LB29        823
-## 25358 25358     A6LB54        823
-## 25359 25359     A6LB54        823
-## 25360 25360     A6LBD0        823
-## 25361 25361     A6LBD0        823
-## 25362 25362     A6LBQ5        823
-## 25363 25363     A6LBU3        823
-## 25364 25364     A6LBX7        823
-## 25365 25365     A6LC32        823
-## 25366 25366     A6LC43        823
-## 25367 25367     A6LC86        823
-## 25368 25368     A6LCP4        823
-## 25369 25369     A6LCS5        823
-## 25370 25370     A6LD04        823
-## 25371 25371     A6LD25        823
-## 25372 25372     A6LD45        823
-## 25373 25373     A6LD46        823
-## 25374 25374     A6LD62        823
-## 25375 25375     A6LD62        823
-## 25376 25376     A6LD68        823
-## 25377 25377     A6LD68        823
-## 25378 25378     A6LDG8        823
-## 25379 25379     A6LDG8        823
-## 25380 25380     A6LDG8        823
-## 25381 25381     A6LDS1        823
-## 25382 25382     A6LDS1        823
-## 25383 25383     A6LDS8        823
-## 25384 25384     A6LDT3        823
-## 25385 25385     A6LDT9        823
-## 25386 25386     A6LDT9        823
-## 25387 25387     A6LDT9        823
-## 25388 25388     A6LE74        823
-## 25389 25389     A6LE80        823
-## 25390 25390     A6LEG7        823
-## 25391 25391     A6LEH4        823
-## 25392 25392     A6LEH6        823
-## 25393 25393     A6LEJ8        823
-## 25394 25394     A6LEP5        823
-## 25395 25395     A6LEU2        823
-## 25396 25396     A6LEU6        823
-## 25397 25397     A6LEZ8        823
-## 25398 25398     A6LF25        823
-## 25399 25399     A6LFB5        823
-## 25400 25400     A6LFB5        823
-## 25401 25401     A6LFD0        823
-## 25402 25402     A6LFK9        823
-## 25403 25403     A6LFK9        823
-## 25404 25404     A6LFK9        823
-## 25405 25405     A6LFK9        823
-## 25406 25406     A6LFT6        823
-## 25407 25407     A6LG59        823
-## 25408 25408     A6LG92        823
-## 25409 25409     A6LG93        823
-## 25410 25410     A6LGA2        823
-## 25411 25411     A6LGR3        823
-## 25412 25412     A6LGR5        823
-## 25413 25413     A6LHM8        823
-## 25414 25414     A6LHN0        823
-## 25415 25415     A6LHS1        823
-## 25416 25416     A6LHS1        823
-## 25417 25417     A6LHS1        823
-## 25418 25418     A6LHS1        823
-## 25419 25419     A6LHS1        823
-## 25420 25420     A6LHV2        823
-## 25421 25421     A6LI67        823
-## 25422 25422     A6LIF7        823
-## 25423 25423     A6LIF7        823
-## 25424 25424     A6LIG0        823
-## 25425 25425     A6LIG7        823
-## 25426 25426     A6LJ30      46541
-## 25427 25427     A6LJ30      46541
-## 25428 25428     A6LJ30      46541
-## 25429 25429     A6LJ40      46541
-## 25430 25430     A6LJ40      46541
-## 25431 25431     A6LJ41      46541
-## 25432 25432     A6LJ42      46541
-## 25433 25433     A6LJ47      46541
-## 25434 25434     A6LJ63      46541
-## 25435 25435     A6LJ63      46541
-## 25436 25436     A6LJD6      46541
-## 25437 25437     A6LJD6      46541
-## 25438 25438     A6LJF8      46541
-## 25439 25439     A6LJL4      46541
-## 25440 25440     A6LJL4      46541
-## 25441 25441     A6LJM6      46541
-## 25442 25442     A6LJM9      46541
-## 25443 25443     A6LJQ5      46541
-## 25444 25444     A6LJR5      46541
-## 25445 25445     A6LJR5      46541
-## 25446 25446     A6LJS3      46541
-## 25447 25447     A6LJS5      46541
-## 25448 25448     A6LJZ0      46541
-## 25449 25449     A6LJZ0      46541
-## 25450 25450     A6LJZ0      46541
-## 25451 25451     A6LK89      46541
-## 25452 25452     A6LK98      46541
-## 25453 25453     A6LKB7      46541
-## 25454 25454     A6LKB9      46541
-## 25455 25455     A6LKC0      46541
-## 25456 25456     A6LKF8      46541
-## 25457 25457     A6LKP0      46541
-## 25458 25458     A6LKP9      46541
-## 25459 25459     A6LKU9      46541
-## 25460 25460     A6LKW9      46541
-## 25461 25461     A6LKX4      46541
-## 25462 25462     A6LL16      46541
-## 25463 25463     A6LL24      46541
-## 25464 25464     A6LL44      46541
-## 25465 25465     A6LL84      46541
-## 25466 25466     A6LLA5      46541
-## 25467 25467     A6LLA7      46541
-## 25468 25468     A6LLB7      46541
-## 25469 25469     A6LLF1      46541
-## 25470 25470     A6LLF1      46541
-## 25471 25471     A6LLI5      46541
-## 25472 25472     A6LLJ7      46541
-## 25473 25473     A6LLK6      46541
-## 25474 25474     A6LLK6      46541
-## 25475 25475     A6LLL0      46541
-## 25476 25476     A6LLL1      46541
-## 25477 25477     A6LLM2      46541
-## 25478 25478     A6LLM6      46541
-## 25479 25479     A6LLN0      46541
-## 25480 25480     A6LLP1      46541
-## 25481 25481     A6LLR1      46541
-## 25482 25482     A6LLR1      46541
-## 25483 25483     A6LLR7      46541
-## 25484 25484     A6LLU8      46541
-## 25485 25485     A6LM26      46541
-## 25486 25486     A6LM32      46541
-## 25487 25487     A6LM64      46541
-## 25488 25488     A6LM64      46541
-## 25489 25489     A6LM64      46541
-## 25490 25490     A6LM64      46541
-## 25491 25491     A6LMC4      46541
-## 25492 25492     A6LMG3      46541
-## 25493 25493     A6LMH6      46541
-## 25494 25494     A6LMH6      46541
-## 25495 25495     A6LMH9      46541
-## 25496 25496     A6LMH9      46541
-## 25497 25497     A6LML3      46541
-## 25498 25498     A6LMP4      46541
-## 25499 25499     A6LMU4      46541
-## 25500 25500     A6LMW5      46541
-## 25501 25501     A6LMW5      46541
-## 25502 25502     A6LN55      46541
-## 25503 25503     A6LN73      46541
-## 25504 25504     A6LN85      46541
-## 25505 25505     A6LNF3      46541
-## 25506 25506     A6LNG7      46541
-## 25507 25507     A6LNM3      46541
-## 25508 25508     A6LNR5      46541
-## 25509 25509     A6LP38      46541
-## 25510 25510     A6LP48      46541
-## 25511 25511     A6LP48      46541
-## 25512 25512     A6LP48      46541
-## 25513 25513     A6LP48      46541
-## 25514 25514     A6LP48      46541
-## 25515 25515     A6LP60      46541
-## 25516 25516     A6LPB4       1520
-## 25517 25517     A6LPC3       1520
-## 25518 25518     A6LPC3       1520
-## 25519 25519     A6LPC4       1520
-## 25520 25520     A6LPC4       1520
-## 25521 25521     A6LPC4       1520
-## 25522 25522     A6LPD6       1520
-## 25523 25523     A6LPD9       1520
-## 25524 25524     A6LPD9       1520
-## 25525 25525     A6LPI2       1520
-## 25526 25526     A6LPI6       1520
-## 25527 25527     A6LPJ1       1520
-## 25528 25528     A6LPJ1       1520
-## 25529 25529     A6LPL6       1520
-## 25530 25530     A6LPL7       1520
-## 25531 25531     A6LPN9       1520
-## 25532 25532     A6LPP1       1520
-## 25533 25533     A6LPQ3       1520
-## 25534 25534     A6LPQ4       1520
-## 25535 25535     A6LPQ5       1520
-## 25536 25536     A6LPQ5       1520
-## 25537 25537     A6LPQ5       1520
-## 25538 25538     A6LPR1       1520
-## 25539 25539     A6LPR3       1520
-## 25540 25540     A6LPR9       1520
-## 25541 25541     A6LPS2       1520
-## 25542 25542     A6LPS6       1520
-## 25543 25543     A6LPT0       1520
-## 25544 25544     A6LPU6       1520
-## 25545 25545     A6LPX0       1520
-## 25546 25546     A6LQ90       1520
-## 25547 25547     A6LQD5       1520
-## 25548 25548     A6LQF2       1520
-## 25549 25549     A6LQH2       1520
-## 25550 25550     A6LQH4       1520
-## 25551 25551     A6LQH5       1520
-## 25552 25552     A6LQJ1       1520
-## 25553 25553     A6LQK4       1520
-## 25554 25554     A6LQK4       1520
-## 25555 25555     A6LQR6       1520
-## 25556 25556     A6LQR9       1520
-## 25557 25557     A6LQR9       1520
-## 25558 25558     A6LQR9       1520
-## 25559 25559     A6LR09       1520
-## 25560 25560     A6LRN3       1520
-## 25561 25561     A6LRN4       1520
-## 25562 25562     A6LRN5       1520
-## 25563 25563     A6LRN5       1520
-## 25564 25564     A6LRN5       1520
-## 25565 25565     A6LRP7       1520
-## 25566 25566     A6LS00       1520
-## 25567 25567     A6LS00       1520
-## 25568 25568     A6LS00       1520
-## 25569 25569     A6LSF6       1520
-## 25570 25570     A6LSF6       1520
-## 25571 25571     A6LSI6       1520
-## 25572 25572     A6LSK1       1520
-## 25573 25573     A6LSN1       1520
-## 25574 25574     A6LSN1       1520
-## 25575 25575     A6LSN4       1520
-## 25576 25576     A6LSN4       1520
-## 25577 25577     A6LSP3       1520
-## 25578 25578     A6LSP7       1520
-## 25579 25579     A6LSQ4       1520
-## 25580 25580     A6LSR6       1520
-## 25581 25581     A6LSR9       1520
-## 25582 25582     A6LSW5       1520
-## 25583 25583     A6LSW5       1520
-## 25584 25584     A6LSW5       1520
-## 25585 25585     A6LSX2       1520
-## 25586 25586     A6LTC5       1520
-## 25587 25587     A6LTE4       1520
-## 25588 25588     A6LTE4       1520
-## 25589 25589     A6LTM6       1520
-## 25590 25590     A6LTP1       1520
-## 25591 25591     A6LTR7       1520
-## 25592 25592     A6LTR9       1520
-## 25593 25593     A6LTS0       1520
-## 25594 25594     A6LTS0       1520
-## 25595 25595     A6LTT3       1520
-## 25596 25596     A6LTT3       1520
-## 25597 25597     A6LTT3       1520
-## 25598 25598     A6LTU0       1520
-## 25599 25599     A6LU44       1520
-## 25600 25600     A6LU45       1520
-## 25601 25601     A6LU45       1520
-## 25602 25602     A6LU48       1520
-## 25603 25603     A6LU93       1520
-## 25604 25604     A6LU97       1520
-## 25605 25605     A6LUA1       1520
-## 25606 25606     A6LUD2       1520
-## 25607 25607     A6LUD2       1520
-## 25608 25608     A6LUD2       1520
-## 25609 25609     A6LUD2       1520
-## 25610 25610     A6LUD2       1520
-## 25611 25611     A6LUQ4       1520
-## 25612 25612     A6LVG3       1520
-## 25613 25613     A6LVU2       1520
-## 25614 25614     A6LWD4       1520
-## 25615 25615     A6LWJ1       1520
-## 25616 25616     A6LWN6       1520
-## 25617 25617     A6LXP5       1520
-## 25618 25618     A6LZF4       1520
-## 25619 25619     A6M020       1520
-## 25620 25620     A6M163       1520
-## 25621 25621     A6M1F0       1520
-## 25622 25622     A6M1Z5       1520
-## 25623 25623     A6M1Z8       1520
-## 25624 25624     A6M229       1520
-## 25625 25625     A6M254       1520
-## 25626 25626     A6M254       1520
-## 25627 25627     A6M268       1520
-## 25628 25628     A6M268       1520
-## 25629 25629     A6M2Y4       1520
-## 25630 25630     A6M327       1520
-## 25631 25631     A6M331       1520
-## 25632 25632     A6M331       1520
-## 25633 25633     A6M334       1520
-## 25634 25634     A6M387       1520
-## 25635 25635     A6M3M9       1520
-## 25636 25636     A6MFK7         NA
-## 25637 25637     A6MFK7         NA
-## 25638 25638     A6MFK8         NA
-## 25639 25639     A6MFK9         NA
-## 25640 25640     A6MM17         NA
-## 25641 25641     A6MM23         NA
-## 25642 25642     A6MM25         NA
-## 25643 25643     A6MM25         NA
-## 25644 25644     A6MM26         NA
-## 25645 25645     A6MM32         NA
-## 25646 25646     A6MM35         NA
-## 25647 25647     A6MM41         NA
-## 25648 25648     A6MM44         NA
-## 25649 25649     A6MM48         NA
-## 25650 25650     A6MM48         NA
-## 25651 25651     A6MM58         NA
-## 25652 25652     A6MM58         NA
-## 25653 25653     A6MM69         NA
-## 25654 25654     A6MM69         NA
-## 25655 25655     A6MM80         NA
-## 25656 25656     A6MM80         NA
-## 25657 25657     A6MM80         NA
-## 25658 25658     A6MM80         NA
-## 25659 25659     A6MM82         NA
-## 25660 25660     A6MM86         NA
-## 25661 25661     A6MM86         NA
-## 25662 25662     A6MM87         NA
-## 25663 25663     A6MM88         NA
-## 25664 25664     A6MM91         NA
-## 25665 25665     A6MM91         NA
-## 25666 25666     A6MM95         NA
-## 25667 25667     A6MMA3         NA
-## 25668 25668     A6MMA3         NA
-## 25669 25669     A6MMA7         NA
-## 25670 25670     A6MMA9         NA
-## 25671 25671     A6MMB2         NA
-## 25672 25672     A6MMB8         NA
-## 25673 25673     A6MMC1         NA
-## 25674 25674     A6MMC3         NA
-## 25675 25675     A6MMD0         NA
-## 25676 25676     A6MMD1         NA
-## 25677 25677     A6MMD4         NA
-## 25678 25678     A6MME4         NA
-## 25679 25679     A6MMF5         NA
-## 25680 25680     A6MMF5         NA
-## 25681 25681     A6MMG6         NA
-## 25682 25682     A6MMG6         NA
-## 25683 25683     A6MMG6         NA
-## 25684 25684     A6MMG6         NA
-## 25685 25685     A6MMG6         NA
-## 25686 25686     A6MMG6         NA
-## 25687 25687     A6MMG8         NA
-## 25688 25688     A6MMG9         NA
-## 25689 25689     A6MMG9         NA
-## 25690 25690     A6MMG9         NA
-## 25691 25691     A6MMG9         NA
-## 25692 25692     A6MMG9         NA
-## 25693 25693     A6MMG9         NA
-## 25694 25694     A6MMG9         NA
-## 25695 25695     A6MMG9         NA
-## 25696 25696     A6MMH3         NA
-## 25697 25697     A6MMH6         NA
-## 25698 25698     A6MMH7         NA
-## 25699 25699     A6MMH8         NA
-## 25700 25700     A6MMI0         NA
-## 25701 25701     A6MMI9         NA
-## 25702 25702     A6MMJ2         NA
-## 25703 25703     A6MMJ4         NA
-## 25704 25704     A6MMJ5         NA
-## 25705 25705     A6MMJ6         NA
-## 25706 25706     A6MMJ7         NA
-## 25707 25707     A6MMJ8         NA
-## 25708 25708     A6MMK3         NA
-## 25709 25709     A6MMK8         NA
-## 25710 25710     A6MML2         NA
-## 25711 25711     A6MML5         NA
-## 25712 25712     A6MML6         NA
-## 25713 25713     A6MMM9         NA
-## 25714 25714     A6MMP0         NA
-## 25715 25715     A6MMQ1         NA
-## 25716 25716     A6MMQ1         NA
-## 25717 25717     A6MMQ1         NA
-## 25718 25718     A6MMQ4         NA
-## 25719 25719     A6MMQ5         NA
-## 25720 25720     A6MMQ5         NA
-## 25721 25721     A6MMQ5         NA
-## 25722 25722     A6MMR2         NA
-## 25723 25723     A6MMR3         NA
-## 25724 25724     A6MMR6         NA
-## 25725 25725     A6MMS9         NA
-## 25726 25726     A6MMS9         NA
-## 25727 25727     A6MMS9         NA
-## 25728 25728     A6MMT1         NA
-## 25729 25729     A6MMT4         NA
-## 25730 25730     A6MMT4         NA
-## 25731 25731     A6MMT6         NA
-## 25732 25732     A6MMU0         NA
-## 25733 25733     A6MMU3         NA
-## 25734 25734     A6MMU5         NA
-## 25735 25735     A6MMU6         NA
-## 25736 25736     A6MMV2         NA
-## 25737 25737     A6MMV3         NA
-## 25738 25738     A6MMV3         NA
-## 25739 25739     A6MMV3         NA
-## 25740 25740     A6MMV5         NA
-## 25741 25741     A6MMW6         NA
-## 25742 25742     A6MMX7         NA
-## 25743 25743     A6MMY6         NA
-## 25744 25744     A6MMY8         NA
-## 25745 25745     A6MMY8         NA
-## 25746 25746     A6MMY8         NA
-## 25747 25747     A6MMZ0         NA
-## 25748 25748     A6MMZ4         NA
-## 25749 25749     A6MMZ4         NA
-## 25750 25750     A6MMZ5         NA
-## 25751 25751     A6MMZ6         NA
-## 25752 25752     A6MMZ9         NA
-## 25753 25753     A6MN03         NA
-## 25754 25754     A6MN03         NA
-## 25755 25755     A6MN03         NA
-## 25756 25756     A6MN03         NA
-## 25757 25757     A6MN03         NA
-## 25758 25758     A6MN03         NA
-## 25759 25759     A6MN03         NA
-## 25760 25760     A6MN03         NA
-## 25761 25761     A6MN03         NA
-## 25762 25762     A6MN03         NA
-## 25763 25763     A6MVP4         NA
-## 25764 25764     A6MVS8         NA
-## 25765 25765     A6MVT7         NA
-## 25766 25766     A6MVT9         NA
-## 25767 25767     A6MVW7         NA
-## 25768 25768     A6MVX9         NA
-## 25769 25769     A6MVY0         NA
-## 25770 25770     A6MVZ6         NA
-## 25771 25771     A6MW07         NA
-## 25772 25772     A6MW07         NA
-## 25773 25773     A6MW08         NA
-## 25774 25774     A6MW13         NA
-## 25775 25775     A6MW17         NA
-## 25776 25776     A6MWS7         NA
-## 25777 25777     A6MWS8         NA
-## 25778 25778     A6MWS9         NA
-## 25779 25779     A6MWT0         NA
-## 25780 25780     A6MZM2       4530
-## 25781 25781     A6N6J0         NA
-## 25782 25782     A6N6J5         NA
-## 25783 25783     A6N6J5         NA
-## 25784 25784     A6N6J5         NA
-## 25785 25785     A6N7Y9         NA
-## 25786 25786     A6N7Y9         NA
-## 25787 25787     A6N9I4         NA
-## 25788 25788     A6N9I4         NA
-## 25789 25789     A6N9I4         NA
-## 25790 25790     A6NA00         NA
-## 25791 25791     A6NAF9         NA
-## 25792 25792     A6NAF9         NA
-## 25793 25793     A6NAF9         NA
-## 25794 25794     A6NC05         NA
-## 25795 25795     A6NC57         NA
-## 25796 25796     A6NC57         NA
-## 25797 25797     A6NC57         NA
-## 25798 25798     A6NC57         NA
-## 25799 25799     A6NC78         NA
-## 25800 25800     A6NC78         NA
-## 25801 25801     A6NC78         NA
-## 25802 25802     A6NC86         NA
-## 25803 25803     A6NC98         NA
-## 25804 25804     A6NC98         NA
-## 25805 25805     A6NC98         NA
-## 25806 25806     A6NC98         NA
-## 25807 25807     A6NC98         NA
-## 25808 25808     A6NC98         NA
-## 25809 25809     A6NC98         NA
-## 25810 25810     A6NC98         NA
-## 25811 25811     A6NC98         NA
-## 25812 25812     A6NC98         NA
-## 25813 25813     A6NCC3         NA
-## 25814 25814     A6NCC3         NA
-## 25815 25815     A6NCC3         NA
-## 25816 25816     A6NCF5         NA
-## 25817 25817     A6NCF5         NA
-## 25818 25818     A6NCF6         NA
-## 25819 25819     A6NCI8         NA
-## 25820 25820     A6NCI8         NA
-## 25821 25821     A6NCI8         NA
-## 25822 25822     A6NCK2         NA
-## 25823 25823     A6NCL2         NA
-## 25824 25824     A6NCL2         NA
-## 25825 25825     A6NCL2         NA
-## 25826 25826     A6NCL2         NA
-## 25827 25827     A6NCL7         NA
-## 25828 25828     A6NCL7         NA
-## 25829 25829     A6NCL7         NA
-## 25830 25830     A6NCL7         NA
-## 25831 25831     A6NCM1         NA
-## 25832 25832     A6NCM1         NA
-## 25833 25833     A6NCM1         NA
-## 25834 25834     A6NCM1         NA
-## 25835 25835     A6NCN8         NA
-## 25836 25836     A6NCQ9         NA
-## 25837 25837     A6NCQ9         NA
-## 25838 25838     A6NCS4         NA
-## 25839 25839     A6NCS6         NA
-## 25840 25840     A6NCS6         NA
-## 25841 25841     A6NCS6         NA
-## 25842 25842     A6NCS6         NA
-## 25843 25843     A6NCS6         NA
-## 25844 25844     A6NCW0         NA
-## 25845 25845     A6NCW7         NA
-## 25846 25846     A6ND36         NA
-## 25847 25847     A6NDA9         NA
-## 25848 25848     A6NDA9         NA
-## 25849 25849     A6NDB9         NA
-## 25850 25850     A6NDB9         NA
-## 25851 25851     A6NDB9         NA
-## 25852 25852     A6NDB9         NA
-## 25853 25853     A6NDD5         NA
-## 25854 25854     A6NDE4         NA
-## 25855 25855     A6NDE4         NA
-## 25856 25856     A6NDE8         NA
-## 25857 25857     A6NDG6         NA
-## 25858 25858     A6NDI0         NA
-## 25859 25859     A6NDI0         NA
-## 25860 25860     A6NDK9         NA
-## 25861 25861     A6NDK9         NA
-## 25862 25862     A6NDK9         NA
-## 25863 25863     A6NDK9         NA
-## 25864 25864     A6NDK9         NA
-## 25865 25865     A6NDN3         NA
-## 25866 25866     A6NDN3         NA
-## 25867 25867     A6NDN3         NA
-## 25868 25868     A6NDN3         NA
-## 25869 25869     A6NDN3         NA
-## 25870 25870     A6NDN8         NA
-## 25871 25871     A6NDP7         NA
-## 25872 25872     A6NDX5         NA
-## 25873 25873     A6NDY0         NA
-## 25874 25874     A6NDY0         NA
-## 25875 25875     A6NE01         NA
-## 25876 25876     A6NE01         NA
-## 25877 25877     A6NE01         NA
-## 25878 25878     A6NE01         NA
-## 25879 25879     A6NE01         NA
-## 25880 25880     A6NE01         NA
-## 25881 25881     A6NE52         NA
-## 25882 25882     A6NE52         NA
-## 25883 25883     A6NE52         NA
-## 25884 25884     A6NE52         NA
-## 25885 25885     A6NE52         NA
-## 25886 25886     A6NE52         NA
-## 25887 25887     A6NE52         NA
-## 25888 25888     A6NE52         NA
-## 25889 25889     A6NE52         NA
-## 25890 25890     A6NED2         NA
-## 25891 25891     A6NEE1         NA
-## 25892 25892     A6NEF3         NA
-## 25893 25893     A6NEF3         NA
-## 25894 25894     A6NEF3         NA
-## 25895 25895     A6NEF3         NA
-## 25896 25896     A6NEF3         NA
-## 25897 25897     A6NEF3         NA
-## 25898 25898     A6NEF3         NA
-## 25899 25899     A6NEF3         NA
-## 25900 25900     A6NEF3         NA
-## 25901 25901     A6NEH6         NA
-## 25902 25902     A6NEH6         NA
-## 25903 25903     A6NEH6         NA
-## 25904 25904     A6NEH8         NA
-## 25905 25905     A6NEL2         NA
-## 25906 25906     A6NEL2         NA
-## 25907 25907     A6NEL2         NA
-## 25908 25908     A6NEM1         NA
-## 25909 25909     A6NEM1         NA
-## 25910 25910     A6NEM1         NA
-## 25911 25911     A6NEM1         NA
-## 25912 25912     A6NEM1         NA
-## 25913 25913     A6NEM1         NA
-## 25914 25914     A6NEM1         NA
-## 25915 25915     A6NEQ0         NA
-## 25916 25916     A6NEQ0         NA
-## 25917 25917     A6NEQ2         NA
-## 25918 25918     A6NEQ2         NA
-## 25919 25919     A6NEQ2         NA
-## 25920 25920     A6NER3         NA
-## 25921 25921     A6NES4         NA
-## 25922 25922     A6NES4         NA
-## 25923 25923     A6NES4         NA
-## 25924 25924     A6NES4         NA
-## 25925 25925     A6NET4         NA
-## 25926 25926     A6NEV1         NA
-## 25927 25927     A6NEV1         NA
-## 25928 25928     A6NEY3         NA
-## 25929 25929     A6NEY3         NA
-## 25930 25930     A6NEY3         NA
-## 25931 25931     A6NEY3         NA
-## 25932 25932     A6NEY3         NA
-## 25933 25933     A6NF01         NA
-## 25934 25934     A6NF01         NA
-## 25935 25935     A6NF01         NA
-## 25936 25936     A6NF01         NA
-## 25937 25937     A6NF01         NA
-## 25938 25938     A6NF34         NA
-## 25939 25939     A6NF34         NA
-## 25940 25940     A6NF34         NA
-## 25941 25941     A6NF34         NA
-## 25942 25942     A6NF34         NA
-## 25943 25943     A6NF34         NA
-## 25944 25944     A6NF34         NA
-## 25945 25945     A6NF89         NA
-## 25946 25946     A6NF89         NA
-## 25947 25947     A6NF89         NA
-## 25948 25948     A6NFA1         NA
-## 25949 25949     A6NFA1         NA
-## 25950 25950     A6NFA1         NA
-## 25951 25951     A6NFA1         NA
-## 25952 25952     A6NFA1         NA
-## 25953 25953     A6NFC5         NA
-## 25954 25954     A6NFC9         NA
-## 25955 25955     A6NFI3         NA
-## 25956 25956     A6NFI3         NA
-## 25957 25957     A6NFI3         NA
-## 25958 25958     A6NFI3         NA
-## 25959 25959     A6NFI3         NA
-## 25960 25960     A6NFI3         NA
-## 25961 25961     A6NFI3         NA
-## 25962 25962     A6NFI3         NA
-## 25963 25963     A6NFI3         NA
-## 25964 25964     A6NFI3         NA
-## 25965 25965     A6NFK2         NA
-## 25966 25966     A6NFK2         NA
-## 25967 25967     A6NFN3         NA
-## 25968 25968     A6NFQ2         NA
-## 25969 25969     A6NFQ7         NA
-## 25970 25970     A6NFR6         NA
-## 25971 25971     A6NFR6         NA
-## 25972 25972     A6NFR6         NA
-## 25973 25973     A6NGB0         NA
-## 25974 25974     A6NGB0         NA
-## 25975 25975     A6NGB0         NA
-## 25976 25976     A6NGB7         NA
-## 25977 25977     A6NGB7         NA
-## 25978 25978     A6NGB9         NA
-## 25979 25979     A6NGB9         NA
-## 25980 25980     A6NGB9         NA
-## 25981 25981     A6NGB9         NA
-## 25982 25982     A6NGB9         NA
-## 25983 25983     A6NGB9         NA
-## 25984 25984     A6NGC4         NA
-## 25985 25985     A6NGD5         NA
-## 25986 25986     A6NGE4         NA
-## 25987 25987     A6NGE4         NA
-## 25988 25988     A6NGE4         NA
-## 25989 25989     A6NGE7         NA
-## 25990 25990     A6NGG8         NA
-## 25991 25991     A6NGG8         NA
-## 25992 25992     A6NGG8         NA
-## 25993 25993     A6NGH7         NA
-## 25994 25994     A6NGH7         NA
-## 25995 25995     A6NGH8         NA
-## 25996 25996     A6NGH8         NA
-## 25997 25997     A6NGJ6         NA
-## 25998 25998     A6NGJ6         NA
-## 25999 25999     A6NGK3         NA
-## 26000 26000     A6NGN4         NA
-## 26001 26001     A6NGN4         NA
-## 26002 26002     A6NGN4         NA
-## 26003 26003     A6NGN9         NA
-## 26004 26004     A6NGR9         NA
-## 26005 26005     A6NGW2         NA
-## 26006 26006     A6NGW2         NA
-## 26007 26007     A6NGW2         NA
-## 26008 26008     A6NGW2         NA
-## 26009 26009     A6NGW2         NA
-## 26010 26010     A6NH00         NA
-## 26011 26011     A6NH11         NA
-## 26012 26012     A6NH11         NA
-## 26013 26013     A6NH52         NA
-## 26014 26014     A6NHJ4         NA
-## 26015 26015     A6NHN0         NA
-## 26016 26016     A6NHN0         NA
-## 26017 26017     A6NHN0         NA
-## 26018 26018     A6NHN0         NA
-## 26019 26019     A6NHN0         NA
-## 26020 26020     A6NHN6         NA
-## 26021 26021     A6NHN6         NA
-## 26022 26022     A6NHN6         NA
-## 26023 26023     A6NHN6         NA
-## 26024 26024     A6NHN6         NA
-## 26025 26025     A6NHN6         NA
-## 26026 26026     A6NHN6         NA
-## 26027 26027     A6NHP3         NA
-## 26028 26028     A6NHP3         NA
-## 26029 26029     A6NHQ2         NA
-## 26030 26030     A6NHQ2         NA
-## 26031 26031     A6NHQ2         NA
-## 26032 26032     A6NHQ2         NA
-## 26033 26033     A6NHQ2         NA
-## 26034 26034     A6NHQ2         NA
-## 26035 26035     A6NHQ4         NA
-## 26036 26036     A6NHR8         NA
-## 26037 26037     A6NHR9         NA
-## 26038 26038     A6NHS1         NA
-## 26039 26039     A6NHT5         NA
-## 26040 26040     A6NHT5         NA
-## 26041 26041     A6NHT5         NA
-## 26042 26042     A6NHT5         NA
-## 26043 26043     A6NHX0         NA
-## 26044 26044     A6NHX0         NA
-## 26045 26045     A6NHY2         NA
-## 26046 26046     A6NHY6         NA
-## 26047 26047     A6NI03         NA
-## 26048 26048     A6NI15         NA
-## 26049 26049     A6NI15         NA
-## 26050 26050     A6NI28         NA
-## 26051 26051     A6NI47         NA
-## 26052 26052     A6NI47         NA
-## 26053 26053     A6NI61         NA
-## 26054 26054     A6NI72         NA
-## 26055 26055     A6NI72         NA
-## 26056 26056     A6NI73         NA
-## 26057 26057     A6NI86         NA
-## 26058 26058     A6NI86         NA
-## 26059 26059     A6NI86         NA
-## 26060 26060     A6NI86         NA
-## 26061 26061     A6NI86         NA
-## 26062 26062     A6NI86         NA
-## 26063 26063     A6NI86         NA
-## 26064 26064     A6NIE9         NA
-## 26065 26065     A6NIK2         NA
-## 26066 26066     A6NIK2         NA
-## 26067 26067     A6NIK2         NA
-## 26068 26068     A6NIK2         NA
-## 26069 26069     A6NIK2         NA
-## 26070 26070     A6NIM6         NA
-## 26071 26071     A6NIM6         NA
-## 26072 26072     A6NIR3         NA
-## 26073 26073     A6NIR3         NA
-## 26074 26074     A6NIV6         NA
-## 26075 26075     A6NIV6         NA
-## 26076 26076     A6NIV6         NA
-## 26077 26077     A6NIV6         NA
-## 26078 26078     A6NIX2         NA
-## 26079 26079     A6NIX2         NA
-## 26080 26080     A6NIX2         NA
-## 26081 26081     A6NIX2         NA
-## 26082 26082     A6NIY4         NA
-## 26083 26083     A6NIY4         NA
-## 26084 26084     A6NJ46         NA
-## 26085 26085     A6NJ64         NA
-## 26086 26086     A6NJ64         NA
-## 26087 26087     A6NJ64         NA
-## 26088 26088     A6NJ64         NA
-## 26089 26089     A6NJ64         NA
-## 26090 26090     A6NJ78         NA
-## 26091 26091     A6NJ88         NA
-## 26092 26092     A6NJ88         NA
-## 26093 26093     A6NJB7         NA
-## 26094 26094     A6NJB7         NA
-## 26095 26095     A6NJB7         NA
-## 26096 26096     A6NJG2         NA
-## 26097 26097     A6NJG6         NA
-## 26098 26098     A6NJI9         NA
-## 26099 26099     A6NJJ6         NA
-## 26100 26100     A6NJL1         NA
-## 26101 26101     A6NJL1         NA
-## 26102 26102     A6NJR5         NA
-## 26103 26103     A6NJT0         NA
-## 26104 26104     A6NJT0         NA
-## 26105 26105     A6NJT0         NA
-## 26106 26106     A6NJT0         NA
-## 26107 26107     A6NJT0         NA
-## 26108 26108     A6NJT0         NA
-## 26109 26109     A6NJT0         NA
-## 26110 26110     A6NJT0         NA
-## 26111 26111     A6NJT0         NA
-## 26112 26112     A6NJU9         NA
-## 26113 26113     A6NJU9         NA
-## 26114 26114     A6NJU9         NA
-## 26115 26115     A6NJU9         NA
-## 26116 26116     A6NJU9         NA
-## 26117 26117     A6NJU9         NA
-## 26118 26118     A6NJU9         NA
-## 26119 26119     A6NJU9         NA
-## 26120 26120     A6NJU9         NA
-## 26121 26121     A6NJU9         NA
-## 26122 26122     A6NJW4         NA
-## 26123 26123     A6NJW4         NA
-## 26124 26124     A6NJZ3         NA
-## 26125 26125     A6NJZ7         NA
-## 26126 26126     A6NJZ7         NA
-## 26127 26127     A6NJZ7         NA
-## 26128 26128     A6NJZ7         NA
-## 26129 26129     A6NJZ7         NA
-## 26130 26130     A6NJZ7         NA
-## 26131 26131     A6NJZ7         NA
-## 26132 26132     A6NK02         NA
-## 26133 26133     A6NK02         NA
-## 26134 26134     A6NK06         NA
-## 26135 26135     A6NK53         NA
-## 26136 26136     A6NK53         NA
-## 26137 26137     A6NK75         NA
-## 26138 26138     A6NK89         NA
-## 26139 26139     A6NK89         NA
-## 26140 26140     A6NK89         NA
-## 26141 26141     A6NKB5         NA
-## 26142 26142     A6NKB5         NA
-## 26143 26143     A6NKC0         NA
-## 26144 26144     A6NKD9         NA
-## 26145 26145     A6NKD9         NA
-## 26146 26146     A6NKF1         NA
-## 26147 26147     A6NKF2         NA
-## 26148 26148     A6NKF2         NA
-## 26149 26149     A6NKF7         NA
-## 26150 26150     A6NKG5         NA
-## 26151 26151     A6NKG5         NA
-## 26152 26152     A6NKG5         NA
-## 26153 26153     A6NKL6         NA
-## 26154 26154     A6NKL6         NA
-## 26155 26155     A6NKL6         NA
-## 26156 26156     A6NKL6         NA
-## 26157 26157     A6NKP2         NA
-## 26158 26158     A6NKQ9         NA
-## 26159 26159     A6NKT7         NA
-## 26160 26160     A6NKU9         NA
-## 26161 26161     A6NKU9         NA
-## 26162 26162     A6NKW6         NA
-## 26163 26163     A6NKW6         NA
-## 26164 26164     A6NKX4         NA
-## 26165 26165     A6NKX4         NA
-## 26166 26166     A6NKX4         NA
-## 26167 26167     A6NL05         NA
-## 26168 26168     A6NL05         NA
-## 26169 26169     A6NL05         NA
-## 26170 26170     A6NL05         NA
-## 26171 26171     A6NL08         NA
-## 26172 26172     A6NL08         NA
-## 26173 26173     A6NL26         NA
-## 26174 26174     A6NL46         NA
-## 26175 26175     A6NL46         NA
-## 26176 26176     A6NL88         NA
-## 26177 26177     A6NL88         NA
-## 26178 26178     A6NL88         NA
-## 26179 26179     A6NL88         NA
-## 26180 26180     A6NL88         NA
-## 26181 26181     A6NLC5         NA
-## 26182 26182     A6NLC8         NA
-## 26183 26183     A6NLE4         NA
-## 26184 26184     A6NLF2         NA
-## 26185 26185     A6NLF2         NA
-## 26186 26186     A6NLJ0         NA
-## 26187 26187     A6NLJ0         NA
-## 26188 26188     A6NLJ0         NA
-## 26189 26189     A6NLP5         NA
-## 26190 26190     A6NLU5         NA
-## 26191 26191     A6NLW8         NA
-## 26192 26192     A6NLX3         NA
-## 26193 26193     A6NLX4         NA
-## 26194 26194     A6NM03         NA
-## 26195 26195     A6NM11         NA
-## 26196 26196     A6NM11         NA
-## 26197 26197     A6NM11         NA
-## 26198 26198     A6NM11         NA
-## 26199 26199     A6NM11         NA
-## 26200 26200     A6NM11         NA
-## 26201 26201     A6NM11         NA
-## 26202 26202     A6NM11         NA
-## 26203 26203     A6NM11         NA
-## 26204 26204     A6NM28         NA
-## 26205 26205     A6NM28         NA
-## 26206 26206     A6NM28         NA
-## 26207 26207     A6NM36         NA
-## 26208 26208     A6NM36         NA
-## 26209 26209     A6NM36         NA
-## 26210 26210     A6NM62         NA
-## 26211 26211     A6NM62         NA
-## 26212 26212     A6NM76         NA
-## 26213 26213     A6NMA1         NA
-## 26214 26214     A6NMA1         NA
-## 26215 26215     A6NMB1         NA
-## 26216 26216     A6NMB1         NA
-## 26217 26217     A6NMB9         NA
-## 26218 26218     A6NMB9         NA
-## 26219 26219     A6NMB9         NA
-## 26220 26220     A6NMB9         NA
-## 26221 26221     A6NMB9         NA
-## 26222 26222     A6NMB9         NA
-## 26223 26223     A6NMD0         NA
-## 26224 26224     A6NMD2         NA
-## 26225 26225     A6NMD2         NA
-## 26226 26226     A6NMK7         NA
-## 26227 26227     A6NMK8         NA
-## 26228 26228     A6NMN3         NA
-## 26229 26229     A6NMS7         NA
-## 26230 26230     A6NMS7         NA
-## 26231 26231     A6NMS7         NA
-## 26232 26232     A6NMS7         NA
-## 26233 26233     A6NMS7         NA
-## 26234 26234     A6NMS7         NA
-## 26235 26235     A6NMT0         NA
-## 26236 26236     A6NMX2         NA
-## 26237 26237     A6NMY6         NA
-## 26238 26238     A6NMZ2         NA
-## 26239 26239     A6NMZ5         NA
-## 26240 26240     A6NMZ5         NA
-## 26241 26241     A6NMZ7         NA
-## 26242 26242     A6NMZ7         NA
-## 26243 26243     A6NN14         NA
-## 26244 26244     A6NN73         NA
-## 26245 26245     A6NN73         NA
-## 26246 26246     A6NN73         NA
-## 26247 26247     A6NN73         NA
-## 26248 26248     A6NNA2         NA
-## 26249 26249     A6NNA2         NA
-## 26250 26250     A6NNA2         NA
-## 26251 26251     A6NNA2         NA
-## 26252 26252     A6NNA2         NA
-## 26253 26253     A6NNA2         NA
-## 26254 26254     A6NNA2         NA
-## 26255 26255     A6NNA5         NA
-## 26256 26256     A6NNC1         NA
-## 26257 26257     A6NNC1         NA
-## 26258 26258     A6NNC1         NA
-## 26259 26259     A6NNE9         NA
-## 26260 26260     A6NNF4         NA
-## 26261 26261     A6NNF4         NA
-## 26262 26262     A6NNL0         NA
-## 26263 26263     A6NNL0         NA
-## 26264 26264     A6NNL0         NA
-## 26265 26265     A6NNL0         NA
-## 26266 26266     A6NNL0         NA
-## 26267 26267     A6NNL0         NA
-## 26268 26268     A6NNM3         NA
-## 26269 26269     A6NNM3         NA
-## 26270 26270     A6NNM3         NA
-## 26271 26271     A6NNM3         NA
-## 26272 26272     A6NNM3         NA
-## 26273 26273     A6NNM3         NA
-## 26274 26274     A6NNM3         NA
-## 26275 26275     A6NNM8         NA
-## 26276 26276     A6NNN8         NA
-## 26277 26277     A6NNT2         NA
-## 26278 26278     A6NNT2         NA
-## 26279 26279     A6NNT2         NA
-## 26280 26280     A6NNT2         NA
-## 26281 26281     A6NNT2         NA
-## 26282 26282     A6NNT2         NA
-## 26283 26283     A6NNT2         NA
-## 26284 26284     A6NNT2         NA
-## 26285 26285     A6NNT2         NA
-## 26286 26286     A6NNT2         NA
-## 26287 26287     A6NNV3         NA
-## 26288 26288     A6NNV3         NA
-## 26289 26289     A6NNW6         NA
-## 26290 26290     A6NNW6         NA
-## 26291 26291     A6NNW6         NA
-## 26292 26292     A6NP11         NA
-## 26293 26293     A6P320         NA
-## 26294 26294     A6P320         NA
-## 26295 26295     A6P3B2         NA
-## 26296 26296     A6P3B2         NA
-## 26297 26297     A6P6V9         NA
-## 26298 26298     A6P6W0         NA
-## 26299 26299     A6P6W1         NA
-## 26300 26300     A6P7L8         NA
-## 26301 26301     A6PVC2         NA
-## 26302 26302     A6PVC2         NA
-## 26303 26303     A6PVI3         NA
-## 26304 26304     A6PVS8         NA
-## 26305 26305     A6PVS8         NA
-## 26306 26306     A6PVY3         NA
-## 26307 26307     A6PWD2         NA
-## 26308 26308     A6PWD2         NA
-## 26309 26309     A6PWD2         NA
-## 26310 26310     A6PWD2         NA
-## 26311 26311     A6PWD2         NA
-## 26312 26312     A6PWV5         NA
-## 26313 26313     A6Q102         NA
-## 26314 26314     A6Q115         NA
-## 26315 26315     A6Q162         NA
-## 26316 26316     A6Q186         NA
-## 26317 26317     A6Q1C0         NA
-## 26318 26318     A6Q1H0         NA
-## 26319 26319     A6Q1H1         NA
-## 26320 26320     A6Q1I3         NA
-## 26321 26321     A6Q1I4         NA
-## 26322 26322     A6Q1I4         NA
-## 26323 26323     A6Q1I5         NA
-## 26324 26324     A6Q1I6         NA
-## 26325 26325     A6Q1J3         NA
-## 26326 26326     A6Q1J6         NA
-## 26327 26327     A6Q1K1         NA
-## 26328 26328     A6Q1M0         NA
-## 26329 26329     A6Q1M1         NA
-## 26330 26330     A6Q1M3         NA
-## 26331 26331     A6Q1M7         NA
-## 26332 26332     A6Q1P1         NA
-## 26333 26333     A6Q1Q1         NA
-## 26334 26334     A6Q1R7         NA
-## 26335 26335     A6Q1R7         NA
-## 26336 26336     A6Q1Y1         NA
-## 26337 26337     A6Q1Z6         NA
-## 26338 26338     A6Q1Z8         NA
-## 26339 26339     A6Q1Z8         NA
-## 26340 26340     A6Q218         NA
-## 26341 26341     A6Q218         NA
-## 26342 26342     A6Q226         NA
-## 26343 26343     A6Q226         NA
-## 26344 26344     A6Q226         NA
-## 26345 26345     A6Q226         NA
-## 26346 26346     A6Q226         NA
-## 26347 26347     A6Q226         NA
-## 26348 26348     A6Q232         NA
-## 26349 26349     A6Q239         NA
-## 26350 26350     A6Q2B4         NA
-## 26351 26351     A6Q2B4         NA
-## 26352 26352     A6Q2C1         NA
-## 26353 26353     A6Q2K0         NA
-## 26354 26354     A6Q2R2         NA
-## 26355 26355     A6Q2U7         NA
-## 26356 26356     A6Q2V7         NA
-## 26357 26357     A6Q311         NA
-## 26358 26358     A6Q367         NA
-## 26359 26359     A6Q3D6         NA
-## 26360 26360     A6Q3E8         NA
-## 26361 26361     A6Q3K8         NA
-## 26362 26362     A6Q3P0         NA
-## 26363 26363     A6Q3P0         NA
-## 26364 26364     A6Q3Q0         NA
-## 26365 26365     A6Q3R4         NA
-## 26366 26366     A6Q3S1         NA
-## 26367 26367     A6Q3T0         NA
-## 26368 26368     A6Q3V4         NA
-## 26369 26369     A6Q3V4         NA
-## 26370 26370     A6Q3V4         NA
-## 26371 26371     A6Q3W1         NA
-## 26372 26372     A6Q3Y5         NA
-## 26373 26373     A6Q3Z8         NA
-## 26374 26374     A6Q403         NA
-## 26375 26375     A6Q421         NA
-## 26376 26376     A6Q422         NA
-## 26377 26377     A6Q422         NA
-## 26378 26378     A6Q446         NA
-## 26379 26379     A6Q446         NA
-## 26380 26380     A6Q461         NA
-## 26381 26381     A6Q478         NA
-## 26382 26382     A6Q486         NA
-## 26383 26383     A6Q486         NA
-## 26384 26384     A6Q4B9         NA
-## 26385 26385     A6Q4C2         NA
-## 26386 26386     A6Q4D2         NA
-## 26387 26387     A6Q4D2         NA
-## 26388 26388     A6Q4I0         NA
-## 26389 26389     A6Q4I1         NA
-## 26390 26390     A6Q4N2         NA
-## 26391 26391     A6Q4N8         NA
-## 26392 26392     A6Q4R8         NA
-## 26393 26393     A6Q4R8         NA
-## 26394 26394     A6Q4S3         NA
-## 26395 26395     A6Q4S8         NA
-## 26396 26396     A6Q4S8         NA
-## 26397 26397     A6Q4V5         NA
-## 26398 26398     A6Q512         NA
-## 26399 26399     A6Q522         NA
-## 26400 26400     A6Q524         NA
-## 26401 26401     A6Q524         NA
-## 26402 26402     A6Q531         NA
-## 26403 26403     A6Q538         NA
-## 26404 26404     A6Q539         NA
-## 26405 26405     A6Q544         NA
-## 26406 26406     A6Q548         NA
-## 26407 26407     A6Q576         NA
-## 26408 26408     A6Q576         NA
-## 26409 26409     A6Q576         NA
-## 26410 26410     A6Q576         NA
-## 26411 26411     A6Q576         NA
-## 26412 26412     A6Q576         NA
-## 26413 26413     A6Q576         NA
-## 26414 26414     A6Q579         NA
-## 26415 26415     A6Q584         NA
-## 26416 26416     A6Q5J0         NA
-## 26417 26417     A6Q5J3         NA
-## 26418 26418     A6Q5K0         NA
-## 26419 26419     A6Q5L6         NA
-## 26420 26420     A6Q604         NA
-## 26421 26421     A6Q604         NA
-## 26422 26422     A6Q604         NA
-## 26423 26423     A6Q639         NA
-## 26424 26424     A6Q674         NA
-## 26425 26425     A6Q674         NA
-## 26426 26426     A6Q6B4         NA
-## 26427 26427     A6Q6B7         NA
-## 26428 26428     A6Q6C1         NA
-## 26429 26429     A6Q6D3         NA
-## 26430 26430     A6Q6F9         NA
-## 26431 26431     A6Q6H9         NA
-## 26432 26432     A6Q6I6         NA
-## 26433 26433     A6Q715         NA
-## 26434 26434     A6Q715         NA
-## 26435 26435     A6Q722         NA
-## 26436 26436     A6Q747         NA
-## 26437 26437     A6Q747         NA
-## 26438 26438     A6Q747         NA
-## 26439 26439     A6Q747         NA
-## 26440 26440     A6Q773         NA
-## 26441 26441     A6Q7C5         NA
-## 26442 26442     A6Q7C9         NA
-## 26443 26443     A6Q7M3         NA
-## 26444 26444     A6Q7P7         NA
-## 26445 26445     A6Q7P7         NA
-## 26446 26446     A6Q7S7         NA
-## 26447 26447     A6Q7V0         NA
-## 26448 26448     A6Q7V0         NA
-## 26449 26449     A6Q7V0         NA
-## 26450 26450     A6Q7V0         NA
-## 26451 26451     A6Q7Y2         NA
-## 26452 26452     A6Q826         NA
-## 26453 26453     A6Q8K5         NA
-## 26454 26454     A6Q913         NA
-## 26455 26455     A6Q913         NA
-## 26456 26456     A6Q913         NA
-## 26457 26457     A6Q9A7         NA
-## 26458 26458     A6Q9A7         NA
-## 26459 26459     A6Q9A8         NA
-## 26460 26460     A6Q9D4         NA
-## 26461 26461     A6Q9S3         NA
-## 26462 26462     A6QA78         NA
-## 26463 26463     A6QAK6         NA
-## 26464 26464     A6QAM1         NA
-## 26465 26465     A6QAX8         NA
-## 26466 26466     A6QAX8         NA
-## 26467 26467     A6QB70         NA
-## 26468 26468     A6QB71         NA
-## 26469 26469     A6QB84         NA
-## 26470 26470     A6QBB7         NA
-## 26471 26471     A6QBC0         NA
-## 26472 26472     A6QBC4         NA
-## 26473 26473     A6QBG0         NA
-## 26474 26474     A6QBG7         NA
-## 26475 26475     A6QBG7         NA
-## 26476 26476     A6QBG7         NA
-## 26477 26477     A6QBH4         NA
-## 26478 26478     A6QBI2         NA
-## 26479 26479     A6QBI2         NA
-## 26480 26480     A6QBI5         NA
-## 26481 26481     A6QBP8         NA
-## 26482 26482     A6QBQ5         NA
-## 26483 26483     A6QBQ5         NA
-## 26484 26484     A6QBQ5         NA
-## 26485 26485     A6QBQ5         NA
-## 26486 26486     A6QBQ5         NA
-## 26487 26487     A6QBY0         NA
-## 26488 26488     A6QBZ2         NA
-## 26489 26489     A6QC00         NA
-## 26490 26490     A6QC28         NA
-## 26491 26491     A6QC54         NA
-## 26492 26492     A6QCC3         NA
-## 26493 26493     A6QCC3         NA
-## 26494 26494     A6QCE9         NA
-## 26495 26495     A6QCQ5         NA
-## 26496 26496     A6QCQ8         NA
-## 26497 26497     A6QCR3         NA
-## 26498 26498     A6QCR9         NA
-## 26499 26499     A6QCS1         NA
-## 26500 26500     A6QCS2         NA
-## 26501 26501     A6QCS4         NA
-## 26502 26502     A6QCU6         NA
-## 26503 26503     A6QD00         NA
-## 26504 26504     A6QD02         NA
-## 26505 26505     A6QD43       1280
-## 26506 26506     A6QD47       1280
-## 26507 26507     A6QD48       1280
-## 26508 26508     A6QDC3       1280
-## 26509 26509     A6QDH3       1280
-## 26510 26510     A6QDN6       1280
-## 26511 26511     A6QE71       1280
-## 26512 26512     A6QE71       1280
-## 26513 26513     A6QE71       1280
-## 26514 26514     A6QEA9       1280
-## 26515 26515     A6QED3       1280
-## 26516 26516     A6QEE6       1280
-## 26517 26517     A6QEE6       1280
-## 26518 26518     A6QEI0       1280
-## 26519 26519     A6QEJ9       1280
-## 26520 26520     A6QEJ9       1280
-## 26521 26521     A6QEK3       1280
-## 26522 26522     A6QEK4       1280
-## 26523 26523     A6QEP0       1280
-## 26524 26524     A6QEP6       1280
-## 26525 26525     A6QET3       1280
-## 26526 26526     A6QET6       1280
-## 26527 26527     A6QET6       1280
-## 26528 26528     A6QET8       1280
-## 26529 26529     A6QEX8       1280
-## 26530 26530     A6QF32       1280
-## 26531 26531     A6QF37       1280
-## 26532 26532     A6QF62       1280
-## 26533 26533     A6QF69       1280
-## 26534 26534     A6QF76       1280
-## 26535 26535     A6QF98       1280
-## 26536 26536     A6QFD2       1280
-## 26537 26537     A6QFE3       1280
-## 26538 26538     A6QFF9       1280
-## 26539 26539     A6QFH1       1280
-## 26540 26540     A6QFH2       1280
-## 26541 26541     A6QFH3       1280
-## 26542 26542     A6QFH7       1280
-## 26543 26543     A6QFL7       1280
-## 26544 26544     A6QFN0       1280
-## 26545 26545     A6QFS7       1280
-## 26546 26546     A6QFT1       1280
-## 26547 26547     A6QFY1       1280
-## 26548 26548     A6QG30       1280
-## 26549 26549     A6QG30       1280
-## 26550 26550     A6QG30       1280
-## 26551 26551     A6QG31       1280
-## 26552 26552     A6QG31       1280
-## 26553 26553     A6QG31       1280
-## 26554 26554     A6QG31       1280
-## 26555 26555     A6QG32       1280
-## 26556 26556     A6QG32       1280
-## 26557 26557     A6QG35       1280
-## 26558 26558     A6QG39       1280
-## 26559 26559     A6QG41       1280
-## 26560 26560     A6QG46       1280
-## 26561 26561     A6QG46       1280
-## 26562 26562     A6QG59       1280
-## 26563 26563     A6QG78       1280
-## 26564 26564     A6QG78       1280
-## 26565 26565     A6QG82       1280
-## 26566 26566     A6QG82       1280
-## 26567 26567     A6QG97       1280
-## 26568 26568     A6QGA1       1280
-## 26569 26569     A6QGA4       1280
-## 26570 26570     A6QGC0       1280
-## 26571 26571     A6QGC0       1280
-## 26572 26572     A6QGE1       1280
-## 26573 26573     A6QGF3       1280
-## 26574 26574     A6QGF6       1280
-## 26575 26575     A6QGF8       1280
-## 26576 26576     A6QGG3       1280
-## 26577 26577     A6QGG8       1280
-## 26578 26578     A6QGG8       1280
-## 26579 26579     A6QGG8       1280
-## 26580 26580     A6QGH2       1280
-## 26581 26581     A6QGI5       1280
-## 26582 26582     A6QGI5       1280
-## 26583 26583     A6QGJ5       1280
-## 26584 26584     A6QGJ8       1280
-## 26585 26585     A6QGP1       1280
-## 26586 26586     A6QGP8       1280
-## 26587 26587     A6QGP8       1280
-## 26588 26588     A6QGQ0       1280
-## 26589 26589     A6QGQ0       1280
-## 26590 26590     A6QGS5       1280
-## 26591 26591     A6QGU6       1280
-## 26592 26592     A6QGU8       1280
-## 26593 26593     A6QGW6       1280
-## 26594 26594     A6QGX8       1280
-## 26595 26595     A6QGY4       1280
-## 26596 26596     A6QGY4       1280
-## 26597 26597     A6QGY4       1280
-## 26598 26598     A6QGY4       1280
-## 26599 26599     A6QGY4       1280
-## 26600 26600     A6QGY4       1280
-## 26601 26601     A6QGY4       1280
-## 26602 26602     A6QGY4       1280
-## 26603 26603     A6QGY4       1280
-## 26604 26604     A6QGY4       1280
-## 26605 26605     A6QGY4       1280
-## 26606 26606     A6QGY4       1280
-## 26607 26607     A6QGY5       1280
-## 26608 26608     A6QGY5       1280
-## 26609 26609     A6QGY5       1280
-## 26610 26610     A6QGY5       1280
-## 26611 26611     A6QGY5       1280
-## 26612 26612     A6QGY5       1280
-## 26613 26613     A6QGY5       1280
-## 26614 26614     A6QGY5       1280
-## 26615 26615     A6QGY5       1280
-## 26616 26616     A6QGY5       1280
-## 26617 26617     A6QGY5       1280
-## 26618 26618     A6QGY5       1280
-## 26619 26619     A6QGY5       1280
-## 26620 26620     A6QGY5       1280
-## 26621 26621     A6QGY5       1280
-## 26622 26622     A6QGY5       1280
-## 26623 26623     A6QGZ7       1280
-## 26624 26624     A6QH29       1280
-## 26625 26625     A6QH29       1280
-## 26626 26626     A6QH29       1280
-## 26627 26627     A6QH29       1280
-## 26628 26628     A6QH29       1280
-## 26629 26629     A6QH29       1280
-## 26630 26630     A6QH42       1280
-## 26631 26631     A6QH73       1280
-## 26632 26632     A6QH73       1280
-## 26633 26633     A6QH79       1280
-## 26634 26634     A6QHB3       1280
-## 26635 26635     A6QHB6       1280
-## 26636 26636     A6QHB6       1280
-## 26637 26637     A6QHC2       1280
-## 26638 26638     A6QHC2       1280
-## 26639 26639     A6QHC2       1280
-## 26640 26640     A6QHC3       1280
-## 26641 26641     A6QHC7       1280
-## 26642 26642     A6QHC8       1280
-## 26643 26643     A6QHF9       1280
-## 26644 26644     A6QHF9       1280
-## 26645 26645     A6QHI4       1280
-## 26646 26646     A6QHI6       1280
-## 26647 26647     A6QHI9       1280
-## 26648 26648     A6QHJ5       1280
-## 26649 26649     A6QHK6       1280
-## 26650 26650     A6QHK9       1280
-## 26651 26651     A6QHN5       1280
-## 26652 26652     A6QHP5       1280
-## 26653 26653     A6QHP5       1280
-## 26654 26654     A6QHQ3       1280
-## 26655 26655     A6QHR5       1280
-## 26656 26656     A6QHR5       1280
-## 26657 26657     A6QHU1       1280
-## 26658 26658     A6QHX0       1280
-## 26659 26659     A6QHX1       1280
-## 26660 26660     A6QHZ6       1280
-## 26661 26661     A6QI23       1280
-## 26662 26662     A6QI28       1280
-## 26663 26663     A6QI49       1280
-## 26664 26664     A6QI55       1280
-## 26665 26665     A6QI55       1280
-## 26666 26666     A6QI56       1280
-## 26667 26667     A6QIC6       1280
-## 26668 26668     A6QIC7       1280
-## 26669 26669     A6QIC8       1280
-## 26670 26670     A6QIC8       1280
-## 26671 26671     A6QID0       1280
-## 26672 26672     A6QID0       1280
-## 26673 26673     A6QID0       1280
-## 26674 26674     A6QID0       1280
-## 26675 26675     A6QIG2       1280
-## 26676 26676     A6QIM7       1280
-## 26677 26677     A6QIP3       1280
-## 26678 26678     A6QIQ5       1280
-## 26679 26679     A6QIS1       1280
-## 26680 26680     A6QIS2       1280
-## 26681 26681     A6QIS2       1280
-## 26682 26682     A6QIT6       1280
-## 26683 26683     A6QIT6       1280
-## 26684 26684     A6QIU6       1280
-## 26685 26685     A6QIU6       1280
-## 26686 26686     A6QIU6       1280
-## 26687 26687     A6QIU8       1280
-## 26688 26688     A6QJ00       1280
-## 26689 26689     A6QJ37       1280
-## 26690 26690     A6QJ37       1280
-## 26691 26691     A6QJB4       1280
-## 26692 26692     A6QJC0       1280
-## 26693 26693     A6QJC9       1280
-## 26694 26694     A6QJD1       1280
-## 26695 26695     A6QJK3       1280
-## 26696 26696     A6QJK3       1280
-## 26697 26697     A6QJL4       1280
-## 26698 26698     A6QJQ7       1280
-## 26699 26699     A6QJQ7       1280
-## 26700 26700     A6QJQ7       1280
-## 26701 26701     A6QJR4       1280
-## 26702 26702     A6QK04       1280
-## 26703 26703     A6QK27       1280
-## 26704 26704     A6QK27       1280
-## 26705 26705     A6QK47       1280
-## 26706 26706     A6QK47       1280
-## 26707 26707     A6QK47       1280
-## 26708 26708     A6QK93       1280
-## 26709 26709     A6QKD8       1280
-## 26710 26710     A6QKE2       1280
-## 26711 26711     A6QKG2       1280
-## 26712 26712     A6QKG8       1280
-## 26713 26713     A6QKG8       1280
-## 26714 26714     A6QKK0       1280
-## 26715 26715     A6QKK2       1280
-## 26716 26716     A6QKK4       1280
-## 26717 26717     A6QL63         NA
-## 26718 26718     A6QL63         NA
-## 26719 26719     A6QL63         NA
-## 26720 26720     A6QL63         NA
-## 26721 26721     A6QL63         NA
-## 26722 26722     A6QL64         NA
-## 26723 26723     A6QL64         NA
-## 26724 26724     A6QL64         NA
-## 26725 26725     A6QL64         NA
-## 26726 26726     A6QL64         NA
-## 26727 26727     A6QL70         NA
-## 26728 26728     A6QL70         NA
-## 26729 26729     A6QL72         NA
-## 26730 26730     A6QL84         NA
-## 26731 26731     A6QL92         NA
-## 26732 26732     A6QLA0         NA
-## 26733 26733     A6QLA0         NA
-## 26734 26734     A6QLA0         NA
-## 26735 26735     A6QLA0         NA
-## 26736 26736     A6QLA4         NA
-## 26737 26737     A6QLA6         NA
-## 26738 26738     A6QLA6         NA
-## 26739 26739     A6QLA6         NA
-## 26740 26740     A6QLA6         NA
-## 26741 26741     A6QLA6         NA
-## 26742 26742     A6QLA6         NA
-## 26743 26743     A6QLA6         NA
-## 26744 26744     A6QLD2         NA
-## 26745 26745     A6QLD2         NA
-## 26746 26746     A6QLE1         NA
-## 26747 26747     A6QLE1         NA
-## 26748 26748     A6QLE1         NA
-## 26749 26749     A6QLE5         NA
-## 26750 26750     A6QLE5         NA
-## 26751 26751     A6QLE5         NA
-## 26752 26752     A6QLE5         NA
-## 26753 26753     A6QLE6         NA
-## 26754 26754     A6QLE6         NA
-## 26755 26755     A6QLE6         NA
-## 26756 26756     A6QLF8         NA
-## 26757 26757     A6QLF8         NA
-## 26758 26758     A6QLH6         NA
-## 26759 26759     A6QLI0         NA
-## 26760 26760     A6QLI2         NA
-## 26761 26761     A6QLI5         NA
-## 26762 26762     A6QLI5         NA
-## 26763 26763     A6QLI5         NA
-## 26764 26764     A6QLI6         NA
-## 26765 26765     A6QLI6         NA
-## 26766 26766     A6QLI8         NA
-## 26767 26767     A6QLI8         NA
-## 26768 26768     A6QLJ0         NA
-## 26769 26769     A6QLJ0         NA
-## 26770 26770     A6QLJ8         NA
-## 26771 26771     A6QLK5         NA
-## 26772 26772     A6QLK5         NA
-## 26773 26773     A6QLL0         NA
-## 26774 26774     A6QLL0         NA
-## 26775 26775     A6QLM0         NA
-## 26776 26776     A6QLP2         NA
-## 26777 26777     A6QLP7         NA
-## 26778 26778     A6QLQ8         NA
-## 26779 26779     A6QLR4         NA
-## 26780 26780     A6QLR4         NA
-## 26781 26781     A6QLR4         NA
-## 26782 26782     A6QLS2         NA
-## 26783 26783     A6QLS2         NA
-## 26784 26784     A6QLS2         NA
-## 26785 26785     A6QLS2         NA
-## 26786 26786     A6QLS2         NA
-## 26787 26787     A6QLT2         NA
-## 26788 26788     A6QLT4         NA
-## 26789 26789     A6QLT4         NA
-## 26790 26790     A6QLU1         NA
-## 26791 26791     A6QLU3         NA
-## 26792 26792     A6QLU3         NA
-## 26793 26793     A6QLU5         NA
-## 26794 26794     A6QLU6         NA
-## 26795 26795     A6QLU7         NA
-## 26796 26796     A6QLU7         NA
-## 26797 26797     A6QLU8         NA
-## 26798 26798     A6QLU8         NA
-## 26799 26799     A6QLV3         NA
-## 26800 26800     A6QLV3         NA
-## 26801 26801     A6QLV3         NA
-## 26802 26802     A6QLV3         NA
-## 26803 26803     A6QLV3         NA
-## 26804 26804     A6QLW8         NA
-## 26805 26805     A6QLW9         NA
-## 26806 26806     A6QLW9         NA
-## 26807 26807     A6QLY4         NA
-## 26808 26808     A6QLY4         NA
-## 26809 26809     A6QLY7         NA
-## 26810 26810     A6QLY7         NA
-## 26811 26811     A6QLY7         NA
-## 26812 26812     A6QLZ1         NA
-## 26813 26813     A6QLZ5         NA
-## 26814 26814     A6QLZ7         NA
-## 26815 26815     A6QLZ7         NA
-## 26816 26816     A6QM03         NA
-## 26817 26817     A6QM06         NA
-## 26818 26818     A6QM06         NA
-## 26819 26819     A6QNK1         NA
-## 26820 26820     A6QNL6         NA
-## 26821 26821     A6QNL7         NA
-## 26822 26822     A6QNM7         NA
-## 26823 26823     A6QNM7         NA
-## 26824 26824     A6QNM8         NA
-## 26825 26825     A6QNR0         NA
-## 26826 26826     A6QNS3         NA
-## 26827 26827     A6QNS9         NA
-## 26828 26828     A6QNT4         NA
-## 26829 26829     A6QNT4         NA
-## 26830 26830     A6QNT4         NA
-## 26831 26831     A6QNW6         NA
-## 26832 26832     A6QNW6         NA
-## 26833 26833     A6QNX5         NA
-## 26834 26834     A6QNX5         NA
-## 26835 26835     A6QNX5         NA
-## 26836 26836     A6QNX5         NA
-## 26837 26837     A6QNX5         NA
-## 26838 26838     A6QNY1         NA
-## 26839 26839     A6QNY1         NA
-## 26840 26840     A6QNZ0         NA
-## 26841 26841     A6QNZ0         NA
-## 26842 26842     A6QNZ4         NA
-## 26843 26843     A6QNZ4         NA
-## 26844 26844     A6QP01         NA
-## 26845 26845     A6QP05         NA
-## 26846 26846     A6QP05         NA
-## 26847 26847     A6QP11         NA
-## 26848 26848     A6QP16         NA
-## 26849 26849     A6QP16         NA
-## 26850 26850     A6QP16         NA
-## 26851 26851     A6QP24         NA
-## 26852 26852     A6QP29         NA
-## 26853 26853     A6QP29         NA
-## 26854 26854     A6QP29         NA
-## 26855 26855     A6QP29         NA
-## 26856 26856     A6QP29         NA
-## 26857 26857     A6QP35         NA
-## 26858 26858     A6QP35         NA
-## 26859 26859     A6QP35         NA
-## 26860 26860     A6QP35         NA
-## 26861 26861     A6QP55         NA
-## 26862 26862     A6QP70         NA
-## 26863 26863     A6QP75         NA
-## 26864 26864     A6QP75         NA
-## 26865 26865     A6QP75         NA
-## 26866 26866     A6QP79         NA
-## 26867 26867     A6QP79         NA
-## 26868 26868     A6QP79         NA
-## 26869 26869     A6QP79         NA
-## 26870 26870     A6QP79         NA
-## 26871 26871     A6QP79         NA
-## 26872 26872     A6QP79         NA
-## 26873 26873     A6QP79         NA
-## 26874 26874     A6QP79         NA
-## 26875 26875     A6QP92         NA
-## 26876 26876     A6QPA0         NA
-## 26877 26877     A6QPA0         NA
-## 26878 26878     A6QPA0         NA
-## 26879 26879     A6QPA0         NA
-## 26880 26880     A6QPA3         NA
-## 26881 26881     A6QPB3         NA
-## 26882 26882     A6QPB3         NA
-## 26883 26883     A6QPB3         NA
-## 26884 26884     A6QPB3         NA
-## 26885 26885     A6QPB3         NA
-## 26886 26886     A6QPB3         NA
-## 26887 26887     A6QPB3         NA
-## 26888 26888     A6QPB3         NA
-## 26889 26889     A6QPB3         NA
-## 26890 26890     A6QPB3         NA
-## 26891 26891     A6QPB3         NA
-## 26892 26892     A6QPB3         NA
-## 26893 26893     A6QPB3         NA
-## 26894 26894     A6QPB3         NA
-## 26895 26895     A6QPB3         NA
-## 26896 26896     A6QPB3         NA
-## 26897 26897     A6QPB3         NA
-## 26898 26898     A6QPB3         NA
-## 26899 26899     A6QPB3         NA
-## 26900 26900     A6QPB3         NA
-## 26901 26901     A6QPB3         NA
-## 26902 26902     A6QPB3         NA
-## 26903 26903     A6QPB3         NA
-## 26904 26904     A6QPB3         NA
-## 26905 26905     A6QPB3         NA
-## 26906 26906     A6QPB3         NA
-## 26907 26907     A6QPC0         NA
-## 26908 26908     A6QPC8         NA
-## 26909 26909     A6QPE7         NA
-## 26910 26910     A6QPF4         NA
-## 26911 26911     A6QPH8         NA
-## 26912 26912     A6QPH9         NA
-## 26913 26913     A6QPI6         NA
-## 26914 26914     A6QPL2         NA
-## 26915 26915     A6QPL4         NA
-## 26916 26916     A6QPM3         NA
-## 26917 26917     A6QPM3         NA
-## 26918 26918     A6QPM3         NA
-## 26919 26919     A6QPM3         NA
-## 26920 26920     A6QPM6         NA
-## 26921 26921     A6QPM6         NA
-## 26922 26922     A6QPM6         NA
-## 26923 26923     A6QPR6         NA
-## 26924 26924     A6QPR6         NA
-## 26925 26925     A6QPR9         NA
-## 26926 26926     A6QPT6         NA
-## 26927 26927     A6QPT6         NA
-## 26928 26928     A6QPY8         NA
-## 26929 26929     A6QQ07         NA
-## 26930 26930     A6QQ07         NA
-## 26931 26931     A6QQ21         NA
-## 26932 26932     A6QQ47         NA
-## 26933 26933     A6QQ47         NA
-## 26934 26934     A6QQ47         NA
-## 26935 26935     A6QQ60         NA
-## 26936 26936     A6QQ60         NA
-## 26937 26937     A6QQ66         NA
-## 26938 26938     A6QQ70         NA
-## 26939 26939     A6QQ77         NA
-## 26940 26940     A6QQ85         NA
-## 26941 26941     A6QQ85         NA
-## 26942 26942     A6QQ85         NA
-## 26943 26943     A6QQ91         NA
-## 26944 26944     A6QQ91         NA
-## 26945 26945     A6QQ92         NA
-## 26946 26946     A6QQ92         NA
-## 26947 26947     A6QQ93         NA
-## 26948 26948     A6QQ94         NA
-## 26949 26949     A6QQ94         NA
-## 26950 26950     A6QQ94         NA
-## 26951 26951     A6QQ94         NA
-## 26952 26952     A6QQ94         NA
-## 26953 26953     A6QQ94         NA
-## 26954 26954     A6QQ94         NA
-## 26955 26955     A6QQA5         NA
-## 26956 26956     A6QQD2         NA
-## 26957 26957     A6QQD2         NA
-## 26958 26958     A6QQF6         NA
-## 26959 26959     A6QQF6         NA
-## 26960 26960     A6QQF6         NA
-## 26961 26961     A6QQF7         NA
-## 26962 26962     A6QQF7         NA
-## 26963 26963     A6QQJ3         NA
-## 26964 26964     A6QQJ3         NA
-## 26965 26965     A6QQJ8         NA
-## 26966 26966     A6QQL3         NA
-## 26967 26967     A6QQL5         NA
-## 26968 26968     A6QQL9         NA
-## 26969 26969     A6QQM4         NA
-## 26970 26970     A6QQM4         NA
-## 26971 26971     A6QQM8         NA
-## 26972 26972     A6QQP7         NA
-## 26973 26973     A6QQP7         NA
-## 26974 26974     A6QQQ9         NA
-## 26975 26975     A6QQQ9         NA
-## 26976 26976     A6QQR4         NA
-## 26977 26977     A6QQR4         NA
-## 26978 26978     A6QQR4         NA
-## 26979 26979     A6QQR4         NA
-## 26980 26980     A6QQS3         NA
-## 26981 26981     A6QQS3         NA
-## 26982 26982     A6QQS3         NA
-## 26983 26983     A6QQS3         NA
-## 26984 26984     A6QQT9         NA
-## 26985 26985     A6QQT9         NA
-## 26986 26986     A6QQU6         NA
-## 26987 26987     A6QQV9         NA
-## 26988 26988     A6QQW0         NA
-## 26989 26989     A6QQW0         NA
-## 26990 26990     A6QQW0         NA
-## 26991 26991     A6QQW0         NA
-## 26992 26992     A6QQX5         NA
-## 26993 26993     A6QQX5         NA
-## 26994 26994     A6QQX5         NA
-## 26995 26995     A6QQX5         NA
-## 26996 26996     A6QQY2         NA
-## 26997 26997     A6QR00         NA
-## 26998 26998     A6QR00         NA
-## 26999 26999     A6QR00         NA
-## 27000 27000     A6QR00         NA
-## 27001 27001     A6QR00         NA
-## 27002 27002     A6QR00         NA
-## 27003 27003     A6QR00         NA
-## 27004 27004     A6QR11         NA
-## 27005 27005     A6QR11         NA
-## 27006 27006     A6QR11         NA
-## 27007 27007     A6QR16         NA
-## 27008 27008     A6QR16         NA
-## 27009 27009     A6QR16         NA
-## 27010 27010     A6QR16         NA
-## 27011 27011     A6QR20         NA
-## 27012 27012     A6QR20         NA
-## 27013 27013     A6QR20         NA
-## 27014 27014     A6QR20         NA
-## 27015 27015     A6QR22         NA
-## 27016 27016     A6QR40         NA
-## 27017 27017     A6QR44         NA
-## 27018 27018     A6QR44         NA
-## 27019 27019     A6QR46         NA
-## 27020 27020     A6QR54         NA
-## 27021 27021     A6QR54         NA
-## 27022 27022     A6QR55         NA
-## 27023 27023     A6QRQ7       5037
-## 27024 27024     A6QS12       5037
-## 27025 27025     A6QS12       5037
-## 27026 27026     A6QS12       5037
-## 27027 27027     A6QS12       5037
-## 27028 27028     A6QT51       5037
-## 27029 27029     A6QTM4       5037
-## 27030 27030     A6QTX7       5037
-## 27031 27031     A6QTX7       5037
-## 27032 27032     A6QTX7       5037
-## 27033 27033     A6QTX7       5037
-## 27034 27034     A6QU86       5037
-## 27035 27035     A6QV55       5037
-## 27036 27036     A6QWA0       5037
-## 27037 27037     A6QWZ2       5037
-## 27038 27038     A6QWZ2       5037
-## 27039 27039     A6QWZ2       5037
-## 27040 27040     A6QX24       5037
-## 27041 27041     A6QX61       5037
-## 27042 27042     A6QX61       5037
-## 27043 27043     A6QXU0       5037
-## 27044 27044     A6QXU0       5037
-## 27045 27045     A6QXU0       5037
-## 27046 27046     A6QXU0       5037
-## 27047 27047     A6QYC8       5037
-## 27048 27048     A6QYF6       5037
-## 27049 27049     A6QYH8       5037
-## 27050 27050     A6QYH8       5037
-## 27051 27051     A6QYH8       5037
-## 27052 27052     A6QYH8       5037
-## 27053 27053     A6QYP4       5037
-## 27054 27054     A6QYP4       5037
-## 27055 27055     A6R104       5037
-## 27056 27056     A6R104       5037
-## 27057 27057     A6R1D5       5037
-## 27058 27058     A6R1D5       5037
-## 27059 27059     A6R213       5037
-## 27060 27060     A6R213       5037
-## 27061 27061     A6R213       5037
-## 27062 27062     A6R213       5037
-## 27063 27063     A6R2L6       5037
-## 27064 27064     A6R371       5037
-## 27065 27065     A6R3K5       5037
-## 27066 27066     A6R3L3       5037
-## 27067 27067     A6R3L3       5037
-## 27068 27068     A6R3L3       5037
-## 27069 27069     A6R3L3       5037
-## 27070 27070     A6R3L3       5037
-## 27071 27071     A6R3V7       5037
-## 27072 27072     A6R3V7       5037
-## 27073 27073     A6R3V7       5037
-## 27074 27074     A6R538       5037
-## 27075 27075     A6R5Z3       5037
-## 27076 27076     A6R603       5037
-## 27077 27077     A6R603       5037
-## 27078 27078     A6R687       5037
-## 27079 27079     A6R687       5037
-## 27080 27080     A6R6E3       5037
-## 27081 27081     A6R6E3       5037
-## 27082 27082     A6R6E3       5037
-## 27083 27083     A6R6L9       5037
-## 27084 27084     A6R6L9       5037
-## 27085 27085     A6R6L9       5037
-## 27086 27086     A6R7F0       5037
-## 27087 27087     A6R7I3       5037
-## 27088 27088     A6R7S1       5037
-## 27089 27089     A6R7X5       5037
-## 27090 27090     A6R7X5       5037
-## 27091 27091     A6R7X5       5037
-## 27092 27092     A6R7X5       5037
-## 27093 27093     A6R7X5       5037
-## 27094 27094     A6R7X5       5037
-## 27095 27095     A6R7X5       5037
-## 27096 27096     A6R7X5       5037
-## 27097 27097     A6R7X5       5037
-## 27098 27098     A6R7X5       5037
-## 27099 27099     A6R7X5       5037
-## 27100 27100     A6R7X5       5037
-## 27101 27101     A6R7X5       5037
-## 27102 27102     A6R7X5       5037
-## 27103 27103     A6R7X5       5037
-## 27104 27104     A6R7X5       5037
-## 27105 27105     A6R7X5       5037
-## 27106 27106     A6R8I2       5037
-## 27107 27107     A6R918       5037
-## 27108 27108     A6R918       5037
-## 27109 27109     A6R918       5037
-## 27110 27110     A6R9C3       5037
-## 27111 27111     A6R9K6       5037
-## 27112 27112     A6R9K6       5037
-## 27113 27113     A6R9K6       5037
-## 27114 27114     A6R9K6       5037
-## 27115 27115     A6R9K6       5037
-## 27116 27116     A6R9U4       5037
-## 27117 27117     A6R9U4       5037
-## 27118 27118     A6R9U4       5037
-## 27119 27119     A6RAY2       5037
-## 27120 27120     A6RBB0       5037
-## 27121 27121     A6RBC0       5037
-## 27122 27122     A6RBC5       5037
-## 27123 27123     A6RBC5       5037
-## 27124 27124     A6RBC5       5037
-## 27125 27125     A6RBI0       5037
-## 27126 27126     A6RBI0       5037
-## 27127 27127     A6RBW9       5037
-## 27128 27128     A6RBY1       5037
-## 27129 27129     A6RC50       5037
-## 27130 27130     A6RC73       5037
-## 27131 27131     A6RCF5       5037
-## 27132 27132     A6RCF5       5037
-## 27133 27133     A6RCF5       5037
-## 27134 27134     A6RCJ9       5037
-## 27135 27135     A6RCT2       5037
-## 27136 27136     A6RD58       5037
-## 27137 27137     A6RDW5       5037
-## 27138 27138     A6RDW5       5037
-## 27139 27139     A6REE0       5037
-## 27140 27140     A6REE0       5037
-## 27141 27141     A6REI4       5037
-## 27142 27142     A6REI4       5037
-## 27143 27143     A6REI4       5037
-## 27144 27144     A6REI4       5037
-## 27145 27145     A6REV3       5037
-## 27146 27146     A6REV3       5037
-## 27147 27147     A6RF09       5037
-## 27148 27148     A6RF09       5037
-## 27149 27149     A6RF09       5037
-## 27150 27150     A6RF22       5037
-## 27151 27151     A6RF73       5037
-## 27152 27152     A6RFP4       5037
-## 27153 27153     A6RGA0       5037
-## 27154 27154     A6RGE3       5037
-## 27155 27155     A6RGE3       5037
-## 27156 27156     A6RGE3       5037
-## 27157 27157     A6RGE3       5037
-## 27158 27158     A6RGE3       5037
-## 27159 27159     A6RH42       5037
-## 27160 27160     A6RHW0      40559
-## 27161 27161     A6RHW0      40559
-## 27162 27162     A6RHW0      40559
-## 27163 27163     A6RHW0      40559
-## 27164 27164     A6RIE1      40559
-## 27165 27165     A6RIE1      40559
-## 27166 27166     A6RIE1      40559
-## 27167 27167     A6RIE1      40559
-## 27168 27168     A6RIS1      40559
-## 27169 27169     A6RJA2      40559
-## 27170 27170     A6RJA2      40559
-## 27171 27171     A6RJP7      40559
-## 27172 27172     A6RJQ7      40559
-## 27173 27173     A6RJQ7      40559
-## 27174 27174     A6RK67      40559
-## 27175 27175     A6RL85      40559
-## 27176 27176     A6RL85      40559
-## 27177 27177     A6RLH0      40559
-## 27178 27178     A6RLP9      40559
-## 27179 27179     A6RMY2      40559
-## 27180 27180     A6RMY5      40559
-## 27181 27181     A6RMY5      40559
-## 27182 27182     A6RMY5      40559
-## 27183 27183     A6RMZ2      40559
-## 27184 27184     A6RNR4      40559
-## 27185 27185     A6RNR4      40559
-## 27186 27186     A6RPB6      40559
-## 27187 27187     A6RPB6      40559
-## 27188 27188     A6RPN7      40559
-## 27189 27189     A6RPU8      40559
-## 27190 27190     A6RPU8      40559
-## 27191 27191     A6RPX6      40559
-## 27192 27192     A6RR15      40559
-## 27193 27193     A6RRD4      40559
-## 27194 27194     A6RRD4      40559
-## 27195 27195     A6RRD4      40559
-## 27196 27196     A6RRD4      40559
-## 27197 27197     A6RRD4      40559
-## 27198 27198     A6RRD4      40559
-## 27199 27199     A6RRD4      40559
-## 27200 27200     A6RSH5      40559
-## 27201 27201     A6RSH5      40559
-## 27202 27202     A6RT32      40559
-## 27203 27203     A6RT32      40559
-## 27204 27204     A6RT32      40559
-## 27205 27205     A6RT94      40559
-## 27206 27206     A6RT94      40559
-## 27207 27207     A6RT94      40559
-## 27208 27208     A6RT94      40559
-## 27209 27209     A6RTU0      40559
-## 27210 27210     A6RTU0      40559
-## 27211 27211     A6RUD7      40559
-## 27212 27212     A6RUD7      40559
-## 27213 27213     A6RUD7      40559
-## 27214 27214     A6RUH2      40559
-## 27215 27215     A6RUH2      40559
-## 27216 27216     A6RUH2      40559
-## 27217 27217     A6RUL1      40559
-## 27218 27218     A6RUY7      40559
-## 27219 27219     A6RVT8      40559
-## 27220 27220     A6RW56      40559
-## 27221 27221     A6RW62      40559
-## 27222 27222     A6RW62      40559
-## 27223 27223     A6RW62      40559
-## 27224 27224     A6RW62      40559
-## 27225 27225     A6RW62      40559
-## 27226 27226     A6RW62      40559
-## 27227 27227     A6RW79      40559
-## 27228 27228     A6RW79      40559
-## 27229 27229     A6RW79      40559
-## 27230 27230     A6RW79      40559
-## 27231 27231     A6RW79      40559
-## 27232 27232     A6RW79      40559
-## 27233 27233     A6RWR8      40559
-## 27234 27234     A6RWR8      40559
-## 27235 27235     A6RWR8      40559
-## 27236 27236     A6RWR8      40559
-## 27237 27237     A6RWR8      40559
-## 27238 27238     A6RY31      40559
-## 27239 27239     A6RY31      40559
-## 27240 27240     A6RY31      40559
-## 27241 27241     A6RY31      40559
-## 27242 27242     A6RYB8      40559
-## 27243 27243     A6RYJ8      40559
-## 27244 27244     A6RYJ8      40559
-## 27245 27245     A6S043      40559
-## 27246 27246     A6S043      40559
-## 27247 27247     A6S043      40559
-## 27248 27248     A6S043      40559
-## 27249 27249     A6S043      40559
-## 27250 27250     A6S0T8      40559
-## 27251 27251     A6S0T8      40559
-## 27252 27252     A6S374      40559
-## 27253 27253     A6S374      40559
-## 27254 27254     A6S3E0      40559
-## 27255 27255     A6S3N2      40559
-## 27256 27256     A6S3N2      40559
-## 27257 27257     A6S3N2      40559
-## 27258 27258     A6S3R7      40559
-## 27259 27259     A6S544      40559
-## 27260 27260     A6S694      40559
-## 27261 27261     A6S6B0      40559
-## 27262 27262     A6S6B0      40559
-## 27263 27263     A6S7C7      40559
-## 27264 27264     A6S8A1      40559
-## 27265 27265     A6S8P6      40559
-## 27266 27266     A6S8P6      40559
-## 27267 27267     A6S8P6      40559
-## 27268 27268     A6S936      40559
-## 27269 27269     A6S950      40559
-## 27270 27270     A6S9E2      40559
-## 27271 27271     A6S9N4      40559
-## 27272 27272     A6S9N4      40559
-## 27273 27273     A6S9N4      40559
-## 27274 27274     A6S9N4      40559
-## 27275 27275     A6S9N4      40559
-## 27276 27276     A6S9N4      40559
-## 27277 27277     A6S9N4      40559
-## 27278 27278     A6S9N4      40559
-## 27279 27279     A6S9N4      40559
-## 27280 27280     A6S9N4      40559
-## 27281 27281     A6S9N4      40559
-## 27282 27282     A6S9N4      40559
-## 27283 27283     A6S9N4      40559
-## 27284 27284     A6S9N4      40559
-## 27285 27285     A6S9N4      40559
-## 27286 27286     A6S9T6      40559
-## 27287 27287     A6S9T6      40559
-## 27288 27288     A6S9V4      40559
-## 27289 27289     A6S9V4      40559
-## 27290 27290     A6S9V4      40559
-## 27291 27291     A6S9V4      40559
-## 27292 27292     A6S9V4      40559
-## 27293 27293     A6S9V4      40559
-## 27294 27294     A6S9V4      40559
-## 27295 27295     A6S9V4      40559
-## 27296 27296     A6S9V4      40559
-## 27297 27297     A6S9V4      40559
-## 27298 27298     A6SB28      40559
-## 27299 27299     A6SB28      40559
-## 27300 27300     A6SBW7      40559
-## 27301 27301     A6SCT6      40559
-## 27302 27302     A6SCX6      40559
-## 27303 27303     A6SCX6      40559
-## 27304 27304     A6SDA8      40559
-## 27305 27305     A6SDQ3      40559
-## 27306 27306     A6SDQ3      40559
-## 27307 27307     A6SDR8      40559
-## 27308 27308     A6SDR8      40559
-## 27309 27309     A6SDR8      40559
-## 27310 27310     A6SDR8      40559
-## 27311 27311     A6SDT7      40559
-## 27312 27312     A6SDT7      40559
-## 27313 27313     A6SED8      40559
-## 27314 27314     A6SED8      40559
-## 27315 27315     A6SED8      40559
-## 27316 27316     A6SED8      40559
-## 27317 27317     A6SED8      40559
-## 27318 27318     A6SED8      40559
-## 27319 27319     A6SED8      40559
-## 27320 27320     A6SED8      40559
-## 27321 27321     A6SEH9      40559
-## 27322 27322     A6SEH9      40559
-## 27323 27323     A6SEH9      40559
-## 27324 27324     A6SEH9      40559
-## 27325 27325     A6SEH9      40559
-## 27326 27326     A6SFG0      40559
-## 27327 27327     A6SFL7      40559
-## 27328 27328     A6SFQ6      40559
-## 27329 27329     A6SFQ6      40559
-## 27330 27330     A6SFV4      40559
-## 27331 27331     A6SFV4      40559
-## 27332 27332     A6SFW7      40559
-## 27333 27333     A6SFW7      40559
-## 27334 27334     A6SFW7      40559
-## 27335 27335     A6SG03      40559
-## 27336 27336     A6SG85      40559
-## 27337 27337     A6SHZ5      40559
-## 27338 27338     A6SI59      40559
-## 27339 27339     A6SIZ0      40559
-## 27340 27340     A6SJW6      40559
-## 27341 27341     A6SJW6      40559
-## 27342 27342     A6SJW6      40559
-## 27343 27343     A6SJW6      40559
-## 27344 27344     A6SJW6      40559
-## 27345 27345     A6SJW6      40559
-## 27346 27346     A6SK19      40559
-## 27347 27347     A6SK19      40559
-## 27348 27348     A6SK19      40559
-## 27349 27349     A6SK19      40559
-## 27350 27350     A6SK81      40559
-## 27351 27351     A6SK81      40559
-## 27352 27352     A6SL49      40559
-## 27353 27353     A6SL61      40559
-## 27354 27354     A6SL61      40559
-## 27355 27355     A6SL61      40559
-## 27356 27356     A6SLT9      40559
-## 27357 27357     A6SLT9      40559
-## 27358 27358     A6SNX1      40559
-## 27359 27359     A6SNX1      40559
-## 27360 27360     A6SP81      40559
-## 27361 27361     A6SP81      40559
-## 27362 27362     A6SS55      40559
-## 27363 27363     A6SU56         NA
-## 27364 27364     A6SU64         NA
-## 27365 27365     A6SU64         NA
-## 27366 27366     A6SU94         NA
-## 27367 27367     A6SUD6         NA
-## 27368 27368     A6SUD7         NA
-## 27369 27369     A6SUH6         NA
-## 27370 27370     A6SUL1         NA
-## 27371 27371     A6SUQ2         NA
-## 27372 27372     A6SUU4         NA
-## 27373 27373     A6SUX7         NA
-## 27374 27374     A6SV18         NA
-## 27375 27375     A6SV19         NA
-## 27376 27376     A6SV24         NA
-## 27377 27377     A6SV55         NA
-## 27378 27378     A6SVD7         NA
-## 27379 27379     A6SVH6         NA
-## 27380 27380     A6SVH6         NA
-## 27381 27381     A6SVH6         NA
-## 27382 27382     A6SWX0         NA
-## 27383 27383     A6SWX0         NA
-## 27384 27384     A6SX05         NA
-## 27385 27385     A6SX50         NA
-## 27386 27386     A6SXE9         NA
-## 27387 27387     A6SXE9         NA
-## 27388 27388     A6SXG2         NA
-## 27389 27389     A6SXH1         NA
-## 27390 27390     A6SXI2         NA
-## 27391 27391     A6SXJ7         NA
-## 27392 27392     A6SXP9         NA
-## 27393 27393     A6SXR9         NA
-## 27394 27394     A6SY02         NA
-## 27395 27395     A6SY07         NA
-## 27396 27396     A6SY47         NA
-## 27397 27397     A6SY47         NA
-## 27398 27398     A6SY75         NA
-## 27399 27399     A6SZ04         NA
-## 27400 27400     A6SZ06         NA
-## 27401 27401     A6SZ16         NA
-## 27402 27402     A6SZH9         NA
-## 27403 27403     A6SZH9         NA
-## 27404 27404     A6SZN9         NA
-## 27405 27405     A6SZN9         NA
-## 27406 27406     A6SZP0         NA
-## 27407 27407     A6SZP1         NA
-## 27408 27408     A6SZP1         NA
-## 27409 27409     A6SZP1         NA
-## 27410 27410     A6SZP5         NA
-## 27411 27411     A6SZQ0         NA
-## 27412 27412     A6SZQ0         NA
-## 27413 27413     A6SZQ0         NA
-## 27414 27414     A6SZQ8         NA
-## 27415 27415     A6SZQ8         NA
-## 27416 27416     A6SZR2         NA
-## 27417 27417     A6SZR2         NA
-## 27418 27418     A6SZV5         NA
-## 27419 27419     A6SZW1         NA
-## 27420 27420     A6SZW1         NA
-## 27421 27421     A6SZW6         NA
-## 27422 27422     A6T006         NA
-## 27423 27423     A6T078         NA
-## 27424 27424     A6T081         NA
-## 27425 27425     A6T0H2         NA
-## 27426 27426     A6T0Y8         NA
-## 27427 27427     A6T0Y8         NA
-## 27428 27428     A6T0Y8         NA
-## 27429 27429     A6T0Y8         NA
-## 27430 27430     A6T104         NA
-## 27431 27431     A6T144         NA
-## 27432 27432     A6T1E5         NA
-## 27433 27433     A6T1E5         NA
-## 27434 27434     A6T1E5         NA
-## 27435 27435     A6T1G3         NA
-## 27436 27436     A6T1X9         NA
-## 27437 27437     A6T1Z0         NA
-## 27438 27438     A6T1Z0         NA
-## 27439 27439     A6T1Z0         NA
-## 27440 27440     A6T1Z0         NA
-## 27441 27441     A6T204         NA
-## 27442 27442     A6T204         NA
-## 27443 27443     A6T225         NA
-## 27444 27444     A6T225         NA
-## 27445 27445     A6T226         NA
-## 27446 27446     A6T226         NA
-## 27447 27447     A6T226         NA
-## 27448 27448     A6T226         NA
-## 27449 27449     A6T228         NA
-## 27450 27450     A6T2A4         NA
-## 27451 27451     A6T2D2         NA
-## 27452 27452     A6T2D4         NA
-## 27453 27453     A6T2D5         NA
-## 27454 27454     A6T2D7         NA
-## 27455 27455     A6T2E8         NA
-## 27456 27456     A6T2G1         NA
-## 27457 27457     A6T2G1         NA
-## 27458 27458     A6T2G1         NA
-## 27459 27459     A6T2G6         NA
-## 27460 27460     A6T2G6         NA
-## 27461 27461     A6T2R7         NA
-## 27462 27462     A6T2S0         NA
-## 27463 27463     A6T2S2         NA
-## 27464 27464     A6T2X9         NA
-## 27465 27465     A6T2Y3         NA
-## 27466 27466     A6T2Y9         NA
-## 27467 27467     A6T2Y9         NA
-## 27468 27468     A6T2Z1         NA
-## 27469 27469     A6T306         NA
-## 27470 27470     A6T310         NA
-## 27471 27471     A6T312         NA
-## 27472 27472     A6T365         NA
-## 27473 27473     A6T3I7         NA
-## 27474 27474     A6T3I9         NA
-## 27475 27475     A6T3J1         NA
-## 27476 27476     A6T3J4         NA
-## 27477 27477     A6T3J8         NA
-## 27478 27478     A6T3L2         NA
-## 27479 27479     A6T3L2         NA
-## 27480 27480     A6T3L4         NA
-## 27481 27481     A6T3L4         NA
-## 27482 27482     A6T3L5         NA
-## 27483 27483     A6T3N4         NA
-## 27484 27484     A6T3N4         NA
-## 27485 27485     A6T3N4         NA
-## 27486 27486     A6T3X6         NA
-## 27487 27487     A6T3X6         NA
-## 27488 27488     A6T450         NA
-## 27489 27489     A6T463         NA
-## 27490 27490     A6T470         NA
-## 27491 27491     A6T472         NA
-## 27492 27492     A6T476         NA
-## 27493 27493     A6T482         NA
-## 27494 27494     A6T4D7         NA
-## 27495 27495     A6T4D7         NA
-## 27496 27496     A6T4E1        573
-## 27497 27497     A6T4F4        573
-## 27498 27498     A6T4F4        573
-## 27499 27499     A6T4F5        573
-## 27500 27500     A6T4F5        573
-## 27501 27501     A6T4F5        573
-## 27502 27502     A6T4F5        573
-## 27503 27503     A6T4F5        573
-## 27504 27504     A6T4G4        573
-## 27505 27505     A6T4H1        573
-## 27506 27506     A6T4H1        573
-## 27507 27507     A6T4I3        573
-## 27508 27508     A6T4M4        573
-## 27509 27509     A6T4N0        573
-## 27510 27510     A6T4N0        573
-## 27511 27511     A6T4P1        573
-## 27512 27512     A6T4R5        573
-## 27513 27513     A6T4R5        573
-## 27514 27514     A6T4R6        573
-## 27515 27515     A6T4V9        573
-## 27516 27516     A6T4V9        573
-## 27517 27517     A6T4X2        573
-## 27518 27518     A6T4X9        573
-## 27519 27519     A6T4Y3        573
-## 27520 27520     A6T4Y3        573
-## 27521 27521     A6T4Y3        573
-## 27522 27522     A6T4Y4        573
-## 27523 27523     A6T4Y7        573
-## 27524 27524     A6T518        573
-## 27525 27525     A6T521        573
-## 27526 27526     A6T522        573
-## 27527 27527     A6T525        573
-## 27528 27528     A6T561        573
-## 27529 27529     A6T572        573
-## 27530 27530     A6T5D6        573
-## 27531 27531     A6T5F5        573
-## 27532 27532     A6T5F6        573
-## 27533 27533     A6T5H1        573
-## 27534 27534     A6T5H1        573
-## 27535 27535     A6T5L4        573
-## 27536 27536     A6T5N4        573
-## 27537 27537     A6T5N5        573
-## 27538 27538     A6T5N6        573
-## 27539 27539     A6T5R2        573
-## 27540 27540     A6T5R2        573
-## 27541 27541     A6T656        573
-## 27542 27542     A6T656        573
-## 27543 27543     A6T684        573
-## 27544 27544     A6T6A3        573
-## 27545 27545     A6T6A3        573
-## 27546 27546     A6T6A3        573
-## 27547 27547     A6T6A3        573
-## 27548 27548     A6T6B3        573
-## 27549 27549     A6T6B5        573
-## 27550 27550     A6T6D7        573
-## 27551 27551     A6T6D9        573
-## 27552 27552     A6T6E2        573
-## 27553 27553     A6T6E8        573
-## 27554 27554     A6T6L0        573
-## 27555 27555     A6T6L0        573
-## 27556 27556     A6T6L1        573
-## 27557 27557     A6T6L6        573
-## 27558 27558     A6T6M5        573
-## 27559 27559     A6T6M7        573
-## 27560 27560     A6T6Q1        573
-## 27561 27561     A6T6T1        573
-## 27562 27562     A6T6U3        573
-## 27563 27563     A6T6U3        573
-## 27564 27564     A6T6Y2        573
-## 27565 27565     A6T6Y8        573
-## 27566 27566     A6T707        573
-## 27567 27567     A6T714        573
-## 27568 27568     A6T714        573
-## 27569 27569     A6T716        573
-## 27570 27570     A6T716        573
-## 27571 27571     A6T716        573
-## 27572 27572     A6T742        573
-## 27573 27573     A6T7C6        573
-## 27574 27574     A6T7D6        573
-## 27575 27575     A6T7F0        573
-## 27576 27576     A6T7G4        573
-## 27577 27577     A6T7Q4        573
-## 27578 27578     A6T7W5        573
-## 27579 27579     A6T7W6        573
-## 27580 27580     A6T7W6        573
-## 27581 27581     A6T8M8        573
-## 27582 27582     A6T8U5        573
-## 27583 27583     A6T8Y8        573
-## 27584 27584     A6T8Y8        573
-## 27585 27585     A6T900        573
-## 27586 27586     A6T962        573
-## 27587 27587     A6T9H0        573
-## 27588 27588     A6T9H0        573
-## 27589 27589     A6T9H2        573
-## 27590 27590     A6T9W8        573
-## 27591 27591     A6T9Y5        573
-## 27592 27592     A6TA11        573
-## 27593 27593     A6TA84        573
-## 27594 27594     A6TAC9        573
-## 27595 27595     A6TAE3        573
-## 27596 27596     A6TAJ7        573
-## 27597 27597     A6TAJ7        573
-## 27598 27598     A6TAP7        573
-## 27599 27599     A6TAU9        573
-## 27600 27600     A6TAW2        573
-## 27601 27601     A6TAW4        573
-## 27602 27602     A6TAW4        573
-## 27603 27603     A6TAW4        573
-## 27604 27604     A6TAY2        573
-## 27605 27605     A6TB00        573
-## 27606 27606     A6TB32        573
-## 27607 27607     A6TB39        573
-## 27608 27608     A6TB39        573
-## 27609 27609     A6TB40        573
-## 27610 27610     A6TB41        573
-## 27611 27611     A6TB47        573
-## 27612 27612     A6TB69        573
-## 27613 27613     A6TBB1        573
-## 27614 27614     A6TBC4        573
-## 27615 27615     A6TBC7        573
-## 27616 27616     A6TBC8        573
-## 27617 27617     A6TBH3        573
-## 27618 27618     A6TBH4        573
-## 27619 27619     A6TBH5        573
-## 27620 27620     A6TBH5        573
-## 27621 27621     A6TBK1        573
-## 27622 27622     A6TBK7        573
-## 27623 27623     A6TBK7        573
-## 27624 27624     A6TBK7        573
-## 27625 27625     A6TBN1        573
-## 27626 27626     A6TBU6        573
-## 27627 27627     A6TBV3        573
-## 27628 27628     A6TBW1        573
-## 27629 27629     A6TBX2        573
-## 27630 27630     A6TC10        573
-## 27631 27631     A6TC15        573
-## 27632 27632     A6TC38        573
-## 27633 27633     A6TC43        573
-## 27634 27634     A6TC43        573
-## 27635 27635     A6TC48        573
-## 27636 27636     A6TC48        573
-## 27637 27637     A6TC48        573
-## 27638 27638     A6TCA1        573
-## 27639 27639     A6TCB0        573
-## 27640 27640     A6TCC4        573
-## 27641 27641     A6TCC4        573
-## 27642 27642     A6TCD0        573
-## 27643 27643     A6TCD0        573
-## 27644 27644     A6TCD5        573
-## 27645 27645     A6TCD5        573
-## 27646 27646     A6TCD5        573
-## 27647 27647     A6TCD6        573
-## 27648 27648     A6TCE7        573
-## 27649 27649     A6TCI1        573
-## 27650 27650     A6TCV9        573
-## 27651 27651     A6TCX5        573
-## 27652 27652     A6TCZ3        573
-## 27653 27653     A6TD35        573
-## 27654 27654     A6TD44        573
-## 27655 27655     A6TD53        573
-## 27656 27656     A6TD67        573
-## 27657 27657     A6TD85        573
-## 27658 27658     A6TDC6        573
-## 27659 27659     A6TDE9        573
-## 27660 27660     A6TDE9        573
-## 27661 27661     A6TDR7        573
-## 27662 27662     A6TDS5        573
-## 27663 27663     A6TE29        573
-## 27664 27664     A6TE32        573
-## 27665 27665     A6TE35        573
-## 27666 27666     A6TE39        573
-## 27667 27667     A6TE46        573
-## 27668 27668     A6TE46        573
-## 27669 27669     A6TEB6        573
-## 27670 27670     A6TEB6        573
-## 27671 27671     A6TEB7        573
-## 27672 27672     A6TEB7        573
-## 27673 27673     A6TEB8        573
-## 27674 27674     A6TEC2        573
-## 27675 27675     A6TEG6        573
-## 27676 27676     A6TEG6        573
-## 27677 27677     A6TEI7        573
-## 27678 27678     A6TEI7        573
-## 27679 27679     A6TEI7        573
-## 27680 27680     A6TEI7        573
-## 27681 27681     A6TEI7        573
-## 27682 27682     A6TEJ5        573
-## 27683 27683     A6TEK2        573
-## 27684 27684     A6TEK2        573
-## 27685 27685     A6TEK2        573
-## 27686 27686     A6TEK8        573
-## 27687 27687     A6TET6        573
-## 27688 27688     A6TEV1        573
-## 27689 27689     A6TEX2        573
-## 27690 27690     A6TEY9        573
-## 27691 27691     A6TEY9        573
-## 27692 27692     A6TF35        573
-## 27693 27693     A6TF41        573
-## 27694 27694     A6TF43        573
-## 27695 27695     A6TF48        573
-## 27696 27696     A6TF49        573
-## 27697 27697     A6TF50        573
-## 27698 27698     A6TF94        573
-## 27699 27699     A6TF96        573
-## 27700 27700     A6TF97        573
-## 27701 27701     A6TF99        573
-## 27702 27702     A6TF99        573
-## 27703 27703     A6TFB2        573
-## 27704 27704     A6TFD1        573
-## 27705 27705     A6TFG7        573
-## 27706 27706     A6TFK3        573
-## 27707 27707     A6TFN2        573
-## 27708 27708     A6TFP8        573
-## 27709 27709     A6TFR2        573
-## 27710 27710     A6TFW2        573
-## 27711 27711     A6TFY7        573
-## 27712 27712     A6TG08        573
-## 27713 27713     A6TG19        573
-## 27714 27714     A6TG34        573
-## 27715 27715     A6TG34        573
-## 27716 27716     A6TG37        573
-## 27717 27717     A6TG41        573
-## 27718 27718     A6TG45        573
-## 27719 27719     A6TG45        573
-## 27720 27720     A6TG86        573
-## 27721 27721     A6TG86        573
-## 27722 27722     A6TGA7        573
-## 27723 27723     A6TGB0        573
-## 27724 27724     A6TGB0        573
-## 27725 27725     A6TGB1        573
-## 27726 27726     A6TGB1        573
-## 27727 27727     A6TGB7        573
-## 27728 27728     A6TGC2        573
-## 27729 27729     A6TGE9        573
-## 27730 27730     A6TGG1        573
-## 27731 27731     A6TGG8        573
-## 27732 27732     A6TGG9        573
-## 27733 27733     A6TGM4        573
-## 27734 27734     A6TGP1        573
-## 27735 27735     A6TGP1        573
-## 27736 27736     A6TGP1        573
-## 27737 27737     A6TGP1        573
-## 27738 27738     A6TGQ1        573
-## 27739 27739     A6TGQ3        573
-## 27740 27740     A6TGR3        573
-## 27741 27741     A6TGR5        573
-## 27742 27742     A6TGR5        573
-## 27743 27743     A6TGR8        573
-## 27744 27744     A6TGT4        573
-## 27745 27745     A6TGT4        573
-## 27746 27746     A6TGU0        573
-## 27747 27747     A6TGU0        573
-## 27748 27748     A6TGU9        573
-## 27749 27749     A6TGV0        573
-## 27750 27750     A6TGV0        573
-## 27751 27751     A6TGZ7        573
-## 27752 27752     A6TH46        573
-## 27753 27753     A6TH52        573
-## 27754 27754     A6TH53        573
-## 27755 27755     A6TH71        573
-## 27756 27756     A6TH71        573
-## 27757 27757     A6TH77        573
-## 27758 27758     A6TH78        573
-## 27759 27759     A6TH78        573
-## 27760 27760     A6TH85        573
-## 27761 27761     A6THB1        573
-## 27762 27762     A6THE3        573
-## 27763 27763     A6THU5        573
-## 27764 27764     A6THX5        573
-## 27765 27765     A6TI29        573
-## 27766 27766     A6TJ58        573
-## 27767 27767     A6TJ76     208226
-## 27768 27768     A6TJ79     208226
-## 27769 27769     A6TJ92     208226
-## 27770 27770     A6TJ97     208226
-## 27771 27771     A6TJ97     208226
-## 27772 27772     A6TJ97     208226
-## 27773 27773     A6TJ99     208226
-## 27774 27774     A6TJD5     208226
-## 27775 27775     A6TJD5     208226
-## 27776 27776     A6TJD8     208226
-## 27777 27777     A6TJE5     208226
-## 27778 27778     A6TJE5     208226
-## 27779 27779     A6TJM4     208226
-## 27780 27780     A6TJM5     208226
-## 27781 27781     A6TJM5     208226
-## 27782 27782     A6TK64     208226
-## 27783 27783     A6TK65     208226
-## 27784 27784     A6TK66     208226
-## 27785 27785     A6TK66     208226
-## 27786 27786     A6TK84     208226
-## 27787 27787     A6TK84     208226
-## 27788 27788     A6TKJ0     208226
-## 27789 27789     A6TKJ0     208226
-## 27790 27790     A6TKN0     208226
-## 27791 27791     A6TKS7     208226
-## 27792 27792     A6TKT5     208226
-## 27793 27793     A6TL31     208226
-## 27794 27794     A6TLJ1     208226
-## 27795 27795     A6TLJ1     208226
-## 27796 27796     A6TLU4     208226
-## 27797 27797     A6TLX6     208226
-## 27798 27798     A6TLX6     208226
-## 27799 27799     A6TM00     208226
-## 27800 27800     A6TM05     208226
-## 27801 27801     A6TM05     208226
-## 27802 27802     A6TM05     208226
-## 27803 27803     A6TM05     208226
-## 27804 27804     A6TM73     208226
-## 27805 27805     A6TM76     208226
-## 27806 27806     A6TM76     208226
-## 27807 27807     A6TM77     208226
-## 27808 27808     A6TMH9     208226
-## 27809 27809     A6TMH9     208226
-## 27810 27810     A6TMN6     208226
-## 27811 27811     A6TMY6     208226
-## 27812 27812     A6TN07     208226
-## 27813 27813     A6TNN7     208226
-## 27814 27814     A6TNN7     208226
-## 27815 27815     A6TNP3     208226
-## 27816 27816     A6TNX0     208226
-## 27817 27817     A6TNX0     208226
-## 27818 27818     A6TNX0     208226
-## 27819 27819     A6TNZ5     208226
-## 27820 27820     A6TQJ2     208226
-## 27821 27821     A6TQJ2     208226
-## 27822 27822     A6TQJ6     208226
-## 27823 27823     A6TQJ6     208226
-## 27824 27824     A6TQJ6     208226
-## 27825 27825     A6TQK3     208226
-## 27826 27826     A6TQM3     208226
-## 27827 27827     A6TQM4     208226
-## 27828 27828     A6TQN8     208226
-## 27829 27829     A6TQN8     208226
-## 27830 27830     A6TQZ4     208226
-## 27831 27831     A6TQZ4     208226
-## 27832 27832     A6TQZ4     208226
-## 27833 27833     A6TQZ5     208226
-## 27834 27834     A6TR08     208226
-## 27835 27835     A6TR39     208226
-## 27836 27836     A6TR76     208226
-## 27837 27837     A6TR79     208226
-## 27838 27838     A6TR80     208226
-## 27839 27839     A6TRF9     208226
-## 27840 27840     A6TRJ1     208226
-## 27841 27841     A6TRK1     208226
-## 27842 27842     A6TRK2     208226
-## 27843 27843     A6TRK6     208226
-## 27844 27844     A6TRK7     208226
-## 27845 27845     A6TRS2     208226
-## 27846 27846     A6TRS3     208226
-## 27847 27847     A6TRS5     208226
-## 27848 27848     A6TRU6     208226
-## 27849 27849     A6TRW3     208226
-## 27850 27850     A6TRY5     208226
-## 27851 27851     A6TS03     208226
-## 27852 27852     A6TS03     208226
-## 27853 27853     A6TS39     208226
-## 27854 27854     A6TS64     208226
-## 27855 27855     A6TS66     208226
-## 27856 27856     A6TS69     208226
-## 27857 27857     A6TS70     208226
-## 27858 27858     A6TSH1     208226
-## 27859 27859     A6TSJ4     208226
-## 27860 27860     A6TSK9     208226
-## 27861 27861     A6TSK9     208226
-## 27862 27862     A6TSK9     208226
-## 27863 27863     A6TSL8     208226
-## 27864 27864     A6TSM0     208226
-## 27865 27865     A6TSM0     208226
-## 27866 27866     A6TSM0     208226
-## 27867 27867     A6TSZ1     208226
-## 27868 27868     A6TT15     208226
-## 27869 27869     A6TT15     208226
-## 27870 27870     A6TTD6     208226
-## 27871 27871     A6TTJ8     208226
-## 27872 27872     A6TTJ8     208226
-## 27873 27873     A6TU70     208226
-## 27874 27874     A6TU75     208226
-## 27875 27875     A6TVD3     208226
-## 27876 27876     A6TVI5     208226
-## 27877 27877     A6TVI5     208226
-## 27878 27878     A6TVN2     208226
-## 27879 27879     A6TVN2     208226
-## 27880 27880     A6TVQ2     208226
-## 27881 27881     A6TVR2     208226
-## 27882 27882     A6TVS0     208226
-## 27883 27883     A6TVS9     208226
-## 27884 27884     A6TWD9     208226
-## 27885 27885     A6TWG4     208226
-## 27886 27886     A6TWG9     208226
-## 27887 27887     A6TWH0     208226
-## 27888 27888     A6TWH1     208226
-## 27889 27889     A6TWL0     208226
-## 27890 27890     A6TWP7     208226
-## 27891 27891     A6TWW9     208226
-## 27892 27892     A6TX17     208226
-## 27893 27893     A6TXC7     208226
-## 27894 27894     A6TXE3     208226
-## 27895 27895     A6TXE5     208226
-## 27896 27896     A6TXF4       1280
-## 27897 27897     A6TXF8       1280
-## 27898 27898     A6TXF9       1280
-## 27899 27899     A6TXS4       1280
-## 27900 27900     A6TY47       1280
-## 27901 27901     A6TYK8       1280
-## 27902 27902     A6TYP2       1280
-## 27903 27903     A6TYP2       1280
-## 27904 27904     A6TYP2       1280
-## 27905 27905     A6TYS8       1280
-## 27906 27906     A6TYS8       1280
-## 27907 27907     A6TYV3       1280
-## 27908 27908     A6TYW7       1280
-## 27909 27909     A6TYW7       1280
-## 27910 27910     A6TZ04       1280
-## 27911 27911     A6TZ24       1280
-## 27912 27912     A6TZ24       1280
-## 27913 27913     A6TZ28       1280
-## 27914 27914     A6TZ28       1280
-## 27915 27915     A6TZ65       1280
-## 27916 27916     A6TZ71       1280
-## 27917 27917     A6TZ99       1280
-## 27918 27918     A6TZA2       1280
-## 27919 27919     A6TZA2       1280
-## 27920 27920     A6TZA4       1280
-## 27921 27921     A6TZE7       1280
-## 27922 27922     A6TZK2       1280
-## 27923 27923     A6TZK7       1280
-## 27924 27924     A6TZN3       1280
-## 27925 27925     A6TZP0       1280
-## 27926 27926     A6TZP7       1280
-## 27927 27927     A6U025       1280
-## 27928 27928     A6U056       1280
-## 27929 27929     A6U067       1280
-## 27930 27930     A6U068       1280
-## 27931 27931     A6U073       1280
-## 27932 27932     A6U074       1280
-## 27933 27933     A6U0B2       1280
-## 27934 27934     A6U0N7       1280
-## 27935 27935     A6U0P1       1280
-## 27936 27936     A6U0U3       1280
-## 27937 27937     A6U0U3       1280
-## 27938 27938     A6U0U5       1280
-## 27939 27939     A6U0U6       1280
-## 27940 27940     A6U0U6       1280
-## 27941 27941     A6U0U6       1280
-## 27942 27942     A6U0U6       1280
-## 27943 27943     A6U0U7       1280
-## 27944 27944     A6U0U7       1280
-## 27945 27945     A6U0U7       1280
-## 27946 27946     A6U0U7       1280
-## 27947 27947     A6U0U8       1280
-## 27948 27948     A6U0U8       1280
-## 27949 27949     A6U0V5       1280
-## 27950 27950     A6U0V7       1280
-## 27951 27951     A6U0W1       1280
-## 27952 27952     A6U0W1       1280
-## 27953 27953     A6U0Z8       1280
-## 27954 27954     A6U0Z8       1280
-## 27955 27955     A6U102       1280
-## 27956 27956     A6U102       1280
-## 27957 27957     A6U115       1280
-## 27958 27958     A6U119       1280
-## 27959 27959     A6U122       1280
-## 27960 27960     A6U160       1280
-## 27961 27961     A6U171       1280
-## 27962 27962     A6U174       1280
-## 27963 27963     A6U182       1280
-## 27964 27964     A6U188       1280
-## 27965 27965     A6U188       1280
-## 27966 27966     A6U188       1280
-## 27967 27967     A6U192       1280
-## 27968 27968     A6U1A5       1280
-## 27969 27969     A6U1A5       1280
-## 27970 27970     A6U1B8       1280
-## 27971 27971     A6U1G7       1280
-## 27972 27972     A6U1G7       1280
-## 27973 27973     A6U1G8       1280
-## 27974 27974     A6U1G8       1280
-## 27975 27975     A6U1J5       1280
-## 27976 27976     A6U1L8       1280
-## 27977 27977     A6U1N4       1280
-## 27978 27978     A6U1P7       1280
-## 27979 27979     A6U1Q5       1280
-## 27980 27980     A6U1Q5       1280
-## 27981 27981     A6U1Q5       1280
-## 27982 27982     A6U1Q5       1280
-## 27983 27983     A6U1Q5       1280
-## 27984 27984     A6U1Q5       1280
-## 27985 27985     A6U1Q5       1280
-## 27986 27986     A6U1Q5       1280
-## 27987 27987     A6U1Q5       1280
-## 27988 27988     A6U1Q5       1280
-## 27989 27989     A6U1Q5       1280
-## 27990 27990     A6U1Q5       1280
-## 27991 27991     A6U1Q5       1280
-## 27992 27992     A6U1Q5       1280
-## 27993 27993     A6U1Q5       1280
-## 27994 27994     A6U1Q5       1280
-## 27995 27995     A6U1Q5       1280
-## 27996 27996     A6U1Q5       1280
-## 27997 27997     A6U1Q5       1280
-## 27998 27998     A6U1Q5       1280
-## 27999 27999     A6U1Q5       1280
-## 28000 28000     A6U1Q5       1280
-## 28001 28001     A6U1Q5       1280
-## 28002 28002     A6U1Q5       1280
-## 28003 28003     A6U1Q5       1280
-## 28004 28004     A6U1R6       1280
-## 28005 28005     A6U1W3       1280
-## 28006 28006     A6U1W4       1280
-## 28007 28007     A6U1X3       1280
-## 28008 28008     A6U1Z4       1280
-## 28009 28009     A6U1Z5       1280
-## 28010 28010     A6U200       1280
-## 28011 28011     A6U200       1280
-## 28012 28012     A6U206       1280
-## 28013 28013     A6U207       1280
-## 28014 28014     A6U242       1280
-## 28015 28015     A6U245       1280
-## 28016 28016     A6U245       1280
-## 28017 28017     A6U251       1280
-## 28018 28018     A6U251       1280
-## 28019 28019     A6U251       1280
-## 28020 28020     A6U252       1280
-## 28021 28021     A6U257       1280
-## 28022 28022     A6U258       1280
-## 28023 28023     A6U287       1280
-## 28024 28024     A6U287       1280
-## 28025 28025     A6U2B0       1280
-## 28026 28026     A6U2B2       1280
-## 28027 28027     A6U2B5       1280
-## 28028 28028     A6U2E0       1280
-## 28029 28029     A6U2E3       1280
-## 28030 28030     A6U2G7       1280
-## 28031 28031     A6U2H8       1280
-## 28032 28032     A6U2H8       1280
-## 28033 28033     A6U2I6       1280
-## 28034 28034     A6U2J8       1280
-## 28035 28035     A6U2M4       1280
-## 28036 28036     A6U2Q1       1280
-## 28037 28037     A6U2Q2       1280
-## 28038 28038     A6U2U4       1280
-## 28039 28039     A6U2U9       1280
-## 28040 28040     A6U2X1       1280
-## 28041 28041     A6U2X7       1280
-## 28042 28042     A6U2X7       1280
-## 28043 28043     A6U2X8       1280
-## 28044 28044     A6U2X8       1280
-## 28045 28045     A6U302       1280
-## 28046 28046     A6U304       1280
-## 28047 28047     A6U305       1280
-## 28048 28048     A6U305       1280
-## 28049 28049     A6U307       1280
-## 28050 28050     A6U307       1280
-## 28051 28051     A6U307       1280
-## 28052 28052     A6U307       1280
-## 28053 28053     A6U3D1       1280
-## 28054 28054     A6U3E4       1280
-## 28055 28055     A6U3H8       1280
-## 28056 28056     A6U3H8       1280
-## 28057 28057     A6U3I7       1280
-## 28058 28058     A6U3I7       1280
-## 28059 28059     A6U3I7       1280
-## 28060 28060     A6U3I9       1280
-## 28061 28061     A6U3J0       1280
-## 28062 28062     A6U3N9       1280
-## 28063 28063     A6U3S3       1280
-## 28064 28064     A6U3S3       1280
-## 28065 28065     A6U3Z8       1280
-## 28066 28066     A6U404       1280
-## 28067 28067     A6U415       1280
-## 28068 28068     A6U488       1280
-## 28069 28069     A6U499       1280
-## 28070 28070     A6U4E8       1280
-## 28071 28071     A6U4E8       1280
-## 28072 28072     A6U4E8       1280
-## 28073 28073     A6U4F5       1280
-## 28074 28074     A6U4R9       1280
-## 28075 28075     A6U4R9       1280
-## 28076 28076     A6U4T8       1280
-## 28077 28077     A6U4T8       1280
-## 28078 28078     A6U4T8       1280
-## 28079 28079     A6U4T8       1280
-## 28080 28080     A6U4T8       1280
-## 28081 28081     A6U565       1280
-## 28082 28082     A6U565       1280
-## 28083 28083     A6U593       1280
-## 28084 28084     A6U594       1280
-## 28085 28085     A6U595       1280
-## 28086 28086     A6U597       1280
-## 28087 28087     A6U5E1     110321
-## 28088 28088     A6U5E1     110321
-## 28089 28089     A6U5E2     110321
-## 28090 28090     A6U5G0     110321
-## 28091 28091     A6U5G0     110321
-## 28092 28092     A6U5J1     110321
-## 28093 28093     A6U5J9     110321
-## 28094 28094     A6U5K5     110321
-## 28095 28095     A6U5K9     110321
-## 28096 28096     A6U5N9     110321
-## 28097 28097     A6U5U5     110321
-## 28098 28098     A6U5Y5     110321
-## 28099 28099     A6U6I5     110321
-## 28100 28100     A6U6I5     110321
-## 28101 28101     A6U6I5     110321
-## 28102 28102     A6U6I5     110321
-## 28103 28103     A6U6K5     110321
-## 28104 28104     A6U6M1     110321
-## 28105 28105     A6U6U1     110321
-## 28106 28106     A6U6U8     110321
-## 28107 28107     A6U6Y8     110321
-## 28108 28108     A6U6Y9     110321
-## 28109 28109     A6U707     110321
-## 28110 28110     A6U753     110321
-## 28111 28111     A6U7A8     110321
-## 28112 28112     A6U7B9     110321
-## 28113 28113     A6U7G7     110321
-## 28114 28114     A6U7G7     110321
-## 28115 28115     A6U7L8     110321
-## 28116 28116     A6U7N0     110321
-## 28117 28117     A6U7P3     110321
-## 28118 28118     A6U7T3     110321
-## 28119 28119     A6U811     110321
-## 28120 28120     A6U819     110321
-## 28121 28121     A6U842     110321
-## 28122 28122     A6U851     110321
-## 28123 28123     A6U852     110321
-## 28124 28124     A6U852     110321
-## 28125 28125     A6U852     110321
-## 28126 28126     A6U865     110321
-## 28127 28127     A6U874     110321
-## 28128 28128     A6U877     110321
-## 28129 28129     A6U878     110321
-## 28130 28130     A6U878     110321
-## 28131 28131     A6U880     110321
-## 28132 28132     A6U881     110321
-## 28133 28133     A6U884     110321
-## 28134 28134     A6U899     110321
-## 28135 28135     A6U8C7     110321
-## 28136 28136     A6U8L0     110321
-## 28137 28137     A6U8L0     110321
-## 28138 28138     A6U8L2     110321
-## 28139 28139     A6U8M8     110321
-## 28140 28140     A6U8M9     110321
-## 28141 28141     A6U8Q2     110321
-## 28142 28142     A6U901     110321
-## 28143 28143     A6U971     110321
-## 28144 28144     A6U9C1     110321
-## 28145 28145     A6U9C1     110321
-## 28146 28146     A6U9C4     110321
-## 28147 28147     A6U9C6     110321
-## 28148 28148     A6U9M6     110321
-## 28149 28149     A6U9N4     110321
-## 28150 28150     A6U9N5     110321
-## 28151 28151     A6UB83     110321
-## 28152 28152     A6UB84     110321
-## 28153 28153     A6UB88     110321
-## 28154 28154     A6UB93     110321
-## 28155 28155     A6UC30     110321
-## 28156 28156     A6UCB5     110321
-## 28157 28157     A6UCF2     110321
-## 28158 28158     A6UCF6     110321
-## 28159 28159     A6UCG8     110321
-## 28160 28160     A6UCG8     110321
-## 28161 28161     A6UCG8     110321
-## 28162 28162     A6UCG8     110321
-## 28163 28163     A6UCS2     110321
-## 28164 28164     A6UCS7     110321
-## 28165 28165     A6UCX4     110321
-## 28166 28166     A6UCY0     110321
-## 28167 28167     A6UD82     110321
-## 28168 28168     A6UDD3     110321
-## 28169 28169     A6UDD3     110321
-## 28170 28170     A6UDH9     110321
-## 28171 28171     A6UDH9     110321
-## 28172 28172     A6UDM1     110321
-## 28173 28173     A6UDM2     110321
-## 28174 28174     A6UDR4     110321
-## 28175 28175     A6UDR4     110321
-## 28176 28176     A6UDV6     110321
-## 28177 28177     A6UDV7     110321
-## 28178 28178     A6UDV8     110321
-## 28179 28179     A6UDW8     110321
-## 28180 28180     A6UDX5     110321
-## 28181 28181     A6UE05     110321
-## 28182 28182     A6UE47     110321
-## 28183 28183     A6UE47     110321
-## 28184 28184     A6UE47     110321
-## 28185 28185     A6UE47     110321
-## 28186 28186     A6UE79     110321
-## 28187 28187     A6UED8     110321
-## 28188 28188     A6UEE2     110321
-## 28189 28189     A6UEE9     110321
-## 28190 28190     A6UEF2     110321
-## 28191 28191     A6UEI0     110321
-## 28192 28192     A6UEI3     110321
-## 28193 28193     A6UEJ1     110321
-## 28194 28194     A6UET5     110321
-## 28195 28195     A6UET6     110321
-## 28196 28196     A6UEW0     110321
-## 28197 28197     A6UEY0     110321
-## 28198 28198     A6UEY0     110321
-## 28199 28199     A6UEY1     110321
-## 28200 28200     A6UEY1     110321
-## 28201 28201     A6UEY1     110321
-## 28202 28202     A6UF23     110321
-## 28203 28203     A6UF29     110321
-## 28204 28204     A6UF29     110321
-## 28205 28205     A6UF29     110321
-## 28206 28206     A6UF29     110321
-## 28207 28207     A6UF29     110321
-## 28208 28208     A6UF34     110321
-## 28209 28209     A6UF34     110321
-## 28210 28210     A6UF66     110321
-## 28211 28211     A6UF73     110321
-## 28212 28212     A6UF86     110321
-## 28213 28213     A6UF86     110321
-## 28214 28214     A6UFC2     110321
-## 28215 28215     A6UFC2     110321
-## 28216 28216     A6UFD9     110321
-## 28217 28217     A6UFD9     110321
-## 28218 28218     A6UGS9     110321
-## 28219 28219     A6UKC3     110321
-## 28220 28220     A6ULQ4     110321
-## 28221 28221     A6ULU4     110321
-## 28222 28222     A6UM48     110321
-## 28223 28223     A6UM48     110321
-## 28224 28224     A6UM48     110321
-## 28225 28225     A6UM48     110321
-## 28226 28226     A6UN70       2187
-## 28227 28227     A6UN73       2187
-## 28228 28228     A6UN73       2187
-## 28229 28229     A6UNM1       2187
-## 28230 28230     A6UNS5       2187
-## 28231 28231     A6UNY0       2187
-## 28232 28232     A6UP00       2187
-## 28233 28233     A6UP03       2187
-## 28234 28234     A6UP14       2187
-## 28235 28235     A6UP19       2187
-## 28236 28236     A6UP37       2187
-## 28237 28237     A6UP55       2187
-## 28238 28238     A6UP55       2187
-## 28239 28239     A6UP61       2187
-## 28240 28240     A6UP68       2187
-## 28241 28241     A6UP85       2187
-## 28242 28242     A6UPB5       2187
-## 28243 28243     A6UPE5       2187
-## 28244 28244     A6UPF1       2187
-## 28245 28245     A6UPH7       2187
-## 28246 28246     A6UPJ2       2187
-## 28247 28247     A6UPK5       2187
-## 28248 28248     A6UPK8       2187
-## 28249 28249     A6UPL5       2187
-## 28250 28250     A6UPL6       2187
-## 28251 28251     A6UPL6       2187
-## 28252 28252     A6UPN9       2187
-## 28253 28253     A6UPQ4       2187
-## 28254 28254     A6UPQ4       2187
-## 28255 28255     A6UPQ4       2187
-## 28256 28256     A6UPR3       2187
-## 28257 28257     A6UPS4       2187
-## 28258 28258     A6UPS6       2187
-## 28259 28259     A6UPT0       2187
-## 28260 28260     A6UPV2       2187
-## 28261 28261     A6UPX0       2187
-## 28262 28262     A6UPX8       2187
-## 28263 28263     A6UPX8       2187
-## 28264 28264     A6UQ31       2187
-## 28265 28265     A6UQ48       2187
-## 28266 28266     A6UQ59       2187
-## 28267 28267     A6UQ60       2187
-## 28268 28268     A6UQ64       2187
-## 28269 28269     A6UQ64       2187
-## 28270 28270     A6UQ65       2187
-## 28271 28271     A6UQ72       2187
-## 28272 28272     A6UQD0       2187
-## 28273 28273     A6UQD4       2187
-## 28274 28274     A6UQF3       2187
-## 28275 28275     A6UQF6       2187
-## 28276 28276     A6UQF6       2187
-## 28277 28277     A6UQJ4       2187
-## 28278 28278     A6UQJ8       2187
-## 28279 28279     A6UQJ8       2187
-## 28280 28280     A6UQK8       2187
-## 28281 28281     A6UQM0       2187
-## 28282 28282     A6UQT3       2187
-## 28283 28283     A6UQT5       2187
-## 28284 28284     A6UQY1       2187
-## 28285 28285     A6UR12       2187
-## 28286 28286     A6UR53       2187
-## 28287 28287     A6UR54       2187
-## 28288 28288     A6UR55       2187
-## 28289 28289     A6URA6       2187
-## 28290 28290     A6URA6       2187
-## 28291 28291     A6URD8       2187
-## 28292 28292     A6URH2       2187
-## 28293 28293     A6URH2       2187
-## 28294 28294     A6URH7       2187
-## 28295 28295     A6URK3       2187
-## 28296 28296     A6URN3       2187
-## 28297 28297     A6URN3       2187
-## 28298 28298     A6URP5       2187
-## 28299 28299     A6URT7       2187
-## 28300 28300     A6URV6       2187
-## 28301 28301     A6URW1       2187
-## 28302 28302     A6URW1       2187
-## 28303 28303     A6URW3       2187
-## 28304 28304     A6URW3       2187
-## 28305 28305     A6US08       2187
-## 28306 28306     A6US09       2187
-## 28307 28307     A6US09       2187
-## 28308 28308     A6US17       2187
-## 28309 28309     A6US27       2187
-## 28310 28310     A6US27       2187
-## 28311 28311     A6US71       2187
-## 28312 28312     A6US81       2187
-## 28313 28313     A6USB0       2187
-## 28314 28314     A6USB4       2187
-## 28315 28315     A6USC2       2187
-## 28316 28316     A6USC8       2187
-## 28317 28317     A6USF9       2187
-## 28318 28318     A6USJ0       2187
-## 28319 28319     A6USJ0       2187
-## 28320 28320     A6UT10      42879
-## 28321 28321     A6UT12      42879
-## 28322 28322     A6UT21      42879
-## 28323 28323     A6UT22      42879
-## 28324 28324     A6UT32      42879
-## 28325 28325     A6UT74      42879
-## 28326 28326     A6UT95      42879
-## 28327 28327     A6UTA7      42879
-## 28328 28328     A6UTA8      42879
-## 28329 28329     A6UTB9      42879
-## 28330 28330     A6UTE4      42879
-## 28331 28331     A6UTE5      42879
-## 28332 28332     A6UTE9      42879
-## 28333 28333     A6UTF6      42879
-## 28334 28334     A6UTF8      42879
-## 28335 28335     A6UTF8      42879
-## 28336 28336     A6UTF8      42879
-## 28337 28337     A6UTF8      42879
-## 28338 28338     A6UTF9      42879
-## 28339 28339     A6UTF9      42879
-## 28340 28340     A6UTK3      42879
-## 28341 28341     A6UTK3      42879
-## 28342 28342     A6UTK4      42879
-## 28343 28343     A6UTT2      42879
-## 28344 28344     A6UTZ1      42879
-## 28345 28345     A6UU75      42879
-## 28346 28346     A6UU75      42879
-## 28347 28347     A6UUK5      42879
-## 28348 28348     A6UUN1      42879
-## 28349 28349     A6UUN1      42879
-## 28350 28350     A6UUN3      42879
-## 28351 28351     A6UUN6      42879
-## 28352 28352     A6UUQ4      42879
-## 28353 28353     A6UUQ4      42879
-## 28354 28354     A6UUQ4      42879
-## 28355 28355     A6UUS4      42879
-## 28356 28356     A6UUS4      42879
-## 28357 28357     A6UUT2      42879
-## 28358 28358     A6UUV1      42879
-## 28359 28359     A6UV02      42879
-## 28360 28360     A6UV02      42879
-## 28361 28361     A6UV11      42879
-## 28362 28362     A6UV17      42879
-## 28363 28363     A6UV20      42879
-## 28364 28364     A6UV43      42879
-## 28365 28365     A6UV44      42879
-## 28366 28366     A6UV45      42879
-## 28367 28367     A6UV64      42879
-## 28368 28368     A6UV73      42879
-## 28369 28369     A6UV93      42879
-## 28370 28370     A6UVA8      42879
-## 28371 28371     A6UVC4      42879
-## 28372 28372     A6UVD8      42879
-## 28373 28373     A6UVJ0      42879
-## 28374 28374     A6UVJ0      42879
-## 28375 28375     A6UVJ0      42879
-## 28376 28376     A6UVJ0      42879
-## 28377 28377     A6UVK2      42879
-## 28378 28378     A6UVK2      42879
-## 28379 28379     A6UVK7      42879
-## 28380 28380     A6UVN4      42879
-## 28381 28381     A6UVT6      42879
-## 28382 28382     A6UW07      42879
-## 28383 28383     A6UW21      42879
-## 28384 28384     A6UW24      42879
-## 28385 28385     A6UW33      42879
-## 28386 28386     A6UW53      42879
-## 28387 28387     A6UW55      42879
-## 28388 28388     A6UW55      42879
-## 28389 28389     A6UW60      42879
-## 28390 28390     A6UW60      42879
-## 28391 28391     A6UW73      42879
-## 28392 28392     A6UW89      42879
-## 28393 28393     A6UW94      42879
-## 28394 28394     A6UW94      42879
-## 28395 28395     A6UWF6      42879
-## 28396 28396     A6UWG4      42879
-## 28397 28397     A6UWG4      42879
-## 28398 28398     A6UWL8      42879
-## 28399 28399     A6UWR5      42879
-## 28400 28400     A6UWR5      42879
-## 28401 28401     A6UWR5      42879
-## 28402 28402     A6UWR8      42879
-## 28403 28403     A6UWT0      42879
-## 28404 28404     A6UWT5      42879
-## 28405 28405     A6UWU3      42879
-## 28406 28406     A6UWV0      42879
-## 28407 28407     A6UWV1      42879
-## 28408 28408     A6UWV3      42879
-## 28409 28409     A6UWV8      42879
-## 28410 28410     A6UWX4      42879
-## 28411 28411     A6UX13      42879
-## 28412 28412     A6UX37      42879
-## 28413 28413     A6UX54      42879
-## 28414 28414     A6UX84        287
-## 28415 28415     A6UX86        287
-## 28416 28416     A6UYJ9        287
-## 28417 28417     A6UYL2        287
-## 28418 28418     A6UYU5        287
-## 28419 28419     A6UYU5        287
-## 28420 28420     A6UYW0        287
-## 28421 28421     A6UYW0        287
-## 28422 28422     A6UZ09        287
-## 28423 28423     A6UZ15        287
-## 28424 28424     A6UZ83        287
-## 28425 28425     A6UZ90        287
-## 28426 28426     A6UZF5        287
-## 28427 28427     A6UZI1        287
-## 28428 28428     A6UZI2        287
-## 28429 28429     A6UZI2        287
-## 28430 28430     A6UZI2        287
-## 28431 28431     A6UZJ4        287
-## 28432 28432     A6UZJ4        287
-## 28433 28433     A6UZJ9        287
-## 28434 28434     A6UZK2        287
-## 28435 28435     A6UZK3        287
-## 28436 28436     A6UZK3        287
-## 28437 28437     A6UZL0        287
-## 28438 28438     A6UZV3        287
-## 28439 28439     A6UZV3        287
-## 28440 28440     A6UZV3        287
-## 28441 28441     A6UZV3        287
-## 28442 28442     A6V055        287
-## 28443 28443     A6V058        287
-## 28444 28444     A6V0C5        287
-## 28445 28445     A6V0C5        287
-## 28446 28446     A6V0C5        287
-## 28447 28447     A6V0C7        287
-## 28448 28448     A6V0C9        287
-## 28449 28449     A6V0V1        287
-## 28450 28450     A6V187        287
-## 28451 28451     A6V187        287
-## 28452 28452     A6V1D0        287
-## 28453 28453     A6V1D3        287
-## 28454 28454     A6V1D3        287
-## 28455 28455     A6V1E2        287
-## 28456 28456     A6V1E2        287
-## 28457 28457     A6V1E2        287
-## 28458 28458     A6V1E2        287
-## 28459 28459     A6V1E2        287
-## 28460 28460     A6V1E4        287
-## 28461 28461     A6V1E4        287
-## 28462 28462     A6V1E4        287
-## 28463 28463     A6V1E4        287
-## 28464 28464     A6V1E6        287
-## 28465 28465     A6V1F2        287
-## 28466 28466     A6V1F3        287
-## 28467 28467     A6V1G2        287
-## 28468 28468     A6V1G3        287
-## 28469 28469     A6V1G3        287
-## 28470 28470     A6V1K5        287
-## 28471 28471     A6V1K5        287
-## 28472 28472     A6V1K5        287
-## 28473 28473     A6V1N8        287
-## 28474 28474     A6V1N8        287
-## 28475 28475     A6V1N9        287
-## 28476 28476     A6V1N9        287
-## 28477 28477     A6V1P1        287
-## 28478 28478     A6V1P1        287
-## 28479 28479     A6V1P1        287
-## 28480 28480     A6V1S1        287
-## 28481 28481     A6V1T4        287
-## 28482 28482     A6V1T8        287
-## 28483 28483     A6V1T8        287
-## 28484 28484     A6V1T8        287
-## 28485 28485     A6V1U5        287
-## 28486 28486     A6V1X3        287
-## 28487 28487     A6V1X3        287
-## 28488 28488     A6V1X3        287
-## 28489 28489     A6V2Q0        287
-## 28490 28490     A6V2Q6        287
-## 28491 28491     A6V2R2        287
-## 28492 28492     A6V2T9        287
-## 28493 28493     A6V2W1        287
-## 28494 28494     A6V325        287
-## 28495 28495     A6V328        287
-## 28496 28496     A6V398        287
-## 28497 28497     A6V3B7        287
-## 28498 28498     A6V485        287
-## 28499 28499     A6V489        287
-## 28500 28500     A6V4E1        287
-## 28501 28501     A6V4E9        287
-## 28502 28502     A6V4H3        287
-## 28503 28503     A6V4J2        287
-## 28504 28504     A6V628        287
-## 28505 28505     A6V628        287
-## 28506 28506     A6V6C0        287
-## 28507 28507     A6V6F5        287
-## 28508 28508     A6V6H6        287
-## 28509 28509     A6V6H6        287
-## 28510 28510     A6V6H6        287
-## 28511 28511     A6V6I1        287
-## 28512 28512     A6V6I3        287
-## 28513 28513     A6V6X8        287
-## 28514 28514     A6V6Z8        287
-## 28515 28515     A6V701        287
-## 28516 28516     A6V718        287
-## 28517 28517     A6V718        287
-## 28518 28518     A6V7B0        287
-## 28519 28519     A6V7H8        287
-## 28520 28520     A6V7X3        287
-## 28521 28521     A6V7X3        287
-## 28522 28522     A6V7X4        287
-## 28523 28523     A6V7Y9        287
-## 28524 28524     A6V8H8        287
-## 28525 28525     A6V8H8        287
-## 28526 28526     A6V8N8        287
-## 28527 28527     A6V8R6        287
-## 28528 28528     A6V8T2        287
-## 28529 28529     A6V910        287
-## 28530 28530     A6V924        287
-## 28531 28531     A6V924        287
-## 28532 28532     A6V9L0        287
-## 28533 28533     A6V9L0        287
-## 28534 28534     A6VA50        287
-## 28535 28535     A6VA56        287
-## 28536 28536     A6VA56        287
-## 28537 28537     A6VA56        287
-## 28538 28538     A6VA71        287
-## 28539 28539     A6VA71        287
-## 28540 28540     A6VA71        287
-## 28541 28541     A6VA71        287
-## 28542 28542     A6VA73        287
-## 28543 28543     A6VAC0        287
-## 28544 28544     A6VAC0        287
-## 28545 28545     A6VAD3        287
-## 28546 28546     A6VAE3        287
-## 28547 28547     A6VAE3        287
-## 28548 28548     A6VAK9        287
-## 28549 28549     A6VAK9        287
-## 28550 28550     A6VB55        287
-## 28551 28551     A6VB57        287
-## 28552 28552     A6VB57        287
-## 28553 28553     A6VB84        287
-## 28554 28554     A6VB84        287
-## 28555 28555     A6VB85        287
-## 28556 28556     A6VB88        287
-## 28557 28557     A6VB93        287
-## 28558 28558     A6VB98        287
-## 28559 28559     A6VBC3        287
-## 28560 28560     A6VBD9        287
-## 28561 28561     A6VBD9        287
-## 28562 28562     A6VBI8        287
-## 28563 28563     A6VBJ8        287
-## 28564 28564     A6VBN0        287
-## 28565 28565     A6VBU7        287
-## 28566 28566     A6VBU7        287
-## 28567 28567     A6VBV2        287
-## 28568 28568     A6VBV3        287
-## 28569 28569     A6VBV3        287
-## 28570 28570     A6VBW1        287
-## 28571 28571     A6VC02        287
-## 28572 28572     A6VC20        287
-## 28573 28573     A6VC42        287
-## 28574 28574     A6VC58        287
-## 28575 28575     A6VC61        287
-## 28576 28576     A6VC67        287
-## 28577 28577     A6VC68        287
-## 28578 28578     A6VCH6        287
-## 28579 28579     A6VCH9        287
-## 28580 28580     A6VCI8        287
-## 28581 28581     A6VCI8        287
-## 28582 28582     A6VCJ6        287
-## 28583 28583     A6VCJ9        287
-## 28584 28584     A6VCK1        287
-## 28585 28585     A6VCK1        287
-## 28586 28586     A6VCK1        287
-## 28587 28587     A6VCK1        287
-## 28588 28588     A6VCK9        287
-## 28589 28589     A6VCL7        287
-## 28590 28590     A6VCL7        287
-## 28591 28591     A6VCL7        287
-## 28592 28592     A6VCL8        287
-## 28593 28593     A6VCL8        287
-## 28594 28594     A6VCL8        287
-## 28595 28595     A6VCL9        287
-## 28596 28596     A6VCR3        287
-## 28597 28597     A6VCX4        287
-## 28598 28598     A6VCY0        287
-## 28599 28599     A6VD32        287
-## 28600 28600     A6VD45        287
-## 28601 28601     A6VD45        287
-## 28602 28602     A6VD48        287
-## 28603 28603     A6VD51        287
-## 28604 28604     A6VD52        287
-## 28605 28605     A6VD59        287
-## 28606 28606     A6VD59        287
-## 28607 28607     A6VDB5        287
-## 28608 28608     A6VDB5        287
-## 28609 28609     A6VDE2        287
-## 28610 28610     A6VDH5        287
-## 28611 28611     A6VDI6        287
-## 28612 28612     A6VDJ1        287
-## 28613 28613     A6VDK0        287
-## 28614 28614     A6VDK0        287
-## 28615 28615     A6VDK0        287
-## 28616 28616     A6VDL0        287
-## 28617 28617     A6VDL7        287
-## 28618 28618     A6VDN5        287
-## 28619 28619     A6VDP9        287
-## 28620 28620     A6VDW7        287
-## 28621 28621     A6VE11        287
-## 28622 28622     A6VE11        287
-## 28623 28623     A6VE23        287
-## 28624 28624     A6VE40        287
-## 28625 28625     A6VE40        287
-## 28626 28626     A6VE40        287
-## 28627 28627     A6VEV6        287
-## 28628 28628     A6VEV6        287
-## 28629 28629     A6VF17        287
-## 28630 28630     A6VF30        287
-## 28631 28631     A6VF34        287
-## 28632 28632     A6VF35        287
-## 28633 28633     A6VF36        287
-## 28634 28634     A6VF37        287
-## 28635 28635     A6VF42        287
-## 28636 28636     A6VF43        287
-## 28637 28637     A6VFI6      39152
-## 28638 28638     A6VFM8      39152
-## 28639 28639     A6VFP0      39152
-## 28640 28640     A6VFP3      39152
-## 28641 28641     A6VFS5      39152
-## 28642 28642     A6VFT8      39152
-## 28643 28643     A6VFU3      39152
-## 28644 28644     A6VFW2      39152
-## 28645 28645     A6VFY9      39152
-## 28646 28646     A6VFZ3      39152
-## 28647 28647     A6VG07      39152
-## 28648 28648     A6VG07      39152
-## 28649 28649     A6VG23      39152
-## 28650 28650     A6VG23      39152
-## 28651 28651     A6VG23      39152
-## 28652 28652     A6VG76      39152
-## 28653 28653     A6VG83      39152
-## 28654 28654     A6VG87      39152
-## 28655 28655     A6VGD1      39152
-## 28656 28656     A6VGE3      39152
-## 28657 28657     A6VGE8      39152
-## 28658 28658     A6VGF6      39152
-## 28659 28659     A6VGH5      39152
-## 28660 28660     A6VGJ4      39152
-## 28661 28661     A6VGK4      39152
-## 28662 28662     A6VGK5      39152
-## 28663 28663     A6VGM3      39152
-## 28664 28664     A6VGP5      39152
-## 28665 28665     A6VGR2      39152
-## 28666 28666     A6VGS0      39152
-## 28667 28667     A6VGV0      39152
-## 28668 28668     A6VGV0      39152
-## 28669 28669     A6VGV0      39152
-## 28670 28670     A6VGV9      39152
-## 28671 28671     A6VGZ1      39152
-## 28672 28672     A6VGZ7      39152
-## 28673 28673     A6VH00      39152
-## 28674 28674     A6VH05      39152
-## 28675 28675     A6VH13      39152
-## 28676 28676     A6VH25      39152
-## 28677 28677     A6VH25      39152
-## 28678 28678     A6VH54      39152
-## 28679 28679     A6VH54      39152
-## 28680 28680     A6VH56      39152
-## 28681 28681     A6VH72      39152
-## 28682 28682     A6VH94      39152
-## 28683 28683     A6VHD2      39152
-## 28684 28684     A6VHD3      39152
-## 28685 28685     A6VHD5      39152
-## 28686 28686     A6VHE0      39152
-## 28687 28687     A6VHE8      39152
-## 28688 28688     A6VHF1      39152
-## 28689 28689     A6VHK5      39152
-## 28690 28690     A6VHR6      39152
-## 28691 28691     A6VHR9      39152
-## 28692 28692     A6VHS2      39152
-## 28693 28693     A6VHW4      39152
-## 28694 28694     A6VHW4      39152
-## 28695 28695     A6VHZ5      39152
-## 28696 28696     A6VHZ5      39152
-## 28697 28697     A6VHZ5      39152
-## 28698 28698     A6VI08      39152
-## 28699 28699     A6VI14      39152
-## 28700 28700     A6VI14      39152
-## 28701 28701     A6VI14      39152
-## 28702 28702     A6VI22      39152
-## 28703 28703     A6VI28      39152
-## 28704 28704     A6VI38      39152
-## 28705 28705     A6VI48      39152
-## 28706 28706     A6VI49      39152
-## 28707 28707     A6VIB2      39152
-## 28708 28708     A6VIK1      39152
-## 28709 28709     A6VIN4      39152
-## 28710 28710     A6VIN4      39152
-## 28711 28711     A6VIP0      39152
-## 28712 28712     A6VIP7      39152
-## 28713 28713     A6VIP9      39152
-## 28714 28714     A6VIP9      39152
-## 28715 28715     A6VIP9      39152
-## 28716 28716     A6VIQ0      39152
-## 28717 28717     A6VIQ0      39152
-## 28718 28718     A6VIQ1      39152
-## 28719 28719     A6VIT0      39152
-## 28720 28720     A6VIV7      39152
-## 28721 28721     A6VJ31      39152
-## 28722 28722     A6VJ52      39152
-## 28723 28723     A6VJ76      39152
-## 28724 28724     A6VJJ9      39152
-## 28725 28725     A6VJM2      39152
-## 28726 28726     A6VJQ7      39152
-## 28727 28727     A6VJT2      39152
-## 28728 28728     A6VJW0      39152
-## 28729 28729     A6VJX1      39152
-## 28730 28730     A6VJX5      39152
-## 28731 28731     A6VJX5      39152
-## 28732 28732     A6VJY4      39152
-## 28733 28733     A6VJZ0      39152
-## 28734 28734     A6VK13      39152
-## 28735 28735     A6VK13      39152
-## 28736 28736     A6VKA8      67854
-## 28737 28737     A6VKA8      67854
-## 28738 28738     A6VKA8      67854
-## 28739 28739     A6VKC4      67854
-## 28740 28740     A6VKC4      67854
-## 28741 28741     A6VKC5      67854
-## 28742 28742     A6VKD6      67854
-## 28743 28743     A6VKU5      67854
-## 28744 28744     A6VKV4      67854
-## 28745 28745     A6VKX7      67854
-## 28746 28746     A6VKY5      67854
-## 28747 28747     A6VKZ6      67854
-## 28748 28748     A6VL11      67854
-## 28749 28749     A6VL53      67854
-## 28750 28750     A6VL65      67854
-## 28751 28751     A6VL68      67854
-## 28752 28752     A6VL73      67854
-## 28753 28753     A6VL73      67854
-## 28754 28754     A6VL83      67854
-## 28755 28755     A6VLB1      67854
-## 28756 28756     A6VLC4      67854
-## 28757 28757     A6VLD2      67854
-## 28758 28758     A6VLE6      67854
-## 28759 28759     A6VLE6      67854
-## 28760 28760     A6VLG0      67854
-## 28761 28761     A6VLI9      67854
-## 28762 28762     A6VLJ6      67854
-## 28763 28763     A6VLK3      67854
-## 28764 28764     A6VLS5      67854
-## 28765 28765     A6VLU1      67854
-## 28766 28766     A6VLY0      67854
-## 28767 28767     A6VLY1      67854
-## 28768 28768     A6VM01      67854
-## 28769 28769     A6VM38      67854
-## 28770 28770     A6VM96      67854
-## 28771 28771     A6VMA9      67854
-## 28772 28772     A6VMB8      67854
-## 28773 28773     A6VMB8      67854
-## 28774 28774     A6VMD3      67854
-## 28775 28775     A6VMD7      67854
-## 28776 28776     A6VMD8      67854
-## 28777 28777     A6VME8      67854
-## 28778 28778     A6VME8      67854
-## 28779 28779     A6VML2      67854
-## 28780 28780     A6VMP1      67854
-## 28781 28781     A6VMQ9      67854
-## 28782 28782     A6VMQ9      67854
-## 28783 28783     A6VMR0      67854
-## 28784 28784     A6VMR3      67854
-## 28785 28785     A6VMR3      67854
-## 28786 28786     A6VMR4      67854
-## 28787 28787     A6VMR9      67854
-## 28788 28788     A6VMU1      67854
-## 28789 28789     A6VMW8      67854
-## 28790 28790     A6VMW8      67854
-## 28791 28791     A6VMY4      67854
-## 28792 28792     A6VMY7      67854
-## 28793 28793     A6VMZ1      67854
-## 28794 28794     A6VN08      67854
-## 28795 28795     A6VN10      67854
-## 28796 28796     A6VN24      67854
-## 28797 28797     A6VN94      67854
-## 28798 28798     A6VNB0      67854
-## 28799 28799     A6VNB0      67854
-## 28800 28800     A6VNB0      67854
-## 28801 28801     A6VNB1      67854
-## 28802 28802     A6VNB3      67854
-## 28803 28803     A6VNB3      67854
-## 28804 28804     A6VNE0      67854
-## 28805 28805     A6VNE0      67854
-## 28806 28806     A6VNF1      67854
-## 28807 28807     A6VNZ2      67854
-## 28808 28808     A6VNZ2      67854
-## 28809 28809     A6VP11      67854
-## 28810 28810     A6VP15      67854
-## 28811 28811     A6VP15      67854
-## 28812 28812     A6VP17      67854
-## 28813 28813     A6VP30      67854
-## 28814 28814     A6VP37      67854
-## 28815 28815     A6VP44      67854
-## 28816 28816     A6VP50      67854
-## 28817 28817     A6VP67      67854
-## 28818 28818     A6VP67      67854
-## 28819 28819     A6VP72      67854
-## 28820 28820     A6VP74      67854
-## 28821 28821     A6VP84      67854
-## 28822 28822     A6VPG3      67854
-## 28823 28823     A6VPG3      67854
-## 28824 28824     A6VPG7      67854
-## 28825 28825     A6VPH1      67854
-## 28826 28826     A6VPM2      67854
-## 28827 28827     A6VQ31      67854
-## 28828 28828     A6VQ42      67854
-## 28829 28829     A6VQ42      67854
-## 28830 28830     A6VQ42      67854
-## 28831 28831     A6VQ42      67854
-## 28832 28832     A6VQ43      67854
-## 28833 28833     A6VQ66      67854
-## 28834 28834     A6VQ66      67854
-## 28835 28835     A6VQ68      67854
-## 28836 28836     A6VQ76      67854
-## 28837 28837     A6VQ96      67854
-## 28838 28838     A6VQA5      67854
-## 28839 28839     A6VQD5      67854
-## 28840 28840     A6VQD5      67854
-## 28841 28841     A6VQE0      67854
-## 28842 28842     A6VQH1      67854
-## 28843 28843     A6VQH4      67854
-## 28844 28844     A6VQI8      67854
-## 28845 28845     A6VQI8      67854
-## 28846 28846     A6VQJ6      67854
-## 28847 28847     A6VQK2      67854
-## 28848 28848     A6VQK2      67854
-## 28849 28849     A6VQL0      67854
-## 28850 28850     A6VQM7      67854
-## 28851 28851     A6VQN6      67854
-## 28852 28852     A6VQN6      67854
-## 28853 28853     A6VQP2      67854
-## 28854 28854     A6VQU2      67854
-## 28855 28855     A6VQU2      67854
-## 28856 28856     A6VQU4      67854
-## 28857 28857     A6VQW2      67854
-## 28858 28858     A6VQX6      67854
-## 28859 28859     A6VQX9      67854
-## 28860 28860     A6VQY7      67854
-## 28861 28861     A6VR00      67854
-## 28862 28862     A6VRA1         NA
-## 28863 28863     A6VRG3         NA
-## 28864 28864     A6VSP9         NA
-## 28865 28865     A6VSY4         NA
-## 28866 28866     A6VSY6         NA
-## 28867 28867     A6VT70         NA
-## 28868 28868     A6VT94         NA
-## 28869 28869     A6VTC6         NA
-## 28870 28870     A6VTQ2         NA
-## 28871 28871     A6VTV5         NA
-## 28872 28872     A6VTW0         NA
-## 28873 28873     A6VTW0         NA
-## 28874 28874     A6VU29         NA
-## 28875 28875     A6VU29         NA
-## 28876 28876     A6VU53         NA
-## 28877 28877     A6VU53         NA
-## 28878 28878     A6VU53         NA
-## 28879 28879     A6VUA4         NA
-## 28880 28880     A6VUC8         NA
-## 28881 28881     A6VUC8         NA
-## 28882 28882     A6VUD3         NA
-## 28883 28883     A6VUD9         NA
-## 28884 28884     A6VUE5         NA
-## 28885 28885     A6VUE5         NA
-## 28886 28886     A6VUG0         NA
-## 28887 28887     A6VUP1         NA
-## 28888 28888     A6VUQ5         NA
-## 28889 28889     A6VUQ9         NA
-## 28890 28890     A6VUT2         NA
-## 28891 28891     A6VUT3         NA
-## 28892 28892     A6VUU9         NA
-## 28893 28893     A6VUX8         NA
-## 28894 28894     A6VV07         NA
-## 28895 28895     A6VV10         NA
-## 28896 28896     A6VVM8         NA
-## 28897 28897     A6VVN4         NA
-## 28898 28898     A6VW03         NA
-## 28899 28899     A6VW08         NA
-## 28900 28900     A6VW16         NA
-## 28901 28901     A6VW19         NA
-## 28902 28902     A6VW35         NA
-## 28903 28903     A6VWL7         NA
-## 28904 28904     A6VWN0         NA
-## 28905 28905     A6VWQ5         NA
-## 28906 28906     A6VWQ5         NA
-## 28907 28907     A6VWQ5         NA
-## 28908 28908     A6VWQ6         NA
-## 28909 28909     A6VWQ6         NA
-## 28910 28910     A6VWY0         NA
-## 28911 28911     A6VWY0         NA
-## 28912 28912     A6VWY4         NA
-## 28913 28913     A6VX18         NA
-## 28914 28914     A6VX34         NA
-## 28915 28915     A6VX63         NA
-## 28916 28916     A6VXC5         NA
-## 28917 28917     A6VXD7         NA
-## 28918 28918     A6VXD7         NA
-## 28919 28919     A6VXM3         NA
-## 28920 28920     A6VXM7         NA
-## 28921 28921     A6VXM7         NA
-## 28922 28922     A6VXW3         NA
-## 28923 28923     A6VXY2         NA
-## 28924 28924     A6VXZ2         NA
-## 28925 28925     A6VY00         NA
-## 28926 28926     A6VYA4         NA
-## 28927 28927     A6VYC5         NA
-## 28928 28928     A6VYC5         NA
-## 28929 28929     A6VYC5         NA
-## 28930 28930     A6VYJ1         NA
-## 28931 28931     A6VYJ1         NA
-## 28932 28932     A6VYK1         NA
-## 28933 28933     A6VYK1         NA
-## 28934 28934     A6VYK6         NA
-## 28935 28935     A6VYK7         NA
-## 28936 28936     A6VYN2         NA
-## 28937 28937     A6VZ12         NA
-## 28938 28938     A6VZ30         NA
-## 28939 28939     A6VZ75         NA
-## 28940 28940     A6VZ75         NA
-## 28941 28941     A6VZ85         NA
-## 28942 28942     A6VZ89         NA
-## 28943 28943     A6VZ89         NA
-## 28944 28944     A6VZ98         NA
-## 28945 28945     A6VZA1         NA
-## 28946 28946     A6VZA1         NA
-## 28947 28947     A6VZB3         NA
-## 28948 28948     A6VZB3         NA
-## 28949 28949     A6VZE7         NA
-## 28950 28950     A6VZE7         NA
-## 28951 28951     A6VZE7         NA
-## 28952 28952     A6VZN6         NA
-## 28953 28953     A6VZN8         NA
-## 28954 28954     A6VZN8         NA
-## 28955 28955     A6VZN8         NA
-## 28956 28956     A6VZN8         NA
-## 28957 28957     A6W097         NA
-## 28958 28958     A6W0Y1         NA
-## 28959 28959     A6W133         NA
-## 28960 28960     A6W1C9         NA
-## 28961 28961     A6W1F1         NA
-## 28962 28962     A6W1F2         NA
-## 28963 28963     A6W1Q6         NA
-## 28964 28964     A6W1R8         NA
-## 28965 28965     A6W1T1         NA
-## 28966 28966     A6W1U1         NA
-## 28967 28967     A6W1W3         NA
-## 28968 28968     A6W216         NA
-## 28969 28969     A6W216         NA
-## 28970 28970     A6W2D1         NA
-## 28971 28971     A6W2D1         NA
-## 28972 28972     A6W2D1         NA
-## 28973 28973     A6W2D1         NA
-## 28974 28974     A6W2D2         NA
-## 28975 28975     A6W2K8         NA
-## 28976 28976     A6W2M9         NA
-## 28977 28977     A6W2P7         NA
-## 28978 28978     A6W2U6         NA
-## 28979 28979     A6W2U6         NA
-## 28980 28980     A6W2W4         NA
-## 28981 28981     A6W2W4         NA
-## 28982 28982     A6W346         NA
-## 28983 28983     A6W352         NA
-## 28984 28984     A6W352         NA
-## 28985 28985     A6W371         NA
-## 28986 28986     A6W376         NA
-## 28987 28987     A6W378         NA
-## 28988 28988     A6W380         NA
-## 28989 28989     A6W381         NA
-## 28990 28990     A6W392         NA
-## 28991 28991     A6W398         NA
-## 28992 28992     A6W399         NA
-## 28993 28993     A6W399         NA
-## 28994 28994     A6W3A0         NA
-## 28995 28995     A6W3D6         NA
-## 28996 28996     A6W3T0         NA
-## 28997 28997     A6W3T1         NA
-## 28998 28998     A6W3T9         NA
-## 28999 28999     A6W3V1         NA
-## 29000 29000     A6W4I5     131568
-## 29001 29001     A6W4N5     131568
-## 29002 29002     A6W572     131568
-## 29003 29003     A6W5D4     131568
-## 29004 29004     A6W5H6     131568
-## 29005 29005     A6W5M6     131568
-## 29006 29006     A6W5M6     131568
-## 29007 29007     A6W5S8     131568
-## 29008 29008     A6W5S9     131568
-## 29009 29009     A6W5T0     131568
-## 29010 29010     A6W5T1     131568
-## 29011 29011     A6W5T1     131568
-## 29012 29012     A6W5T8     131568
-## 29013 29013     A6W5U4     131568
-## 29014 29014     A6W5U4     131568
-## 29015 29015     A6W5V3     131568
-## 29016 29016     A6W5V5     131568
-## 29017 29017     A6W5X0     131568
-## 29018 29018     A6W5Y5     131568
-## 29019 29019     A6W5Y6     131568
-## 29020 29020     A6W614     131568
-## 29021 29021     A6W6A1     131568
-## 29022 29022     A6W6C7     131568
-## 29023 29023     A6W6C7     131568
-## 29024 29024     A6W6C7     131568
-## 29025 29025     A6W6D1     131568
-## 29026 29026     A6W6D1     131568
-## 29027 29027     A6W6E9     131568
-## 29028 29028     A6W6G0     131568
-## 29029 29029     A6W6P9     131568
-## 29030 29030     A6W6R5     131568
-## 29031 29031     A6W6R5     131568
-## 29032 29032     A6W6R5     131568
-## 29033 29033     A6W6U5     131568
-## 29034 29034     A6W6U5     131568
-## 29035 29035     A6W6V0     131568
-## 29036 29036     A6W6V3     131568
-## 29037 29037     A6W733     131568
-## 29038 29038     A6W733     131568
-## 29039 29039     A6W792     131568
-## 29040 29040     A6W792     131568
-## 29041 29041     A6W7F6     131568
-## 29042 29042     A6W7G5     131568
-## 29043 29043     A6W7G6     131568
-## 29044 29044     A6W7G6     131568
-## 29045 29045     A6W7G7     131568
-## 29046 29046     A6W7K7     131568
-## 29047 29047     A6W7K7     131568
-## 29048 29048     A6W7L6     131568
-## 29049 29049     A6W7L6     131568
-## 29050 29050     A6W7L7     131568
-## 29051 29051     A6W7Q5     131568
-## 29052 29052     A6W7Q7     131568
-## 29053 29053     A6W7R2     131568
-## 29054 29054     A6W7U7     131568
-## 29055 29055     A6W7W4     131568
-## 29056 29056     A6W7W9     131568
-## 29057 29057     A6W7W9     131568
-## 29058 29058     A6W7Y5     131568
-## 29059 29059     A6W7Y9     131568
-## 29060 29060     A6W7Z2     131568
-## 29061 29061     A6W7Z2     131568
-## 29062 29062     A6W7Z2     131568
-## 29063 29063     A6W7Z2     131568
-## 29064 29064     A6W7Z2     131568
-## 29065 29065     A6W7Z2     131568
-## 29066 29066     A6W7Z2     131568
-## 29067 29067     A6W7Z2     131568
-## 29068 29068     A6W7Z2     131568
-## 29069 29069     A6W7Z2     131568
-## 29070 29070     A6W7Z2     131568
-## 29071 29071     A6W7Z2     131568
-## 29072 29072     A6W7Z4     131568
-## 29073 29073     A6W815     131568
-## 29074 29074     A6W815     131568
-## 29075 29075     A6W828     131568
-## 29076 29076     A6W828     131568
-## 29077 29077     A6W833     131568
-## 29078 29078     A6W849     131568
-## 29079 29079     A6W849     131568
-## 29080 29080     A6W961     131568
-## 29081 29081     A6W969     131568
-## 29082 29082     A6W970     131568
-## 29083 29083     A6W970     131568
-## 29084 29084     A6W971     131568
-## 29085 29085     A6W9V1     131568
-## 29086 29086     A6W9V1     131568
-## 29087 29087     A6W9V1     131568
-## 29088 29088     A6WC54     131568
-## 29089 29089     A6WC55     131568
-## 29090 29090     A6WC57     131568
-## 29091 29091     A6WCA2     131568
-## 29092 29092     A6WCA9     131568
-## 29093 29093     A6WCC6     131568
-## 29094 29094     A6WCD3     131568
-## 29095 29095     A6WCF7     131568
-## 29096 29096     A6WCF7     131568
-## 29097 29097     A6WCF7     131568
-## 29098 29098     A6WCG5     131568
-## 29099 29099     A6WCH4     131568
-## 29100 29100     A6WCI3     131568
-## 29101 29101     A6WCS8     131568
-## 29102 29102     A6WCU2     131568
-## 29103 29103     A6WCW8     131568
-## 29104 29104     A6WCX3     131568
-## 29105 29105     A6WCX3     131568
-## 29106 29106     A6WCX7     131568
-## 29107 29107     A6WCY2     131568
-## 29108 29108     A6WCY2     131568
-## 29109 29109     A6WCY3     131568
-## 29110 29110     A6WDI1     131568
-## 29111 29111     A6WDI1     131568
-## 29112 29112     A6WDM6     131568
-## 29113 29113     A6WDM9     131568
-## 29114 29114     A6WDM9     131568
-## 29115 29115     A6WDM9     131568
-## 29116 29116     A6WDU2     131568
-## 29117 29117     A6WE60     131568
-## 29118 29118     A6WF55     131568
-## 29119 29119     A6WFC5     131568
-## 29120 29120     A6WFV7     131568
-## 29121 29121     A6WG40     131568
-## 29122 29122     A6WG60     131568
-## 29123 29123     A6WGF9     131568
-## 29124 29124     A6WGM8     131568
-## 29125 29125     A6WGM8     131568
-## 29126 29126     A6WGM8     131568
-## 29127 29127     A6WHA0      62322
-## 29128 29128     A6WHB4      62322
-## 29129 29129     A6WHB6      62322
-## 29130 29130     A6WHC7      62322
-## 29131 29131     A6WHI0      62322
-## 29132 29132     A6WHI0      62322
-## 29133 29133     A6WHI5      62322
-## 29134 29134     A6WHL6      62322
-## 29135 29135     A6WHM7      62322
-## 29136 29136     A6WHQ5      62322
-## 29137 29137     A6WHQ5      62322
-## 29138 29138     A6WHS2      62322
-## 29139 29139     A6WHS2      62322
-## 29140 29140     A6WHS8      62322
-## 29141 29141     A6WHS9      62322
-## 29142 29142     A6WHU0      62322
-## 29143 29143     A6WHU3      62322
-## 29144 29144     A6WIC2      62322
-## 29145 29145     A6WIC8      62322
-## 29146 29146     A6WID9      62322
-## 29147 29147     A6WIE6      62322
-## 29148 29148     A6WIE7      62322
-## 29149 29149     A6WIE7      62322
-## 29150 29150     A6WIK3      62322
-## 29151 29151     A6WIK3      62322
-## 29152 29152     A6WJ17      62322
-## 29153 29153     A6WJ17      62322
-## 29154 29154     A6WJ66      62322
-## 29155 29155     A6WJ82      62322
-## 29156 29156     A6WJ82      62322
-## 29157 29157     A6WJH4      62322
-## 29158 29158     A6WJS7      62322
-## 29159 29159     A6WJS7      62322
-## 29160 29160     A6WJT5      62322
-## 29161 29161     A6WJZ1      62322
-## 29162 29162     A6WJZ2      62322
-## 29163 29163     A6WK08      62322
-## 29164 29164     A6WK08      62322
-## 29165 29165     A6WK49      62322
-## 29166 29166     A6WK51      62322
-## 29167 29167     A6WK51      62322
-## 29168 29168     A6WKC3      62322
-## 29169 29169     A6WKC3      62322
-## 29170 29170     A6WKL1      62322
-## 29171 29171     A6WKL6      62322
-## 29172 29172     A6WKM4      62322
-## 29173 29173     A6WKP0      62322
-## 29174 29174     A6WKP4      62322
-## 29175 29175     A6WKR1      62322
-## 29176 29176     A6WKY2      62322
-## 29177 29177     A6WKY5      62322
-## 29178 29178     A6WL03      62322
-## 29179 29179     A6WL18      62322
-## 29180 29180     A6WL23      62322
-## 29181 29181     A6WLA6      62322
-## 29182 29182     A6WLA7      62322
-## 29183 29183     A6WLB7      62322
-## 29184 29184     A6WLC0      62322
-## 29185 29185     A6WLC8      62322
-## 29186 29186     A6WLC8      62322
-## 29187 29187     A6WLP8      62322
-## 29188 29188     A6WLQ2      62322
-## 29189 29189     A6WLS3      62322
-## 29190 29190     A6WLX5      62322
-## 29191 29191     A6WM46      62322
-## 29192 29192     A6WM46      62322
-## 29193 29193     A6WM52      62322
-## 29194 29194     A6WM52      62322
-## 29195 29195     A6WM74      62322
-## 29196 29196     A6WM74      62322
-## 29197 29197     A6WMP4      62322
-## 29198 29198     A6WMW8      62322
-## 29199 29199     A6WNB3      62322
-## 29200 29200     A6WNG2      62322
-## 29201 29201     A6WNG2      62322
-## 29202 29202     A6WNN0      62322
-## 29203 29203     A6WNQ9      62322
-## 29204 29204     A6WNY2      62322
-## 29205 29205     A6WP56      62322
-## 29206 29206     A6WPA4      62322
-## 29207 29207     A6WPB5      62322
-## 29208 29208     A6WPC5      62322
-## 29209 29209     A6WPI2      62322
-## 29210 29210     A6WPJ5      62322
-## 29211 29211     A6WPK6      62322
-## 29212 29212     A6WPL2      62322
-## 29213 29213     A6WPS5      62322
-## 29214 29214     A6WPS6      62322
-## 29215 29215     A6WPX2      62322
-## 29216 29216     A6WQ09      62322
-## 29217 29217     A6WQ09      62322
-## 29218 29218     A6WQ09      62322
-## 29219 29219     A6WQ25      62322
-## 29220 29220     A6WQB8      62322
-## 29221 29221     A6WQJ7      62322
-## 29222 29222     A6WQN7      62322
-## 29223 29223     A6WQP2      62322
-## 29224 29224     A6WQP2      62322
-## 29225 29225     A6WQU2      62322
-## 29226 29226     A6WR16      62322
-## 29227 29227     A6WR19      62322
-## 29228 29228     A6WR23      62322
-## 29229 29229     A6WR23      62322
-## 29230 29230     A6WR28      62322
-## 29231 29231     A6WR37      62322
-## 29232 29232     A6WRA3      62322
-## 29233 29233     A6WRB5      62322
-## 29234 29234     A6WRB8      62322
-## 29235 29235     A6WRG3      62322
-## 29236 29236     A6WRG3      62322
-## 29237 29237     A6WRG8      62322
-## 29238 29238     A6WRH7      62322
-## 29239 29239     A6WRI8      62322
-## 29240 29240     A6WRJ9      62322
-## 29241 29241     A6WRJ9      62322
-## 29242 29242     A6WRL2      62322
-## 29243 29243     A6WRU8      62322
-## 29244 29244     A6WRU8      62322
-## 29245 29245     A6WRU8      62322
-## 29246 29246     A6WS27      62322
-## 29247 29247     A6WS34      62322
-## 29248 29248     A6WS34      62322
-## 29249 29249     A6WS76      62322
-## 29250 29250     A6WS92      62322
-## 29251 29251     A6WSF1      62322
-## 29252 29252     A6WSF1      62322
-## 29253 29253     A6WSQ6      62322
-## 29254 29254     A6WST7      62322
-## 29255 29255     A6WSW1      62322
-## 29256 29256     A6WSX5      62322
-## 29257 29257     A6WSY9      62322
-## 29258 29258     A6WSY9      62322
-## 29259 29259     A6WSY9      62322
-## 29260 29260     A6WT04      62322
-## 29261 29261     A6WT30      62322
-## 29262 29262     A6WT30      62322
-## 29263 29263     A6WTD3      62322
-## 29264 29264     A6WTF8      62322
-## 29265 29265     A6WTF8      62322
-## 29266 29266     A6WTL7      62322
-## 29267 29267     A6WTQ0      62322
-## 29268 29268     A6WTY4      62322
-## 29269 29269     A6WU04      62322
-## 29270 29270     A6WU04      62322
-## 29271 29271     A6WU04      62322
-## 29272 29272     A6WU15      62322
-## 29273 29273     A6WU15      62322
-## 29274 29274     A6WUI8      62322
-## 29275 29275     A6WUJ2      62322
-## 29276 29276     A6WV17        529
-## 29277 29277     A6WV84        529
-## 29278 29278     A6WV84        529
-## 29279 29279     A6WV86        529
-## 29280 29280     A6WV86        529
-## 29281 29281     A6WVA7        529
-## 29282 29282     A6WVQ2        529
-## 29283 29283     A6WVQ8        529
-## 29284 29284     A6WVQ8        529
-## 29285 29285     A6WVR3        529
-## 29286 29286     A6WVR3        529
-## 29287 29287     A6WVR3        529
-## 29288 29288     A6WVR4        529
-## 29289 29289     A6WVU6        529
-## 29290 29290     A6WVX4        529
-## 29291 29291     A6WVY7        529
-## 29292 29292     A6WW65        529
-## 29293 29293     A6WW77        529
-## 29294 29294     A6WW79        529
-## 29295 29295     A6WW80        529
-## 29296 29296     A6WWE6        529
-## 29297 29297     A6WWE6        529
-## 29298 29298     A6WWG0        529
-## 29299 29299     A6WWG8        529
-## 29300 29300     A6WWG8        529
-## 29301 29301     A6WWW1        529
-## 29302 29302     A6WWW1        529
-## 29303 29303     A6WWW5        529
-## 29304 29304     A6WWW5        529
-## 29305 29305     A6WWW5        529
-## 29306 29306     A6WWW5        529
-## 29307 29307     A6WWW5        529
-## 29308 29308     A6WWW5        529
-## 29309 29309     A6WX07        529
-## 29310 29310     A6WX07        529
-## 29311 29311     A6WX07        529
-## 29312 29312     A6WX07        529
-## 29313 29313     A6WX21        529
-## 29314 29314     A6WX50        529
-## 29315 29315     A6WX76        529
-## 29316 29316     A6WX77        529
-## 29317 29317     A6WXE7        529
-## 29318 29318     A6WXE8        529
-## 29319 29319     A6WXF0        529
-## 29320 29320     A6WXG3        529
-## 29321 29321     A6WXG3        529
-## 29322 29322     A6WXJ1        529
-## 29323 29323     A6WXL6        529
-## 29324 29324     A6WXL9        529
-## 29325 29325     A6WXQ0        529
-## 29326 29326     A6WXR2        529
-## 29327 29327     A6WXR6        529
-## 29328 29328     A6WXS0        529
-## 29329 29329     A6WXS2        529
-## 29330 29330     A6WXS2        529
-## 29331 29331     A6WXU5        529
-## 29332 29332     A6WXV2        529
-## 29333 29333     A6WXV8        529
-## 29334 29334     A6WXW1        529
-## 29335 29335     A6WXX0        529
-## 29336 29336     A6WXX1        529
-## 29337 29337     A6WXY9        529
-## 29338 29338     A6WXY9        529
-## 29339 29339     A6WXY9        529
-## 29340 29340     A6WXY9        529
-## 29341 29341     A6WY81        529
-## 29342 29342     A6WY85        529
-## 29343 29343     A6WY87        529
-## 29344 29344     A6WYH7        529
-## 29345 29345     A6WYI0        529
-## 29346 29346     A6WYK2        529
-## 29347 29347     A6WYL7        529
-## 29348 29348     A6WYU6        529
-## 29349 29349     A6WYU6        529
-## 29350 29350     A6WYU6        529
-## 29351 29351     A6WYU8        529
-## 29352 29352     A6WYU8        529
-## 29353 29353     A6WYU9        529
-## 29354 29354     A6WZ81        529
-## 29355 29355     A6WZE3        529
-## 29356 29356     A6WZF1        529
-## 29357 29357     A6WZJ5        529
-## 29358 29358     A6WZQ3        529
-## 29359 29359     A6WZQ7        529
-## 29360 29360     A6WZX2        529
-## 29361 29361     A6WZX2        529
-## 29362 29362     A6X034        529
-## 29363 29363     A6X051        529
-## 29364 29364     A6X0A6        529
-## 29365 29365     A6X0B0        529
-## 29366 29366     A6X0B8        529
-## 29367 29367     A6X0C0        529
-## 29368 29368     A6X0C9        529
-## 29369 29369     A6X0D3        529
-## 29370 29370     A6X0D3        529
-## 29371 29371     A6X0E9        529
-## 29372 29372     A6X0E9        529
-## 29373 29373     A6X0E9        529
-## 29374 29374     A6X0G9        529
-## 29375 29375     A6X0K1        529
-## 29376 29376     A6X0K1        529
-## 29377 29377     A6X0K5        529
-## 29378 29378     A6X0T1        529
-## 29379 29379     A6X192        529
-## 29380 29380     A6X1E3        529
-## 29381 29381     A6X1G1        529
-## 29382 29382     A6X1G2        529
-## 29383 29383     A6X1H1        529
-## 29384 29384     A6X1H1        529
-## 29385 29385     A6X1J9        529
-## 29386 29386     A6X1J9        529
-## 29387 29387     A6X1J9        529
-## 29388 29388     A6X1K6        529
-## 29389 29389     A6X1L5        529
-## 29390 29390     A6X1M6        529
-## 29391 29391     A6X1W1        529
-## 29392 29392     A6X200        529
-## 29393 29393     A6X259        529
-## 29394 29394     A6X2G7        529
-## 29395 29395     A6X2G8        529
-## 29396 29396     A6X3C2        529
-## 29397 29397     A6X3D0        529
-## 29398 29398     A6X3D0        529
-## 29399 29399     A6X546        529
-## 29400 29400     A6X546        529
-## 29401 29401     A6X546        529
-## 29402 29402     A6X554        529
-## 29403 29403     A6X562        529
-## 29404 29404     A6X562        529
-## 29405 29405     A6X5L4        529
-## 29406 29406     A6X5T5        529
-## 29407 29407     A6X5T5        529
-## 29408 29408     A6X5T5        529
-## 29409 29409     A6X5X4        529
-## 29410 29410     A6X8E9        529
-## 29411 29411     A6X8E9        529
-## 29412 29412     A6X8Z5         NA
-## 29413 29413     A6X8Z5         NA
-## 29414 29414     A6X8Z5         NA
-## 29415 29415     A6X919         NA
-## 29416 29416     A6X935         NA
-## 29417 29417     A6X935         NA
-## 29418 29418     A6X935         NA
-## 29419 29419     A6X942         NA
-## 29420 29420     A6X942         NA
-## 29421 29421     A6XA80         NA
-## 29422 29422     A6XIG7         NA
-## 29423 29423     A6XKM2         NA
-## 29424 29424     A6XKM2         NA
-## 29425 29425     A6XKM2         NA
-## 29426 29426     A6XN32         NA
-## 29427 29427     A6XN32         NA
-## 29428 29428     A6XN32         NA
-## 29429 29429     A6Y9S5         NA
-## 29430 29430     A6Y9S5         NA
-## 29431 29431     A6YAP7         NA
-## 29432 29432     A6YB01         NA
-## 29433 29433     A6YCJ2         NA
-## 29434 29434     A6YCJ2         NA
-## 29435 29435     A6YCJ2         NA
-## 29436 29436     A6YCJ2         NA
-## 29437 29437     A6YCJ2         NA
-## 29438 29438     A6YCJ2         NA
-## 29439 29439     A6YF56         NA
-## 29440 29440     A6YF56         NA
-## 29441 29441     A6YFB5         NA
-## 29442 29442     A6YG60         NA
-## 29443 29443     A6YG64         NA
-## 29444 29444     A6YG65         NA
-## 29445 29445     A6YG66         NA
-## 29446 29446     A6YG76         NA
-## 29447 29447     A6YG77         NA
-## 29448 29448     A6YG96         NA
-## 29449 29449     A6YG96         NA
-## 29450 29450     A6YGA3         NA
-## 29451 29451     A6YGB4         NA
-## 29452 29452     A6YGB4         NA
-## 29453 29453     A6YGB6         NA
-## 29454 29454     A6YGC0         NA
-## 29455 29455     A6YGD8         NA
-## 29456 29456     A6YGD9         NA
-## 29457 29457     A6YGD9         NA
-## 29458 29458     A6YGE0         NA
-## 29459 29459     A6YIH8         NA
-## 29460 29460     A6YP92         NA
-## 29461 29461     A6YP92         NA
-## 29462 29462     A6YP92         NA
-## 29463 29463     A6YP92         NA
-## 29464 29464     A6YP92         NA
-## 29465 29465     A6YP92         NA
-## 29466 29466     A6YPJ8         NA
-## 29467 29467     A6YR20         NA
-## 29468 29468     A6YR21         NA
-## 29469 29469     A6YR29         NA
-## 29470 29470     A6YR30         NA
-## 29471 29471     A6YRY8         NA
-## 29472 29472     A6ZJ55         NA
-## 29473 29473     A6ZKL2       4932
-## 29474 29474     A6ZKN8       4932
-## 29475 29475     A6ZKN8       4932
-## 29476 29476     A6ZKR5       4932
-## 29477 29477     A6ZKT1       4932
-## 29478 29478     A6ZKT1       4932
-## 29479 29479     A6ZKU1       4932
-## 29480 29480     A6ZKU1       4932
-## 29481 29481     A6ZKU1       4932
-## 29482 29482     A6ZKU1       4932
-## 29483 29483     A6ZKU1       4932
-## 29484 29484     A6ZKU1       4932
-## 29485 29485     A6ZKU1       4932
-## 29486 29486     A6ZKU1       4932
-## 29487 29487     A6ZKU1       4932
-## 29488 29488     A6ZKW8       4932
-## 29489 29489     A6ZKX7       4932
-## 29490 29490     A6ZKX7       4932
-## 29491 29491     A6ZKX7       4932
-## 29492 29492     A6ZKY8       4932
-## 29493 29493     A6ZL17       4932
-## 29494 29494     A6ZL17       4932
-## 29495 29495     A6ZL18       4932
-## 29496 29496     A6ZL18       4932
-## 29497 29497     A6ZL22       4932
-## 29498 29498     A6ZL22       4932
-## 29499 29499     A6ZL22       4932
-## 29500 29500     A6ZL22       4932
-## 29501 29501     A6ZL53       4932
-## 29502 29502     A6ZL53       4932
-## 29503 29503     A6ZL53       4932
-## 29504 29504     A6ZL53       4932
-## 29505 29505     A6ZL53       4932
-## 29506 29506     A6ZL53       4932
-## 29507 29507     A6ZL53       4932
-## 29508 29508     A6ZL74       4932
-## 29509 29509     A6ZL85       4932
-## 29510 29510     A6ZL85       4932
-## 29511 29511     A6ZL94       4932
-## 29512 29512     A6ZL94       4932
-## 29513 29513     A6ZL94       4932
-## 29514 29514     A6ZL94       4932
-## 29515 29515     A6ZL94       4932
-## 29516 29516     A6ZLA6       4932
-## 29517 29517     A6ZLF4       4932
-## 29518 29518     A6ZLH6       4932
-## 29519 29519     A6ZLH8       4932
-## 29520 29520     A6ZLH8       4932
-## 29521 29521     A6ZLH8       4932
-## 29522 29522     A6ZM02       4932
-## 29523 29523     A6ZM04       4932
-## 29524 29524     A6ZM32       4932
-## 29525 29525     A6ZM67       4932
-## 29526 29526     A6ZM92       4932
-## 29527 29527     A6ZM93       4932
-## 29528 29528     A6ZM93       4932
-## 29529 29529     A6ZM93       4932
-## 29530 29530     A6ZM93       4932
-## 29531 29531     A6ZMA9       4932
-## 29532 29532     A6ZMA9       4932
-## 29533 29533     A6ZMA9       4932
-## 29534 29534     A6ZMC3       4932
-## 29535 29535     A6ZME0       4932
-## 29536 29536     A6ZME2       4932
-## 29537 29537     A6ZMF5       4932
-## 29538 29538     A6ZMG6       4932
-## 29539 29539     A6ZMG6       4932
-## 29540 29540     A6ZMK0       4932
-## 29541 29541     A6ZMK5       4932
-## 29542 29542     A6ZMK7       4932
-## 29543 29543     A6ZML5       4932
-## 29544 29544     A6ZMM2       4932
-## 29545 29545     A6ZMM2       4932
-## 29546 29546     A6ZMM3       4932
-## 29547 29547     A6ZMM3       4932
-## 29548 29548     A6ZMM3       4932
-## 29549 29549     A6ZMM3       4932
-## 29550 29550     A6ZMR6       4932
-## 29551 29551     A6ZMR6       4932
-## 29552 29552     A6ZMZ8       4932
-## 29553 29553     A6ZN18       4932
-## 29554 29554     A6ZN18       4932
-## 29555 29555     A6ZN26       4932
-## 29556 29556     A6ZN26       4932
-## 29557 29557     A6ZN26       4932
-## 29558 29558     A6ZN26       4932
-## 29559 29559     A6ZN61       4932
-## 29560 29560     A6ZN74       4932
-## 29561 29561     A6ZN74       4932
-## 29562 29562     A6ZN74       4932
-## 29563 29563     A6ZN74       4932
-## 29564 29564     A6ZN74       4932
-## 29565 29565     A6ZN74       4932
-## 29566 29566     A6ZN74       4932
-## 29567 29567     A6ZN74       4932
-## 29568 29568     A6ZNC8       4932
-## 29569 29569     A6ZNC8       4932
-## 29570 29570     A6ZNN4       4932
-## 29571 29571     A6ZNW6       4932
-## 29572 29572     A6ZP43       4932
-## 29573 29573     A6ZP43       4932
-## 29574 29574     A6ZP43       4932
-## 29575 29575     A6ZP43       4932
-## 29576 29576     A6ZP47       4932
-## 29577 29577     A6ZP88       4932
-## 29578 29578     A6ZPA6       4932
-## 29579 29579     A6ZPA9       4932
-## 29580 29580     A6ZPE1       4932
-## 29581 29581     A6ZPE5       4932
-## 29582 29582     A6ZPE5       4932
-## 29583 29583     A6ZPE5       4932
-## 29584 29584     A6ZPE5       4932
-## 29585 29585     A6ZPP1       4932
-## 29586 29586     A6ZPP1       4932
-## 29587 29587     A6ZPP1       4932
-## 29588 29588     A6ZPP2       4932
-## 29589 29589     A6ZPU3       4932
-## 29590 29590     A6ZPV9       4932
-## 29591 29591     A6ZPV9       4932
-## 29592 29592     A6ZPV9       4932
-## 29593 29593     A6ZPZ1       4932
-## 29594 29594     A6ZQ47       4932
-## 29595 29595     A6ZQE9       4932
-## 29596 29596     A6ZQF6       4932
-## 29597 29597     A6ZQF6       4932
-## 29598 29598     A6ZQG7       4932
-## 29599 29599     A6ZQG7       4932
-## 29600 29600     A6ZQG7       4932
-## 29601 29601     A6ZQH0       4932
-## 29602 29602     A6ZQH0       4932
-## 29603 29603     A6ZQH0       4932
-## 29604 29604     A6ZQH2       4932
-## 29605 29605     A6ZQH2       4932
-## 29606 29606     A6ZQH3       4932
-## 29607 29607     A6ZQH3       4932
-## 29608 29608     A6ZQH4       4932
-## 29609 29609     A6ZQH4       4932
-## 29610 29610     A6ZQH6       4932
-## 29611 29611     A6ZQH6       4932
-## 29612 29612     A6ZQH6       4932
-## 29613 29613     A6ZQI5       4932
-## 29614 29614     A6ZQL5       4932
-## 29615 29615     A6ZQL5       4932
-## 29616 29616     A6ZQL9       4932
-## 29617 29617     A6ZQL9       4932
-## 29618 29618     A6ZQU2       4932
-## 29619 29619     A6ZQU2       4932
-## 29620 29620     A6ZQU8       4932
-## 29621 29621     A6ZQX9       4932
-## 29622 29622     A6ZQY2       4932
-## 29623 29623     A6ZQY2       4932
-## 29624 29624     A6ZQY2       4932
-## 29625 29625     A6ZQY2       4932
-## 29626 29626     A6ZQY2       4932
-## 29627 29627     A6ZR25       4932
-## 29628 29628     A6ZR39       4932
-## 29629 29629     A6ZR39       4932
-## 29630 29630     A6ZR39       4932
-## 29631 29631     A6ZR39       4932
-## 29632 29632     A6ZR39       4932
-## 29633 29633     A6ZR53       4932
-## 29634 29634     A6ZR53       4932
-## 29635 29635     A6ZR64       4932
-## 29636 29636     A6ZR64       4932
-## 29637 29637     A6ZR64       4932
-## 29638 29638     A6ZR64       4932
-## 29639 29639     A6ZR73       4932
-## 29640 29640     A6ZRG6       4932
-## 29641 29641     A6ZRG6       4932
-## 29642 29642     A6ZRG7       4932
-## 29643 29643     A6ZRI9       4932
-## 29644 29644     A6ZRK1       4932
-## 29645 29645     A6ZRK1       4932
-## 29646 29646     A6ZRK4       4932
-## 29647 29647     A6ZRL6       4932
-## 29648 29648     A6ZRL6       4932
-## 29649 29649     A6ZRL7       4932
-## 29650 29650     A6ZRM0       4932
-## 29651 29651     A6ZRM0       4932
-## 29652 29652     A6ZRM7       4932
-## 29653 29653     A6ZRN4       4932
-## 29654 29654     A6ZRN4       4932
-## 29655 29655     A6ZRQ0       4932
-## 29656 29656     A6ZRQ0       4932
-## 29657 29657     A6ZRQ9       4932
-## 29658 29658     A6ZRQ9       4932
-## 29659 29659     A6ZRQ9       4932
-## 29660 29660     A6ZRQ9       4932
-## 29661 29661     A6ZRQ9       4932
-## 29662 29662     A6ZRQ9       4932
-## 29663 29663     A6ZRQ9       4932
-## 29664 29664     A6ZRQ9       4932
-## 29665 29665     A6ZRQ9       4932
-## 29666 29666     A6ZRR2       4932
-## 29667 29667     A6ZRR9       4932
-## 29668 29668     A6ZRW0       4932
-## 29669 29669     A6ZRW0       4932
-## 29670 29670     A6ZRW0       4932
-## 29671 29671     A6ZRW0       4932
-## 29672 29672     A6ZRW3       4932
-## 29673 29673     A6ZRW3       4932
-## 29674 29674     A6ZRW3       4932
-## 29675 29675     A6ZRW7       4932
-## 29676 29676     A6ZRW7       4932
-## 29677 29677     A6ZRW8       4932
-## 29678 29678     A6ZRW8       4932
-## 29679 29679     A6ZRX0       4932
-## 29680 29680     A6ZRX0       4932
-## 29681 29681     A6ZRX0       4932
-## 29682 29682     A6ZRZ0       4932
-## 29683 29683     A6ZRZ0       4932
-## 29684 29684     A6ZRZ0       4932
-## 29685 29685     A6ZRZ0       4932
-## 29686 29686     A6ZRZ0       4932
-## 29687 29687     A6ZRZ0       4932
-## 29688 29688     A6ZRZ0       4932
-## 29689 29689     A6ZRZ6       4932
-## 29690 29690     A6ZRZ6       4932
-## 29691 29691     A6ZS02       4932
-## 29692 29692     A6ZS02       4932
-## 29693 29693     A6ZS21       4932
-## 29694 29694     A6ZS21       4932
-## 29695 29695     A6ZSB3       4932
-## 29696 29696     A6ZSB3       4932
-## 29697 29697     A6ZSH0       4932
-## 29698 29698     A6ZSH6       4932
-## 29699 29699     A6ZSH9       4932
-## 29700 29700     A6ZSH9       4932
-## 29701 29701     A6ZSM1       4932
-## 29702 29702     A6ZSM1       4932
-## 29703 29703     A6ZSM1       4932
-## 29704 29704     A6ZSP9       4932
-## 29705 29705     A6ZSP9       4932
-## 29706 29706     A6ZSX1       4932
-## 29707 29707     A6ZSX1       4932
-## 29708 29708     A6ZSX1       4932
-## 29709 29709     A6ZT44       4932
-## 29710 29710     A6ZT54       4932
-## 29711 29711     A6ZT54       4932
-## 29712 29712     A6ZT67       4932
-## 29713 29713     A6ZT79       4932
-## 29714 29714     A6ZTA3       4932
-## 29715 29715     A6ZTA3       4932
-## 29716 29716     A6ZTE8       4932
-## 29717 29717     A6ZTR3       4932
-## 29718 29718     A6ZTR3       4932
-## 29719 29719     A6ZTR3       4932
-## 29720 29720     A6ZTW2       4932
-## 29721 29721     A6ZTW2       4932
-## 29722 29722     A6ZTW2       4932
-## 29723 29723     A6ZTW2       4932
-## 29724 29724     A6ZTW6       4932
-## 29725 29725     A6ZTX8       4932
-## 29726 29726     A6ZU07       4932
-## 29727 29727     A6ZU07       4932
-## 29728 29728     A6ZU08       4932
-## 29729 29729     A6ZU08       4932
-## 29730 29730     A6ZU15       4932
-## 29731 29731     A6ZU34       4932
-## 29732 29732     A6ZU34       4932
-## 29733 29733     A6ZU34       4932
-## 29734 29734     A6ZU34       4932
-## 29735 29735     A6ZU34       4932
-## 29736 29736     A6ZU34       4932
-## 29737 29737     A6ZU34       4932
-## 29738 29738     A6ZU34       4932
-## 29739 29739     A6ZU34       4932
-## 29740 29740     A6ZU71       4932
-## 29741 29741     A6ZUA1       4932
-## 29742 29742     A6ZUC0       4932
-## 29743 29743     A6ZUG8       4932
-## 29744 29744     A6ZUK8       4932
-## 29745 29745     A6ZUM5       4932
-## 29746 29746     A6ZUM5       4932
-## 29747 29747     A6ZUT6       4932
-## 29748 29748     A6ZUT6       4932
-## 29749 29749     A6ZV04       4932
-## 29750 29750     A6ZV04       4932
-## 29751 29751     A6ZV04       4932
-## 29752 29752     A6ZV70       4932
-## 29753 29753     A6ZV70       4932
-## 29754 29754     A6ZV85       4932
-## 29755 29755     A6ZV85       4932
-## 29756 29756     A6ZVB1       4932
-## 29757 29757     A6ZVE9       4932
-## 29758 29758     A6ZVE9       4932
-## 29759 29759     A6ZVE9       4932
-## 29760 29760     A6ZVG0       4932
-## 29761 29761     A6ZVI6       4932
-## 29762 29762     A6ZVI6       4932
-## 29763 29763     A6ZVI6       4932
-## 29764 29764     A6ZVS0       4932
-## 29765 29765     A6ZVS0       4932
-## 29766 29766     A6ZVS1       4932
-## 29767 29767     A6ZVS1       4932
-## 29768 29768     A6ZVS1       4932
-## 29769 29769     A6ZVS1       4932
-## 29770 29770     A6ZVS5       4932
-## 29771 29771     A6ZVS5       4932
-## 29772 29772     A6ZVS5       4932
-## 29773 29773     A6ZVS5       4932
-## 29774 29774     A6ZVS5       4932
-## 29775 29775     A6ZVS5       4932
-## 29776 29776     A6ZVS5       4932
-## 29777 29777     A6ZVS5       4932
-## 29778 29778     A6ZVS5       4932
-## 29779 29779     A6ZVS5       4932
-## 29780 29780     A6ZVT0       4932
-## 29781 29781     A6ZW01       4932
-## 29782 29782     A6ZW01       4932
-## 29783 29783     A6ZW95       4932
-## 29784 29784     A6ZW95       4932
-## 29785 29785     A6ZW95       4932
-## 29786 29786     A6ZWU0       4932
-## 29787 29787     A6ZWU0       4932
-## 29788 29788     A6ZX45       4932
-## 29789 29789     A6ZX45       4932
-## 29790 29790     A6ZX59       4932
-## 29791 29791     A6ZX59       4932
-## 29792 29792     A6ZX59       4932
-## 29793 29793     A6ZX66       4932
-## 29794 29794     A6ZX97       4932
-## 29795 29795     A6ZXG9       4932
-## 29796 29796     A6ZXG9       4932
-## 29797 29797     A6ZXG9       4932
-## 29798 29798     A6ZXL1       4932
-## 29799 29799     A6ZXL6       4932
-## 29800 29800     A6ZXM9       4932
-## 29801 29801     A6ZXR1       4932
-## 29802 29802     A6ZXR1       4932
-## 29803 29803     A6ZXR1       4932
-## 29804 29804     A6ZXT5       4932
-## 29805 29805     A6ZXT5       4932
-## 29806 29806     A6ZXT5       4932
-## 29807 29807     A6ZXT5       4932
-## 29808 29808     A6ZXT5       4932
-## 29809 29809     A6ZXT5       4932
-## 29810 29810     A6ZXT5       4932
-## 29811 29811     A6ZXU0       4932
-## 29812 29812     A6ZY20       4932
-## 29813 29813     A6ZY20       4932
-## 29814 29814     A6ZY20       4932
-## 29815 29815     A6ZY20       4932
-## 29816 29816     A6ZY20       4932
-## 29817 29817     A6ZY30       4932
-## 29818 29818     A6ZY34       4932
-## 29819 29819     A6ZY34       4932
-## 29820 29820     A6ZY34       4932
-## 29821 29821     A6ZY34       4932
-## 29822 29822     A6ZY34       4932
-## 29823 29823     A6ZY89       4932
-## 29824 29824     A6ZY89       4932
-## 29825 29825     A6ZYC3       4932
-## 29826 29826     A6ZYM0       4932
-## 29827 29827     A6ZYV1       4932
-## 29828 29828     A6ZYV1       4932
-## 29829 29829     A6ZYV5       4932
-## 29830 29830     A6ZYV5       4932
-## 29831 29831     A6ZYV5       4932
-## 29832 29832     A6ZZ19       4932
-## 29833 29833     A6ZZ19       4932
-## 29834 29834     A6ZZ19       4932
-## 29835 29835     A6ZZ25       4932
-## 29836 29836     A6ZZE9       4932
-## 29837 29837     A6ZZF6       4932
-## 29838 29838     A6ZZF6       4932
-## 29839 29839     A6ZZG0       4932
-## 29840 29840     A6ZZG1       4932
-## 29841 29841     A6ZZI7       4932
-## 29842 29842     A6ZZJ0       4932
-## 29843 29843     A6ZZJ1       4932
-## 29844 29844     A6ZZJ1       4932
-## 29845 29845     A6ZZJ1       4932
-## 29846 29846     A6ZZJ1       4932
-## 29847 29847     A6ZZJ1       4932
-## 29848 29848     A6ZZJ1       4932
-## 29849 29849     A6ZZJ6       4932
-## 29850 29850     A6ZZJ6       4932
-## 29851 29851     A6ZZJ6       4932
-## 29852 29852     A6ZZK4       4932
-## 29853 29853     A6ZZL7       4932
-## 29854 29854     A6ZZL8       4932
-## 29855 29855     A6ZZM4       4932
-## 29856 29856     A6ZZQ5       4932
-## 29857 29857     A6ZZR2       4932
-## 29858 29858     A6ZZR2       4932
-## 29859 29859     A6ZZR2       4932
-## 29860 29860     A6ZZR2       4932
-## 29861 29861     A6ZZR2       4932
-## 29862 29862     A6ZZR2       4932
-## 29863 29863     A6ZZR2       4932
-## 29864 29864     A6ZZR2       4932
-## 29865 29865     A6ZZR2       4932
-## 29866 29866     A6ZZR2       4932
-## 29867 29867     A6ZZR2       4932
-## 29868 29868     A6ZZR2       4932
-## 29869 29869     A6ZZS3       4932
-## 29870 29870     A6ZZS7       4932
-## 29871 29871     A6ZZS7       4932
-## 29872 29872     A6ZZS7       4932
-## 29873 29873     A6ZZS7       4932
-## 29874 29874     A6ZZS7       4932
-## 29875 29875     A6ZZS7       4932
-## 29876 29876     A6ZZV7       4932
-## 29877 29877     A6ZZW1       4932
-## 29878 29878     A6ZZW1       4932
-## 29879 29879     A6ZZX0       4932
-## 29880 29880     A6ZZX0       4932
-## 29881 29881     A6ZZY0       4932
-## 29882 29882     A6ZZY0       4932
-## 29883 29883     A6ZZY0       4932
-## 29884 29884     A6ZZY2       4932
-## 29885 29885     A6ZZY8       4932
-## 29886 29886     A6ZZZ8       4932
-## 29887 29887     A7A003       4932
-## 29888 29888     A7A003       4932
-## 29889 29889     A7A024       4932
-## 29890 29890     A7A031       4932
-## 29891 29891     A7A031       4932
-## 29892 29892     A7A047       4932
-## 29893 29893     A7A060       4932
-## 29894 29894     A7A063       4932
-## 29895 29895     A7A075       4932
-## 29896 29896     A7A082       4932
-## 29897 29897     A7A084       4932
-## 29898 29898     A7A0P0       4932
-## 29899 29899     A7A0P8       4932
-## 29900 29900     A7A0P8       4932
-## 29901 29901     A7A0X4       4932
-## 29902 29902     A7A0X8       4932
-## 29903 29903     A7A0Z5       4932
-## 29904 29904     A7A108       4932
-## 29905 29905     A7A108       4932
-## 29906 29906     A7A108       4932
-## 29907 29907     A7A134       4932
-## 29908 29908     A7A134       4932
-## 29909 29909     A7A179       4932
-## 29910 29910     A7A1D7       4932
-## 29911 29911     A7A1D7       4932
-## 29912 29912     A7A1D7       4932
-## 29913 29913     A7A1D7       4932
-## 29914 29914     A7A1D7       4932
-## 29915 29915     A7A1N4       4932
-## 29916 29916     A7A1P0       4932
-## 29917 29917     A7A1R7       4932
-## 29918 29918     A7A1S5       4932
-## 29919 29919     A7A1U4       4932
-## 29920 29920     A7A1V6       4932
-## 29921 29921     A7A1W1       4932
-## 29922 29922     A7A237       4932
-## 29923 29923     A7A239       4932
-## 29924 29924     A7A241       4932
-## 29925 29925     A7A241       4932
-## 29926 29926     A7A258       4932
-## 29927 29927     A7A258       4932
-## 29928 29928     A7A261       4932
-## 29929 29929     A7A261       4932
-## 29930 29930     A7A261       4932
-## 29931 29931     A7A261       4932
-## 29932 29932     A7A261       4932
-## 29933 29933     A7A270       4932
-## 29934 29934     A7A270       4932
-## 29935 29935     A7AQ93         NA
-## 29936 29936     A7AW49         NA
-## 29937 29937     A7AWN0         NA
-## 29938 29938     A7AX58         NA
-## 29939 29939     A7AX58         NA
-## 29940 29940     A7AX58         NA
-## 29941 29941     A7AX58         NA
-## 29942 29942     A7BHQ9         NA
-## 29943 29943     A7BJC4       1423
-## 29944 29944     A7BJC5       1423
-## 29945 29945     A7BJS7       5062
-## 29946 29946     A7DTG3         NA
-## 29947 29947     A7DZP8         NA
-## 29948 29948     A7E2F4         NA
-## 29949 29949     A7E2F4         NA
-## 29950 29950     A7E2F4         NA
-## 29951 29951     A7E2F4         NA
-## 29952 29952     A7E2F4         NA
-## 29953 29953     A7E2I7         NA
-## 29954 29954     A7E2I7         NA
-## 29955 29955     A7E2M3         NA
-## 29956 29956     A7E2M3         NA
-## 29957 29957     A7E2M3         NA
-## 29958 29958     A7E2S9         NA
-## 29959 29959     A7E2S9         NA
-## 29960 29960     A7E2S9         NA
-## 29961 29961     A7E2S9         NA
-## 29962 29962     A7E2V1         NA
-## 29963 29963     A7E2V1         NA
-## 29964 29964     A7E2V4         NA
-## 29965 29965     A7E2V4         NA
-## 29966 29966     A7E2V4         NA
-## 29967 29967     A7E2V4         NA
-## 29968 29968     A7E2V4         NA
-## 29969 29969     A7E2V4         NA
-## 29970 29970     A7E2V4         NA
-## 29971 29971     A7E2Y1         NA
-## 29972 29972     A7E2Y1         NA
-## 29973 29973     A7E2Y1         NA
-## 29974 29974     A7E2Y1         NA
-## 29975 29975     A7E2Z2         NA
-## 29976 29976     A7E2Z9         NA
-## 29977 29977     A7E2Z9         NA
-## 29978 29978     A7E2Z9         NA
-## 29979 29979     A7E2Z9         NA
-## 29980 29980     A7E305         NA
-## 29981 29981     A7E305         NA
-## 29982 29982     A7E305         NA
-## 29983 29983     A7E305         NA
-## 29984 29984     A7E305         NA
-## 29985 29985     A7E305         NA
-## 29986 29986     A7E305         NA
-## 29987 29987     A7E316         NA
-## 29988 29988     A7E346         NA
-## 29989 29989     A7E346         NA
-## 29990 29990     A7E346         NA
-## 29991 29991     A7E369         NA
-## 29992 29992     A7E371         NA
-## 29993 29993     A7E371         NA
-## 29994 29994     A7E371         NA
-## 29995 29995     A7E371         NA
-## 29996 29996     A7E371         NA
-## 29997 29997     A7E371         NA
-## 29998 29998     A7E371         NA
-## 29999 29999     A7E379         NA
-## 30000 30000     A7E379         NA
-## 30001 30001     A7E379         NA
-## 30002 30002     A7E3D8         NA
-## 30003 30003     A7E3D8         NA
-## 30004 30004     A7E3N2         NA
-## 30005 30005     A7E3N7         NA
-## 30006 30006     A7E449       5180
-## 30007 30007     A7E449       5180
-## 30008 30008     A7E449       5180
-## 30009 30009     A7E471       5180
-## 30010 30010     A7E471       5180
-## 30011 30011     A7E471       5180
-## 30012 30012     A7E471       5180
-## 30013 30013     A7E471       5180
-## 30014 30014     A7E4K0       5180
-## 30015 30015     A7E559       5180
-## 30016 30016     A7E559       5180
-## 30017 30017     A7E564       5180
-## 30018 30018     A7E5J5       5180
-## 30019 30019     A7E6F5       5180
-## 30020 30020     A7E6F5       5180
-## 30021 30021     A7E6F5       5180
-## 30022 30022     A7E6F5       5180
-## 30023 30023     A7E6F5       5180
-## 30024 30024     A7E727       5180
-## 30025 30025     A7E7B3       5180
-## 30026 30026     A7E7C4       5180
-## 30027 30027     A7E7L8       5180
-## 30028 30028     A7E7L8       5180
-## 30029 30029     A7E7N1       5180
-## 30030 30030     A7E7N1       5180
-## 30031 30031     A7E8B6       5180
-## 30032 30032     A7E8B6       5180
-## 30033 30033     A7E8B6       5180
-## 30034 30034     A7E8B6       5180
-## 30035 30035     A7E8B6       5180
-## 30036 30036     A7E8B6       5180
-## 30037 30037     A7E8B6       5180
-## 30038 30038     A7EAE5       5180
-## 30039 30039     A7EAG1       5180
-## 30040 30040     A7EAG1       5180
-## 30041 30041     A7EAY2       5180
-## 30042 30042     A7EB95       5180
-## 30043 30043     A7EB95       5180
-## 30044 30044     A7EBU5       5180
-## 30045 30045     A7EC69       5180
-## 30046 30046     A7EC69       5180
-## 30047 30047     A7ECP3       5180
-## 30048 30048     A7ECP3       5180
-## 30049 30049     A7EDF3       5180
-## 30050 30050     A7EDF3       5180
-## 30051 30051     A7EDF3       5180
-## 30052 30052     A7EDS9       5180
-## 30053 30053     A7EEA6       5180
-## 30054 30054     A7EEA6       5180
-## 30055 30055     A7EF03       5180
-## 30056 30056     A7EF54       5180
-## 30057 30057     A7EFH4       5180
-## 30058 30058     A7EFH4       5180
-## 30059 30059     A7EFH4       5180
-## 30060 30060     A7EFS3       5180
-## 30061 30061     A7EFS3       5180
-## 30062 30062     A7EFS3       5180
-## 30063 30063     A7EFS3       5180
-## 30064 30064     A7EFS3       5180
-## 30065 30065     A7EFS3       5180
-## 30066 30066     A7EFY0       5180
-## 30067 30067     A7EGB5       5180
-## 30068 30068     A7EGB5       5180
-## 30069 30069     A7EGG4       5180
-## 30070 30070     A7EGK5       5180
-## 30071 30071     A7EGK5       5180
-## 30072 30072     A7EGU0       5180
-## 30073 30073     A7EGU0       5180
-## 30074 30074     A7EGU0       5180
-## 30075 30075     A7EGU0       5180
-## 30076 30076     A7EHE5       5180
-## 30077 30077     A7EHE5       5180
-## 30078 30078     A7EHE5       5180
-## 30079 30079     A7EHM8       5180
-## 30080 30080     A7EHM8       5180
-## 30081 30081     A7EIZ1       5180
-## 30082 30082     A7EIZ1       5180
-## 30083 30083     A7EJ50       5180
-## 30084 30084     A7EJ50       5180
-## 30085 30085     A7EJ50       5180
-## 30086 30086     A7EJG6       5180
-## 30087 30087     A7EJY3       5180
-## 30088 30088     A7EJY3       5180
-## 30089 30089     A7EJY3       5180
-## 30090 30090     A7EJY3       5180
-## 30091 30091     A7EJY3       5180
-## 30092 30092     A7EJY3       5180
-## 30093 30093     A7EK16       5180
-## 30094 30094     A7EK16       5180
-## 30095 30095     A7EK16       5180
-## 30096 30096     A7EK16       5180
-## 30097 30097     A7EK16       5180
-## 30098 30098     A7EK16       5180
-## 30099 30099     A7EK16       5180
-## 30100 30100     A7EK16       5180
-## 30101 30101     A7EKM8       5180
-## 30102 30102     A7EKT5       5180
-## 30103 30103     A7EKZ0       5180
-## 30104 30104     A7EKZ0       5180
-## 30105 30105     A7EKZ0       5180
-## 30106 30106     A7EKZ0       5180
-## 30107 30107     A7EKZ0       5180
-## 30108 30108     A7EKZ0       5180
-## 30109 30109     A7EKZ0       5180
-## 30110 30110     A7EKZ0       5180
-## 30111 30111     A7EKZ0       5180
-## 30112 30112     A7EKZ0       5180
-## 30113 30113     A7EKZ0       5180
-## 30114 30114     A7EKZ0       5180
-## 30115 30115     A7EKZ0       5180
-## 30116 30116     A7EKZ0       5180
-## 30117 30117     A7EKZ0       5180
-## 30118 30118     A7EKZ0       5180
-## 30119 30119     A7EM16       5180
-## 30120 30120     A7EM16       5180
-## 30121 30121     A7EM16       5180
-## 30122 30122     A7EM78       5180
-## 30123 30123     A7EM78       5180
-## 30124 30124     A7EMM3       5180
-## 30125 30125     A7EMM3       5180
-## 30126 30126     A7EMM3       5180
-## 30127 30127     A7EMM3       5180
-## 30128 30128     A7EMM3       5180
-## 30129 30129     A7EMM3       5180
-## 30130 30130     A7EMM3       5180
-## 30131 30131     A7EMM3       5180
-## 30132 30132     A7EMM3       5180
-## 30133 30133     A7ENE0       5180
-## 30134 30134     A7ENE0       5180
-## 30135 30135     A7ENE0       5180
-## 30136 30136     A7ENE0       5180
-## 30137 30137     A7ENU3       5180
-## 30138 30138     A7ENU3       5180
-## 30139 30139     A7EPT5       5180
-## 30140 30140     A7EQ00       5180
-## 30141 30141     A7EQA8       5180
-## 30142 30142     A7EQA8       5180
-## 30143 30143     A7EQZ1       5180
-## 30144 30144     A7EQZ1       5180
-## 30145 30145     A7ER02       5180
-## 30146 30146     A7ER02       5180
-## 30147 30147     A7ERG1       5180
-## 30148 30148     A7ERG1       5180
-## 30149 30149     A7ERG1       5180
-## 30150 30150     A7ERG1       5180
-## 30151 30151     A7ERK1       5180
-## 30152 30152     A7ERK1       5180
-## 30153 30153     A7ERK2       5180
-## 30154 30154     A7ERK2       5180
-## 30155 30155     A7ERM5       5180
-## 30156 30156     A7ESL7       5180
-## 30157 30157     A7ESL7       5180
-## 30158 30158     A7ESL7       5180
-## 30159 30159     A7ESL8       5180
-## 30160 30160     A7ESL8       5180
-## 30161 30161     A7ESL8       5180
-## 30162 30162     A7ESL8       5180
-## 30163 30163     A7ESR0       5180
-## 30164 30164     A7ETB3       5180
-## 30165 30165     A7ETB3       5180
-## 30166 30166     A7ETG2       5180
-## 30167 30167     A7EVF4       5180
-## 30168 30168     A7EVV9       5180
-## 30169 30169     A7EVV9       5180
-## 30170 30170     A7EWF5       5180
-## 30171 30171     A7EWH6       5180
-## 30172 30172     A7EWL8       5180
-## 30173 30173     A7EXE6       5180
-## 30174 30174     A7EXE6       5180
-## 30175 30175     A7EXE6       5180
-## 30176 30176     A7EXH9       5180
-## 30177 30177     A7EXH9       5180
-## 30178 30178     A7EXU7       5180
-## 30179 30179     A7EXU7       5180
-## 30180 30180     A7EXU7       5180
-## 30181 30181     A7EXU7       5180
-## 30182 30182     A7EXU7       5180
-## 30183 30183     A7EYK3       5180
-## 30184 30184     A7EYK3       5180
-## 30185 30185     A7EYK3       5180
-## 30186 30186     A7EYK3       5180
-## 30187 30187     A7EYY7       5180
-## 30188 30188     A7EYY7       5180
-## 30189 30189     A7EYZ4       5180
-## 30190 30190     A7EZ86       5180
-## 30191 30191     A7EZ86       5180
-## 30192 30192     A7EZJ5       5180
-## 30193 30193     A7EZJ5       5180
-## 30194 30194     A7EZP8       5180
-## 30195 30195     A7EZP8       5180
-## 30196 30196     A7EZP8       5180
-## 30197 30197     A7EZP8       5180
-## 30198 30198     A7EZP8       5180
-## 30199 30199     A7F045       5180
-## 30200 30200     A7F045       5180
-## 30201 30201     A7F075       5180
-## 30202 30202     A7F075       5180
-## 30203 30203     A7F0W2       5180
-## 30204 30204     A7F172       5180
-## 30205 30205     A7F172       5180
-## 30206 30206     A7F1F4       5180
-## 30207 30207     A7F1G7       5180
-## 30208 30208     A7F2D1       5180
-## 30209 30209     A7F2D1       5180
-## 30210 30210     A7F2D1       5180
-## 30211 30211     A7F2R6       5180
-## 30212 30212     A7F2R6       5180
-## 30213 30213     A7F2R6       5180
-## 30214 30214     A7F2S3       5180
-## 30215 30215     A7F2V9       5180
-## 30216 30216     A7F4H5       5180
-## 30217 30217     A7F4H5       5180
-## 30218 30218     A7F4H5       5180
-## 30219 30219     A7F4L5       5180
-## 30220 30220     A7F4L5       5180
-## 30221 30221     A7F4L5       5180
-## 30222 30222     A7F4L5       5180
-## 30223 30223     A7F679       5180
-## 30224 30224     A7F6C1       5180
-## 30225 30225     A7F6C1       5180
-## 30226 30226     A7F6D9       5180
-## 30227 30227     A7F7B2       5180
-## 30228 30228     A7F7B2       5180
-## 30229 30229     A7F7B2       5180
-## 30230 30230     A7F7H0       5180
-## 30231 30231     A7F7H0       5180
-## 30232 30232     A7F811       5180
-## 30233 30233     A7F8K7       5180
-## 30234 30234     A7F8K7       5180
-## 30235 30235     A7F8K7       5180
-## 30236 30236     A7F8K7       5180
-## 30237 30237     A7F8K7       5180
-## 30238 30238     A7F8T1       5180
-## 30239 30239     A7F8V8       5180
-## 30240 30240     A7F9B8       5180
-## 30241 30241     A7F9L8       5180
-## 30242 30242     A7FA72      40559
-## 30243 30243     A7FBZ7        470
-## 30244 30244     A7FCN0        633
-## 30245 30245     A7FCN0        633
-## 30246 30246     A7FCN1        633
-## 30247 30247     A7FCN2        633
-## 30248 30248     A7FCR3        633
-## 30249 30249     A7FCR5        633
-## 30250 30250     A7FCT0        633
-## 30251 30251     A7FCT5        633
-## 30252 30252     A7FCU5        633
-## 30253 30253     A7FCU8        633
-## 30254 30254     A7FCU8        633
-## 30255 30255     A7FCY5        633
-## 30256 30256     A7FCZ8        633
-## 30257 30257     A7FD14        633
-## 30258 30258     A7FD15        633
-## 30259 30259     A7FD32        633
-## 30260 30260     A7FD32        633
-## 30261 30261     A7FD47        633
-## 30262 30262     A7FD61        633
-## 30263 30263     A7FD72        633
-## 30264 30264     A7FDD3        633
-## 30265 30265     A7FDE0        633
-## 30266 30266     A7FDE2        633
-## 30267 30267     A7FDE9        633
-## 30268 30268     A7FDF3        633
-## 30269 30269     A7FDG8        633
-## 30270 30270     A7FDV3        633
-## 30271 30271     A7FDW9        633
-## 30272 30272     A7FDW9        633
-## 30273 30273     A7FDZ0        633
-## 30274 30274     A7FDZ0        633
-## 30275 30275     A7FE06        633
-## 30276 30276     A7FE71        633
-## 30277 30277     A7FE72        633
-## 30278 30278     A7FE75        633
-## 30279 30279     A7FE78        633
-## 30280 30280     A7FE79        633
-## 30281 30281     A7FE82        633
-## 30282 30282     A7FEX4        633
-## 30283 30283     A7FEY8        633
-## 30284 30284     A7FEZ6        633
-## 30285 30285     A7FF05        633
-## 30286 30286     A7FF21        633
-## 30287 30287     A7FFD1        633
-## 30288 30288     A7FFE9        633
-## 30289 30289     A7FFF8        633
-## 30290 30290     A7FFG5        633
-## 30291 30291     A7FFH0        633
-## 30292 30292     A7FFH7        633
-## 30293 30293     A7FFI0        633
-## 30294 30294     A7FFI1        633
-## 30295 30295     A7FFI7        633
-## 30296 30296     A7FFJ4        633
-## 30297 30297     A7FFL9        633
-## 30298 30298     A7FFL9        633
-## 30299 30299     A7FFN1        633
-## 30300 30300     A7FFN3        633
-## 30301 30301     A7FFN3        633
-## 30302 30302     A7FFQ9        633
-## 30303 30303     A7FFQ9        633
-## 30304 30304     A7FFQ9        633
-## 30305 30305     A7FFR1        633
-## 30306 30306     A7FFR1        633
-## 30307 30307     A7FFT0        633
-## 30308 30308     A7FFT9        633
-## 30309 30309     A7FFX4        633
-## 30310 30310     A7FFY8        633
-## 30311 30311     A7FFY8        633
-## 30312 30312     A7FFZ0        633
-## 30313 30313     A7FFZ3        633
-## 30314 30314     A7FFZ6        633
-## 30315 30315     A7FFZ6        633
-## 30316 30316     A7FG16        633
-## 30317 30317     A7FG16        633
-## 30318 30318     A7FG18        633
-## 30319 30319     A7FG38        633
-## 30320 30320     A7FG53        633
-## 30321 30321     A7FG57        633
-## 30322 30322     A7FG75        633
-## 30323 30323     A7FG78        633
-## 30324 30324     A7FG95        633
-## 30325 30325     A7FG99        633
-## 30326 30326     A7FG99        633
-## 30327 30327     A7FGJ2        633
-## 30328 30328     A7FGK1        633
-## 30329 30329     A7FGK6        633
-## 30330 30330     A7FGM1        633
-## 30331 30331     A7FGM3        633
-## 30332 30332     A7FGQ0        633
-## 30333 30333     A7FGQ6        633
-## 30334 30334     A7FGR1        633
-## 30335 30335     A7FGR6        633
-## 30336 30336     A7FGZ9        633
-## 30337 30337     A7FH13        633
-## 30338 30338     A7FH16        633
-## 30339 30339     A7FH24        633
-## 30340 30340     A7FH32        633
-## 30341 30341     A7FH41        633
-## 30342 30342     A7FH41        633
-## 30343 30343     A7FH78        633
-## 30344 30344     A7FH78        633
-## 30345 30345     A7FHC0        633
-## 30346 30346     A7FHG9        633
-## 30347 30347     A7FHH2        633
-## 30348 30348     A7FHH5        633
-## 30349 30349     A7FHH5        633
-## 30350 30350     A7FHI0        633
-## 30351 30351     A7FHP6        633
-## 30352 30352     A7FHP9        633
-## 30353 30353     A7FHR8        633
-## 30354 30354     A7FHW9        633
-## 30355 30355     A7FHZ3        633
-## 30356 30356     A7FHZ3        633
-## 30357 30357     A7FHZ3        633
-## 30358 30358     A7FHZ3        633
-## 30359 30359     A7FHZ5        633
-## 30360 30360     A7FI01        633
-## 30361 30361     A7FI33        633
-## 30362 30362     A7FI39        633
-## 30363 30363     A7FI41        633
-## 30364 30364     A7FI87        633
-## 30365 30365     A7FI87        633
-## 30366 30366     A7FI92        633
-## 30367 30367     A7FI95        633
-## 30368 30368     A7FI95        633
-## 30369 30369     A7FI95        633
-## 30370 30370     A7FI95        633
-## 30371 30371     A7FIC6        633
-## 30372 30372     A7FIC7        633
-## 30373 30373     A7FIE3        633
-## 30374 30374     A7FIE5        633
-## 30375 30375     A7FIG3        633
-## 30376 30376     A7FIG4        633
-## 30377 30377     A7FIK8        633
-## 30378 30378     A7FIL3        633
-## 30379 30379     A7FIL6        633
-## 30380 30380     A7FIL6        633
-## 30381 30381     A7FIL6        633
-## 30382 30382     A7FJ01        633
-## 30383 30383     A7FJ17        633
-## 30384 30384     A7FJ88        633
-## 30385 30385     A7FJF0        633
-## 30386 30386     A7FJJ6        633
-## 30387 30387     A7FJJ6        633
-## 30388 30388     A7FJJ6        633
-## 30389 30389     A7FJV2        633
-## 30390 30390     A7FJV2        633
-## 30391 30391     A7FJV2        633
-## 30392 30392     A7FJW3        633
-## 30393 30393     A7FJW8        633
-## 30394 30394     A7FJW9        633
-## 30395 30395     A7FK04        633
-## 30396 30396     A7FK36        633
-## 30397 30397     A7FK36        633
-## 30398 30398     A7FK39        633
-## 30399 30399     A7FK39        633
-## 30400 30400     A7FK86        633
-## 30401 30401     A7FKM0        633
-## 30402 30402     A7FKM8        633
-## 30403 30403     A7FKM8        633
-## 30404 30404     A7FKM8        633
-## 30405 30405     A7FKM9        633
-## 30406 30406     A7FKQ3        633
-## 30407 30407     A7FKU9        633
-## 30408 30408     A7FKW0        633
-## 30409 30409     A7FKW0        633
-## 30410 30410     A7FL44        633
-## 30411 30411     A7FL46        633
-## 30412 30412     A7FL46        633
-## 30413 30413     A7FL48        633
-## 30414 30414     A7FL90        633
-## 30415 30415     A7FLB5        633
-## 30416 30416     A7FLB5        633
-## 30417 30417     A7FLC3        633
-## 30418 30418     A7FLC4        633
-## 30419 30419     A7FLE0        633
-## 30420 30420     A7FLE2        633
-## 30421 30421     A7FLE7        633
-## 30422 30422     A7FLF7        633
-## 30423 30423     A7FLI1        633
-## 30424 30424     A7FLK2        633
-## 30425 30425     A7FLL1        633
-## 30426 30426     A7FLL1        633
-## 30427 30427     A7FLL4        633
-## 30428 30428     A7FLR7        633
-## 30429 30429     A7FLR7        633
-## 30430 30430     A7FLR8        633
-## 30431 30431     A7FLR8        633
-## 30432 30432     A7FLT3        633
-## 30433 30433     A7FLX1        633
-## 30434 30434     A7FLX5        633
-## 30435 30435     A7FLY9        633
-## 30436 30436     A7FLZ0        633
-## 30437 30437     A7FLZ0        633
-## 30438 30438     A7FLZ0        633
-## 30439 30439     A7FLZ5        633
-## 30440 30440     A7FM33        633
-## 30441 30441     A7FM34        633
-## 30442 30442     A7FM55        633
-## 30443 30443     A7FM57        633
-## 30444 30444     A7FM57        633
-## 30445 30445     A7FM64        633
-## 30446 30446     A7FM66        633
-## 30447 30447     A7FM69        633
-## 30448 30448     A7FM69        633
-## 30449 30449     A7FM75        633
-## 30450 30450     A7FM84        633
-## 30451 30451     A7FM86        633
-## 30452 30452     A7FM96        633
-## 30453 30453     A7FMC3        633
-## 30454 30454     A7FMC3        633
-## 30455 30455     A7FMD7        633
-## 30456 30456     A7FMD7        633
-## 30457 30457     A7FME1        633
-## 30458 30458     A7FME2        633
-## 30459 30459     A7FME2        633
-## 30460 30460     A7FME2        633
-## 30461 30461     A7FME2        633
-## 30462 30462     A7FME3        633
-## 30463 30463     A7FMF0        633
-## 30464 30464     A7FMF9        633
-## 30465 30465     A7FMH2        633
-## 30466 30466     A7FMI4        633
-## 30467 30467     A7FMI4        633
-## 30468 30468     A7FMJ5        633
-## 30469 30469     A7FMJ7        633
-## 30470 30470     A7FMJ8        633
-## 30471 30471     A7FMJ9        633
-## 30472 30472     A7FMS2        633
-## 30473 30473     A7FMS2        633
-## 30474 30474     A7FMS2        633
-## 30475 30475     A7FMS2        633
-## 30476 30476     A7FMS6        633
-## 30477 30477     A7FMT5        633
-## 30478 30478     A7FMT5        633
-## 30479 30479     A7FMT8        633
-## 30480 30480     A7FMU7        633
-## 30481 30481     A7FMU7        633
-## 30482 30482     A7FMX9        633
-## 30483 30483     A7FMY1        633
-## 30484 30484     A7FMY1        633
-## 30485 30485     A7FMZ1        633
-## 30486 30486     A7FMZ5        633
-## 30487 30487     A7FN01        633
-## 30488 30488     A7FN01        633
-## 30489 30489     A7FN78        633
-## 30490 30490     A7FN78        633
-## 30491 30491     A7FN78        633
-## 30492 30492     A7FN82        633
-## 30493 30493     A7FN98        633
-## 30494 30494     A7FN99        633
-## 30495 30495     A7FNG1        633
-## 30496 30496     A7FNH4        633
-## 30497 30497     A7FNH7        633
-## 30498 30498     A7FNH9        633
-## 30499 30499     A7FNI2        633
-## 30500 30500     A7FNI2        633
-## 30501 30501     A7FNI2        633
-## 30502 30502     A7FNI3        633
-## 30503 30503     A7FNI4        633
-## 30504 30504     A7FNK6        633
-## 30505 30505     A7FNL3        633
-## 30506 30506     A7FNL9        633
-## 30507 30507     A7FNN5        633
-## 30508 30508     A7FNN9        633
-## 30509 30509     A7FNQ1        633
-## 30510 30510     A7FNS9        633
-## 30511 30511     A7FNS9        633
-## 30512 30512     A7FNS9        633
-## 30513 30513     A7FNV8        633
-## 30514 30514     A7FNX3        633
-## 30515 30515     A7FNX3        633
-## 30516 30516     A7FNX5        633
-## 30517 30517     A7FP02        633
-## 30518 30518     A7FP52        633
-## 30519 30519     A7FP95        633
-## 30520 30520     A7FPA6        633
-## 30521 30521     A7FPB5        633
-## 30522 30522     A7FPB7        633
-## 30523 30523     A7FPB7        633
-## 30524 30524     A7FPB7        633
-## 30525 30525     A7FPD8        633
-## 30526 30526     A7FPD8        633
-## 30527 30527     A7FPD8        633
-## 30528 30528     A7FPE1        633
-## 30529 30529     A7FPE5        633
-## 30530 30530     A7FPF0        633
-## 30531 30531     A7FPG0       1491
-## 30532 30532     A7FPG0       1491
-## 30533 30533     A7FPG0       1491
-## 30534 30534     A7FPG0       1491
-## 30535 30535     A7FPG0       1491
-## 30536 30536     A7FPG2       1491
-## 30537 30537     A7FPI7       1491
-## 30538 30538     A7FPK2       1491
-## 30539 30539     A7FPK2       1491
-## 30540 30540     A7FPM0       1491
-## 30541 30541     A7FPN5       1491
-## 30542 30542     A7FPN5       1491
-## 30543 30543     A7FPT0       1491
-## 30544 30544     A7FPZ5       1491
-## 30545 30545     A7FQ31       1491
-## 30546 30546     A7FQ41       1491
-## 30547 30547     A7FQ49       1491
-## 30548 30548     A7FQ49       1491
-## 30549 30549     A7FQ53       1491
-## 30550 30550     A7FQF0       1491
-## 30551 30551     A7FQF9       1491
-## 30552 30552     A7FQH4       1491
-## 30553 30553     A7FQI0       1491
-## 30554 30554     A7FQJ3       1491
-## 30555 30555     A7FQL2       1491
-## 30556 30556     A7FQL2       1491
-## 30557 30557     A7FQL2       1491
-## 30558 30558     A7FQL2       1491
-## 30559 30559     A7FQL2       1491
-## 30560 30560     A7FQM1       1491
-## 30561 30561     A7FQM1       1491
-## 30562 30562     A7FQN8       1491
-## 30563 30563     A7FQN8       1491
-## 30564 30564     A7FQP0       1491
-## 30565 30565     A7FR60       1491
-## 30566 30566     A7FR61       1491
-## 30567 30567     A7FSI4       1491
-## 30568 30568     A7FSI4       1491
-## 30569 30569     A7FSW7       1491
-## 30570 30570     A7FT29       1491
-## 30571 30571     A7FTE0       1491
-## 30572 30572     A7FTE6       1491
-## 30573 30573     A7FTG8       1491
-## 30574 30574     A7FU73       1491
-## 30575 30575     A7FU80       1491
-## 30576 30576     A7FU80       1491
-## 30577 30577     A7FU80       1491
-## 30578 30578     A7FUE5       1491
-## 30579 30579     A7FUK7       1491
-## 30580 30580     A7FUK8       1491
-## 30581 30581     A7FUL0       1491
-## 30582 30582     A7FUL0       1491
-## 30583 30583     A7FUL8       1491
-## 30584 30584     A7FUM5       1491
-## 30585 30585     A7FUT4       1491
-## 30586 30586     A7FUU0       1491
-## 30587 30587     A7FUU0       1491
-## 30588 30588     A7FUV3       1491
-## 30589 30589     A7FUV4       1491
-## 30590 30590     A7FVM3       1491
-## 30591 30591     A7FVR9       1491
-## 30592 30592     A7FVX8       1491
-## 30593 30593     A7FVX8       1491
-## 30594 30594     A7FVZ3       1491
-## 30595 30595     A7FW01       1491
-## 30596 30596     A7FW09       1491
-## 30597 30597     A7FW21       1491
-## 30598 30598     A7FW24       1491
-## 30599 30599     A7FW72       1491
-## 30600 30600     A7FW72       1491
-## 30601 30601     A7FW79       1491
-## 30602 30602     A7FW89       1491
-## 30603 30603     A7FWJ5       1491
-## 30604 30604     A7FWJ5       1491
-## 30605 30605     A7FWJ5       1491
-## 30606 30606     A7FWJ5       1491
-## 30607 30607     A7FWJ5       1491
-## 30608 30608     A7FWM6       1491
-## 30609 30609     A7FWQ7       1491
-## 30610 30610     A7FX11       1491
-## 30611 30611     A7FX30       1491
-## 30612 30612     A7FXL5       1491
-## 30613 30613     A7FXL5       1491
-## 30614 30614     A7FXL9       1491
-## 30615 30615     A7FXM3       1491
-## 30616 30616     A7FXU6       1491
-## 30617 30617     A7FY04       1491
-## 30618 30618     A7FY04       1491
-## 30619 30619     A7FY22       1491
-## 30620 30620     A7FY32       1491
-## 30621 30621     A7FY32       1491
-## 30622 30622     A7FY32       1491
-## 30623 30623     A7FY72       1491
-## 30624 30624     A7FY72       1491
-## 30625 30625     A7FY72       1491
-## 30626 30626     A7FYA5       1491
-## 30627 30627     A7FYA5       1491
-## 30628 30628     A7FYA5       1491
-## 30629 30629     A7FYI3       1491
-## 30630 30630     A7FYJ2       1491
-## 30631 30631     A7FYJ2       1491
-## 30632 30632     A7FYL2       1491
-## 30633 30633     A7FYL3       1491
-## 30634 30634     A7FYL3       1491
-## 30635 30635     A7FYP3       1491
-## 30636 30636     A7FYP4       1491
-## 30637 30637     A7FYQ8       1491
-## 30638 30638     A7FYR9       1491
-## 30639 30639     A7FYR9       1491
-## 30640 30640     A7FZ14       1491
-## 30641 30641     A7FZ38       1491
-## 30642 30642     A7FZ54       1491
-## 30643 30643     A7FZ54       1491
-## 30644 30644     A7FZ56       1491
-## 30645 30645     A7FZ57       1491
-## 30646 30646     A7FZ66       1491
-## 30647 30647     A7FZ66       1491
-## 30648 30648     A7FZ76       1491
-## 30649 30649     A7FZ76       1491
-## 30650 30650     A7FZ76       1491
-## 30651 30651     A7FZ77       1491
-## 30652 30652     A7FZ77       1491
-## 30653 30653     A7FZ78       1491
-## 30654 30654     A7FZ80       1491
-## 30655 30655     A7FZ91       1491
-## 30656 30656     A7FZB0       1491
-## 30657 30657     A7FZF9       1491
-## 30658 30658     A7FZH1       1491
-## 30659 30659     A7G9C1       1491
-## 30660 30660     A7G9C1       1491
-## 30661 30661     A7G9C5       1491
-## 30662 30662     A7G9M4       1491
-## 30663 30663     A7G9N9       1491
-## 30664 30664     A7G9Q4       1491
-## 30665 30665     A7G9R0       1491
-## 30666 30666     A7G9S6       1491
-## 30667 30667     A7G9V5       1491
-## 30668 30668     A7G9V5       1491
-## 30669 30669     A7G9V5       1491
-## 30670 30670     A7G9W4       1491
-## 30671 30671     A7G9Y1       1491
-## 30672 30672     A7G9Y3       1491
-## 30673 30673     A7G9Y3       1491
-## 30674 30674     A7GA73       1491
-## 30675 30675     A7GAI7       1491
-## 30676 30676     A7GAJ8       1491
-## 30677 30677     A7GAJ8       1491
-## 30678 30678     A7GAJ8       1491
-## 30679 30679     A7GAJ8       1491
-## 30680 30680     A7GAJ8       1491
-## 30681 30681     A7GAK0       1491
-## 30682 30682     A7GAL0       1491
-## 30683 30683     A7GAL1       1491
-## 30684 30684     A7GBI7       1491
-## 30685 30685     A7GBL1       1491
-## 30686 30686     A7GBX9       1491
-## 30687 30687     A7GBX9       1491
-## 30688 30688     A7GCB9       1491
-## 30689 30689     A7GCI1       1491
-## 30690 30690     A7GCV1       1491
-## 30691 30691     A7GCV8       1491
-## 30692 30692     A7GDF4       1491
-## 30693 30693     A7GDP8       1491
-## 30694 30694     A7GDQ5       1491
-## 30695 30695     A7GDQ6       1491
-## 30696 30696     A7GDW6       1491
-## 30697 30697     A7GDW6       1491
-## 30698 30698     A7GE42       1491
-## 30699 30699     A7GE43       1491
-## 30700 30700     A7GE45       1491
-## 30701 30701     A7GE45       1491
-## 30702 30702     A7GE46       1491
-## 30703 30703     A7GE60       1491
-## 30704 30704     A7GE60       1491
-## 30705 30705     A7GE89       1491
-## 30706 30706     A7GEJ0       1491
-## 30707 30707     A7GEJ7       1491
-## 30708 30708     A7GEJ7       1491
-## 30709 30709     A7GEL0       1491
-## 30710 30710     A7GEL1       1491
-## 30711 30711     A7GEX3       1491
-## 30712 30712     A7GFE5       1491
-## 30713 30713     A7GFJ3       1491
-## 30714 30714     A7GFZ1       1491
-## 30715 30715     A7GFZ1       1491
-## 30716 30716     A7GG06       1491
-## 30717 30717     A7GG14       1491
-## 30718 30718     A7GG20       1491
-## 30719 30719     A7GG33       1491
-## 30720 30720     A7GG45       1491
-## 30721 30721     A7GG48       1491
-## 30722 30722     A7GG92       1491
-## 30723 30723     A7GG92       1491
-## 30724 30724     A7GG99       1491
-## 30725 30725     A7GGA7       1491
-## 30726 30726     A7GGF1       1491
-## 30727 30727     A7GGF1       1491
-## 30728 30728     A7GGF1       1491
-## 30729 30729     A7GGF1       1491
-## 30730 30730     A7GGI2       1491
-## 30731 30731     A7GGI2       1491
-## 30732 30732     A7GGL4       1491
-## 30733 30733     A7GGX9       1491
-## 30734 30734     A7GHE0       1491
-## 30735 30735     A7GHH6       1491
-## 30736 30736     A7GHH6       1491
-## 30737 30737     A7GHI0       1491
-## 30738 30738     A7GHI4       1491
-## 30739 30739     A7GHJ2       1491
-## 30740 30740     A7GHJ2       1491
-## 30741 30741     A7GHK2       1491
-## 30742 30742     A7GHS3       1491
-## 30743 30743     A7GHS3       1491
-## 30744 30744     A7GHU1       1491
-## 30745 30745     A7GHV1       1491
-## 30746 30746     A7GHV1       1491
-## 30747 30747     A7GHV1       1491
-## 30748 30748     A7GHZ0       1491
-## 30749 30749     A7GHZ0       1491
-## 30750 30750     A7GHZ0       1491
-## 30751 30751     A7GI22       1491
-## 30752 30752     A7GI22       1491
-## 30753 30753     A7GI22       1491
-## 30754 30754     A7GI22       1491
-## 30755 30755     A7GIH3       1491
-## 30756 30756     A7GII2       1491
-## 30757 30757     A7GII2       1491
-## 30758 30758     A7GIK1       1491
-## 30759 30759     A7GIK2       1491
-## 30760 30760     A7GIK2       1491
-## 30761 30761     A7GIL4       1491
-## 30762 30762     A7GIN3       1491
-## 30763 30763     A7GIN4       1491
-## 30764 30764     A7GIP8       1491
-## 30765 30765     A7GIQ9       1491
-## 30766 30766     A7GIQ9       1491
-## 30767 30767     A7GJ15       1491
-## 30768 30768     A7GJ55       1491
-## 30769 30769     A7GJ59       1491
-## 30770 30770     A7GJ59       1491
-## 30771 30771     A7GJ61       1491
-## 30772 30772     A7GJ62       1491
-## 30773 30773     A7GJ68       1491
-## 30774 30774     A7GJ71       1491
-## 30775 30775     A7GJ71       1491
-## 30776 30776     A7GJ81       1491
-## 30777 30777     A7GJ81       1491
-## 30778 30778     A7GJ81       1491
-## 30779 30779     A7GJ82       1491
-## 30780 30780     A7GJ82       1491
-## 30781 30781     A7GJ85       1491
-## 30782 30782     A7GJ96       1491
-## 30783 30783     A7GJB0       1491
-## 30784 30784     A7GJB8       1491
-## 30785 30785     A7GJD9       1491
-## 30786 30786     A7GJD9       1491
-## 30787 30787     A7GJJ0       1491
-## 30788 30788     A7GJL2       1491
-## 30789 30789     A7GJL2       1491
-## 30790 30790     A7GJM4       1491
-## 30791 30791     A7GJN9       1491
-## 30792 30792     A7GJT0     580165
-## 30793 30793     A7GJT6     580165
-## 30794 30794     A7GJV3     580165
-## 30795 30795     A7GJV3     580165
-## 30796 30796     A7GJW1     580165
-## 30797 30797     A7GJW1     580165
-## 30798 30798     A7GJW1     580165
-## 30799 30799     A7GJX9     580165
-## 30800 30800     A7GJX9     580165
-## 30801 30801     A7GJX9     580165
-## 30802 30802     A7GJY9     580165
-## 30803 30803     A7GJZ2     580165
-## 30804 30804     A7GK09     580165
-## 30805 30805     A7GK17     580165
-## 30806 30806     A7GK23     580165
-## 30807 30807     A7GK23     580165
-## 30808 30808     A7GK45     580165
-## 30809 30809     A7GKI0     580165
-## 30810 30810     A7GKI9     580165
-## 30811 30811     A7GKJ1     580165
-## 30812 30812     A7GKJ4     580165
-## 30813 30813     A7GKK3     580165
-## 30814 30814     A7GKK3     580165
-## 30815 30815     A7GKP8     580165
-## 30816 30816     A7GKP8     580165
-## 30817 30817     A7GKY4     580165
-## 30818 30818     A7GL07     580165
-## 30819 30819     A7GL07     580165
-## 30820 30820     A7GLG4     580165
-## 30821 30821     A7GLG4     580165
-## 30822 30822     A7GLG4     580165
-## 30823 30823     A7GLN1     580165
-## 30824 30824     A7GLP0     580165
-## 30825 30825     A7GLY7     580165
-## 30826 30826     A7GLY7     580165
-## 30827 30827     A7GM37     580165
-## 30828 30828     A7GM37     580165
-## 30829 30829     A7GM89     580165
-## 30830 30830     A7GMJ3     580165
-## 30831 30831     A7GMM0     580165
-## 30832 30832     A7GMR0     580165
-## 30833 30833     A7GMU9     580165
-## 30834 30834     A7GMV2     580165
-## 30835 30835     A7GN34     580165
-## 30836 30836     A7GN36     580165
-## 30837 30837     A7GN41     580165
-## 30838 30838     A7GN41     580165
-## 30839 30839     A7GN41     580165
-## 30840 30840     A7GN48     580165
-## 30841 30841     A7GN50     580165
-## 30842 30842     A7GN55     580165
-## 30843 30843     A7GNS8     580165
-## 30844 30844     A7GNV5     580165
-## 30845 30845     A7GP96     580165
-## 30846 30846     A7GPH3     580165
-## 30847 30847     A7GPY3     580165
-## 30848 30848     A7GPY3     580165
-## 30849 30849     A7GQI9     580165
-## 30850 30850     A7GQV9     580165
-## 30851 30851     A7GR32     580165
-## 30852 30852     A7GR99     580165
-## 30853 30853     A7GR99     580165
-## 30854 30854     A7GRA8     580165
-## 30855 30855     A7GRD7     580165
-## 30856 30856     A7GRE3     580165
-## 30857 30857     A7GRH9     580165
-## 30858 30858     A7GRJ6     580165
-## 30859 30859     A7GRL1     580165
-## 30860 30860     A7GRL3     580165
-## 30861 30861     A7GRN4     580165
-## 30862 30862     A7GRN9     580165
-## 30863 30863     A7GRP5     580165
-## 30864 30864     A7GRX4     580165
-## 30865 30865     A7GRZ1     580165
-## 30866 30866     A7GS09     580165
-## 30867 30867     A7GS09     580165
-## 30868 30868     A7GS09     580165
-## 30869 30869     A7GSF2     580165
-## 30870 30870     A7GSF4     580165
-## 30871 30871     A7GSJ5     580165
-## 30872 30872     A7GSJ7     580165
-## 30873 30873     A7GSL7     580165
-## 30874 30874     A7GSN6     580165
-## 30875 30875     A7GSN6     580165
-## 30876 30876     A7GT06     580165
-## 30877 30877     A7GT06     580165
-## 30878 30878     A7GT07     580165
-## 30879 30879     A7GT07     580165
-## 30880 30880     A7GT07     580165
-## 30881 30881     A7GT08     580165
-## 30882 30882     A7GT08     580165
-## 30883 30883     A7GT09     580165
-## 30884 30884     A7GT09     580165
-## 30885 30885     A7GT14     580165
-## 30886 30886     A7GT16     580165
-## 30887 30887     A7GT32     580165
-## 30888 30888     A7GT67     580165
-## 30889 30889     A7GT67     580165
-## 30890 30890     A7GT67     580165
-## 30891 30891     A7GT90     580165
-## 30892 30892     A7GT90     580165
-## 30893 30893     A7GT90     580165
-## 30894 30894     A7GT99     580165
-## 30895 30895     A7GTA3     580165
-## 30896 30896     A7GTA8     580165
-## 30897 30897     A7GTC4     580165
-## 30898 30898     A7GTD6     580165
-## 30899 30899     A7GTF1     580165
-## 30900 30900     A7GTF2     580165
-## 30901 30901     A7GTK1     580165
-## 30902 30902     A7GTK1     580165
-## 30903 30903     A7GTL0     580165
-## 30904 30904     A7GTM8     580165
-## 30905 30905     A7GTP6     580165
-## 30906 30906     A7GTR5     580165
-## 30907 30907     A7GTT0     580165
-## 30908 30908     A7GTU7     580165
-## 30909 30909     A7GTZ9     580165
-## 30910 30910     A7GU36     580165
-## 30911 30911     A7GUA6     580165
-## 30912 30912     A7GUU5     580165
-## 30913 30913     A7GUZ5     580165
-## 30914 30914     A7GV55     580165
-## 30915 30915     A7GV55     580165
-## 30916 30916     A7GV57     580165
-## 30917 30917     A7GVI2     580165
-## 30918 30918     A7GVM2     580165
-## 30919 30919     A7GVP4     580165
-## 30920 30920     A7GVP6     580165
-## 30921 30921     A7GVP6     580165
-## 30922 30922     A7GVQ1     580165
-## 30923 30923     A7GVW5        200
-## 30924 30924     A7GVZ3        200
-## 30925 30925     A7GVZ7        200
-## 30926 30926     A7GW44        200
-## 30927 30927     A7GW44        200
-## 30928 30928     A7GWA5        200
-## 30929 30929     A7GWE7        200
-## 30930 30930     A7GWE8        200
-## 30931 30931     A7GWE8        200
-## 30932 30932     A7GWQ7        200
-## 30933 30933     A7GWR2        200
-## 30934 30934     A7GWS5        200
-## 30935 30935     A7GWZ2        200
-## 30936 30936     A7GWZ8        200
-## 30937 30937     A7GX26        200
-## 30938 30938     A7GX27        200
-## 30939 30939     A7GX33        200
-## 30940 30940     A7GX37        200
-## 30941 30941     A7GX48        200
-## 30942 30942     A7GXA8        200
-## 30943 30943     A7GXA8        200
-## 30944 30944     A7GXI2        200
-## 30945 30945     A7GXJ2        200
-## 30946 30946     A7GXQ2        200
-## 30947 30947     A7GXQ4        200
-## 30948 30948     A7GXQ8        200
-## 30949 30949     A7GXS4        200
-## 30950 30950     A7GXS4        200
-## 30951 30951     A7GXU2        200
-## 30952 30952     A7GY23        200
-## 30953 30953     A7GY23        200
-## 30954 30954     A7GY23        200
-## 30955 30955     A7GY50        200
-## 30956 30956     A7GY50        200
-## 30957 30957     A7GY50        200
-## 30958 30958     A7GYB4        200
-## 30959 30959     A7GYB4        200
-## 30960 30960     A7GYD3        200
-## 30961 30961     A7GYD3        200
-## 30962 30962     A7GYN7        200
-## 30963 30963     A7GYS1        200
-## 30964 30964     A7GYU7        200
-## 30965 30965     A7GYU7        200
-## 30966 30966     A7GYW4        200
-## 30967 30967     A7GYX6        200
-## 30968 30968     A7GYY6        200
-## 30969 30969     A7GYY9        200
-## 30970 30970     A7GYZ1        200
-## 30971 30971     A7GYZ1        200
-## 30972 30972     A7GZ43        200
-## 30973 30973     A7GZ43        200
-## 30974 30974     A7GZ81        200
-## 30975 30975     A7GZ81        200
-## 30976 30976     A7GZ81        200
-## 30977 30977     A7GZ93        200
-## 30978 30978     A7GZA4        200
-## 30979 30979     A7GZA4        200
-## 30980 30980     A7GZB1        200
-## 30981 30981     A7GZK0        200
-## 30982 30982     A7GZM4        200
-## 30983 30983     A7GZM4        200
-## 30984 30984     A7GZP5        200
-## 30985 30985     A7GZP5        200
-## 30986 30986     A7GZP5        200
-## 30987 30987     A7GZZ3        200
-## 30988 30988     A7GZZ3        200
-## 30989 30989     A7GZZ3        200
-## 30990 30990     A7H026        200
-## 30991 30991     A7H029        200
-## 30992 30992     A7H029        200
-## 30993 30993     A7H053        200
-## 30994 30994     A7H0A8        200
-## 30995 30995     A7H0A8        200
-## 30996 30996     A7H0G1        200
-## 30997 30997     A7H0I4        200
-## 30998 30998     A7H0K4        200
-## 30999 30999     A7H0M5        200
-## 31000 31000     A7H0M5        200
-## 31001 31001     A7H0Y9        200
-## 31002 31002     A7H0Z7        200
-## 31003 31003     A7H109        200
-## 31004 31004     A7H149        200
-## 31005 31005     A7H187        200
-## 31006 31006     A7H194        197
-## 31007 31007     A7H1A6        197
-## 31008 31008     A7H1A6        197
-## 31009 31009     A7H1A6        197
-## 31010 31010     A7H1D7        197
-## 31011 31011     A7H1D7        197
-## 31012 31012     A7H1H0        197
-## 31013 31013     A7H1I0        197
-## 31014 31014     A7H1I2        197
-## 31015 31015     A7H1L3        197
-## 31016 31016     A7H1R9        197
-## 31017 31017     A7H1W2        197
-## 31018 31018     A7H1W5        197
-## 31019 31019     A7H295        197
-## 31020 31020     A7H2A2        197
-## 31021 31021     A7H2A7        197
-## 31022 31022     A7H2B2        197
-## 31023 31023     A7H2B7        197
-## 31024 31024     A7H2C0        197
-## 31025 31025     A7H2C0        197
-## 31026 31026     A7H2C7        197
-## 31027 31027     A7H2D2        197
-## 31028 31028     A7H2E1        197
-## 31029 31029     A7H2F8        197
-## 31030 31030     A7H2G9        197
-## 31031 31031     A7H2H4        197
-## 31032 31032     A7H2I0        197
-## 31033 31033     A7H2L7        197
-## 31034 31034     A7H2L7        197
-## 31035 31035     A7H2L7        197
-## 31036 31036     A7H2Q3        197
-## 31037 31037     A7H2Q9        197
-## 31038 31038     A7H2R0        197
-## 31039 31039     A7H2R0        197
-## 31040 31040     A7H2R6        197
-## 31041 31041     A7H2T2        197
-## 31042 31042     A7H2U1        197
-## 31043 31043     A7H2V3        197
-## 31044 31044     A7H2V3        197
-## 31045 31045     A7H2Z9        197
-## 31046 31046     A7H333        197
-## 31047 31047     A7H372        197
-## 31048 31048     A7H373        197
-## 31049 31049     A7H3C0        197
-## 31050 31050     A7H3F2        197
-## 31051 31051     A7H3F2        197
-## 31052 31052     A7H3N1        197
-## 31053 31053     A7H3N6        197
-## 31054 31054     A7H3V3        197
-## 31055 31055     A7H3V3        197
-## 31056 31056     A7H3V3        197
-## 31057 31057     A7H422        197
-## 31058 31058     A7H432        197
-## 31059 31059     A7H432        197
-## 31060 31060     A7H432        197
-## 31061 31061     A7H438        197
-## 31062 31062     A7H438        197
-## 31063 31063     A7H477        197
-## 31064 31064     A7H484        197
-## 31065 31065     A7H484        197
-## 31066 31066     A7H485        197
-## 31067 31067     A7H4H1        197
-## 31068 31068     A7H4H1        197
-## 31069 31069     A7H4H2        197
-## 31070 31070     A7H4H2        197
-## 31071 31071     A7H4H9        197
-## 31072 31072     A7H4H9        197
-## 31073 31073     A7H4J1        197
-## 31074 31074     A7H4J9        197
-## 31075 31075     A7H4K0        197
-## 31076 31076     A7H4K9        197
-## 31077 31077     A7H4N3        197
-## 31078 31078     A7H4N3        197
-## 31079 31079     A7H4N3        197
-## 31080 31080     A7H4P0        197
-## 31081 31081     A7H4P5        197
-## 31082 31082     A7H4P6        197
-## 31083 31083     A7H4Q6        197
-## 31084 31084     A7H4Q8        197
-## 31085 31085     A7H4X1        197
-## 31086 31086     A7H4X1        197
-## 31087 31087     A7H4X6        197
-## 31088 31088     A7H4X6        197
-## 31089 31089     A7H4Z5        197
-## 31090 31090     A7H514        197
-## 31091 31091     A7H515        197
-## 31092 31092     A7H515        197
-## 31093 31093     A7H515        197
-## 31094 31094     A7H544        197
-## 31095 31095     A7H585        197
-## 31096 31096     A7H597        197
-## 31097 31097     A7H597        197
-## 31098 31098     A7H5C4        197
-## 31099 31099     A7H5C5        197
-## 31100 31100     A7H5G3        197
-## 31101 31101     A7H5G4        197
-## 31102 31102     A7H5I4        197
-## 31103 31103     A7H5P5        197
-## 31104 31104     A7H5S3        197
-## 31105 31105     A7H5S3        197
-## 31106 31106     A7H5S8        197
-## 31107 31107     A7H5W3        197
-## 31108 31108     A7H600        197
-## 31109 31109     A7H622        197
-## 31110 31110     A7H623        197
-## 31111 31111     A7H639        197
-## 31112 31112     A7H650        197
-## 31113 31113     A7H651        197
-## 31114 31114     A7H662        197
-## 31115 31115     A7H677         NA
-## 31116 31116     A7H688         NA
-## 31117 31117     A7H688         NA
-## 31118 31118     A7H6J2         NA
-## 31119 31119     A7H6J3         NA
-## 31120 31120     A7H6J5         NA
-## 31121 31121     A7H6J6         NA
-## 31122 31122     A7H6J6         NA
-## 31123 31123     A7H6J9         NA
-## 31124 31124     A7H6M4         NA
-## 31125 31125     A7H6M4         NA
-## 31126 31126     A7H6N1         NA
-## 31127 31127     A7H6U9         NA
-## 31128 31128     A7H6X6         NA
-## 31129 31129     A7H716         NA
-## 31130 31130     A7H716         NA
-## 31131 31131     A7H722         NA
-## 31132 31132     A7H771         NA
-## 31133 31133     A7H773         NA
-## 31134 31134     A7H774         NA
-## 31135 31135     A7H774         NA
-## 31136 31136     A7H774         NA
-## 31137 31137     A7H7I2         NA
-## 31138 31138     A7H7I2         NA
-## 31139 31139     A7H7I2         NA
-## 31140 31140     A7H804         NA
-## 31141 31141     A7H8A2         NA
-## 31142 31142     A7H8A3         NA
-## 31143 31143     A7H8E6         NA
-## 31144 31144     A7H8K2         NA
-## 31145 31145     A7H8V9         NA
-## 31146 31146     A7H902         NA
-## 31147 31147     A7H902         NA
-## 31148 31148     A7H906         NA
-## 31149 31149     A7H910         NA
-## 31150 31150     A7H9A5         NA
-## 31151 31151     A7H9A5         NA
-## 31152 31152     A7H9A5         NA
-## 31153 31153     A7H9D4         NA
-## 31154 31154     A7H9D4         NA
-## 31155 31155     A7H9D4         NA
-## 31156 31156     A7H9D4         NA
-## 31157 31157     A7H9D6         NA
-## 31158 31158     A7H9D6         NA
-## 31159 31159     A7H9D6         NA
-## 31160 31160     A7H9E0         NA
-## 31161 31161     A7H9E8         NA
-## 31162 31162     A7H9F3         NA
-## 31163 31163     A7H9F3         NA
-## 31164 31164     A7H9F3         NA
-## 31165 31165     A7H9F3         NA
-## 31166 31166     A7H9F3         NA
-## 31167 31167     A7H9F7         NA
-## 31168 31168     A7H9F8         NA
-## 31169 31169     A7H9F9         NA
-## 31170 31170     A7H9U1         NA
-## 31171 31171     A7H9U8         NA
-## 31172 31172     A7H9V0         NA
-## 31173 31173     A7H9V2         NA
-## 31174 31174     A7H9V5         NA
-## 31175 31175     A7H9V8         NA
-## 31176 31176     A7HA35         NA
-## 31177 31177     A7HA60         NA
-## 31178 31178     A7HA60         NA
-## 31179 31179     A7HA60         NA
-## 31180 31180     A7HAB8         NA
-## 31181 31181     A7HAD3         NA
-## 31182 31182     A7HAH8         NA
-## 31183 31183     A7HAH8         NA
-## 31184 31184     A7HAL6         NA
-## 31185 31185     A7HB50         NA
-## 31186 31186     A7HBF2         NA
-## 31187 31187     A7HBF8         NA
-## 31188 31188     A7HBI2         NA
-## 31189 31189     A7HBI7         NA
-## 31190 31190     A7HBL4         NA
-## 31191 31191     A7HBM1         NA
-## 31192 31192     A7HBN1         NA
-## 31193 31193     A7HBN3         NA
-## 31194 31194     A7HBN3         NA
-## 31195 31195     A7HBN6         NA
-## 31196 31196     A7HBN7         NA
-## 31197 31197     A7HBP5         NA
-## 31198 31198     A7HBP5         NA
-## 31199 31199     A7HBP6         NA
-## 31200 31200     A7HBP8         NA
-## 31201 31201     A7HBQ1         NA
-## 31202 31202     A7HC45         NA
-## 31203 31203     A7HC64         NA
-## 31204 31204     A7HC64         NA
-## 31205 31205     A7HC64         NA
-## 31206 31206     A7HCC4         NA
-## 31207 31207     A7HCD6         NA
-## 31208 31208     A7HCD6         NA
-## 31209 31209     A7HCD6         NA
-## 31210 31210     A7HCH6         NA
-## 31211 31211     A7HCH6         NA
-## 31212 31212     A7HCH7         NA
-## 31213 31213     A7HCH8         NA
-## 31214 31214     A7HCH9         NA
-## 31215 31215     A7HCP4         NA
-## 31216 31216     A7HCP4         NA
-## 31217 31217     A7HCR8         NA
-## 31218 31218     A7HCT8         NA
-## 31219 31219     A7HCU0         NA
-## 31220 31220     A7HCU0         NA
-## 31221 31221     A7HD44         NA
-## 31222 31222     A7HD93         NA
-## 31223 31223     A7HD93         NA
-## 31224 31224     A7HD93         NA
-## 31225 31225     A7HDA1         NA
-## 31226 31226     A7HDA2         NA
-## 31227 31227     A7HDB0         NA
-## 31228 31228     A7HDC9         NA
-## 31229 31229     A7HDG7         NA
-## 31230 31230     A7HDG8         NA
-## 31231 31231     A7HDG8         NA
-## 31232 31232     A7HDG8         NA
-## 31233 31233     A7HDH2         NA
-## 31234 31234     A7HDH2         NA
-## 31235 31235     A7HDI5         NA
-## 31236 31236     A7HDU3         NA
-## 31237 31237     A7HDY3         NA
-## 31238 31238     A7HEI5         NA
-## 31239 31239     A7HFW0         NA
-## 31240 31240     A7HFW3         NA
-## 31241 31241     A7HG96         NA
-## 31242 31242     A7HG96         NA
-## 31243 31243     A7HG97         NA
-## 31244 31244     A7HG97         NA
-## 31245 31245     A7HGP8         NA
-## 31246 31246     A7HGP8         NA
-## 31247 31247     A7HGU3         NA
-## 31248 31248     A7HGU4         NA
-## 31249 31249     A7HGZ2         NA
-## 31250 31250     A7HH11         NA
-## 31251 31251     A7HH11         NA
-## 31252 31252     A7HH57         NA
-## 31253 31253     A7HH59         NA
-## 31254 31254     A7HH64         NA
-## 31255 31255     A7HH67         NA
-## 31256 31256     A7HH68         NA
-## 31257 31257     A7HH68         NA
-## 31258 31258     A7HH69         NA
-## 31259 31259     A7HH87         NA
-## 31260 31260     A7HH87         NA
-## 31261 31261     A7HH87         NA
-## 31262 31262     A7HH87         NA
-## 31263 31263     A7HHA2         NA
-## 31264 31264     A7HHM9         NA
-## 31265 31265     A7HIA1         NA
-## 31266 31266     A7HIA1         NA
-## 31267 31267     A7HID3         NA
-## 31268 31268     A7HIF1         NA
-## 31269 31269     A7HIF1         NA
-## 31270 31270     A7HIF8         NA
-## 31271 31271     A7HIF8         NA
-## 31272 31272     A7HIF8         NA
-## 31273 31273     A7HIG6         NA
-## 31274 31274     A7HIG8         NA
-## 31275 31275     A7HIL2         NA
-## 31276 31276     A7HIL2         NA
-## 31277 31277     A7HIW7         NA
-## 31278 31278     A7HIW9         NA
-## 31279 31279     A7HIW9         NA
-## 31280 31280     A7HIX3         NA
-## 31281 31281     A7HIY0         NA
-## 31282 31282     A7HIY8         NA
-## 31283 31283     A7HIY8         NA
-## 31284 31284     A7HIY8         NA
-## 31285 31285     A7HJ58       2424
-## 31286 31286     A7HJ58       2424
-## 31287 31287     A7HJ58       2424
-## 31288 31288     A7HJ58       2424
-## 31289 31289     A7HJ69       2424
-## 31290 31290     A7HJ69       2424
-## 31291 31291     A7HJ69       2424
-## 31292 31292     A7HJA5       2424
-## 31293 31293     A7HJA9       2424
-## 31294 31294     A7HJA9       2424
-## 31295 31295     A7HJB0       2424
-## 31296 31296     A7HJD6       2424
-## 31297 31297     A7HJG6       2424
-## 31298 31298     A7HJG6       2424
-## 31299 31299     A7HJQ9       2424
-## 31300 31300     A7HJT8       2424
-## 31301 31301     A7HJV7       2424
-## 31302 31302     A7HJW1       2424
-## 31303 31303     A7HJX5       2424
-## 31304 31304     A7HJZ8       2424
-## 31305 31305     A7HK24       2424
-## 31306 31306     A7HK24       2424
-## 31307 31307     A7HK39       2424
-## 31308 31308     A7HK70       2424
-## 31309 31309     A7HKM7       2424
-## 31310 31310     A7HKM7       2424
-## 31311 31311     A7HKM7       2424
-## 31312 31312     A7HKP2       2424
-## 31313 31313     A7HKP2       2424
-## 31314 31314     A7HKS0       2424
-## 31315 31315     A7HKT4       2424
-## 31316 31316     A7HKV8       2424
-## 31317 31317     A7HL71       2424
-## 31318 31318     A7HL98       2424
-## 31319 31319     A7HLA7       2424
-## 31320 31320     A7HLA7       2424
-## 31321 31321     A7HLB6       2424
-## 31322 31322     A7HLP1       2424
-## 31323 31323     A7HLU6       2424
-## 31324 31324     A7HM23       2424
-## 31325 31325     A7HM34       2424
-## 31326 31326     A7HM35       2424
-## 31327 31327     A7HM35       2424
-## 31328 31328     A7HM37       2424
-## 31329 31329     A7HM39       2424
-## 31330 31330     A7HM41       2424
-## 31331 31331     A7HM55       2424
-## 31332 31332     A7HM55       2424
-## 31333 31333     A7HM73       2424
-## 31334 31334     A7HM73       2424
-## 31335 31335     A7HMF2       2424
-## 31336 31336     A7HMF2       2424
-## 31337 31337     A7HMG4       2424
-## 31338 31338     A7HMG4       2424
-## 31339 31339     A7HMG8       2424
-## 31340 31340     A7HMJ2       2424
-## 31341 31341     A7HMJ2       2424
-## 31342 31342     A7HMJ7       2424
-## 31343 31343     A7HMJ8       2424
-## 31344 31344     A7HMK7       2424
-## 31345 31345     A7HMK7       2424
-## 31346 31346     A7HMK7       2424
-## 31347 31347     A7HMM1       2424
-## 31348 31348     A7HMM1       2424
-## 31349 31349     A7HMM7       2424
-## 31350 31350     A7HMT2       2424
-## 31351 31351     A7HMY6       2424
-## 31352 31352     A7HN01       2424
-## 31353 31353     A7HN21       2424
-## 31354 31354     A7HN55       2424
-## 31355 31355     A7HN59       2424
-## 31356 31356     A7HN59       2424
-## 31357 31357     A7HN59       2424
-## 31358 31358     A7HN65       2424
-## 31359 31359     A7HN65       2424
-## 31360 31360     A7HN65       2424
-## 31361 31361     A7HN69       2424
-## 31362 31362     A7HN71       2424
-## 31363 31363     A7HN78       2424
-## 31364 31364     A7HNA3       2424
-## 31365 31365     A7HND1       2424
-## 31366 31366     A7HNQ1       2424
-## 31367 31367     A7HNR3       2424
-## 31368 31368     A7HNS2       2424
-## 31369 31369     A7HNX8       2424
-## 31370 31370     A7HNY1       2424
-## 31371 31371     A7HNY3       2424
-## 31372 31372     A7HNY3       2424
-## 31373 31373     A7HNZ1     256618
-## 31374 31374     A7HP26     256618
-## 31375 31375     A7HP29     256618
-## 31376 31376     A7HP29     256618
-## 31377 31377     A7HPP1     256618
-## 31378 31378     A7HPQ6     256618
-## 31379 31379     A7HPT7     256618
-## 31380 31380     A7HQ77     256618
-## 31381 31381     A7HQP6     256618
-## 31382 31382     A7HQQ0     256618
-## 31383 31383     A7HQQ0     256618
-## 31384 31384     A7HQR4     256618
-## 31385 31385     A7HQW1     256618
-## 31386 31386     A7HQZ3     256618
-## 31387 31387     A7HQZ3     256618
-## 31388 31388     A7HR11     256618
-## 31389 31389     A7HR11     256618
-## 31390 31390     A7HRN0     256618
-## 31391 31391     A7HS32     256618
-## 31392 31392     A7HS42     256618
-## 31393 31393     A7HS58     256618
-## 31394 31394     A7HSA5     256618
-## 31395 31395     A7HSL1     256618
-## 31396 31396     A7HSL1     256618
-## 31397 31397     A7HSL7     256618
-## 31398 31398     A7HSR8     256618
-## 31399 31399     A7HST0     256618
-## 31400 31400     A7HSX5     256618
-## 31401 31401     A7HT06     256618
-## 31402 31402     A7HT06     256618
-## 31403 31403     A7HT09     256618
-## 31404 31404     A7HT37     256618
-## 31405 31405     A7HT49     256618
-## 31406 31406     A7HT51     256618
-## 31407 31407     A7HT67     256618
-## 31408 31408     A7HT67     256618
-## 31409 31409     A7HT70     256618
-## 31410 31410     A7HT94     256618
-## 31411 31411     A7HTI8     256618
-## 31412 31412     A7HTW0     256618
-## 31413 31413     A7HTW0     256618
-## 31414 31414     A7HUC7     256618
-## 31415 31415     A7HUQ6     256618
-## 31416 31416     A7HUZ5     256618
-## 31417 31417     A7HV03     256618
-## 31418 31418     A7HV69     256618
-## 31419 31419     A7HVD7     256618
-## 31420 31420     A7HVD8     256618
-## 31421 31421     A7HVT8     256618
-## 31422 31422     A7HVT8     256618
-## 31423 31423     A7HVT9     256618
-## 31424 31424     A7HVT9     256618
-## 31425 31425     A7HVT9     256618
-## 31426 31426     A7HVT9     256618
-## 31427 31427     A7HVU4     256618
-## 31428 31428     A7HVU4     256618
-## 31429 31429     A7HVU8     256618
-## 31430 31430     A7HVU8     256618
-## 31431 31431     A7HVU9     256618
-## 31432 31432     A7HVU9     256618
-## 31433 31433     A7HVY9     256618
-## 31434 31434     A7HVY9     256618
-## 31435 31435     A7HW48     256618
-## 31436 31436     A7HWA5     256618
-## 31437 31437     A7HWB1     256618
-## 31438 31438     A7HWJ3     256618
-## 31439 31439     A7HWQ2     256618
-## 31440 31440     A7HWQ5     256618
-## 31441 31441     A7HWQ6     256618
-## 31442 31442     A7HWQ8     256618
-## 31443 31443     A7HWR1     256618
-## 31444 31444     A7HWR1     256618
-## 31445 31445     A7HWR2     256618
-## 31446 31446     A7HWR4     256618
-## 31447 31447     A7HWS6     256618
-## 31448 31448     A7HWX2     256618
-## 31449 31449     A7HX17     256618
-## 31450 31450     A7HX57     256618
-## 31451 31451     A7HX96     256618
-## 31452 31452     A7HXI4     256618
-## 31453 31453     A7HXK4     256618
-## 31454 31454     A7HXL5     256618
-## 31455 31455     A7HXM4     256618
-## 31456 31456     A7HXP0     256618
-## 31457 31457     A7HXP0     256618
-## 31458 31458     A7HY01     256618
-## 31459 31459     A7HY08     256618
-## 31460 31460     A7HY09     256618
-## 31461 31461     A7HY09     256618
-## 31462 31462     A7HY39     256618
-## 31463 31463     A7HY41     256618
-## 31464 31464     A7HY57     256618
-## 31465 31465     A7HY57     256618
-## 31466 31466     A7HYA5     256618
-## 31467 31467     A7HYE5     256618
-## 31468 31468     A7HYI2     256618
-## 31469 31469     A7HYV8     256618
-## 31470 31470     A7HZ36     256618
-## 31471 31471     A7HZ38     256618
-## 31472 31472     A7HZ38     256618
-## 31473 31473     A7HZ38     256618
-## 31474 31474     A7HZ38     256618
-## 31475 31475     A7HZ38     256618
-## 31476 31476     A7HZ64     256618
-## 31477 31477     A7HZ93     256618
-## 31478 31478     A7HZ93     256618
-## 31479 31479     A7HZ93     256618
-## 31480 31480     A7HZ93     256618
-## 31481 31481     A7HZ94     256618
-## 31482 31482     A7HZ97     256618
-## 31483 31483     A7HZ97     256618
-## 31484 31484     A7HZC0     256618
-## 31485 31485     A7HZC4     256618
-## 31486 31486     A7HZE0      76517
-## 31487 31487     A7HZE7      76517
-## 31488 31488     A7HZF9      76517
-## 31489 31489     A7HZF9      76517
-## 31490 31490     A7HZF9      76517
-## 31491 31491     A7HZG2      76517
-## 31492 31492     A7HZK7      76517
-## 31493 31493     A7HZL2      76517
-## 31494 31494     A7HZL2      76517
-## 31495 31495     A7HZL5      76517
-## 31496 31496     A7HZL6      76517
-## 31497 31497     A7HZM1      76517
-## 31498 31498     A7HZN6      76517
-## 31499 31499     A7HZN6      76517
-## 31500 31500     A7HZP2      76517
-## 31501 31501     A7HZV6      76517
-## 31502 31502     A7HZX1      76517
-## 31503 31503     A7HZX3      76517
-## 31504 31504     A7HZX6      76517
-## 31505 31505     A7I008      76517
-## 31506 31506     A7I010      76517
-## 31507 31507     A7I058      76517
-## 31508 31508     A7I064      76517
-## 31509 31509     A7I0F9      76517
-## 31510 31510     A7I0I5      76517
-## 31511 31511     A7I0M0      76517
-## 31512 31512     A7I0M0      76517
-## 31513 31513     A7I0N1      76517
-## 31514 31514     A7I0P9      76517
-## 31515 31515     A7I0P9      76517
-## 31516 31516     A7I0Q3      76517
-## 31517 31517     A7I0V6      76517
-## 31518 31518     A7I108      76517
-## 31519 31519     A7I137      76517
-## 31520 31520     A7I162      76517
-## 31521 31521     A7I166      76517
-## 31522 31522     A7I168      76517
-## 31523 31523     A7I199      76517
-## 31524 31524     A7I199      76517
-## 31525 31525     A7I1D0      76517
-## 31526 31526     A7I1G1      76517
-## 31527 31527     A7I1I1      76517
-## 31528 31528     A7I1L2      76517
-## 31529 31529     A7I1L3      76517
-## 31530 31530     A7I1R7      76517
-## 31531 31531     A7I1R8      76517
-## 31532 31532     A7I1R8      76517
-## 31533 31533     A7I1S7      76517
-## 31534 31534     A7I1S8      76517
-## 31535 31535     A7I1V2      76517
-## 31536 31536     A7I1W4      76517
-## 31537 31537     A7I1W4      76517
-## 31538 31538     A7I1W6      76517
-## 31539 31539     A7I1Y8      76517
-## 31540 31540     A7I1Y8      76517
-## 31541 31541     A7I206      76517
-## 31542 31542     A7I206      76517
-## 31543 31543     A7I206      76517
-## 31544 31544     A7I226      76517
-## 31545 31545     A7I236      76517
-## 31546 31546     A7I241      76517
-## 31547 31547     A7I243      76517
-## 31548 31548     A7I252      76517
-## 31549 31549     A7I254      76517
-## 31550 31550     A7I254      76517
-## 31551 31551     A7I265      76517
-## 31552 31552     A7I265      76517
-## 31553 31553     A7I280      76517
-## 31554 31554     A7I291      76517
-## 31555 31555     A7I2B9      76517
-## 31556 31556     A7I2D4      76517
-## 31557 31557     A7I2F2      76517
-## 31558 31558     A7I2G3      76517
-## 31559 31559     A7I2G3      76517
-## 31560 31560     A7I2T7      76517
-## 31561 31561     A7I2T7      76517
-## 31562 31562     A7I2V3      76517
-## 31563 31563     A7I2V7      76517
-## 31564 31564     A7I2W3      76517
-## 31565 31565     A7I2W4      76517
-## 31566 31566     A7I2X3      76517
-## 31567 31567     A7I2Y9      76517
-## 31568 31568     A7I328      76517
-## 31569 31569     A7I338      76517
-## 31570 31570     A7I338      76517
-## 31571 31571     A7I338      76517
-## 31572 31572     A7I339      76517
-## 31573 31573     A7I3J2      76517
-## 31574 31574     A7I3M7      76517
-## 31575 31575     A7I3M7      76517
-## 31576 31576     A7I3S9      76517
-## 31577 31577     A7I3U0      76517
-## 31578 31578     A7I3V0      76517
-## 31579 31579     A7I3V0      76517
-## 31580 31580     A7I3V0      76517
-## 31581 31581     A7I3V0      76517
-## 31582 31582     A7I3V0      76517
-## 31583 31583     A7I3W8      76517
-## 31584 31584     A7I3X0      76517
-## 31585 31585     A7I3X8      76517
-## 31586 31586     A7I3Z5      76517
-## 31587 31587     A7I463      76517
-## 31588 31588     A7I4Y2     358766
-## 31589 31589     A7I5P0     358766
-## 31590 31590     A7I5P3     358766
-## 31591 31591     A7I5W4     358766
-## 31592 31592     A7I615     358766
-## 31593 31593     A7I615     358766
-## 31594 31594     A7I656     358766
-## 31595 31595     A7I6C9     358766
-## 31596 31596     A7I6J1     358766
-## 31597 31597     A7I6J9     358766
-## 31598 31598     A7I6P0     358766
-## 31599 31599     A7I6P0     358766
-## 31600 31600     A7I757     358766
-## 31601 31601     A7I757     358766
-## 31602 31602     A7I774     358766
-## 31603 31603     A7I7L0     358766
-## 31604 31604     A7I7P2     358766
-## 31605 31605     A7I7P2     358766
-## 31606 31606     A7I7S4     358766
-## 31607 31607     A7I7T4     358766
-## 31608 31608     A7I7T6     358766
-## 31609 31609     A7I7Y6     358766
-## 31610 31610     A7I809     358766
-## 31611 31611     A7I809     358766
-## 31612 31612     A7I809     358766
-## 31613 31613     A7I849     358766
-## 31614 31614     A7I8B8     358766
-## 31615 31615     A7I8B8     358766
-## 31616 31616     A7I8M6     358766
-## 31617 31617     A7I940     358766
-## 31618 31618     A7I9D0     358766
-## 31619 31619     A7I9I3     358766
-## 31620 31620     A7I9R4     358766
-## 31621 31621     A7IA59     358766
-## 31622 31622     A7IA93     358766
-## 31623 31623     A7IAA9     358766
-## 31624 31624     A7IAF5     358766
-## 31625 31625     A7IAG1     358766
-## 31626 31626     A7IAH6     358766
-## 31627 31627     A7IAH6     358766
-## 31628 31628     A7IAH7     358766
-## 31629 31629     A7IAK4     358766
-## 31630 31630     A7IAK4     358766
-## 31631 31631     A7IAK5     358766
-## 31632 31632     A7IAL9     358766
-## 31633 31633     A7IAM2     358766
-## 31634 31634     A7IAM2     358766
-## 31635 31635     A7IAR4     358766
-## 31636 31636     A7IAR4     358766
-## 31637 31637     A7IAR4     358766
-## 31638 31638     A7IB61     358766
-## 31639 31639     A7IB67        280
-## 31640 31640     A7IB67        280
-## 31641 31641     A7IB67        280
-## 31642 31642     A7IB67        280
-## 31643 31643     A7IBA0        280
-## 31644 31644     A7IBA0        280
-## 31645 31645     A7IC03        280
-## 31646 31646     A7IC07        280
-## 31647 31647     A7IC11        280
-## 31648 31648     A7IC11        280
-## 31649 31649     A7IC65        280
-## 31650 31650     A7IC67        280
-## 31651 31651     A7IC67        280
-## 31652 31652     A7IC67        280
-## 31653 31653     A7IC75        280
-## 31654 31654     A7ICA9        280
-## 31655 31655     A7ICM7        280
-## 31656 31656     A7IDU0        280
-## 31657 31657     A7IEC3        280
-## 31658 31658     A7IEJ1        280
-## 31659 31659     A7IEJ8        280
-## 31660 31660     A7IES2        280
-## 31661 31661     A7IES2        280
-## 31662 31662     A7IES2        280
-## 31663 31663     A7IES2        280
-## 31664 31664     A7IF97        280
-## 31665 31665     A7IFB8        280
-## 31666 31666     A7IFD4        280
-## 31667 31667     A7IFD6        280
-## 31668 31668     A7IFD6        280
-## 31669 31669     A7IFW1        280
-## 31670 31670     A7IFY7        280
-## 31671 31671     A7IFZ0        280
-## 31672 31672     A7IFZ2        280
-## 31673 31673     A7IG40        280
-## 31674 31674     A7IG40        280
-## 31675 31675     A7IG64        280
-## 31676 31676     A7IGE9        280
-## 31677 31677     A7IGF5        280
-## 31678 31678     A7IGG9        280
-## 31679 31679     A7IGM0        280
-## 31680 31680     A7IGM0        280
-## 31681 31681     A7IGS7        280
-## 31682 31682     A7IGS8        280
-## 31683 31683     A7IGS8        280
-## 31684 31684     A7IH06        280
-## 31685 31685     A7IH31        280
-## 31686 31686     A7IH44        280
-## 31687 31687     A7IH94        280
-## 31688 31688     A7IHP6        280
-## 31689 31689     A7IHP6        280
-## 31690 31690     A7IHQ4        280
-## 31691 31691     A7IIA9        280
-## 31692 31692     A7IIK6        280
-## 31693 31693     A7IIM9        280
-## 31694 31694     A7IJ56        280
-## 31695 31695     A7IJ81        280
-## 31696 31696     A7IJ81        280
-## 31697 31697     A7IJF6        280
-## 31698 31698     A7IJU9        280
-## 31699 31699     A7IK05        280
-## 31700 31700     A7IK05        280
-## 31701 31701     A7IK08        280
-## 31702 31702     A7IK08        280
-## 31703 31703     A7IK08        280
-## 31704 31704     A7IK14        280
-## 31705 31705     A7IK18        280
-## 31706 31706     A7IKC3        280
-## 31707 31707     A7IKC3        280
-## 31708 31708     A7IKP8        280
-## 31709 31709     A7IKQ0        280
-## 31710 31710     A7IKQ0        280
-## 31711 31711     A7IKQ1        280
-## 31712 31712     A7IL55        280
-## 31713 31713     A7IL64        280
-## 31714 31714     A7ILC5        280
-## 31715 31715     A7ILW0        280
-## 31716 31716     A7ILW0        280
-## 31717 31717     A7ILW8        280
-## 31718 31718     A7IM18        280
-## 31719 31719     A7IMA7        280
-## 31720 31720     A7IMB0        280
-## 31721 31721     A7IMB0        280
-## 31722 31722     A7IMR0        280
-## 31723 31723     A7IMR0        280
-## 31724 31724     A7IMS5        280
-## 31725 31725     A7IMW3        280
-## 31726 31726     A7IMW3        280
-## 31727 31727     A7IMY7        280
-## 31728 31728     A7IMY7        280
-## 31729 31729     A7INA4        280
-## 31730 31730     A7INA7        280
-## 31731 31731     A7ING5        280
-## 31732 31732     A7ING5        280
-## 31733 31733     A7INK2        280
-## 31734 31734     A7INL1        280
-## 31735 31735     A7INN4        280
-## 31736 31736     A7INP6        280
-## 31737 31737     A7INP6        280
-## 31738 31738     A7INU8        280
-## 31739 31739     A7INU8        280
-## 31740 31740     A7INU9        280
-## 31741 31741     A7IP97        280
-## 31742 31742     A7IP99        280
-## 31743 31743     A7IPB8        280
-## 31744 31744     A7IPJ0        280
-## 31745 31745     A7IPJ0        280
-## 31746 31746     A7IPJ5        280
-## 31747 31747     A7IPJ5        280
-## 31748 31748     A7IPJ5        280
-## 31749 31749     A7IPK6        280
-## 31750 31750     A7IPP7        280
-## 31751 31751     A7IPP8        280
-## 31752 31752     A7IPP9        280
-## 31753 31753     A7ISP6         NA
-## 31754 31754     A7ISW1         NA
-## 31755 31755     A7ISW2         NA
-## 31756 31756     A7IXI8         NA
-## 31757 31757     A7IY64         NA
-## 31758 31758     A7IY64         NA
-## 31759 31759     A7IY64         NA
-## 31760 31760     A7IZZ1         NA
-## 31761 31761     A7J1T0         NA
-## 31762 31762     A7J1T2         NA
-## 31763 31763     A7J1T2         NA
-## 31764 31764     A7J391      28875
-## 31765 31765     A7J391      28875
-## 31766 31766     A7J399      28875
-## 31767 31767     A7J399      28875
-## 31768 31768     A7J3A1      28875
-## 31769 31769     A7J3A2      28875
-## 31770 31770     A7J3A2      28875
-## 31771 31771     A7J3A3      28875
-## 31772 31772     A7J3A5      28875
-## 31773 31773     A7J3A8      28875
-## 31774 31774     A7KAI1         NA
-## 31775 31775     A7KAI1         NA
-## 31776 31776     A7KAI1         NA
-## 31777 31777     A7KAI1         NA
-## 31778 31778     A7KAI3         NA
-## 31779 31779     A7KAI3         NA
-## 31780 31780     A7KAI6         NA
-## 31781 31781     A7KAI7         NA
-## 31782 31782     A7KAI8         NA
-## 31783 31783     A7KAJ8         NA
-## 31784 31784     A7KAJ8         NA
-## 31785 31785     A7KAJ8         NA
-## 31786 31786     A7KAJ8         NA
-## 31787 31787     A7KAJ9         NA
-## 31788 31788     A7KAJ9         NA
-## 31789 31789     A7KAK0         NA
-## 31790 31790     A7KAK0         NA
-## 31791 31791     A7KAL2    1108849
-## 31792 31792     A7KAL2    1108849
-## 31793 31793     A7KAL3    1108849
-## 31794 31794     A7KAL3    1108849
-## 31795 31795     A7KAL3    1108849
-## 31796 31796     A7KAL3    1108849
-## 31797 31797     A7KAL4    1108849
-## 31798 31798     A7KAM0    1108849
-## 31799 31799     A7KAM0    1108849
-## 31800 31800     A7KAM0    1108849
-## 31801 31801     A7KAM0    1108849
-## 31802 31802     A7KAM0    1108849
-## 31803 31803     A7KAM3    1108849
-## 31804 31804     A7KAM4    1108849
-## 31805 31805     A7KAM4    1108849
-## 31806 31806     A7KAM4    1108849
-## 31807 31807     A7KAM5    1108849
-## 31808 31808     A7KAM5    1108849
-## 31809 31809     A7KAM5    1108849
-## 31810 31810     A7KAM5    1108849
-## 31811 31811     A7KAM8    1108849
-## 31812 31812     A7KAU3         NA
-## 31813 31813     A7KAU3         NA
-## 31814 31814     A7KAX9         NA
-## 31815 31815     A7KAX9         NA
-## 31816 31816     A7KAX9         NA
-## 31817 31817     A7KAX9         NA
-## 31818 31818     A7KAX9         NA
-## 31819 31819     A7KBS4         NA
-## 31820 31820     A7KGA5         NA
-## 31821 31821     A7KVC2         NA
-## 31822 31822     A7KVC2         NA
-## 31823 31823     A7L036         NA
-## 31824 31824     A7L9Z8         NA
-## 31825 31825     A7L9Z8         NA
-## 31826 31826     A7LAC6         NA
-## 31827 31827     A7LBL2         NA
-## 31828 31828     A7LCJ2         NA
-## 31829 31829     A7LCJ3         NA
-## 31830 31830     A7LCJ3         NA
-## 31831 31831     A7LCJ3         NA
-## 31832 31832     A7LFZ6       4530
-## 31833 31833     A7LXS9      28116
-## 31834 31834     A7LXS9      28116
-## 31835 31835     A7LXT0      28116
-## 31836 31836     A7LXT4      28116
-## 31837 31837     A7LXT8      28116
-## 31838 31838     A7M7C7         NA
-## 31839 31839     A7M7C7         NA
-## 31840 31840     A7M7C7         NA
-## 31841 31841     A7M7C7         NA
-## 31842 31842     A7M7C7         NA
-## 31843 31843     A7M7C7         NA
-## 31844 31844     A7M7C7         NA
-## 31845 31845     A7M7C7         NA
-## 31846 31846     A7M7C7         NA
-## 31847 31847     A7M903         NA
-## 31848 31848     A7M906         NA
-## 31849 31849     A7M907         NA
-## 31850 31850     A7M917         NA
-## 31851 31851     A7M919         NA
-## 31852 31852     A7M919         NA
-## 31853 31853     A7M929         NA
-## 31854 31854     A7M937         NA
-## 31855 31855     A7M939         NA
-## 31856 31856     A7M942         NA
-## 31857 31857     A7M944         NA
-## 31858 31858     A7M944         NA
-## 31859 31859     A7M944         NA
-## 31860 31860     A7M944         NA
-## 31861 31861     A7M948         NA
-## 31862 31862     A7M951         NA
-## 31863 31863     A7M953         NA
-## 31864 31864     A7M956         NA
-## 31865 31865     A7M958         NA
-## 31866 31866     A7M958         NA
-## 31867 31867     A7M959         NA
-## 31868 31868     A7M962         NA
-## 31869 31869     A7M967         NA
-## 31870 31870     A7M967         NA
-## 31871 31871     A7M985         NA
-## 31872 31872     A7M986         NA
-## 31873 31873     A7M998         NA
-## 31874 31874     A7M9A1         NA
-## 31875 31875     A7M9A4         NA
-## 31876 31876     A7M9A4         NA
-## 31877 31877     A7M9B0         NA
-## 31878 31878     A7M9B1         NA
-## 31879 31879     A7M9B2         NA
-## 31880 31880     A7M9B2         NA
-## 31881 31881     A7M9B2         NA
-## 31882 31882     A7M9B2         NA
-## 31883 31883     A7MAZ3         NA
-## 31884 31884     A7MAZ4         NA
-## 31885 31885     A7MAZ5         NA
-## 31886 31886     A7MAZ5         NA
-## 31887 31887     A7MAZ5         NA
-## 31888 31888     A7MAZ5         NA
-## 31889 31889     A7MB05         NA
-## 31890 31890     A7MB10         NA
-## 31891 31891     A7MB10         NA
-## 31892 31892     A7MB10         NA
-## 31893 31893     A7MB10         NA
-## 31894 31894     A7MB12         NA
-## 31895 31895     A7MB16         NA
-## 31896 31896     A7MB16         NA
-## 31897 31897     A7MB16         NA
-## 31898 31898     A7MB16         NA
-## 31899 31899     A7MB16         NA
-## 31900 31900     A7MB27         NA
-## 31901 31901     A7MB34         NA
-## 31902 31902     A7MB40         NA
-## 31903 31903     A7MB40         NA
-## 31904 31904     A7MB40         NA
-## 31905 31905     A7MB40         NA
-## 31906 31906     A7MB40         NA
-## 31907 31907     A7MB45         NA
-## 31908 31908     A7MB46         NA
-## 31909 31909     A7MB46         NA
-## 31910 31910     A7MB46         NA
-## 31911 31911     A7MB46         NA
-## 31912 31912     A7MB46         NA
-## 31913 31913     A7MB54         NA
-## 31914 31914     A7MB54         NA
-## 31915 31915     A7MB63         NA
-## 31916 31916     A7MB64         NA
-## 31917 31917     A7MB64         NA
-## 31918 31918     A7MB70         NA
-## 31919 31919     A7MB71         NA
-## 31920 31920     A7MB71         NA
-## 31921 31921     A7MB71         NA
-## 31922 31922     A7MB71         NA
-## 31923 31923     A7MB73         NA
-## 31924 31924     A7MB74         NA
-## 31925 31925     A7MB78         NA
-## 31926 31926     A7MB80         NA
-## 31927 31927     A7MB89         NA
-## 31928 31928     A7MBB4         NA
-## 31929 31929     A7MBC2         NA
-## 31930 31930     A7MBD8         NA
-## 31931 31931     A7MBD8         NA
-## 31932 31932     A7MBH3         NA
-## 31933 31933     A7MBI1         NA
-## 31934 31934     A7MBI7         NA
-## 31935 31935     A7MBI7         NA
-## 31936 31936     A7MBI7         NA
-## 31937 31937     A7MBJ2         NA
-## 31938 31938     A7MBJ4         NA
-## 31939 31939     A7MBJ4         NA
-## 31940 31940     A7MBJ4         NA
-## 31941 31941     A7MBJ4         NA
-## 31942 31942     A7MBJ5         NA
-## 31943 31943     A7MBJ5         NA
-## 31944 31944     A7MBJ5         NA
-## 31945 31945     A7MBJ5         NA
-## 31946 31946     A7MBL8         NA
-## 31947 31947     A7MBL8         NA
-## 31948 31948     A7MBM2         NA
-## 31949 31949     A7MBP4         NA
-## 31950 31950     A7MBP4         NA
-## 31951 31951     A7MBP4         NA
-## 31952 31952     A7MBP4         NA
-## 31953 31953     A7MC22         NA
-## 31954 31954     A7MCB7         NA
-## 31955 31955     A7MCT6         NA
-## 31956 31956     A7MCT6         NA
-## 31957 31957     A7MCY6         NA
-## 31958 31958     A7MCY6         NA
-## 31959 31959     A7MCY6         NA
-## 31960 31960     A7MCY6         NA
-## 31961 31961     A7MCY6         NA
-## 31962 31962     A7MD48         NA
-## 31963 31963     A7MD48         NA
-## 31964 31964     A7MD48         NA
-## 31965 31965     A7MD48         NA
-## 31966 31966     A7MD48         NA
-## 31967 31967     A7MD48         NA
-## 31968 31968     A7MD48         NA
-## 31969 31969     A7MD48         NA
-## 31970 31970     A7MD48         NA
-## 31971 31971     A7ME22      28141
-## 31972 31972     A7ME52      28141
-## 31973 31973     A7ME74      28141
-## 31974 31974     A7ME74      28141
-## 31975 31975     A7ME74      28141
-## 31976 31976     A7ME76      28141
-## 31977 31977     A7MEA1      28141
-## 31978 31978     A7MEA2      28141
-## 31979 31979     A7MEA2      28141
-## 31980 31980     A7MEI3      28141
-## 31981 31981     A7MEJ5      28141
-## 31982 31982     A7MEL5      28141
-## 31983 31983     A7MEM7      28141
-## 31984 31984     A7MER7      28141
-## 31985 31985     A7MER7      28141
-## 31986 31986     A7MER7      28141
-## 31987 31987     A7MER9      28141
-## 31988 31988     A7MES8      28141
-## 31989 31989     A7MEU5      28141
-## 31990 31990     A7MEU5      28141
-## 31991 31991     A7MEU5      28141
-## 31992 31992     A7MEV9      28141
-## 31993 31993     A7MEV9      28141
-## 31994 31994     A7MEW0      28141
-## 31995 31995     A7MF23      28141
-## 31996 31996     A7MF23      28141
-## 31997 31997     A7MF58      28141
-## 31998 31998     A7MFA8      28141
-## 31999 31999     A7MFA8      28141
-## 32000 32000     A7MFG8      28141
-## 32001 32001     A7MFI7      28141
-## 32002 32002     A7MFQ5      28141
-## 32003 32003     A7MFX7      28141
-## 32004 32004     A7MFY0      28141
-## 32005 32005     A7MG20      28141
-## 32006 32006     A7MG41      28141
-## 32007 32007     A7MGB0      28141
-## 32008 32008     A7MGB0      28141
-## 32009 32009     A7MGD4      28141
-## 32010 32010     A7MGE5      28141
-## 32011 32011     A7MGF4      28141
-## 32012 32012     A7MGP2      28141
-## 32013 32013     A7MGP2      28141
-## 32014 32014     A7MGR4      28141
-## 32015 32015     A7MGS0      28141
-## 32016 32016     A7MGS0      28141
-## 32017 32017     A7MGS5      28141
-## 32018 32018     A7MGT1      28141
-## 32019 32019     A7MGT7      28141
-## 32020 32020     A7MGU1      28141
-## 32021 32021     A7MGU7      28141
-## 32022 32022     A7MGU7      28141
-## 32023 32023     A7MGV1      28141
-## 32024 32024     A7MGV3      28141
-## 32025 32025     A7MGV6      28141
-## 32026 32026     A7MGV6      28141
-## 32027 32027     A7MGW6      28141
-## 32028 32028     A7MGX5      28141
-## 32029 32029     A7MGX6      28141
-## 32030 32030     A7MGZ5      28141
-## 32031 32031     A7MH59      28141
-## 32032 32032     A7MH70      28141
-## 32033 32033     A7MH81      28141
-## 32034 32034     A7MHE1      28141
-## 32035 32035     A7MHE2      28141
-## 32036 32036     A7MHJ1      28141
-## 32037 32037     A7MHJ1      28141
-## 32038 32038     A7MHJ8      28141
-## 32039 32039     A7MHL3      28141
-## 32040 32040     A7MHL3      28141
-## 32041 32041     A7MHL3      28141
-## 32042 32042     A7MHT9      28141
-## 32043 32043     A7MHU4      28141
-## 32044 32044     A7MHU5      28141
-## 32045 32045     A7MHW7      28141
-## 32046 32046     A7MHX2      28141
-## 32047 32047     A7MI18      28141
-## 32048 32048     A7MI18      28141
-## 32049 32049     A7MI18      28141
-## 32050 32050     A7MI22      28141
-## 32051 32051     A7MI45      28141
-## 32052 32052     A7MIA0      28141
-## 32053 32053     A7MIA0      28141
-## 32054 32054     A7MIB2      28141
-## 32055 32055     A7MID1      28141
-## 32056 32056     A7MID1      28141
-## 32057 32057     A7MID1      28141
-## 32058 32058     A7MIF2      28141
-## 32059 32059     A7MIF2      28141
-## 32060 32060     A7MIH6      28141
-## 32061 32061     A7MIK3      28141
-## 32062 32062     A7MIK3      28141
-## 32063 32063     A7MIK3      28141
-## 32064 32064     A7MIK3      28141
-## 32065 32065     A7MIK3      28141
-## 32066 32066     A7MIK5      28141
-## 32067 32067     A7MIK5      28141
-## 32068 32068     A7MIK5      28141
-## 32069 32069     A7MIL1      28141
-## 32070 32070     A7MIM5      28141
-## 32071 32071     A7MIM8      28141
-## 32072 32072     A7MIN6      28141
-## 32073 32073     A7MIR9      28141
-## 32074 32074     A7MIS8      28141
-## 32075 32075     A7MIS8      28141
-## 32076 32076     A7MIX5      28141
-## 32077 32077     A7MIX7      28141
-## 32078 32078     A7MIZ2      28141
-## 32079 32079     A7MJ08      28141
-## 32080 32080     A7MJ08      28141
-## 32081 32081     A7MJ41      28141
-## 32082 32082     A7MJ41      28141
-## 32083 32083     A7MJ41      28141
-## 32084 32084     A7MJ41      28141
-## 32085 32085     A7MJ59      28141
-## 32086 32086     A7MJ61      28141
-## 32087 32087     A7MJ63      28141
-## 32088 32088     A7MJ64      28141
-## 32089 32089     A7MJ67      28141
-## 32090 32090     A7MJ69      28141
-## 32091 32091     A7MJ81      28141
-## 32092 32092     A7MJB1      28141
-## 32093 32093     A7MJD1      28141
-## 32094 32094     A7MJF1      28141
-## 32095 32095     A7MJF1      28141
-## 32096 32096     A7MJM0      28141
-## 32097 32097     A7MJN1      28141
-## 32098 32098     A7MJR0      28141
-## 32099 32099     A7MJR0      28141
-## 32100 32100     A7MJT5      28141
-## 32101 32101     A7MJT8      28141
-## 32102 32102     A7MJU0      28141
-## 32103 32103     A7MJU0      28141
-## 32104 32104     A7MJU1      28141
-## 32105 32105     A7MJU1      28141
-## 32106 32106     A7MJW4      28141
-## 32107 32107     A7MJX1      28141
-## 32108 32108     A7MJZ3      28141
-## 32109 32109     A7MJZ3      28141
-## 32110 32110     A7MKD3      28141
-## 32111 32111     A7MKE8      28141
-## 32112 32112     A7MKM3      28141
-## 32113 32113     A7MKS3      28141
-## 32114 32114     A7MKS3      28141
-## 32115 32115     A7MKV5      28141
-## 32116 32116     A7MKW3      28141
-## 32117 32117     A7MKW3      28141
-## 32118 32118     A7MKW3      28141
-## 32119 32119     A7MKX3      28141
-## 32120 32120     A7MKX3      28141
-## 32121 32121     A7MKY0      28141
-## 32122 32122     A7MKY0      28141
-## 32123 32123     A7MKY7      28141
-## 32124 32124     A7ML04      28141
-## 32125 32125     A7ML45      28141
-## 32126 32126     A7ML45      28141
-## 32127 32127     A7ML56      28141
-## 32128 32128     A7ML61      28141
-## 32129 32129     A7ML63      28141
-## 32130 32130     A7ML63      28141
-## 32131 32131     A7ML63      28141
-## 32132 32132     A7MLJ4      28141
-## 32133 32133     A7MLL9      28141
-## 32134 32134     A7MLT4      28141
-## 32135 32135     A7MLT4      28141
-## 32136 32136     A7MLT4      28141
-## 32137 32137     A7MLY2      28141
-## 32138 32138     A7MM35      28141
-## 32139 32139     A7MM48      28141
-## 32140 32140     A7MM48      28141
-## 32141 32141     A7MM56      28141
-## 32142 32142     A7MM56      28141
-## 32143 32143     A7MM76      28141
-## 32144 32144     A7MM89      28141
-## 32145 32145     A7MM94      28141
-## 32146 32146     A7MMA2      28141
-## 32147 32147     A7MMA2      28141
-## 32148 32148     A7MMA5      28141
-## 32149 32149     A7MMC0      28141
-## 32150 32150     A7MMG1      28141
-## 32151 32151     A7MMG1      28141
-## 32152 32152     A7MMG7      28141
-## 32153 32153     A7MMH0      28141
-## 32154 32154     A7MMK1      28141
-## 32155 32155     A7MMK9      28141
-## 32156 32156     A7MMK9      28141
-## 32157 32157     A7MMK9      28141
-## 32158 32158     A7MMK9      28141
-## 32159 32159     A7MMK9      28141
-## 32160 32160     A7MMM2      28141
-## 32161 32161     A7MMM3      28141
-## 32162 32162     A7MMM5      28141
-## 32163 32163     A7MMT5      28141
-## 32164 32164     A7MMV3      28141
-## 32165 32165     A7MMV9      28141
-## 32166 32166     A7MMW3      28141
-## 32167 32167     A7MMX3      28141
-## 32168 32168     A7MMX3      28141
-## 32169 32169     A7MMY0      28141
-## 32170 32170     A7MMY0      28141
-## 32171 32171     A7MN02      28141
-## 32172 32172     A7MN02      28141
-## 32173 32173     A7MN58      28141
-## 32174 32174     A7MN76      28141
-## 32175 32175     A7MNA4      28141
-## 32176 32176     A7MNA4      28141
-## 32177 32177     A7MNB3      28141
-## 32178 32178     A7MNC8      28141
-## 32179 32179     A7MNG1      28141
-## 32180 32180     A7MNK0      28141
-## 32181 32181     A7MNK0      28141
-## 32182 32182     A7MNK6      28141
-## 32183 32183     A7MNM8      28141
-## 32184 32184     A7MNQ2      28141
-## 32185 32185     A7MNR3      28141
-## 32186 32186     A7MNS2      28141
-## 32187 32187     A7MNV4      28141
-## 32188 32188     A7MNV4      28141
-## 32189 32189     A7MNV7      28141
-## 32190 32190     A7MNV7      28141
-## 32191 32191     A7MNV8      28141
-## 32192 32192     A7MPA0      28141
-## 32193 32193     A7MPB5      28141
-## 32194 32194     A7MPC2      28141
-## 32195 32195     A7MPE7      28141
-## 32196 32196     A7MPJ7      28141
-## 32197 32197     A7MPP0      28141
-## 32198 32198     A7MQ68      28141
-## 32199 32199     A7MQ75      28141
-## 32200 32200     A7MQ82      28141
-## 32201 32201     A7MQ82      28141
-## 32202 32202     A7MQ91      28141
-## 32203 32203     A7MQ91      28141
-## 32204 32204     A7MQA9      28141
-## 32205 32205     A7MQB0      28141
-## 32206 32206     A7MQB3      28141
-## 32207 32207     A7MQB5      28141
-## 32208 32208     A7MQB5      28141
-## 32209 32209     A7MQE1      28141
-## 32210 32210     A7MQE1      28141
-## 32211 32211     A7MQE1      28141
-## 32212 32212     A7MQE1      28141
-## 32213 32213     A7MQE1      28141
-## 32214 32214     A7MQE1      28141
-## 32215 32215     A7MQE3      28141
-## 32216 32216     A7MQH1      28141
-## 32217 32217     A7MQH1      28141
-## 32218 32218     A7MQI3      28141
-## 32219 32219     A7MQI3      28141
-## 32220 32220     A7MQP0      28141
-## 32221 32221     A7MQQ8      28141
-## 32222 32222     A7MQQ8      28141
-## 32223 32223     A7MQQ8      28141
-## 32224 32224     A7MQQ8      28141
-## 32225 32225     A7MQS0      28141
-## 32226 32226     A7MQS0      28141
-## 32227 32227     A7MQS0      28141
-## 32228 32228     A7MQU8      28141
-## 32229 32229     A7MQV0      28141
-## 32230 32230     A7MQZ0      28141
-## 32231 32231     A7MQZ8      28141
-## 32232 32232     A7MR08      28141
-## 32233 32233     A7MR30      28141
-## 32234 32234     A7MR36      28141
-## 32235 32235     A7MR37      28141
-## 32236 32236     A7MR94      28141
-## 32237 32237     A7MRY0        680
-## 32238 32238     A7MRY3        680
-## 32239 32239     A7MRY4        680
-## 32240 32240     A7MRY4        680
-## 32241 32241     A7MRY6        680
-## 32242 32242     A7MRY9        680
-## 32243 32243     A7MS61        680
-## 32244 32244     A7MS61        680
-## 32245 32245     A7MS61        680
-## 32246 32246     A7MS61        680
-## 32247 32247     A7MS71        680
-## 32248 32248     A7MS74        680
-## 32249 32249     A7MS81        680
-## 32250 32250     A7MSB2        680
-## 32251 32251     A7MSH9        680
-## 32252 32252     A7MSM1        680
-## 32253 32253     A7MSM1        680
-## 32254 32254     A7MSW1        680
-## 32255 32255     A7MSW6        680
-## 32256 32256     A7MSX8        680
-## 32257 32257     A7MSX8        680
-## 32258 32258     A7MSY9        680
-## 32259 32259     A7MSZ6        680
-## 32260 32260     A7MSZ7        680
-## 32261 32261     A7MT09        680
-## 32262 32262     A7MT26        680
-## 32263 32263     A7MT26        680
-## 32264 32264     A7MT45        680
-## 32265 32265     A7MT45        680
-## 32266 32266     A7MT68        680
-## 32267 32267     A7MTC9        680
-## 32268 32268     A7MTM7        680
-## 32269 32269     A7MTM7        680
-## 32270 32270     A7MTP2        680
-## 32271 32271     A7MTS6        680
-## 32272 32272     A7MTT8        680
-## 32273 32273     A7MTT8        680
-## 32274 32274     A7MTU7        680
-## 32275 32275     A7MTX4        680
-## 32276 32276     A7MU31        680
-## 32277 32277     A7MUE1        680
-## 32278 32278     A7MUN4        680
-## 32279 32279     A7MUU9        680
-## 32280 32280     A7MUV2        680
-## 32281 32281     A7MV09        680
-## 32282 32282     A7MV09        680
-## 32283 32283     A7MV92        680
-## 32284 32284     A7MVC1        680
-## 32285 32285     A7MVC6        680
-## 32286 32286     A7MVC6        680
-## 32287 32287     A7MVC6        680
-## 32288 32288     A7MVC6        680
-## 32289 32289     A7MVK1        680
-## 32290 32290     A7MVK1        680
-## 32291 32291     A7MVN0        680
-## 32292 32292     A7MWC3        680
-## 32293 32293     A7MWC6        680
-## 32294 32294     A7MWE9        680
-## 32295 32295     A7MWL2        680
-## 32296 32296     A7MWL2        680
-## 32297 32297     A7MWL2        680
-## 32298 32298     A7MWN3        680
-## 32299 32299     A7MWQ0        680
-## 32300 32300     A7MWQ0        680
-## 32301 32301     A7MWS7        680
-## 32302 32302     A7MWT6        680
-## 32303 32303     A7MWT6        680
-## 32304 32304     A7MWW0        680
-## 32305 32305     A7MWW0        680
-## 32306 32306     A7MWW1        680
-## 32307 32307     A7MWW1        680
-## 32308 32308     A7MWW1        680
-## 32309 32309     A7MWW3        680
-## 32310 32310     A7MX10        680
-## 32311 32311     A7MX17        680
-## 32312 32312     A7MX17        680
-## 32313 32313     A7MX54        680
-## 32314 32314     A7MX60        680
-## 32315 32315     A7MX60        680
-## 32316 32316     A7MX70        680
-## 32317 32317     A7MX76        680
-## 32318 32318     A7MX96        680
-## 32319 32319     A7MXF0        680
-## 32320 32320     A7MXF0        680
-## 32321 32321     A7MXF0        680
-## 32322 32322     A7MXF0        680
-## 32323 32323     A7MXG0        680
-## 32324 32324     A7MXL0        680
-## 32325 32325     A7MXL2        680
-## 32326 32326     A7MXM2        680
-## 32327 32327     A7MXQ8        680
-## 32328 32328     A7MXQ8        680
-## 32329 32329     A7MXR3        680
-## 32330 32330     A7MXT2        680
-## 32331 32331     A7MXT4        680
-## 32332 32332     A7MXX7        680
-## 32333 32333     A7MXZ9        680
-## 32334 32334     A7MY03        680
-## 32335 32335     A7MY07        680
-## 32336 32336     A7MY37        680
-## 32337 32337     A7MY61        680
-## 32338 32338     A7MY68        680
-## 32339 32339     A7MY77        680
-## 32340 32340     A7MY86        680
-## 32341 32341     A7MY91        680
-## 32342 32342     A7MYB6        680
-## 32343 32343     A7MYB8        680
-## 32344 32344     A7MYQ5        680
-## 32345 32345     A7MYT5        680
-## 32346 32346     A7MYV0        680
-## 32347 32347     A7MZ01        680
-## 32348 32348     A7MZ43        680
-## 32349 32349     A7MZE5        680
-## 32350 32350     A7MZI5        680
-## 32351 32351     A7MZI5        680
-## 32352 32352     A7MZI5        680
-## 32353 32353     A7MZN5        680
-## 32354 32354     A7MZR6        680
-## 32355 32355     A7MZT3        680
-## 32356 32356     A7MZT3        680
-## 32357 32357     A7MZT6        680
-## 32358 32358     A7MZU7        680
-## 32359 32359     A7N080        680
-## 32360 32360     A7N0G2        680
-## 32361 32361     A7N0G2        680
-## 32362 32362     A7N0G2        680
-## 32363 32363     A7N0G2        680
-## 32364 32364     A7N0I8        680
-## 32365 32365     A7N0M8        680
-## 32366 32366     A7N0M8        680
-## 32367 32367     A7N0W0        680
-## 32368 32368     A7N0Y8        680
-## 32369 32369     A7N0Z7        680
-## 32370 32370     A7N0Z7        680
-## 32371 32371     A7N118        680
-## 32372 32372     A7N141        680
-## 32373 32373     A7N141        680
-## 32374 32374     A7N141        680
-## 32375 32375     A7N142        680
-## 32376 32376     A7N156        680
-## 32377 32377     A7N178        680
-## 32378 32378     A7N178        680
-## 32379 32379     A7N1D2        680
-## 32380 32380     A7N1D8        680
-## 32381 32381     A7N1F1        680
-## 32382 32382     A7N1G9        680
-## 32383 32383     A7N1J1        680
-## 32384 32384     A7N1J2        680
-## 32385 32385     A7N1J2        680
-## 32386 32386     A7N1J9        680
-## 32387 32387     A7N1L2        680
-## 32388 32388     A7N1R1        680
-## 32389 32389     A7N1X6        680
-## 32390 32390     A7N1X6        680
-## 32391 32391     A7N1X9        680
-## 32392 32392     A7N1X9        680
-## 32393 32393     A7N2M2        680
-## 32394 32394     A7N2M2        680
-## 32395 32395     A7N2P9        680
-## 32396 32396     A7N2U2        680
-## 32397 32397     A7N307        680
-## 32398 32398     A7N3S9        680
-## 32399 32399     A7N3Z2        680
-## 32400 32400     A7N512        680
-## 32401 32401     A7N5C4        680
-## 32402 32402     A7N5E9        680
-## 32403 32403     A7N5N6        680
-## 32404 32404     A7N5Q9        680
-## 32405 32405     A7N5Q9        680
-## 32406 32406     A7N5Q9        680
-## 32407 32407     A7N681        680
-## 32408 32408     A7N6E0        680
-## 32409 32409     A7N6I9        680
-## 32410 32410     A7N6K1        680
-## 32411 32411     A7N6K9        680
-## 32412 32412     A7N6K9        680
-## 32413 32413     A7N6K9        680
-## 32414 32414     A7N6Q5        680
-## 32415 32415     A7N721        680
-## 32416 32416     A7N7J3        680
-## 32417 32417     A7N7J3        680
-## 32418 32418     A7N819        680
-## 32419 32419     A7N949        263
-## 32420 32420     A7N949        263
-## 32421 32421     A7N9B9        263
-## 32422 32422     A7N9B9        263
-## 32423 32423     A7N9B9        263
-## 32424 32424     A7N9D1        263
-## 32425 32425     A7N9D2        263
-## 32426 32426     A7N9L5        263
-## 32427 32427     A7N9L6        263
-## 32428 32428     A7N9M0        263
-## 32429 32429     A7N9R5        263
-## 32430 32430     A7N9R7        263
-## 32431 32431     A7N9S0        263
-## 32432 32432     A7N9U0        263
-## 32433 32433     A7N9U0        263
-## 32434 32434     A7N9U8        263
-## 32435 32435     A7NA32        263
-## 32436 32436     A7NA69        263
-## 32437 32437     A7NA74        263
-## 32438 32438     A7NAA1        263
-## 32439 32439     A7NAA1        263
-## 32440 32440     A7NAD2        263
-## 32441 32441     A7NAD2        263
-## 32442 32442     A7NAE2        263
-## 32443 32443     A7NAF0        263
-## 32444 32444     A7NAF3        263
-## 32445 32445     A7NAF3        263
-## 32446 32446     A7NAF3        263
-## 32447 32447     A7NAF3        263
-## 32448 32448     A7NAI2        263
-## 32449 32449     A7NAI4        263
-## 32450 32450     A7NAP3        263
-## 32451 32451     A7NAP3        263
-## 32452 32452     A7NAP4        263
-## 32453 32453     A7NB16        263
-## 32454 32454     A7NB76        263
-## 32455 32455     A7NB76        263
-## 32456 32456     A7NB79        263
-## 32457 32457     A7NB79        263
-## 32458 32458     A7NB92        263
-## 32459 32459     A7NBA3        263
-## 32460 32460     A7NBG9        263
-## 32461 32461     A7NBH0        263
-## 32462 32462     A7NBH0        263
-## 32463 32463     A7NBJ3        263
-## 32464 32464     A7NBK5        263
-## 32465 32465     A7NBV5        263
-## 32466 32466     A7NBY0        263
-## 32467 32467     A7NC07        263
-## 32468 32468     A7NC51        263
-## 32469 32469     A7NC56        263
-## 32470 32470     A7NC58        263
-## 32471 32471     A7NCA3        263
-## 32472 32472     A7NCD9        263
-## 32473 32473     A7NCD9        263
-## 32474 32474     A7NCI3        263
-## 32475 32475     A7NCL5        263
-## 32476 32476     A7NCM9        263
-## 32477 32477     A7NCP9        263
-## 32478 32478     A7NCQ3        263
-## 32479 32479     A7NCX0        263
-## 32480 32480     A7NCY2        263
-## 32481 32481     A7ND36        263
-## 32482 32482     A7NDB6        263
-## 32483 32483     A7NDI3        263
-## 32484 32484     A7NDJ7        263
-## 32485 32485     A7NDL0        263
-## 32486 32486     A7NDP3        263
-## 32487 32487     A7NDP3        263
-## 32488 32488     A7NDQ2        263
-## 32489 32489     A7NDX4        263
-## 32490 32490     A7NDX4        263
-## 32491 32491     A7NDX5        263
-## 32492 32492     A7NDX5        263
-## 32493 32493     A7NDX5        263
-## 32494 32494     A7NE29        263
-## 32495 32495     A7NE36        263
-## 32496 32496     A7NE88        263
-## 32497 32497     A7NE89        263
-## 32498 32498     A7NEB1        263
-## 32499 32499     A7NEC0        263
-## 32500 32500     A7NEC0        263
-## 32501 32501     A7NEC0        263
-## 32502 32502     A7NEC1        263
-## 32503 32503     A7NEC1        263
-## 32504 32504     A7NEC2        263
-## 32505 32505     A7NEH6        263
-## 32506 32506     A7NEH8        263
-## 32507 32507     A7NEI6        263
-## 32508 32508     A7NEI7        263
-## 32509 32509     A7NEI8        263
-## 32510 32510     A7NEJ7        263
-## 32511 32511     A7NEK2        263
-## 32512 32512     A7NEK3        263
-## 32513 32513     A7NEK8        263
-## 32514 32514     A7NEM1        263
-## 32515 32515     A7NEQ3        263
-## 32516 32516     A7NET5        263
-## 32517 32517     A7NEW1        263
-## 32518 32518     A7NF27     120962
-## 32519 32519     A7NF38     120962
-## 32520 32520     A7NFJ2     120962
-## 32521 32521     A7NFV2     120962
-## 32522 32522     A7NFV2     120962
-## 32523 32523     A7NFV2     120962
-## 32524 32524     A7NG41     120962
-## 32525 32525     A7NG41     120962
-## 32526 32526     A7NG78     120962
-## 32527 32527     A7NG78     120962
-## 32528 32528     A7NHM5     120962
-## 32529 32529     A7NHP6     120962
-## 32530 32530     A7NI92     120962
-## 32531 32531     A7NI97     120962
-## 32532 32532     A7NIA3     120962
-## 32533 32533     A7NID1     120962
-## 32534 32534     A7NID1     120962
-## 32535 32535     A7NIG2     120962
-## 32536 32536     A7NIG2     120962
-## 32537 32537     A7NIK8     120962
-## 32538 32538     A7NIK8     120962
-## 32539 32539     A7NIR0     120962
-## 32540 32540     A7NJ67     120962
-## 32541 32541     A7NJ67     120962
-## 32542 32542     A7NJG0     120962
-## 32543 32543     A7NJH2     120962
-## 32544 32544     A7NJH2     120962
-## 32545 32545     A7NJM0     120962
-## 32546 32546     A7NJM0     120962
-## 32547 32547     A7NJM0     120962
-## 32548 32548     A7NK07     120962
-## 32549 32549     A7NK74     120962
-## 32550 32550     A7NKL7     120962
-## 32551 32551     A7NKM0     120962
-## 32552 32552     A7NKM0     120962
-## 32553 32553     A7NKM0     120962
-## 32554 32554     A7NKU4     120962
-## 32555 32555     A7NKU6     120962
-## 32556 32556     A7NKU8     120962
-## 32557 32557     A7NKV1     120962
-## 32558 32558     A7NKY6     120962
-## 32559 32559     A7NKY6     120962
-## 32560 32560     A7NL04     120962
-## 32561 32561     A7NL05     120962
-## 32562 32562     A7NL07     120962
-## 32563 32563     A7NL15     120962
-## 32564 32564     A7NL64     120962
-## 32565 32565     A7NLU2     120962
-## 32566 32566     A7NLW5     120962
-## 32567 32567     A7NM80     120962
-## 32568 32568     A7NM80     120962
-## 32569 32569     A7NM84     120962
-## 32570 32570     A7NM86     120962
-## 32571 32571     A7NM86     120962
-## 32572 32572     A7NN26     120962
-## 32573 32573     A7NN57     120962
-## 32574 32574     A7NN87     120962
-## 32575 32575     A7NNY4     120962
-## 32576 32576     A7NPB0     120962
-## 32577 32577     A7NPC0     120962
-## 32578 32578     A7NPD6     120962
-## 32579 32579     A7NPD6     120962
-## 32580 32580     A7NPM9     120962
-## 32581 32581     A7NPN5     120962
-## 32582 32582     A7NPY6     120962
-## 32583 32583     A7NQA5     120962
-## 32584 32584     A7NQA5     120962
-## 32585 32585     A7NQC5     120962
-## 32586 32586     A7NQH9     120962
-## 32587 32587     A7NQM2     120962
-## 32588 32588     A7NQW5     120962
-## 32589 32589     A7NQY6     120962
-## 32590 32590     A7NR21     120962
-## 32591 32591     A7NR39     120962
-## 32592 32592     A7NR47     120962
-## 32593 32593     A7NR48     120962
-## 32594 32594     A7NR48     120962
-## 32595 32595     A7NR50     120962
-## 32596 32596     A7NR51     120962
-## 32597 32597     A7NR52     120962
-## 32598 32598     A7NR65     120962
-## 32599 32599     A7NR66     120962
-## 32600 32600     A7NR80     120962
-## 32601 32601     A7NRF8     120962
-## 32602 32602     A7NRF8     120962
-## 32603 32603     A7NRP8     120962
-## 32604 32604     A7NRP8     120962
-## 32605 32605     A7NRP8     120962
-## 32606 32606     A7NRU6     120962
-## 32607 32607     A7NRU6     120962
-## 32608 32608     A7NRU6     120962
-## 32609 32609     A7NS01     120962
-## 32610 32610     A7NS27     120962
-## 32611 32611     A7NS65     120962
-## 32612 32612     A7NS65     120962
-## 32613 32613     A7NS65     120962
-## 32614 32614     A7NS65     120962
-## 32615 32615     A7NS83     120962
-## 32616 32616     A7NS83     120962
-## 32617 32617     A7NSB7     120962
-## 32618 32618     A7NVX9         NA
-## 32619 32619     A7NW79         NA
-## 32620 32620     A7NW79         NA
-## 32621 32621     A7PMY7         NA
-## 32622 32622     A7PMY7         NA
-## 32623 32623     A7PQW3         NA
-## 32624 32624     A7PQW3         NA
-## 32625 32625     A7PQW3         NA
-## 32626 32626     A7PTY8         NA
-## 32627 32627     A7PW81         NA
-## 32628 32628     A7PW81         NA
-## 32629 32629     A7PZL3         NA
-## 32630 32630     A7Q5X9         NA
-## 32631 32631     A7QF77         NA
-## 32632 32632     A7RDN6         NA
-## 32633 32633     A7RDN6         NA
-## 32634 32634     A7RHG8         NA
-## 32635 32635     A7RJI7         NA
-## 32636 32636     A7RKF6         NA
-## 32637 32637     A7RKS5         NA
-## 32638 32638     A7RKS5         NA
-## 32639 32639     A7RL75         NA
-## 32640 32640     A7RM20         NA
-## 32641 32641     A7RM45         NA
-## 32642 32642     A7RP64         NA
-## 32643 32643     A7RR04         NA
-## 32644 32644     A7RR34         NA
-## 32645 32645     A7RR34         NA
-## 32646 32646     A7RR34         NA
-## 32647 32647     A7RR34         NA
-## 32648 32648     A7RRG3         NA
-## 32649 32649     A7RSH7         NA
-## 32650 32650     A7RSH7         NA
-## 32651 32651     A7RSH7         NA
-## 32652 32652     A7RWD2         NA
-## 32653 32653     A7RWP6         NA
-## 32654 32654     A7RX26         NA
-## 32655 32655     A7RX26         NA
-## 32656 32656     A7RX34         NA
-## 32657 32657     A7RX69         NA
-## 32658 32658     A7S1L6         NA
-## 32659 32659     A7S1L6         NA
-## 32660 32660     A7S2N8         NA
-## 32661 32661     A7S338         NA
-## 32662 32662     A7S338         NA
-## 32663 32663     A7S641         NA
-## 32664 32664     A7S641         NA
-## 32665 32665     A7S6A1         NA
-## 32666 32666     A7S6A5         NA
-## 32667 32667     A7S6A5         NA
-## 32668 32668     A7S6A5         NA
-## 32669 32669     A7SBN6         NA
-## 32670 32670     A7SBN6         NA
-## 32671 32671     A7SBN6         NA
-## 32672 32672     A7SD85         NA
-## 32673 32673     A7SD85         NA
-## 32674 32674     A7SD85         NA
-## 32675 32675     A7SDA8         NA
-## 32676 32676     A7SDW5         NA
-## 32677 32677     A7SDW5         NA
-## 32678 32678     A7SEP9         NA
-## 32679 32679     A7SEP9         NA
-## 32680 32680     A7SFP1         NA
-## 32681 32681     A7SFP1         NA
-## 32682 32682     A7SGU3         NA
-## 32683 32683     A7SK27         NA
-## 32684 32684     A7SK48         NA
-## 32685 32685     A7SK48         NA
-## 32686 32686     A7SK48         NA
-## 32687 32687     A7SK48         NA
-## 32688 32688     A7SK48         NA
-## 32689 32689     A7SK48         NA
-## 32690 32690     A7SK48         NA
-## 32691 32691     A7SLW1         NA
-## 32692 32692     A7SLX5         NA
-## 32693 32693     A7SM54         NA
-## 32694 32694     A7SMR1         NA
-## 32695 32695     A7SNN5         NA
-## 32696 32696     A7STV9         NA
-## 32697 32697     A7STV9         NA
-## 32698 32698     A7SWH1         NA
-## 32699 32699     A7T0T1         NA
-## 32700 32700     A7T167         NA
-## 32701 32701     A7T395         NA
-## 32702 32702     A7T395         NA
-## 32703 32703     A7T395         NA
-## 32704 32704     A7TDM3      36033
-## 32705 32705     A7TDM3      36033
-## 32706 32706     A7TDM3      36033
-## 32707 32707     A7TDT6      36033
-## 32708 32708     A7TDT6      36033
-## 32709 32709     A7TDT6      36033
-## 32710 32710     A7TDX5      36033
-## 32711 32711     A7TDZ8      36033
-## 32712 32712     A7TDZ8      36033
-## 32713 32713     A7TDZ8      36033
-## 32714 32714     A7TDZ8      36033
-## 32715 32715     A7TE03      36033
-## 32716 32716     A7TE03      36033
-## 32717 32717     A7TE19      36033
-## 32718 32718     A7TE19      36033
-## 32719 32719     A7TE19      36033
-## 32720 32720     A7TE38      36033
-## 32721 32721     A7TE38      36033
-## 32722 32722     A7TE86      36033
-## 32723 32723     A7TE86      36033
-## 32724 32724     A7TE86      36033
-## 32725 32725     A7TEE6      36033
-## 32726 32726     A7TEE6      36033
-## 32727 32727     A7TEF4      36033
-## 32728 32728     A7TEG8      36033
-## 32729 32729     A7TEG8      36033
-## 32730 32730     A7TEH5      36033
-## 32731 32731     A7TEM0      36033
-## 32732 32732     A7TES0      36033
-## 32733 32733     A7TES6      36033
-## 32734 32734     A7TEV4      36033
-## 32735 32735     A7TF84      36033
-## 32736 32736     A7TFD7      36033
-## 32737 32737     A7TFI4      36033
-## 32738 32738     A7TFL9      36033
-## 32739 32739     A7TFN8      36033
-## 32740 32740     A7TFP8      36033
-## 32741 32741     A7TFP8      36033
-## 32742 32742     A7TFZ9      36033
-## 32743 32743     A7TG13      36033
-## 32744 32744     A7TG30      36033
-## 32745 32745     A7TGF3      36033
-## 32746 32746     A7TGI3      36033
-## 32747 32747     A7TGI5      36033
-## 32748 32748     A7TGQ2      36033
-## 32749 32749     A7TGR0      36033
-## 32750 32750     A7TGR2      36033
-## 32751 32751     A7TGU7      36033
-## 32752 32752     A7TGY3      36033
-## 32753 32753     A7TGY3      36033
-## 32754 32754     A7TH19      36033
-## 32755 32755     A7TH32      36033
-## 32756 32756     A7TH34      36033
-## 32757 32757     A7TH62      36033
-## 32758 32758     A7TH93      36033
-## 32759 32759     A7TH93      36033
-## 32760 32760     A7THE0      36033
-## 32761 32761     A7THE0      36033
-## 32762 32762     A7THE0      36033
-## 32763 32763     A7THE0      36033
-## 32764 32764     A7THE5      36033
-## 32765 32765     A7THH1      36033
-## 32766 32766     A7THH1      36033
-## 32767 32767     A7THH1      36033
-## 32768 32768     A7THH1      36033
-## 32769 32769     A7THL9      36033
-## 32770 32770     A7THM1      36033
-## 32771 32771     A7THS1      36033
-## 32772 32772     A7THU3      36033
-## 32773 32773     A7THU5      36033
-## 32774 32774     A7THU5      36033
-## 32775 32775     A7THV5      36033
-## 32776 32776     A7THX0      36033
-## 32777 32777     A7THX0      36033
-## 32778 32778     A7THY5      36033
-## 32779 32779     A7TI41      36033
-## 32780 32780     A7TIF5      36033
-## 32781 32781     A7TIF5      36033
-## 32782 32782     A7TIJ7      36033
-## 32783 32783     A7TIJ7      36033
-## 32784 32784     A7TIN6      36033
-## 32785 32785     A7TIN6      36033
-## 32786 32786     A7TIN6      36033
-## 32787 32787     A7TIN6      36033
-## 32788 32788     A7TIN6      36033
-## 32789 32789     A7TIN6      36033
-## 32790 32790     A7TIN6      36033
-## 32791 32791     A7TIP6      36033
-## 32792 32792     A7TIP6      36033
-## 32793 32793     A7TIP6      36033
-## 32794 32794     A7TIQ0      36033
-## 32795 32795     A7TIZ4      36033
-## 32796 32796     A7TIZ4      36033
-## 32797 32797     A7TIZ4      36033
-## 32798 32798     A7TIZ4      36033
-## 32799 32799     A7TJ20      36033
-## 32800 32800     A7TJ36      36033
-## 32801 32801     A7TJ59      36033
-## 32802 32802     A7TJ71      36033
-## 32803 32803     A7TJI3      36033
-## 32804 32804     A7TJI3      36033
-## 32805 32805     A7TJI3      36033
-## 32806 32806     A7TJI3      36033
-## 32807 32807     A7TJI3      36033
-## 32808 32808     A7TJI3      36033
-## 32809 32809     A7TJI3      36033
-## 32810 32810     A7TJJ7      36033
-## 32811 32811     A7TJJ7      36033
-## 32812 32812     A7TJJ7      36033
-## 32813 32813     A7TJJ7      36033
-## 32814 32814     A7TJJ7      36033
-## 32815 32815     A7TJJ7      36033
-## 32816 32816     A7TJJ7      36033
-## 32817 32817     A7TJL1      36033
-## 32818 32818     A7TJM9      36033
-## 32819 32819     A7TJM9      36033
-## 32820 32820     A7TJM9      36033
-## 32821 32821     A7TJT3      36033
-## 32822 32822     A7TJT7      36033
-## 32823 32823     A7TJV5      36033
-## 32824 32824     A7TJV5      36033
-## 32825 32825     A7TJV5      36033
-## 32826 32826     A7TJY3      36033
-## 32827 32827     A7TK94      36033
-## 32828 32828     A7TKF2      36033
-## 32829 32829     A7TKF2      36033
-## 32830 32830     A7TKF2      36033
-## 32831 32831     A7TKF2      36033
-## 32832 32832     A7TKF2      36033
-## 32833 32833     A7TKN1      36033
-## 32834 32834     A7TKR8      36033
-## 32835 32835     A7TKR8      36033
-## 32836 32836     A7TKR8      36033
-## 32837 32837     A7TKW4      36033
-## 32838 32838     A7TKW4      36033
-## 32839 32839     A7TKW4      36033
-## 32840 32840     A7TKW4      36033
-## 32841 32841     A7TKW4      36033
-## 32842 32842     A7TKW4      36033
-## 32843 32843     A7TKW4      36033
-## 32844 32844     A7TKW4      36033
-## 32845 32845     A7TL17      36033
-## 32846 32846     A7TL18      36033
-## 32847 32847     A7TL18      36033
-## 32848 32848     A7TL57      36033
-## 32849 32849     A7TL57      36033
-## 32850 32850     A7TL57      36033
-## 32851 32851     A7TL64      36033
-## 32852 32852     A7TL64      36033
-## 32853 32853     A7TL64      36033
-## 32854 32854     A7TLA0      36033
-## 32855 32855     A7TLA7      36033
-## 32856 32856     A7TLB3      36033
-## 32857 32857     A7TLB3      36033
-## 32858 32858     A7TLB3      36033
-## 32859 32859     A7TLB3      36033
-## 32860 32860     A7TLB3      36033
-## 32861 32861     A7TLD4      36033
-## 32862 32862     A7TLF1      36033
-## 32863 32863     A7TLU2      36033
-## 32864 32864     A7TLU2      36033
-## 32865 32865     A7TLU2      36033
-## 32866 32866     A7TLX5      36033
-## 32867 32867     A7TM20      36033
-## 32868 32868     A7TM40      36033
-## 32869 32869     A7TM79      36033
-## 32870 32870     A7TM79      36033
-## 32871 32871     A7TM79      36033
-## 32872 32872     A7TM88      36033
-## 32873 32873     A7TM88      36033
-## 32874 32874     A7TM88      36033
-## 32875 32875     A7TMC5      36033
-## 32876 32876     A7TMC5      36033
-## 32877 32877     A7TMF9      36033
-## 32878 32878     A7TMF9      36033
-## 32879 32879     A7TMH4      36033
-## 32880 32880     A7TMH4      36033
-## 32881 32881     A7TMI5      36033
-## 32882 32882     A7TMJ6      36033
-## 32883 32883     A7TMK6      36033
-## 32884 32884     A7TML4      36033
-## 32885 32885     A7TML4      36033
-## 32886 32886     A7TML4      36033
-## 32887 32887     A7TMU9      36033
-## 32888 32888     A7TMW6      36033
-## 32889 32889     A7TMZ9      36033
-## 32890 32890     A7TN96      36033
-## 32891 32891     A7TNI7      36033
-## 32892 32892     A7TNL0      36033
-## 32893 32893     A7TNL7      36033
-## 32894 32894     A7TNQ2      36033
-## 32895 32895     A7TNS4      36033
-## 32896 32896     A7TNS8      36033
-## 32897 32897     A7TNT1      36033
-## 32898 32898     A7TP26      36033
-## 32899 32899     A7TP86      36033
-## 32900 32900     A7TP86      36033
-## 32901 32901     A7TPF8      36033
-## 32902 32902     A7TPY4      36033
-## 32903 32903     A7TPY4      36033
-## 32904 32904     A7TPY4      36033
-## 32905 32905     A7TPY4      36033
-## 32906 32906     A7TQ21      36033
-## 32907 32907     A7TQ21      36033
-## 32908 32908     A7TQ21      36033
-## 32909 32909     A7TQ35      36033
-## 32910 32910     A7TQ73      36033
-## 32911 32911     A7TQ77      36033
-## 32912 32912     A7TQB2      36033
-## 32913 32913     A7TQB2      36033
-## 32914 32914     A7TQF3      36033
-## 32915 32915     A7TQK0      36033
-## 32916 32916     A7TQK0      36033
-## 32917 32917     A7TQM0      36033
-## 32918 32918     A7TQN2      36033
-## 32919 32919     A7TQN2      36033
-## 32920 32920     A7TQN2      36033
-## 32921 32921     A7TQP0      36033
-## 32922 32922     A7TQP0      36033
-## 32923 32923     A7TQP0      36033
-## 32924 32924     A7TQR2      36033
-## 32925 32925     A7TQS2      36033
-## 32926 32926     A7TQS2      36033
-## 32927 32927     A7TQS2      36033
-## 32928 32928     A7TQT8      36033
-## 32929 32929     A7TQU0      36033
-## 32930 32930     A7TQZ1      36033
-## 32931 32931     A7TR50      36033
-## 32932 32932     A7TR50      36033
-## 32933 32933     A7TR50      36033
-## 32934 32934     A7TR50      36033
-## 32935 32935     A7TR50      36033
-## 32936 32936     A7TR75      36033
-## 32937 32937     A7TR75      36033
-## 32938 32938     A7TR75      36033
-## 32939 32939     A7TR75      36033
-## 32940 32940     A7TR75      36033
-## 32941 32941     A7TR80      36033
-## 32942 32942     A7TR80      36033
-## 32943 32943     A7TR80      36033
-## 32944 32944     A7TR80      36033
-## 32945 32945     A7TR87      36033
-## 32946 32946     A7TR87      36033
-## 32947 32947     A7TR90      36033
-## 32948 32948     A7TR90      36033
-## 32949 32949     A7TRU5      36033
-## 32950 32950     A7TRU5      36033
-## 32951 32951     A7TRW3      36033
-## 32952 32952     A7TRW3      36033
-## 32953 32953     A7TRW3      36033
-## 32954 32954     A7TRW3      36033
-## 32955 32955     A7TRW3      36033
-## 32956 32956     A7TRW3      36033
-## 32957 32957     A7TRW3      36033
-## 32958 32958     A7TRW3      36033
-## 32959 32959     A7TRX9      36033
-## 32960 32960     A7TRX9      36033
-## 32961 32961     A7TRZ7      36033
-## 32962 32962     A7TRZ7      36033
-## 32963 32963     A7TS37      36033
-## 32964 32964     A7TS55      36033
-## 32965 32965     A7TSA7      36033
-## 32966 32966     A7TSJ7      36033
-## 32967 32967     A7TSL2      36033
-## 32968 32968     A7TSL2      36033
-## 32969 32969     A7TSL7      36033
-## 32970 32970     A7TSS9      36033
-## 32971 32971     A7TSS9      36033
-## 32972 32972     A7TSV4      36033
-## 32973 32973     A7TSV6      36033
-## 32974 32974     A7TSV7      36033
-## 32975 32975     A7TSV7      36033
-## 32976 32976     A7TSV7      36033
-## 32977 32977     A7TSV7      36033
-## 32978 32978     A7TSV7      36033
-## 32979 32979     A7TSV7      36033
-## 32980 32980     A7TSV7      36033
-## 32981 32981     A7TSV7      36033
-## 32982 32982     A7TSV7      36033
-## 32983 32983     A7TSV7      36033
-## 32984 32984     A7TSV7      36033
-## 32985 32985     A7TSV7      36033
-## 32986 32986     A7TSV7      36033
-## 32987 32987     A7TSZ6      36033
-## 32988 32988     A7TT02      36033
-## 32989 32989     A7TT02      36033
-## 32990 32990     A7TT02      36033
-## 32991 32991     A7TT46      36033
-## 32992 32992     A7TT46      36033
-## 32993 32993     A7TT88      36033
-## 32994 32994     A7TT88      36033
-## 32995 32995     A7TTC8      36033
-## 32996 32996     A7TTE2      36033
-## 32997 32997     A7TTE2      36033
-## 32998 32998     A7TTE6      36033
-## 32999 32999     A7TTE6      36033
-## 33000 33000     A7TTL0      36033
-## 33001 33001     A7TTQ1      36033
-## 33002 33002     A7TTQ1      36033
-## 33003 33003     A7TX81         NA
-## 33004 33004     A7TX81         NA
-## 33005 33005     A7TZE6         NA
-## 33006 33006     A7U6E9         NA
-## 33007 33007     A7U6F0         NA
-## 33008 33008     A7U6F1         NA
-## 33009 33009     A7U6F1         NA
-## 33010 33010     A7U6F1         NA
-## 33011 33011     A7U6F1         NA
-## 33012 33012     A7U6F2         NA
-## 33013 33013     A7U6F2         NA
-## 33014 33014     A7U6F3         NA
-## 33015 33015     A7U6F3         NA
-## 33016 33016     A7UA95         NA
-## 33017 33017     A7UA95         NA
-## 33018 33018     A7UA95         NA
-## 33019 33019     A7UFC2         NA
-## 33020 33020     A7UKV4         NA
-## 33021 33021     A7UKV5         NA
-## 33022 33022     A7UKV8         NA
-## 33023 33023     A7UKY7         NA
-## 33024 33024     A7UL74         NA
-## 33025 33025     A7UW97       5141
-## 33026 33026     A7UW97       5141
-## 33027 33027     A7UW97       5141
-## 33028 33028     A7UWE6       5141
-## 33029 33029     A7UWH7       5141
-## 33030 33030     A7UXD4       5141
-## 33031 33031     A7VJC2         NA
-## 33032 33032     A7VJC2         NA
-## 33033 33033     A7VJC2         NA
-## 33034 33034     A7VJC2         NA
-## 33035 33035     A7WNB3    1094373
-## 33036 33036     A7WNV4         NA
-## 33037 33037     A7WNV7         NA
-## 33038 33038     A7WWN1       1280
-## 33039 33039     A7WWP0       1280
-## 33040 33040     A7WXA5       1280
-## 33041 33041     A7WXH5       1280
-## 33042 33042     A7WXS6       1280
-## 33043 33043     A7WY93       1280
-## 33044 33044     A7WY93       1280
-## 33045 33045     A7WY93       1280
-## 33046 33046     A7WYH9       1280
-## 33047 33047     A7WYH9       1280
-## 33048 33048     A7WYL7       1280
-## 33049 33049     A7WYP0       1280
-## 33050 33050     A7WYP0       1280
-## 33051 33051     A7WYS8       1280
-## 33052 33052     A7WYU4       1280
-## 33053 33053     A7WYX4       1280
-## 33054 33054     A7WYX4       1280
-## 33055 33055     A7WYY0       1280
-## 33056 33056     A7WYY0       1280
-## 33057 33057     A7WZ30       1280
-## 33058 33058     A7WZ38       1280
-## 33059 33059     A7WZ76       1280
-## 33060 33060     A7WZ79       1280
-## 33061 33061     A7WZ79       1280
-## 33062 33062     A7WZ82       1280
-## 33063 33063     A7WZL0       1280
-## 33064 33064     A7WZL5       1280
-## 33065 33065     A7WZP8       1280
-## 33066 33066     A7WZQ9       1280
-## 33067 33067     A7WZR9       1280
-## 33068 33068     A7X0F9       1280
-## 33069 33069     A7X0H4       1280
-## 33070 33070     A7X0H5       1280
-## 33071 33071     A7X0H6       1280
-## 33072 33072     A7X0I1       1280
-## 33073 33073     A7X0I2       1280
-## 33074 33074     A7X0N2       1280
-## 33075 33075     A7X0T9       1280
-## 33076 33076     A7X0T9       1280
-## 33077 33077     A7X0T9       1280
-## 33078 33078     A7X0T9       1280
-## 33079 33079     A7X0W1       1280
-## 33080 33080     A7X141       1280
-## 33081 33081     A7X141       1280
-## 33082 33082     A7X145       1280
-## 33083 33083     A7X146       1280
-## 33084 33084     A7X146       1280
-## 33085 33085     A7X146       1280
-## 33086 33086     A7X146       1280
-## 33087 33087     A7X148       1280
-## 33088 33088     A7X148       1280
-## 33089 33089     A7X148       1280
-## 33090 33090     A7X148       1280
-## 33091 33091     A7X149       1280
-## 33092 33092     A7X149       1280
-## 33093 33093     A7X154       1280
-## 33094 33094     A7X160       1280
-## 33095 33095     A7X163       1280
-## 33096 33096     A7X169       1280
-## 33097 33097     A7X169       1280
-## 33098 33098     A7X1B6       1280
-## 33099 33099     A7X1B6       1280
-## 33100 33100     A7X1C2       1280
-## 33101 33101     A7X1C2       1280
-## 33102 33102     A7X1E3       1280
-## 33103 33103     A7X1E9       1280
-## 33104 33104     A7X1F4       1280
-## 33105 33105     A7X1L2       1280
-## 33106 33106     A7X1M9       1280
-## 33107 33107     A7X1N3       1280
-## 33108 33108     A7X1N6       1280
-## 33109 33109     A7X1P3       1280
-## 33110 33110     A7X1Q1       1280
-## 33111 33111     A7X1Q1       1280
-## 33112 33112     A7X1Q7       1280
-## 33113 33113     A7X1S5       1280
-## 33114 33114     A7X1S5       1280
-## 33115 33115     A7X1S5       1280
-## 33116 33116     A7X1U3       1280
-## 33117 33117     A7X1Z4       1280
-## 33118 33118     A7X203       1280
-## 33119 33119     A7X203       1280
-## 33120 33120     A7X204       1280
-## 33121 33121     A7X204       1280
-## 33122 33122     A7X240       1280
-## 33123 33123     A7X274       1280
-## 33124 33124     A7X295       1280
-## 33125 33125     A7X2B3       1280
-## 33126 33126     A7X2C3       1280
-## 33127 33127     A7X2C3       1280
-## 33128 33128     A7X2C3       1280
-## 33129 33129     A7X2C3       1280
-## 33130 33130     A7X2C3       1280
-## 33131 33131     A7X2C3       1280
-## 33132 33132     A7X2C3       1280
-## 33133 33133     A7X2C3       1280
-## 33134 33134     A7X2C3       1280
-## 33135 33135     A7X2C3       1280
-## 33136 33136     A7X2C3       1280
-## 33137 33137     A7X2C3       1280
-## 33138 33138     A7X2C3       1280
-## 33139 33139     A7X2C3       1280
-## 33140 33140     A7X2C3       1280
-## 33141 33141     A7X2C3       1280
-## 33142 33142     A7X2C3       1280
-## 33143 33143     A7X2C3       1280
-## 33144 33144     A7X2C3       1280
-## 33145 33145     A7X2C3       1280
-## 33146 33146     A7X2C3       1280
-## 33147 33147     A7X2C5       1280
-## 33148 33148     A7X2C5       1280
-## 33149 33149     A7X2C5       1280
-## 33150 33150     A7X2C5       1280
-## 33151 33151     A7X2C5       1280
-## 33152 33152     A7X2C5       1280
-## 33153 33153     A7X2C5       1280
-## 33154 33154     A7X2E0       1280
-## 33155 33155     A7X2K7       1280
-## 33156 33156     A7X2M2       1280
-## 33157 33157     A7X2P9       1280
-## 33158 33158     A7X2Q9       1280
-## 33159 33159     A7X2Q9       1280
-## 33160 33160     A7X2R9       1280
-## 33161 33161     A7X2S0       1280
-## 33162 33162     A7X2W8       1280
-## 33163 33163     A7X2X2       1280
-## 33164 33164     A7X2X2       1280
-## 33165 33165     A7X2Y0       1280
-## 33166 33166     A7X2Y0       1280
-## 33167 33167     A7X2Y0       1280
-## 33168 33168     A7X2Y1       1280
-## 33169 33169     A7X2Y7       1280
-## 33170 33170     A7X2Y8       1280
-## 33171 33171     A7X328       1280
-## 33172 33172     A7X328       1280
-## 33173 33173     A7X358       1280
-## 33174 33174     A7X361       1280
-## 33175 33175     A7X364       1280
-## 33176 33176     A7X393       1280
-## 33177 33177     A7X397       1280
-## 33178 33178     A7X3C8       1280
-## 33179 33179     A7X3E0       1280
-## 33180 33180     A7X3E0       1280
-## 33181 33181     A7X3F0       1280
-## 33182 33182     A7X3G5       1280
-## 33183 33183     A7X3J9       1280
-## 33184 33184     A7X3N2       1280
-## 33185 33185     A7X3N3       1280
-## 33186 33186     A7X3U8       1280
-## 33187 33187     A7X3V5       1280
-## 33188 33188     A7X3Y3       1280
-## 33189 33189     A7X3Z1       1280
-## 33190 33190     A7X3Z1       1280
-## 33191 33191     A7X3Z2       1280
-## 33192 33192     A7X3Z7         NA
-## 33193 33193     A7X413         NA
-## 33194 33194     A7X424       1280
-## 33195 33195     A7X426       1280
-## 33196 33196     A7X427       1280
-## 33197 33197     A7X427       1280
-## 33198 33198     A7X430       1280
-## 33199 33199     A7X430       1280
-## 33200 33200     A7X430       1280
-## 33201 33201     A7X430       1280
-## 33202 33202     A7X4K1         NA
-## 33203 33203     A7X4K7         NA
-## 33204 33204     A7X4L6       1280
-## 33205 33205     A7X4L9       1280
-## 33206 33206     A7X4M1         NA
-## 33207 33207     A7X4N3       1280
-## 33208 33208     A7X4S9       1280
-## 33209 33209     A7X4S9       1280
-## 33210 33210     A7X4U2       1280
-## 33211 33211     A7X4U2       1280
-## 33212 33212     A7X4U2       1280
-## 33213 33213     A7X4U4       1280
-## 33214 33214     A7X4U5       1280
-## 33215 33215     A7X522       1280
-## 33216 33216     A7X575       1280
-## 33217 33217     A7X575       1280
-## 33218 33218     A7X5F0       1280
-## 33219 33219     A7X5J9       1280
-## 33220 33220     A7X5K8       1280
-## 33221 33221     A7X5M4       1280
-## 33222 33222     A7X5R6         NA
-## 33223 33223     A7X5R6         NA
-## 33224 33224     A7X5R6         NA
-## 33225 33225     A7X5R6         NA
-## 33226 33226     A7X5R6         NA
-## 33227 33227     A7X5R6         NA
-## 33228 33228     A7X5R6         NA
-## 33229 33229     A7X5R6         NA
-## 33230 33230     A7X5R6         NA
-## 33231 33231     A7X5R6         NA
-## 33232 33232     A7X5R6         NA
-## 33233 33233     A7X5R6         NA
-## 33234 33234     A7X5R6         NA
-## 33235 33235     A7X5R6         NA
-## 33236 33236     A7X5R6         NA
-## 33237 33237     A7X5Y5       1280
-## 33238 33238     A7X5Z9       1280
-## 33239 33239     A7X659       1280
-## 33240 33240     A7X659       1280
-## 33241 33241     A7X659       1280
-## 33242 33242     A7X659       1280
-## 33243 33243     A7X669       1280
-## 33244 33244     A7X6I5       1280
-## 33245 33245     A7X6I5       1280
-## 33246 33246     A7X6I5       1280
-## 33247 33247     A7X6I5       1280
-## 33248 33248     A7X6I5       1280
-## 33249 33249     A7X6I5       1280
-## 33250 33250     A7X6I5       1280
-## 33251 33251     A7X6P1       1280
-## 33252 33252     A7X6S1       1280
-## 33253 33253     A7X6S1       1280
-## 33254 33254     A7X6S1       1280
-## 33255 33255     A7X6S1       1280
-## 33256 33256     A7X6S1       1280
-## 33257 33257     A7X735       1280
-## 33258 33258     A7X771       1280
-## 33259 33259     A7X771       1280
-## 33260 33260     A7X7A5       1280
-## 33261 33261     A7X7A7       1280
-## 33262 33262     A7X7A8       1280
-## 33263 33263     A7X7B0       1280
-## 33264 33264     A7X8B3         NA
-## 33265 33265     A7X8B3         NA
-## 33266 33266     A7X8B3         NA
-## 33267 33267     A7X8B3         NA
-## 33268 33268     A7X8B3         NA
-## 33269 33269     A7X8B3         NA
-## 33270 33270     A7X8B5         NA
-## 33271 33271     A7X8B5         NA
-## 33272 33272     A7X8B5         NA
-## 33273 33273     A7X8B5         NA
-## 33274 33274     A7X8B5         NA
-## 33275 33275     A7X8B7       9593
-## 33276 33276     A7X8B7       9593
-## 33277 33277     A7X8B7       9593
-## 33278 33278     A7X8B7       9593
-## 33279 33279     A7X8B7       9593
-## 33280 33280     A7X8B9         NA
-## 33281 33281     A7X8B9         NA
-## 33282 33282     A7X8B9         NA
-## 33283 33283     A7X8B9         NA
-## 33284 33284     A7X8B9         NA
-## 33285 33285     A7X8C2         NA
-## 33286 33286     A7X8C2         NA
-## 33287 33287     A7X8C2         NA
-## 33288 33288     A7X8C2         NA
-## 33289 33289     A7X8C2         NA
-## 33290 33290     A7X8C4         NA
-## 33291 33291     A7X8C4         NA
-## 33292 33292     A7X8C4         NA
-## 33293 33293     A7X8C4         NA
-## 33294 33294     A7X8C4         NA
-## 33295 33295     A7X8C7         NA
-## 33296 33296     A7X8C7         NA
-## 33297 33297     A7X8C7         NA
-## 33298 33298     A7X8C7         NA
-## 33299 33299     A7X8C9         NA
-## 33300 33300     A7X8C9         NA
-## 33301 33301     A7X8C9         NA
-## 33302 33302     A7X8D2         NA
-## 33303 33303     A7X8D2         NA
-## 33304 33304     A7X8D4         NA
-## 33305 33305     A7X8D4         NA
-## 33306 33306     A7X8D4         NA
-## 33307 33307     A7XCC9      68887
-## 33308 33308     A7XCC9      68887
-## 33309 33309     A7XCC9      68887
-## 33310 33310     A7XCD9      68887
-## 33311 33311     A7XCD9      68887
-## 33312 33312     A7XCE1      68887
-## 33313 33313     A7XCE1      68887
-## 33314 33314     A7XCE1      68887
-## 33315 33315     A7XCE1      68887
-## 33316 33316     A7XCE4      68887
-## 33317 33317     A7XCE4      68887
-## 33318 33318     A7XCE4      68887
-## 33319 33319     A7XCE4      68887
-## 33320 33320     A7XCE4      68887
-## 33321 33321     A7XCE4      68887
-## 33322 33322     A7XCE8      68887
-## 33323 33323     A7XCE8      68887
-## 33324 33324     A7XCE8      68887
-## 33325 33325     A7XCE8      68887
-## 33326 33326     A7XCE8      68887
-## 33327 33327     A7XDQ9         NA
-## 33328 33328     A7XDQ9         NA
-## 33329 33329     A7XDQ9         NA
-## 33330 33330     A7XDQ9         NA
-## 33331 33331     A7XGN8         NA
-## 33332 33332     A7XGN8         NA
-## 33333 33333     A7XGN8         NA
-##  [ reached 'max' / getOption("max.print") -- omitted 343801 rows ]
-

one viral Protein can have multiple hosts and one viral TR can appear in multiple hosts (TR_id 8961 appear in host 4072, 4097, …)

-
select(tr_all_sp_virus.long, TR_id, ID, Species_ID, Species_ID_virushost)[8:19,]
-
##    TR_id     ID Species_ID Species_ID_virushost
-## 8   1839 A0MD32      28344                 9823
-## 9   1879 A0MZE1         NA                  562
-## 10  1900 A0PJ24         NA                42520
-## 11  8961 A1XIP9     370833                 4072
-## 12  8961 A1XIP9     370833                 4097
-## 13  8961 A1XIP9     370833                 4081
-## 14  8961 A1XIP9     370833                 4111
-## 15  8961 A1XIP9     370833                 4113
-## 16  8962 A1XIP9     370833                 4072
-## 17  8962 A1XIP9     370833                 4097
-## 18  8962 A1XIP9     370833                 4081
-## 19  8962 A1XIP9     370833                 4111
-
-
-

Attempt 1: Put all the information in one table

-
-

Count TR by host Superkingdoms

-
## Initialize vectors for each host SK
-SK <- data.frame(Var1 = c("Eukaryotic_viruses", "Bacterial_viruses", "archaeal_viruses", "NAs"),
-Freq = c(0,0,0,0))
-
-## Determine for each viral TR it's host SK
-for ( i in tr_all_sp_virus.long$ID){
-  # SK <- table(tr_all_sp_virus.long$Superkingdom_virushost[1])
-  # SK <- SK + table(tr_all_sp_virus.long$Superkingdom_virushost[which(tr_all_sp_virus.long$TR_id == i)])
-  # print(table(tr_all_sp_virus.long$Superkingdom_virushost[which(tr_all_sp_virus.long$TR_id == i)]))
-  temp <- as.data.frame(table(tr_all_sp_virus.long$Superkingdom_virushost[which(tr_all_sp_virus.long$ID == i)]))
-  if (nrow(temp) == 0){
-    SK$Freq[which(SK$Var1 == "NAs")]  <- SK$Freq[which(SK$Var1 == "NAs")] + 1
-  } else {
-    for (j in 1:nrow(temp)){
-      # print(j)}}
-      if (temp[j,1] == "Eukaryotic viruses"){
-        SK$Freq[which(SK$Var1 == "Eukaryotic_viruses")]  <- SK$Freq[j] + temp$Freq[j]
-      } else if(temp[j,1] == "Bacterial viruses"){
-        SK$Freq[which(SK$Var1 == "Bacterial_viruses")]  <- SK$Freq[j] + temp$Freq[j]
-      } else if (temp[j,1] == "archaeal viruses"){
-        SK$Freq[which(SK$Var1 == "archaeal_viruses")]  <- SK$Freq[j] + temp$Freq[j]
-      }
-    }
-  }
-}
-
-SK
-
##                 Var1   Freq
-## 1 Eukaryotic_viruses 186274
-## 2  Bacterial_viruses   3399
-## 3   archaeal_viruses    885
-## 4                NAs      0
-

INTERPRETATION: 75357 viral TRs were detected in Eukaryotic hosts etc.. TODO: Why so big numbers detected? sum(SK$Freq) = 218707 because for each protein, even if it has multiple TRs (many $ID), all Superkingdoms are summed up

-
-
-
-

Attempt 2: Extract the information of each table seperately and but it toghether afterwards. Not all-in-one table

-

To get the correlation between the TR content of viral proteins and the TR content of their host organisms. TODO: Find out if more important to get the length of the TRs (how many units they have) or the TR content per protein?

-

all proteins (w/ and w/o) which have a viral host annotated:

-
nrow(sp_all[which(sp_all$virus_hosts != ""),])
-
## [1] 16531
-

all protein which have TRs and an annotated host:

-
nrow(tr_all_sp[which(tr_all_sp$virus_hosts != ""),])
-
## [1] 13263
-
-
-
-

why not cake diagram: http://static1.squarespace.com/static/56713bf4dc5cb41142f28d1f/5671e8bf816924fc22651410/5671eb2e816924fc22651bc9/1450306350612/devourThePie3.gif?format=original

-
-

Look up table

-

for connecting virushost species which have proteins in swissprot with TRs with other tables by either TR_id for information retrieval per TR or Protein_id for information retrieval per Protein or Species_id for information about either TRs or Proteins per species and analogous for superkingdoms.

-
virushostspecies <- data.frame(TR_ID = tr_all_sp_virus.long$TR_id,
-                               Protein_ID = tr_all_sp_virus.long$ID,
-                               Species_ID_virushost = tr_all_sp_virus.long$Species_ID_virushost,
-                               Superkingdom_virushost = tr_all_sp_virus.long$Superkingdom_virushost)
-
#### Virushost information
-# with >0 TRs
-df_archaea_virushost <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Species_ID %in% virushostspecies$Species_ID_virushost & 
-                             tr_all_sp$Superkingdom == "Archaea")]) # make frequency table of all TRs coming from species, which are virushosts and Archaea
-))
-# with 0 TRs
-df_archaea_virushost[1,2] <- length(sp_all$ID[which(sp_all$Species_ID %in% virushostspecies$Species_ID_virushost &
-                                                      sp_all$ID %!in% tr_all_sp$ID & 
-                                                      sp_all$Superkingdom == "Archaea")]) # count all proteins coming from species which are virushost, have no TRs and are Achaea
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_archaea_virushost)<- c("nTR", "Freq")
-for (i in df_archaea_virushost$nTR){
-  if (i >4){
-    df_archaea_virushost$Freq[5] <- df_archaea_virushost$Freq[5] + df_archaea_virushost$Freq[which(df_archaea_virushost$nTR == i)] 
-  }
-}
-df_archaea_virushost <- df_archaea_virushost[1:5,]
-# calculate fraction of nTR
-df_archaea_virushost$fraction_nTR <- simplify2array(lapply(df_archaea_virushost$Freq, FUN = function(x){round(as.numeric(x)/sum(df_archaea_virushost$Freq), 3)}))
-df_archaea_virushost$Superkingdom <- rep("Archaeaic Virushost", nrow(df_archaea_virushost))
-
-#### Regular information
-## get all proteins with archaeal origin:
-# with >0 TRs
-df_archaea <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Archaea")])
-))
-# with 0 TRs
-df_archaea[1,2] <- length(sp_all$ID[which(sp_all$ID %!in% tr_all_sp$ID & sp_all$Superkingdom == "Archaea")])
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_archaea)<- c("nTR", "Freq")
-for (i in df_archaea$nTR){
-  if (i >4){
-    df_archaea$Freq[5] <- df_archaea$Freq[5] + df_archaea$Freq[which(df_archaea$nTR == i)] 
-  }
-}
-df_archaea <- df_archaea[1:5,]
-# calculate fraction of nTR
-df_archaea$fraction_nTR <- simplify2array(lapply(df_archaea$Freq, FUN = function(x){round(as.numeric(x)/sum(df_archaea$Freq), 3)}))
-df_archaea$Superkingdom <- rep("Archaea", nrow(df_archaea))
-
-#### Put toghether Regular info and Virushost info:
-df_archaea <- rbind(df_archaea, df_archaea_virushost)
-# # test dataframe:
-# df_archaea <- data.frame(Superkingdom = c(rep("Archaea", 5), rep("Archaeal Virus", 5)),
-#                          fraction_nTR = c(rep(c(0.71,0.23,0.04,0.01,0.001), 2)),
-#                          nTR = c(rep(as.character(seq(0,4,1)))))
-df_archaea
-
##    nTR  Freq fraction_nTR        Superkingdom
-## 1    0 12950        0.669             Archaea
-## 2    1  4814        0.249             Archaea
-## 3    2  1134        0.059             Archaea
-## 4    3   323        0.017             Archaea
-## 5    4   147        0.008             Archaea
-## 6    0  1058        0.681 Archaeaic Virushost
-## 7    1   409        0.263 Archaeaic Virushost
-## 8    2    54        0.035 Archaeaic Virushost
-## 9    3    24        0.015 Archaeaic Virushost
-## 10   4     8        0.005 Archaeaic Virushost
-
str(df_archaea)
-
## 'data.frame':    10 obs. of  4 variables:
-##  $ nTR         : Factor w/ 12 levels "0","1","2","3",..: 1 2 3 4 5 1 2 3 4 5
-##  $ Freq        : int  12950 4814 1134 323 147 1058 409 54 24 8
-##  $ fraction_nTR: num  0.669 0.249 0.059 0.017 0.008 0.681 0.263 0.035 0.015 0.005
-##  $ Superkingdom: chr  "Archaea" "Archaea" "Archaea" "Archaea" ...
-
#### Plots
-if (DOBARPLOT_STACK){
-  p <- ggplot(data=df_archaea, aes(x=factor(1), y=fraction_nTR, fill=nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Archaea")+
-    labs(x="", y="Fraction", fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_archaea_bar", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOPIECHART) { 
-  p <- ggplot(data=df_archaea, aes(x=factor(1), y=fraction_nTR, fill=nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    coord_polar("y") + 
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    scale_fill_brewer(palette="Dark2")+
-    # ggtitle("Archaea")+
-    labs(fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      axis.title.y = element_blank(),
-      panel.border = element_blank(),
-      panel.grid=element_blank(),
-      axis.ticks = element_blank(),
-      axis.text = element_blank(),
-      strip.text = element_text(size=14, face="bold")
-      # plot.title=element_text(size=14, face="bold")
-    )+
-    geom_label_repel(aes(label = paste0(fraction_nTR*100,"%")), size=4, show.legend = F, nudge_x = 1,
-                     segment.size = .5, direction = 'x')
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_archaea_pie", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOBARPLOT) {
-  p <- ggplot(data=df_archaea, aes(x=df_archaea$nTR, y=df_archaea$fraction_nTR, fill=df_archaea$nTR)) +
-    geom_bar(stat="identity")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Archaea")+
-    # labs(y="Fraction", x= "TR count", fill = "TR count")+
-    labs(y="Fraction", x= "TR count", fill = "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      # axis.text.x.bottom = element_text(angle = 0),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_archaea_bar2", figureFormat), width=12, height=8, dpi = 300)}
-}
-
#### Virushost information
-# with >0 TRs
-df_bacteria_virushost <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Species_ID %in% virushostspecies$Species_ID_virushost & 
-                             tr_all_sp$Superkingdom == "Bacteria")]) # make frequency table of all TRs coming from species, which are virushosts and Archaea
-))
-# with 0 TRs
-df_bacteria_virushost[1,2] <- length(sp_all$ID[which(sp_all$Species_ID %in% virushostspecies$Species_ID_virushost &
-                                                       sp_all$ID %!in% tr_all_sp$ID & 
-                                                       sp_all$Superkingdom == "Bacteria")]) # count all proteins coming from species which are virushost, have no TRs and are Achaea
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_bacteria_virushost)<- c("nTR", "Freq")
-for (i in df_bacteria_virushost$nTR){
-  if (i >4){
-    df_bacteria_virushost$Freq[5] <- df_bacteria_virushost$Freq[5] + df_bacteria_virushost$Freq[which(df_bacteria_virushost$nTR == i)] 
-  }
-}
-df_bacteria_virushost <- df_bacteria_virushost[1:5,]
-# calculate fraction of nTR
-df_bacteria_virushost$fraction_nTR <- simplify2array(lapply(df_bacteria_virushost$Freq, FUN = function(x){round(as.numeric(x)/sum(df_bacteria_virushost$Freq), 3)}))
-df_bacteria_virushost$Superkingdom <- rep("Bacterial Virushost", nrow(df_bacteria_virushost))
-
-#### Regular information
-## get all proteins with bacterial origin:
-# with >0 TRs
-df_bacteria <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Bacteria")])
-))
-# with 0 TRs
-df_bacteria[1,2] <- length(sp_all$ID[which(sp_all$ID %!in% tr_all_sp$ID & sp_all$Superkingdom == "Bacteria")])
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_bacteria)<- c("nTR", "Freq")
-for (i in df_bacteria$nTR){
-  if (i >4){
-    df_bacteria$Freq[5] <- df_bacteria$Freq[5] + df_bacteria$Freq[which(df_bacteria$nTR == i)] 
-  }
-}
-df_bacteria <- df_bacteria[1:5,]
-# calculate fraction of nTR
-df_bacteria$fraction_nTR <- simplify2array(lapply(df_bacteria$Freq, FUN = function(x){round(as.numeric(x)/sum(df_bacteria$Freq), 3)}))
-df_bacteria$Superkingdom <- rep("Bacteria", nrow(df_bacteria))
-
-#### Put toghether Regular info and Virushost info:
-df_bacteria <- rbind(df_bacteria, df_bacteria_virushost)
-df_bacteria
-
##    nTR   Freq fraction_nTR        Superkingdom
-## 1    0 228485        0.688            Bacteria
-## 2    1  76055        0.229            Bacteria
-## 3    2  19782        0.060            Bacteria
-## 4    3   5429        0.016            Bacteria
-## 5    4   2496        0.008            Bacteria
-## 6    0  43418        0.703 Bacterial Virushost
-## 7    1  13478        0.218 Bacterial Virushost
-## 8    2   3524        0.057 Bacterial Virushost
-## 9    3    968        0.016 Bacterial Virushost
-## 10   4    398        0.006 Bacterial Virushost
-
str(df_bacteria)
-
## 'data.frame':    10 obs. of  4 variables:
-##  $ nTR         : Factor w/ 36 levels "0","1","2","3",..: 1 2 3 4 5 1 2 3 4 5
-##  $ Freq        : int  228485 76055 19782 5429 2496 43418 13478 3524 968 398
-##  $ fraction_nTR: num  0.688 0.229 0.06 0.016 0.008 0.703 0.218 0.057 0.016 0.006
-##  $ Superkingdom: chr  "Bacteria" "Bacteria" "Bacteria" "Bacteria" ...
-
#### Plots
-if (DOBARPLOT_STACK){
-  p <- ggplot(data=df_bacteria, aes(x=factor(1), y=fraction_nTR, fill=nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Bacteria")+
-    labs(x="", y="Fraction", fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_bacteria_bar", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOPIECHART) { # piechart
-  p <- ggplot(data=df_bacteria, aes(x=factor(1), y=fraction_nTR, fill=nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    coord_polar("y") + 
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    scale_fill_brewer(palette="Dark2")+
-    # ggtitle("Bacteria")+
-    labs(fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      axis.title.y = element_blank(),
-      panel.border = element_blank(),
-      panel.grid=element_blank(),
-      axis.ticks = element_blank(),
-      axis.text = element_blank(),
-      strip.text = element_text(size=14, face="bold")
-      # plot.title=element_text(size=14, face="bold")
-    )+
-    geom_label_repel(aes(label = paste0(fraction_nTR*100,"%")), size=4, show.legend = F, nudge_x = 1,
-                     segment.size = .5, direction = 'x')
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_bacteria_pie", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOBARPLOT) {
-  p <- ggplot(data=df_bacteria, aes(x=df_bacteria$nTR, y=df_bacteria$fraction_nTR, fill=df_bacteria$nTR)) +
-    geom_bar(stat="identity")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Bacteria")+
-    # labs(y="Fraction", x= "TR count", fill = "TR count")+
-    labs(y="Fraction", x= "TR count", fill = "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      # axis.text.x.bottom = element_text(angle = 0),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_bacteria_bar2", figureFormat), width=12, height=8, dpi = 300)}
-}
-
#### Virushost information
-# with >0 TRs
-df_eukaryota_virushost <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Species_ID %in% virushostspecies$Species_ID_virushost & 
-                             tr_all_sp$Superkingdom == "Eukaryota")])
-))
-# make frequency table of all TRs coming fromk eukaryotic virushost species.
-
-# with 0 TRs
-df_eukaryota_virushost[1,2] <- length(sp_all$ID[which(sp_all$Species_ID %in% virushostspecies$Species_ID_virushost &
-                                                        sp_all$ID %!in% tr_all_sp$ID & 
-                                                        sp_all$Superkingdom == "Eukaryota")]) # count all proteins coming from species which are virushost, have no TRs and are Achaea
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_eukaryota_virushost)<- c("nTR", "Freq")
-for (i in df_eukaryota_virushost$nTR){
-  if (i >4){
-    df_eukaryota_virushost$Freq[5] <- df_eukaryota_virushost$Freq[5] + df_eukaryota_virushost$Freq[which(df_eukaryota_virushost$nTR == i)] 
-  }
-}
-df_eukaryota_virushost <- df_eukaryota_virushost[1:5,]
-# calculate fraction of nTR
-df_eukaryota_virushost$fraction_nTR <- simplify2array(lapply(df_eukaryota_virushost$Freq, FUN = function(x){round(as.numeric(x)/sum(df_eukaryota_virushost$Freq), 3)}))
-df_eukaryota_virushost$Superkingdom <- rep("Eukaryotic Virushost", nrow(df_eukaryota_virushost))
-
-#### Regular information
-## get all proteins with archaeal origin:
-# with >0 TRs
-df_eukaryota <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Eukaryota")])
-))
-# with 0 TRs
-df_eukaryota[1,2] <- length(sp_all$ID[which(sp_all$ID %!in% tr_all_sp$ID & sp_all$Superkingdom == "Eukaryota")])
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_eukaryota)<- c("nTR", "Freq")
-for (i in df_eukaryota$nTR){
-  if (i >4){
-    df_eukaryota$Freq[5] <- df_eukaryota$Freq[5] + df_eukaryota$Freq[which(df_eukaryota$nTR == i)] 
-  }
-}
-df_eukaryota <- df_eukaryota[1:5,]
-# calculate fraction of nTR
-df_eukaryota$fraction_nTR <- simplify2array(lapply(df_eukaryota$Freq, FUN = function(x){round(as.numeric(x)/sum(df_eukaryota$Freq), 3)}))
-df_eukaryota$Superkingdom <- rep("Eukaryota", nrow(df_eukaryota))
-
-#### Put toghether Regular info and Virushost info:
-df_eukaryota <- rbind(df_eukaryota, df_eukaryota_virushost)
-
-#### Add column for correct labelling
-df_eukaryota <- df_eukaryota %>% 
-  group_by(Superkingdom) %>% 
-  mutate(labpos = cumsum(fraction_nTR)- fraction_nTR/2)
-
-df_eukaryota
-
## # A tibble: 10 x 5
-## # Groups:   Superkingdom [2]
-##    nTR    Freq fraction_nTR Superkingdom         labpos
-##    <fct> <int>        <dbl> <chr>                 <dbl>
-##  1 0     89342        0.496 Eukaryota             0.248
-##  2 1     47498        0.264 Eukaryota             0.628
-##  3 2     21179        0.118 Eukaryota             0.819
-##  4 3     10023        0.056 Eukaryota             0.906
-##  5 4     12132        0.067 Eukaryota             0.968
-##  6 0      6116        0.464 Eukaryotic Virushost  0.232
-##  7 1      3673        0.279 Eukaryotic Virushost  0.604
-##  8 2      1769        0.134 Eukaryotic Virushost  0.81 
-##  9 3       829        0.063 Eukaryotic Virushost  0.909
-## 10 4       799        0.061 Eukaryotic Virushost  0.971
-
str(df_eukaryota)
-
## Classes 'grouped_df', 'tbl_df', 'tbl' and 'data.frame':  10 obs. of  5 variables:
-##  $ nTR         : Factor w/ 59 levels "0","1","2","3",..: 1 2 3 4 5 1 2 3 4 5
-##  $ Freq        : int  89342 47498 21179 10023 12132 6116 3673 1769 829 799
-##  $ fraction_nTR: num  0.496 0.264 0.118 0.056 0.067 0.464 0.279 0.134 0.063 0.061
-##  $ Superkingdom: chr  "Eukaryota" "Eukaryota" "Eukaryota" "Eukaryota" ...
-##  $ labpos      : num  0.248 0.628 0.819 0.906 0.968 ...
-##  - attr(*, "groups")=Classes 'tbl_df', 'tbl' and 'data.frame':   2 obs. of  2 variables:
-##   ..$ Superkingdom: chr  "Eukaryota" "Eukaryotic Virushost"
-##   ..$ .rows       :List of 2
-##   .. ..$ : int  1 2 3 4 5
-##   .. ..$ : int  6 7 8 9 10
-##   ..- attr(*, ".drop")= logi TRUE
-
#### Plots
-if (DOBARPLOT_STACK){
-  p <- ggplot(data=df_eukaryota, aes(x=factor(1), y=fraction_nTR, fill=nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Eukaryota")+
-    labs(x="", y="Fraction", fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_eukaryota_bar", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOPIECHART) { # piechart
-  p <- ggplot(data=df_eukaryota, aes(x=factor(1), y=fraction_nTR, fill=nTR)) + # TODO: fix labeling according to: https://stackoverflow.com/questions/24803460/r-ggplot2-add-labels-on-facet-pie-chart
-    geom_bar(stat="identity", position = "fill")+
-    coord_polar("y") + 
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    scale_fill_brewer(palette="Dark2")+
-    # ggtitle("Eukaryota")+
-    labs(fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      axis.title.y = element_blank(),
-      panel.border = element_blank(),
-      panel.grid=element_blank(),
-      axis.ticks = element_blank(),
-      axis.text = element_blank(),
-      strip.text = element_text(size=14, face="bold")
-      # plot.title=element_text(size=14, face="bold")
-    )+
-    geom_label_repel(aes(label = paste0(fraction_nTR*100,"%")), size=4, show.legend = F, nudge_x = 1,
-                     segment.size = .5, direction = 'x')
-  # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-  #           color="white", size=3.5)
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_eukaryota_pie", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOBARPLOT) {
-  p <- ggplot(data=df_eukaryota, aes(x=df_eukaryota$nTR, y=df_eukaryota$fraction_nTR, fill=df_eukaryota$nTR)) +
-    geom_bar(stat="identity")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Eukaryota")+
-    # labs(y="Fraction", x= "TR count", fill = "TR count")+
-    labs(y="Fraction", x= "TR count", fill = "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      # axis.text.x.bottom = element_text(angle = 0),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_eukaryota_bar2", figureFormat), width=12, height=8, dpi = 300)}
-}
-

same as above, but with the logic from extracting species level information (as i.e. for humans) Why slightly different results? -> With the approach of looking up the information about the superkingdom by tr_id (below), we find higher numbers for 0 TRs but less for >0TRs. Probably due to missing results in sp_all$Superkingdom which comes from 2015 swissprot entries and the virushostspecies_sp$Superkingdom_virushost is from 2019 ncbi taxonomy database which is expected to be more up to date with more entries

-
# virushost species which have trs in swissprot
-virushostspecies_tr <- data.frame(TR_ID = tr_all_sp_virus.long$TR_id,
-                               Protein_ID = tr_all_sp_virus.long$ID,
-                               Species_ID_virushost = tr_all_sp_virus.long$Species_ID_virushost,
-                               Superkingdom_virushost = tr_all_sp_virus.long$Superkingdom_virushost)
-
-#### Virushost information
-# with >0 TRs
-df_eukaryota_virushost <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$TR_id %in% virushostspecies_tr$TR_ID[which(virushostspecies_tr$Superkingdom_virushost == "Eukaryotic viruses")])]))) 
-# make frequency table of all TRs coming fromk eukaryotic virushost species.
-
-# with 0 TRs
-# virushost species which have proteins in swissprot
-virushostspecies_sp <- data.frame(Protein_ID = sp_all.long$ID,
-                                  Species_ID_virushost = sp_all.long$Species_ID_virushost,
-                                  Superkingdom_virushost = sp_all.long$Superkingdom_virushost)
-
-df_eukaryota_virushost[1,2] <- length(sp_all$ID[which(sp_all$ID %in% as.character(virushostspecies_sp$Protein_ID[which(virushostspecies_sp$Superkingdom_virushost == "Eukaryotic viruses")]) &
-                                                        sp_all$ID %!in% tr_all_sp$ID)]) # Take all viral proteins which are from a human host species. From those, select 
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_eukaryota_virushost)<- c("nTR", "Freq")
-for (i in df_eukaryota_virushost$nTR){
-  if (i >4){
-    df_eukaryota_virushost$Freq[5] <- df_eukaryota_virushost$Freq[5] + df_eukaryota_virushost$Freq[which(df_eukaryota_virushost$nTR == i)] 
-  }
-}
-df_eukaryota_virushost <- df_eukaryota_virushost[1:5,]
-# calculate fraction of nTR
-df_eukaryota_virushost$fraction_nTR <- simplify2array(lapply(df_eukaryota_virushost$Freq, FUN = function(x){round(as.numeric(x)/sum(df_eukaryota_virushost$Freq), 3)}))
-df_eukaryota_virushost$Superkingdom <- rep("Eukaryotic Virushost", nrow(df_eukaryota_virushost))
-
-#### Regular information
-## get all proteins with archaeal origin:
-# with >0 TRs
-df_eukaryota <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Superkingdom == "Eukaryota")])
-))
-# with 0 TRs
-df_eukaryota[1,2] <- length(sp_all$ID[which(sp_all$ID %!in% tr_all_sp$ID & 
-                                              sp_all$Superkingdom == "Eukaryota")])
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_eukaryota)<- c("nTR", "Freq")
-for (i in df_eukaryota$nTR){
-  if (i >4){
-    df_eukaryota$Freq[5] <- df_eukaryota$Freq[5] + df_eukaryota$Freq[which(df_eukaryota$nTR == i)] 
-  }
-}
-df_eukaryota <- df_eukaryota[1:5,]
-# calculate fraction of nTR
-df_eukaryota$fraction_nTR <- simplify2array(lapply(df_eukaryota$Freq, FUN = function(x){round(as.numeric(x)/sum(df_eukaryota$Freq), 3)}))
-df_eukaryota$Superkingdom <- rep("Eukaryota", nrow(df_eukaryota))
-
-#### Put toghether Regular info and Virushost info:
-df_eukaryota <- rbind(df_eukaryota, df_eukaryota_virushost)
-
-#### Add column for correct labelling
-df_eukaryota <- df_eukaryota %>% 
-  group_by(Superkingdom) %>% 
-  # mutate(labpos = cumsum(fraction_nTR)- fraction_nTR/2)
-  # mutate(labpos = fraction_nTR *(2*pi)/2)
-  mutate(labpos = cumsum(fraction_nTR))
-
-df_eukaryota
-
## # A tibble: 10 x 5
-## # Groups:   Superkingdom [2]
-##    nTR    Freq fraction_nTR Superkingdom         labpos
-##    <fct> <int>        <dbl> <chr>                 <dbl>
-##  1 0     89342        0.496 Eukaryota             0.496
-##  2 1     47498        0.264 Eukaryota             0.76 
-##  3 2     21179        0.118 Eukaryota             0.878
-##  4 3     10023        0.056 Eukaryota             0.934
-##  5 4     12132        0.067 Eukaryota             1.00 
-##  6 0      6889        0.536 Eukaryotic Virushost  0.536
-##  7 1      3428        0.266 Eukaryotic Virushost  0.802
-##  8 2      1407        0.109 Eukaryotic Virushost  0.911
-##  9 3       576        0.045 Eukaryotic Virushost  0.956
-## 10 4       564        0.044 Eukaryotic Virushost  1
-
str(df_eukaryota)
-
## Classes 'grouped_df', 'tbl_df', 'tbl' and 'data.frame':  10 obs. of  5 variables:
-##  $ nTR         : Factor w/ 59 levels "0","1","2","3",..: 1 2 3 4 5 1 2 3 4 5
-##  $ Freq        : int  89342 47498 21179 10023 12132 6889 3428 1407 576 564
-##  $ fraction_nTR: num  0.496 0.264 0.118 0.056 0.067 0.536 0.266 0.109 0.045 0.044
-##  $ Superkingdom: chr  "Eukaryota" "Eukaryota" "Eukaryota" "Eukaryota" ...
-##  $ labpos      : num  0.496 0.76 0.878 0.934 1.001 ...
-##  - attr(*, "groups")=Classes 'tbl_df', 'tbl' and 'data.frame':   2 obs. of  2 variables:
-##   ..$ Superkingdom: chr  "Eukaryota" "Eukaryotic Virushost"
-##   ..$ .rows       :List of 2
-##   .. ..$ : int  1 2 3 4 5
-##   .. ..$ : int  6 7 8 9 10
-##   ..- attr(*, ".drop")= logi TRUE
-
# annotation data-frame
-# ann_text <- data.frame(fraction_nTR = factor(as.character( c((df_eukaryota$fraction_nTR[1:5]), (df_eukaryota$fraction_nTR[6:10])))),
-#                        lab = as.character( c((df_eukaryota$fraction_nTR[1:5]), (df_eukaryota$fraction_nTR[6:10]))),
-#                        Superkingdom = df_eukaryota$Superkingdom)
-
-#### Plots
-if (DOBARPLOT_STACK){
-  p <- ggplot(data=df_eukaryota, aes(x=factor(1), y=df_eukaryota$fraction_nTR, fill=df_eukaryota$nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Eukaryota")+
-    labs(x="", y="Fraction", fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_eukaryota2_bar", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOPIECHART) { # piechart
-  p <- ggplot(data=df_eukaryota, aes(x=factor(1), y=fraction_nTR, fill=nTR)) + # TODO: fix labeling according to: https://stackoverflow.com/questions/24803460/r-ggplot2-add-labels-on-facet-pie-chart
-    geom_bar(stat="identity", position = "fill")+
-    coord_polar("y", start = 0, direction = -1) + 
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    scale_fill_brewer(palette="Dark2")+
-    # ggtitle("Eukaryota")+
-    labs(fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      axis.title.y = element_blank(),
-      panel.border = element_blank(),
-      panel.grid=element_blank(),
-      axis.ticks = element_blank(),
-      axis.text = element_blank(),
-      strip.text = element_text(size=14, face="bold")
-      # plot.title=element_text(size=14, face="bold")
-    )+
-    # geom_label_repel(aes(label = paste0(fraction_nTR*100,"%")), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')
-    geom_text(aes(y=labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-              color="white", size=3.5)
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_eukaryota2_pie", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOBARPLOT) {
-  p <- ggplot(data=df_eukaryota, aes(x=df_eukaryota$nTR, y=df_eukaryota$fraction_nTR, fill=df_eukaryota$nTR)) +
-    geom_bar(stat="identity")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Eukaryota2")+
-    # labs(y="Fraction", x= "TR count", fill = "TR count")+
-    labs(y="Fraction", x= "TR count", fill = "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      # axis.text.x.bottom = element_text(angle = 0),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_eukaryota2_bar2", figureFormat), width=12, height=8, dpi = 300)}
-}
-

there are many missing Species_ID i.e. the one from homo sapiens. For the ones, where we have a Species name, we can fill it in with the data from ncbi dowloaded above.

-
# x <- sp_all[which(is.na(sp_all$Species_ID) & !is.na(sp_all$Species)), c(9,10)] # filter all proteins which have a missing species_id but do have a species name.
-# species2species_id <- data.frame(Species_ID = seq(1, length(unique(x$Species))),
-#                                  Species = seq(1, length(unique(x$Species))))
-# species2species_id$Species <- unique(x$Species) # take all unique species names
-# 
-# get_species_id <- function(species_name){
-#   evo_tree <- try(classification(as.character(species_name), db = "ncbi", callopts=list(http_version = 0L))[[1]])
-#   if (class(evo_tree) == "try-error") {
-#     return(NA)
-#   } else {
-#       return(evo_tree[nrow(evo_tree),ncol(evo_tree)])
-#   }
-# }
-# 
-# species2species_id$Species_ID[1:2] <- simplify2array(
-#   lapply(species2species_id$Species[1:2], FUN = get_species_id)) # mclapply doesn't work (too many requests ^^)
-# species2species_id
-

Let’s query then by species name

-
#### Virushost information
-# virushost species which have trs in swissprot
-virushostspecies_tr <- data.frame(TR_ID = tr_all_sp_virus.long$TR_id,
-                                  Protein_ID = tr_all_sp_virus.long$ID,
-                                  Species_ID_virushost = tr_all_sp_virus.long$Species_ID_virushost,
-                                  Superkingdom_virushost = tr_all_sp_virus.long$Superkingdom_virushost)
-
-# with >0 TRs
-df_human_virushost <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$TR_id %in% virushostspecies_tr$TR_ID[which(virushostspecies_tr$Species_ID_virushost ==9606)])]) # make frequency table of all TRs coming from species, which are virushosts and Archaea
-))
-# with 0 TRs
-# virushost species which have proteins in swissprot
-virushostspecies_sp <- data.frame(Protein_ID = sp_all.long$ID,
-                                  Species_ID_virushost = sp_all.long$Species_ID_virushost,
-                                  Superkingdom_virushost = sp_all.long$Superkingdom_virushost)
-
-df_human_virushost[1,2] <- length(sp_all$ID[which(sp_all$ID %in% as.character(virushostspecies_sp$Protein_ID[which(virushostspecies_sp$Species_ID_virushost ==9606)]) &
-                                                    sp_all$ID %!in% tr_all_sp$ID)]) # Take all viral proteins which are from a human host species. From those, select 
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_human_virushost)<- c("nTR", "Freq")
-for (i in df_human_virushost$nTR){
-  if (i >4){
-    df_human_virushost$Freq[5] <- df_human_virushost$Freq[5] + df_human_virushost$Freq[which(df_human_virushost$nTR == i)] 
-  }
-}
-df_human_virushost <- df_human_virushost[1:5,]
-# calculate fraction of nTR
-df_human_virushost$fraction_nTR <- simplify2array(lapply(df_human_virushost$Freq, FUN = function(x){round(as.numeric(x)/sum(df_human_virushost$Freq), 3)}))
-df_human_virushost$Superkingdom <- rep("Human Virushost", nrow(df_human_virushost))
-
-#### Regular information
-
-## get all proteins with archaeal origin:
-# with >0 TRs
-df_human <- as.data.frame(table(
-  table(tr_all_sp$ID[which(tr_all_sp$Species == "Homo sapiens (Human)")])
-))
-# with 0 TRs
-df_human[1,2] <- length(sp_all$ID[which(sp_all$ID %!in% tr_all_sp$ID & 
-                                          sp_all$Species == "Homo sapiens (Human)")])
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_human)<- c("nTR", "Freq")
-for (i in df_human$nTR){
-  if (i >4){
-    df_human$Freq[5] <- df_human$Freq[5] + df_human$Freq[which(df_human$nTR == i)] 
-  }
-}
-df_human <- df_human[1:5,]
-# calculate fraction of nTR
-df_human$fraction_nTR <- simplify2array(lapply(df_human$Freq, FUN = function(x){round(as.numeric(x)/sum(df_human$Freq), 3)}))
-df_human$Superkingdom <- rep("Human", nrow(df_human))
-
-#### Put toghether Regular info and Virushost info:
-df_human <- rbind(df_human, df_human_virushost)
-
-#### Add column for correct labelling
-df_human <- df_human %>% 
-  group_by(Superkingdom) %>% 
-  # mutate(labpos = cumsum(fraction_nTR)- fraction_nTR/2)
-  # mutate(labpos = fraction_nTR *(2*pi)/2)
-  mutate(labpos = cumsum(fraction_nTR))
-# # test dataframe:
-# df_human <- data.frame(Superkingdom = c(rep("Archaea", 5), rep("Archaeal Virus", 5)),
-#                          fraction_nTR = c(rep(c(0.71,0.23,0.04,0.01,0.001), 2)),
-#                          nTR = c(rep(as.character(seq(0,4,1)))))
-df_human
-
## # A tibble: 10 x 5
-## # Groups:   Superkingdom [2]
-##    nTR    Freq fraction_nTR Superkingdom    labpos
-##    <fct> <int>        <dbl> <chr>            <dbl>
-##  1 0      7465        0.374 Human            0.374
-##  2 1      5517        0.277 Human            0.651
-##  3 2      3067        0.154 Human            0.805
-##  4 3      1647        0.083 Human            0.888
-##  5 4      2242        0.112 Human            1    
-##  6 0      3067        0.523 Human Virushost  0.523
-##  7 1      1604        0.273 Human Virushost  0.796
-##  8 2       669        0.114 Human Virushost  0.91 
-##  9 3       258        0.044 Human Virushost  0.954
-## 10 4       268        0.046 Human Virushost  1
-
str(df_human)
-
## Classes 'grouped_df', 'tbl_df', 'tbl' and 'data.frame':  10 obs. of  5 variables:
-##  $ nTR         : Factor w/ 43 levels "0","1","2","3",..: 1 2 3 4 5 1 2 3 4 5
-##  $ Freq        : int  7465 5517 3067 1647 2242 3067 1604 669 258 268
-##  $ fraction_nTR: num  0.374 0.277 0.154 0.083 0.112 0.523 0.273 0.114 0.044 0.046
-##  $ Superkingdom: chr  "Human" "Human" "Human" "Human" ...
-##  $ labpos      : num  0.374 0.651 0.805 0.888 1 0.523 0.796 0.91 0.954 1
-##  - attr(*, "groups")=Classes 'tbl_df', 'tbl' and 'data.frame':   2 obs. of  2 variables:
-##   ..$ Superkingdom: chr  "Human" "Human Virushost"
-##   ..$ .rows       :List of 2
-##   .. ..$ : int  1 2 3 4 5
-##   .. ..$ : int  6 7 8 9 10
-##   ..- attr(*, ".drop")= logi TRUE
-
# annotation data-frame
-# ann_text <- data.frame(fraction_nTR = factor(as.character( c((df_human$fraction_nTR[1:5]), (df_human$fraction_nTR[6:10])))),
-#                        lab = as.character( c((df_human$fraction_nTR[1:5]), (df_human$fraction_nTR[6:10]))),
-#                        Superkingdom = df_human$Superkingdom)
-
-#### Plots
-if (DOBARPLOT_STACK){
-  p <- ggplot(data=df_human, aes(x=factor(1), y=df_human$fraction_nTR, fill=df_human$nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Homo sapiens")+
-    labs(x="", y="Fraction", fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_human_bar", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOPIECHART) { # piechart
-  p <- ggplot(data=df_human, aes(x=factor(1), y=fraction_nTR, fill=nTR)) + # TODO: fix labeling according to: https://stackoverflow.com/questions/24803460/r-ggplot2-add-labels-on-facet-pie-chart
-    geom_bar(stat="identity", position = "fill")+
-    coord_polar("y", start = 0, direction = -1) + 
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    scale_fill_brewer(palette="Dark2")+
-    # ggtitle("Homo sapiens")+
-    labs(fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      axis.title.y = element_blank(),
-      panel.border = element_blank(),
-      panel.grid=element_blank(),
-      axis.ticks = element_blank(),
-      axis.text = element_blank(),
-      strip.text = element_text(size=14, face="bold")
-      # plot.title=element_text(size=14, face="bold")
-    )+
-    # geom_label_repel(aes(label = paste0(fraction_nTR*100,"%")), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')
-    geom_text(aes(y=labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-              color="white", size=3.5)
-  p
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_human_pie", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOBARPLOT) {
-  p <- ggplot(data=df_human, aes(x=df_human$nTR, y=df_human$fraction_nTR, fill=df_human$nTR)) +
-    geom_bar(stat="identity")+
-    facet_grid(~Superkingdom)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Homo sapiens")+
-    # labs(y="Fraction", x= "TR count", fill = "TR count")+
-    labs(y="Fraction", x= "TR count", fill = "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      # axis.text.x.bottom = element_text(angle = 0),
-      plot.title=element_text(size=14, face="bold")
-    )
-  p 
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "virus_virushost_human_bar2", figureFormat), width=12, height=8, dpi = 300)}
-}
-

https://www.britannica.com/science/community-ecology/Community-equilibrium-and-species-diversity#ref588152

-
#### Parasite information (plasmodium spp.)
-# with >0 TRs
-parasite_tr <- tr_all_sp[grepl(pattern = "Plasmodium", x = tr_all_sp$Species),]
-df_parasite <- as.data.frame(table(
-  table(parasite_tr$ID)
-))
-
-# with 0 TRs
-parasite_sp <- sp_all[grepl(pattern = "Plasmodium", x = sp_all$Species),]
-df_parasite[1,2] <- length(parasite_sp$ID[which(parasite_sp$ID %!in% parasite_tr$ID)])
-
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_parasite)<- c("nTR", "Freq")
-for (i in df_parasite$nTR){
-  if (i >4){
-    df_parasite$Freq[5] <- df_parasite$Freq[5] + df_parasite$Freq[which(df_parasite$nTR == i)] 
-  }
-}
-df_parasite <- df_parasite[1:5,]
-# calculate fraction of nTR
-df_parasite$fraction_nTR <- simplify2array(lapply(df_parasite$Freq, FUN = function(x){round(as.numeric(x)/sum(df_parasite$Freq), 3)}))
-df_parasite$organism <- rep("Plasmodium spp.", nrow(df_parasite))
-
-#### Intermediate host information (anopheles)
-# with >0 TRs
-intermediate_host_tr <- tr_all_sp[grepl(pattern = "Anopheles", x = tr_all_sp$Species),]
-df_intermediate_host <- as.data.frame(table(
-  table(intermediate_host_tr$ID)
-))
-
-# with 0 TRs
-intermediate_host_sp <- sp_all[grepl(pattern = "Anopheles", x = sp_all$Species),]
-df_intermediate_host[1,2] <- length(intermediate_host_sp$ID[which(intermediate_host_sp$ID %!in% intermediate_host_tr$ID)])
-
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_intermediate_host)<- c("nTR", "Freq")
-for (i in df_intermediate_host$nTR){
-  if (i >4){
-    df_intermediate_host$Freq[5] <- df_intermediate_host$Freq[5] + df_intermediate_host$Freq[which(df_intermediate_host$nTR == i)] 
-  }
-}
-df_intermediate_host <- df_intermediate_host[1:5,]
-# calculate fraction of nTR
-df_intermediate_host$fraction_nTR <- simplify2array(lapply(df_intermediate_host$Freq, FUN = function(x){round(as.numeric(x)/sum(df_intermediate_host$Freq), 3)}))
-df_intermediate_host$organism <- rep("Anopheles spp.", nrow(df_intermediate_host))
-
-### final host information (human)
-# with >0 TRs
-final_host_tr <- tr_all_sp[grepl(pattern = "Homo sapiens", x = tr_all_sp$Species),]
-df_final_host <- as.data.frame(table(
-  table(final_host_tr$ID)
-))
-
-# with 0 TRs
-final_host_sp <- sp_all[grepl(pattern = "Homo sapiens", x = sp_all$Species),]
-df_final_host[1,2] <- length(final_host_sp$ID[which(final_host_sp$ID %!in% final_host_tr$ID)])
-
-# sum all nTR > 4 and add to nTR = 4
-colnames(df_final_host)<- c("nTR", "Freq")
-for (i in df_final_host$nTR){
-  if (i >4){
-    df_final_host$Freq[5] <- df_final_host$Freq[5] + df_final_host$Freq[which(df_final_host$nTR == i)] 
-  }
-}
-df_final_host <- df_final_host[1:5,]
-# calculate fraction of nTR
-df_final_host$fraction_nTR <- simplify2array(lapply(df_final_host$Freq, FUN = function(x){round(as.numeric(x)/sum(df_final_host$Freq), 3)}))
-df_final_host$organism <- rep("Homo sapiens (Human)", nrow(df_final_host))
-
-
-#### Put toghether Regular info and Virushost info:
-df_parasite <- rbind(df_parasite, df_intermediate_host, df_final_host)
-
-#### Add column for correct labelling
-df_parasite <- df_parasite %>% 
-  group_by(organism) %>% 
-  # mutate(labpos = cumsum(fraction_nTR)- fraction_nTR/2)
-  # mutate(labpos = fraction_nTR *(2*pi)/2)
-  mutate(labpos = cumsum(fraction_nTR))
-
-#### releveling for display in meaningful order:
-df_parasite$organism <- factor(df_parasite$organism, levels = c("Plasmodium spp.", "Anopheles spp.", "Homo sapiens (Human)"))
-
-
-df_parasite
-
## # A tibble: 15 x 5
-## # Groups:   organism [3]
-##    nTR    Freq fraction_nTR organism             labpos
-##    <fct> <int>        <dbl> <fct>                 <dbl>
-##  1 0       173        0.389 Plasmodium spp.       0.389
-##  2 1        98        0.22  Plasmodium spp.       0.609
-##  3 2        58        0.13  Plasmodium spp.       0.739
-##  4 3        27        0.061 Plasmodium spp.       0.8  
-##  5 4        89        0.2   Plasmodium spp.       1    
-##  6 0       140        0.5   Anopheles spp.        0.5  
-##  7 1        89        0.318 Anopheles spp.        0.818
-##  8 2        28        0.1   Anopheles spp.        0.918
-##  9 3         8        0.029 Anopheles spp.        0.947
-## 10 4        15        0.054 Anopheles spp.        1.00 
-## 11 0      7465        0.374 Homo sapiens (Human)  0.374
-## 12 1      5517        0.277 Homo sapiens (Human)  0.651
-## 13 2      3067        0.154 Homo sapiens (Human)  0.805
-## 14 3      1647        0.083 Homo sapiens (Human)  0.888
-## 15 4      2242        0.112 Homo sapiens (Human)  1
-
str(df_parasite)
-
## Classes 'grouped_df', 'tbl_df', 'tbl' and 'data.frame':  15 obs. of  5 variables:
-##  $ nTR         : Factor w/ 47 levels "0","1","2","3",..: 1 2 3 4 5 1 2 3 4 5 ...
-##  $ Freq        : int  173 98 58 27 89 140 89 28 8 15 ...
-##  $ fraction_nTR: num  0.389 0.22 0.13 0.061 0.2 0.5 0.318 0.1 0.029 0.054 ...
-##  $ organism    : Factor w/ 3 levels "Plasmodium spp.",..: 1 1 1 1 1 2 2 2 2 2 ...
-##  $ labpos      : num  0.389 0.609 0.739 0.8 1 ...
-##  - attr(*, "groups")=Classes 'tbl_df', 'tbl' and 'data.frame':   3 obs. of  2 variables:
-##   ..$ organism: chr  "Anopheles spp." "Homo sapiens (Human)" "Plasmodium spp."
-##   ..$ .rows   :List of 3
-##   .. ..$ : int  6 7 8 9 10
-##   .. ..$ : int  11 12 13 14 15
-##   .. ..$ : int  1 2 3 4 5
-##   ..- attr(*, ".drop")= logi TRUE
-
# annotation data-frame
-# ann_text <- data.frame(fraction_nTR = factor(as.character( c((df_parasite$fraction_nTR[1:5]), (df_parasite$fraction_nTR[6:10])))),
-#                        lab = as.character( c((df_parasite$fraction_nTR[1:5]), (df_parasite$fraction_nTR[6:10]))),
-#                        Superkingdom = df_parasite$Superkingdom)
-
-#### Plots
-if (DOBARPLOT_STACK){
-  p <- ggplot(data=df_parasite, aes(x=factor(1), y=df_parasite$fraction_nTR, fill=df_parasite$nTR)) +
-    geom_bar(stat="identity", position = "fill")+
-    facet_grid(~organism)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Homo sapiens")+
-    labs(x="", y="Fraction", fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      plot.title=element_text(size=14, face="bold")
-    )
-  print(p)
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "parasite_parasitehosts_bar", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOPIECHART) { 
-  p <- ggplot(data=df_parasite, aes(x=factor(1), y=fraction_nTR, fill=nTR)) + # TODO: fix labeling according to: https://stackoverflow.com/questions/24803460/r-ggplot2-add-labels-on-facet-pie-chart
-    geom_bar(stat="identity", position = "fill")+
-    coord_polar("y", start = 0, direction = -1) + 
-    facet_grid(~organism)+
-    # geom_text(aes(y=fraction_nTR, label=nTR), vjust=1.6,
-    #           color="white", size=3.5)+
-    scale_fill_brewer(palette="Dark2")+
-    # ggtitle("Homo sapiens")+
-    labs(fill= "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      axis.title.y = element_blank(),
-      panel.border = element_blank(),
-      panel.grid=element_blank(),
-      axis.ticks = element_blank(),
-      axis.text = element_blank(),
-      strip.text = element_text(size=12, face="bold")
-      # plot.title=element_text(size=14, face="bold")
-    )+
-    # geom_label_repel(aes(label = paste0(fraction_nTR*100,"%")), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')
-    geom_text(aes(y=labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-              color="white", size=3.5)
-  print(p)
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "parasite_parasitehosts_pie", figureFormat), width=12, height=8, dpi = 300)}
-} else if (DOBARPLOT) { 
-  p <- ggplot(data=df_parasite, aes(x=df_parasite$nTR, y=df_parasite$fraction_nTR, fill=df_parasite$nTR)) +
-    geom_bar(stat="identity")+
-    facet_grid(~organism)+
-    # geom_text(aes(y = labpos, label=paste0(fraction_nTR*100,"%")), vjust=1.6,
-    #           color="white", size=3.5)+
-    # geom_label_repel(aes(label = nTR), size=4, show.legend = F, nudge_x = 1,
-    #                  segment.size = .5, direction = 'x')+
-    # geom_text(data = ann_text, label=paste0(as.numeric(as.character(ann_text$fraction_nTR))*100,"%"))+
-    scale_fill_brewer(palette="Dark2")+
-    ggtitle("Parasite - Parasite-host")+
-    # labs(y="Fraction", x= "TR count", fill = "TR count")+
-    labs(y="Fraction", x= "TR count", fill = "TR count")+
-    theme_minimal()
-  p <- beautifier(p)+
-    theme(
-      axis.title.x = element_blank(),
-      panel.border = element_blank(),
-      panel.grid.minor = element_blank(),
-      panel.grid.major.x = element_blank(),
-      axis.ticks = element_blank(),
-      axis.text.x.bottom = element_blank(),
-      # axis.text.x.bottom = element_text(angle = 0),
-      plot.title=element_text(size=14, face="bold")
-    )
-  print(p)
-  if (save == TRUE) {
-    ggsave(paste0(pathImages, "parasite_parasitehosts_bar2", figureFormat), width=12, height=8, dpi = 300)}
-}
-

-

-> look for parasite-host database: http://www.ontobee.org/

-
-
- - - - -
- - - - - - - - diff --git a/results/swissrepeats_NOTES b/results/swissrepeats_NOTES deleted file mode 100644 index 274183c..0000000 --- a/results/swissrepeats_NOTES +++ /dev/null @@ -1,17 +0,0 @@ -# how is the file swissprot_annotations.tsv created? - -Downloaded Swissprot annotations on Dec14 from: -http://www.uniprot.org/uniprot/?query=reviewed%3Ayes&sort=score&columns=id%2Cprotein%20names%2Clength%2Clineage(SUPERKINGDOM)%2Clineage(KINGDOM)%2Clineage(ORDER)%2Clineage(CLASS)%2Clineage(FAMILY)%2Clineage(SPECIES)%2Clineage-id(SPECIES)%2Cdatabase(DisProt)%2Cdatabase(MobiDB)%2Cvirus%20hosts%2Cdatabase(OrthoDB)%2Cdatabase(OMA) - -The result file was renamed to swissprot_annotations.tsv - - - -# TODO: where is this file stored/generated? ```virus_host_pairs_host_taxname_in_sp.csv``` --> in swissrepeat/src/connect_viruses_virus_hosts.py -this requires two input files: 'swissprot_annotations.tsv' and 'swissrepeat/results/tr_annotations/concatenated.csv'. the later is non existend, the .py script just loads it in the environment but doesn't use it... ??? - --> swissrepeat.Rmd works. If strange occurences, check above!!! - - - diff --git a/results/topidp_repeats_NOTES b/results/topidp_repeats_NOTES deleted file mode 100644 index 779445c..0000000 --- a/results/topidp_repeats_NOTES +++ /dev/null @@ -1,4 +0,0 @@ -cannot open file '/home/matteo/polybox/MSc_ACLS/swissrepeat/results/tr_annotations/tr_all_with_disorder.csv': No such file or directory - - -IF file results/tr_idr_overlap/repeat_disorder_overlap_regions.csv is loaded, the avg_idp and idr_perc is missing