mspire 0.5.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +24 -0
- data/Rakefile +51 -0
- data/VERSION +1 -0
- data/lib/cv/description.rb +18 -0
- data/lib/cv/param.rb +33 -0
- data/lib/cv.rb +3 -0
- data/lib/io/bookmark.rb +13 -0
- data/lib/merge.rb +7 -0
- data/lib/ms/cvlist.rb +76 -0
- data/lib/ms/digester.rb +245 -0
- data/lib/ms/fasta.rb +86 -0
- data/lib/ms/ident/peptide/db.rb +243 -0
- data/lib/ms/ident/peptide.rb +72 -0
- data/lib/ms/ident/peptide_hit/qvalue.rb +56 -0
- data/lib/ms/ident/peptide_hit.rb +26 -0
- data/lib/ms/ident/pepxml/modifications.rb +83 -0
- data/lib/ms/ident/pepxml/msms_pipeline_analysis.rb +70 -0
- data/lib/ms/ident/pepxml/msms_run_summary.rb +82 -0
- data/lib/ms/ident/pepxml/parameters.rb +14 -0
- data/lib/ms/ident/pepxml/sample_enzyme.rb +165 -0
- data/lib/ms/ident/pepxml/search_database.rb +49 -0
- data/lib/ms/ident/pepxml/search_hit/modification_info.rb +79 -0
- data/lib/ms/ident/pepxml/search_hit.rb +144 -0
- data/lib/ms/ident/pepxml/search_result.rb +35 -0
- data/lib/ms/ident/pepxml/search_summary.rb +92 -0
- data/lib/ms/ident/pepxml/spectrum_query.rb +85 -0
- data/lib/ms/ident/pepxml.rb +112 -0
- data/lib/ms/ident/protein.rb +33 -0
- data/lib/ms/ident/protein_group.rb +80 -0
- data/lib/ms/ident/search.rb +114 -0
- data/lib/ms/ident.rb +37 -0
- data/lib/ms/isotope/aa.rb +59 -0
- data/lib/ms/mascot.rb +6 -0
- data/lib/ms/mass/aa.rb +79 -0
- data/lib/ms/mass.rb +55 -0
- data/lib/ms/mzml/index_list.rb +98 -0
- data/lib/ms/mzml/plms1.rb +34 -0
- data/lib/ms/mzml.rb +197 -0
- data/lib/ms/obo.rb +38 -0
- data/lib/ms/plms1.rb +156 -0
- data/lib/ms/quant/qspec/protein_group_comparison.rb +22 -0
- data/lib/ms/quant/qspec.rb +112 -0
- data/lib/ms/spectrum.rb +154 -8
- data/lib/ms.rb +3 -10
- data/lib/msplat.rb +2 -0
- data/lib/obo/ims.rb +5 -0
- data/lib/obo/ms.rb +7 -0
- data/lib/obo/ontology.rb +41 -0
- data/lib/obo/unit.rb +5 -0
- data/lib/openany.rb +23 -0
- data/lib/write_file_or_string.rb +18 -0
- data/obo/ims.obo +562 -0
- data/obo/ms.obo +11677 -0
- data/obo/unit.obo +2563 -0
- data/spec/ms/cvlist_spec.rb +60 -0
- data/spec/ms/digester_spec.rb +351 -0
- data/spec/ms/fasta_spec.rb +100 -0
- data/spec/ms/ident/peptide/db_spec.rb +108 -0
- data/spec/ms/ident/pepxml/sample_enzyme_spec.rb +181 -0
- data/spec/ms/ident/pepxml/search_hit/modification_info_spec.rb +37 -0
- data/spec/ms/ident/pepxml_spec.rb +442 -0
- data/spec/ms/ident/protein_group_spec.rb +68 -0
- data/spec/ms/mass_spec.rb +8 -0
- data/spec/ms/mzml/index_list_spec.rb +122 -0
- data/spec/ms/mzml/plms1_spec.rb +62 -0
- data/spec/ms/mzml_spec.rb +50 -0
- data/spec/ms/plms1_spec.rb +38 -0
- data/spec/ms/quant/qspec_spec.rb +25 -0
- data/spec/msplat_spec.rb +24 -0
- data/spec/obo_spec.rb +25 -0
- data/spec/spec_helper.rb +25 -0
- data/spec/testfiles/ms/ident/peptide/db/uni_11_sp_tr.fasta +69 -0
- data/spec/testfiles/ms/ident/peptide/db/uni_11_sp_tr.msd_clvg2.min_aaseq4.yml +728 -0
- data/spec/testfiles/ms/mzml/j24z.idx_comp.3.mzML +271 -0
- data/spec/testfiles/ms/mzml/openms.noidx_nocomp.12.mzML +330 -0
- data/spec/testfiles/ms/quant/kill_extra_tabs.rb +13 -0
- data/spec/testfiles/ms/quant/max_quant_output.provenance.txt +15 -0
- data/spec/testfiles/ms/quant/max_quant_output.txt +199 -0
- data/spec/testfiles/ms/quant/pdcd5_final.killedextratabs.tsv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_final.killedextratabs.tsv_qspecgp +199 -0
- data/spec/testfiles/ms/quant/pdcd5_final.killedextratabs.tsv_qspecgp.csv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_final.txt +199 -0
- data/spec/testfiles/ms/quant/pdcd5_final.txt_qspecgp +0 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.CSV.csv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.csv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.csv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.tsv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.tsv_qspecgp +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.tsv_qspecgp.csv +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.txt +199 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_tabdel.txt +134 -0
- data/spec/testfiles/ms/quant/pdcd5_lfq_tabdel.txt_qspecgp +134 -0
- data/spec/testfiles/ms/quant/remove_rest_of_proteins.rb +13 -0
- data/spec/testfiles/ms/quant/unlog_transform.rb +13 -0
- data/spec/testfiles/plms1/output.key +0 -0
- metadata +157 -40
- data/README +0 -77
- data/changelog.txt +0 -196
- data/lib/ms/calc.rb +0 -32
- data/lib/ms/data/interleaved.rb +0 -60
- data/lib/ms/data/lazy_io.rb +0 -73
- data/lib/ms/data/lazy_string.rb +0 -15
- data/lib/ms/data/simple.rb +0 -59
- data/lib/ms/data/transposed.rb +0 -41
- data/lib/ms/data.rb +0 -57
- data/lib/ms/format/format_error.rb +0 -12
- data/lib/ms/support/binary_search.rb +0 -126
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
LFQ Intensity ec1 LFQ Intensity ec2 LFQ Intensity ec3 LFQ Intensity pc1 LFQ Intensity pc2 LFQ Intensity pc3 MS/MS Count ec1 MS/MS Count ec2 MS/MS Count ec3 MS/MS Count pc1 MS/MS Count pc2 MS/MS Count pc3 Only identified by site Reverse Contaminant Peptides Razor + unique Peptides Unique Peptides Protein IDs Protein Names Gene Names
|
|
2
|
+
-10.1748 21.57658 -11.79741 21.6756 -13.53891 21.91554 0 1 0 1 0 1 3 3 3 P16104;Q96QV6;A4FTV9;B2R5B3;P04908;P0C0S8;P20671;Q08AJ9;Q6FI13;Q7L7L0;Q93077;Q16777;Q9BTM1;A3KPC7;Q96KK5;Q99878;C9JE22;Q9BTM1-2;B2R5B6;Q8IUE6;P0C0S5;Q71UI9;C9J0D1;A6NN01;B4E0B3;A6NKY0;A6NFA8;C9J386;A8MQC5 Histone H2A.x;Histone H2A type 1-A;Histone H2A/r;Histone H2A;Histone H2A type 1-B/E;Histone H2A.2;Histone H2A/a;Histone H2A/m;Histone H2A type 1;Histone H2A/p;Histone H2A type 1-D;Histone H2A.3;Histone H2A/g;Histone H2A type 2-A;Histone H2A/o;Histone H2A type 3;Histone H2A type 1-C;Histone H2A/l;Histone H2A type 2-C;Histone H2A/q;Histone H2A-GL101;Histone H2A.J;Histone H2A type 1-H;Histone H2A/s;Histone H2A type 1-J;Histone H2A/e;Histone H2A type 2-B;Histone H2A.Z;H2A.F/Z;Histone H2A.V H2AFX;H2AX;H2AFR;HIST1H2AA;hCG_1640463;hCG_1640467;hCG_1641458;hCG_1643754;hCG_1743060;HIST1H2AG;HIST1H2AI;HIST1H2AK;HIST1H2AL;HIST1H2AM;H2AFA;H2AFM;HIST1H2AB;HIST1H2AE;H2AFC;H2AFD;H2AFI;H2AFN;H2AFP;H2AFG;HIST1H2AD;hCG_1640984;hCG_1787383;H2AFO;HIST2H2AA;HIST2H2AA3;HIST2H2AA4;HIST3H2A;H2AFL;HIST1H2AC;H2AFQ;HIST2H2AC;H2AFJ;hCG_1640359;HIST1H2AH;H2AFE;HIST1H2AJ;HIST2H2AB;H2AFZ;H2AZ;H2AFV;H2AV;hCG_19242
|
|
3
|
+
20.84445 20.82648 20.52258 20.91634 21.22588 20.78532 1 2 1 2 3 3 2 2 2 P04406;Q2TSD0;E7EUT4;E7EUT5;Q0QET7;A4UCT1;E7EPW1;Q5ZEY3 Glyceraldehyde-3-phosphate dehydrogenase CDABP0047;GAPD;GAPDH;OK/SW-cl.12
|
|
4
|
+
-10.73202 -11.98464 -10.42344 -7.477787 -14.00278 -11.96467 0 0 0 0 0 0 + 1 1 1 P29590;P29590-7;Q9BZY1;P29590-11;P29590-8;P29590-3;P29590-6;Q15156;P29590-13;P29590-9;P29590-5;E9PG00;P29590-2;P29590-12;Q59H09;P29590-4;A4VCI9;E9PBR7;P29590-10;P29590-14;Q59GQ8;Q05835 Probable transcription factor PML;RING finger protein 71;Tripartite motif-containing protein 19;Tripartite motif protein TRIM19 delta;PML-RAR protein;Promyelocytic leukemia protein isoform 11 variant;PML protein;Promyelocytic leukemia protein isoform 8 variant;Promyelocytic leukemia protein protein MYL;PML;RNF71;TRIM19;PML-RAR;promyelocytic leukemia protein
|
|
5
|
+
21.5695 21.77989 -12.43826 21.44081 21.40561 20.8966 1 2 0 0 1 1 2 2 2 A5JHP3;P81605;Q53YJ2 Dermcidin isoform 2;DCD-1;Dermcidin;Preproteolysin;Survival-promoting peptide;Proteolysis inducing factor DCD;AIDD;DSEP;hCG_1820620;PIF
|
|
6
|
+
-9.716413 -3.583641 -17.64762 -8.342788 -10.27187 -16.43587 0 0 0 0 0 0 + 1 1 1 Q92794;A5PKX7;A5PLL3 Histone acetyltransferase MYST3;Monocytic leukemia zinc finger protein;MOZ, YBF2/SAS3, SAS2 and TIP60 protein 3;Runt-related transcription factor-binding protein 2;Zinc finger protein 220;MYST3 protein MOZ;MYST3;RUNXBP2;ZNF220
|
|
7
|
+
22.25381 22.27523 22.3938 20.48886 20.20729 20.32608 5 5 4 2 2 3 4 4 4 A5YM50;Q15907;Q5U0I1;Q6FHR0;B4DMK0;B4DMN1;Q6FI42;P62491;B4DT13;B4DQU5 RAB11B protein;GTP-binding protein YPT3;Ras-related protein Rab-11B;RAB11B, member RAS oncogene family;cDNA FLJ61134, highly similar to Ras-related protein Rab-11B;cDNA FLJ61136, highly similar to Ras-related protein Rab-11A;Ras-related protein Rab-11A;YL8;cDNA FLJ51542, highly similar to Ras-related protein Rab-11B RAB11B;YPT3;RAB11;RAB11A
|
|
8
|
+
17.14967 -13.14418 -10.14975 -9.094846 -11.56903 -9.011176 1 1 0 0 0 1 1 1 1 Q14315;Q14315-2;E9KL45;P21333;P21333-2;B2ZZ83;Q60FE5;Q60FE6;Q5HY54;O75369;Q60FE7;O75369-2;O75369-3;O75369-6;A6NDY9;B2ZZ80;O75369-4;O75369-5 ABP-280-like protein;ABP-L;Actin-binding-like protein;Filamin-2;Filamin-C;Gamma-filamin;Actin-binding protein 280;Alpha-filamin;Endothelial actin-binding protein;Filamin-1;Filamin-A;Non-muscle filamin;Filamin B;Filamin A;Filamin A, alpha (Actin binding protein 280);ABP-278;ABP-280 homolog;Beta-filamin;Filamin homolog 1;Filamin-3;Filamin-B;Thyroid autoantigen;Truncated actin-binding protein;Putative uncharacterized protein FLNA ABPL;FLN2;FLNC;FLN;FLN1;FLNA;FLNB;XX-FW83128A1.1-010;FLN1L;FLN3;TABP;TAP
|
|
9
|
+
19.60259 20.11426 19.26591 19.04354 18.54808 -15.37007 1 4 0 1 1 1 5 5 5 A6NE09;P08865;C9J9K3;Q96RS2;C9JQR9 Putative uncharacterized protein ENSP00000346598;37 kDa laminin receptor precursor;37/67 kDa laminin receptor;40S ribosomal protein SA;67 kDa laminin receptor;Colon carcinoma laminin-binding protein;Laminin receptor 1;Laminin-binding protein precursor p40;Multidrug resistance-associated protein MGr1-Ag;NEM/1CHD4;Putative uncharacterized protein RPSA;Laminin receptor-like protein LAMRL5 LAMBR;LAMR1;RPSA;LAMR1P15
|
|
10
|
+
-11.94525 -10.09451 -13.05105 -8.697504 -3.733516 -15.28478 0 0 1 0 1 0 1 1 1 B4DUT8;Q53GK7;Q6FHC3;Q6FHE4;Q99439;B4DDF4;A6NFI4 cDNA FLJ52765, highly similar to Calponin-2;Calponin 2 isoform a variant;CNN2 protein;Calponin 2;Calponin H2, smooth muscle;Calponin-2;Neutral calponin;cDNA FLJ52469, highly similar to Calponin-2;Calponin 2, isoform CRA_a;cDNA FLJ44427 fis, clone UTERU2007724, highly similar to Homo sapiens calponin 2 (CNN2), transcript variant 2, mRNA;Putative uncharacterized protein CNN2 CNN2;hCG_21577
|
|
11
|
+
19.97519 20.10917 19.06863 18.47908 18.01149 18.66837 2 2 1 0 0 0 3 3 3 P30044;A6NG06;B7ZLJ4;P30044-2;A6NC19;B7ZVW3 Alu corepressor 1;Antioxidant enzyme B166;Liver tissue 2D-page spot 71B;Peroxiredoxin V;Peroxiredoxin-5, mitochondrial;Peroxisomal antioxidant enzyme;PLP;Thioredoxin peroxidase PMP20;Thioredoxin reductase;TPx type VI;Putative uncharacterized protein PRDX5;Peroxiredoxin 5 ACR1;PRDX5;SBBI10
|
|
12
|
+
-12.56135 -7.988067 -13.00901 -9.405752 -14.37151 16.64005 1 1 1 0 0 0 2 1 1 A6NHL2;A6NHL2-2 Tubulin alpha chain-like 3 TUBAL3
|
|
13
|
+
-18.3428 -5.515328 -11.6108 -14.80355 -7.519837 -10.10585 0 0 0 0 0 0 + 1 1 1 Q8NI27;Q8NI27-2;E9PHG2;Q5JZ13;A6PVD0 hTREX120;THO complex subunit 2;THO complex 2 CXorf3;THOC2;RP5-1189B24.5-009;RP5-1189B24.5-008
|
|
14
|
+
-8.070804 19.27394 18.9881 -16.03139 -4.297441 -12.72701 0 1 1 0 0 0 2 2 2 A8K0T9;P52907 cDNA FLJ75422, highly similar to Homo sapiens capping protein (actin filament) muscle Z-line, alpha 1, mRNA;CapZ alpha-1;F-actin-capping protein subunit alpha-1 CAPZA1
|
|
15
|
+
-6.645485 -3.159239 -6.579911 -7.806178 -10.67114 16.4076 1 1 0 0 0 0 1 1 1 B2R8N1;Q53QS9;Q99627;E9PGT6;A8K1H6 cDNA, FLJ93976, highly similar to Homo sapiens COP9 homolog (COP9), mRNA;COP9 constitutive photomorphogenic homolog subunit 8 (Arabidopsis), isoform CRA_a;Putative uncharacterized protein COP9;COP9 homolog;COP9 signalosome complex subunit 8;JAB1-containing signalosome subunit 8;cDNA FLJ75974, highly similar to Homo sapiens COP9 constitutive photomorphogenic homolog subunit 8 (Arabidopsis) (COPS8), transcript variant 2, mRNA;COP9 constitutive photomorphogenic homolog subunit 8 (Arabidopsis), isoform CRA_b;Putative uncharacterized protein COPS8 COP9;COPS8;hCG_1776875;CSN8
|
|
16
|
+
22.1986 22.38929 22.38087 21.16944 21.32592 21.29418 7 8 3 1 4 3 5 5 5 A8K220;A8K486;P62937;B2RE56;B4DM82;C9J5S7;Q71V99;Q567Q0;E5RIZ5 Peptidyl-prolyl cis-trans isomerase;Cyclophilin A;Cyclosporin A-binding protein;Peptidyl-prolyl cis-trans isomerase A;Rotamase A PPIA;CYPA
|
|
17
|
+
21.44294 21.35676 21.02439 27.51676 27.83744 27.34908 2 2 1 43 39 44 24 24 1 A8K2X8;E7ENZ3;B4DYC8;B4DE30;B4DYD8;Q96GI1;B4DZY9;Q9HB74;D6RIZ7 cDNA FLJ78433, highly similar to Homo sapiens chaperonin containing TCP1, subunit 5 (epsilon) (CCT5), mRNA;cDNA FLJ52361, highly similar to T-complex protein 1 subunit epsilon;cDNA FLJ51711, highly similar to T-complex protein 1 subunit epsilon;cDNA FLJ52362, highly similar to T-complex protein 1 subunit epsilon;Putative uncharacterized protein
|
|
18
|
+
-8.780886 -17.22744 -11.99804 -11.46239 -9.619148 -16.34999 1 1 1 1 0 1 7 1 1 A8K3K1;P68032;P68133;B7Z6P1;D2JYH4;P62736;P63267;A6NL76;Q5T8M8;B3KW67;B3KUD3;Q5T8M7;B4DUI8;Q13707;E7EQV5;Q7Z7J6;B4E315;E9PG30;B7Z6I1;Q5T9N7;C9JFL5;B8ZZJ2;C9JZR7;C9JUM1;B3KPP5;C9JTX5;Q562L3;Q562M3;Q562M5;Q562N2;Q562P8;Q562Q0;Q562Q2;Q562Q4;Q562Q6;Q562Q8;Q562Q9;Q562R0;Q562R5;Q562R6;Q562T0;Q562T3;Q562T4;Q562T5;Q562T6;Q562T8;Q562U0;Q562U1;Q562W2;Q562X0;Q562X1;Q562X2;Q562X4;Q562X6;Q562X7;Q562Y4;Q562Y8;A0AUL6 cDNA FLJ78096, highly similar to Homo sapiens actin, alpha, cardiac muscle (ACTC), mRNA;Actin, alpha cardiac muscle 1;Alpha-cardiac actin;Actin, alpha skeletal muscle;Alpha-actin-1;cDNA FLJ53662, highly similar to Actin, alpha skeletal muscle;Actin, alpha 2, smooth muscle, aorta;Actin, alpha 2, smooth muscle, aorta, isoform CRA_a;Actin, aortic smooth muscle;Alpha-actin-2;Cell growth-inhibiting gene 46 protein;Actin, gamma-enteric smooth muscle;Alpha-actin-3;Gamma-2-actin;Smooth muscle gamma-actin;Putative uncharacterized protein ACTA1;Actin, alpha 1, skeletal muscle;cDNA FLJ42347 fis, clone UTERU2003399, highly similar to Actin, gamma-enteric smooth muscle;cDNA FLJ39583 fis, clone SKMUS2004897, highly similar to ACTIN, ALPHA SKELETAL MUSCLE;cDNA FLJ52761, highly similar to Actin, aortic smooth muscle;ACTA2 protein;Actin alpha 1 skeletal muscle protein;cDNA FLJ51195, highly similar to Actin, gamma-enteric smooth muscle ACTC;ACTC1;ACTA;ACTA1;ACTA2;hCG_22984;ACTSA;ACTVS;GIG46;ACTA3;ACTG2;ACTL3;ACTSG;RP5-1068B5.2-003;RP5-1068B5.2-002
|
|
19
|
+
20.76418 20.74993 21.21561 21.25678 21.20574 20.81245 1 1 0 1 0 1 3 3 3 A8K4I2;P16403;P16402;A3R0T7;A3R0T8;B2R984;P10412;Q4VB24;Q02539;A1L407;P22492 cDNA FLJ76039, highly similar to Homo sapiens histone 1, H1c (HIST1H1C), mRNA;Histone 1, H1c;Histone H1.2;Histone H1d;Histone H1.3;Histone H1c;Liver histone H1e;Histone 1, H1e;Histone H1e;cDNA, FLJ94268, highly similar to Homo sapiens histone 1, H1e (HIST1H1E), mRNA;Histone H1.4;Histone H1b;Histone cluster 1, H1e hCG_1640485;HIST1H1C;H1F2;H1F3;HIST1H1D;hCG_1645742;HIST1H1E;H1F4
|
|
20
|
+
-10.2706 18.26467 -12.02999 -12.49216 -4.80777 -9.250307 0 1 0 0 0 0 2 2 2 Q99615;A8K4T2;Q59EH7;B7Z9W6;Q7Z784;B4DKK3 DnaJ homolog subfamily C member 7;Tetratricopeptide repeat protein 2;cDNA FLJ76281, highly similar to Homo sapiens DnaJ (Hsp40) homolog, subfamily C, member 7 (DNAJC7), mRNA;DnaJ (Hsp40) homolog, subfamily C, member 7 variant;cDNA, FLJ78980, highly similar to DnaJ homolog subfamily C member 7;cDNA FLJ51941, highly similar to DnaJ homolog subfamily C member 7;DnaJ (Hsp40) homolog, subfamily C, member 7, isoform CRA_a;DNAJC7 protein;cDNA FLJ54791, highly similar to DnaJ homolog subfamily C member 7 DNAJC7;TPR2;TTC2;hCG_16581
|
|
21
|
+
19.52338 19.43561 19.70301 18.72341 19.21295 19.45617 2 2 1 1 2 2 2 2 2 B4DSZ4;E7EWS7;A8K4W8;P68036;B4DDG1 Ubiquitin carrier protein;L-UBC;UbcH7;Ubiquitin carrier protein L3;Ubiquitin-conjugating enzyme E2 L3;Ubiquitin-conjugating enzyme E2-F1;Ubiquitin-protein ligase L3 UBCE7;UBCH7;UBE2L3
|
|
22
|
+
17.82607 -15.11839 -13.71657 -9.695791 -14.91231 -20.01069 0 0 0 0 0 0 2 2 2 A8K4Z4;P05388;Q53HW2;Q8NHW5;B4E3D5;Q3B7A4;Q6NSF2;Q53HK9 cDNA FLJ75549, highly similar to Homo sapiens ribosomal protein, large, P0 (RPLP0), transcript variant 1, mRNA;60S acidic ribosomal protein P0;60S ribosomal protein L10E;Ribosomal protein P0 variant;60S acidic ribosomal protein P0-like;cDNA FLJ51469, highly similar to 60S acidic ribosomal protein P0;RPLP0 protein RPLP0
|
|
23
|
+
20.3722 19.70376 20.21916 19.89714 19.99175 20.05457 3 2 2 3 3 0 6 5 3 Q59EJ3;A8K5I0;P08107;B4DNT8;B4DWK5;B4DI39;B4E3B6;B4DFN9;E7EP94;B4E388;B4E1S9;B4DVU9;B4DNV4;C9JCM4;E7EP11;B2R6X5;B3KSM6;P17066;Q53FC7;B3KTT5;Q5SP16;B4DNX1;B4E1T6;P48741;B4DHP5 Heat shock 70kDa protein 1A variant;cDNA FLJ75127, highly similar to Homo sapiens heat shock 70kDa protein 1A, mRNA;Heat shock 70kDa protein 1A;Heat shock 70kDa protein 1B;Heat shock 70 kDa protein 1/2;Heat shock 70 kDa protein 1A/1B;cDNA FLJ54370, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54392, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54328, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54408, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54303, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54407, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54283, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ54389, highly similar to Heat shock 70 kDa protein 1;cDNA FLJ53071, highly similar to Heat shock 70 kDa protein 1;Putative uncharacterized protein ENSP00000396508;Putative uncharacterized protein HSPA1B DAAP-21F2.7-001;DAAP-21F2.8-001;DADB-333F21.2-001;DADB-333F21.4-001;hCG_1820593;hCG_43726;HSPA1A;HSPA1B;HSPA1
|
|
24
|
+
-11.04554 -8.394851 -12.22395 -12.15968 -9.030668 -9.055989 1 1 0 0 0 0 1 1 1 A8K5T7;Q9Y2Z0;A8K7W3;Q9Y2Z0-2;B4DYC6 cDNA FLJ75365, highly similar to Homo sapiens SUGT1B (SUGT1) mRNA;Protein 40-6-3;Sgt1;Suppressor of G2 allele of SKP1 homolog;cDNA FLJ75780, highly similar to Homo sapiens SGT1, suppressor of G2 allele of SKP1 (SUGT1), mRNA;cDNA FLJ60958, highly similar to Homo sapiens SGT1, suppressor of G2 allele of SKP1 (SUGT1), mRNA SUGT1
|
|
25
|
+
25.01933 25.02817 25.25324 24.37498 24.61352 24.12123 3 3 3 5 2 4 4 4 4 Q59EM9;Q66K58;P0CG48;A8K674;Q96H31;Q96MH4;Q96C32;Q9UFQ0;P0CG47;Q5PY61;Q5U5U6;B2RDW1;P62979;Q5RKT7;B4DV12;Q5UGI3;P62987;Q3MIH3;Q49A90;Q8WYN9 Ubiquitin C variant;Putative uncharacterized protein;cDNA FLJ75516, highly similar to Xenopus tropicalis ubiquitin C, mRNA;UBC protein;cDNA FLJ32377 fis, clone SKMUS1000014, highly similar to Polyubiquitin 9;Putative uncharacterized protein DKFZp434K0435;Ubiquitin C splice variant;Ubiquitin B;Ubiquitin B, isoform CRA_a;cDNA, FLJ96793, Homo sapiens ribosomal protein S27a (RPS27A), mRNA;Ribosomal protein S27a, isoform CRA_c;40S ribosomal protein S27a;Ribosomal protein S27a;cDNA FLJ51326, highly similar to Homo sapiens ubiquitin B (UBB), mRNA;60S ribosomal protein L40;CEP52;cDNA, FLJ95576, Homo sapiens ubiquitin A-52 residue ribosomal protein fusionproduct 1 (UBA52), mRNA;Ubiquitin A-52 residue ribosomal protein fusion product 1;Ubiquitin A-52 residue ribosomal protein fusion product 1, isoform CRA_a;RPS27A protein;Ribosomal protein S27A UBC;DKFZp434K0435;hCG_1998947;UBB;hCG_1987923;RPS27A;UBA80;UBCEP1;UBA52;UBCEP2;hCG_37048
|
|
26
|
+
-15.79622 -12.4429 -8.251936 -14.61531 -6.618255 -11.69185 1 0 0 0 0 0 2 2 2 Q3ZCU9;A8K690;P31948;B4DM70 STIP1 protein;cDNA FLJ76863, highly similar to Homo sapiens stress-induced-phosphoprotein 1 (Hsp70/Hsp90-organizing protein) (STIP1), mRNA;Hsc70/Hsp90-organizing protein;Renal carcinoma antigen NY-REN-11;Stress-induced-phosphoprotein 1;Transformation-sensitive protein IEF SSP 3521;cDNA FLJ54451, highly similar to Stress-induced-phosphoprotein 1 STIP1
|
|
27
|
+
19.58187 19.67385 19.48418 -9.563393 -9.759739 -13.90931 1 1 1 0 0 0 2 2 2 Q05D08;Q9UQ80;Q6PIN5;A8K6Y1 PA2G4 protein;Cell cycle protein p38-2G4 homolog;ErbB3-binding protein 1;Proliferation-associated protein 2G4;cDNA FLJ75526, highly similar to Homo sapiens proliferation-associated 2G4, 38kDa (PA2G4), mRNA PA2G4;EBP1
|
|
28
|
+
20.29019 -3.275673 18.7028 -9.760659 -11.02793 -8.931159 1 0 0 0 0 0 3 3 3 Q14240-2;Q14240;A8K7F6;P60842;E7EQG2;Q9NZE6;B4DNH2;A8K088;Q96B07;Q59F68;B4DJX6;B4DKP9 ATP-dependent RNA helicase eIF4A-2;Eukaryotic initiation factor 4A-II;cDNA FLJ78244, highly similar to Homo sapiens eukaryotic translation initiation factor 4A, isoform 1 (EIF4A1), mRNA;ATP-dependent RNA helicase eIF4A-1;Eukaryotic initiation factor 4A-I;BM-010;Eukaryotic translation initiation factor 4A, isoform 2, isoform CRA_b;cDNA FLJ58596, highly similar to Eukaryotic initiation factor 4A-I (EC 3.6.1.-);cDNA FLJ78614, highly similar to Homo sapiens eukaryotic translation initiation factor 4A, isoform 1 (EIF4A1), mRNA;EIF4A2 protein DDX2B;EIF4A2;EIF4F;DDX2A;EIF4A;EIF4A1;hCG_1784041
|
|
29
|
+
22.9206 23.02955 22.65014 21.91368 21.96141 22.22335 5 6 4 4 4 5 5 4 4 Q59HD4;A8K7X6;Q68Y55;B4DLC0;Q6IPF4;Q15366;Q32Q82;B4DXP5;B4DRD7;P57721;P57721-4;A8MX33;E9PFP8;Q5MJP6;P57721-5;P57721-3;P57721-2 Poly(RC)-binding protein 2 isoform b variant;cDNA FLJ77432, highly similar to Homo sapiens poly(rC) binding protein 2 (PCBP2), transcript variant 2, mRNA;Poly(RC) binding protein 2, isoform CRA_b;Poly(RC) binding protein 2;Poly(RC) binding protein 2, isoform CRA_a;cDNA FLJ58476, highly similar to Poly(rC)-binding protein 2;Poly(RC) binding protein 2, isoform CRA_d;Alpha-CP2;Heterogeneous nuclear ribonucleoprotein E2;Poly(rC)-binding protein 2;PCBP2 protein;cDNA FLJ58339, highly similar to Poly(rC)-binding protein 2;cDNA FLJ54752, highly similar to Poly(rC)-binding protein 2;Alpha-CP3;Poly(rC)-binding protein 3;Putative uncharacterized protein PCBP3;Poly(RC) binding protein 3 hCG_2017557;PCBP2;PCBP3
|
|
30
|
+
-7.090923 -13.03055 17.60074 -15.48375 -7.483465 -9.849869 0 0 2 0 0 0 1 1 1 Q9UBL6;B7Z1M3;Q9HCH3;B7Z370;Q96A23-2;Q86YQ8;Q9UBL6-2;O95741;Q96A23;Q8IYJ1;A8K8A4;Q96FN4;O75131;B2RD40;Q719H8;B3KWK1;Q7Z6C8;Q86VY2;Q4G168 Copine VII;Copine-7;cDNA FLJ55997, highly similar to Copine-6;Copine V;Copine-5;cDNA FLJ56085, highly similar to Copine-4;Copine VIII;Copine-8;Copine VI;Copine-6;Neuronal-copine;Copine IV;Copine-4;Copine IX;Copine-9;cDNA FLJ77640, highly similar to Homo sapiens copine II (CPNE2), mRNA;Copine II;Copine-2;Copine III;Copine-3;cDNA, FLJ96442, highly similar to Homo sapiens copine II (CPNE2), mRNA;Putative uncharacterized protein;cDNA FLJ43205 fis, clone FEBRA2009185, highly similar to Copine-6;Copine VI (Neuronal), isoform CRA_a;Copine V, isoform CRA_d;CPNE5 protein;cDNA FLJ37679 fis, clone BRHIP2012922, highly similar to Copine-8;LOC144402 protein;CPNE4 protein CPNE7;CPNE5;KIAA1599;CPNE8;CPNE6;CPNE4;CPNE9;CPNE2;CPN3;CPNE3;KIAA0636;hCG_40173;hCG_15370
|
|
31
|
+
-13.29258 -11.61868 -16.22564 -11.85453 -13.5876 -8.071517 1 1 1 0 1 0 1 1 1 Q13561-2;Q53H88;Q13561-3;Q13561;B3KTX4;A8K8J9 Dynactin 2 variant;50 kDa dynein-associated polypeptide;Dynactin complex 50 kDa subunit;Dynactin subunit 2;p50 dynamitin;cDNA FLJ38923 fis, clone NT2NE2011823, highly similar to Dynactin subunit 2;cDNA FLJ31120 fis, clone IMR322000730, highly similar to Dynactin subunit 2;cDNA FLJ77785;Dynactin 2 (P50), isoform CRA_b DCTN2;DCTN50;hCG_2016464
|
|
32
|
+
25.19363 25.12912 24.41125 24.75903 24.928 24.59087 7 8 7 4 5 5 11 11 11 A8K9C4;P68104;Q53G85;Q53GE9;Q53HM9;Q53HQ7;Q53HR5;Q5VTE0;Q6IPN6;Q6IPS9;Q6IPT9;E7EUM7;Q6IQ15;B4DNE0;Q96RE1;Q53GA1;Q9NZS6;B4DV42;Q53G89;Q9H2I7;Q16577;Q53HR1;Q8IUB0;Q504Z0;Q6P4C9;Q96CD8;Q6P082;Q8TBL1;Q96C29;B4E2C5;Q05639;Q59GP5;Q14222;Q5JR01;A9X7H1;A6PW80;Q96EB3;E7EPH7;Q6NSH7;Q2F837;Q6NS35 Elongation factor 1-alpha;Elongation factor 1-alpha 1;Elongation factor Tu;Eukaryotic elongation factor 1 A-1;Leukocyte receptor cluster member 7;Eukaryotic elongation factor 1 A-like 3;Putative elongation factor 1-alpha-like 3;EEF1A1 protein;Putative uncharacterized protein;cDNA FLJ54032, highly similar to Elongation factor 1-alpha 1 EEF1A;EEF1A1;EF1A;LENG7;EEF1AL3;hCG_2033271;RP11-505P4.2-001;EEF1A1L14;PTI-1
|
|
33
|
+
-12.12438 -16.2057 -10.1214 -15.34898 -9.445698 -12.16657 0 0 0 0 0 0 1 1 1 A8KAH7;P13861;Q9BUB1 cDNA FLJ75444, highly similar to Homo sapiens protein kinase, cAMP-dependent, regulatory, type II, alpha (PRKAR2A), mRNA;cAMP-dependent protein kinase type II-alpha regulatory subunit;PRKAR2A protein;Protein kinase, cAMP-dependent, regulatory, type II, alpha;Protein kinase, cAMP-dependent, regulatory, type II, alpha, isoform CRA_b PKR2;PRKAR2;PRKAR2A;hCG_1779456
|
|
34
|
+
-14.53446 -13.40562 -9.063076 -17.21276 -9.328329 -8.495333 0 0 0 0 0 0 2 2 2 A8KAY2;Q75N90;E7EP57;Q6ZNB8;B3KU56 Fibrillin 3;Fibrillin-3;cDNA FLJ16233 fis, clone FEBRA2028256, moderately similar to FIBRILLIN 2;cDNA FLJ39220 fis, clone OCBBF2006859, highly similar to Fibrillin-3 FBN3;KIAA1776
|
|
35
|
+
19.92454 -8.690648 -6.982073 -12.38774 -12.12938 -12.40572 1 0 0 0 0 0 1 1 1 Q9H2G2;Q9H2G2-2;REV__Q9P2R3-2;REV__Q9P2R3;REV__B3KPZ0;Q5M775;B4DZC9;A8MV89;B4E2A4;Q5M775-4;REV__Q5H9P4;Q5M775-2;Q5M775-3;Q5M775-5 CTCL tumor antigen se20-9;Serine/threonine-protein kinase 2;STE20-like serine/threonine-protein kinase;STE20-related serine/threonine-protein kinase;Cytospin-B;Nuclear structure protein 5;Sperm antigen HCMOGT-1;Sperm antigen with calponin homology and coiled-coil domains 1;cDNA FLJ61681, highly similar to STE20-like serine/threonine-protein kinase (EC2.7.11.1);Putative uncharacterized protein CYTSB;cDNA FLJ53275, highly similar to Homo sapiens spectrin domain with coiled-coils 1 (SPECC1), transcript variant, mRNA KIAA0204;SLK;STK2;CYTSB;NSP5;SPECC1
|
|
36
|
+
-10.62001 -14.80463 -5.787057 -11.14217 -9.217167 -13.77398 0 0 0 0 0 0 1 1 1 A8MVA2 Keratin-associated protein 9-6 KAP9.6;KRTAP9.6;KRTAP9-6
|
|
37
|
+
19.71 19.57119 19.18175 18.66716 18.48562 18.95311 4 2 0 0 0 0 3 3 3 C9JS35;Q92890-1;B4E3I3;Q541A5;Q92890;A8MW31;C9J6N9;B7Z9N3;A6NJ11;C9IZG3;C9JNP9 Putative uncharacterized protein UFD1L;cDNA FLJ59614, highly similar to Ubiquitin fusion degradation protein 1 homolog;Ubiquitin fusion degradation 1 like (Yeast), isoform CRA_b;Ubiquitin fusion degradation 1 protein;Ubiquitin fusion degradation 1-like;Ubiquitin fusion degradation protein 1 homolog;cDNA, FLJ78897, highly similar to Ubiquitin fusion degradation protein 1 homolog UFD1L;hCG_17901;ufd1
|
|
38
|
+
-10.82731 -4.6525 -5.913542 -11.42858 -14.86205 -13.279 1 1 0 0 0 1 1 1 1 A8MXP9;P43243;Q68D11;D6REM6;D6R991 Putative uncharacterized protein MATR3;Matrin-3;Putative uncharacterized protein DKFZp686K23100 MATR3;KIAA0723;DKFZp686K23100
|
|
39
|
+
21.74755 21.54628 21.21804 20.50048 20.27537 20.84805 9 5 5 1 3 3 4 4 4 C9JE52;A8MZ76;Q2TNB3;Q6FHK9;Q86SZ7;Q9UL46 Putative uncharacterized protein PSME2;Cell migration-inducing protein 22;PSME2 protein;Full-length cDNA clone CS0DJ015YJ12 of T cells (Jurkat cell line) of Homo sapiens (human);11S regulator complex subunit beta;Activator of multicatalytic protease subunit 2;Proteasome activator 28 subunit beta;Proteasome activator complex subunit 2 PSME2
|
|
40
|
+
19.81649 19.99811 19.79994 18.96002 18.55981 19.11802 2 3 2 1 0 0 4 4 3 E7EX29;D0PNI1;P63104;B0AZS6;B7Z465;E7EX24;B7Z2E6;Q2F831;E7ESK7 Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein zeta polypeptide;14-3-3 protein zeta/delta;Protein kinase C inhibitor protein 1;cDNA, FLJ79516, highly similar to 14-3-3 protein zeta/delta;cDNA FLJ51775, highly similar to 14-3-3 protein zeta/delta;cDNA FLJ50142, highly similar to 14-3-3 protein zeta/delta (Protein kinase Cinhibitor protein 1);Tyrosine 3-monooxygenasea/tryptophan 5-monooxygenase activation protein zeta YWHAZ
|
|
41
|
+
-9.201861 -8.547015 -12.34555 -4.826214 -13.71331 -14.84832 1 1 1 0 0 0 1 1 1 Q13148-2;Q13148;B4DRW3;B1AKP7 TAR DNA-binding protein 43;cDNA FLJ57180, highly similar to TAR DNA-binding protein 43;TAR DNA binding protein TARDBP;TDP43;RP4-635E18.2-003
|
|
42
|
+
-10.34632 -10.56697 -11.52899 -7.476205 -12.8407 -10.40727 1 1 0 1 1 1 1 1 1 P10599;B1ALW1;O60744 ATL-derived factor;Surface-associated sulphydryl protein;Thioredoxin;Thioredoxin, isoform CRA_b;Thioredoxin delta 3 TRDX;TRX;TRX1;TXN;hCG_28763;RP11-427L11.1-002;TXN delta 3
|
|
43
|
+
-12.68759 -14.11326 -8.289717 -8.96431 -9.109454 -6.145557 1 0 0 0 0 0 1 1 1 B2R4M6;P06702 cDNA, FLJ92148, highly similar to Homo sapiens S100 calcium binding protein A9 (calgranulin B) (S100A9), mRNA;Calgranulin-B;Calprotectin L1H subunit;Leukocyte L1 complex heavy chain;Migration inhibitory factor-related protein 14;Protein S100-A9;S100 calcium-binding protein A9 CAGB;CFAG;MRP14;S100A9
|
|
44
|
+
21.84219 21.74086 20.95865 21.18707 -9.354398 20.667 1 1 3 1 2 2 3 3 2 B2R4P2;Q06830;Q13162;E9PEN3 cDNA, FLJ92164, highly similar to Homo sapiens peroxiredoxin 1 (PRDX1), mRNA;Natural killer cell-enhancing factor A;Peroxiredoxin-1;Proliferation-associated gene protein;Thioredoxin peroxidase 2;Thioredoxin-dependent peroxide reductase 2 PAGA;PAGB;PRDX1;TDPX2
|
|
45
|
+
19.63336 19.85194 19.99189 19.41607 19.86116 -11.03913 1 3 1 0 1 0 2 2 2 E9PAV3;B2R4P8;Q13765;B4DDI8 cDNA FLJ33331 fis, clone BRACE2000489, highly similar to Nascent polypeptide-associated complex subunit alpha;cDNA, FLJ92170, Homo sapiens nascent-polypeptide-associated complex alpha polypeptide (NACA), mRNA;HCG2016482, isoform CRA_b;Putative uncharacterized protein NACA;Alpha-NAC;Nascent polypeptide-associated complex subunit alpha;cDNA FLJ53704, moderately similar to Nascent polypeptide-associated complex subunit alpha hCG_2016482;NACA;HSD48
|
|
46
|
+
-9.551398 20.73513 20.94528 20.9234 21.9374 20.9102 0 2 2 1 1 1 3 3 3 B2R4R0;P62805;Q0VAS5;Q6B823 Histone H4 HIST1H4J;HIST1H4L;H4/A;H4/B;H4/C;H4/D;H4/E;H4/G;H4/H;H4/I;H4/J;H4/K;H4/M;H4/N;H4/O;H4F2;H4FA;H4FB;H4FC;H4FD;H4FE;H4FG;H4FH;H4FI;H4FJ;H4FK;H4FM;H4FN;H4FO;HIST1H4A;HIST1H4B;HIST1H4C;HIST1H4D;HIST1H4E;HIST1H4F;HIST1H4H;HIST1H4I;HIST1H4K;HIST2H4;HIST2H4A;HIST2H4B;HIST4H4
|
|
47
|
+
21.36335 21.36608 21.48094 21.57768 20.64262 21.08868 1 1 2 2 1 1 3 3 3 B2R4R9;P62857 cDNA, FLJ92192, Homo sapiens ribosomal protein S28 (RPS28), mRNA;HCG26477;Ribosomal protein S28, isoform CRA_a;40S ribosomal protein S28 hCG_23961;hCG_26477;RPS28
|
|
48
|
+
19.57873 19.47781 18.81994 17.99722 17.64934 -9.015995 2 3 0 0 0 0 2 2 2 B2R4U3;O00762;Q5TZN3;E1P5N7;A6NP33 Ubiquitin carrier protein;UbcH10;Ubiquitin carrier protein C;Ubiquitin-conjugating enzyme E2 C;Ubiquitin-protein ligase C UBCH10;UBE2C;hCG_38372
|
|
49
|
+
23.11618 22.90564 22.8795 22.50913 22.308 22.55194 5 7 6 4 9 7 3 3 2 B2R679;Q5SQT9;Q6FID4;Q9NR31;Q8NG23;B4DQ19;D6RDB2;Q5SQT8;E9PBN0;Q5SQU0;D6RAA2 cDNA, FLJ92825, highly similar to Homo sapiens SAR1a gene homolog 1 (S. cerevisiae) (SARA1), mRNA;SAR1 gene homolog A (S. cerevisiae);SAR1 gene homolog A (S. cerevisiae), isoform CRA_a;Small GTP-binding protein;SARA1 protein;COPII-associated small GTPase;GTP-binding protein SAR1a;GTP binding protein;GTP-binding protein Sara;Masra2;cDNA FLJ58922, highly similar to GTP-binding protein SAR1a hCG_1787550;RP11-367H5.4-001;SAR1A;SARA1;SAR1;SARA
|
|
50
|
+
20.17597 19.99272 19.95603 27.8846 27.92388 27.62659 1 1 1 49 44 43 21 21 21 B2R9K8;P40227;Q59ET3;B4DPJ8;A1JUI8;A6NCD2;B4DN39;Q92526;B4DYB0;B4DX20 cDNA, FLJ94440, highly similar to Homo sapiens chaperonin containing TCP1, subunit 6A (zeta 1)(CCT6A), mRNA;Acute morphine dependence-related protein 2;CCT-zeta-1;HTR3;T-complex protein 1 subunit zeta;Tcp20;Chaperonin containing TCP1, subunit 6A isoform a variant;cDNA FLJ52344, highly similar to T-complex protein 1 subunit zeta;cDNA, FLJ79129, highly similar to T-complex protein 1 subunit zeta;Chaperonin subunit 6A;Putative uncharacterized protein CCT6A;cDNA FLJ53065, highly similar to T-complex protein 1 subunit zeta CCT6;CCT6A;CCTZ
|
|
51
|
+
-9.570673 -6.285736 -13.28069 -15.74234 -14.50727 -8.327213 1 2 0 0 0 1 2 2 2 B2R9U2;Q02790 cDNA, FLJ94557, highly similar to Homo sapiens FK506 binding protein 4, 59kDa (FKBP4), mRNA;51 kDa FK506-binding protein;52 kDa FK506-binding protein;59 kDa immunophilin;FK506-binding protein 4;FKBP59;HSP-binding immunophilin;Immunophilin FKBP52;Peptidyl-prolyl cis-trans isomerase FKBP4;Peptidyl-prolyl cis-trans isomerase FKBP4, N-terminally processed;Rotamase FKBP4;FKBP52
|
|
52
|
+
18.6568 18.27653 -14.11772 17.96002 17.45282 -8.417989 1 1 0 1 1 0 2 2 2 B2RBR9;Q14974;B7Z752;B7ZAV6;B7Z5M1 cDNA, FLJ95650, highly similar to Homo sapiens karyopherin (importin) beta 1 (KPNB1), mRNA;Importin subunit beta-1;Importin-90;Karyopherin subunit beta-1;Nuclear factor p97;Pore targeting complex 97 kDa subunit;cDNA FLJ50715, highly similar to Importin beta-1 subunit;cDNA, FLJ79320, highly similar to Importin beta-1 subunit;cDNA FLJ50625, highly similar to Importin beta-1 subunit KPNB1;NTF97
|
|
53
|
+
23.93454 23.96402 23.99136 23.44468 23.2764 23.46376 12 17 13 10 6 11 11 11 11 P10809;B3GQS7;B7Z597;B7Z5E7;B7Z4F6;E7ESH4;Q53SE2;E7EXB4;B7Z532;C9JL25;B7Z712;C9JCQ4;C9JL19;C9J0S9;Q53QD5 60 kDa chaperonin;60 kDa heat shock protein, mitochondrial;Chaperonin 60;Heat shock protein 60;HuCHA60;Mitochondrial matrix protein P1;P60 lymphocyte protein;Mitochondrial heat shock 60kD protein 1 variant 1;cDNA FLJ54373, highly similar to 60 kDa heat shock protein, mitochondrial;cDNA FLJ51046, highly similar to 60 kDa heat shock protein, mitochondrial;cDNA FLJ54912, highly similar to 60 kDa heat shock protein, mitochondrial HSP60;HSPD1
|
|
54
|
+
19.31358 19.20125 18.97396 -10.97263 -12.16192 -8.993392 2 1 2 0 0 1 2 2 2 B3KM68;Q9Y6E2;E7ETZ4;B7Z4K8;B5MCH7;B5MCE7;Q05D83;B4DLZ8;Q53FN7;B4DWF7;Q7L1Q6;E9PRN2;Q7L1Q6-2;Q75MG1;D3DN77 cDNA FLJ10398 fis, clone NT2RM4000349, highly similar to Homo sapiens basic leucine zipper and W2 domains 2 (BZW2), mRNA;Basic leucine zipper and W2 domain-containing protein 2;cDNA FLJ52869, highly similar to Homo sapiens basic leucine zipper and W2 domains 2 (BZW2), mRNA;Putative uncharacterized protein BZW2;Basic leucine zipper and W2 domains 2, isoform CRA_b;BZW2 protein;cDNA FLJ55789, highly similar to Rattus norvegicus basic leucine zipper and W2 domains 1 (Bzw1), mRNA;BZW1 protein variant;cDNA FLJ55501, highly similar to Rattus norvegicus basic leucine zipper and W2 domains 1 (Bzw1), mRNA;Basic leucine zipper and W2 domain-containing protein 1;Protein Orf;HCG2022736, isoform CRA_a BZW2;HSPC028;MSTP017;hCG_19293;BZAP45;BZW1;KIAA0005;hCG_2022736
|
|
55
|
+
-10.32378 -6.598993 -9.45362 -9.234979 -9.904229 -11.74547 0 0 0 0 0 0 1 1 1 B3KNA8;Q07352;B4E1N3;B4DG15 cDNA FLJ14140 fis, clone MAMMA1002858, highly similar to Butyrate response factor 1;Butyrate response factor 1;EGF-response factor 1;Protein TIS11B;cDNA FLJ54231, highly similar to Butyrate response factor 1;cDNA FLJ59254, highly similar to Butyrate response factor 1 BERG36;BRF1;ERF1;RNF162B;TIS11B;ZFP36L1
|
|
56
|
+
17.05801 17.9016 -8.524639 -8.500674 -3.22365 -6.724072 1 2 1 0 0 0 2 2 2 B3KUH0;Q8WUX9;E5RJI3;B3KRZ9;E5RIU9;B4DKJ6 cDNA FLJ39883 fis, clone SPLEN2016268, highly similar to Protein CHMP7;Charged multivesicular body protein 7;Chromatin-modifying protein 7;cDNA FLJ35181 fis, clone PLACE6015051, highly similar to Protein CHMP7;cDNA FLJ57739, highly similar to Protein CHMP7 CHMP7
|
|
57
|
+
-11.1052 -5.320193 -13.60777 -17.3987 -9.64648 -16.14916 0 0 0 0 0 0 + 1 1 1 B3KW39;Q5H9R6;Q8WXH5 cDNA FLJ42089 fis, clone TESOP2001166, highly similar to Suppressor of cytokine signaling 4;Full-length cDNA clone CS0DD006YF02 of Neuroblastoma of Homo sapiens (human);HCG1790822;Putative uncharacterized protein DKFZp686J1568;Suppressor of cytokine signaling 4;Suppressor of cytokine signaling 7 DKFZp686J1568;hCG_1790822;SOCS4;SOCS7
|
|
58
|
+
19.56744 19.48564 19.48156 18.37105 18.27362 18.7264 4 4 1 0 0 1 3 3 3 E9PDP1;B3KXM2;Q07161;P36873-2;P62136;P36873;Q9UPN1;E9PMD7;P62140;B4DJ75;B7ZB67;B4E163;E7ETD8;C9JP48;C9J9S3;A6NNR3 Serine/threonine-protein phosphatase;Serine/threonine-protein phosphatase PP1-alpha catalytic subunit;Protein phosphatase 1C catalytic subunit;Serine/threonine-protein phosphatase PP1-gamma catalytic subunit;Serine/threonine-protein phosphatase PP1-beta catalytic subunit PPP1A;PPP1CA;PPP1CC;PPP1CB
|
|
59
|
+
-7.801593 18.33136 19.15247 -12.86542 -12.8622 -7.263447 1 1 1 0 0 1 14 2 1 P04350;B4DE77;B4DJ43;B4DFH6;E7EM46 Tubulin 5 beta;Tubulin beta-4 chain;cDNA FLJ55189, highly similar to Tubulin beta-4 chain;cDNA FLJ53341, highly similar to Tubulin beta-4 chain;cDNA FLJ52536, highly similar to Tubulin beta-4 chain TUBB4;TUBB5
|
|
60
|
+
-12.16686 -14.48203 -12.85298 -9.178046 -6.847968 -9.206059 1 0 0 0 0 0 2 1 1 P32119;B4DF70;A6NIW5 Natural killer cell-enhancing factor B;Peroxiredoxin-2;PRP;Thiol-specific antioxidant protein;Thioredoxin peroxidase 1;Thioredoxin-dependent peroxide reductase 1;cDNA FLJ60461, highly similar to Peroxiredoxin-2 (EC 1.11.1.15);Peroxiredoxin 2, isoform CRA_a;Putative uncharacterized protein PRDX2 NKEFB;PRDX2;TDPX1;hCG_172488
|
|
61
|
+
19.49717 19.00306 18.5068 -14.06474 18.66171 19.17767 1 2 1 2 1 2 4 4 4 Q15417;Q6FHA7;B4DFK6;B4DP09;E7ENQ7;E9PDU6;Q9BWY6 Calponin, acidic isoform;Calponin-3;Calponin 3, acidic;cDNA, FLJ92692, Homo sapiens calponin 3, acidic (CNN3), mRNA;CNN3 protein;cDNA FLJ50126, highly similar to Calponin-3;cDNA, FLJ79297, highly similar to Calponin-3;cDNA FLJ53072, highly similar to Calponin-3;DJ639P13.2.2 (Acidic calponin 3) CNN3;hCG_31913
|
|
62
|
+
21.50896 21.49892 21.6747 20.74041 19.85345 20.78987 3 3 4 1 1 1 10 10 7 P08238;B4DGL0;B4DMA2;Q6PK50;Q58FF7;Q58FF8;A8K3W9;Q9H6X9;Q14568;Q86SX1;B4DTA5;O14942;P14625;Q5CAQ5;Q12931;Q53FS6;Q53G55;Q9BV61;B4DR68;Q8N9Z3;Q59FC6;Q96HX7;Q58FG1;Q96GW1;E9PHH7;Q5T9W4;Q5T9W8;B4DQX3;E9PHI1;E9PHI2;Q5T9W5;Q5T9W6 Heat shock 84 kDa;Heat shock protein HSP 90-beta;cDNA FLJ53619, highly similar to Heat shock protein HSP 90-beta;cDNA FLJ54023, highly similar to Heat shock protein HSP 90-beta;HSP90AB1 protein HSP90AB1;HSP90B;HSPC2;HSPCB
|
|
63
|
+
21.6832 21.56025 21.57261 21.13871 20.94027 21.01004 6 6 1 3 3 5 5 5 5 D3DPU2;B4DI38;B2RDY9;Q01518;B4DNW7;B4DNY3;Q01518-2;Q5T0R1;Q5T0R2;Q5T0R3;Q5T0R4;Q5T0R5;Q5T0R6;Q5T0R7;B4DNA3;B4DUZ8;Q5T0R9;E7ENY9 Adenylyl cyclase-associated protein;Adenylyl cyclase-associated protein 1 CAP1;hCG_2033246;CAP;RP11-115D7.1-018;RP11-115D7.1-011;RP11-115D7.1-008;RP11-115D7.1-017;RP11-115D7.1-012;RP11-115D7.1-010;RP11-115D7.1-007
|
|
64
|
+
-9.596016 18.24776 -7.699231 -10.7063 -10.17703 -13.45574 1 1 1 0 0 0 1 1 1 Q53FR9;Q9P000;E9PJ95;B4DQW0;E9PAN2;B4DIH0 cDNA FLJ31106 fis, clone IMR322000144, highly similar to COMM domain-containing protein 9;cDNA FLJ78335, highly similar to Homo sapiens COMM domain containing 9, mRNA;cDNA, FLJ95283, highly similar to Homo sapiens COMM domain containing 9 (COMMD9), mRNA;COMM domain containing 9 variant;COMM domain containing 9, isoform CRA_b;COMM domain-containing protein 9;cDNA FLJ51530, highly similar to COMM domain-containing protein 9;cDNA FLJ58381, highly similar to COMM domain-containing protein 9 COMMD9;hCG_26508;HSPC166
|
|
65
|
+
-8.994216 -12.62541 -5.835931 -8.976171 -7.628281 18.02702 1 1 1 0 1 0 1 1 1 P61086;C9JGP1;B4DIZ2;D6RDM7 Huntingtin-interacting protein 2;Ubiquitin carrier protein;Ubiquitin-conjugating enzyme E2 K;Ubiquitin-conjugating enzyme E2-25 kDa;Ubiquitin-protein ligase;cDNA FLJ57995, moderately similar to Ubiquitin-conjugating enzyme E2-25 kDa (EC 6.3.2.19) HIP2;LIG;UBE2K
|
|
66
|
+
-9.063957 -10.08892 -11.26493 -11.47813 -11.13477 -11.11889 0 0 0 0 0 0 1 1 1 P17812;B4DMB5;B4E1E0;B4DR64;B7Z9C4 CTP synthase 1;CTP synthetase 1;UTP--ammonia ligase 1;cDNA FLJ60075, highly similar to CTP synthase 1 (EC 6.3.4.2);cDNA FLJ58563, highly similar to CTP synthase 1 (EC 6.3.4.2);cDNA FLJ59392, highly similar to CTP synthase 1 (EC 6.3.4.2);cDNA FLJ54863, highly similar to CTP synthase 1 (EC 6.3.4.2) CTPS
|
|
67
|
+
19.05931 -10.64312 -10.56383 -12.3908 -13.77153 18.07608 1 1 0 0 0 1 3 2 2 P27348;B4DMT8;E9PG15;Q53S41;B4DY04;P31947;B3KNB4;P61981;B2R6N6;B5BU24;P31946;Q04917;P31946-2;B4DHC4;P31947-2;B4DE78;Q9H4N8 14-3-3 protein tau;14-3-3 protein T-cell;14-3-3 protein theta;Protein HS1;cDNA FLJ52118, highly similar to 14-3-3 protein theta;Putative uncharacterized protein YWHAQ;cDNA FLJ51144, highly similar to 14-3-3 protein theta;cDNA, FLJ79057, highly similar to 14-3-3 protein theta YWHAQ
|
|
68
|
+
-5.391627 -9.045222 -8.187441 -9.703869 -6.676554 -10.21431 0 0 0 0 0 0 1 1 1 B5ME63;Q92835;Q92835-2;Q92835-3;B4DQ61 Putative uncharacterized protein INPP5D;Inositol polyphosphate-5-phosphatase of 145 kDa;p150Ship;Phosphatidylinositol-3,4,5-trisphosphate 5-phosphatase 1;SH2 domain-containing inositol-5-phosphatase 1;cDNA FLJ56795, highly similar to Homo sapiens inositol polyphosphate-5-phosphatase, 145kDa (INPP5D), transcript variant 1, mRNA INPP5D;SHIP;SHIP1
|
|
69
|
+
18.80146 -7.213804 -17.52335 -18.3976 -7.410078 -11.72704 1 0 0 0 0 0 1 1 1 Q53G16;Q7Z4W5;Q9UMR2;Q9HBZ9;Q9NUU7;B4DXS6;E7EMK4;Q2NL95;Q9UMR2-2;B4DS24;E7EPY4 DEAD (Asp-Glu-Ala-As) box polypeptide 19 variant;RNA helicase;ATP-dependent RNA helicase DDX19B;DEAD box protein 19B;DEAD box RNA helicase DEAD5;ATP-dependent RNA helicase DDX19A;DDX19-like protein;DEAD box protein 19A;cDNA FLJ52357, highly similar to ATP-dependent RNA helicase DDX19B (EC 3.6.1.-);DDX19B protein;cDNA FLJ50635, highly similar to ATP-dependent RNA helicase DDX19A (EC 3.6.1.-) DBP5;DDX19;DDX19B;DDX19L;DDX19A
|
|
70
|
+
21.01536 20.88487 20.59596 20.02188 20.60991 19.93848 2 2 2 0 1 1 4 4 4 E9PCF5;B4DT31;E9PEB5;C9JT73;Q96AE4-2;E7EMK0;Q96AE4;B4DWL1;B4E0X8;Q6PJY1;Q59FU3;C9JSZ1;A3KFK8;Q96I24;A6NJ37;Q96I24-2 cDNA FLJ53425, highly similar to Far upstream element-binding protein 1;Putative uncharacterized protein FUBP1;DNA helicase V;Far upstream element-binding protein 1;cDNA FLJ59240, highly similar to Far upstream element-binding protein 1;cDNA FLJ61021, highly similar to Far upstream element-binding protein 1;FUBP1 protein;Far upstream element-binding protein variant FUBP1
|
|
71
|
+
20.51768 20.62819 20.17207 19.77349 19.95844 20.11032 3 3 1 2 3 4 5 5 5 Q14103;Q14103-2;Q14103-3;B4DTC3;Q14103-4;Q12771;B9ZVU1;D6RAF8;B4E0W4;D6RF44;D6RBQ9;O14979;O14979-2;B4DTA2;O14979-3;D6RD83 AU-rich element RNA-binding protein 1;Heterogeneous nuclear ribonucleoprotein D0;cDNA FLJ54150, highly similar to Heterogeneous nuclear ribonucleoprotein D0;P37 AUF1;Putative uncharacterized protein HNRNPD;cDNA FLJ61020, highly similar to Heterogeneous nuclear ribonucleoprotein D0 AUF1;HNRNPD;HNRPD
|
|
72
|
+
-16.60061 -14.39932 -4.663856 -12.01406 -10.43254 -10.70853 1 1 1 0 0 0 1 1 1 D3DUS9;P60174;P60174-2;Q2QD09;Q53HE2;B4DUI5;B7Z5D8 Triosephosphate isomerase;Triose-phosphate isomerase hCG_25936;TPI1;TPI
|
|
73
|
+
-11.77196 -11.17168 -13.04863 -9.582706 -7.318869 -9.827092 0 0 0 0 0 0 + 1 1 1 B4DVC9;Q9HCC8 cDNA FLJ58331, highly similar to Homo sapiens glycerophosphodiester phosphodiesterase domain containing 2 (GDPD2), mRNA;Glycerophosphodiester phosphodiesterase 3;Glycerophosphodiester phosphodiesterase domain-containing protein 2;Glycerophosphoinositol inositolphosphodiesterase GDPD2;Osteoblast differentiation promoting factor GDE3;GDPD2;OBDPF;UNQ1935/PRO4418
|
|
74
|
+
-10.26627 -7.581007 -12.44136 -6.40343 -8.491237 -14.16292 0 0 0 0 0 0 + 1 1 1 B4DVM6 cDNA FLJ50704, highly similar to ADAM 8 (EC 3.4.24.-) (A disintegrinand metalloproteinase domain 8)
|
|
75
|
+
-11.34094 -5.602256 -9.866002 18.82448 -9.522322 -15.38411 1 0 1 0 0 0 4 4 4 P25685;Q6FHS4;Q6FI51;B4DX52;B4DKK9 DnaJ homolog subfamily B member 1;DnaJ protein homolog 1;Heat shock 40 kDa protein 1;Human DnaJ protein 1;cDNA, FLJ93008, Homo sapiens DnaJ (Hsp40) homolog, subfamily B, member 1 (DNAJB1),mRNA;DnaJ (Hsp40) homolog, subfamily B, member 1, isoform CRA_a;DNAJB1 protein;cDNA FLJ59093, highly similar to DnaJ homolog subfamily B member 1;cDNA FLJ52967, highly similar to DnaJ homolog subfamily B member 1 DNAJ1;DNAJB1;HDJ1;HSPF1;hCG_1776318
|
|
76
|
+
19.30108 19.34886 19.13508 -9.882145 -16.95849 -14.1251 1 1 1 0 0 1 2 2 2 Q15785;B4DXU3 Mitochondrial import receptor subunit TOM34;Translocase of outer membrane 34 kDa subunit;cDNA FLJ54989, highly similar to Mitochondrial import receptor subunit TOM34 TOMM34;URCC3
|
|
77
|
+
-8.065076 17.53374 -10.82608 -12.04515 -10.95889 -7.42203 0 2 0 0 0 0 2 2 2 B4DZF2;Q59G42;D3DQV9;P78344;P78344-2;Q2TU89;E9PCV8;Q3LIE0 cDNA FLJ59571, highly similar to Eukaryotic translation initiation factor 4gamma 2;Eukaryotic translation initiation factor 4 gamma, 2 variant;Eukaryotic translation initiation factor 4 gamma, 2, isoform CRA_b;Death-associated protein 5;Eukaryotic translation initiation factor 4 gamma 2;p97;Aging-associated protein 1;EIF4G2 protein;Eukaryotic translation initiation factor 4 gamma, 2, isoform CRA_a;Putative uncharacterized protein Nbla00315 EIF4G2;hCG_1991788;DAP5;OK/SW-cl.75;AAG1;Nbla00315
|
|
78
|
+
-2.551314 -7.276527 -7.441837 -14.31029 -7.28746 -5.179357 1 1 1 0 0 0 1 1 1 Q9Y371-2;Q9Y371;B4E182 Bax-interacting factor 1;Endophilin-B1;SH3 domain-containing GRB2-like protein B1;cDNA FLJ50346, highly similar to SH3 domain GRB2-like protein B1 (EC 2.3.1.-) CGI-61;KIAA0491;SH3GLB1
|
|
79
|
+
-18.53351 -11.51614 -5.415677 -9.540758 -12.45726 -12.29454 0 0 0 0 0 0 1 1 1 Q7L2H7;B4E2Q4;E9PRY0 Eukaryotic translation initiation factor 3 subunit M;Fetal lung protein B5;PCI domain-containing protein 1;cDNA FLJ54904, highly similar to Homo sapiens dendritic cell protein (hfl-B5), mRNA EIF3M;GA17;HFLB5;PCID1;PNAS-125
|
|
80
|
+
-12.5564 -11.23456 16.1719 -2.304186 -14.18422 -8.240927 1 0 0 0 0 0 1 1 1 P28066;Q5U0A0;B4E2V4 Macropain zeta chain;Multicatalytic endopeptidase complex zeta chain;Proteasome subunit alpha type-5;Proteasome zeta chain;Proteasome subunit alpha type;cDNA FLJ52182, highly similar to Proteasome subunit alpha type 5 (EC 3.4.25.1);Proteasome (Prosome, macropain) subunit, alpha type, 5, isoform CRA_c PSMA5;hCG_39916
|
|
81
|
+
21.85148 22.03671 21.9407 27.39942 27.44932 27.54694 6 5 3 74 71 78 23 23 23 B5BTY7;P78371;A8K402;B7Z243;B7ZAT2;B7Z7K4;B7Z4R3;Q9H369 T-complex protein 1 subunit beta;CCT-beta;cDNA FLJ75037, highly similar to Homo sapiens chaperonin containing TCP1, subunit 2 (beta) (CCT2),mRNA;cDNA FLJ50480, highly similar to T-complex protein 1 subunit beta;cDNA, FLJ79296, highly similar to T-complex protein 1 subunit beta;cDNA, FLJ79307, highly similar to T-complex protein 1 subunit beta;Chaperonin containing TCP1, subunit 2 (Beta), isoform CRA_c;cDNA FLJ52359, highly similar to T-complex protein 1 subunit beta;cDNA FLJ50585, highly similar to T-complex protein 1 subunit beta CCT2;99D8.1;CCTB;hCG_24460
|
|
82
|
+
-9.703285 -11.10878 -5.453605 -10.84511 -14.27154 -10.94397 0 0 0 0 0 0 1 1 1 B5BU32;B5BUF9;P04183 Thymidine kinase;Thymidine kinase, cytosolic TK1
|
|
83
|
+
21.04059 20.88502 20.86439 18.36158 18.94135 -5.979648 5 4 4 0 0 0 6 6 6 B5BU38;P04083;Q5TZZ9;Q5T3N1;Q5T3N0;B4DL19;Q05BR2 Annexin I;Annexin A1;Annexin-1;Calpactin II;Calpactin-2;Chromobindin-9;Lipocortin I;p35;Phospholipase A2 inhibitory protein;Annexin A1, isoform CRA_a;ANXA1 protein ANXA1;ANX1;LPC1;hCG_17305;RP11-71A24.1-002;RP11-71A24.1-004;RP11-71A24.1-006
|
|
84
|
+
-13.99549 -8.407551 -16.42668 -19.41523 -9.075064 -11.88774 1 1 0 1 1 1 1 1 1 Q8N6T3-2;Q8N6T3;B7ZBI2;Q8N6T3-3;B7Z3U0;E7EV62;B7Z8H8;E5RHH7 ADP-ribosylation factor 1 GTPase-activating protein;ADP-ribosylation factor GTPase-activating protein 1;ARF1-directed GTPase-activating protein;ADP-ribosylation factor GTPase activating protein 1;ADP-ribosylation factor GTPase activating protein 1, isoform CRA_f;cDNA FLJ54522, highly similar to ADP-ribosylation factor GTPase-activating protein 1;cDNA FLJ55014, highly similar to ADP-ribosylation factor GTPase-activating protein 1 ARF1GAP;ARFGAP1;hCG_23411;RP11-261N11.1-004
|
|
85
|
+
18.95923 18.9798 18.53069 -10.52651 -8.912332 -9.177257 4 3 1 0 0 0 2 2 2 E7EQR4;P15311;Q6NUR7;B7Z5V2;A7YIJ8;B2R6J2;B0YJ88;P35241;P26038;B7Z2S7;B7Z9U6;B7Z437;Q05CU6;Q6PKD3;Q6PJT4;Q9UK20;Q9UJZ6;Q9UJZ7;Q9UJZ2;Q9UJU1 Cytovillin;Ezrin;p81;Villin-2;cDNA FLJ54141, highly similar to Ezrin;Radixin isoform b;Radixin isoform e;Radixin isoform f;Radixin, isoform CRA_a;cDNA, FLJ92973, highly similar to Homo sapiens villin 2 (ezrin) (VIL2), mRNA;cDNA, FLJ93349, Homo sapiens radixin (RDX), mRNA;Radixin;Radixin, isoform CRA_b;Membrane-organizing extension spike protein;Moesin;cDNA FLJ58499, highly similar to Radixin;cDNA, FLJ78960, highly similar to Radixin;cDNA FLJ53435, highly similar to Ezrin;RDX protein;MSN protein;Cytovillin 2 EZR;VIL2;hCG_39182;RDX;MSN
|
|
86
|
+
18.82886 -11.39138 -12.08519 -10.61272 -11.67442 -12.33422 0 0 0 1 0 1 1 1 1 B7Z6F8;Q14677 cDNA FLJ61629, highly similar to Clathrin interactor 1;Clathrin interactor 1;Clathrin-interacting protein localized in the trans-Golgi region;Enthoprotin;Epsin-4;Epsin-related protein CLINT1;ENTH;EPN4;EPNR;KIAA0171
|
|
87
|
+
-7.253488 -5.818954 -8.674658 -14.79778 -15.08503 -3.245746 0 0 0 0 0 0 + 1 1 1 B7Z7B4;Q3YAD3;E5RJY5 cDNA FLJ52465, highly similar to Homo sapiens Kv channel interacting protein 1 (KCNIP1), transcript variant 3, mRNA;Potassium channel interacting protein 1
|
|
88
|
+
-9.460929 -11.15873 -13.67356 -9.492962 -9.836108 -10.73004 3 2 1 1 1 2 1 1 1 Q9NVD7;B7Z952;E9PS97;Q9NVD7-2 Actopaxin;Alpha-parvin;Calponin-like integrin-linked kinase-binding protein;CH-ILKBP;Matrix-remodeling-associated protein 2;cDNA FLJ54827, highly similar to Alpha-parvin MXRA2;PARVA
|
|
89
|
+
19.20557 19.4868 20.23911 -11.12252 19.54538 19.36602 1 2 2 0 1 0 2 2 2 E9PAN3;P22061-2;P22061;B7Z972 L-isoaspartyl protein carboxyl methyltransferase;Protein L-isoaspartyl/D-aspartyl methyltransferase;Protein-beta-aspartate methyltransferase;Protein-L-isoaspartate(D-aspartate) O-methyltransferase;Protein-L-isoaspartate O-methyltransferase PCMT1
|
|
90
|
+
-10.23098 -7.656287 -15.66482 -7.089435 -11.6862 -11.56794 2 3 2 1 0 0 1 1 1 B7ZLS9;Q15431;Q9H2G7;Q5VXJ5 Synaptonemal complex protein 1;Cancer/testis antigen 8;CTCL tumor antigen se2-1 SYCP1;SCP1;RP11-109G4.1-003
|
|
91
|
+
20.31274 20.01522 18.98151 19.64375 20.24098 19.74498 2 1 1 0 2 1 3 3 3 P22626;P22626-2;B8ZZ37 Heterogeneous nuclear ribonucleoproteins A2/B1;Putative uncharacterized protein HNRNPA2B1 HNRNPA2B1;HNRPA2B1
|
|
92
|
+
-9.09039 -9.746332 -8.25273 -8.557491 -10.93754 -12.68969 1 1 1 1 1 1 3 1 1 C7DJS2 Glutathione S-transferase pi GSTP1
|
|
93
|
+
-5.137085 -16.57598 -10.65647 -10.01639 -11.41379 -9.139287 1 0 0 0 0 0 1 1 1 Q15942;C9IZ41 Zyxin;Zyxin-2;Putative uncharacterized protein ZYX ZYX
|
|
94
|
+
-12.56861 -10.74126 -15.59777 -9.194325 -18.0781 -12.45802 0 0 0 0 0 0 1 1 1 Q9BUL8;C9J5C3;C9J6F3;C9J363;C9JND6;C9JSA3 Cerebral cavernous malformations 3 protein;Programmed cell death protein 10;TF-1 cell apoptosis-related protein 15;Putative uncharacterized protein PDCD10;Programmed cell death 10, isoform CRA_b CCM3;PDCD10;TFAR15;hCG_27561
|
|
95
|
+
-8.375236 -13.61158 -13.66537 -13.72985 -15.36838 -10.02013 0 0 0 0 0 0 + 1 1 1 E9PC16;C9JEQ5 Putative uncharacterized protein HIPK2 HIPK2
|
|
96
|
+
22.84364 22.81016 22.56813 22.2741 21.73719 22.17618 8 8 8 4 2 4 7 7 4 P18085;C9JPM4;C9JAK5 ADP-ribosylation factor 4;Putative uncharacterized protein ARF4 ARF2;ARF4
|
|
97
|
+
-7.90622 -12.38811 -9.112876 -14.60927 -12.606 -11.54659 0 0 0 0 0 0 + 1 1 1 P12318;P12318-2;C9JV69 CDw32;Fc-gamma RII-a;Low affinity immunoglobulin gamma Fc region receptor II-a;Putative uncharacterized protein FCGR2A CD32;FCG2;FCGR2A;FCGR2A1;IGFR2
|
|
98
|
+
-12.37386 -7.763814 -17.1609 -5.07688 -8.629203 17.46786 1 1 0 0 0 0 1 1 1 D3DQ70;D3DQ69;Q8NC51;Q8NC51-2;Q8NC51-3;Q5VU21;Q63HR1;Q8NC51-4 SERPINE1 mRNA binding protein 1, isoform CRA_d;SERPINE1 mRNA binding protein 1, isoform CRA_c;PAI1 RNA-binding protein 1;Plasminogen activator inhibitor 1 RNA-binding protein;SERPINE1 mRNA-binding protein 1;cDNA, FLJ92551, Homo sapiens PAI-1 mRNA-binding protein (PAI-RBP1), mRNA;PAI-1 mRNA-binding protein variant;SERPINE1 mRNA binding protein 1;Putative uncharacterized protein DKFZp686P17171 hCG_2032021;SERBP1;CGI-55;PAIRBP1;RP11-393N21.3-001;DKFZp686P17171
|
|
99
|
+
-11.62784 -16.65691 -6.061913 -5.856223 -15.07747 -7.221815 1 1 0 0 0 0 2 1 1 Q53F37;Q9Y6B6;D6RD69;Q9H029;D6R9R5 SAR1a gene homolog 2 variant;GTP-binding protein B;GTP-binding protein SAR1b;cDNA FLJ32259 fis, clone PROST1000298, highly similar to GTP-binding protein SAR1b;Putative uncharacterized protein DKFZp434B2017 SAR1B;SARA2;SARB;DKFZp434B2017
|
|
100
|
+
20.38669 20.38943 20.23421 19.6097 19.409 20.2207 4 3 1 2 3 1 4 4 4 D6W4Z6;P31350;B3KS26;Q8N6S3;C9JXC1;Q7LG56;Q7LG56-2;B4E2N4;Q6AI41;Q9UKM0 Ribonucleoside-diphosphate reductase subunit M2;Ribonucleotide reductase small chain;Ribonucleotide reductase small subunit;cDNA FLJ16813 fis, clone THYMU3030231, highly similar to Ribonucleoside-diphosphate reductase M2 subunit;cDNA FLJ35352 fis, clone PUAEN1000121, highly similar to Ribonucleoside-diphosphate reductase M2 subunit (EC 1.17.4.1);Similar to ribonucleotide reductase protein r2 class I;Putative uncharacterized protein RRM2 RR2;RRM2
|
|
101
|
+
-11.81575 -7.070099 -7.363226 -11.95 -11.31104 -17.99143 0 0 0 0 1 1 3 3 3 P15924;D7RX09;Q4LE79;P15924-2;B4E2A0;B4DKX6;B4DWT7 250/210 kDa paraneoplastic pemphigus antigen;Desmoplakin;DSP variant protein DSP;DSP variant protein
|
|
102
|
+
-7.995414 -16.69051 -8.861359 -12.35387 -12.14096 -13.73487 0 0 0 0 0 0 1 1 1 E2QRA8
|
|
103
|
+
-9.400893 -15.53695 -13.06128 -7.844266 -9.440896 -12.51987 0 1 0 0 0 0 1 1 1 E5KN55;E5KN59;Q08752;Q6FGM6;Q05DH6 40 kDa peptidyl-prolyl cis-trans isomerase;Cyclophilin-40;Cyclophilin-related protein;Peptidyl-prolyl cis-trans isomerase D;Rotamase D;PPID protein;Peptidyl-prolyl cis-trans isomerase CYP40;CYPD;PPID
|
|
104
|
+
-10.23681 -14.38528 -12.5036 -14.72107 -11.06173 -10.3476 1 1 1 0 0 0 4 1 1 E7ETK2;P62820;Q5U0I6;P59190;P59190-2;B4DEK7;P61006;Q92930;Q15286;Q92928;B4DMS1;E7END7;B7Z8M7;E9PLD0;B4DTA6;B4E390;Q59EP4;P62820-3;B3KTE3;B4DE50;P61018-2;Q6IQ22;Q504R6;Q5U602;Q9H082;A8MYT0;Q96E17;Q96AX2;P20336;A8K6I8;B2R8W8;O95716;P20337;Q53GC2;Q14964;Q8IWA7;C9JZA1;P20338;P61018;Q96DA2;Q86YS6;P20340;P20340-2;Q53ET8;Q6AZ91;Q6FGX3;Q9NRW1;A8K5R1;Q15771;P51153;B7Z3L0;B7Z337;A8MZI4;A8MTC6;A8MXF5;A8MSP2;A6NDJ8;B7Z772;E9PMZ4;A8MUU7;E9PMJ1;D3DV69;Q6MZH2;E9PBQ0;B7Z5Z9;P62820-2;B7Z4X1;E9PS06;E9PNB9;Q6PIK3;E9PRF7;Q6MZX6;E9PJQ5;C9JFM7;C9JU14;E9PI18;C9JB90;Q53SX4 Ras-related protein Rab-1A;YPT1-related protein;cDNA, FLJ96558, Homo sapiens RAB1A, member RAS oncogene family (RAB1A), mRNA;RAB1A protein;RAB1A, member RAS oncogene family;RAB1A, member RAS oncogene family, isoform CRA_b;Ras-related protein Rab-15;cDNA FLJ53028, highly similar to Ras-related protein Rab-8A;Oncogene c-mel;Ras-related protein Rab-8A;Ras-related protein Rab-8B;GTP-binding protein RAY;Ras-related protein Rab-1C;Ras-related protein Rab-35;Putative Ras-related protein Rab-1C;cDNA FLJ52970, highly similar to Ras-related protein Rab-8B;cDNA FLJ57768, highly similar to Ras-related protein Rab-1A;cDNA FLJ57794, moderately similar to Ras-related protein Rab-35;cDNA FLJ57783, highly similar to Ras-related protein Rab-35;RAB35, member RAS oncogene family, isoform CRA_b;Mel transforming oncogene variant;cDNA FLJ38125 fis, clone D6OST2000127, moderately similar to RAS-RELATED PROTEIN RAB-8B RAB1;RAB1A;hCG_22592;RAB15;MEL;RAB8;RAB8A;RAB8B;RAB1C;RAB35;RAY;hCG_27777
|
|
105
|
+
19.63839 20.18386 18.57186 18.21062 -7.802406 -8.940275 1 2 1 1 1 0 3 3 3 Q8TAT6-2;E7EVD8;Q8TAT6;B4DG89 Nuclear protein localization protein 4 homolog;cDNA FLJ57969, highly similar to Nuclear protein localization protein 4 homolog KIAA1499;NPL4;NPLOC4
|
|
106
|
+
23.89208 23.98198 23.74273 22.67282 22.63962 22.37263 4 8 6 4 3 3 4 4 1 Q9H0U4;Q9H1C9;E7EWA5;Q6FIG4;Q92927 Ras-related protein Rab-1B;Putative small GTP-binding protein (Rab1b);RAB1B protein RAB1B
|
|
107
|
+
20.19039 -9.17988 -6.633758 19.48016 -15.74496 -9.44243 1 0 0 2 0 0 3 3 3 E9KL23;P01009;P01009-2;P01009-3;Q13747;Q9P173;C1KH65;A7L8C5;A7L8C6;B2D098 Alpha-1 protease inhibitor;Alpha-1-antiproteinase;Alpha-1-antitrypsin;Serpin A1;Short peptide from AAT AAT;PI;PRO0684;PRO2209;SERPINA1
|
|
108
|
+
22.7494 22.82188 23.23513 22.19403 22.20735 22.10246 4 4 4 3 3 2 8 8 8 E9KL35;P63244;D6R9L0;D6R9Z1;D6RAC2;D6RHH4;D6RDF4;B4DVD2;D6RFX4;D6REE5;D6RFZ9;B4E0C3;E9PD14;D6RAU2;D6RF23;D6RBD0;B4DWC6;D6R909;D6RHJ5;D6RGK8 Cell proliferation-inducing gene 21 protein;Guanine nucleotide-binding protein subunit beta-2-like 1;Guanine nucleotide-binding protein subunit beta-like protein 12.3;Human lung cancer oncogene 7 protein;Receptor for activated C kinase;Receptor of activated protein kinase C 1;cDNA FLJ60170, highly similar to Guanine nucleotide-binding protein subunit beta 2-like 1 GNB2L1;HLC7;PIG21
|
|
109
|
+
23.27056 23.22121 23.03547 22.45749 21.99016 22.59855 15 16 8 9 9 8 7 7 7 E9KL39;P37802;B7Z5A2 SM22-alpha homolog;Transgelin-2 CDABP0035;KIAA0120;TAGLN2
|
|
110
|
+
-8.352623 -11.10304 -14.12968 -10.86768 -14.73029 16.22893 1 0 0 0 0 0 1 1 1 P37235;Q6FGY1;E9PC71;Q68CP5;O75544 Calcium-binding protein BDR-1;Hippocalcin-like protein 1;HLP2;Visinin-like protein 3;cDNA FLJ78291, highly similar to Homo sapiens hippocalcin-like 1 (HPCAL1), transcript variant 2, mRNA;Hippocalcin-like 1;Hippocalcin-like 1, isoform CRA_a;HPCAL1 protein;Putative uncharacterized protein HPCAL1;Putative uncharacterized protein DKFZp781K1922;BDP-1 protein BDR1;HPCAL1;hCG_23828;DKFZp781K1922
|
|
111
|
+
19.58989 19.63041 18.8317 -14.70538 18.34508 -13.57689 2 2 0 0 0 0 2 2 2 E9PDH9;Q68CQ5;P22234;E9PBS1;D6RF62;B4DGX3 Putative uncharacterized protein DKFZp781N1372;AIR carboxylase;Multifunctional protein ADE2;Phosphoribosylaminoimidazole carboxylase;Phosphoribosylaminoimidazole-succinocarboxamide synthase;SAICAR synthetase DKFZp781N1372;ADE2;AIRC;PAICS;PAIS
|
|
112
|
+
-17.06647 -9.663883 -7.353502 -19.01993 -11.58113 -13.88716 1 1 0 0 0 0 1 1 1 Q15046-2;Q15046;E9PDU1;Q6ZTI3 Lysine--tRNA ligase;Lysyl-tRNA synthetase;cDNA FLJ44621 fis, clone BRACE2016896, highly similar to Lysyl-tRNA synthetase (EC 6.1.1.6) KARS;KIAA0070
|
|
113
|
+
19.60047 19.71431 19.1277 -16.13877 -13.25272 -12.06157 1 2 1 0 0 0 2 2 2 Q8WUD1;P61019;Q5HYI5;E9PKL7;B4DMQ5;B4DUD4;E9PE37 Ras-related protein Rab-2B;Ras-related protein Rab-2A;Putative uncharacterized protein DKFZp313C1541;cDNA FLJ51998, highly similar to Ras-related protein Rab-2A;cDNA FLJ59988, highly similar to Ras-related protein Rab-2B RAB2B;RAB2;RAB2A;DKFZp313C1541
|
|
114
|
+
-15.87114 -10.66053 -9.407564 15.60574 -18.49609 -22.69006 1 1 0 0 0 0 1 1 1 Q9UHX1;Q9UHX1-2;Q9UHX1-5;Q9UHX1-3;Q9UHX1-6;Q9UHX1-4;E9PQ56;E9PN18;E9PMU7;E9PL19 60 kDa poly(U)-binding-splicing factor;FUSE-binding protein-interacting repressor;Poly(U)-binding-splicing factor PUF60;Ro-binding protein 1;Siah-binding protein 1 FIR;PUF60;ROBPI;SIAHBP1
|
|
115
|
+
22.4381 22.38922 22.36666 21.75087 21.28308 21.29435 6 6 6 2 3 3 6 6 6 E9PK25;P23528;E9PP50;E9PQB7;Q549N0;Q9Y281;B4E112;E9PS23;E9PLJ3 18 kDa phosphoprotein;Cofilin, non-muscle isoform;Cofilin-1;cDNA, FLJ94864, Homo sapiens cofilin 2 (muscle) (CFL2), mRNA;Cofilin 2 (Muscle), isoform CRA_a;Cofilin 2 (Muscle), isoform CRA_c;Cofilin isoform;Cofilin, muscle isoform;Cofilin-2;cDNA FLJ51435, moderately similar to Cofilin-1 CFL;CFL1;CFL2;hCG_21174
|
|
116
|
+
21.03059 20.54548 21.56123 28.76696 28.86304 28.60145 1 1 2 32 34 29 7 7 7 O14737;B4DE64;Q59GR9;Q3HM38 Programmed cell death protein 5;TF-1 cell apoptosis-related protein 19;cDNA FLJ52456, moderately similar to Programmed cell death protein 5 PDCD5;TFAR19
|
|
117
|
+
21.11108 20.84751 20.54425 19.98607 19.97533 19.86478 3 2 1 0 1 0 4 4 4 O43175;B3KSC3;Q5SZU1;Q9UMY2;Q8N5M8;Q9UMY3;Q96RV6;Q96RV7 D-3-phosphoglycerate dehydrogenase;cDNA FLJ35987 fis, clone TESTI2014269, highly similar to D-3-phosphoglycerate dehydrogenase (EC 1.1.1.95);Phosphoglycerate dehydrogenase;3-phosphoglycerate dehydrogenase;PHGDH protein PGDH3;PHGDH;RP4-683H9.1-002
|
|
118
|
+
20.12943 20.30775 20.00498 19.04705 -12.54809 -12.15891 1 2 2 0 0 0 3 3 2 O60493;O60493-4;O60493-3;O60493-2 Protein SDP3;Sorting nexin-3 SNX3
|
|
119
|
+
22.81284 22.78905 22.8987 22.01376 22.08443 21.56941 6 7 8 4 4 3 6 6 6 O60664;O60664-3;O60664-2 47 kDa mannose 6-phosphate receptor-binding protein;Cargo selection protein TIP47;Mannose-6-phosphate receptor-binding protein 1;Perilipin-3;Placental protein 17 M6PRBP1;PLIN3;TIP47
|
|
120
|
+
-5.848387 -8.700304 -10.43809 -8.903514 17.26077 -14.08705 1 1 1 0 0 0 1 1 1 O75340;Q53FC3;Q2YDC2 Apoptosis-linked gene 2 protein;Probable calcium-binding protein ALG-2;Programmed cell death protein 6;Programmed cell death 6 variant;HCG1985580, isoform CRA_f;Programmed cell death 6 ALG2;PDCD6;hCG_1985580
|
|
121
|
+
22.87076 22.89759 23.22585 21.78788 21.66635 21.91232 6 8 6 2 3 2 4 4 4 P04632 Calcium-activated neutral proteinase small subunit;Calcium-dependent protease small subunit;Calcium-dependent protease small subunit 1;Calpain regulatory subunit;Calpain small subunit 1 CAPN4;CAPNS;CAPNS1
|
|
122
|
+
23.466 23.29852 22.92664 22.68541 22.72837 22.47338 7 6 4 4 4 5 7 7 7 P04792;E9PC00;B4DL87;C9J3N8 28 kDa heat shock protein;Estrogen-regulated 24 kDa protein;Heat shock 27 kDa protein;Heat shock protein beta-1;Stress-responsive protein 27;cDNA FLJ52243, highly similar to Heat-shock protein beta-1 HSP27;HSP28;HSPB1
|
|
123
|
+
-14.67645 -11.29236 -8.602048 -14.5864 -14.76911 -7.128574 2 1 1 2 1 1 1 1 1 P05109 Calgranulin-A;Calprotectin L1L subunit;Cystic fibrosis antigen;Leukocyte L1 complex light chain;Migration inhibitory factor-related protein 8;Protein S100-A8;S100 calcium-binding protein A8;Urinary stone protein band A CAGA;CFAG;MRP8;S100A8
|
|
124
|
+
19.6046 19.77038 20.09171 19.89141 19.54542 19.34953 1 2 0 2 1 0 3 3 3 P05198;Q53XC0 Eukaryotic translation initiation factor 2 subunit 1;Eukaryotic translation initiation factor 2 subunit alpha;cDNA, FLJ92791, Homo sapiens eukaryotic translation initiation factor 2, subunit 1 alpha, 35kDa (EIF2S1), mRNA;Eukaryotic translation initiation factor 2, subunit 1 alpha, 35kDa, isoform CRA_a;Full-length cDNA clone CS0DL010YH08 of B cells (Ramos cell line) of Homo sapiens (human) EIF2A;EIF2S1;hCG_21909
|
|
125
|
+
21.68166 21.4206 21.29558 20.65211 20.97526 20.30162 3 1 1 1 0 0 3 3 3 P05387;Q6FG96 60S acidic ribosomal protein P2;Renal carcinoma antigen NY-REN-44;cDNA, FLJ92222, Homo sapiens ribosomal protein, large P2 (RPLP2), mRNA;Ribosomal protein, large, P2, isoform CRA_a;RPLP2 protein D11S2243E;RPLP2;RPP2;hCG_1778304
|
|
126
|
+
20.06894 19.9805 20.20275 -9.30103 19.39897 19.33723 1 2 3 1 2 0 3 3 3 P06733;P06733-2;E2DRY6;Q9BT62;Q96GV1;D3DTL2;P09104;P13929;Q6FHV6;E7ERT6;P13929-2;B7Z2X9;P13929-3;D3DTL4;Q9NPL4;A4QMW8 2-phospho-D-glycerate hydro-lyase;Alpha-enolase;C-myc promoter-binding protein;Enolase 1;MBP-1;MPB-1;Non-neural enolase;Phosphopyruvate hydratase;Plasminogen-binding protein;Enolase ENO1;ENO1L1;MBPB1;MPB1
|
|
127
|
+
25.34996 25.25158 25.17976 24.09184 23.9968 24.0441 26 24 21 11 11 15 14 14 14 P07355-2;P07355;A6NMY6;B4DNH8;B3KRQ1 Annexin A2;Annexin II;Annexin-2;Calpactin I heavy chain;Calpactin-1 heavy chain;Chromobindin-8;Lipocortin II;p36;Placental anticoagulant protein IV;Protein I;Annexin A2 pseudogene 2;Lipocortin II pseudogene;Putative annexin A2-like protein;cDNA FLJ59138, highly similar to Annexin A2;cDNA FLJ34687 fis, clone MESAN2000620, highly similar to Annexin A2 ANX2;ANX2L4;ANXA2;CAL1H;LPC2D;ANX2L2;ANX2P2;ANXA2P2;LPC2B
|
|
128
|
+
21.46508 21.429 21.70771 19.9959 19.90806 19.46408 3 3 4 1 1 0 4 4 4 P07384;B2RDI5;A8MSM1;B4DWH5;E9PRM1;E9PQB3;E9PLQ6;E9PSA6;E9PJA6;E9PMC6;E9PLC9;E9PJJ3;E9PLX0;E9PIA9 Calcium-activated neutral proteinase 1;Calpain mu-type;Calpain-1 catalytic subunit;Calpain-1 large subunit;Cell proliferation-inducing gene 30 protein;Micromolar-calpain;cDNA, FLJ96627, highly similar to Homo sapiens calpain 1, (mu/I) large subunit (CAPN1), mRNA;Putative uncharacterized protein CAPN1;cDNA FLJ53224, highly similar to Calpain-1 catalytic subunit (EC 3.4.22.52) CANPL1;CAPN1;PIG30
|
|
129
|
+
24.5093 24.59024 24.54646 22.91379 22.79198 23.11634 15 20 13 4 8 7 17 17 4 P07437;Q5SU16;Q5JP53;B4DY90;B7ZAF0;Q6LC01;Q5ST81;B7ZAK1;B4DQN9;E7EX69;B4E052;Q9BUU9;B4DMU8;E9PBJ4;B4DMJ5;B4DXZ5;E7ENH1;Q96B85;Q1KSF8;A5D906;A5D907;A1L195;Q6P602;A4UCT2;A6NNZ2;Q5SQY0;C9JAA5;CON__ENSEMBL:ENSBTAP00000025008;Q9H4B7;A6NKZ8;Q5SQY1;A1L196;A4UCU2 Tubulin beta chain;Tubulin beta-5 chain;Beta 5-tubulin;Beta-tubulin protein;Tubulin beta polypeptide;Tubulin, beta;Tubulin, beta, isoform CRA_a;cDNA FLJ56903, highly similar to Tubulin beta-7 chain;cDNA, FLJ79164, highly similar to Tubulin beta-7 chain;MRNA encoding beta-tubulin. (from clone D-beta-1);cDNA, FLJ79215, highly similar to Tubulin beta-7 chain;cDNA FLJ50617, highly similar to Tubulin beta-7 chain;cDNA FLJ52378, highly similar to Tubulin beta-7 chain;TUBB protein;cDNA FLJ53063, highly similar to Tubulin beta-7 chain;cDNA FLJ53012, highly similar to Tubulin beta-7 chain;cDNA FLJ52029, highly similar to Tubulin beta-7 chain OK/SW-cl.56;TUBB;TUBB5;DAAP-285E11.4-001;DADB-118P11.3-001;DAMA-26D6.3-001;DAMC-316D20.4-001;DAQB-47P19.9-001;DASS-191K16.2-001;hCG_26016;XXbac-BCX111D4.2-001;XXbac-BPG252P9.4-001;DAAP-285E11.4-003;DADB-118P11.3-003;DAMA-26D6.3-003;DAMC-316D20.4-003;DAQB-47P19.9-003;DASS-191K16.2-003;XXbac-BCX111D4.2-003;XXbac-BPG252P9.4-003;DAAP-285E11.4-002;DADB-118P11.3-002;DAMA-26D6.3-002;DAMC-316D20.4-002;DAQB-47P19.9-002;DASS-191K16.2-002;XXbac-BCX111D4.2-002;XXbac-BPG252P9.4-002
|
|
130
|
+
20.42634 20.55515 -8.811104 19.72442 19.87533 19.66007 3 3 2 1 1 1 2 2 2 P07737;Q53Y44 Profilin I;Profilin-1;Profilin PFN1;hCG_32691
|
|
131
|
+
-5.987876 -14.31861 -15.1454 -12.62336 -8.531281 -15.26677 0 0 0 0 0 0 4 1 1 P07900-2;P07900;Q2VPJ6;Q8TBA7;O75322;Q86U12 Heat shock 86 kDa;Heat shock protein HSP 90-alpha;Renal carcinoma antigen NY-REN-38;HSP90AA1 protein;Hsp89-alpha-delta-N;Full-length cDNA clone CS0CAP007YF18 of Thymus of Homo sapiens (human) HSP90A;HSP90AA1;HSPC1;HSPCA
|
|
132
|
+
19.69729 19.32854 19.04817 18.29212 18.16315 19.23916 3 5 1 1 0 1 4 4 4 P08758;E7ENQ5;D6RBL5;D6RBE9;E9PHT9;B4DNG6 Anchorin CII;Annexin A5;Annexin V;Annexin-5;Calphobindin I;Endonexin II;Lipocortin V;Placental anticoagulant protein 4;Placental anticoagulant protein I;Thromboplastin inhibitor;Vascular anticoagulant-alpha ANX5;ANXA5;ENX2;PP4
|
|
133
|
+
22.56888 22.45493 22.36209 22.41568 22.29765 21.92401 5 6 3 2 2 2 5 5 3 P09211;A8MX94;C7DJS1;B2C310 Glutathione S-transferase P;GST class-pi;GSTP1-1;Putative uncharacterized protein GSTP1 FAEES3;GST3;GSTP1
|
|
134
|
+
25.12017 25.13739 24.96354 24.19024 23.97044 24.05961 15 15 7 6 5 3 9 9 9 P09382 14 kDa laminin-binding protein;14 kDa lectin;Beta-galactoside-binding lectin L-14-I;Galaptin;Galectin-1;HBL;HPL;Lactose-binding lectin 1;Lectin galactoside-binding soluble 1;Putative MAPK-activating protein PM12;S-Lac lectin 1 LGALS1
|
|
135
|
+
19.90721 19.9045 19.93934 19.30425 19.05261 19.30828 2 2 2 2 1 2 2 2 2 P09651;P09651-2;Q0VAC0;Q32P51;Q6IPF2;P09651-3;Q9BSM5;B4E0B5;B4DP35 Helix-destabilizing protein;Heterogeneous nuclear ribonucleoprotein A1;hnRNP core protein A1;Single-strand RNA-binding protein;Heterogeneous nuclear ribonucleoprotein A1-like 2;hnRNP core protein A1-like 2;Putative uncharacterized protein;cDNA FLJ51586, moderately similar to Heterogeneous nuclear ribonucleoprotein A1;cDNA FLJ51587, highly similar to Heterogeneous nuclear ribonucleoprotein A1 HNRNPA1;HNRPA1;HNRNPA1L;HNRNPA1L2
|
|
136
|
+
23.61358 23.56023 24.01171 23.54097 23.31769 23.14404 9 8 12 10 5 9 12 12 10 P11142;Q53GZ6;E9PKE3;B3KTV0;E7ET08;P11142-2;Q53HF2;Q96IS6;E9PNE6;B4DTX2;E9PLF4;E9PN89;E9PK54;E9PQK7;E9PQQ4;B4E1Q1;E9PI65;E9PPY6;E9PN25;P54652;A8K7Q2;B3KUS2;Q96BE0;E9PS65;Q96H53;Q9NWW3;Q9NZ87;P11021;B4DEF7;C9IYE6;A4D111;E9PM13;E9PSH5 Heat shock 70 kDa protein 8;Heat shock cognate 71 kDa protein;Heat shock 70kDa protein 8 isoform 1 variant;cDNA FLJ38781 fis, clone LIVER2000216, highly similar to HEAT SHOCK COGNATE 71 kDa PROTEIN;Heat shock 70kDa protein 8 isoform 2 variant;HSPA8 protein;cDNA FLJ59163, highly similar to Heat shock cognate 71 kDa protein HSC70;HSP73;HSPA10;HSPA8
|
|
137
|
+
19.62578 20.54501 20.32608 -7.156656 19.10991 -13.73077 1 2 1 0 1 0 5 5 5 P11586;B7Z809 C-1-tetrahydrofolate synthase, cytoplasmic;Formyltetrahydrofolate synthetase;Methenyltetrahydrofolate cyclohydrolase;Methylenetetrahydrofolate dehydrogenase;cDNA FLJ56016, highly similar to C-1-tetrahydrofolate synthase, cytoplasmic MTHFC;MTHFD;MTHFD1
|
|
138
|
+
-10.83245 -10.53748 -10.03411 -13.35282 -12.67365 -10.41932 0 0 0 0 0 0 1 1 1 P12273 gp17;Gross cystic disease fluid protein 15;Prolactin-induced protein;Prolactin-inducible protein;Secretory actin-binding protein GCDFP15;GPIP4;PIP
|
|
139
|
+
23.80902 23.84 23.60162 22.4743 22.20774 22.27481 26 21 9 4 4 5 19 19 19 P13639;B4DPU3;Q8TA90;Q6PK56;B4DRE8;B4DMC6;Q6W6M8 Elongation factor 2;cDNA FLJ56548, highly similar to Elongation factor 2;Similar to Elongation factor 2b EEF2;EF2
|
|
140
|
+
-13.83051 -7.483034 -7.183485 -7.248729 -2.875138 -12.24129 1 1 1 0 0 0 1 1 1 P14174 Glycosylation-inhibiting factor;L-dopachrome isomerase;L-dopachrome tautomerase;Macrophage migration inhibitory factor;Phenylpyruvate tautomerase GLIF;MIF;MMIF
|
|
141
|
+
22.23248 22.28729 21.86359 21.69562 21.39037 21.54581 6 6 5 2 2 3 9 9 9 P14618;P14618-2;B4DUU6;E7EUQ8;E9PF79;B4DNK4;B4DRT3;Q8WUW7;E7EUJ4;Q504U3;Q9UKK4;Q9UK31;Q9NYI7;Q9UN47 Cytosolic thyroid hormone-binding protein;Opa-interacting protein 3;p58;Pyruvate kinase 2/3;Pyruvate kinase isozymes M1/M2;Pyruvate kinase muscle isozyme;Thyroid hormone-binding protein 1;Tumor M2-PK;Pyruvate kinase OIP3;PK2;PK3;PKM;PKM2
|
|
142
|
+
17.85392 17.0281 18.56309 27.4677 27.4964 27.33048 0 0 0 41 50 48 20 20 20 P17987;E7EQR6 CCT-alpha;T-complex protein 1 subunit alpha CCT1;CCTA;TCP1
|
|
143
|
+
21.10534 21.0001 19.93531 18.44273 19.34953 19.23079 3 5 2 1 2 2 6 6 6 P18206;P18206-2;B3KXA2;B4E3Q9;P18206-3;Q5JQ13;B4DKC9;B4DTM7 Metavinculin;Vinculin;cDNA FLJ45031 fis, clone BRAWH3018548, highly similar to Vinculin;cDNA FLJ59659, highly similar to Vinculin VCL
|
|
144
|
+
19.05515 18.77481 18.83201 -11.1861 -14.02654 18.37954 2 0 0 0 0 0 2 2 2 P20290;P20290-2;D6RDG3 RNA polymerase B transcription factor 3;Transcription factor BTF3 BTF3;NACB;OK/SW-cl.8
|
|
145
|
+
-11.2786 -9.795617 -14.92826 -9.461764 16.82488 -11.76276 1 1 0 1 0 0 1 1 1 P22314 Protein A1S9;Ubiquitin-activating enzyme E1;Ubiquitin-like modifier-activating enzyme 1 A1S9T;UBA1;UBE1
|
|
146
|
+
23.54981 23.68752 23.9228 23.2254 23.59309 23.01667 3 6 9 2 4 3 6 6 6 P25398 40S ribosomal protein S12 RPS12
|
|
147
|
+
19.67533 20.05669 20.02797 19.48599 18.95356 19.06321 2 2 2 1 1 1 3 3 3 Q9BUQ0;P26599-2;P26599;Q59H49 Polypyrimidine tract binding protein 1;Polypyrimidine tract binding protein 1, isoform CRA_c;57 kDa RNA-binding protein PPTB-1;Heterogeneous nuclear ribonucleoprotein I;Polypyrimidine tract-binding protein 1;Polypyrimidine tract-binding protein 1 isoform c variant hCG_20560;PTBP1;PTB
|
|
148
|
+
19.5282 19.22771 19.76158 19.58602 19.40674 19.05608 0 0 1 1 0 0 2 2 2 P30050;P30050-2;Q59FI9 60S ribosomal protein L12;Ribosomal protein L12 variant RPL12
|
|
149
|
+
21.41101 20.94049 -5.475178 -13.97814 -14.54195 -11.57172 2 2 1 1 0 0 2 2 2 P31151 Protein S100-A7;Psoriasin;S100 calcium-binding protein A7 PSOR1;S100A7;S100A7C
|
|
150
|
+
-6.616476 -17.54778 -14.59551 -8.167336 -10.0172 -9.259502 0 1 0 0 0 0 1 1 1 P31949 Calgizzarin;Metastatic lymph node gene 70 protein;Protein S100-A11;Protein S100-C;S100 calcium-binding protein A11 MLN70;S100A11;S100C
|
|
151
|
+
-9.601591 -9.607951 -13.12461 -14.6505 -6.372745 -8.536594 1 1 1 1 1 1 1 1 1 P35754 Glutaredoxin-1;Thioltransferase-1 GLRX;GRX
|
|
152
|
+
-7.518831 -13.19537 -8.816086 -10.24924 -10.07651 -16.03507 0 0 0 0 0 1 3 3 3 P46060;B4DY16;B0QYT4;B0QYT5;B4E0U0;Q9BSK3;B0QYT6 Ran GTPase-activating protein 1;cDNA FLJ51385, highly similar to Ran GTPase-activating protein 1;Ran GTPase activating protein 1 KIAA1835;RANGAP1;SD;RP4-756G23.7-009;RP4-756G23.7-008
|
|
153
|
+
-10.50235 -9.97741 -13.23022 -13.70337 -9.895056 -8.993415 0 0 0 0 0 0 24 1 1 P48643;Q9BU08;E7EWW2;B4DZT5;B4DXI1;E9PCA1;B7ZAR1;B4DDU6;B4DX08;D6RHV5 CCT-epsilon;T-complex protein 1 subunit epsilon;Putative uncharacterized protein;cDNA FLJ53116, highly similar to T-complex protein 1 subunit epsilon;cDNA FLJ54333, highly similar to T-complex protein 1 subunit epsilon;cDNA, FLJ79275, highly similar to T-complex protein 1 subunit epsilon;cDNA FLJ50442, highly similar to T-complex protein 1 subunit epsilon;cDNA FLJ58784, highly similar to T-complex protein 1 subunit epsilon CCT5;CCTE;KIAA0098
|
|
154
|
+
19.61184 19.67721 19.23673 27.72175 27.93568 27.5947 1 0 0 47 44 55 27 27 27 Q59H77;P49368;E9PAQ6;B3KX11;Q5SZY0;Q2TU64;B4DUR8;A6NE14;Q5SZX6;E9PRC8;Q5SZW8;Q5SZX9;E9PM09;E9PQ35;Q5SZX8;Q16878;Q16857 Chaperonin containing TCP1, subunit 3 (Gamma) variant;CCT-gamma;hTRiC5;T-complex protein 1 subunit gamma;cDNA FLJ44436 fis, clone UTERU2019706, highly similar to T-complex protein 1 subunit gamma;Chaperonin containing TCP1, subunit 3 (Gamma);PIG48;cDNA FLJ57603, highly similar to T-complex protein 1 subunit gamma;cDNA, FLJ78822, highly similar to T-complex protein 1 subunit gamma;cDNA, FLJ79286, highly similar to T-complex protein 1 subunit gamma;cDNA FLJ57904, highly similar to T-complex protein 1 subunit gamma;Putative uncharacterized protein CCT3 CCT3;CCTG;TRIC5;RP11-443G18.6-002
|
|
155
|
+
22.38743 22.56686 22.1832 27.88052 28.13256 27.85863 4 6 4 59 66 59 28 28 28 P50990;Q53HU0;B4DEM7;Q7Z759;B4DQH4 CCT-theta;Renal carcinoma antigen NY-REN-15;T-complex protein 1 subunit theta;Chaperonin containing TCP1, subunit 8 (Theta) variant;cDNA FLJ53379, highly similar to T-complex protein 1 subunit theta;CCT8 protein;Chaperonin containing TCP1, subunit 8 (Theta), isoform CRA_c;cDNA FLJ59382, highly similar to T-complex protein 1 subunit theta C21orf112;CCT8;CCTQ;KIAA0002;hCG_1810843
|
|
156
|
+
18.2702 19.35316 18.61924 27.32071 27.30583 27.11088 0 0 0 33 30 38 21 20 20 P50991;A8K3C3;B7Z8B1;B7Z9L0;B7Z2Z8;B7Z2F4 CCT-delta;Stimulator of TAR RNA-binding;T-complex protein 1 subunit delta CCT4;CCTD;SRB
|
|
157
|
+
22.42401 22.49931 22.80075 21.62582 21.73723 21.4171 4 5 3 5 3 3 4 4 4 P51148;P20339;P61020;Q6FI44;Q6FI54;B4DJA5;B4DKD7 L1880;RAB5L;Ras-related protein Rab-5C;Ras-related protein Rab-5A;Ras-related protein Rab-5B;cDNA, FLJ93000, Homo sapiens RAB5A, member RAS oncogene family (RAB5A), mRNA;Cervical cancer oncogene 10 protein;RAB5A protein;RAB5A, member RAS oncogene family, isoform CRA_a;RAB5B protein;cDNA FLJ51867, highly similar to Ras-related protein Rab-5A;cDNA FLJ60627, highly similar to Ras-related protein Rab-5B;RAB5B, member RAS oncogene family, isoform CRA_b RAB5C;RABL;RAB5;RAB5A;RAB5B;HCC-10;hCG_1776267;hCG_25009
|
|
158
|
+
21.89807 21.86948 21.64777 20.35681 20.17121 20.69702 8 5 5 3 4 4 6 6 6 P51149;B4DPH9;C9J592;C9J8S3;C9J4V0;C9J4S4;C9J7D1;C9IZZ0 Ras-related protein Rab-7a;cDNA FLJ55895, highly similar to Ras-related protein Rab-7;Putative uncharacterized protein RAB7A RAB7;RAB7A
|
|
159
|
+
21.11388 22.00717 -10.0114 20.01209 20.61746 20.56104 1 3 3 1 1 2 4 2 2 P61026;Q53T70 Ras-related protein Rab-10;Putative uncharacterized protein RAB10 RAB10
|
|
160
|
+
21.85935 21.72226 21.87376 20.92832 20.85681 20.85711 1 2 2 1 1 1 3 3 3 P61088 Bendless-like ubiquitin-conjugating enzyme;Ubc13;Ubiquitin carrier protein N;Ubiquitin-conjugating enzyme E2 N;Ubiquitin-protein ligase N BLU;UBE2N
|
|
161
|
+
-13.46907 -14.33496 -7.414689 -12.04448 -11.67296 -10.06022 0 1 0 0 0 0 2 1 1 P61106 Ras-related protein Rab-14 RAB14
|
|
162
|
+
21.42992 21.4289 21.03113 21.60603 21.18041 21.39603 3 3 2 2 2 2 6 3 3 P61204;P84077;B4DEB9;B4DLJ3;A4D0Z3;P84085;B4DN70;B4DJC8;C9J1Z8;B4E190;B7ZB63 ADP-ribosylation factor 3;ADP-ribosylation factor 1;cDNA FLJ61099, highly similar to ADP-ribosylation factor 1;cDNA FLJ51495, highly similar to ADP-ribosylation factor 5;ADP-ribosylation factor 5;ADP-ribosylation factor 5, isoform CRA_a;cDNA, FLJ92389, Homo sapiens ADP-ribosylation factor 5 (ARF5), mRNA;cDNA FLJ51902, highly similar to ADP-ribosylation factor 1;cDNA FLJ51215, highly similar to ADP-ribosylation factor 1;Putative uncharacterized protein ARF5;cDNA FLJ57770, moderately similar to ADP-ribosylation factor 3;cDNA, FLJ79427, highly similar to ADP-ribosylation factor 3 ARF3;ARF1;ARF5;hCG_32325;tcag7.6
|
|
163
|
+
22.46214 22.42846 22.45651 21.61553 21.28444 21.46523 8 8 4 4 4 3 6 6 6 P61289-2;P61289;Q6FHK7;B3KQ25;B7Z8D3 11S regulator complex subunit gamma;Activator of multicatalytic protease subunit 3;Ki nuclear autoantigen;Proteasome activator 28 subunit gamma;Proteasome activator complex subunit 3;PSME3 protein;cDNA FLJ32659 fis, clone TESTI1000045, highly similar to Proteasome activator complex subunit 3 PSME3
|
|
164
|
+
-5.901867 -11.14697 -7.353172 -9.288275 -9.663898 -14.19445 1 1 0 0 0 0 1 1 1 Q5VXS0;P61960 Ubiquitin-fold modifier 1 RP11-131P10.1-003;UFM1;BM-002;C13orf20
|
|
165
|
+
-9.879312 -9.866565 -16.13984 -19.80651 15.69759 -12.41216 0 1 0 0 0 0 3 2 2 P62258;P62258-2;B7ZA86;B4DJB0;C9JAV0;B4DJF2 14-3-3 protein epsilon;cDNA, FLJ79100, highly similar to 14-3-3 protein epsilon (14-3-3E);cDNA FLJ60092, highly similar to 14-3-3 protein epsilon (14-3-3E);Putative uncharacterized protein YWHAE YWHAE
|
|
166
|
+
18.85687 18.7881 18.63215 17.10728 16.97858 -12.10636 1 2 1 0 0 0 14 2 0 P68371;Q8IWP6;Q8IZ29;Q8N6N5;B3KML9;Q96HX0;A8K854;Q3ZCR3;Q3ZCM7;Q99867;B4DNW1;C9JN87 Tubulin beta-2 chain;Tubulin beta-2C chain;Class IVb beta tubulin;Tubulin, beta 2C;cDNA FLJ11352 fis, clone HEMBA1000020, highly similar to Tubulin beta-2C chain;TUBB2C protein;cDNA FLJ16289 fis, clone OCBBF2009920, highly similar to TUBULIN BETA-3 CHAIN;cDNA FLJ77784;HCG1983504, isoform CRA_f TUBB2C;hCG_1983504
|
|
167
|
+
21.99186 21.96116 22.44831 21.29905 21.51831 21.04414 3 4 4 4 3 4 5 5 5 Q01995;Q5U0D2;Q6FI52;Q53GC9;E9PC82;Q59FA5;E9PJ32 22 kDa actin-binding protein;Protein WS3-10;Smooth muscle protein 22-alpha;Transgelin;cDNA, FLJ94704, highly similar to Homo sapiens transgelin (TAGLN), mRNA;Putative uncharacterized protein DKFZp686P11128;TAGLN protein;Transgelin variant 2;Transgelin, isoform CRA_b;Transgelin variant SM22;TAGLN;WS3-10;DKFZp686P11128;hCG_2032895
|
|
168
|
+
19.08613 19.28297 18.48821 -16.42682 -11.74063 -16.22421 2 1 0 0 0 0 2 2 2 Q02413 Cadherin family member 4;Desmoglein-1;Desmosomal glycoprotein 1;Pemphigus foliaceus antigen CDHF4;DSG1
|
|
169
|
+
23.0555 23.03174 23.0523 22.30563 22.26959 22.29955 7 6 6 3 4 4 6 6 6 Q06323;Q6FHU3;Q6IBM2;A6NJG9;Q86SZ9 11S regulator complex subunit alpha;Activator of multicatalytic protease subunit 1;Interferon gamma up-regulated I-5111 protein;Proteasome activator 28 subunit alpha;Proteasome activator complex subunit 1;PSME1 protein;cDNA, FLJ92500, Homo sapiens proteasome (prosome, macropain) activator subunit 1 (PA28 alpha) (PSME1), mRNA;Proteasome (Prosome, macropain) activator subunit 1 (PA28 alpha), isoform CRA_a;Putative uncharacterized protein PSME1 IFI5111;PSME1;hCG_40175
|
|
170
|
+
20.52726 20.44799 20.19484 19.19359 18.97259 19.80985 4 3 2 0 1 2 4 4 4 Q07812-2;Q07812;Q07812-8;Q07812-7;Q07812-5;Q07812-4;Q07812-6;Q5ZPJ1;Q9UEI8 Apoptosis regulator BAX;Bcl-2-like protein 4;Bax protein BAX;BCL2L4
|
|
171
|
+
22.77412 22.6297 21.90705 22.6742 23.10792 22.4803 3 5 2 3 4 4 10 10 10 Q09666;Q6ZQN2;B5MEH8;Q13727;Q8N274;B4DTV0 Desmoyokin;Neuroblast differentiation-associated protein AHNAK;cDNA FLJ46846 fis, clone UTERU3004635, moderately similar to Neuroblast differentiation associated protein AHNAK;Putative uncharacterized protein AHNAK;AHNAK-related protein AHNAK;PM227
|
|
172
|
+
-7.720753 -11.3209 -8.819072 -13.33658 -14.03848 -16.25305 0 0 0 0 0 0 1 1 1 Q12789;Q6AHZ7;Q12789-3 General transcription factor 3C polypeptide 1;TF3C-alpha;TFIIIC box B-binding subunit;Transcription factor IIIC 220 kDa subunit;Transcription factor IIIC subunit alpha;Putative uncharacterized protein DKFZp686A111 GTF3C1;DKFZp686A111
|
|
173
|
+
-14.52854 -12.84884 -7.928349 -9.622491 -11.80639 -9.461664 0 0 0 0 0 0 1 1 1 Q12955 Ankyrin-3;Ankyrin-G ANK3
|
|
174
|
+
-10.66357 -14.06973 -12.08348 -14.28111 -5.237717 17.14907 0 0 1 0 0 0 12 1 1 Q13748;Q1ZYQ1;Q6PEY2;Q13748-2;B4DQK4;Q9UQM3 Alpha-tubulin 2;Alpha-tubulin 3C/D;Tubulin alpha-2 chain;Tubulin alpha-3C/D chain;cDNA FLJ77591, highly similar to Homo sapiens tubulin, alpha 2 (TUBA2), transcript variant 1, mRNA;Tubulin, alpha 2;Tubulin, alpha 2, isoform CRA_b;Alpha-tubulin 3E;Tubulin alpha-3E chain;cDNA FLJ53743, highly similar to Tubulin alpha-3 chain;Alpha-tubulin TUBA2;TUBA3C;TUBA3D;hCG_19100;TUBA3E
|
|
175
|
+
-13.49121 -6.262399 -11.33813 -8.947213 -14.87637 -8.820883 0 0 0 0 0 0 13 2 2 Q13885;Q9BVA1;B2R6L0;O43209;B7Z4N1;Q9UGA2 Tubulin beta-2A chain;Tubulin beta-2B chain;cDNA, FLJ93005, highly similar to Homo sapiens tubulin, beta polypeptide (TUBB), mRNA;Homo sapiens clone 23678;cDNA FLJ53906, highly similar to Tubulin beta chain;Putative uncharacterized protein DKFZp566F223 TUBB2;TUBB2A;TUBB2B;DKFZp566F223
|
|
176
|
+
-7.021094 -14.92009 -13.04827 -12.08927 -7.937469 -11.1881 0 0 0 0 0 0 + 1 1 1 Q14966-5
|
|
177
|
+
24.66622 24.74242 24.65589 23.77062 23.85158 23.54109 9 13 9 8 6 8 9 9 8 Q15365;Q53SS8 Alpha-CP1;Heterogeneous nuclear ribonucleoprotein E1;Nucleic acid-binding protein SUB2.3;Poly(rC)-binding protein 1;cDNA, FLJ94964, highly similar to Homo sapiens poly(rC) binding protein 1 (PCBP1), mRNA;Poly(RC) binding protein 1;Putative uncharacterized protein PCBP1 PCBP1;hCG_1776997
|
|
178
|
+
-15.55575 -10.25709 -14.05433 -8.462026 -13.69572 16.70819 0 0 0 0 0 0 7 1 0 Q2NKY5 TUBB6 protein TUBB6
|
|
179
|
+
-7.442906 -11.63373 -6.078456 -19.74594 -13.79196 -10.40766 0 0 0 1 1 0 2 1 1 Q9UMY4;Q3SYF1;Q9UMY4-2;A6NMW4 Sorting nexin-12;cDNA, FLJ93438, Homo sapiens sorting nexin 12 (SNX12), mRNA;Sorting nexin 12;Sorting nexin 12, isoform CRA_a;Putative uncharacterized protein SNX12 SNX12;hCG_1990496
|
|
180
|
+
-11.74152 -11.2261 -11.21979 -9.335281 -6.95872 -15.17143 3 2 1 1 1 0 12 2 1 Q53GA7;Q9BQE3;B7Z1K5;E9PGK3;Q8N532 Tubulin alpha 6 variant;Alpha-tubulin 6;Tubulin alpha-1C chain;Tubulin alpha-6 chain;cDNA FLJ55956, highly similar to Tubulin alpha-6 chain;TUBA1C protein TUBA1C;TUBA6
|
|
181
|
+
20.17524 20.24853 19.75053 27.4538 27.50325 27.39116 2 1 0 54 54 76 24 24 24 Q53HV2;Q99832;Q6IBT3;B7Z4T9;B8ZZC9;B7Z4Z7;B7Z7I4;B7Z1C9;A8MWI8 Chaperonin containing TCP1, subunit 7 (Eta) variant;CCT-eta;HIV-1 Nef-interacting protein;T-complex protein 1 subunit eta;CCT7 protein;cDNA FLJ54074, highly similar to T-complex protein 1 subunit eta;Chaperonin containing TCP1, subunit 7 (Eta), isoform CRA_c;Putative uncharacterized protein CCT7;cDNA FLJ59364, highly similar to T-complex protein 1 subunit eta;cDNA FLJ54568, highly similar to T-complex protein 1 subunit eta;cDNA FLJ59454, highly similar to T-complex protein 1 subunit eta;Chaperonin containing TCP1, subunit 7 (Eta), isoform CRA_a;cDNA FLJ54832, highly similar to T-complex protein 1 subunit eta CCT7;CCTH;NIP7-1;hCG_1997313
|
|
182
|
+
19.77843 19.70592 18.89552 -10.58809 18.03859 -8.44814 3 1 1 0 1 0 5 5 5 Q549M8;Q5RLJ0;Q9Y224 cDNA, FLJ92278;Chromosome 14 open reading frame 166, isoform CRA_a;CLE7;Lcrp369;CLE;UPF0568 protein C14orf166 C14orf166;hCG_22667;CGI-99
|
|
183
|
+
-8.519845 -10.30984 -18.02548 -6.304536 -10.44245 -12.38124 0 0 0 1 1 1 3 1 1 Q562R1 Beta-actin-like protein 2;Kappa-actin ACTBL2
|
|
184
|
+
-12.1832 -12.45635 -17.51425 -7.780077 -8.588738 18.39933 2 2 2 1 0 1 1 1 1 Q5RHS7 Putative uncharacterized protein S100A2;S100 calcium binding protein A2 RP11-49N14.8-004;S100A2
|
|
185
|
+
20.83977 21.10687 20.64086 19.81011 19.92268 20.32202 4 3 2 2 3 3 7 7 7 Q5T6W5;P61978-2;Q6IBN1;P61978;P61978-3;B4DUQ1;Q5EC54;B4DFF1;Q5T6W2;Q5T6W1;B3KU16 Heterogeneous nuclear ribonucleoprotein K;cDNA FLJ77137, highly similar to Homo sapiens heterogeneous nuclear ribonucleoprotein K (HNRPK), transcript variant 1, mRNA;Heterogeneous nuclear ribonucleoprotein K isoform a;Heterogeneous nuclear ribonucleoprotein K, isoform CRA_c;HNRPK protein;Transformation up-regulated nuclear protein;cDNA FLJ54552, highly similar to Heterogeneous nuclear ribonucleoprotein K;Heterogeneous nuclear ribonucleoprotein K transcript variant;cDNA FLJ53312, highly similar to Heterogeneous nuclear ribonucleoprotein K HNRNPK;RP11-575L7.1-001;hCG_1985922;HNRPK;RP11-575L7.1-003;RP11-575L7.1-005
|
|
186
|
+
20.20884 20.02445 20.65421 19.93919 19.96888 19.5098 1 2 0 0 1 0 2 2 2 Q5T749 Keratinocyte proline-rich protein C1orf45;KPRP
|
|
187
|
+
20.68603 20.81096 20.92796 20.37592 20.44556 20.28275 2 2 3 2 1 1 2 2 2 Q6FG99;P05386;Q7Z612;Q6ICQ4 RPLP1 protein;60S acidic ribosomal protein P1;Acidic ribosomal phosphoprotein P1 RPLP1;RRP1
|
|
188
|
+
-15.89455 -12.66758 -8.491282 -12.51258 -13.26758 -11.67764 0 0 0 0 0 0 2 2 2 Q6GPH4-6
|
|
189
|
+
-12.25156 -7.448378 -17.52637 -9.166928 -5.064223 -2.999552 1 1 1 1 1 1 1 1 1 Q8IVF2;Q8IVF2-3 Protein AHNAK2 AHNAK2;C14orf78;KIAA2019
|
|
190
|
+
-7.16766 -15.19173 -9.879982 -12.1978 -10.33225 21.02553 0 0 1 1 0 1 1 1 1 Q8NBJ5 Glycosyltransferase 25 family member 1;Hydroxylysine galactosyltransferase 1;Procollagen galactosyltransferase 1 GLT25D1;PSEC0241
|
|
191
|
+
-10.63977 18.64776 18.75818 -15.16592 -12.90091 -8.669762 0 1 1 0 0 0 2 2 2 Q96C19;Q59EU6;Q9BUP0;Q5JYW8;C9JTI6;E9PFH3;B4DEE0;Q7Z2R5;Q53SA2 EF-hand domain-containing protein D2;Swiprosin-1;EF hand domain family, member D1 variant;EF-hand domain-containing protein 1;EF-hand domain-containing protein D1;Swiprosin-2;EF-hand domain family, member D2;Putative uncharacterized protein EFHD2;cDNA FLJ51583, highly similar to EF-hand domain-containing protein 1 (Swiprosin-2);MSTP133;Putative uncharacterized protein FLJ13612 EFHD2;SWS1;EFHD1;PP3051;SWS2;RP3-467K16.3-002;MST133;FLJ13612
|
|
192
|
+
20.54519 20.61648 19.14143 19.61153 17.51044 17.52076 3 4 0 2 1 1 2 2 2 Q96FQ6 Aging-associated gene 13 protein;Protein S100-A16;Protein S100-F;S100 calcium-binding protein A16 AAG13;S100A16;S100F
|
|
193
|
+
-8.978248 -18.35719 -10.29207 -11.89493 18.06081 -9.915236 0 1 0 0 0 1 1 1 1 Q99471;Q9C084 C-Myc-binding protein Mm-1;Myc modulator 1;Prefoldin subunit 5;MM-1 beta MM1;PFD5;PFDN5;mm-1
|
|
194
|
+
-9.339276 -15.59846 -14.69548 14.72179 -7.716224 -8.1283 0 0 0 0 0 0 7 1 1 Q9BUF5;B4DP54;B3KS31;B4E386 Tubulin beta-6 chain;cDNA FLJ52712, highly similar to Tubulin beta-6 chain;cDNA FLJ35358 fis, clone PUAEN2000497, highly similar to Tubulin beta-6 chain;Tubulin, beta 6, isoform CRA_a;cDNA FLJ52847, highly similar to Tubulin beta-6 chain TUBB6;hCG_1641604
|
|
195
|
+
-9.736339 -9.588387 -9.981355 -13.86738 -12.08974 -11.07565 0 0 0 0 0 0 + 1 1 1 Q9BZK4 HCG2020981;Ovarian cancer-related protein 2 hCG_2020981;OCR2
|
|
196
|
+
-11.13027 -7.488196 -9.515059 -1.631392 -8.864885 -13.01796 2 3 3 1 1 1 1 1 1 Q9C000;Q9C000-4;Q9C000-2;Q9C000-3 Caspase recruitment domain-containing protein 7;Death effector filament-forming ced-4-like apoptosis protein;NACHT, LRR and PYD domains-containing protein 1;Nucleotide-binding domain and caspase recruitment domain CARD7;DEFCAP;KIAA0926;NAC;NALP1;NLRP1
|
|
197
|
+
-9.450394 -6.710937 -9.582086 -7.694815 -12.83965 -13.21885 0 0 0 0 0 0 + 1 1 1 Q9HB15 Potassium channel subfamily K member 12;Tandem pore domain halothane-inhibited potassium channel 2 KCNK12
|
|
198
|
+
-9.938221 -8.330604 -8.094868 17.66581 -8.104318 -12.47573 0 0 0 1 0 0 2 2 2 Q9Y3D6 FIS1 homolog;Mitochondrial fission 1 protein;Tetratricopeptide repeat protein 11 CGI-135;FIS1;TTC11
|
|
199
|
+
22.33066 22.39676 22.3996 20.73422 21.23403 21.39571 9 9 6 1 4 5 15 15 15 Q9Y490;Q5TCU6 Talin-1;Talin 1 KIAA1027;TLN;TLN1;RP11-112J3.1-001
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
protid protlen 0 0 0 1 1 1
|
|
2
|
+
P16104 1 0 3127500 0 3349700 0 3955800
|
|
3
|
+
P04406 1 1882800 1859500 1506300 1979000 2452600 1807200
|
|
4
|
+
P29590 1 0 0 0 0 0 0
|
|
5
|
+
A5JHP3 1 3112200 3600800 0 2846600 2778000 1952100
|
|
6
|
+
Q92794 1 0 0 0 0 0 0
|
|
7
|
+
A5YM50 1 5001100 5075900 5510700 1471500 1210600 1314500
|
|
8
|
+
Q14315 1 145400 0 0 0 0 0
|
|
9
|
+
A6NE09 1 796100 1135000 630400 540350 383290 0
|
|
10
|
+
B4DUT8 1 0 0 0 0 0 0
|
|
11
|
+
P30044 1 1030700 1131000 549830 365390 264240 416620
|
|
12
|
+
A6NHL2 1 0 0 0 0 0 102130
|
|
13
|
+
Q8NI27 1 0 0 0 0 0 0
|
|
14
|
+
A8K0T9 1 0 633920 519980 0 0 0
|
|
15
|
+
B2R8N1 1 0 0 0 0 0 86932
|
|
16
|
+
A8K220 1 4813300 5493500 5461500 2358500 2628700 2571500
|
|
17
|
+
A8K2X8 1 2850800 2685500 2132900 1.92E+08 2.40E+08 1.71E+08
|
|
18
|
+
A8K3K1 1 0 0 0 0 0 0
|
|
19
|
+
A8K4I2 1 1780900 1763400 2435200 2505700 2418600 1841500
|
|
20
|
+
Q99615 1 0 314930 0 0 0 0
|
|
21
|
+
B4DSZ4 1 753570 709090 853490 432820 607680 719270
|
|
22
|
+
A8K4Z4 1 232370 0 0 0 0 0
|
|
23
|
+
Q59EJ3 1 1357200 853930 1220600 976420 1042600 1089000
|
|
24
|
+
A8K5T7 1 0 0 0 0 0 0
|
|
25
|
+
Q59EM9 1 3.40E+07 3.42E+07 4.00E+07 2.18E+07 2.57E+07 1.82E+07
|
|
26
|
+
Q3ZCU9 1 0 0 0 0 0 0
|
|
27
|
+
Q05D08 1 784750 836410 733370 0 0 0
|
|
28
|
+
Q14240-2 1 1282200 0 426680 0 0 0
|
|
29
|
+
Q59HD4 1 7939400 8562200 6582200 3950700 4083600 4896600
|
|
30
|
+
Q9UBL6 1 0 0 198770 0 0 0
|
|
31
|
+
Q13561-2 1 0 0 0 0 0 0
|
|
32
|
+
A8K9C4 1 3.84E+07 3.67E+07 2.23E+07 2.84E+07 3.19E+07 2.53E+07
|
|
33
|
+
A8KAH7 1 0 0 0 0 0 0
|
|
34
|
+
A8KAY2 1 0 0 0 0 0 0
|
|
35
|
+
Q9H2G2 1 995140 0 0 0 0 0
|
|
36
|
+
A8MVA2 1 0 0 0 0 0 0
|
|
37
|
+
C9JS35 1 857630 778960 594680 416270 367050 507520
|
|
38
|
+
A8MXP9 1 0 0 0 0 0 0
|
|
39
|
+
C9JE52 1 3521000 3062500 2439300 1483400 1269100 1887500
|
|
40
|
+
E7EX29 1 923330 1047200 912800 509960 386420 568980
|
|
41
|
+
Q13148-2 1 0 0 0 0 0 0
|
|
42
|
+
P10599 1 0 0 0 0 0 0
|
|
43
|
+
B2R4M6 1 0 0 0 0 0 0
|
|
44
|
+
B2R4P2 1 3759700 3504700 2037900 2387500 0 1664900
|
|
45
|
+
E9PAV3 1 813260 946300 1042700 699550 952370 0
|
|
46
|
+
B2R4R0 1 0 1745400 2019100 1988700 4016200 1970600
|
|
47
|
+
B2R4R9 1 2697800 2702900 2926900 3129900 1637000 2230100
|
|
48
|
+
B2R4U3 1 783040 730140 462770 261640 205580 0
|
|
49
|
+
B2R679 1 9092100 7857500 7716400 5969300 5192500 6149100
|
|
50
|
+
B2R9K8 1 1184600 1043300 1017100 2.48E+08 2.55E+08 2.07E+08
|
|
51
|
+
B2R9U2 1 0 0 0 0 0 0
|
|
52
|
+
B2RBR9 1 413290 317530 0 254980 179400 0
|
|
53
|
+
P10809 1 1.60E+07 1.64E+07 1.67E+07 1.14E+07 1.02E+07 1.16E+07
|
|
54
|
+
B3KM68 1 651580 602770 514910 0 0 0
|
|
55
|
+
B3KNA8 1 0 0 0 0 0 0
|
|
56
|
+
B3KUH0 1 136450 244860 0 0 0 0
|
|
57
|
+
B3KW39 1 0 0 0 0 0 0
|
|
58
|
+
E9PDP1 1 776940 734110 732040 339030 316890 433720
|
|
59
|
+
P04350 1 0 329830 582730 0 0 0
|
|
60
|
+
P32119 1 0 0 0 0 0 0
|
|
61
|
+
Q15417 1 740000 525400 372480 0 414700 593000
|
|
62
|
+
P08238 1 2984300 2963600 3347600 1751800 947290 1812900
|
|
63
|
+
D3DPU2 1 3367400 3092300 3118900 2308800 2012100 2111800
|
|
64
|
+
Q53FR9 1 0 311260 0 0 0 0
|
|
65
|
+
P61086 1 0 0 0 0 0 267100
|
|
66
|
+
P17812 1 0 0 0 0 0 0
|
|
67
|
+
P27348 1 546290 0 0 0 0 276340
|
|
68
|
+
B5ME63 1 0 0 0 0 0 0
|
|
69
|
+
Q53G16 1 456880 0 0 0 0 0
|
|
70
|
+
E9PCF5 1 2119600 1936300 1584900 1064600 1600300 1004800
|
|
71
|
+
Q14103 1 1501200 1620700 1181400 896220 1018800 1131900
|
|
72
|
+
D3DUS9 1 0 0 0 0 0 0
|
|
73
|
+
B4DVC9 1 0 0 0 0 0 0
|
|
74
|
+
B4DVM6 1 0 0 0 0 0 0
|
|
75
|
+
P25685 1 0 0 0 464230 0 0
|
|
76
|
+
Q15785 1 645960 667710 575750 0 0 0
|
|
77
|
+
B4DZF2 1 0 189750 0 0 0 0
|
|
78
|
+
Q9Y371-2 1 0 0 0 0 0 0
|
|
79
|
+
Q7L2H7 1 0 0 0 0 0 0
|
|
80
|
+
P28066 1 0 0 73829 0 0 0
|
|
81
|
+
B5BTY7 1 3784000 4302400 4025400 1.77E+08 1.83E+08 1.96E+08
|
|
82
|
+
B5BU32 1 0 0 0 0 0 0
|
|
83
|
+
B5BU38 1 2157000 1936500 1909000 336810 503400 0
|
|
84
|
+
Q8N6T3-2 1 0 0 0 0 0 0
|
|
85
|
+
E7EQR4 1 509680 517000 378700 0 0 0
|
|
86
|
+
B7Z6F8 1 465640 0 0 0 0 0
|
|
87
|
+
B7Z7B4 1 0 0 0 0 0 0
|
|
88
|
+
Q9NVD7 1 0 0 0 0 0 0
|
|
89
|
+
E9PAN3 1 604580 734700 1237600 0 765150 675700
|
|
90
|
+
B7ZLS9 1 0 0 0 0 0 0
|
|
91
|
+
P22626 1 1302400 1059700 517610 819140 1239200 878680
|
|
92
|
+
C7DJS2 1 0 0 0 0 0 0
|
|
93
|
+
Q15942 1 0 0 0 0 0 0
|
|
94
|
+
Q9BUL8 1 0 0 0 0 0 0
|
|
95
|
+
E9PC16 1 0 0 0 0 0 0
|
|
96
|
+
P18085 1 7527000 7354300 6218500 5071900 3495800 4739100
|
|
97
|
+
P12318 1 0 0 0 0 0 0
|
|
98
|
+
D3DQ70 1 0 0 0 0 0 181280
|
|
99
|
+
Q53F37 1 0 0 0 0 0 0
|
|
100
|
+
D6W4Z6 1 1370900 1373500 1233400 800030 696130 1221900
|
|
101
|
+
P15924 1 0 0 0 0 0 0
|
|
102
|
+
E2QRA8 1 0 0 0 0 0 0
|
|
103
|
+
E5KN55 1 0 0 0 0 0 0
|
|
104
|
+
E7ETK2 1 0 0 0 0 0 0
|
|
105
|
+
Q8TAT6-2 1 816100 1191100 389660 303350 0 0
|
|
106
|
+
Q9H0U4 1 1.56E+07 1.66E+07 1.40E+07 6686500 6534400 5430400
|
|
107
|
+
E9KL23 1 1196500 0 0 731330 0 0
|
|
108
|
+
E9KL35 1 7051000 7414300 9873500 4798100 4842600 4503000
|
|
109
|
+
E9KL39 1 1.01E+07 9778700 8597400 5759400 4165800 6351000
|
|
110
|
+
P37235 1 0 0 0 0 0 76806
|
|
111
|
+
E9PDH9 1 789120 811600 466560 0 332980 0
|
|
112
|
+
Q15046-2 1 0 0 0 0 0 0
|
|
113
|
+
Q8WUD1 1 794930 860200 572810 0 0 0
|
|
114
|
+
Q9UHX1 1 0 0 0 49865 0 0
|
|
115
|
+
E9PK25 1 5682500 5493200 5408000 3529100 2551800 2571800
|
|
116
|
+
O14737 1 2142100 1530400 3094400 4.57E+08 4.88E+08 4.07E+08
|
|
117
|
+
O43175 1 2265000 1886800 1529100 1038500 1030800 954760
|
|
118
|
+
O60493 1 1147000 1297900 1052200 541670 0 0
|
|
119
|
+
O60664 1 7368000 7247500 7819800 4234500 4447100 3112000
|
|
120
|
+
O75340 1 0 0 0 0 157040 0
|
|
121
|
+
P04632 1 7669800 7813800 9810200 3620800 3328300 3947000
|
|
122
|
+
P04792 1 1.16E+07 1.03E+07 7972700 6745100 6949000 5823200
|
|
123
|
+
P05109 1 0 0 0 0 0 0
|
|
124
|
+
P05198 1 797210 894290 1117400 972550 765170 668020
|
|
125
|
+
P05387 1 3363800 2807000 2574000 1647800 2061500 1292400
|
|
126
|
+
P06733 1 1099900 1034500 1206800 0 691310 662350
|
|
127
|
+
P07355-2 1 4.28E+07 3.99E+07 3.80E+07 1.79E+07 1.67E+07 1.73E+07
|
|
128
|
+
P07384 1 2894900 2823400 3425100 1045600 983840 723220
|
|
129
|
+
P07437 1 2.39E+07 2.53E+07 2.45E+07 7902000 7262200 9093100
|
|
130
|
+
P07737 1 1409100 1540700 0 866250 961770 828460
|
|
131
|
+
P07900-2 1 0 0 0 0 0 0
|
|
132
|
+
P08758 1 850110 658370 542090 320980 293530 618820
|
|
133
|
+
P09211 1 6221700 5749200 5390900 5594900 5155400 3979100
|
|
134
|
+
P09382 1 3.65E+07 3.69E+07 3.27E+07 1.91E+07 1.64E+07 1.75E+07
|
|
135
|
+
P09651 1 983260 981410 1005400 647380 543760 649190
|
|
136
|
+
P11142 1 1.28E+07 1.24E+07 1.69E+07 1.22E+07 1.05E+07 9269400
|
|
137
|
+
P11586 1 809000 1529900 1314500 0 565790 0
|
|
138
|
+
P12273 1 0 0 0 0 0 0
|
|
139
|
+
P13639 1 1.47E+07 1.50E+07 1.27E+07 5826900 4843900 5074400
|
|
140
|
+
P14174 1 0 0 0 0 0 0
|
|
141
|
+
P14618 1 4927700 5118500 3815900 3396500 2748800 3061500
|
|
142
|
+
P17987 1 236900 133650 387300 1.86E+08 1.89E+08 1.69E+08
|
|
143
|
+
P18206 1 2256000 2097300 1002600 356300 668020 615240
|
|
144
|
+
P20290 1 544720 448520 466660 0 0 341030
|
|
145
|
+
P22314 1 0 0 0 0 116090 0
|
|
146
|
+
P25398 1 1.23E+07 1.35E+07 1.59E+07 9807100 1.27E+07 8486100
|
|
147
|
+
Q9BUQ0 1 837270 1090600 1069100 734290 507680 547770
|
|
148
|
+
P30050 1 756090 613930 888850 787010 695040 545070
|
|
149
|
+
P31151 1 2788400 2012400 0 0 0 0
|
|
150
|
+
P31949 1 0 0 0 0 0 0
|
|
151
|
+
P35754 1 0 0 0 0 0 0
|
|
152
|
+
P46060 1 0 0 0 0 0 0
|
|
153
|
+
P48643 1 0 0 0 0 0 0
|
|
154
|
+
Q59H77 1 801220 838360 617780 2.21E+08 2.57E+08 2.03E+08
|
|
155
|
+
P50990 1 5486400 6213000 4762200 2.47E+08 2.94E+08 2.43E+08
|
|
156
|
+
P50991 1 316140 669700 402670 1.68E+08 1.66E+08 1.45E+08
|
|
157
|
+
P51148 1 5627300 5928800 7306500 3236100 3495900 2800200
|
|
158
|
+
P51149 1 3908200 3831500 3285700 1342800 1180700 1699900
|
|
159
|
+
P61026 1 2269400 4215200 0 1057400 1608700 1547000
|
|
160
|
+
P61088 1 3804700 3459800 3842900 1995500 1899000 1899400
|
|
161
|
+
P61106 1 0 0 0 0 0 0
|
|
162
|
+
P61204 1 2825200 2823200 2142900 3192000 2376500 2759600
|
|
163
|
+
P61289-2 1 5778000 5644700 5755500 3213100 2554200 2895200
|
|
164
|
+
Q5VXS0 1 0 0 0 0 0 0
|
|
165
|
+
P62258 1 0 0 0 0 53143 0
|
|
166
|
+
P68371 1 474770 452670 406290 141190 129140 0
|
|
167
|
+
Q01995 1 4170700 4082900 5722900 2580200 3003700 2162300
|
|
168
|
+
Q02413 1 556540 637900 367710 0 0 0
|
|
169
|
+
Q06323 1 8717600 8575200 8698300 5184000 5056100 5162200
|
|
170
|
+
Q07812-2 1 1511200 1430400 1200200 599580 514420 919090
|
|
171
|
+
Q09666 1 7172900 6489600 3932600 6692900 9040200 5851200
|
|
172
|
+
Q12789 1 0 0 0 0 0 0
|
|
173
|
+
Q12955 1 0 0 0 0 0 0
|
|
174
|
+
Q13748 1 0 0 0 0 0 145340
|
|
175
|
+
Q13885 1 0 0 0 0 0 0
|
|
176
|
+
Q14966-5 1 0 0 0 0 0 0
|
|
177
|
+
Q15365 1 2.66E+07 2.81E+07 2.64E+07 1.43E+07 1.51E+07 1.22E+07
|
|
178
|
+
Q2NKY5 1 0 0 0 0 0 107070
|
|
179
|
+
Q9UMY4 1 0 0 0 0 0 0
|
|
180
|
+
Q53GA7 1 0 0 0 0 0 0
|
|
181
|
+
Q53HV2 1 1184000 1245700 882070 1.84E+08 1.90E+08 1.76E+08
|
|
182
|
+
Q549M8 1 899290 855210 487660 0 269250 0
|
|
183
|
+
Q562R1 1 0 0 0 0 0 0
|
|
184
|
+
Q5RHS7 1 0 0 0 0 0 345740
|
|
185
|
+
Q5T6W5 1 1876700 2258400 1635000 919260 993860 1310800
|
|
186
|
+
Q5T749 1 1211900 1066500 1650200 1005300 1026200 746510
|
|
187
|
+
Q6FG99 1 1687000 1839600 1995000 1360700 1428000 1275600
|
|
188
|
+
Q6GPH4-6 1 0 0 0 0 0 0
|
|
189
|
+
Q8IVF2 1 0 0 0 0 0 0
|
|
190
|
+
Q8NBJ5 1 0 0 0 0 0 2134600
|
|
191
|
+
Q96C19 1 0 410710 443380 0 0 0
|
|
192
|
+
Q96FQ6 1 1530100 1607600 578290 801050 186710 188050
|
|
193
|
+
Q99471 1 0 0 0 0 273430 0
|
|
194
|
+
Q9BUF5 1 0 0 0 27021 0 0
|
|
195
|
+
Q9BZK4 1 0 0 0 0 0 0
|
|
196
|
+
Q9C000 1 0 0 0 0 0 0
|
|
197
|
+
Q9HB15 1 0 0 0 0 0 0
|
|
198
|
+
Q9Y3D6 1 0 0 0 207940 0 0
|
|
199
|
+
Q9Y490 1 5274700 5522000 5532900 1744300 2466500 2759000
|