diff --git a/code/modelCuration/getCompFromUniprotCellAtlas.py b/code/modelCuration/getCompFromUniprotCellAtlas.py index e72b7ebc..bfb6faf5 100644 --- a/code/modelCuration/getCompFromUniprotCellAtlas.py +++ b/code/modelCuration/getCompFromUniprotCellAtlas.py @@ -38,7 +38,7 @@ # load Human-GEM gene annotation file -HumanGenes_tsv = pd.read_table("~/Documents/GitHub/Human-GEM/model/genes.tsv") +HumanGenes_tsv = pd.read_table("../../model/genes.tsv") Human_genes = HumanGenes_tsv['genes'].to_list() Human_proteins = HumanGenes_tsv['geneUniProtID'].to_list() @@ -124,7 +124,7 @@ elif not pd.isna(geneComps_from_swissprot[i]) and geneComps_from_cell_atlas[gene] != []: union = set(geneComps_from_swissprot[i].split(';')+ geneComps_from_cell_atlas[gene]) out_list = list(union) - source[i] = 'SwissProt&CellAtlas' + source[i] = 'SwissProt;CellAtlas' if 'Mitochondria' not in geneComps_from_swissprot[i].split(';') and 'Inner mitochondria' in geneComps_from_swissprot[i].split(';'): if 'Mitochondria' in geneComps_from_cell_atlas[gene]: out_list.remove('Mitochondria') diff --git a/model/genes.tsv b/model/genes.tsv index 2c013be1..5e17cbe9 100644 --- a/model/genes.tsv +++ b/model/genes.tsv @@ -2,37 +2,37 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000000419" "ENST00000466152;ENST00000371582;ENST00000683048;ENST00000371588;ENST00000494752;ENST00000682366;ENST00000371584;ENST00000684193;ENST00000683466;ENST00000682713;ENST00000681979;ENST00000684708;ENST00000413082;ENST00000682754;ENST00000683010;ENST00000684628" "ENSP00000507119;ENSP00000360638;ENSP00000506986;ENSP00000360644;ENSP00000360640;ENSP00000507404;ENSP00000394921" "O60762" "DPM1" "8813" "dolichyl-phosphate mannosyltransferase subunit 1, catalytic" "CDGIE;MPDS" "Endoplasmic reticulum" "SwissProt" "ENSG00000001036" "ENST00000002165;ENST00000451668;ENST00000367585" "ENSP00000002165;ENSP00000398119" "Q9BTY2" "FUCA2" "2519" "alpha-L-fucosidase 2" "dJ20N2.5;MGC1314" "" "" "ENSG00000001084" "ENST00000509541;ENST00000650454;ENST00000616923;ENST00000515580;ENST00000643939;ENST00000513939;ENST00000510837;ENST00000504353;ENST00000514373;ENST00000504525;ENST00000514004;ENST00000505294;ENST00000514933;ENST00000505197" "ENSP00000495056;ENSP00000497574;ENSP00000482756;ENSP00000495686;ENSP00000424211;ENSP00000421228;ENSP00000421908;ENSP00000427403" "P48506" "GCLC" "2729" "glutamate-cysteine ligase catalytic subunit" "GCS;GLCL;GLCLC" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000001630" "ENST00000003100;ENST00000450723;ENST00000422867;ENST00000482924" "ENSP00000003100;ENSP00000406757;ENSP00000394268" "Q16850" "CYP51A1" "1595" "cytochrome P450 family 51 subfamily A member 1" "CP51;CYP51;CYPL1;LDM;P450-14DM;P450L1" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000002549" "ENST00000226299;ENST00000618908;ENST00000508497;ENST00000512397;ENST00000606142;ENST00000509583;ENST00000507960;ENST00000508014;ENST00000513105;ENST00000504614;ENST00000503467" "ENSP00000226299;ENSP00000481000;ENSP00000476028;ENSP00000423350;ENSP00000424724" "P28838" "LAP3" "51056" "leucine aminopeptidase 3" "LAP;LAPEP;PEPS" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000001630" "ENST00000003100;ENST00000450723;ENST00000422867;ENST00000482924" "ENSP00000003100;ENSP00000406757;ENSP00000394268" "Q16850" "CYP51A1" "1595" "cytochrome P450 family 51 subfamily A member 1" "CP51;CYP51;CYPL1;LDM;P450-14DM;P450L1" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000002549" "ENST00000226299;ENST00000618908;ENST00000508497;ENST00000512397;ENST00000606142;ENST00000509583;ENST00000507960;ENST00000508014;ENST00000513105;ENST00000504614;ENST00000503467" "ENSP00000226299;ENSP00000481000;ENSP00000476028;ENSP00000423350;ENSP00000424724" "P28838" "LAP3" "51056" "leucine aminopeptidase 3" "LAP;LAPEP;PEPS" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000002587" "ENST00000002596;ENST00000514690;ENST00000510712" "ENSP00000002596;ENSP00000425673;ENSP00000422629" "O14792" "HS3ST1" "9957" "heparan sulfate-glucosamine 3-sulfotransferase 1" "3OST1" "Golgi apparatus" "SwissProt" "ENSG00000002726" "ENST00000493429;ENST00000467291;ENST00000460213;ENST00000360937;ENST00000416793;ENST00000483043;ENST00000480582" "ENSP00000418614;ENSP00000418328;ENSP00000418557;ENSP00000354193;ENSP00000411613;ENSP00000417392" "P19801" "AOC1" "26" "amine oxidase copper containing 1" "ABP;ABP1;DAO" "" "" -"ENSG00000002746" "ENST00000395891;ENST00000490954;ENST00000453890;ENST00000492310;ENST00000471527;ENST00000493057;ENST00000464944;ENST00000481031;ENST00000471043;ENST00000461842;ENST00000429529" "ENSP00000379228;ENSP00000407774;ENSP00000413336" "Q76N89" "HECW1" "23072" "HECT, C2 and WW domain containing E3 ubiquitin protein ligase 1" "KIAA0322;NEDL1" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000003137" "ENST00000001146;ENST00000412253;ENST00000474509;ENST00000461519;ENST00000546307" "ENSP00000001146;ENSP00000401465;ENSP00000430888;ENSP00000430871;ENSP00000443304" "Q9NR63" "CYP26B1" "56603" "cytochrome P450 family 26 subfamily B member 1" "P450RAI-2" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000003987" "ENST00000180173;ENST00000521857;ENST00000519590;ENST00000519763;ENST00000517317;ENST00000519122;ENST00000518272;ENST00000523571;ENST00000521177" "ENSP00000180173;ENSP00000429733;ENSP00000431000" "Q9Y216" "MTMR7" "9108" "myotubularin related protein 7" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000002746" "ENST00000395891;ENST00000490954;ENST00000453890;ENST00000492310;ENST00000471527;ENST00000493057;ENST00000464944;ENST00000481031;ENST00000471043;ENST00000461842;ENST00000429529" "ENSP00000379228;ENSP00000407774;ENSP00000413336" "Q76N89" "HECW1" "23072" "HECT, C2 and WW domain containing E3 ubiquitin protein ligase 1" "KIAA0322;NEDL1" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000003137" "ENST00000001146;ENST00000412253;ENST00000474509;ENST00000461519;ENST00000546307" "ENSP00000001146;ENSP00000401465;ENSP00000430888;ENSP00000430871;ENSP00000443304" "Q9NR63" "CYP26B1" "56603" "cytochrome P450 family 26 subfamily B member 1" "P450RAI-2" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000003987" "ENST00000180173;ENST00000521857;ENST00000519590;ENST00000519763;ENST00000517317;ENST00000519122;ENST00000518272;ENST00000523571;ENST00000521177" "ENSP00000180173;ENSP00000429733;ENSP00000431000" "Q9Y216" "MTMR7" "9108" "myotubularin related protein 7" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000003989" "ENST00000494857;ENST00000522656;ENST00000470360;ENST00000640220;ENST00000004531;ENST00000398090" "ENSP00000419140;ENSP00000430464;ENSP00000419873;ENSP00000492016;ENSP00000004531;ENSP00000381164" "P52569" "SLC7A2" "6542" "solute carrier family 7 member 2" "ATRC2;CAT-2;HCAT2" "" "" -"ENSG00000004455" "ENST00000629371;ENST00000373449;ENST00000672715;ENST00000354858;ENST00000672308;ENST00000548033;ENST00000482191;ENST00000491241;ENST00000467905;ENST00000480134;ENST00000550338;ENST00000469238;ENST00000466029;ENST00000673291;ENST00000487289;ENST00000548559;ENST00000551979;ENST00000626911" "ENSP00000486507;ENSP00000362548;ENSP00000499935;ENSP00000346921;ENSP00000449003;ENSP00000447082;ENSP00000450109;ENSP00000450008;ENSP00000500549;ENSP00000446849;ENSP00000486342" "P54819" "AK2" "204" "adenylate kinase 2" "" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000004455" "ENST00000629371;ENST00000373449;ENST00000672715;ENST00000354858;ENST00000672308;ENST00000548033;ENST00000482191;ENST00000491241;ENST00000467905;ENST00000480134;ENST00000550338;ENST00000469238;ENST00000466029;ENST00000673291;ENST00000487289;ENST00000548559;ENST00000551979;ENST00000626911" "ENSP00000486507;ENSP00000362548;ENSP00000499935;ENSP00000346921;ENSP00000449003;ENSP00000447082;ENSP00000450109;ENSP00000450008;ENSP00000500549;ENSP00000446849;ENSP00000486342" "P54819" "AK2" "204" "adenylate kinase 2" "" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000004468" "ENST00000502843;ENST00000506191;ENST00000511430;ENST00000226279;ENST00000510674" "ENSP00000427277;ENSP00000226279;ENSP00000423047" "P28907" "CD38" "952" "CD38 molecule" "" "" "" -"ENSG00000004478" "ENST00000001008;ENST00000543769;ENST00000540260;ENST00000538622;ENST00000543037;ENST00000539181;ENST00000544366;ENST00000630279" "ENSP00000001008;ENSP00000439703;ENSP00000446368;ENSP00000438491;ENSP00000442193;ENSP00000486800" "Q02790" "FKBP4" "2288" "FKBP prolyl isomerase 4" "FKBP52;FKBP59" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000004779" "ENST00000562133;ENST00000007516;ENST00000484769;ENST00000570319;ENST00000567761" "ENSP00000454891;ENSP00000007516;ENSP00000454812;ENSP00000458770;ENSP00000461693" "O14561" "NDUFAB1" "4706" "NADH:ubiquinone oxidoreductase subunit AB1" "ACP;ACP1;FASN2A;SDAP" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000004478" "ENST00000001008;ENST00000543769;ENST00000540260;ENST00000538622;ENST00000543037;ENST00000539181;ENST00000544366;ENST00000630279" "ENSP00000001008;ENSP00000439703;ENSP00000446368;ENSP00000438491;ENSP00000442193;ENSP00000486800" "Q02790" "FKBP4" "2288" "FKBP prolyl isomerase 4" "FKBP52;FKBP59" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000004779" "ENST00000562133;ENST00000007516;ENST00000484769;ENST00000570319;ENST00000567761" "ENSP00000454891;ENSP00000007516;ENSP00000454812;ENSP00000458770;ENSP00000461693" "O14561" "NDUFAB1" "4706" "NADH:ubiquinone oxidoreductase subunit AB1" "ACP;ACP1;FASN2A;SDAP" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000004799" "ENST00000005178;ENST00000473796;ENST00000468445;ENST00000498190;ENST00000473301" "ENSP00000005178" "Q16654" "PDK4" "5166" "pyruvate dehydrogenase kinase 4" "" "Mitochondria" "SwissProt" "ENSG00000004809" "ENST00000460159;ENST00000451557;ENST00000368919;ENST00000330550;ENST00000434949;ENST00000437378;ENST00000424139;ENST00000461487" "ENSP00000395642;ENSP00000357915;ENSP00000328583;ENSP00000409306;ENSP00000416310;ENSP00000401007" "Q86VW1" "SLC22A16" "85413" "solute carrier family 22 member 16" "CT2;FLIPT2;OAT6;OKB1" "Cytosol" "CellAtlas" -"ENSG00000004864" "ENST00000265631;ENST00000494085;ENST00000490072;ENST00000484495;ENST00000492869;ENST00000472162;ENST00000487710;ENST00000416240" "ENSP00000265631;ENSP00000473505;ENSP00000400101" "Q9UJS0" "SLC25A13" "10165" "solute carrier family 25 member 13" "ARALAR2;CITRIN;CTLN2" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000004864" "ENST00000265631;ENST00000494085;ENST00000490072;ENST00000484495;ENST00000492869;ENST00000472162;ENST00000487710;ENST00000416240" "ENSP00000265631;ENSP00000473505;ENSP00000400101" "Q9UJS0" "SLC25A13" "10165" "solute carrier family 25 member 13" "ARALAR2;CITRIN;CTLN2" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000004939" "ENST00000399246;ENST00000262418;ENST00000471005;ENST00000498270" "ENSP00000382190;ENSP00000262418" "P02730" "SLC4A1" "6521" "solute carrier family 4 member 1 (Diego blood group)" "AE1;CD233;DI;EPB3;FR;RTA1A;SW;WD;WR" "" "" -"ENSG00000004961" "ENST00000321143;ENST00000380763;ENST00000380762" "ENSP00000326579;ENSP00000370140;ENSP00000370139" "P53701" "HCCS" "3052" "holocytochrome c synthase" "CCHL;MLS" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000005022" "ENST00000317881;ENST00000475354;ENST00000460013;ENST00000463551" "ENSP00000360671" "P05141" "SLC25A5" "292" "solute carrier family 25 member 5" "2F1;ANT2;T2;T3" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000005075" "ENST00000292614;ENST00000393794" "ENSP00000292614;ENSP00000377383" "P52435" "POLR2J" "5439" "RNA polymerase II subunit J" "hRPB14;POLR2J1;RPB11;RPB11A;RPB11m" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000004961" "ENST00000321143;ENST00000380763;ENST00000380762" "ENSP00000326579;ENSP00000370140;ENSP00000370139" "P53701" "HCCS" "3052" "holocytochrome c synthase" "CCHL;MLS" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000005022" "ENST00000317881;ENST00000475354;ENST00000460013;ENST00000463551" "ENSP00000360671" "P05141" "SLC25A5" "292" "solute carrier family 25 member 5" "2F1;ANT2;T2;T3" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000005075" "ENST00000292614;ENST00000393794" "ENSP00000292614;ENSP00000377383" "P52435" "POLR2J" "5439" "RNA polymerase II subunit J" "hRPB14;POLR2J1;RPB11;RPB11A;RPB11m" "Nucleus" "SwissProt;CellAtlas" "ENSG00000005187" "ENST00000568235;ENST00000501740;ENST00000614721;ENST00000561584;ENST00000564701;ENST00000289416;ENST00000440284;ENST00000561795;ENST00000562251;ENST00000563914;ENST00000567387;ENST00000561499;ENST00000569141;ENST00000567711;ENST00000567006" "ENSP00000457003;ENSP00000456055;ENSP00000457158;ENSP00000289416;ENSP00000394565;ENSP00000458068;ENSP00000456767;ENSP00000457926;ENSP00000457608" "Q53FZ2" "ACSM3" "6296" "acyl-CoA synthetase medium chain family member 3" "SA;SAH" "Mitochondria" "SwissProt" -"ENSG00000005339" "ENST00000262367;ENST00000382070;ENST00000637492;ENST00000571763;ENST00000576720;ENST00000570939;ENST00000574740;ENST00000573517;ENST00000572569;ENST00000635919;ENST00000638158;ENST00000573672;ENST00000571826;ENST00000572134;ENST00000575237;ENST00000634839;ENST00000636002;ENST00000635753;ENST00000635899;ENST00000636895" "ENSP00000262367;ENSP00000371502;ENSP00000490244;ENSP00000461002;ENSP00000460474;ENSP00000459490;ENSP00000458254" "Q92793" "CREBBP" "1387" "CREB binding protein" "CBP;KAT3A;RSTS;RTS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000005381" "ENST00000225275;ENST00000577220;ENST00000578493;ENST00000581022;ENST00000580005" "ENSP00000225275;ENSP00000464668" "P05164" "MPO" "4353" "myeloperoxidase" "" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000005339" "ENST00000262367;ENST00000382070;ENST00000637492;ENST00000571763;ENST00000576720;ENST00000570939;ENST00000574740;ENST00000573517;ENST00000572569;ENST00000635919;ENST00000638158;ENST00000573672;ENST00000571826;ENST00000572134;ENST00000575237;ENST00000634839;ENST00000636002;ENST00000635753;ENST00000635899;ENST00000636895" "ENSP00000262367;ENSP00000371502;ENSP00000490244;ENSP00000461002;ENSP00000460474;ENSP00000459490;ENSP00000458254" "Q92793" "CREBBP" "1387" "CREB binding protein" "CBP;KAT3A;RSTS;RTS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000005381" "ENST00000225275;ENST00000577220;ENST00000578493;ENST00000581022;ENST00000580005" "ENSP00000225275;ENSP00000464668" "P05164" "MPO" "4353" "myeloperoxidase" "" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000005421" "ENST00000222381;ENST00000462594;ENST00000433729;ENST00000470502" "ENSP00000222381;ENSP00000407359" "P27169" "PON1" "5444" "paraoxonase 1" "ESA;PON" "" "" "ENSG00000005469" "ENST00000331536;ENST00000419147;ENST00000412227;ENST00000442291;ENST00000488850;ENST00000469785;ENST00000479014" "ENSP00000331981;ENSP00000413575;ENSP00000404867;ENSP00000411983" "Q9UKG9" "CROT" "54677" "carnitine O-octanoyltransferase" "COT" "Peroxisome" "SwissProt" -"ENSG00000005471" "ENST00000649586;ENST00000440025;ENST00000265723;ENST00000359206;ENST00000453593;ENST00000467983;ENST00000467079;ENST00000469770;ENST00000643670;ENST00000644106;ENST00000473795;ENST00000417608" "ENSP00000496956;ENSP00000395716;ENSP00000265723;ENSP00000352135;ENSP00000392983;ENSP00000496629;ENSP00000493477;ENSP00000394511" "P21439" "ABCB4" "5244" "ATP binding cassette subfamily B member 4" "GBD1;MDR2;MDR3;PFIC-3;PGY3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000005483" "ENST00000334884;ENST00000311117;ENST00000478990;ENST00000480368;ENST00000495267;ENST00000476671;ENST00000667857;ENST00000474203;ENST00000482560;ENST00000485619;ENST00000468607;ENST00000496191;ENST00000479838;ENST00000478079;ENST00000473063;ENST00000257745;ENST00000622386" "ENSP00000335398;ENSP00000312379;ENSP00000419883;ENSP00000420415;ENSP00000417888;ENSP00000499735;ENSP00000420206;ENSP00000417193;ENSP00000473963;ENSP00000419525;ENSP00000417156;ENSP00000257745;ENSP00000482147" "Q8IZD2" "KMT2E" "55904" "lysine methyltransferase 2E (inactive)" "HDCMC04P;MLL5" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000005810" "ENST00000684354;ENST00000682321;ENST00000683823;ENST00000683697;ENST00000357337;ENST00000544440;ENST00000429715;ENST00000485061;ENST00000466564;ENST00000486679;ENST00000474882;ENST00000491491" "ENSP00000507330;ENSP00000508023;ENSP00000507196;ENSP00000508153;ENSP00000349892;ENSP00000444596;ENSP00000413907" "O75592" "MYCBP2" "23077" "MYC binding protein 2" "FLJ10106;KIAA0916;PAM;PHR1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000005882" "ENST00000007708;ENST00000508030;ENST00000503614;ENST00000503176;ENST00000508960;ENST00000505897;ENST00000505440;ENST00000614357;ENST00000511026;ENST00000512238;ENST00000515040;ENST00000510219;ENST00000506242;ENST00000503076;ENST00000512204;ENST00000506647" "ENSP00000007708;ENSP00000427682;ENSP00000425265;ENSP00000420927;ENSP00000425615;ENSP00000481915;ENSP00000421178;ENSP00000423310" "Q15119" "PDK2" "5164" "pyruvate dehydrogenase kinase 2" "PDHK2" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000006007" "ENST00000353258;ENST00000564172;ENST00000563645;ENST00000569899;ENST00000569773" "ENSP00000261386;ENSP00000457431;ENSP00000456295;ENSP00000454755" "Q9NZC3" "GDE1" "51573" "glycerophosphodiester phosphodiesterase 1" "MIR16" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000005471" "ENST00000649586;ENST00000440025;ENST00000265723;ENST00000359206;ENST00000453593;ENST00000467983;ENST00000467079;ENST00000469770;ENST00000643670;ENST00000644106;ENST00000473795;ENST00000417608" "ENSP00000496956;ENSP00000395716;ENSP00000265723;ENSP00000352135;ENSP00000392983;ENSP00000496629;ENSP00000493477;ENSP00000394511" "P21439" "ABCB4" "5244" "ATP binding cassette subfamily B member 4" "GBD1;MDR2;MDR3;PFIC-3;PGY3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000005483" "ENST00000334884;ENST00000311117;ENST00000478990;ENST00000480368;ENST00000495267;ENST00000476671;ENST00000667857;ENST00000474203;ENST00000482560;ENST00000485619;ENST00000468607;ENST00000496191;ENST00000479838;ENST00000478079;ENST00000473063;ENST00000257745;ENST00000622386" "ENSP00000335398;ENSP00000312379;ENSP00000419883;ENSP00000420415;ENSP00000417888;ENSP00000499735;ENSP00000420206;ENSP00000417193;ENSP00000473963;ENSP00000419525;ENSP00000417156;ENSP00000257745;ENSP00000482147" "Q8IZD2" "KMT2E" "55904" "lysine methyltransferase 2E (inactive)" "HDCMC04P;MLL5" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000005810" "ENST00000684354;ENST00000682321;ENST00000683823;ENST00000683697;ENST00000357337;ENST00000544440;ENST00000429715;ENST00000485061;ENST00000466564;ENST00000486679;ENST00000474882;ENST00000491491" "ENSP00000507330;ENSP00000508023;ENSP00000507196;ENSP00000508153;ENSP00000349892;ENSP00000444596;ENSP00000413907" "O75592" "MYCBP2" "23077" "MYC binding protein 2" "FLJ10106;KIAA0916;PAM;PHR1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000005882" "ENST00000007708;ENST00000508030;ENST00000503614;ENST00000503176;ENST00000508960;ENST00000505897;ENST00000505440;ENST00000614357;ENST00000511026;ENST00000512238;ENST00000515040;ENST00000510219;ENST00000506242;ENST00000503076;ENST00000512204;ENST00000506647" "ENSP00000007708;ENSP00000427682;ENSP00000425265;ENSP00000420927;ENSP00000425615;ENSP00000481915;ENSP00000421178;ENSP00000423310" "Q15119" "PDK2" "5164" "pyruvate dehydrogenase kinase 2" "PDHK2" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000006007" "ENST00000353258;ENST00000564172;ENST00000563645;ENST00000569899;ENST00000569773" "ENSP00000261386;ENSP00000457431;ENSP00000456295;ENSP00000454755" "Q9NZC3" "GDE1" "51573" "glycerophosphodiester phosphodiesterase 1" "MIR16" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000006071" "ENST00000644772;ENST00000643562;ENST00000531642;ENST00000528374;ENST00000302539;ENST00000389817;ENST00000683693;ENST00000646592;ENST00000646993;ENST00000526037;ENST00000532220;ENST00000529967;ENST00000682185;ENST00000682673;ENST00000682051;ENST00000684371;ENST00000684571;ENST00000684555;ENST00000682215;ENST00000642611;ENST00000644484;ENST00000682805;ENST00000684404;ENST00000683365;ENST00000683153;ENST00000684157;ENST00000682140;ENST00000524561;ENST00000682110;ENST00000684010;ENST00000684442;ENST00000682204;ENST00000682528;ENST00000684711;ENST00000682965;ENST00000682288;ENST00000684332;ENST00000684593;ENST00000684288;ENST00000683456;ENST00000684313;ENST00000683136;ENST00000682442;ENST00000684253;ENST00000642579;ENST00000646902;ENST00000642271;ENST00000647086;ENST00000643260;ENST00000683725;ENST00000646003;ENST00000647015;ENST00000683562;ENST00000644757;ENST00000644675;ENST00000642902;ENST00000645760;ENST00000646207;ENST00000683522;ENST00000683377;ENST00000683093;ENST00000643925;ENST00000645884;ENST00000645076;ENST00000684014;ENST00000644057;ENST00000645004;ENST00000526168;ENST00000525022;ENST00000647158;ENST00000645417;ENST00000646276;ENST00000645744;ENST00000647013;ENST00000527905;ENST00000531891;ENST00000531137;ENST00000644447;ENST00000644542;ENST00000526921;ENST00000644472;ENST00000530147;ENST00000531911;ENST00000683253;ENST00000532728;ENST00000644649;ENST00000683531;ENST00000528202;ENST00000635881;ENST00000526002;ENST00000682199;ENST00000682863;ENST00000682053;ENST00000682091;ENST00000646737;ENST00000683808;ENST00000684221;ENST00000684614;ENST00000612903;ENST00000683066" "ENSP00000494321;ENSP00000496124;ENSP00000435378;ENSP00000433638;ENSP00000303960;ENSP00000374467;ENSP00000494407;ENSP00000493720;ENSP00000506935;ENSP00000507705;ENSP00000493558;ENSP00000507829;ENSP00000507094;ENSP00000506841;ENSP00000508229;ENSP00000507506;ENSP00000507005;ENSP00000507143;ENSP00000508318;ENSP00000507768;ENSP00000496714;ENSP00000494101;ENSP00000493749;ENSP00000493677;ENSP00000494450;ENSP00000507496;ENSP00000495259;ENSP00000495389;ENSP00000508265;ENSP00000495085;ENSP00000494567;ENSP00000493601;ENSP00000496309;ENSP00000495025;ENSP00000495697;ENSP00000495516;ENSP00000494791;ENSP00000437233;ENSP00000495744;ENSP00000495891;ENSP00000496070;ENSP00000494564;ENSP00000496741;ENSP00000431653;ENSP00000434893;ENSP00000496282;ENSP00000495532;ENSP00000495378;ENSP00000495427;ENSP00000494519;ENSP00000494874" "Q09428" "ABCC8" "6833" "ATP binding cassette subfamily C member 8" "ABC36;HHF1;HI;HRINS;MRP8;PHHI;SUR;SUR1;TNDM2" "Cytosol;Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000006530" "ENST00000473247;ENST00000649365;ENST00000649014;ENST00000648489;ENST00000650365;ENST00000495028;ENST00000648690;ENST00000649286;ENST00000649790;ENST00000473884;ENST00000647568;ENST00000649914;ENST00000648395;ENST00000648068;ENST00000650547;ENST00000649538;ENST00000650006;ENST00000492693;ENST00000494688;ENST00000465241;ENST00000496784;ENST00000647898;ENST00000496273;ENST00000494053;ENST00000629555" "ENSP00000420776;ENSP00000496835;ENSP00000497984;ENSP00000497358;ENSP00000497945;ENSP00000497280;ENSP00000498193;ENSP00000420540;ENSP00000497039;ENSP00000497848;ENSP00000497666;ENSP00000498112;ENSP00000496789;ENSP00000497457;ENSP00000418789;ENSP00000418101;ENSP00000487274" "Q53H12" "AGK" "55750" "acylglycerol kinase" "FLJ10842;MULK" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000006530" "ENST00000473247;ENST00000649365;ENST00000649014;ENST00000648489;ENST00000650365;ENST00000495028;ENST00000648690;ENST00000649286;ENST00000649790;ENST00000473884;ENST00000647568;ENST00000649914;ENST00000648395;ENST00000648068;ENST00000650547;ENST00000649538;ENST00000650006;ENST00000492693;ENST00000494688;ENST00000465241;ENST00000496784;ENST00000647898;ENST00000496273;ENST00000494053;ENST00000629555" "ENSP00000420776;ENSP00000496835;ENSP00000497984;ENSP00000497358;ENSP00000497945;ENSP00000497280;ENSP00000498193;ENSP00000420540;ENSP00000497039;ENSP00000497848;ENSP00000497666;ENSP00000498112;ENSP00000496789;ENSP00000497457;ENSP00000418789;ENSP00000418101;ENSP00000487274" "Q53H12" "AGK" "55750" "acylglycerol kinase" "FLJ10842;MULK" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000006534" "ENST00000614849;ENST00000615368;ENST00000619675;ENST00000342456;ENST00000617288;ENST00000617449;ENST00000612297;ENST00000616697;ENST00000527514;ENST00000615463" "ENSP00000478486;ENSP00000478632;ENSP00000473990;ENSP00000481604;ENSP00000483988;ENSP00000484901;ENSP00000477789;ENSP00000478380;ENSP00000479948" "P43353" "ALDH3B1" "221" "aldehyde dehydrogenase 3 family member B1" "ALDH7" "Cytosol" "SwissProt" "ENSG00000006625" "ENST00000275428;ENST00000440082;ENST00000005374;ENST00000409144;ENST00000426081;ENST00000447901;ENST00000409390;ENST00000409436" "ENSP00000275428;ENSP00000408015;ENSP00000005374;ENSP00000386610;ENSP00000390094;ENSP00000387809;ENSP00000387235;ENSP00000386686" "O75223" "GGCT" "79017" "gamma-glutamylcyclotransferase" "C7orf24;CRF21;GCTG;Ggc;MGC3077" "" "" "ENSG00000006695" "ENST00000670279;ENST00000664217;ENST00000429152;ENST00000261643;ENST00000581931;ENST00000580561;ENST00000458492" "ENSP00000499450;ENSP00000499396;ENSP00000397750;ENSP00000261643;ENSP00000462512;ENSP00000462190" "Q12887" "COX10" "1352" "cytochrome c oxidase assembly factor heme A:farnesyltransferase COX10" "" "Mitochondria;Cytosol;Nucleus" "CellAtlas" @@ -42,641 +42,641 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000007168" "ENST00000576586;ENST00000676201;ENST00000397195;ENST00000575477;ENST00000675621;ENST00000674717;ENST00000676353;ENST00000675202;ENST00000675764;ENST00000676077;ENST00000674608;ENST00000572915;ENST00000676098;ENST00000570400;ENST00000571289;ENST00000675430;ENST00000675331;ENST00000676188;ENST00000574816;ENST00000675390;ENST00000676456;ENST00000609078;ENST00000397193;ENST00000574468;ENST00000571495;ENST00000675574;ENST00000675385;ENST00000675084;ENST00000610190;ENST00000574213" "ENSP00000461087;ENSP00000380378;ENSP00000502117;ENSP00000501931;ENSP00000502737;ENSP00000502843;ENSP00000502242;ENSP00000502507;ENSP00000501976;ENSP00000502735;ENSP00000460258;ENSP00000502031;ENSP00000502577;ENSP00000501969;ENSP00000460591" "P43034" "PAFAH1B1" "5048" "platelet activating factor acetylhydrolase 1b regulatory subunit 1" "LIS1;MDCR;MDS;NudF;PAFAH" "Cytosol;Nucleus" "SwissProt" "ENSG00000007171" "ENST00000313735;ENST00000646938;ENST00000621962" "ENSP00000327251;ENSP00000494870;ENSP00000482291" "P35228" "NOS2" "4843" "nitric oxide synthase 2" "HEP-NOS;iNOS;NOS;NOS2A" "Cytosol" "SwissProt" "ENSG00000007216" "ENST00000444914;ENST00000314669;ENST00000545060;ENST00000577903;ENST00000541739;ENST00000579281;ENST00000459818" "ENSP00000392411;ENSP00000316202;ENSP00000441935;ENSP00000463457;ENSP00000463421;ENSP00000464074" "Q13183" "SLC13A2" "9058" "solute carrier family 13 member 2" "NaDC-1" "" "" -"ENSG00000007350" "ENST00000369915;ENST00000439635;ENST00000426989;ENST00000426203;ENST00000369912;ENST00000465168;ENST00000482044;ENST00000463884" "ENSP00000358931;ENSP00000399763;ENSP00000401111;ENSP00000416552;ENSP00000358928" "P51854" "TKTL1" "8277" "transketolase like 1" "TKR;TKT2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000007350" "ENST00000369915;ENST00000439635;ENST00000426989;ENST00000426203;ENST00000369912;ENST00000465168;ENST00000482044;ENST00000463884" "ENSP00000358931;ENSP00000399763;ENSP00000401111;ENSP00000416552;ENSP00000358928" "P51854" "TKTL1" "8277" "transketolase like 1" "TKR;TKT2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000007541" "ENST00000293874;ENST00000409527;ENST00000321878;ENST00000439574;ENST00000422307;ENST00000636657;ENST00000026218;ENST00000470411;ENST00000637701;ENST00000443147;ENST00000635909;ENST00000636005;ENST00000637468;ENST00000638143;ENST00000544860;ENST00000537901;ENST00000635935;ENST00000420990;ENST00000635205;ENST00000480424;ENST00000540241;ENST00000476438;ENST00000540548;ENST00000634341;ENST00000638152" "ENSP00000293874;ENSP00000386760;ENSP00000326674;ENSP00000387820;ENSP00000413753;ENSP00000490087;ENSP00000026218;ENSP00000439650;ENSP00000410434;ENSP00000490267;ENSP00000490498;ENSP00000490672;ENSP00000490695;ENSP00000409341;ENSP00000489216;ENSP00000439374" "Q9BRB3" "PIGQ" "9091" "phosphatidylinositol glycan anchor biosynthesis class Q" "GPI1;hGPI1" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000007933" "ENST00000367755;ENST00000530212;ENST00000534514;ENST00000472784;ENST00000479749;ENST00000478457" "ENSP00000356729;ENSP00000476963;ENSP00000477451" "P31513" "FMO3" "2328" "flavin containing dimethylaniline monoxygenase 3" "FMOII" "Endoplasmic reticulum" "SwissProt" "ENSG00000007944" "ENST00000356840;ENST00000349606" "ENSP00000349298;ENSP00000008686" "Q8WY64" "MYLIP" "29116" "myosin regulatory light chain interacting protein" "IDOL;MIR" "Cytosol" "SwissProt" "ENSG00000008130" "ENST00000341426;ENST00000341991;ENST00000378625;ENST00000342348;ENST00000498806;ENST00000469045;ENST00000480499;ENST00000497747;ENST00000477235;ENST00000489538;ENST00000497615;ENST00000497186;ENST00000492845;ENST00000492768;ENST00000460602;ENST00000464373;ENST00000480542" "ENSP00000341679;ENSP00000344340;ENSP00000367890;ENSP00000339727;ENSP00000464137;ENSP00000462589;ENSP00000462999;ENSP00000464096" "O95544" "NADK" "65220" "NAD kinase" "FLJ13052" "Nucleus" "CellAtlas" "ENSG00000008300" "ENST00000164024;ENST00000461362;ENST00000498057;ENST00000470999" "ENSP00000164024" "Q9NYQ7" "CELSR3" "1951" "cadherin EGF LAG seven-pass G-type receptor 3" "ADGRC3;CDHF11;EGFL1;FMI1;HFMI1;MEGF2" "" "" -"ENSG00000008311" "ENST00000679864;ENST00000417368;ENST00000681708;ENST00000679511;ENST00000679579;ENST00000679847;ENST00000679659;ENST00000681213;ENST00000679764;ENST00000679419;ENST00000681907;ENST00000681387;ENST00000681318;ENST00000681434;ENST00000679721;ENST00000679818;ENST00000680080;ENST00000681626;ENST00000681314;ENST00000460376;ENST00000393376;ENST00000473553;ENST00000681511;ENST00000358954;ENST00000431170;ENST00000426162;ENST00000679402" "ENSP00000505958;ENSP00000403768;ENSP00000505381;ENSP00000505506;ENSP00000505881;ENSP00000506341;ENSP00000505849;ENSP00000505102;ENSP00000505825;ENSP00000506437;ENSP00000506684;ENSP00000505352;ENSP00000505671;ENSP00000504919;ENSP00000506554;ENSP00000505942;ENSP00000504967;ENSP00000377040;ENSP00000506240;ENSP00000505945;ENSP00000351834;ENSP00000414001" "Q9UDR5" "AASS" "10157" "aminoadipate-semialdehyde synthase" "LKRSDH;LORSDH" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000008394" "ENST00000536371;ENST00000534835;ENST00000543076;ENST00000396210;ENST00000539036;ENST00000537878;ENST00000542256;ENST00000539708;ENST00000535309;ENST00000540056;ENST00000540126;ENST00000538885;ENST00000396207;ENST00000538857;ENST00000535624;ENST00000624056;ENST00000359720;ENST00000010404;ENST00000396209" "ENSP00000442557;ENSP00000442767;ENSP00000379513;ENSP00000438308;ENSP00000437988;ENSP00000442970;ENSP00000440443;ENSP00000379510;ENSP00000010404;ENSP00000379512" "P10620" "MGST1" "4257" "microsomal glutathione S-transferase 1" "GST12;MGST-I" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000008438" "ENST00000008938" "ENSP00000008938" "O75594" "PGLYRP1" "8993" "peptidoglycan recognition protein 1" "PGLYRP;PGRP;PGRP-S;PGRPS;TAG7;TNFSF3L" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000008311" "ENST00000679864;ENST00000417368;ENST00000681708;ENST00000679511;ENST00000679579;ENST00000679847;ENST00000679659;ENST00000681213;ENST00000679764;ENST00000679419;ENST00000681907;ENST00000681387;ENST00000681318;ENST00000681434;ENST00000679721;ENST00000679818;ENST00000680080;ENST00000681626;ENST00000681314;ENST00000460376;ENST00000393376;ENST00000473553;ENST00000681511;ENST00000358954;ENST00000431170;ENST00000426162;ENST00000679402" "ENSP00000505958;ENSP00000403768;ENSP00000505381;ENSP00000505506;ENSP00000505881;ENSP00000506341;ENSP00000505849;ENSP00000505102;ENSP00000505825;ENSP00000506437;ENSP00000506684;ENSP00000505352;ENSP00000505671;ENSP00000504919;ENSP00000506554;ENSP00000505942;ENSP00000504967;ENSP00000377040;ENSP00000506240;ENSP00000505945;ENSP00000351834;ENSP00000414001" "Q9UDR5" "AASS" "10157" "aminoadipate-semialdehyde synthase" "LKRSDH;LORSDH" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000008394" "ENST00000536371;ENST00000534835;ENST00000543076;ENST00000396210;ENST00000539036;ENST00000537878;ENST00000542256;ENST00000539708;ENST00000535309;ENST00000540056;ENST00000540126;ENST00000538885;ENST00000396207;ENST00000538857;ENST00000535624;ENST00000624056;ENST00000359720;ENST00000010404;ENST00000396209" "ENSP00000442557;ENSP00000442767;ENSP00000379513;ENSP00000438308;ENSP00000437988;ENSP00000442970;ENSP00000440443;ENSP00000379510;ENSP00000010404;ENSP00000379512" "P10620" "MGST1" "4257" "microsomal glutathione S-transferase 1" "GST12;MGST-I" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000008438" "ENST00000008938" "ENSP00000008938" "O75594" "PGLYRP1" "8993" "peptidoglycan recognition protein 1" "PGLYRP;PGRP;PGRP-S;PGRPS;TAG7;TNFSF3L" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000008513" "ENST00000521180;ENST00000648219;ENST00000522652;ENST00000523854;ENST00000517668;ENST00000522204;ENST00000523634;ENST00000519924;ENST00000523855;ENST00000519435;ENST00000518298;ENST00000520020;ENST00000522873;ENST00000521627;ENST00000522285;ENST00000399640" "ENSP00000428540;ENSP00000497381;ENSP00000430515;ENSP00000429638;ENSP00000427720;ENSP00000429936;ENSP00000430135;ENSP00000427786;ENSP00000414073" "Q11201" "ST3GAL1" "6482" "ST3 beta-galactoside alpha-2,3-sialyltransferase 1" "SIAT4A;SIATFL;ST3GalA.1;ST3O" "Golgi apparatus" "SwissProt" "ENSG00000009335" "ENST00000348165;ENST00000389103;ENST00000430750;ENST00000469336;ENST00000470408;ENST00000497368;ENST00000494532;ENST00000474153;ENST00000611269" "ENSP00000309198;ENSP00000373755;ENSP00000397432;ENSP00000481584" "Q15386" "UBE3C" "9690" "ubiquitin protein ligase E3C" "KIAA0010;KIAA10" "Mitochondria;Nucleus" "CellAtlas" -"ENSG00000009413" "ENST00000462119;ENST00000434009;ENST00000422377;ENST00000368802;ENST00000413831;ENST00000492520;ENST00000467500;ENST00000470871;ENST00000460981;ENST00000494858;ENST00000435970;ENST00000358835;ENST00000619481" "ENSP00000391605;ENSP00000393184;ENSP00000357792;ENSP00000400600;ENSP00000402003;ENSP00000351697;ENSP00000482892" "O60673" "REV3L" "5980" "REV3 like, DNA directed polymerase zeta catalytic subunit" "POLZ;REV3" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000009830" "ENST00000683784;ENST00000682897;ENST00000261534;ENST00000554767;ENST00000452340;ENST00000556394;ENST00000682955;ENST00000683380;ENST00000682467;ENST00000602717;ENST00000682395;ENST00000682795;ENST00000682895;ENST00000682247;ENST00000684549;ENST00000684259;ENST00000555134;ENST00000683188;ENST00000684538;ENST00000682459;ENST00000555710;ENST00000556446;ENST00000683907;ENST00000682615;ENST00000682128;ENST00000684172;ENST00000683095;ENST00000556171;ENST00000683828;ENST00000682382;ENST00000682973;ENST00000682925;ENST00000682560;ENST00000554564;ENST00000683585;ENST00000682729;ENST00000683801;ENST00000682891;ENST00000684009;ENST00000684444;ENST00000554884;ENST00000553880;ENST00000557675;ENST00000556404;ENST00000682706;ENST00000683328;ENST00000556851;ENST00000684528;ENST00000683285;ENST00000683721;ENST00000684554;ENST00000557289;ENST00000683300;ENST00000683551;ENST00000683167;ENST00000683398;ENST00000553863;ENST00000556326;ENST00000556880;ENST00000554948;ENST00000682377;ENST00000555675;ENST00000684102;ENST00000684600;ENST00000555788;ENST00000557525;ENST00000684670;ENST00000684479;ENST00000684746;ENST00000684066;ENST00000684344;ENST00000684534" "ENSP00000506889;ENSP00000507508;ENSP00000261534;ENSP00000451967;ENSP00000508062;ENSP00000487704;ENSP00000507574;ENSP00000507213;ENSP00000507734;ENSP00000451730;ENSP00000507754;ENSP00000506976;ENSP00000508391;ENSP00000508040;ENSP00000451651;ENSP00000507134;ENSP00000507975;ENSP00000508268;ENSP00000508294;ENSP00000507033;ENSP00000508119;ENSP00000507511;ENSP00000508096;ENSP00000507208;ENSP00000507918;ENSP00000507348;ENSP00000451115;ENSP00000507630;ENSP00000506751;ENSP00000507063;ENSP00000507167;ENSP00000508202;ENSP00000450630;ENSP00000507494;ENSP00000508113;ENSP00000507432" "Q9UKY4" "POMT2" "29954" "protein O-mannosyltransferase 2" "LGMD2N" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000010165" "ENST00000485629;ENST00000362019;ENST00000367737;ENST00000361735;ENST00000478330;ENST00000466643;ENST00000476386" "ENSP00000355393;ENSP00000356711;ENSP00000354920" "Q8N6R0" "EEF1AKNMT" "51603" "eEF1A lysine and N-terminal methyltransferase" "CGI-01;DFNM1;FEAT;KIAA0859;METTL13" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000010256" "ENST00000471189;ENST00000203407;ENST00000480561;ENST00000415995;ENST00000460105;ENST00000472438;ENST00000412343;ENST00000467690;ENST00000463708;ENST00000493806" "ENSP00000203407;ENSP00000393696;ENSP00000388660" "P31930" "UQCRC1" "7384" "ubiquinol-cytochrome c reductase core protein 1" "D3S3191;QCR1;UQCR1" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000009413" "ENST00000462119;ENST00000434009;ENST00000422377;ENST00000368802;ENST00000413831;ENST00000492520;ENST00000467500;ENST00000470871;ENST00000460981;ENST00000494858;ENST00000435970;ENST00000358835;ENST00000619481" "ENSP00000391605;ENSP00000393184;ENSP00000357792;ENSP00000400600;ENSP00000402003;ENSP00000351697;ENSP00000482892" "O60673" "REV3L" "5980" "REV3 like, DNA directed polymerase zeta catalytic subunit" "POLZ;REV3" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000009830" "ENST00000683784;ENST00000682897;ENST00000261534;ENST00000554767;ENST00000452340;ENST00000556394;ENST00000682955;ENST00000683380;ENST00000682467;ENST00000602717;ENST00000682395;ENST00000682795;ENST00000682895;ENST00000682247;ENST00000684549;ENST00000684259;ENST00000555134;ENST00000683188;ENST00000684538;ENST00000682459;ENST00000555710;ENST00000556446;ENST00000683907;ENST00000682615;ENST00000682128;ENST00000684172;ENST00000683095;ENST00000556171;ENST00000683828;ENST00000682382;ENST00000682973;ENST00000682925;ENST00000682560;ENST00000554564;ENST00000683585;ENST00000682729;ENST00000683801;ENST00000682891;ENST00000684009;ENST00000684444;ENST00000554884;ENST00000553880;ENST00000557675;ENST00000556404;ENST00000682706;ENST00000683328;ENST00000556851;ENST00000684528;ENST00000683285;ENST00000683721;ENST00000684554;ENST00000557289;ENST00000683300;ENST00000683551;ENST00000683167;ENST00000683398;ENST00000553863;ENST00000556326;ENST00000556880;ENST00000554948;ENST00000682377;ENST00000555675;ENST00000684102;ENST00000684600;ENST00000555788;ENST00000557525;ENST00000684670;ENST00000684479;ENST00000684746;ENST00000684066;ENST00000684344;ENST00000684534" "ENSP00000506889;ENSP00000507508;ENSP00000261534;ENSP00000451967;ENSP00000508062;ENSP00000487704;ENSP00000507574;ENSP00000507213;ENSP00000507734;ENSP00000451730;ENSP00000507754;ENSP00000506976;ENSP00000508391;ENSP00000508040;ENSP00000451651;ENSP00000507134;ENSP00000507975;ENSP00000508268;ENSP00000508294;ENSP00000507033;ENSP00000508119;ENSP00000507511;ENSP00000508096;ENSP00000507208;ENSP00000507918;ENSP00000507348;ENSP00000451115;ENSP00000507630;ENSP00000506751;ENSP00000507063;ENSP00000507167;ENSP00000508202;ENSP00000450630;ENSP00000507494;ENSP00000508113;ENSP00000507432" "Q9UKY4" "POMT2" "29954" "protein O-mannosyltransferase 2" "LGMD2N" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000010165" "ENST00000485629;ENST00000362019;ENST00000367737;ENST00000361735;ENST00000478330;ENST00000466643;ENST00000476386" "ENSP00000355393;ENSP00000356711;ENSP00000354920" "Q8N6R0" "EEF1AKNMT" "51603" "eEF1A lysine and N-terminal methyltransferase" "CGI-01;DFNM1;FEAT;KIAA0859;METTL13" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000010256" "ENST00000471189;ENST00000203407;ENST00000480561;ENST00000415995;ENST00000460105;ENST00000472438;ENST00000412343;ENST00000467690;ENST00000463708;ENST00000493806" "ENSP00000203407;ENSP00000393696;ENSP00000388660" "P31930" "UQCRC1" "7384" "ubiquinol-cytochrome c reductase core protein 1" "D3S3191;QCR1;UQCR1" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000010379" "ENST00000343164;ENST00000539668;ENST00000542379;ENST00000543722;ENST00000542947;ENST00000546319;ENST00000536842;ENST00000534887;ENST00000539260;ENST00000542272;ENST00000436453;ENST00000445055" "ENSP00000339260;ENSP00000444606;ENSP00000437386;ENSP00000443466;ENSP00000389316;ENSP00000407104" "Q9NSD5" "SLC6A13" "6540" "solute carrier family 6 member 13" "GAT2" "Mitochondria;Cytosol;Nucleus" "CellAtlas" "ENSG00000010404" "ENST00000340855;ENST00000466323;ENST00000370441;ENST00000490775;ENST00000464251;ENST00000466019;ENST00000428056;ENST00000521702" "ENSP00000339801;ENSP00000418264;ENSP00000359470;ENSP00000428980;ENSP00000390241;ENSP00000429745" "P22304" "IDS" "3423" "iduronate 2-sulfatase" "ID2S;SIDS" "Lysosome" "SwissProt" "ENSG00000010932" "ENST00000617670;ENST00000367750;ENST00000469112;ENST00000354841;ENST00000459868;ENST00000472893;ENST00000469711;ENST00000402921" "ENSP00000481732;ENSP00000356724;ENSP00000491035;ENSP00000346901;ENSP00000385543" "Q01740" "FMO1" "2326" "flavin containing dimethylaniline monoxygenase 1" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000011009" "ENST00000374514;ENST00000420982;ENST00000374505;ENST00000495365;ENST00000374503;ENST00000374502;ENST00000492577;ENST00000421070;ENST00000374501;ENST00000472213" "ENSP00000363638;ENSP00000409004;ENSP00000363629;ENSP00000363627;ENSP00000363626;ENSP00000388003;ENSP00000363625" "O95372" "LYPLA2" "11313" "lysophospholipase 2" "APT-2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000011009" "ENST00000374514;ENST00000420982;ENST00000374505;ENST00000495365;ENST00000374503;ENST00000374502;ENST00000492577;ENST00000421070;ENST00000374501;ENST00000472213" "ENSP00000363638;ENSP00000409004;ENSP00000363629;ENSP00000363627;ENSP00000363626;ENSP00000388003;ENSP00000363625" "O95372" "LYPLA2" "11313" "lysophospholipase 2" "APT-2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000011052" "ENST00000393193;ENST00000376392;ENST00000555572" "ENSP00000376889;ENSP00000365572;ENSP00000451932" "" "NME1-NME2" "654364" "NME1-NME2 readthrough" "NM23-LV;NMELV" "Cytosol" "CellAtlas" "ENSG00000011083" "ENST00000230671;ENST00000524041;ENST00000513403" "ENSP00000230671;ENSP00000428200" "Q99884" "SLC6A7" "6534" "solute carrier family 6 member 7" "PROT" "" "" -"ENSG00000011198" "ENST00000643520;ENST00000456453;ENST00000644371;ENST00000458276;ENST00000486764;ENST00000649763;ENST00000643140;ENST00000643500;ENST00000013894;ENST00000646378;ENST00000643477;ENST00000646799;ENST00000454293;ENST00000642351;ENST00000413300;ENST00000463153" "ENSP00000391582;ENSP00000495778;ENSP00000390849;ENSP00000497701;ENSP00000495588;ENSP00000494735;ENSP00000013894;ENSP00000495826;ENSP00000496220;ENSP00000494829;ENSP00000412014;ENSP00000494478;ENSP00000392159;ENSP00000495570" "Q8WTS1" "ABHD5" "51099" "abhydrolase domain containing 5, lysophosphatidic acid acyltransferase" "CGI-58;NCIE2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000011275" "ENST00000425013;ENST00000389902;ENST00000389900;ENST00000469375;ENST00000484458;ENST00000479541;ENST00000411812;ENST00000416985;ENST00000476345" "ENSP00000404602;ENSP00000374552;ENSP00000374550;ENSP00000409837;ENSP00000396829" "Q9NWF9" "RNF216" "54476" "ring finger protein 216" "TRIAD3;UBCE7IP1;ZIN" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000011405" "ENST00000531428;ENST00000265970;ENST00000533645;ENST00000532035;ENST00000503729" "ENSP00000265970;ENSP00000436244;ENSP00000436969" "O00443" "PIK3C2A" "5286" "phosphatidylinositol-4-phosphate 3-kinase catalytic subunit type 2 alpha" "PI3K-C2alpha" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000011198" "ENST00000643520;ENST00000456453;ENST00000644371;ENST00000458276;ENST00000486764;ENST00000649763;ENST00000643140;ENST00000643500;ENST00000013894;ENST00000646378;ENST00000643477;ENST00000646799;ENST00000454293;ENST00000642351;ENST00000413300;ENST00000463153" "ENSP00000391582;ENSP00000495778;ENSP00000390849;ENSP00000497701;ENSP00000495588;ENSP00000494735;ENSP00000013894;ENSP00000495826;ENSP00000496220;ENSP00000494829;ENSP00000412014;ENSP00000494478;ENSP00000392159;ENSP00000495570" "Q8WTS1" "ABHD5" "51099" "abhydrolase domain containing 5, lysophosphatidic acid acyltransferase" "CGI-58;NCIE2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000011275" "ENST00000425013;ENST00000389902;ENST00000389900;ENST00000469375;ENST00000484458;ENST00000479541;ENST00000411812;ENST00000416985;ENST00000476345" "ENSP00000404602;ENSP00000374552;ENSP00000374550;ENSP00000409837;ENSP00000396829" "Q9NWF9" "RNF216" "54476" "ring finger protein 216" "TRIAD3;UBCE7IP1;ZIN" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000011405" "ENST00000531428;ENST00000265970;ENST00000533645;ENST00000532035;ENST00000503729" "ENSP00000265970;ENSP00000436244;ENSP00000436969" "O00443" "PIK3C2A" "5286" "phosphatidylinositol-4-phosphate 3-kinase catalytic subunit type 2 alpha" "PI3K-C2alpha" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000012232" "ENST00000522725;ENST00000523149;ENST00000519288;ENST00000520940;ENST00000454906;ENST00000220562;ENST00000519886;ENST00000518223;ENST00000521532;ENST00000522698;ENST00000521473;ENST00000517738;ENST00000523271;ENST00000520679" "ENSP00000428691;ENSP00000220562;ENSP00000431013;ENSP00000428352;ENSP00000429627;ENSP00000430652" "O43909" "EXTL3" "2137" "exostosin like glycosyltransferase 3" "botv;REGR" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000012660" "ENST00000304434;ENST00000485336;ENST00000465983;ENST00000486973;ENST00000370913;ENST00000370918;ENST00000542638" "ENSP00000306640;ENSP00000359951;ENSP00000359956;ENSP00000440728" "Q9NYP7" "ELOVL5" "60481" "ELOVL fatty acid elongase 5" "dJ483K16.1;HELO1;SCA38" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000012779" "ENST00000374391;ENST00000483623;ENST00000475300;ENST00000493336;ENST00000481117;ENST00000498461;ENST00000542434;ENST00000612635" "ENSP00000363512;ENSP00000437634;ENSP00000483803" "P09917" "ALOX5" "240" "arachidonate 5-lipoxygenase" "5-LOX" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000012660" "ENST00000304434;ENST00000485336;ENST00000465983;ENST00000486973;ENST00000370913;ENST00000370918;ENST00000542638" "ENSP00000306640;ENSP00000359951;ENSP00000359956;ENSP00000440728" "Q9NYP7" "ELOVL5" "60481" "ELOVL fatty acid elongase 5" "dJ483K16.1;HELO1;SCA38" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000012779" "ENST00000374391;ENST00000483623;ENST00000475300;ENST00000493336;ENST00000481117;ENST00000498461;ENST00000542434;ENST00000612635" "ENSP00000363512;ENSP00000437634;ENSP00000483803" "P09917" "ALOX5" "240" "arachidonate 5-lipoxygenase" "5-LOX" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000012963" "ENST00000554232;ENST00000556871;ENST00000553674;ENST00000013070;ENST00000555113;ENST00000553857;ENST00000555329" "ENSP00000450645;ENSP00000451022;ENSP00000450470;ENSP00000013070;ENSP00000451051;ENSP00000451785;ENSP00000452488" "Q8N806" "UBR7" "55148" "ubiquitin protein ligase E3 component n-recognin 7" "C14orf130" "Nucleus" "CellAtlas" "ENSG00000013288" "ENST00000285599;ENST00000504248;ENST00000505907;ENST00000504960;ENST00000510427" "ENSP00000285599;ENSP00000423129;ENSP00000426273" "Q9Y2E5" "MAN2B2" "23324" "mannosidase alpha class 2B member 2" "KIAA0935" "" "" "ENSG00000013375" "ENST00000504780;ENST00000513973;ENST00000512866;ENST00000650640;ENST00000616566;ENST00000283977;ENST00000651425;ENST00000651698;ENST00000650642;ENST00000651204;ENST00000652222;ENST00000506587;ENST00000509219;ENST00000652468;ENST00000507404;ENST00000510258;ENST00000505470;ENST00000507554;ENST00000605602;ENST00000508748;ENST00000503094;ENST00000515333" "ENSP00000421154;ENSP00000424874;ENSP00000421565;ENSP00000498423;ENSP00000477539;ENSP00000283977;ENSP00000498986;ENSP00000498398;ENSP00000498516;ENSP00000498912;ENSP00000499141;ENSP00000425809;ENSP00000423389;ENSP00000499112;ENSP00000427420;ENSP00000423769;ENSP00000425558;ENSP00000474029;ENSP00000424865;ENSP00000422362" "O95394" "PGM3" "5238" "phosphoglucomutase 3" "AGM1;DKFZP434B187;PAGM" "Cytosol;Nucleus" "CellAtlas" "ENSG00000013392" "ENST00000369724" "ENSP00000358739" "Q9UIY3" "RWDD2A" "112611" "RWD domain containing 2A" "dJ747H23.2;MGC13523;RWDD2" "" "" -"ENSG00000013503" "ENST00000228347;ENST00000539066;ENST00000549569;ENST00000549195" "ENSP00000228347;ENSP00000445721;ENSP00000448398" "Q9NW08" "POLR3B" "55703" "RNA polymerase III subunit B" "C128;FLJ10388;RPC2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000013561" "ENST00000511961;ENST00000506822;ENST00000513019;ENST00000394520;ENST00000514620;ENST00000502341;ENST00000506938;ENST00000394514;ENST00000512565;ENST00000515613;ENST00000507163;ENST00000506004;ENST00000507291;ENST00000394519;ENST00000356143;ENST00000347642" "ENSP00000423420;ENSP00000423273;ENSP00000421780;ENSP00000378028;ENSP00000420837;ENSP00000378022;ENSP00000426832;ENSP00000422650;ENSP00000422527;ENSP00000425361;ENSP00000423294;ENSP00000378027;ENSP00000348462;ENSP00000324956" "Q9UBS8" "RNF14" "9604" "ring finger protein 14" "ARA54;HFB30;TRIAD2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000014138" "ENST00000265465;ENST00000527850;ENST00000532469;ENST00000532391;ENST00000527618;ENST00000525924;ENST00000533192;ENST00000534785" "ENSP00000265465;ENSP00000432536;ENSP00000433952;ENSP00000434173" "Q14181" "POLA2" "23649" "DNA polymerase alpha 2, accessory subunit" "FLJ21662" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000013503" "ENST00000228347;ENST00000539066;ENST00000549569;ENST00000549195" "ENSP00000228347;ENSP00000445721;ENSP00000448398" "Q9NW08" "POLR3B" "55703" "RNA polymerase III subunit B" "C128;FLJ10388;RPC2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000013561" "ENST00000511961;ENST00000506822;ENST00000513019;ENST00000394520;ENST00000514620;ENST00000502341;ENST00000506938;ENST00000394514;ENST00000512565;ENST00000515613;ENST00000507163;ENST00000506004;ENST00000507291;ENST00000394519;ENST00000356143;ENST00000347642" "ENSP00000423420;ENSP00000423273;ENSP00000421780;ENSP00000378028;ENSP00000420837;ENSP00000378022;ENSP00000426832;ENSP00000422650;ENSP00000422527;ENSP00000425361;ENSP00000423294;ENSP00000378027;ENSP00000348462;ENSP00000324956" "Q9UBS8" "RNF14" "9604" "ring finger protein 14" "ARA54;HFB30;TRIAD2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000014138" "ENST00000265465;ENST00000527850;ENST00000532469;ENST00000532391;ENST00000527618;ENST00000525924;ENST00000533192;ENST00000534785" "ENSP00000265465;ENSP00000432536;ENSP00000433952;ENSP00000434173" "Q14181" "POLA2" "23649" "DNA polymerase alpha 2, accessory subunit" "FLJ21662" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000014257" "ENST00000336375;ENST00000495911;ENST00000475741;ENST00000351273;ENST00000493235;ENST00000489084;ENST00000483689;ENST00000512463;ENST00000507647" "ENSP00000337471;ENSP00000418366;ENSP00000417744;ENSP00000323036;ENSP00000422036" "P15309" "ACP3" "55" "acid phosphatase 3" "ACP-3;ACPP;PAP;TM-PAP" "Cytosol;Lysosome;Nucleus" "SwissProt" -"ENSG00000014641" "ENST00000485781;ENST00000544381;ENST00000409908;ENST00000442225;ENST00000233114;ENST00000539945;ENST00000409476;ENST00000485155;ENST00000436321;ENST00000462944;ENST00000454035;ENST00000472098;ENST00000421012;ENST00000432309;ENST00000484538;ENST00000495083" "ENSP00000446395;ENSP00000386743;ENSP00000399004;ENSP00000233114;ENSP00000438144;ENSP00000386719;ENSP00000394504;ENSP00000409027;ENSP00000400937;ENSP00000410073" "P40925" "MDH1" "4190" "malate dehydrogenase 1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000014641" "ENST00000485781;ENST00000544381;ENST00000409908;ENST00000442225;ENST00000233114;ENST00000539945;ENST00000409476;ENST00000485155;ENST00000436321;ENST00000462944;ENST00000454035;ENST00000472098;ENST00000421012;ENST00000432309;ENST00000484538;ENST00000495083" "ENSP00000446395;ENSP00000386743;ENSP00000399004;ENSP00000233114;ENSP00000438144;ENSP00000386719;ENSP00000394504;ENSP00000409027;ENSP00000400937;ENSP00000410073" "P40925" "MDH1" "4190" "malate dehydrogenase 1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000015413" "ENST00000570029;ENST00000421184;ENST00000565249;ENST00000564281;ENST00000568281;ENST00000393092;ENST00000561484;ENST00000261615;ENST00000564645" "ENSP00000455916;ENSP00000397313;ENSP00000455142;ENSP00000376807;ENSP00000261615" "P16444" "DPEP1" "1800" "dipeptidase 1" "" "Nucleus" "CellAtlas" "ENSG00000015520" "ENST00000289547;ENST00000381160;ENST00000423141;ENST00000546276" "ENSP00000289547;ENSP00000370552;ENSP00000404670;ENSP00000438033" "Q9UHC9" "NPC1L1" "29881" "NPC1 like intracellular cholesterol transporter 1" "SLC65A2" "Cytosol" "SwissProt" "ENSG00000015532" "ENST00000017003;ENST00000509778;ENST00000507602;ENST00000376550;ENST00000511654;ENST00000574840;ENST00000571021" "ENSP00000017003;ENSP00000425511;ENSP00000426501;ENSP00000365733;ENSP00000428350;ENSP00000460517" "Q9H1B5" "XYLT2" "64132" "xylosyltransferase 2" "PXYLT2;XT-II" "Golgi apparatus" "SwissProt" "ENSG00000016391" "ENST00000315251;ENST00000481668;ENST00000467802" "ENSP00000319851;ENSP00000418273;ENSP00000419863" "Q8NE62" "CHDH" "55349" "choline dehydrogenase" "" "" "" "ENSG00000016864" "ENST00000266014;ENST00000478968;ENST00000394783;ENST00000491606;ENST00000481643;ENST00000484163;ENST00000463827;ENST00000480080;ENST00000485899;ENST00000479553;ENST00000497436;ENST00000497953;ENST00000487642;ENST00000464705;ENST00000463762" "ENSP00000266014;ENSP00000419612;ENSP00000378263;ENSP00000418853;ENSP00000418300;ENSP00000417713;ENSP00000420286;ENSP00000419094;ENSP00000420462;ENSP00000417858" "Q68CQ7" "GLT8D1" "55830" "glycosyltransferase 8 domain containing 1" "AD-017;FLJ14611" "Mitochondria" "CellAtlas" -"ENSG00000017260" "ENST00000505330;ENST00000504381;ENST00000507488;ENST00000509150;ENST00000508532;ENST00000533801;ENST00000510168;ENST00000504948;ENST00000513801;ENST00000505072;ENST00000509662;ENST00000328560;ENST00000428331;ENST00000359644;ENST00000422190;ENST00000508297;ENST00000504612;ENST00000513636;ENST00000515854;ENST00000514654;ENST00000504571;ENST00000508660;ENST00000510774;ENST00000507194" "ENSP00000423774;ENSP00000425320;ENSP00000421326;ENSP00000424783;ENSP00000432956;ENSP00000427461;ENSP00000423330;ENSP00000422872;ENSP00000427625;ENSP00000426849;ENSP00000329664;ENSP00000395809;ENSP00000352665;ENSP00000402677;ENSP00000421261;ENSP00000425228;ENSP00000422890;ENSP00000422489;ENSP00000424930;ENSP00000427087" "P98194" "ATP2C1" "27032" "ATPase secretory pathway Ca2+ transporting 1" "ATP2C1A;BCPM;KIAA1347;PMR1;SPCA1" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000017260" "ENST00000505330;ENST00000504381;ENST00000507488;ENST00000509150;ENST00000508532;ENST00000533801;ENST00000510168;ENST00000504948;ENST00000513801;ENST00000505072;ENST00000509662;ENST00000328560;ENST00000428331;ENST00000359644;ENST00000422190;ENST00000508297;ENST00000504612;ENST00000513636;ENST00000515854;ENST00000514654;ENST00000504571;ENST00000508660;ENST00000510774;ENST00000507194" "ENSP00000423774;ENSP00000425320;ENSP00000421326;ENSP00000424783;ENSP00000432956;ENSP00000427461;ENSP00000423330;ENSP00000422872;ENSP00000427625;ENSP00000426849;ENSP00000329664;ENSP00000395809;ENSP00000352665;ENSP00000402677;ENSP00000421261;ENSP00000425228;ENSP00000422890;ENSP00000422489;ENSP00000424930;ENSP00000427087" "P98194" "ATP2C1" "27032" "ATPase secretory pathway Ca2+ transporting 1" "ATP2C1A;BCPM;KIAA1347;PMR1;SPCA1" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000017483" "ENST00000595796;ENST00000619100;ENST00000622196;ENST00000620913;ENST00000497336;ENST00000615300;ENST00000480105;ENST00000494034;ENST00000440085;ENST00000441948;ENST00000413668;ENST00000416711;ENST00000488083;ENST00000429543" "ENSP00000471683;ENSP00000478807;ENSP00000484236;ENSP00000481291;ENSP00000482638;ENSP00000402988;ENSP00000407258;ENSP00000403976;ENSP00000389644;ENSP00000483716;ENSP00000416948" "Q8WUX1" "SLC38A5" "92745" "solute carrier family 38 member 5" "JM24;SN2" "Cytosol" "CellAtlas" -"ENSG00000017797" "ENST00000019317;ENST00000585015;ENST00000609094;ENST00000383432;ENST00000458039;ENST00000577221" "ENSP00000019317;ENSP00000463693;ENSP00000492511;ENSP00000372924;ENSP00000411556;ENSP00000462549" "Q15311" "RALBP1" "10928" "ralA binding protein 1" "RIP;RIP1;RLIP76" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000017797" "ENST00000019317;ENST00000585015;ENST00000609094;ENST00000383432;ENST00000458039;ENST00000577221" "ENSP00000019317;ENSP00000463693;ENSP00000492511;ENSP00000372924;ENSP00000411556;ENSP00000462549" "Q15311" "RALBP1" "10928" "ralA binding protein 1" "RIP;RIP1;RLIP76" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000018280" "ENST00000468221;ENST00000233202;ENST00000473367;ENST00000465984;ENST00000539932;ENST00000354352;ENST00000481524;ENST00000494322;ENST00000471875;ENST00000469799;ENST00000492413;ENST00000475225;ENST00000469449;ENST00000483487;ENST00000460592;ENST00000490872;ENST00000490536;ENST00000468721" "ENSP00000233202;ENSP00000484905;ENSP00000443435;ENSP00000346320;ENSP00000483970" "P49279" "SLC11A1" "6556" "solute carrier family 11 member 1" "LSH;NRAMP;NRAMP1" "Mitochondria;Nucleus" "CellAtlas" -"ENSG00000018510" "ENST00000680705;ENST00000680770;ENST00000637633;ENST00000679459;ENST00000681752;ENST00000460342;ENST00000680677;ENST00000680910;ENST00000680893;ENST00000681032;ENST00000679421;ENST00000681565;ENST00000409888;ENST00000264167;ENST00000642466;ENST00000680155;ENST00000679478;ENST00000681449;ENST00000681891;ENST00000679639;ENST00000681028;ENST00000680028;ENST00000679994;ENST00000680390;ENST00000681300" "ENSP00000505536;ENSP00000490844;ENSP00000506137;ENSP00000504994;ENSP00000505929;ENSP00000505205;ENSP00000505620;ENSP00000386688;ENSP00000264167;ENSP00000494433;ENSP00000505333;ENSP00000506484;ENSP00000505342;ENSP00000506323;ENSP00000504957" "O00116" "AGPS" "8540" "alkylglycerone phosphate synthase" "ADAP-S;ADAS;ADHAPS;ADPS;ALDHPSY" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000018510" "ENST00000680705;ENST00000680770;ENST00000637633;ENST00000679459;ENST00000681752;ENST00000460342;ENST00000680677;ENST00000680910;ENST00000680893;ENST00000681032;ENST00000679421;ENST00000681565;ENST00000409888;ENST00000264167;ENST00000642466;ENST00000680155;ENST00000679478;ENST00000681449;ENST00000681891;ENST00000679639;ENST00000681028;ENST00000680028;ENST00000679994;ENST00000680390;ENST00000681300" "ENSP00000505536;ENSP00000490844;ENSP00000506137;ENSP00000504994;ENSP00000505929;ENSP00000505205;ENSP00000505620;ENSP00000386688;ENSP00000264167;ENSP00000494433;ENSP00000505333;ENSP00000506484;ENSP00000505342;ENSP00000506323;ENSP00000504957" "O00116" "AGPS" "8540" "alkylglycerone phosphate synthase" "ADAP-S;ADAS;ADHAPS;ADPS;ALDHPSY" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000018625" "ENST00000472488;ENST00000478587;ENST00000361216;ENST00000392233;ENST00000468587;ENST00000447527;ENST00000463989;ENST00000459972" "ENSP00000354490;ENSP00000376066;ENSP00000411705" "P50993" "ATP1A2" "477" "ATPase Na+/K+ transporting subunit alpha 2" "FHM2;MHP2" "" "" -"ENSG00000019186" "ENST00000216862;ENST00000395955;ENST00000460643;ENST00000395954;ENST00000487593;ENST00000472970" "ENSP00000216862;ENSP00000379285;ENSP00000379284" "Q07973" "CYP24A1" "1591" "cytochrome P450 family 24 subfamily A member 1" "CP24;CYP24;P450-CC24" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000021461" "ENST00000631161;ENST00000354829;ENST00000342499;ENST00000417625;ENST00000436834;ENST00000415413;ENST00000433277;ENST00000444905;ENST00000463915;ENST00000477658;ENST00000491648;ENST00000495115;ENST00000222382;ENST00000312017;ENST00000434806;ENST00000481362;ENST00000472352" "ENSP00000486759;ENSP00000346887;ENSP00000345351;ENSP00000416581;ENSP00000415221;ENSP00000401521;ENSP00000400316;ENSP00000405557;ENSP00000222382;ENSP00000312110;ENSP00000411653" "Q9HB55" "CYP3A43" "64816" "cytochrome P450 family 3 subfamily A member 43" "" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000019186" "ENST00000216862;ENST00000395955;ENST00000460643;ENST00000395954;ENST00000487593;ENST00000472970" "ENSP00000216862;ENSP00000379285;ENSP00000379284" "Q07973" "CYP24A1" "1591" "cytochrome P450 family 24 subfamily A member 1" "CP24;CYP24;P450-CC24" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000021461" "ENST00000631161;ENST00000354829;ENST00000342499;ENST00000417625;ENST00000436834;ENST00000415413;ENST00000433277;ENST00000444905;ENST00000463915;ENST00000477658;ENST00000491648;ENST00000495115;ENST00000222382;ENST00000312017;ENST00000434806;ENST00000481362;ENST00000472352" "ENSP00000486759;ENSP00000346887;ENSP00000345351;ENSP00000416581;ENSP00000415221;ENSP00000401521;ENSP00000400316;ENSP00000405557;ENSP00000222382;ENSP00000312110;ENSP00000411653" "Q9HB55" "CYP3A43" "64816" "cytochrome P450 family 3 subfamily A member 43" "" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000021488" "ENST00000590341;ENST00000590465;ENST00000023064;ENST00000592232;ENST00000587772;ENST00000589659" "ENSP00000464822;ENSP00000468076;ENSP00000023064;ENSP00000465563;ENSP00000468439" "P82251" "SLC7A9" "11136" "solute carrier family 7 member 9" "CSNU3" "" "" -"ENSG00000021826" "ENST00000673510;ENST00000673630;ENST00000673711;ENST00000233072;ENST00000497163;ENST00000674074;ENST00000673698;ENST00000467353;ENST00000497121;ENST00000645825;ENST00000470791;ENST00000671984;ENST00000479988;ENST00000430249;ENST00000451903;ENST00000619804" "ENSP00000500537;ENSP00000501073;ENSP00000501022;ENSP00000233072;ENSP00000501214;ENSP00000402608;ENSP00000406136;ENSP00000480517" "P31327" "CPS1" "1373" "carbamoyl-phosphate synthase 1" "" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000021826" "ENST00000673510;ENST00000673630;ENST00000673711;ENST00000233072;ENST00000497163;ENST00000674074;ENST00000673698;ENST00000467353;ENST00000497121;ENST00000645825;ENST00000470791;ENST00000671984;ENST00000479988;ENST00000430249;ENST00000451903;ENST00000619804" "ENSP00000500537;ENSP00000501073;ENSP00000501022;ENSP00000233072;ENSP00000501214;ENSP00000402608;ENSP00000406136;ENSP00000480517" "P31327" "CPS1" "1373" "carbamoyl-phosphate synthase 1" "" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000023041" "ENST00000626395;ENST00000682267;ENST00000683505;ENST00000369405;ENST00000682143;ENST00000682441;ENST00000684507;ENST00000681964;ENST00000683491;ENST00000682731;ENST00000682807;ENST00000684234;ENST00000684741;ENST00000682616;ENST00000683319;ENST00000682195;ENST00000682182;ENST00000683895;ENST00000684173;ENST00000682055;ENST00000369404;ENST00000482410;ENST00000471035;ENST00000682839;ENST00000684617;ENST00000682006" "ENSP00000486105;ENSP00000507679;ENSP00000508215;ENSP00000358413;ENSP00000507009;ENSP00000507648;ENSP00000507541;ENSP00000508238;ENSP00000507676;ENSP00000507016;ENSP00000507345;ENSP00000507661;ENSP00000507445;ENSP00000507388;ENSP00000358412;ENSP00000508135" "Q9H6R6" "ZDHHC6" "64429" "zinc finger DHHC-type palmitoyltransferase 6" "FLJ21952;ZNF376" "Endoplasmic reticulum" "SwissProt" -"ENSG00000023228" "ENST00000233190;ENST00000423725;ENST00000457011;ENST00000440274;ENST00000449699;ENST00000432169;ENST00000498520;ENST00000456284;ENST00000454195;ENST00000455934" "ENSP00000233190;ENSP00000397760;ENSP00000400976;ENSP00000409766;ENSP00000399912;ENSP00000409689;ENSP00000395553;ENSP00000389413;ENSP00000392709" "P28331" "NDUFS1" "4719" "NADH:ubiquinone oxidoreductase core subunit S1" "CI-75k" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000023330" "ENST00000469224;ENST00000394965;ENST00000310271;ENST00000484952;ENST00000493402;ENST00000459884" "ENSP00000417719;ENSP00000378416;ENSP00000309259;ENSP00000418779;ENSP00000417352;ENSP00000419423" "P13196" "ALAS1" "211" "5'-aminolevulinate synthase 1" "ALAS;ALAS3" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000023572" "ENST00000608166;ENST00000367439;ENST00000367440;ENST00000472197" "ENSP00000494652;ENSP00000356409;ENSP00000356410" "Q9NS18" "GLRX2" "51022" "glutaredoxin 2" "bA101E13.1;GRX2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000023697" "ENST00000428559;ENST00000526521;ENST00000524480;ENST00000531803;ENST00000528821;ENST00000532964;ENST00000533447;ENST00000526530;ENST00000530274;ENST00000532573" "ENSP00000416583;ENSP00000435683;ENSP00000432633;ENSP00000433051;ENSP00000433801;ENSP00000436999;ENSP00000434973;ENSP00000431757" "Q9Y315" "DERA" "51071" "deoxyribose-phosphate aldolase" "CGI-26;DEOC" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000023228" "ENST00000233190;ENST00000423725;ENST00000457011;ENST00000440274;ENST00000449699;ENST00000432169;ENST00000498520;ENST00000456284;ENST00000454195;ENST00000455934" "ENSP00000233190;ENSP00000397760;ENSP00000400976;ENSP00000409766;ENSP00000399912;ENSP00000409689;ENSP00000395553;ENSP00000389413;ENSP00000392709" "P28331" "NDUFS1" "4719" "NADH:ubiquinone oxidoreductase core subunit S1" "CI-75k" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000023330" "ENST00000469224;ENST00000394965;ENST00000310271;ENST00000484952;ENST00000493402;ENST00000459884" "ENSP00000417719;ENSP00000378416;ENSP00000309259;ENSP00000418779;ENSP00000417352;ENSP00000419423" "P13196" "ALAS1" "211" "5'-aminolevulinate synthase 1" "ALAS;ALAS3" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000023572" "ENST00000608166;ENST00000367439;ENST00000367440;ENST00000472197" "ENSP00000494652;ENSP00000356409;ENSP00000356410" "Q9NS18" "GLRX2" "51022" "glutaredoxin 2" "bA101E13.1;GRX2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000023697" "ENST00000428559;ENST00000526521;ENST00000524480;ENST00000531803;ENST00000528821;ENST00000532964;ENST00000533447;ENST00000526530;ENST00000530274;ENST00000532573" "ENSP00000416583;ENSP00000435683;ENSP00000432633;ENSP00000433051;ENSP00000433801;ENSP00000436999;ENSP00000434973;ENSP00000431757" "Q9Y315" "DERA" "51071" "deoxyribose-phosphate aldolase" "CGI-26;DEOC" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000023839" "ENST00000648689;ENST00000647836;ENST00000647814;ENST00000648324;ENST00000649932;ENST00000370434;ENST00000649493;ENST00000496621;ENST00000649459;ENST00000648523" "ENSP00000496972;ENSP00000497274;ENSP00000497248;ENSP00000498120;ENSP00000496847;ENSP00000497778" "Q92887" "ABCC2" "1244" "ATP binding cassette subfamily C member 2" "CMOAT;cMRP;DJS;MRP2" "" "" "ENSG00000023909" "ENST00000370238;ENST00000467772;ENST00000462183;ENST00000615724" "ENSP00000359258;ENSP00000484507" "P48507" "GCLM" "2730" "glutamate-cysteine ligase modifier subunit" "GLCLR" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000024048" "ENST00000372899;ENST00000372901;ENST00000372903" "ENSP00000361990;ENSP00000361992;ENSP00000361994" "Q8IWV8" "UBR2" "23304" "ubiquitin protein ligase E3 component n-recognin 2" "bA49A4.1;C6orf133;dJ392M17.3;KIAA0349" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000024048" "ENST00000372899;ENST00000372901;ENST00000372903" "ENSP00000361990;ENSP00000361992;ENSP00000361994" "Q8IWV8" "UBR2" "23304" "ubiquitin protein ligase E3 component n-recognin 2" "bA49A4.1;C6orf133;dJ392M17.3;KIAA0349" "Nucleus" "SwissProt;CellAtlas" "ENSG00000025423" "ENST00000555159;ENST00000555805;ENST00000554643;ENST00000556650;ENST00000554150;ENST00000556481;ENST00000554155;ENST00000322165;ENST00000556875;ENST00000553476" "ENSP00000450698;ENSP00000451753;ENSP00000451406;ENSP00000452103;ENSP00000452273;ENSP00000451497;ENSP00000318631" "O14756" "HSD17B6" "8630" "hydroxysteroid 17-beta dehydrogenase 6" "HSE;RODH;SDR9C6" "Nucleus" "CellAtlas" "ENSG00000025708" "ENST00000651490;ENST00000252029;ENST00000395680;ENST00000395681;ENST00000487577;ENST00000395678;ENST00000476284;ENST00000425169;ENST00000652401;ENST00000650719;ENST00000651401;ENST00000652352;ENST00000651906;ENST00000487162;ENST00000652237;ENST00000651095;ENST00000651196" "ENSP00000498433;ENSP00000252029;ENSP00000379037;ENSP00000379038;ENSP00000498844;ENSP00000379036;ENSP00000395875;ENSP00000498619;ENSP00000498276;ENSP00000499115;ENSP00000498579;ENSP00000499096" "P19971" "TYMP" "1890" "thymidine phosphorylase" "ECGF1;MNGIE" "Cytosol;Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000025800" "ENST00000373625;ENST00000471599;ENST00000469790;ENST00000446515" "ENSP00000362728;ENSP00000474234;ENSP00000415677" "O60684" "KPNA6" "23633" "karyopherin subunit alpha 6" "FLJ11249;IPOA7;KPNA7;MGC17918" "Cytosol;Nucleus" "CellAtlas" "ENSG00000026103" "ENST00000612663;ENST00000652046;ENST00000352159;ENST00000484444;ENST00000357339;ENST00000488877;ENST00000494410;ENST00000479522;ENST00000492756;ENST00000355279;ENST00000460510;ENST00000477270;ENST00000313771;ENST00000466081;ENST00000371857;ENST00000494799;ENST00000487314;ENST00000640681;ENST00000640140;ENST00000640250;ENST00000355740" "ENSP00000477997;ENSP00000498466;ENSP00000345601;ENSP00000420975;ENSP00000349896;ENSP00000425159;ENSP00000423755;ENSP00000424113;ENSP00000422453;ENSP00000347426;ENSP00000347979" "P25445" "FAS" "355" "Fas cell surface death receptor" "APO-1;APT1;CD95;FAS1;TNFRSF6" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000026652" "ENST00000320285;ENST00000437165;ENST00000436279;ENST00000624499;ENST00000366905;ENST00000366911" "ENSP00000314036;ENSP00000400211;ENSP00000413901;ENSP00000355872;ENSP00000355878" "Q9NRZ5" "AGPAT4" "56895" "1-acylglycerol-3-phosphate O-acyltransferase 4" "dJ473J16.2;LPAAT-delta" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000026652" "ENST00000320285;ENST00000437165;ENST00000436279;ENST00000624499;ENST00000366905;ENST00000366911" "ENSP00000314036;ENSP00000400211;ENSP00000413901;ENSP00000355872;ENSP00000355878" "Q9NRZ5" "AGPAT4" "56895" "1-acylglycerol-3-phosphate O-acyltransferase 4" "dJ473J16.2;LPAAT-delta" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000027847" "ENST00000029410;ENST00000502420;ENST00000505433;ENST00000510761;ENST00000505468;ENST00000507061;ENST00000505145;ENST00000515353" "ENSP00000029410;ENSP00000425591;ENSP00000423438;ENSP00000420886;ENSP00000423868" "Q9UBV7" "B4GALT7" "11285" "beta-1,4-galactosyltransferase 7" "beta4Gal-T7;XGALT-1" "Golgi apparatus" "SwissProt" "ENSG00000029639" "ENST00000367166;ENST00000468889;ENST00000470239;ENST00000495806;ENST00000489874;ENST00000487586;ENST00000475849;ENST00000480390;ENST00000466349" "ENSP00000356134" "Q8WVM0" "TFB1M" "51106" "transcription factor B1, mitochondrial" "CGI-75;mtTFB" "Mitochondria" "SwissProt" "ENSG00000030066" "ENST00000378460;ENST00000530326;ENST00000532773;ENST00000528071;ENST00000526569;ENST00000527750;ENST00000528501;ENST00000531016;ENST00000527126;ENST00000526870;ENST00000529863" "ENSP00000367721;ENSP00000433590;ENSP00000432367;ENSP00000433964;ENSP00000431495" "Q12769" "NUP160" "23279" "nucleoporin 160" "FLJ22583;KIAA0197" "Nucleus" "SwissProt" -"ENSG00000031698" "ENST00000234677;ENST00000482384;ENST00000477544;ENST00000369923;ENST00000471705;ENST00000468588" "ENSP00000234677;ENSP00000358939" "P49591" "SARS1" "6301" "seryl-tRNA synthetase 1" "SARS;SERS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000032444" "ENST00000221249;ENST00000594754;ENST00000601668;ENST00000594098;ENST00000601001;ENST00000545201;ENST00000596515;ENST00000414982;ENST00000450331;ENST00000600942;ENST00000593924;ENST00000600737;ENST00000602191;ENST00000598462;ENST00000595264;ENST00000594551;ENST00000599311;ENST00000595176;ENST00000595889;ENST00000594864;ENST00000599951;ENST00000646984;ENST00000595352;ENST00000599947;ENST00000597202" "ENSP00000221249;ENSP00000470608;ENSP00000472631;ENSP00000443323;ENSP00000470461;ENSP00000407509;ENSP00000394348;ENSP00000472572;ENSP00000469794;ENSP00000473211;ENSP00000472456;ENSP00000470060;ENSP00000496219;ENSP00000469171" "Q8IY17" "PNPLA6" "10908" "patatin like phospholipase domain containing 6" "iPLA2delta;NTE;SPG39;sws" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000033011" "ENST00000632058;ENST00000683433;ENST00000650085;ENST00000682020;ENST00000682985;ENST00000682327;ENST00000588623;ENST00000682314;ENST00000683685;ENST00000683772;ENST00000684335;ENST00000682797;ENST00000684190;ENST00000682206;ENST00000586840;ENST00000683710;ENST00000682703;ENST00000682349;ENST00000592793;ENST00000262374;ENST00000591822;ENST00000684008;ENST00000591783;ENST00000544428;ENST00000683739" "ENSP00000507463;ENSP00000507951;ENSP00000508075;ENSP00000507598;ENSP00000507058;ENSP00000468118;ENSP00000508112;ENSP00000507582;ENSP00000507554;ENSP00000508285;ENSP00000467538;ENSP00000506785;ENSP00000262374;ENSP00000467865;ENSP00000507962;ENSP00000464700;ENSP00000440019;ENSP00000507002" "Q9BT22" "ALG1" "56052" "ALG1 chitobiosyldiphosphodolichol beta-mannosyltransferase" "CDG1K;HMAT1;HMT-1;Mat-1" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000031698" "ENST00000234677;ENST00000482384;ENST00000477544;ENST00000369923;ENST00000471705;ENST00000468588" "ENSP00000234677;ENSP00000358939" "P49591" "SARS1" "6301" "seryl-tRNA synthetase 1" "SARS;SERS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000032444" "ENST00000221249;ENST00000594754;ENST00000601668;ENST00000594098;ENST00000601001;ENST00000545201;ENST00000596515;ENST00000414982;ENST00000450331;ENST00000600942;ENST00000593924;ENST00000600737;ENST00000602191;ENST00000598462;ENST00000595264;ENST00000594551;ENST00000599311;ENST00000595176;ENST00000595889;ENST00000594864;ENST00000599951;ENST00000646984;ENST00000595352;ENST00000599947;ENST00000597202" "ENSP00000221249;ENSP00000470608;ENSP00000472631;ENSP00000443323;ENSP00000470461;ENSP00000407509;ENSP00000394348;ENSP00000472572;ENSP00000469794;ENSP00000473211;ENSP00000472456;ENSP00000470060;ENSP00000496219;ENSP00000469171" "Q8IY17" "PNPLA6" "10908" "patatin like phospholipase domain containing 6" "iPLA2delta;NTE;SPG39;sws" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000033011" "ENST00000632058;ENST00000683433;ENST00000650085;ENST00000682020;ENST00000682985;ENST00000682327;ENST00000588623;ENST00000682314;ENST00000683685;ENST00000683772;ENST00000684335;ENST00000682797;ENST00000684190;ENST00000682206;ENST00000586840;ENST00000683710;ENST00000682703;ENST00000682349;ENST00000592793;ENST00000262374;ENST00000591822;ENST00000684008;ENST00000591783;ENST00000544428;ENST00000683739" "ENSP00000507463;ENSP00000507951;ENSP00000508075;ENSP00000507598;ENSP00000507058;ENSP00000468118;ENSP00000508112;ENSP00000507582;ENSP00000507554;ENSP00000508285;ENSP00000467538;ENSP00000506785;ENSP00000262374;ENSP00000467865;ENSP00000507962;ENSP00000464700;ENSP00000440019;ENSP00000507002" "Q9BT22" "ALG1" "56052" "ALG1 chitobiosyldiphosphodolichol beta-mannosyltransferase" "CDG1K;HMAT1;HMT-1;Mat-1" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000033100" "ENST00000482173;ENST00000495645;ENST00000035307;ENST00000465601" "ENSP00000419769;ENSP00000418914;ENSP00000035307;ENSP00000420204" "Q9P2E5" "CHPF2" "54480" "chondroitin polymerizing factor 2" "ChSy-3;CSGlcA-T;KIAA1402" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000033170" "ENST00000360689;ENST00000394586;ENST00000556518;ENST00000342677;ENST00000557164;ENST00000549235;ENST00000555559;ENST00000673929;ENST00000674118;ENST00000553924;ENST00000358307;ENST00000557338;ENST00000554610;ENST00000556292;ENST00000554667;ENST00000557536;ENST00000554765" "ENSP00000353910;ENSP00000378087;ENSP00000452597;ENSP00000345865;ENSP00000452433;ENSP00000451689;ENSP00000501213;ENSP00000501008;ENSP00000451577;ENSP00000351057;ENSP00000452105;ENSP00000452309;ENSP00000452147" "Q9BYC5" "FUT8" "2530" "fucosyltransferase 8" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000033170" "ENST00000360689;ENST00000394586;ENST00000556518;ENST00000342677;ENST00000557164;ENST00000549235;ENST00000555559;ENST00000673929;ENST00000674118;ENST00000553924;ENST00000358307;ENST00000557338;ENST00000554610;ENST00000556292;ENST00000554667;ENST00000557536;ENST00000554765" "ENSP00000353910;ENSP00000378087;ENSP00000452597;ENSP00000345865;ENSP00000452433;ENSP00000451689;ENSP00000501213;ENSP00000501008;ENSP00000451577;ENSP00000351057;ENSP00000452105;ENSP00000452309;ENSP00000452147" "Q9BYC5" "FUT8" "2530" "fucosyltransferase 8" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000033178" "ENST00000322244;ENST00000514261;ENST00000505673;ENST00000420827;ENST00000429659;ENST00000506571" "ENSP00000313454;ENSP00000425091;ENSP00000421984;ENSP00000399234" "A0AVT1" "UBA6" "55236" "ubiquitin like modifier activating enzyme 6" "FLJ10808;UBE1L2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000033627" "ENST00000393829;ENST00000588629;ENST00000588901;ENST00000537728;ENST00000343619;ENST00000264649;ENST00000585525;ENST00000544137;ENST00000589727;ENST00000587824;ENST00000589213;ENST00000592324;ENST00000587375;ENST00000586001;ENST00000587882;ENST00000589759;ENST00000586315;ENST00000587510;ENST00000586201;ENST00000588138;ENST00000585828;ENST00000588806;ENST00000592831;ENST00000587797;ENST00000587299" "ENSP00000377415;ENSP00000468001;ENSP00000443991;ENSP00000342951;ENSP00000264649;ENSP00000466878;ENSP00000446377;ENSP00000467373;ENSP00000466328;ENSP00000466290;ENSP00000466767;ENSP00000468169;ENSP00000468177;ENSP00000466852" "Q93050" "ATP6V0A1" "535" "ATPase H+ transporting V0 subunit a1" "a1;ATP6N1;ATP6N1A;Stv1;Vph1;VPP1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000033627" "ENST00000393829;ENST00000588629;ENST00000588901;ENST00000537728;ENST00000343619;ENST00000264649;ENST00000585525;ENST00000544137;ENST00000589727;ENST00000587824;ENST00000589213;ENST00000592324;ENST00000587375;ENST00000586001;ENST00000587882;ENST00000589759;ENST00000586315;ENST00000587510;ENST00000586201;ENST00000588138;ENST00000585828;ENST00000588806;ENST00000592831;ENST00000587797;ENST00000587299" "ENSP00000377415;ENSP00000468001;ENSP00000443991;ENSP00000342951;ENSP00000264649;ENSP00000466878;ENSP00000446377;ENSP00000467373;ENSP00000466328;ENSP00000466290;ENSP00000466767;ENSP00000468169;ENSP00000468177;ENSP00000466852" "Q93050" "ATP6V0A1" "535" "ATPase H+ transporting V0 subunit a1" "a1;ATP6N1;ATP6N1A;Stv1;Vph1;VPP1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000033867" "ENST00000419036;ENST00000295736;ENST00000428386;ENST00000454389;ENST00000440156;ENST00000457377;ENST00000438530;ENST00000437179;ENST00000446700;ENST00000455077;ENST00000445684;ENST00000465487;ENST00000437266;ENST00000428179;ENST00000475120;ENST00000491211;ENST00000428005;ENST00000425128" "ENSP00000411031;ENSP00000295736;ENSP00000416368;ENSP00000390394;ENSP00000414797;ENSP00000408323;ENSP00000407304;ENSP00000394252;ENSP00000406605;ENSP00000407382;ENSP00000406804;ENSP00000409418;ENSP00000388703;ENSP00000401949" "Q9Y6M7" "SLC4A7" "9497" "solute carrier family 4 member 7" "NBC3;SBC2;SLC4A6" "Cytosol" "CellAtlas" "ENSG00000034677" "ENST00000519449;ENST00000341084;ENST00000520903;ENST00000523255;ENST00000523644;ENST00000520071;ENST00000524233;ENST00000519527;ENST00000523167;ENST00000522369;ENST00000517584;ENST00000432381;ENST00000523481;ENST00000522182;ENST00000519342" "ENSP00000428968;ENSP00000342667;ENSP00000431077;ENSP00000429549;ENSP00000429841;ENSP00000429161;ENSP00000397305;ENSP00000430553" "Q9NV58" "RNF19A" "25897" "ring finger protein 19A, RBR E3 ubiquitin protein ligase" "DKFZp566B1346;dorfin;RNF19" "Cytosol" "SwissProt" -"ENSG00000035687" "ENST00000366535;ENST00000468215;ENST00000462358" "ENSP00000355493" "P30520" "ADSS2" "159" "adenylosuccinate synthase 2" "ADSS" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000036473" "ENST00000039007;ENST00000643344;ENST00000488812" "ENSP00000039007;ENSP00000496606" "P00480" "OTC" "5009" "ornithine transcarbamylase" "OTCase" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000035687" "ENST00000366535;ENST00000468215;ENST00000462358" "ENSP00000355493" "P30520" "ADSS2" "159" "adenylosuccinate synthase 2" "ADSS" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000036473" "ENST00000039007;ENST00000643344;ENST00000488812" "ENSP00000039007;ENSP00000496606" "P00480" "OTC" "5009" "ornithine transcarbamylase" "OTCase" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000036530" "ENST00000554611;ENST00000261835;ENST00000380228;ENST00000554176;ENST00000554917;ENST00000556313;ENST00000556822" "ENSP00000451069;ENSP00000261835;ENSP00000369577;ENSP00000452151;ENSP00000451602" "Q9Y6A2" "CYP46A1" "10858" "cytochrome P450 family 46 subfamily A member 1" "CYP46" "Endoplasmic reticulum" "SwissProt" "ENSG00000036565" "ENST00000265808;ENST00000276373;ENST00000517776;ENST00000519026;ENST00000381608;ENST00000519171;ENST00000522513;ENST00000524272;ENST00000440926;ENST00000437980" "ENSP00000265808;ENSP00000276373;ENSP00000428001;ENSP00000429664;ENSP00000371021;ENSP00000428999;ENSP00000387549;ENSP00000413361" "P54219" "SLC18A1" "6570" "solute carrier family 18 member A1" "CGAT;VAT1;VMAT1" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000036672" "ENST00000455332;ENST00000260187;ENST00000525735;ENST00000525189;ENST00000532613;ENST00000531070;ENST00000527843" "ENSP00000407842;ENSP00000260187;ENSP00000436952;ENSP00000433977;ENSP00000431857" "O75604" "USP2" "9099" "ubiquitin specific peptidase 2" "UBP41" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000037757" "ENST00000040663;ENST00000588526;ENST00000319545;ENST00000593245;ENST00000591688;ENST00000589290" "ENSP00000040663;ENSP00000314871" "Q9BV20" "MRI1" "84245" "methylthioribose-1-phosphate isomerase 1" "MGC3207;MRDI;mtnA;Ypr118w" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000037897" "ENST00000324871;ENST00000257848;ENST00000547653;ENST00000548504;ENST00000551117;ENST00000553125;ENST00000548681;ENST00000549773" "ENSP00000314441;ENSP00000257848;ENSP00000447838;ENSP00000449397;ENSP00000447988;ENSP00000448342" "Q9UBP6" "METTL1" "4234" "methyltransferase like 1" "C12orf1;TRM8;TRMT8" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000036672" "ENST00000455332;ENST00000260187;ENST00000525735;ENST00000525189;ENST00000532613;ENST00000531070;ENST00000527843" "ENSP00000407842;ENSP00000260187;ENSP00000436952;ENSP00000433977;ENSP00000431857" "O75604" "USP2" "9099" "ubiquitin specific peptidase 2" "UBP41" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000037757" "ENST00000040663;ENST00000588526;ENST00000319545;ENST00000593245;ENST00000591688;ENST00000589290" "ENSP00000040663;ENSP00000314871" "Q9BV20" "MRI1" "84245" "methylthioribose-1-phosphate isomerase 1" "MGC3207;MRDI;mtnA;Ypr118w" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000037897" "ENST00000324871;ENST00000257848;ENST00000547653;ENST00000548504;ENST00000551117;ENST00000553125;ENST00000548681;ENST00000549773" "ENSP00000314441;ENSP00000257848;ENSP00000447838;ENSP00000449397;ENSP00000447988;ENSP00000448342" "Q9UBP6" "METTL1" "4234" "methyltransferase like 1" "C12orf1;TRM8;TRMT8" "Nucleus" "SwissProt;CellAtlas" "ENSG00000038002" "ENST00000264595;ENST00000502310;ENST00000506853;ENST00000510635;ENST00000510955;ENST00000511231" "ENSP00000264595;ENSP00000423798;ENSP00000421471" "P20933" "AGA" "175" "aspartylglucosaminidase" "ASRG" "Lysosome" "SwissProt" -"ENSG00000038210" "ENST00000512921;ENST00000264864" "ENSP00000423373;ENSP00000264864" "Q8TCG2" "PI4K2B" "55300" "phosphatidylinositol 4-kinase type 2 beta" "FLJ11105;PI4KIIB;PIK42B" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000038210" "ENST00000512921;ENST00000264864" "ENSP00000423373;ENSP00000264864" "Q8TCG2" "PI4K2B" "55300" "phosphatidylinositol 4-kinase type 2 beta" "FLJ11105;PI4KIIB;PIK42B" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000038274" "ENST00000280969;ENST00000519719;ENST00000321757;ENST00000421814;ENST00000518095;ENST00000523606;ENST00000520449;ENST00000521838" "ENSP00000280969;ENSP00000325425;ENSP00000397371;ENSP00000428046;ENSP00000431071" "Q9NZL9" "MAT2B" "27430" "methionine adenosyltransferase 2B" "MATIIbeta;SDR23E1" "" "" -"ENSG00000039123" "ENST00000230640;ENST00000504388;ENST00000506750;ENST00000503165;ENST00000504997;ENST00000505565;ENST00000502953;ENST00000518955;ENST00000508716" "ENSP00000230640;ENSP00000425042;ENSP00000422125;ENSP00000426641" "P42285" "MTREX" "23517" "Mtr4 exosome RNA helicase" "Dob1;fSAP118;KIAA0052;Mtr4;SKIV2L2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000039650" "ENST00000596624;ENST00000636840;ENST00000595081;ENST00000601816;ENST00000594661;ENST00000627232;ENST00000593946;ENST00000600910;ENST00000322344;ENST00000599454;ENST00000631020;ENST00000596014;ENST00000600573;ENST00000597965;ENST00000640501;ENST00000625216;ENST00000593706;ENST00000627317;ENST00000629179;ENST00000637325;ENST00000636214;ENST00000599543;ENST00000596726;ENST00000625299;ENST00000598020;ENST00000637897;ENST00000626274;ENST00000629088;ENST00000595792;ENST00000636994;ENST00000638016" "ENSP00000490737;ENSP00000486037;ENSP00000468896;ENSP00000473137;ENSP00000323511;ENSP00000486707;ENSP00000472300;ENSP00000469826;ENSP00000471097;ENSP00000491347;ENSP00000486898;ENSP00000486500;ENSP00000489983;ENSP00000469848;ENSP00000470887;ENSP00000470346;ENSP00000490539;ENSP00000490791;ENSP00000489771" "Q96T60" "PNKP" "11284" "polynucleotide kinase 3'-phosphatase" "PNK" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000040933" "ENST00000409016;ENST00000409851;ENST00000409463;ENST00000409540;ENST00000463367;ENST00000523221;ENST00000468638;ENST00000467042;ENST00000498026;ENST00000074304" "ENSP00000386704;ENSP00000386777;ENSP00000386329;ENSP00000387294;ENSP00000427722;ENSP00000074304" "Q96PE3" "INPP4A" "3631" "inositol polyphosphate-4-phosphatase type I A" "INPP4" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000041880" "ENST00000431474;ENST00000417220;ENST00000398755;ENST00000471971;ENST00000470601;ENST00000498510;ENST00000470749;ENST00000475782;ENST00000486510" "ENSP00000401511;ENSP00000395951;ENSP00000381740;ENSP00000417396;ENSP00000417625" "Q9Y6F1" "PARP3" "10039" "poly(ADP-ribose) polymerase family member 3" "ADPRT3;ADPRTL3;ARTD3;hPARP-3;IRT1;pADPRT-3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000043514" "ENST00000648678;ENST00000441669;ENST00000462797;ENST00000316891;ENST00000372818;ENST00000495175;ENST00000491865;ENST00000465417;ENST00000492612;ENST00000467774;ENST00000489945;ENST00000486825;ENST00000469476;ENST00000462243;ENST00000541099;ENST00000537440" "ENSP00000497805;ENSP00000388333;ENSP00000473773;ENSP00000321810;ENSP00000361905;ENSP00000474264;ENSP00000473708;ENSP00000473745;ENSP00000474151;ENSP00000474768;ENSP00000437896;ENSP00000437700" "Q9H3H1" "TRIT1" "54802" "tRNA isopentenyltransferase 1" "FLJ20061;IPT" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000044446" "ENST00000379942;ENST00000481718;ENST00000469485;ENST00000473597;ENST00000473739;ENST00000469645;ENST00000486231;ENST00000464455" "ENSP00000369274" "P46019" "PHKA2" "5256" "phosphorylase kinase regulatory subunit alpha 2" "PHK;PYK" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000039123" "ENST00000230640;ENST00000504388;ENST00000506750;ENST00000503165;ENST00000504997;ENST00000505565;ENST00000502953;ENST00000518955;ENST00000508716" "ENSP00000230640;ENSP00000425042;ENSP00000422125;ENSP00000426641" "P42285" "MTREX" "23517" "Mtr4 exosome RNA helicase" "Dob1;fSAP118;KIAA0052;Mtr4;SKIV2L2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000039650" "ENST00000596624;ENST00000636840;ENST00000595081;ENST00000601816;ENST00000594661;ENST00000627232;ENST00000593946;ENST00000600910;ENST00000322344;ENST00000599454;ENST00000631020;ENST00000596014;ENST00000600573;ENST00000597965;ENST00000640501;ENST00000625216;ENST00000593706;ENST00000627317;ENST00000629179;ENST00000637325;ENST00000636214;ENST00000599543;ENST00000596726;ENST00000625299;ENST00000598020;ENST00000637897;ENST00000626274;ENST00000629088;ENST00000595792;ENST00000636994;ENST00000638016" "ENSP00000490737;ENSP00000486037;ENSP00000468896;ENSP00000473137;ENSP00000323511;ENSP00000486707;ENSP00000472300;ENSP00000469826;ENSP00000471097;ENSP00000491347;ENSP00000486898;ENSP00000486500;ENSP00000489983;ENSP00000469848;ENSP00000470887;ENSP00000470346;ENSP00000490539;ENSP00000490791;ENSP00000489771" "Q96T60" "PNKP" "11284" "polynucleotide kinase 3'-phosphatase" "PNK" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000040933" "ENST00000409016;ENST00000409851;ENST00000409463;ENST00000409540;ENST00000463367;ENST00000523221;ENST00000468638;ENST00000467042;ENST00000498026;ENST00000074304" "ENSP00000386704;ENSP00000386777;ENSP00000386329;ENSP00000387294;ENSP00000427722;ENSP00000074304" "Q96PE3" "INPP4A" "3631" "inositol polyphosphate-4-phosphatase type I A" "INPP4" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000041880" "ENST00000431474;ENST00000417220;ENST00000398755;ENST00000471971;ENST00000470601;ENST00000498510;ENST00000470749;ENST00000475782;ENST00000486510" "ENSP00000401511;ENSP00000395951;ENSP00000381740;ENSP00000417396;ENSP00000417625" "Q9Y6F1" "PARP3" "10039" "poly(ADP-ribose) polymerase family member 3" "ADPRT3;ADPRTL3;ARTD3;hPARP-3;IRT1;pADPRT-3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000043514" "ENST00000648678;ENST00000441669;ENST00000462797;ENST00000316891;ENST00000372818;ENST00000495175;ENST00000491865;ENST00000465417;ENST00000492612;ENST00000467774;ENST00000489945;ENST00000486825;ENST00000469476;ENST00000462243;ENST00000541099;ENST00000537440" "ENSP00000497805;ENSP00000388333;ENSP00000473773;ENSP00000321810;ENSP00000361905;ENSP00000474264;ENSP00000473708;ENSP00000473745;ENSP00000474151;ENSP00000474768;ENSP00000437896;ENSP00000437700" "Q9H3H1" "TRIT1" "54802" "tRNA isopentenyltransferase 1" "FLJ20061;IPT" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000044446" "ENST00000379942;ENST00000481718;ENST00000469485;ENST00000473597;ENST00000473739;ENST00000469645;ENST00000486231;ENST00000464455" "ENSP00000369274" "P46019" "PHKA2" "5256" "phosphorylase kinase regulatory subunit alpha 2" "PHK;PYK" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000047230" "ENST00000359276;ENST00000380241;ENST00000483053;ENST00000455276;ENST00000443824" "ENSP00000352222;ENSP00000369590;ENSP00000400431;ENSP00000401264" "Q9NRF8" "CTPS2" "56474" "CTP synthase 2" "" "Mitochondria;Cytosol" "CellAtlas" -"ENSG00000047249" "ENST00000355221;ENST00000518072;ENST00000522159;ENST00000523343;ENST00000520188;ENST00000359530;ENST00000523899;ENST00000396774;ENST00000524164;ENST00000523426;ENST00000521707;ENST00000521900;ENST00000522849;ENST00000521377;ENST00000519588;ENST00000521275;ENST00000524234;ENST00000521335;ENST00000519922" "ENSP00000347359;ENSP00000429947;ENSP00000352522;ENSP00000379995;ENSP00000428255;ENSP00000428625;ENSP00000428969;ENSP00000429786;ENSP00000427835" "Q9UI12" "ATP6V1H" "51606" "ATPase H+ transporting V1 subunit H" "CGI-11;SFD;SFDalpha;SFDbeta;VMA13" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000047315" "ENST00000450656;ENST00000381227;ENST00000495311;ENST00000431623;ENST00000441246;ENST00000433463;ENST00000314595;ENST00000497845;ENST00000478188;ENST00000510355;ENST00000464918;ENST00000484821" "ENSP00000408638;ENSP00000370625;ENSP00000391096;ENSP00000391452;ENSP00000407728;ENSP00000312735" "P30876" "POLR2B" "5431" "RNA polymerase II subunit B" "RPB2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000047410" "ENST00000367478;ENST00000467810;ENST00000492973;ENST00000481347;ENST00000491783;ENST00000469463;ENST00000474852;ENST00000451586;ENST00000613151" "ENSP00000356448;ENSP00000408103;ENSP00000483425" "P12270" "TPR" "7175" "translocated promoter region, nuclear basket protein" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000047249" "ENST00000355221;ENST00000518072;ENST00000522159;ENST00000523343;ENST00000520188;ENST00000359530;ENST00000523899;ENST00000396774;ENST00000524164;ENST00000523426;ENST00000521707;ENST00000521900;ENST00000522849;ENST00000521377;ENST00000519588;ENST00000521275;ENST00000524234;ENST00000521335;ENST00000519922" "ENSP00000347359;ENSP00000429947;ENSP00000352522;ENSP00000379995;ENSP00000428255;ENSP00000428625;ENSP00000428969;ENSP00000429786;ENSP00000427835" "Q9UI12" "ATP6V1H" "51606" "ATPase H+ transporting V1 subunit H" "CGI-11;SFD;SFDalpha;SFDbeta;VMA13" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000047315" "ENST00000450656;ENST00000381227;ENST00000495311;ENST00000431623;ENST00000441246;ENST00000433463;ENST00000314595;ENST00000497845;ENST00000478188;ENST00000510355;ENST00000464918;ENST00000484821" "ENSP00000408638;ENSP00000370625;ENSP00000391096;ENSP00000391452;ENSP00000407728;ENSP00000312735" "P30876" "POLR2B" "5431" "RNA polymerase II subunit B" "RPB2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000047410" "ENST00000367478;ENST00000467810;ENST00000492973;ENST00000481347;ENST00000491783;ENST00000469463;ENST00000474852;ENST00000451586;ENST00000613151" "ENSP00000356448;ENSP00000408103;ENSP00000483425" "P12270" "TPR" "7175" "translocated promoter region, nuclear basket protein" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000047457" "ENST00000481169;ENST00000479771;ENST00000460674;ENST00000264613;ENST00000494544;ENST00000474204;ENST00000473296;ENST00000463556;ENST00000490639;ENST00000497902;ENST00000462336;ENST00000489736;ENST00000497797;ENST00000471356;ENST00000455472" "ENSP00000418773;ENSP00000420367;ENSP00000264613;ENSP00000420545;ENSP00000426888" "P00450" "CP" "1356" "ceruloplasmin" "" "" "" -"ENSG00000048028" "ENST00000003302;ENST00000544967;ENST00000545540;ENST00000544272;ENST00000540438;ENST00000538224;ENST00000538475;ENST00000537706;ENST00000545608;ENST00000535607;ENST00000537490;ENST00000537642;ENST00000542033;ENST00000540925;ENST00000544750" "ENSP00000003302;ENSP00000442431;ENSP00000444991;ENSP00000441513;ENSP00000440260;ENSP00000442257;ENSP00000445743;ENSP00000438050;ENSP00000437688;ENSP00000445722;ENSP00000440799;ENSP00000446284;ENSP00000437450" "Q96RU2" "USP28" "57646" "ubiquitin specific peptidase 28" "KIAA1515" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000048392" "ENST00000251810;ENST00000522368;ENST00000395910;ENST00000519962;ENST00000519317;ENST00000395912;ENST00000522394;ENST00000519125;ENST00000523957;ENST00000517517;ENST00000621845" "ENSP00000251810;ENSP00000428115;ENSP00000429140;ENSP00000430641;ENSP00000379248;ENSP00000429578;ENSP00000427830;ENSP00000484318" "Q7LG56" "RRM2B" "50484" "ribonucleotide reductase regulatory TP53 inducible subunit M2B" "p53R2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000049239" "ENST00000377403;ENST00000602477;ENST00000495451" "ENSP00000366620;ENSP00000473348" "O95479" "H6PD" "9563" "hexose-6-phosphate dehydrogenase/glucose 1-dehydrogenase" "GDH;H6PDH" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000048028" "ENST00000003302;ENST00000544967;ENST00000545540;ENST00000544272;ENST00000540438;ENST00000538224;ENST00000538475;ENST00000537706;ENST00000545608;ENST00000535607;ENST00000537490;ENST00000537642;ENST00000542033;ENST00000540925;ENST00000544750" "ENSP00000003302;ENSP00000442431;ENSP00000444991;ENSP00000441513;ENSP00000440260;ENSP00000442257;ENSP00000445743;ENSP00000438050;ENSP00000437688;ENSP00000445722;ENSP00000440799;ENSP00000446284;ENSP00000437450" "Q96RU2" "USP28" "57646" "ubiquitin specific peptidase 28" "KIAA1515" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000048392" "ENST00000251810;ENST00000522368;ENST00000395910;ENST00000519962;ENST00000519317;ENST00000395912;ENST00000522394;ENST00000519125;ENST00000523957;ENST00000517517;ENST00000621845" "ENSP00000251810;ENSP00000428115;ENSP00000429140;ENSP00000430641;ENSP00000379248;ENSP00000429578;ENSP00000427830;ENSP00000484318" "Q7LG56" "RRM2B" "50484" "ribonucleotide reductase regulatory TP53 inducible subunit M2B" "p53R2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000049239" "ENST00000377403;ENST00000602477;ENST00000495451" "ENSP00000366620;ENSP00000473348" "O95479" "H6PD" "9563" "hexose-6-phosphate dehydrogenase/glucose 1-dehydrogenase" "GDH;H6PDH" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000049759" "ENST00000400345;ENST00000356462;ENST00000589054;ENST00000674845;ENST00000617539;ENST00000676024;ENST00000382850;ENST00000256830;ENST00000590694;ENST00000676223;ENST00000585594;ENST00000675147;ENST00000591989;ENST00000591579;ENST00000592846;ENST00000675801;ENST00000674613;ENST00000585363;ENST00000588516;ENST00000456986;ENST00000675502;ENST00000675554;ENST00000675137;ENST00000587547;ENST00000675227;ENST00000435432;ENST00000357895;ENST00000586263;ENST00000456173;ENST00000676251;ENST00000676226;ENST00000675865;ENST00000588494;ENST00000675221;ENST00000588066;ENST00000431212;ENST00000586268;ENST00000587190;ENST00000585323;ENST00000587634;ENST00000674636;ENST00000674856;ENST00000675434;ENST00000635997;ENST00000674517;ENST00000592601;ENST00000590020;ENST00000587881;ENST00000589167;ENST00000590638;ENST00000679791;ENST00000674921;ENST00000585970;ENST00000675101;ENST00000587246;ENST00000675699;ENST00000592097;ENST00000590248;ENST00000588712;ENST00000590506;ENST00000675244;ENST00000676301" "ENSP00000383199;ENSP00000348847;ENSP00000465669;ENSP00000502309;ENSP00000479462;ENSP00000502105;ENSP00000372301;ENSP00000256830;ENSP00000502361;ENSP00000501840;ENSP00000466776;ENSP00000502688;ENSP00000411947;ENSP00000502428;ENSP00000502674;ENSP00000502649;ENSP00000393395;ENSP00000350569;ENSP00000468546;ENSP00000405440;ENSP00000502325;ENSP00000502003;ENSP00000466789;ENSP00000502761;ENSP00000389406;ENSP00000467072;ENSP00000467768;ENSP00000490696;ENSP00000501665;ENSP00000468332;ENSP00000505573;ENSP00000502133" "Q96PU5" "NEDD4L" "23327" "NEDD4 like E3 ubiquitin protein ligase" "KIAA0439;NEDD4-2;RSP5" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000049860" "ENST00000511181;ENST00000261416;ENST00000513079;ENST00000515528;ENST00000510820;ENST00000504459;ENST00000513336;ENST00000511621;ENST00000503312;ENST00000513539;ENST00000509579;ENST00000505859;ENST00000513867" "ENSP00000426285;ENSP00000261416;ENSP00000423713;ENSP00000426384;ENSP00000424939;ENSP00000424550" "P07686" "HEXB" "3074" "hexosaminidase subunit beta" "" "Cytosol;Lysosome" "SwissProt" "ENSG00000050438" "ENST00000535225;ENST00000615370;ENST00000547697;ENST00000604314;ENST00000548352;ENST00000453097;ENST00000548811;ENST00000546497;ENST00000319957;ENST00000514353;ENST00000551071;ENST00000552001;ENST00000550211;ENST00000546663;ENST00000548616;ENST00000546872;ENST00000546875;ENST00000358657" "ENSP00000441520;ENSP00000405812;ENSP00000442561;ENSP00000351483" "Q2Y0W8" "SLC4A8" "9498" "solute carrier family 4 member 8" "NBC3" "" "" -"ENSG00000051341" "ENST00000264233;ENST00000474243;ENST00000488282;ENST00000683498" "ENSP00000264233;ENSP00000507534" "O75417" "POLQ" "10721" "DNA polymerase theta" "POLH" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000051382" "ENST00000674063;ENST00000477593;ENST00000469284;ENST00000462898;ENST00000481749;ENST00000493568;ENST00000487552;ENST00000473435;ENST00000485060;ENST00000462294;ENST00000483968;ENST00000465581;ENST00000289153;ENST00000544716" "ENSP00000501150;ENSP00000418143;ENSP00000419513;ENSP00000420108;ENSP00000417869;ENSP00000419091;ENSP00000418834;ENSP00000419857;ENSP00000417329;ENSP00000289153;ENSP00000438259" "P42338" "PIK3CB" "5291" "phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit beta" "PIK3C1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000052802" "ENST00000261507;ENST00000507013;ENST00000393766;ENST00000504317;ENST00000505270" "ENSP00000261507;ENSP00000425241;ENSP00000377361;ENSP00000423633;ENSP00000425112" "Q15800" "MSMO1" "6307" "methylsterol monooxygenase 1" "DESP4;ERG25;SC4MOL" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000053371" "ENST00000235835;ENST00000330072;ENST00000489286;ENST00000481966;ENST00000492217" "ENSP00000235835;ENSP00000339084;ENSP00000419936;ENSP00000417891" "O43488" "AKR7A2" "8574" "aldo-keto reductase family 7 member A2" "AFAR" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000054148" "ENST00000371661;ENST00000492540;ENST00000247665;ENST00000462205;ENST00000497413;ENST00000463215" "ENSP00000360724;ENSP00000247665" "Q9NRX4" "PHPT1" "29085" "phosphohistidine phosphatase 1" "bA216L13.10;CGI-202;DKFZp564M173;HSPC141;PHP14" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000051341" "ENST00000264233;ENST00000474243;ENST00000488282;ENST00000683498" "ENSP00000264233;ENSP00000507534" "O75417" "POLQ" "10721" "DNA polymerase theta" "POLH" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000051382" "ENST00000674063;ENST00000477593;ENST00000469284;ENST00000462898;ENST00000481749;ENST00000493568;ENST00000487552;ENST00000473435;ENST00000485060;ENST00000462294;ENST00000483968;ENST00000465581;ENST00000289153;ENST00000544716" "ENSP00000501150;ENSP00000418143;ENSP00000419513;ENSP00000420108;ENSP00000417869;ENSP00000419091;ENSP00000418834;ENSP00000419857;ENSP00000417329;ENSP00000289153;ENSP00000438259" "P42338" "PIK3CB" "5291" "phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit beta" "PIK3C1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000052802" "ENST00000261507;ENST00000507013;ENST00000393766;ENST00000504317;ENST00000505270" "ENSP00000261507;ENSP00000425241;ENSP00000377361;ENSP00000423633;ENSP00000425112" "Q15800" "MSMO1" "6307" "methylsterol monooxygenase 1" "DESP4;ERG25;SC4MOL" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000053371" "ENST00000235835;ENST00000330072;ENST00000489286;ENST00000481966;ENST00000492217" "ENSP00000235835;ENSP00000339084;ENSP00000419936;ENSP00000417891" "O43488" "AKR7A2" "8574" "aldo-keto reductase family 7 member A2" "AFAR" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000054148" "ENST00000371661;ENST00000492540;ENST00000247665;ENST00000462205;ENST00000497413;ENST00000463215" "ENSP00000360724;ENSP00000247665" "Q9NRX4" "PHPT1" "29085" "phosphohistidine phosphatase 1" "bA216L13.10;CGI-202;DKFZp564M173;HSPC141;PHP14" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000054179" "ENST00000460614;ENST00000355097;ENST00000312665;ENST00000469106" "ENSP00000347213;ENSP00000312494" "Q9Y5L3" "ENTPD2" "954" "ectonucleoside triphosphate diphosphohydrolase 2" "CD39L1;NTPDase-2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000054267" "ENST00000474953;ENST00000366603;ENST00000349213;ENST00000264183;ENST00000421364;ENST00000474401;ENST00000491632;ENST00000444620;ENST00000494543;ENST00000471257;ENST00000418304;ENST00000466653;ENST00000462969" "ENSP00000420620;ENSP00000355562;ENSP00000264184;ENSP00000264183;ENSP00000394663;ENSP00000416063;ENSP00000391497" "Q4LE39" "ARID4B" "51742" "AT-rich interaction domain 4B" "BCAA;BRCAA1;RBP1L1;SAP180" "Nucleus;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000054392" "ENST00000261458;ENST00000367010;ENST00000426968;ENST00000367009;ENST00000537898;ENST00000541565;ENST00000545154;ENST00000413764;ENST00000545781" "ENSP00000261458;ENSP00000355977;ENSP00000413399;ENSP00000355976;ENSP00000442625;ENSP00000444995;ENSP00000438468;ENSP00000416845;ENSP00000439229" "Q5VTY9" "HHAT" "55733" "hedgehog acyltransferase" "FLJ10724;GUP2;MART-2;MART2;rasp;sit;ski;Skn" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000054267" "ENST00000474953;ENST00000366603;ENST00000349213;ENST00000264183;ENST00000421364;ENST00000474401;ENST00000491632;ENST00000444620;ENST00000494543;ENST00000471257;ENST00000418304;ENST00000466653;ENST00000462969" "ENSP00000420620;ENSP00000355562;ENSP00000264184;ENSP00000264183;ENSP00000394663;ENSP00000416063;ENSP00000391497" "Q4LE39" "ARID4B" "51742" "AT-rich interaction domain 4B" "BCAA;BRCAA1;RBP1L1;SAP180" "Nucleus;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000054392" "ENST00000261458;ENST00000367010;ENST00000426968;ENST00000367009;ENST00000537898;ENST00000541565;ENST00000545154;ENST00000413764;ENST00000545781" "ENSP00000261458;ENSP00000355977;ENSP00000413399;ENSP00000355976;ENSP00000442625;ENSP00000444995;ENSP00000438468;ENSP00000416845;ENSP00000439229" "Q5VTY9" "HHAT" "55733" "hedgehog acyltransferase" "FLJ10724;GUP2;MART-2;MART2;rasp;sit;ski;Skn" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000054983" "ENST00000555000;ENST00000261304;ENST00000544807;ENST00000393569;ENST00000393568;ENST00000555179;ENST00000557316;ENST00000557520;ENST00000474294;ENST00000622264;ENST00000477716;ENST00000554916;ENST00000556261;ENST00000554372;ENST00000556879;ENST00000555956" "ENSP00000450472;ENSP00000261304;ENSP00000437513;ENSP00000377199;ENSP00000377198;ENSP00000451480;ENSP00000452314;ENSP00000480649;ENSP00000451884;ENSP00000452208" "P54803" "GALC" "2581" "galactosylceramidase" "" "Lysosome" "SwissProt" -"ENSG00000055483" "ENST00000587010;ENST00000588130;ENST00000591052;ENST00000589225;ENST00000587379;ENST00000592326;ENST00000592231;ENST00000542802;ENST00000588086;ENST00000588467;ENST00000586066;ENST00000590312;ENST00000589254;ENST00000589424;ENST00000590546;ENST00000586531;ENST00000591942;ENST00000586896;ENST00000592907;ENST00000592275;ENST00000587783;ENST00000588365;ENST00000312010;ENST00000449938" "ENSP00000465679;ENSP00000464746;ENSP00000468356;ENSP00000467280;ENSP00000464886;ENSP00000465698;ENSP00000441214;ENSP00000468549;ENSP00000466567;ENSP00000466187;ENSP00000467682;ENSP00000467520;ENSP00000475654;ENSP00000467951;ENSP00000466212;ENSP00000468194;ENSP00000465183;ENSP00000310590;ENSP00000401119" "Q9P275" "USP36" "57602" "ubiquitin specific peptidase 36" "FLJ12851;KIAA1453" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000055609" "ENST00000360104;ENST00000418061;ENST00000262189;ENST00000680877;ENST00000424877;ENST00000679560;ENST00000682040;ENST00000683640;ENST00000682116;ENST00000683120;ENST00000682824;ENST00000681923;ENST00000679393;ENST00000683200;ENST00000684768;ENST00000680029;ENST00000683337;ENST00000682629;ENST00000683178;ENST00000682137;ENST00000683502;ENST00000684261;ENST00000684685;ENST00000682283;ENST00000473186;ENST00000684649;ENST00000679882;ENST00000683621;ENST00000679567;ENST00000684391;ENST00000684069;ENST00000485241;ENST00000684330;ENST00000683886;ENST00000683397;ENST00000684307;ENST00000683625;ENST00000684398;ENST00000683670;ENST00000680969;ENST00000558665;ENST00000683159;ENST00000682176;ENST00000681033;ENST00000679645;ENST00000681755;ENST00000681635;ENST00000683185;ENST00000683254;ENST00000684550;ENST00000681838;ENST00000489110;ENST00000683490;ENST00000684623;ENST00000418673;ENST00000684140;ENST00000680479;ENST00000683616;ENST00000682916;ENST00000683038;ENST00000682280;ENST00000680039;ENST00000681082;ENST00000684262;ENST00000490130;ENST00000682301;ENST00000452749;ENST00000683800;ENST00000680867;ENST00000684278" "ENSP00000353218;ENSP00000408001;ENSP00000262189;ENSP00000505724;ENSP00000410411;ENSP00000505094;ENSP00000507621;ENSP00000508052;ENSP00000506700;ENSP00000507112;ENSP00000506844;ENSP00000508097;ENSP00000507485;ENSP00000508306;ENSP00000506154;ENSP00000507650;ENSP00000507053;ENSP00000507202;ENSP00000507769;ENSP00000507254;ENSP00000507634;ENSP00000505951;ENSP00000454058;ENSP00000507142;ENSP00000507665;ENSP00000505058;ENSP00000505745;ENSP00000507135;ENSP00000505661;ENSP00000507385;ENSP00000403483;ENSP00000508026;ENSP00000507332;ENSP00000506784;ENSP00000506132;ENSP00000505908;ENSP00000507041;ENSP00000508269;ENSP00000410239;ENSP00000507948" "Q8NEZ4" "KMT2C" "58508" "lysine methyltransferase 2C" "HALR;KIAA1506;MLL3" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000055483" "ENST00000587010;ENST00000588130;ENST00000591052;ENST00000589225;ENST00000587379;ENST00000592326;ENST00000592231;ENST00000542802;ENST00000588086;ENST00000588467;ENST00000586066;ENST00000590312;ENST00000589254;ENST00000589424;ENST00000590546;ENST00000586531;ENST00000591942;ENST00000586896;ENST00000592907;ENST00000592275;ENST00000587783;ENST00000588365;ENST00000312010;ENST00000449938" "ENSP00000465679;ENSP00000464746;ENSP00000468356;ENSP00000467280;ENSP00000464886;ENSP00000465698;ENSP00000441214;ENSP00000468549;ENSP00000466567;ENSP00000466187;ENSP00000467682;ENSP00000467520;ENSP00000475654;ENSP00000467951;ENSP00000466212;ENSP00000468194;ENSP00000465183;ENSP00000310590;ENSP00000401119" "Q9P275" "USP36" "57602" "ubiquitin specific peptidase 36" "FLJ12851;KIAA1453" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000055609" "ENST00000360104;ENST00000418061;ENST00000262189;ENST00000680877;ENST00000424877;ENST00000679560;ENST00000682040;ENST00000683640;ENST00000682116;ENST00000683120;ENST00000682824;ENST00000681923;ENST00000679393;ENST00000683200;ENST00000684768;ENST00000680029;ENST00000683337;ENST00000682629;ENST00000683178;ENST00000682137;ENST00000683502;ENST00000684261;ENST00000684685;ENST00000682283;ENST00000473186;ENST00000684649;ENST00000679882;ENST00000683621;ENST00000679567;ENST00000684391;ENST00000684069;ENST00000485241;ENST00000684330;ENST00000683886;ENST00000683397;ENST00000684307;ENST00000683625;ENST00000684398;ENST00000683670;ENST00000680969;ENST00000558665;ENST00000683159;ENST00000682176;ENST00000681033;ENST00000679645;ENST00000681755;ENST00000681635;ENST00000683185;ENST00000683254;ENST00000684550;ENST00000681838;ENST00000489110;ENST00000683490;ENST00000684623;ENST00000418673;ENST00000684140;ENST00000680479;ENST00000683616;ENST00000682916;ENST00000683038;ENST00000682280;ENST00000680039;ENST00000681082;ENST00000684262;ENST00000490130;ENST00000682301;ENST00000452749;ENST00000683800;ENST00000680867;ENST00000684278" "ENSP00000353218;ENSP00000408001;ENSP00000262189;ENSP00000505724;ENSP00000410411;ENSP00000505094;ENSP00000507621;ENSP00000508052;ENSP00000506700;ENSP00000507112;ENSP00000506844;ENSP00000508097;ENSP00000507485;ENSP00000508306;ENSP00000506154;ENSP00000507650;ENSP00000507053;ENSP00000507202;ENSP00000507769;ENSP00000507254;ENSP00000507634;ENSP00000505951;ENSP00000454058;ENSP00000507142;ENSP00000507665;ENSP00000505058;ENSP00000505745;ENSP00000507135;ENSP00000505661;ENSP00000507385;ENSP00000403483;ENSP00000508026;ENSP00000507332;ENSP00000506784;ENSP00000506132;ENSP00000505908;ENSP00000507041;ENSP00000508269;ENSP00000410239;ENSP00000507948" "Q8NEZ4" "KMT2C" "58508" "lysine methyltransferase 2C" "HALR;KIAA1506;MLL3" "Nucleus" "SwissProt;CellAtlas" "ENSG00000056998" "ENST00000381163;ENST00000381161;ENST00000398806;ENST00000520904;ENST00000469234;ENST00000353656;ENST00000639373;ENST00000453106;ENST00000381157" "ENSP00000370555;ENSP00000381786;ENSP00000430764;ENSP00000487294;ENSP00000491962;ENSP00000370549" "O15488" "GYG2" "8908" "glycogenin 2" "GN-2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000057252" "ENST00000367619;ENST00000426956;ENST00000540564;ENST00000539888" "ENSP00000356591;ENSP00000411309;ENSP00000445315;ENSP00000441356" "P35610" "SOAT1" "6646" "sterol O-acyltransferase 1" "ACAT;SOAT;STAT" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000057252" "ENST00000367619;ENST00000426956;ENST00000540564;ENST00000539888" "ENSP00000356591;ENSP00000411309;ENSP00000445315;ENSP00000441356" "P35610" "SOAT1" "6646" "sterol O-acyltransferase 1" "ACAT;SOAT;STAT" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000058056" "ENST00000680587;ENST00000681064;ENST00000679350;ENST00000681051;ENST00000263966;ENST00000482333;ENST00000681358;ENST00000679749;ENST00000680008;ENST00000497380;ENST00000496897;ENST00000681561;ENST00000680930;ENST00000681642;ENST00000681128;ENST00000681299;ENST00000680276;ENST00000679783;ENST00000679694;ENST00000681109;ENST00000680502;ENST00000680055;ENST00000680651;ENST00000680436;ENST00000681356;ENST00000679602;ENST00000679972;ENST00000681649;ENST00000680307;ENST00000680031;ENST00000680605;ENST00000497155;ENST00000679403;ENST00000681533;ENST00000681836;ENST00000680217;ENST00000680853;ENST00000679640;ENST00000681782;ENST00000681560;ENST00000680951;ENST00000679954;ENST00000680167;ENST00000679893;ENST00000679768;ENST00000679660;ENST00000680477;ENST00000679752;ENST00000681724;ENST00000680856;ENST00000681709;ENST00000680905;ENST00000681098;ENST00000681783;ENST00000681362;ENST00000680843;ENST00000679769;ENST00000679839;ENST00000679407;ENST00000681262;ENST00000679664;ENST00000680567;ENST00000680392;ENST00000681081;ENST00000680549;ENST00000679674;ENST00000680734;ENST00000680308;ENST00000681918;ENST00000681630;ENST00000679772;ENST00000681736;ENST00000602704" "ENSP00000506181;ENSP00000506538;ENSP00000506182;ENSP00000506635;ENSP00000263966;ENSP00000505599;ENSP00000506138;ENSP00000506330;ENSP00000418651;ENSP00000417146;ENSP00000505680;ENSP00000506433;ENSP00000506621;ENSP00000504958;ENSP00000506120;ENSP00000506562;ENSP00000505085;ENSP00000506529;ENSP00000505241;ENSP00000506389;ENSP00000506696;ENSP00000505823;ENSP00000505529;ENSP00000505782;ENSP00000504950;ENSP00000420057;ENSP00000505753;ENSP00000505617;ENSP00000505876;ENSP00000505008;ENSP00000506287;ENSP00000506076;ENSP00000505587;ENSP00000505147;ENSP00000506394;ENSP00000505792;ENSP00000506594;ENSP00000506157;ENSP00000504952;ENSP00000505962;ENSP00000505410;ENSP00000505559;ENSP00000505324;ENSP00000506653;ENSP00000505767;ENSP00000506142;ENSP00000505005;ENSP00000506671;ENSP00000505784;ENSP00000505463;ENSP00000505174;ENSP00000506406;ENSP00000505543;ENSP00000506325" "Q92995" "USP13" "8975" "ubiquitin specific peptidase 13" "IsoT-3" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000058600" "ENST00000299853;ENST00000564209;ENST00000565358;ENST00000418581;ENST00000564883;ENST00000359210;ENST00000561494;ENST00000563024;ENST00000564061;ENST00000563766;ENST00000567022;ENST00000564750;ENST00000564256;ENST00000565551;ENST00000569757;ENST00000569787;ENST00000563282;ENST00000565117;ENST00000615879" "ENSP00000299853;ENSP00000456967;ENSP00000454507;ENSP00000399254;ENSP00000456718;ENSP00000352140;ENSP00000456771;ENSP00000456454;ENSP00000456526;ENSP00000454225;ENSP00000454875;ENSP00000484648" "Q9NVU0" "POLR3E" "55718" "RNA polymerase III subunit E" "C37;FLJ10509;RPC5;SIN" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000058600" "ENST00000299853;ENST00000564209;ENST00000565358;ENST00000418581;ENST00000564883;ENST00000359210;ENST00000561494;ENST00000563024;ENST00000564061;ENST00000563766;ENST00000567022;ENST00000564750;ENST00000564256;ENST00000565551;ENST00000569757;ENST00000569787;ENST00000563282;ENST00000565117;ENST00000615879" "ENSP00000299853;ENSP00000456967;ENSP00000454507;ENSP00000399254;ENSP00000456718;ENSP00000352140;ENSP00000456771;ENSP00000456454;ENSP00000456526;ENSP00000454225;ENSP00000454875;ENSP00000484648" "Q9NVU0" "POLR3E" "55718" "RNA polymerase III subunit E" "C37;FLJ10509;RPC5;SIN" "Nucleus" "SwissProt;CellAtlas" "ENSG00000058668" "ENST00000357681;ENST00000367218;ENST00000341360;ENST00000458092;ENST00000466407;ENST00000356729;ENST00000484746" "ENSP00000350310;ENSP00000356187;ENSP00000340930;ENSP00000391150;ENSP00000349165;ENSP00000433577" "P23634" "ATP2B4" "493" "ATPase plasma membrane Ca2+ transporting 4" "ATP2B2;MXRA1;PMCA4" "" "" -"ENSG00000058804" "ENST00000371429;ENST00000480952" "ENSP00000360483" "Q9BTX1" "NDC1" "55706" "NDC1 transmembrane nucleoporin" "FLJ10407;NET3;TMEM48" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000058804" "ENST00000371429;ENST00000480952" "ENSP00000360483" "Q9BTX1" "NDC1" "55706" "NDC1 transmembrane nucleoporin" "FLJ10407;NET3;TMEM48" "Nucleus" "SwissProt;CellAtlas" "ENSG00000058866" "ENST00000447054;ENST00000265022;ENST00000344484;ENST00000382164;ENST00000490452;ENST00000480809;ENST00000480933;ENST00000472506;ENST00000437018;ENST00000482566;ENST00000466466" "ENSP00000265022;ENSP00000339777;ENSP00000371599;ENSP00000395526" "P49619" "DGKG" "1608" "diacylglycerol kinase gamma" "DAGK3" "Cytosol" "SwissProt" -"ENSG00000059377" "ENST00000493340;ENST00000462053;ENST00000473948;ENST00000425687;ENST00000474763;ENST00000481440;ENST00000438104;ENST00000336425;ENST00000422328;ENST00000492560;ENST00000455353;ENST00000458722;ENST00000448866;ENST00000411653;ENST00000476637;ENST00000462275;ENST00000414041;ENST00000469630;ENST00000494876;ENST00000650822;ENST00000652056;ENST00000416849" "ENSP00000388736;ENSP00000388612;ENSP00000338087;ENSP00000415892;ENSP00000391567;ENSP00000411274;ENSP00000402536;ENSP00000411326;ENSP00000412710;ENSP00000498517;ENSP00000498271;ENSP00000389414" "P24557" "TBXAS1" "6916" "thromboxane A synthase 1" "CYP5;CYP5A1;THAS;TS;TXAS;TXS" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000059378" "ENST00000263549;ENST00000473341;ENST00000488726;ENST00000489809;ENST00000491598;ENST00000484111;ENST00000496624;ENST00000489383;ENST00000466597;ENST00000470515;ENST00000493262;ENST00000467638" "ENSP00000263549;ENSP00000417730;ENSP00000417606;ENSP00000418105;ENSP00000418640" "Q9H0J9" "PARP12" "64761" "poly(ADP-ribose) polymerase family member 12" "ARTD12;FLJ22693;PARP-12;ZC3H1;ZC3HDC1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000059573" "ENST00000371224;ENST00000371221;ENST00000485428;ENST00000489386;ENST00000483788" "ENSP00000360268;ENSP00000360265" "P54886" "ALDH18A1" "5832" "aldehyde dehydrogenase 18 family member A1" "GSAS;P5CS;PYCS;SPG9" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000059377" "ENST00000493340;ENST00000462053;ENST00000473948;ENST00000425687;ENST00000474763;ENST00000481440;ENST00000438104;ENST00000336425;ENST00000422328;ENST00000492560;ENST00000455353;ENST00000458722;ENST00000448866;ENST00000411653;ENST00000476637;ENST00000462275;ENST00000414041;ENST00000469630;ENST00000494876;ENST00000650822;ENST00000652056;ENST00000416849" "ENSP00000388736;ENSP00000388612;ENSP00000338087;ENSP00000415892;ENSP00000391567;ENSP00000411274;ENSP00000402536;ENSP00000411326;ENSP00000412710;ENSP00000498517;ENSP00000498271;ENSP00000389414" "P24557" "TBXAS1" "6916" "thromboxane A synthase 1" "CYP5;CYP5A1;THAS;TS;TXAS;TXS" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000059378" "ENST00000263549;ENST00000473341;ENST00000488726;ENST00000489809;ENST00000491598;ENST00000484111;ENST00000496624;ENST00000489383;ENST00000466597;ENST00000470515;ENST00000493262;ENST00000467638" "ENSP00000263549;ENSP00000417730;ENSP00000417606;ENSP00000418105;ENSP00000418640" "Q9H0J9" "PARP12" "64761" "poly(ADP-ribose) polymerase family member 12" "ARTD12;FLJ22693;PARP-12;ZC3H1;ZC3HDC1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000059573" "ENST00000371224;ENST00000371221;ENST00000485428;ENST00000489386;ENST00000483788" "ENSP00000360268;ENSP00000360265" "P54886" "ALDH18A1" "5832" "aldehyde dehydrogenase 18 family member A1" "GSAS;P5CS;PYCS;SPG9" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000059588" "ENST00000040877;ENST00000483404;ENST00000462259;ENST00000496673;ENST00000471918;ENST00000484454;ENST00000468077;ENST00000481183;ENST00000463793" "ENSP00000040877" "Q13395" "TARBP1" "6894" "TAR (HIV-1) RNA binding protein 1" "TRM3;TRMT3;TRP-185" "Nucleus" "CellAtlas" "ENSG00000059804" "ENST00000075120;ENST00000543435;ENST00000486749;ENST00000469295;ENST00000479059;ENST00000490763;ENST00000495813;ENST00000544291;ENST00000544936;ENST00000476634;ENST00000541671" "ENSP00000075120;ENSP00000440750;ENSP00000441496" "P11169" "SLC2A3" "6515" "solute carrier family 2 member 3" "GLUT3" "" "" -"ENSG00000060642" "ENST00000455364;ENST00000674335;ENST00000674202;ENST00000472757;ENST00000674222;ENST00000374145;ENST00000431541;ENST00000674273;ENST00000078527;ENST00000674317" "ENSP00000406080;ENSP00000501446;ENSP00000501479;ENSP00000436884;ENSP00000501335;ENSP00000363260;ENSP00000388425;ENSP00000501527;ENSP00000078527" "Q9NUD9" "PIGV" "55650" "phosphatidylinositol glycan anchor biosynthesis class V" "FLJ20477" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000060762" "ENST00000360961;ENST00000341756;ENST00000621630;ENST00000621685;ENST00000487218;ENST00000366868;ENST00000475708" "ENSP00000354223;ENSP00000340784;ENSP00000479789;ENSP00000477853" "Q9Y5U8" "MPC1" "51660" "mitochondrial pyruvate carrier 1" "BRP44L;CGI-129;dJ68L15.3;SLC54A1" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000060971" "ENST00000451419;ENST00000301810;ENST00000411549;ENST00000625927;ENST00000333167;ENST00000469559;ENST00000480865;ENST00000450296;ENST00000452171;ENST00000469600;ENST00000421218;ENST00000440176;ENST00000447223;ENST00000418880;ENST00000465181;ENST00000484284;ENST00000460424;ENST00000489559" "ENSP00000301810;ENSP00000414021;ENSP00000486456;ENSP00000333664;ENSP00000395183;ENSP00000391078;ENSP00000398172;ENSP00000389226;ENSP00000405785;ENSP00000403124" "P09110" "ACAA1" "30" "acetyl-CoA acyltransferase 1" "" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000060642" "ENST00000455364;ENST00000674335;ENST00000674202;ENST00000472757;ENST00000674222;ENST00000374145;ENST00000431541;ENST00000674273;ENST00000078527;ENST00000674317" "ENSP00000406080;ENSP00000501446;ENSP00000501479;ENSP00000436884;ENSP00000501335;ENSP00000363260;ENSP00000388425;ENSP00000501527;ENSP00000078527" "Q9NUD9" "PIGV" "55650" "phosphatidylinositol glycan anchor biosynthesis class V" "FLJ20477" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000060762" "ENST00000360961;ENST00000341756;ENST00000621630;ENST00000621685;ENST00000487218;ENST00000366868;ENST00000475708" "ENSP00000354223;ENSP00000340784;ENSP00000479789;ENSP00000477853" "Q9Y5U8" "MPC1" "51660" "mitochondrial pyruvate carrier 1" "BRP44L;CGI-129;dJ68L15.3;SLC54A1" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000060971" "ENST00000451419;ENST00000301810;ENST00000411549;ENST00000625927;ENST00000333167;ENST00000469559;ENST00000480865;ENST00000450296;ENST00000452171;ENST00000469600;ENST00000421218;ENST00000440176;ENST00000447223;ENST00000418880;ENST00000465181;ENST00000484284;ENST00000460424;ENST00000489559" "ENSP00000301810;ENSP00000414021;ENSP00000486456;ENSP00000333664;ENSP00000395183;ENSP00000391078;ENSP00000398172;ENSP00000389226;ENSP00000405785;ENSP00000403124" "P09110" "ACAA1" "30" "acetyl-CoA acyltransferase 1" "" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000060982" "ENST00000261192;ENST00000538118;ENST00000342945;ENST00000539282;ENST00000543099;ENST00000539780;ENST00000544418;ENST00000612790;ENST00000546285;ENST00000355164" "ENSP00000261192;ENSP00000440817;ENSP00000339805;ENSP00000443459;ENSP00000440827;ENSP00000481749;ENSP00000438593" "P54687" "BCAT1" "586" "branched chain amino acid transaminase 1" "BCT1" "Cytosol" "SwissProt" -"ENSG00000061918" "ENST00000505154;ENST00000652626;ENST00000502959;ENST00000505764;ENST00000507146;ENST00000264424;ENST00000503520;ENST00000513437" "ENSP00000427226;ENSP00000498984;ENSP00000426786;ENSP00000426319;ENSP00000422313;ENSP00000264424;ENSP00000420842;ENSP00000425065" "Q02153" "GUCY1B1" "2983" "guanylate cyclase 1 soluble subunit beta 1" "GC-S-beta-1;GC-SB3;GUC1B3;GUCY1B3" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000062282" "ENST00000603276;ENST00000604935;ENST00000376262;ENST00000228027;ENST00000605608;ENST00000604733;ENST00000605099;ENST00000603363;ENST00000603865" "ENSP00000474015;ENSP00000474887;ENSP00000365438;ENSP00000228027;ENSP00000474668;ENSP00000475066" "Q96PD7" "DGAT2" "84649" "diacylglycerol O-acyltransferase 2" "" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000062485" "ENST00000549143;ENST00000351328;ENST00000548567;ENST00000548746;ENST00000542324;ENST00000546621;ENST00000546891;ENST00000546585;ENST00000548849;ENST00000552331;ENST00000549221;ENST00000546930;ENST00000548041;ENST00000551936;ENST00000550734;ENST00000551253;ENST00000547449;ENST00000547912;ENST00000552688;ENST00000551473;ENST00000547298;ENST00000551137;ENST00000550655;ENST00000551968;ENST00000550159;ENST00000551430;ENST00000552222;ENST00000547283;ENST00000550996;ENST00000551155;ENST00000550700;ENST00000551441;ENST00000550044" "ENSP00000449571;ENSP00000342056;ENSP00000446779;ENSP00000449080;ENSP00000440543;ENSP00000446492;ENSP00000449491;ENSP00000448667;ENSP00000450403;ENSP00000447986;ENSP00000450312;ENSP00000449025;ENSP00000450101;ENSP00000447442;ENSP00000449427;ENSP00000448409;ENSP00000449753;ENSP00000448172;ENSP00000447948;ENSP00000447346;ENSP00000448166;ENSP00000447582" "O75390" "CS" "1431" "citrate synthase" "" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000062822" "ENST00000600859;ENST00000599857;ENST00000613923;ENST00000601098;ENST00000643407;ENST00000440232;ENST00000595904;ENST00000600746;ENST00000593887;ENST00000644560;ENST00000593407;ENST00000593981;ENST00000596648;ENST00000597963;ENST00000596221" "ENSP00000470726;ENSP00000473052;ENSP00000481858;ENSP00000472600;ENSP00000496078;ENSP00000406046;ENSP00000472445;ENSP00000472607;ENSP00000495618;ENSP00000469115;ENSP00000469308" "P28340" "POLD1" "5424" "DNA polymerase delta 1, catalytic subunit" "CDC2;POLD" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000063176" "ENST00000340932;ENST00000601712;ENST00000600537;ENST00000245222;ENST00000598088;ENST00000426514;ENST00000597434;ENST00000601704;ENST00000593308;ENST00000599033;ENST00000599748;ENST00000599029;ENST00000598574" "ENSP00000341091;ENSP00000471180;ENSP00000470092;ENSP00000245222;ENSP00000469158;ENSP00000410044;ENSP00000471111;ENSP00000469448;ENSP00000470679;ENSP00000471205;ENSP00000472983" "Q9NRA0" "SPHK2" "56848" "sphingosine kinase 2" "" "Nucleus;Inner mitochondria;Cytosol;Lysosome;Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000061918" "ENST00000505154;ENST00000652626;ENST00000502959;ENST00000505764;ENST00000507146;ENST00000264424;ENST00000503520;ENST00000513437" "ENSP00000427226;ENSP00000498984;ENSP00000426786;ENSP00000426319;ENSP00000422313;ENSP00000264424;ENSP00000420842;ENSP00000425065" "Q02153" "GUCY1B1" "2983" "guanylate cyclase 1 soluble subunit beta 1" "GC-S-beta-1;GC-SB3;GUC1B3;GUCY1B3" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000062282" "ENST00000603276;ENST00000604935;ENST00000376262;ENST00000228027;ENST00000605608;ENST00000604733;ENST00000605099;ENST00000603363;ENST00000603865" "ENSP00000474015;ENSP00000474887;ENSP00000365438;ENSP00000228027;ENSP00000474668;ENSP00000475066" "Q96PD7" "DGAT2" "84649" "diacylglycerol O-acyltransferase 2" "" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000062485" "ENST00000549143;ENST00000351328;ENST00000548567;ENST00000548746;ENST00000542324;ENST00000546621;ENST00000546891;ENST00000546585;ENST00000548849;ENST00000552331;ENST00000549221;ENST00000546930;ENST00000548041;ENST00000551936;ENST00000550734;ENST00000551253;ENST00000547449;ENST00000547912;ENST00000552688;ENST00000551473;ENST00000547298;ENST00000551137;ENST00000550655;ENST00000551968;ENST00000550159;ENST00000551430;ENST00000552222;ENST00000547283;ENST00000550996;ENST00000551155;ENST00000550700;ENST00000551441;ENST00000550044" "ENSP00000449571;ENSP00000342056;ENSP00000446779;ENSP00000449080;ENSP00000440543;ENSP00000446492;ENSP00000449491;ENSP00000448667;ENSP00000450403;ENSP00000447986;ENSP00000450312;ENSP00000449025;ENSP00000450101;ENSP00000447442;ENSP00000449427;ENSP00000448409;ENSP00000449753;ENSP00000448172;ENSP00000447948;ENSP00000447346;ENSP00000448166;ENSP00000447582" "O75390" "CS" "1431" "citrate synthase" "" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000062822" "ENST00000600859;ENST00000599857;ENST00000613923;ENST00000601098;ENST00000643407;ENST00000440232;ENST00000595904;ENST00000600746;ENST00000593887;ENST00000644560;ENST00000593407;ENST00000593981;ENST00000596648;ENST00000597963;ENST00000596221" "ENSP00000470726;ENSP00000473052;ENSP00000481858;ENSP00000472600;ENSP00000496078;ENSP00000406046;ENSP00000472445;ENSP00000472607;ENSP00000495618;ENSP00000469115;ENSP00000469308" "P28340" "POLD1" "5424" "DNA polymerase delta 1, catalytic subunit" "CDC2;POLD" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000063176" "ENST00000340932;ENST00000601712;ENST00000600537;ENST00000245222;ENST00000598088;ENST00000426514;ENST00000597434;ENST00000601704;ENST00000593308;ENST00000599033;ENST00000599748;ENST00000599029;ENST00000598574" "ENSP00000341091;ENSP00000471180;ENSP00000470092;ENSP00000245222;ENSP00000469158;ENSP00000410044;ENSP00000471111;ENSP00000469448;ENSP00000470679;ENSP00000471205;ENSP00000472983" "Q9NRA0" "SPHK2" "56848" "sphingosine kinase 2" "" "Nucleus;Inner mitochondria;Cytosol;Lysosome;Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000063601" "ENST00000493995;ENST00000439546;ENST00000429965;ENST00000434699;ENST00000485376;ENST00000370390;ENST00000490316;ENST00000542156;ENST00000445323;ENST00000436701;ENST00000438018;ENST00000488357;ENST00000493480;ENST00000370387" "ENSP00000431992;ENSP00000404599;ENSP00000390736;ENSP00000405946;ENSP00000434105;ENSP00000359417;ENSP00000436957;ENSP00000445281;ENSP00000414178;ENSP00000414925;ENSP00000389884;ENSP00000434514" "Q13613" "MTMR1" "8776" "myotubularin related protein 1" "" "Cytosol" "SwissProt" "ENSG00000063854" "ENST00000564445;ENST00000566644;ENST00000397356;ENST00000455446;ENST00000397353;ENST00000567398;ENST00000566709;ENST00000569339;ENST00000569700;ENST00000567190;ENST00000564518;ENST00000565097" "ENSP00000455355;ENSP00000457986;ENSP00000380514;ENSP00000406552;ENSP00000380511;ENSP00000455422;ENSP00000455970" "Q16775" "HAGH" "3029" "hydroxyacylglutathione hydrolase" "GLO2;GLXII;HAGH1" "Mitochondria;Cytosol" "SwissProt" "ENSG00000064225" "ENST00000489112;ENST00000483910;ENST00000460774;ENST00000469105;ENST00000466482;ENST00000462152;ENST00000486249;ENST00000497008;ENST00000486334;ENST00000480133;ENST00000497621;ENST00000465004;ENST00000476833;ENST00000468553;ENST00000490684;ENST00000485391;ENST00000495376;ENST00000492254;ENST00000477574;ENST00000485145;ENST00000474595;ENST00000477899;ENST00000493953;ENST00000491912;ENST00000495502;ENST00000265261;ENST00000394162;ENST00000613264" "ENSP00000417376;ENSP00000419209;ENSP00000419690;ENSP00000420047;ENSP00000417584;ENSP00000418896;ENSP00000418581;ENSP00000417109;ENSP00000420474;ENSP00000418650;ENSP00000420693;ENSP00000417201;ENSP00000419987;ENSP00000419202;ENSP00000265261;ENSP00000377717;ENSP00000480884" "Q9Y274" "ST3GAL6" "10402" "ST3 beta-galactoside alpha-2,3-sialyltransferase 6" "SIAT10;ST3GALVI" "Golgi apparatus" "SwissProt" "ENSG00000064270" "ENST00000262429;ENST00000416219;ENST00000565631;ENST00000569207;ENST00000565546;ENST00000420010;ENST00000565927;ENST00000568160;ENST00000563340;ENST00000564099;ENST00000567892;ENST00000567222;ENST00000624933;ENST00000567629;ENST00000566874" "ENSP00000262429;ENSP00000397925;ENSP00000456595" "O75185" "ATP2C2" "9914" "ATPase secretory pathway Ca2+ transporting 2" "KIAA0703;SPCA2" "Golgi apparatus" "SwissProt" "ENSG00000064601" "ENST00000606788;ENST00000372484;ENST00000677394;ENST00000678988;ENST00000678078;ENST00000679053;ENST00000679343;ENST00000606066;ENST00000480961;ENST00000678622;ENST00000607187;ENST00000678691;ENST00000684198;ENST00000676526;ENST00000606394;ENST00000354880;ENST00000607212;ENST00000607841;ENST00000646241;ENST00000191018;ENST00000678939;ENST00000677525;ENST00000678512;ENST00000678025;ENST00000419493;ENST00000678331;ENST00000607814;ENST00000676657;ENST00000607482;ENST00000484855;ENST00000372459;ENST00000493522;ENST00000676967;ENST00000676597;ENST00000678217;ENST00000678443;ENST00000677755;ENST00000606782;ENST00000485627;ENST00000606000" "ENSP00000476235;ENSP00000361562;ENSP00000504790;ENSP00000502993;ENSP00000504209;ENSP00000475827;ENSP00000346952;ENSP00000493613;ENSP00000191018;ENSP00000503404;ENSP00000504197;ENSP00000503463;ENSP00000408533;ENSP00000504524;ENSP00000504158;ENSP00000475524;ENSP00000361537;ENSP00000502866;ENSP00000503904;ENSP00000504109;ENSP00000504006" "P10619" "CTSA" "5476" "cathepsin A" "GSL;PPGB" "Lysosome" "SwissProt" "ENSG00000064651" "ENST00000262461;ENST00000509205;ENST00000343225;ENST00000504416;ENST00000509616;ENST00000507791;ENST00000502849;ENST00000628403" "ENSP00000262461;ENSP00000427109;ENSP00000340878;ENSP00000486323" "P55011" "SLC12A2" "6558" "solute carrier family 12 member 2" "BSC;BSC2;NKCC1;PPP1R141" "" "" -"ENSG00000064763" "ENST00000551451;ENST00000536681;ENST00000549080;ENST00000547411;ENST00000550541;ENST00000182377;ENST00000547116;ENST00000552137;ENST00000551193;ENST00000547759" "ENSP00000450117;ENSP00000443291;ENSP00000182377;ENSP00000449349;ENSP00000449436;ENSP00000449187;ENSP00000447467" "Q96K12" "FAR2" "55711" "fatty acyl-CoA reductase 2" "FLJ10462;MLSTD1;SDR10E2" "Golgi apparatus;Peroxisome;Nucleus" "SwissProt&CellAtlas" -"ENSG00000065154" "ENST00000368845;ENST00000471127;ENST00000467675;ENST00000483711;ENST00000476917;ENST00000490096;ENST00000492376;ENST00000539214" "ENSP00000357838;ENSP00000439042" "P04181" "OAT" "4942" "ornithine aminotransferase" "HOGA" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000065357" "ENST00000546878;ENST00000546995;ENST00000547015;ENST00000555090;ENST00000549629;ENST00000555218;ENST00000331886;ENST00000548479;ENST00000547324;ENST00000553084;ENST00000547358;ENST00000548549;ENST00000549368;ENST00000548407;ENST00000555025;ENST00000394147;ENST00000551615;ENST00000547535;ENST00000549323;ENST00000549097;ENST00000402956;ENST00000551156;ENST00000553783;ENST00000557080;ENST00000432422;ENST00000556001;ENST00000550115;ENST00000548378;ENST00000551296;ENST00000551707;ENST00000552478;ENST00000550888;ENST00000556344;ENST00000549079;ENST00000551739;ENST00000549085;ENST00000552687;ENST00000546895;ENST00000549986;ENST00000552335;ENST00000548047;ENST00000554434;ENST00000557180;ENST00000552652;ENST00000550484;ENST00000552903;ENST00000551585;ENST00000550957;ENST00000548491" "ENSP00000446515;ENSP00000449178;ENSP00000452353;ENSP00000450977;ENSP00000451743;ENSP00000328405;ENSP00000446605;ENSP00000448565;ENSP00000447050;ENSP00000450608;ENSP00000377703;ENSP00000385792;ENSP00000450359;ENSP00000450999;ENSP00000451814;ENSP00000402307;ENSP00000451266;ENSP00000447460;ENSP00000449923;ENSP00000451330;ENSP00000451518" "P23743" "DGKA" "1606" "diacylglycerol kinase alpha" "DAGK;DAGK1;DGK-alpha" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000065427" "ENST00000319410;ENST00000302445;ENST00000568378;ENST00000564578;ENST00000569298;ENST00000562875;ENST00000566560;ENST00000566249;ENST00000566772;ENST00000568682;ENST00000570215;ENST00000565738" "ENSP00000325448;ENSP00000303043;ENSP00000454512;ENSP00000455818;ENSP00000456185;ENSP00000456786;ENSP00000455488;ENSP00000462057;ENSP00000458028" "Q15046" "KARS1" "3735" "lysyl-tRNA synthetase 1" "DFNB89;KARS;KARS2" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000065485" "ENST00000489923;ENST00000316218;ENST00000484644;ENST00000495004;ENST00000472319;ENST00000467157;ENST00000485208;ENST00000469649" "ENSP00000417520;ENSP00000323313;ENSP00000419946;ENSP00000417199" "Q14554" "PDIA5" "10954" "protein disulfide isomerase family A member 5" "FLJ30401;PDIR" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000065518" "ENST00000184266;ENST00000485064;ENST00000492739;ENST00000461682;ENST00000491335;ENST00000496588" "ENSP00000184266;ENSP00000419578;ENSP00000419128;ENSP00000417714;ENSP00000417755" "O95168" "NDUFB4" "4710" "NADH:ubiquinone oxidoreductase subunit B4" "B15" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000064763" "ENST00000551451;ENST00000536681;ENST00000549080;ENST00000547411;ENST00000550541;ENST00000182377;ENST00000547116;ENST00000552137;ENST00000551193;ENST00000547759" "ENSP00000450117;ENSP00000443291;ENSP00000182377;ENSP00000449349;ENSP00000449436;ENSP00000449187;ENSP00000447467" "Q96K12" "FAR2" "55711" "fatty acyl-CoA reductase 2" "FLJ10462;MLSTD1;SDR10E2" "Golgi apparatus;Peroxisome;Nucleus" "SwissProt;CellAtlas" +"ENSG00000065154" "ENST00000368845;ENST00000471127;ENST00000467675;ENST00000483711;ENST00000476917;ENST00000490096;ENST00000492376;ENST00000539214" "ENSP00000357838;ENSP00000439042" "P04181" "OAT" "4942" "ornithine aminotransferase" "HOGA" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000065357" "ENST00000546878;ENST00000546995;ENST00000547015;ENST00000555090;ENST00000549629;ENST00000555218;ENST00000331886;ENST00000548479;ENST00000547324;ENST00000553084;ENST00000547358;ENST00000548549;ENST00000549368;ENST00000548407;ENST00000555025;ENST00000394147;ENST00000551615;ENST00000547535;ENST00000549323;ENST00000549097;ENST00000402956;ENST00000551156;ENST00000553783;ENST00000557080;ENST00000432422;ENST00000556001;ENST00000550115;ENST00000548378;ENST00000551296;ENST00000551707;ENST00000552478;ENST00000550888;ENST00000556344;ENST00000549079;ENST00000551739;ENST00000549085;ENST00000552687;ENST00000546895;ENST00000549986;ENST00000552335;ENST00000548047;ENST00000554434;ENST00000557180;ENST00000552652;ENST00000550484;ENST00000552903;ENST00000551585;ENST00000550957;ENST00000548491" "ENSP00000446515;ENSP00000449178;ENSP00000452353;ENSP00000450977;ENSP00000451743;ENSP00000328405;ENSP00000446605;ENSP00000448565;ENSP00000447050;ENSP00000450608;ENSP00000377703;ENSP00000385792;ENSP00000450359;ENSP00000450999;ENSP00000451814;ENSP00000402307;ENSP00000451266;ENSP00000447460;ENSP00000449923;ENSP00000451330;ENSP00000451518" "P23743" "DGKA" "1606" "diacylglycerol kinase alpha" "DAGK;DAGK1;DGK-alpha" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000065427" "ENST00000319410;ENST00000302445;ENST00000568378;ENST00000564578;ENST00000569298;ENST00000562875;ENST00000566560;ENST00000566249;ENST00000566772;ENST00000568682;ENST00000570215;ENST00000565738" "ENSP00000325448;ENSP00000303043;ENSP00000454512;ENSP00000455818;ENSP00000456185;ENSP00000456786;ENSP00000455488;ENSP00000462057;ENSP00000458028" "Q15046" "KARS1" "3735" "lysyl-tRNA synthetase 1" "DFNB89;KARS;KARS2" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000065485" "ENST00000489923;ENST00000316218;ENST00000484644;ENST00000495004;ENST00000472319;ENST00000467157;ENST00000485208;ENST00000469649" "ENSP00000417520;ENSP00000323313;ENSP00000419946;ENSP00000417199" "Q14554" "PDIA5" "10954" "protein disulfide isomerase family A member 5" "FLJ30401;PDIR" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000065518" "ENST00000184266;ENST00000485064;ENST00000492739;ENST00000461682;ENST00000491335;ENST00000496588" "ENSP00000184266;ENSP00000419578;ENSP00000419128;ENSP00000417714;ENSP00000417755" "O95168" "NDUFB4" "4710" "NADH:ubiquinone oxidoreductase subunit B4" "B15" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000065534" "ENST00000360772;ENST00000360304;ENST00000418370;ENST00000578202;ENST00000464489;ENST00000346322;ENST00000583087;ENST00000515434;ENST00000514895;ENST00000513111;ENST00000508240;ENST00000510775;ENST00000511058;ENST00000504946;ENST00000503644;ENST00000514623;ENST00000506361;ENST00000510571" "ENSP00000354004;ENSP00000353452;ENSP00000428967;ENSP00000463691;ENSP00000417798;ENSP00000320622;ENSP00000462118;ENSP00000422984" "Q15746" "MYLK" "4638" "myosin light chain kinase" "MLCK;MLCK1;MYLK1;smMLCK" "Cytosol" "SwissProt" "ENSG00000065615" "ENST00000369681;ENST00000369679;ENST00000479164" "ENSP00000358695;ENSP00000358693" "Q7L1T6" "CYB5R4" "51167" "cytochrome b5 reductase 4" "b5+b5R;dJ676J13.1;NCB5OR" "Endoplasmic reticulum" "SwissProt" "ENSG00000065621" "ENST00000338595;ENST00000473401;ENST00000477078;ENST00000369707;ENST00000467629;ENST00000498052;ENST00000450629" "ENSP00000345023;ENSP00000358721;ENSP00000390986" "Q9H4Y5" "GSTO2" "119391" "glutathione S-transferase omega 2" "" "" "" -"ENSG00000065833" "ENST00000369705" "ENSP00000358719" "P48163" "ME1" "4199" "malic enzyme 1" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000065833" "ENST00000369705" "ENSP00000358719" "P48163" "ME1" "4199" "malic enzyme 1" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000065911" "ENST00000677997;ENST00000677170;ENST00000678684;ENST00000409804;ENST00000470592;ENST00000489041;ENST00000678955;ENST00000477455;ENST00000678340;ENST00000679055;ENST00000677377;ENST00000394053;ENST00000409601;ENST00000678228;ENST00000488086;ENST00000462026;ENST00000678623;ENST00000678731;ENST00000677299;ENST00000677558;ENST00000678633" "ENSP00000503074;ENSP00000503486;ENSP00000504687;ENSP00000386536;ENSP00000419067;ENSP00000419550;ENSP00000503933;ENSP00000503701;ENSP00000502903;ENSP00000377617;ENSP00000386542;ENSP00000503299;ENSP00000503386;ENSP00000504392;ENSP00000503927;ENSP00000503573;ENSP00000504822" "P13995" "MTHFD2" "10797" "methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2, methenyltetrahydrofolate cyclohydrolase" "" "Mitochondria" "CellAtlas" "ENSG00000065923" "ENST00000328306;ENST00000464933;ENST00000491894;ENST00000489574;ENST00000616978" "ENSP00000330320;ENSP00000480916" "Q96T83" "SLC9A7" "84679" "solute carrier family 9 member A7" "NHE7" "Golgi apparatus" "SwissProt" -"ENSG00000065989" "ENST00000592685;ENST00000380702;ENST00000293683;ENST00000440014;ENST00000591971;ENST00000344979;ENST00000589073;ENST00000586275;ENST00000590407" "ENSP00000468507;ENSP00000370078;ENSP00000293683;ENSP00000394754;ENSP00000467137;ENSP00000341007;ENSP00000465792" "P27815" "PDE4A" "5141" "phosphodiesterase 4A" "DPDE2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000065989" "ENST00000592685;ENST00000380702;ENST00000293683;ENST00000440014;ENST00000591971;ENST00000344979;ENST00000589073;ENST00000586275;ENST00000590407" "ENSP00000468507;ENSP00000370078;ENSP00000293683;ENSP00000394754;ENSP00000467137;ENSP00000341007;ENSP00000465792" "P27815" "PDE4A" "5141" "phosphodiesterase 4A" "DPDE2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000066230" "ENST00000264938;ENST00000644203;ENST00000514375;ENST00000507407" "ENSP00000264938;ENSP00000495903;ENSP00000422983" "P48764" "SLC9A3" "6550" "solute carrier family 9 member A3" "NHE3" "" "" -"ENSG00000066322" "ENST00000621943;ENST00000413844;ENST00000372458;ENST00000468865;ENST00000464204;ENST00000470968;ENST00000487209;ENST00000470769;ENST00000497569;ENST00000482302;ENST00000497050;ENST00000478481;ENST00000479439;ENST00000465321;ENST00000479686;ENST00000496932" "ENSP00000477602;ENSP00000416024;ENSP00000361536" "Q9BW60" "ELOVL1" "64834" "ELOVL fatty acid elongase 1" "Ssc1" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000066322" "ENST00000621943;ENST00000413844;ENST00000372458;ENST00000468865;ENST00000464204;ENST00000470968;ENST00000487209;ENST00000470769;ENST00000497569;ENST00000482302;ENST00000497050;ENST00000478481;ENST00000479439;ENST00000465321;ENST00000479686;ENST00000496932" "ENSP00000477602;ENSP00000416024;ENSP00000361536" "Q9BW60" "ELOVL1" "64834" "ELOVL fatty acid elongase 1" "Ssc1" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000066379" "ENST00000471008;ENST00000376782;ENST00000359374;ENST00000376785;ENST00000332435;ENST00000463141" "ENSP00000365978;ENSP00000352333;ENSP00000365981;ENSP00000331111" "Q9P1U0" "POLR1H" "30834" "RNA polymerase I subunit H" "A12.2;HTEX-6;hZR14;RPA12;tctex-6;ZNRD1" "Nucleus" "CellAtlas" "ENSG00000066651" "ENST00000334379;ENST00000461129;ENST00000479748;ENST00000368332;ENST00000648977;ENST00000468097;ENST00000473273;ENST00000444121;ENST00000446681;ENST00000489934;ENST00000466316;ENST00000444229" "ENSP00000333934;ENSP00000467603;ENSP00000433724;ENSP00000357316;ENSP00000496820;ENSP00000467035;ENSP00000465275;ENSP00000406230;ENSP00000415724;ENSP00000466001" "Q7Z4G4" "TRMT11" "60487" "tRNA methyltransferase 11 homolog" "C6orf75;dJ187J11.2;MDS024;TRM11;TRMT11-1" "Nucleus" "CellAtlas" "ENSG00000066813" "ENST00000329697;ENST00000414188;ENST00000566998;ENST00000565322;ENST00000565232;ENST00000567001;ENST00000568098;ENST00000564849;ENST00000569131;ENST00000569364;ENST00000563943;ENST00000567288;ENST00000569327;ENST00000569163;ENST00000568882;ENST00000566384;ENST00000569344;ENST00000562026;ENST00000564855" "ENSP00000327453;ENSP00000390378;ENSP00000457377;ENSP00000454995;ENSP00000456378;ENSP00000455137;ENSP00000478316;ENSP00000454887;ENSP00000456369;ENSP00000455190;ENSP00000454247;ENSP00000455658" "Q68CK6" "ACSM2B" "348158" "acyl-CoA synthetase medium chain family member 2B" "ACSM2;HXMA;HYST1046" "Mitochondria" "SwissProt" "ENSG00000066926" "ENST00000262093;ENST00000652755;ENST00000651787;ENST00000382873;ENST00000585494;ENST00000591977;ENST00000682485;ENST00000651812;ENST00000592699;ENST00000585699;ENST00000585747;ENST00000585878;ENST00000592111" "ENSP00000262093;ENSP00000498358;ENSP00000372326;ENSP00000465243;ENSP00000465363;ENSP00000466263" "P22830" "FECH" "2235" "ferrochelatase" "" "Inner mitochondria" "SwissProt" -"ENSG00000067057" "ENST00000607886;ENST00000381125;ENST00000495715;ENST00000381075;ENST00000677351;ENST00000678206;ENST00000678089;ENST00000676796;ENST00000421751;ENST00000407806;ENST00000415005;ENST00000468050;ENST00000460445;ENST00000413079;ENST00000381072;ENST00000433193" "ENSP00000477128;ENSP00000370517;ENSP00000370465;ENSP00000504635;ENSP00000503212;ENSP00000503786;ENSP00000385880;ENSP00000408858;ENSP00000476311;ENSP00000387871;ENSP00000410275" "Q01813" "PFKP" "5214" "phosphofructokinase, platelet" "PFK-C;PFKF" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000067057" "ENST00000607886;ENST00000381125;ENST00000495715;ENST00000381075;ENST00000677351;ENST00000678206;ENST00000678089;ENST00000676796;ENST00000421751;ENST00000407806;ENST00000415005;ENST00000468050;ENST00000460445;ENST00000413079;ENST00000381072;ENST00000433193" "ENSP00000477128;ENSP00000370517;ENSP00000370465;ENSP00000504635;ENSP00000503212;ENSP00000503786;ENSP00000385880;ENSP00000408858;ENSP00000476311;ENSP00000387871;ENSP00000410275" "Q01813" "PFKP" "5214" "phosphofructokinase, platelet" "PFK-C;PFKF" "Cytosol" "SwissProt;CellAtlas" "ENSG00000067064" "ENST00000429642;ENST00000381344;ENST00000491735;ENST00000427898;ENST00000482091" "ENSP00000401879;ENSP00000370748;ENSP00000404771" "Q13907" "IDI1" "3422" "isopentenyl-diphosphate delta isomerase 1" "" "Peroxisome" "SwissProt" "ENSG00000067113" "ENST00000264775;ENST00000307259;ENST00000520263;ENST00000509667;ENST00000515132;ENST00000502907" "ENSP00000264775;ENSP00000302229;ENSP00000425052" "O14494" "PLPP1" "8611" "phospholipid phosphatase 1" "LPP1;PAP-2a;PPAP2A" "" "" -"ENSG00000067177" "ENST00000373542;ENST00000373545;ENST00000373539;ENST00000339490;ENST00000541944" "ENSP00000362643;ENSP00000362646;ENSP00000362640;ENSP00000342469;ENSP00000441251" "P46020" "PHKA1" "5255" "phosphorylase kinase regulatory subunit alpha 1" "PHKA" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000067225" "ENST00000564440;ENST00000335181;ENST00000319622;ENST00000389093;ENST00000565184;ENST00000568883;ENST00000565143;ENST00000567118;ENST00000565154;ENST00000568459;ENST00000561609;ENST00000563986;ENST00000569857;ENST00000570166;ENST00000564993;ENST00000563275;ENST00000568743;ENST00000562784;ENST00000564178;ENST00000562997;ENST00000567087;ENST00000564276;ENST00000566809;ENST00000569050" "ENSP00000334983;ENSP00000320171;ENSP00000373745;ENSP00000455736;ENSP00000456100;ENSP00000456004;ENSP00000455901;ENSP00000456970;ENSP00000457253;ENSP00000455584;ENSP00000457198;ENSP00000457830;ENSP00000456984;ENSP00000457420;ENSP00000454668" "P14618" "PKM" "5315" "pyruvate kinase M1/2" "OIP3;PK3;PKM2;THBP1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000067365" "ENST00000563958;ENST00000381920;ENST00000163678;ENST00000564554;ENST00000561758;ENST00000567295;ENST00000563037;ENST00000568967;ENST00000564624;ENST00000572956;ENST00000561993;ENST00000563501;ENST00000565866;ENST00000562151;ENST00000564107;ENST00000564133;ENST00000562973;ENST00000569597" "ENSP00000457291;ENSP00000371345;ENSP00000163678;ENSP00000456618;ENSP00000457152;ENSP00000457913;ENSP00000459729;ENSP00000457191;ENSP00000461054;ENSP00000460481" "Q9BUU2" "METTL22" "79091" "methyltransferase like 22" "C16orf68;FLJ12433,MGC2654" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000067829" "ENST00000370092;ENST00000454076;ENST00000370093;ENST00000217901;ENST00000427365;ENST00000619865;ENST00000444450;ENST00000444338;ENST00000497043;ENST00000495356;ENST00000461215;ENST00000491235" "ENSP00000359110;ENSP00000400115;ENSP00000359111;ENSP00000217901;ENSP00000408529;ENSP00000482665;ENSP00000401862;ENSP00000402747" "P51553" "IDH3G" "3421" "isocitrate dehydrogenase (NAD(+)) 3 non-catalytic subunit gamma" "" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000067177" "ENST00000373542;ENST00000373545;ENST00000373539;ENST00000339490;ENST00000541944" "ENSP00000362643;ENSP00000362646;ENSP00000362640;ENSP00000342469;ENSP00000441251" "P46020" "PHKA1" "5255" "phosphorylase kinase regulatory subunit alpha 1" "PHKA" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000067225" "ENST00000564440;ENST00000335181;ENST00000319622;ENST00000389093;ENST00000565184;ENST00000568883;ENST00000565143;ENST00000567118;ENST00000565154;ENST00000568459;ENST00000561609;ENST00000563986;ENST00000569857;ENST00000570166;ENST00000564993;ENST00000563275;ENST00000568743;ENST00000562784;ENST00000564178;ENST00000562997;ENST00000567087;ENST00000564276;ENST00000566809;ENST00000569050" "ENSP00000334983;ENSP00000320171;ENSP00000373745;ENSP00000455736;ENSP00000456100;ENSP00000456004;ENSP00000455901;ENSP00000456970;ENSP00000457253;ENSP00000455584;ENSP00000457198;ENSP00000457830;ENSP00000456984;ENSP00000457420;ENSP00000454668" "P14618" "PKM" "5315" "pyruvate kinase M1/2" "OIP3;PK3;PKM2;THBP1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000067365" "ENST00000563958;ENST00000381920;ENST00000163678;ENST00000564554;ENST00000561758;ENST00000567295;ENST00000563037;ENST00000568967;ENST00000564624;ENST00000572956;ENST00000561993;ENST00000563501;ENST00000565866;ENST00000562151;ENST00000564107;ENST00000564133;ENST00000562973;ENST00000569597" "ENSP00000457291;ENSP00000371345;ENSP00000163678;ENSP00000456618;ENSP00000457152;ENSP00000457913;ENSP00000459729;ENSP00000457191;ENSP00000461054;ENSP00000460481" "Q9BUU2" "METTL22" "79091" "methyltransferase like 22" "C16orf68;FLJ12433,MGC2654" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000067829" "ENST00000370092;ENST00000454076;ENST00000370093;ENST00000217901;ENST00000427365;ENST00000619865;ENST00000444450;ENST00000444338;ENST00000497043;ENST00000495356;ENST00000461215;ENST00000491235" "ENSP00000359110;ENSP00000400115;ENSP00000359111;ENSP00000217901;ENSP00000408529;ENSP00000482665;ENSP00000401862;ENSP00000402747" "P51553" "IDH3G" "3421" "isocitrate dehydrogenase (NAD(+)) 3 non-catalytic subunit gamma" "" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000067840" "ENST00000164640;ENST00000393758;ENST00000544474;ENST00000484792;ENST00000475140;ENST00000483693;ENST00000480418;ENST00000480650;ENST00000468491" "ENSP00000164640;ENSP00000377355;ENSP00000442033;ENSP00000476940" "Q76G19" "PDZD4" "57595" "PDZ domain containing 4" "FLJ34125;KIAA1444;LNX5;LU1;PDZK4;PDZRN4L" "" "" "ENSG00000067842" "ENST00000263519;ENST00000684004;ENST00000349466;ENST00000370186;ENST00000359149;ENST00000683064;ENST00000393842;ENST00000496610" "ENSP00000263519;ENSP00000343886;ENSP00000359205;ENSP00000352062;ENSP00000508126;ENSP00000377425" "Q16720" "ATP2B3" "492" "ATPase plasma membrane Ca2+ transporting 3" "CFAP39;CLA2;PMCA3;SCAX1" "" "" -"ENSG00000067992" "ENST00000379162;ENST00000648777;ENST00000568479;ENST00000493226" "ENSP00000368460;ENSP00000497727;ENSP00000498864" "Q15120" "PDK3" "5165" "pyruvate dehydrogenase kinase 3" "" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000067992" "ENST00000379162;ENST00000648777;ENST00000568479;ENST00000493226" "ENSP00000368460;ENSP00000497727;ENSP00000498864" "Q15120" "PDK3" "5165" "pyruvate dehydrogenase kinase 3" "" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000068001" "ENST00000447092;ENST00000357750;ENST00000395139;ENST00000442581;ENST00000481597;ENST00000458018;ENST00000424190;ENST00000426286;ENST00000428028;ENST00000415028" "ENSP00000401853;ENSP00000350387;ENSP00000378571;ENSP00000406657;ENSP00000399677;ENSP00000398714;ENSP00000409642;ENSP00000414656;ENSP00000405855" "Q12891" "HYAL2" "8692" "hyaluronidase 2" "LuCa-2;LUCA2" "" "" "ENSG00000068120" "ENST00000588757;ENST00000585811;ENST00000585909;ENST00000586771;ENST00000421097;ENST00000591779;ENST00000393818;ENST00000587858;ENST00000587214;ENST00000587157;ENST00000590958;ENST00000591753;ENST00000588353;ENST00000591583" "ENSP00000467174;ENSP00000467519;ENSP00000466838;ENSP00000393564;ENSP00000467687;ENSP00000377406;ENSP00000468755;ENSP00000468583;ENSP00000467322;ENSP00000464814" "Q13057" "COASY" "80347" "Coenzyme A synthase" "DPCK;NBP;PPAT" "Mitochondria;Cytosol" "SwissProt" -"ENSG00000068308" "ENST00000455452;ENST00000156084;ENST00000376488;ENST00000428668;ENST00000484499;ENST00000481142;ENST00000396743;ENST00000610466" "ENSP00000390767;ENSP00000156084;ENSP00000365671;ENSP00000401629;ENSP00000379969;ENSP00000481335" "Q96G74" "OTUD5" "55593" "OTU deubiquitinase 5" "DKFZp761A052;DUBA" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000068366" "ENST00000439581;ENST00000505075;ENST00000469796;ENST00000672401;ENST00000340800;ENST00000348502;ENST00000683559;ENST00000684030;ENST00000682031;ENST00000671846;ENST00000672282;ENST00000502391;ENST00000684414;ENST00000673016;ENST00000514500;ENST00000505855;ENST00000508092;ENST00000504383" "ENSP00000419171;ENSP00000500273;ENSP00000339787;ENSP00000262835;ENSP00000506881;ENSP00000500897;ENSP00000500678;ENSP00000425408;ENSP00000499969;ENSP00000423539;ENSP00000424808;ENSP00000425378" "O60488" "ACSL4" "2182" "acyl-CoA synthetase long chain family member 4" "ACS4;FACL4;LACS4;MRX63;MRX68" "Endoplasmic reticulum;Peroxisome;Mitochondria;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000068308" "ENST00000455452;ENST00000156084;ENST00000376488;ENST00000428668;ENST00000484499;ENST00000481142;ENST00000396743;ENST00000610466" "ENSP00000390767;ENSP00000156084;ENSP00000365671;ENSP00000401629;ENSP00000379969;ENSP00000481335" "Q96G74" "OTUD5" "55593" "OTU deubiquitinase 5" "DKFZp761A052;DUBA" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000068366" "ENST00000439581;ENST00000505075;ENST00000469796;ENST00000672401;ENST00000340800;ENST00000348502;ENST00000683559;ENST00000684030;ENST00000682031;ENST00000671846;ENST00000672282;ENST00000502391;ENST00000684414;ENST00000673016;ENST00000514500;ENST00000505855;ENST00000508092;ENST00000504383" "ENSP00000419171;ENSP00000500273;ENSP00000339787;ENSP00000262835;ENSP00000506881;ENSP00000500897;ENSP00000500678;ENSP00000425408;ENSP00000499969;ENSP00000423539;ENSP00000424808;ENSP00000425378" "O60488" "ACSL4" "2182" "acyl-CoA synthetase long chain family member 4" "ACS4;FACL4;LACS4;MRX63;MRX68" "Endoplasmic reticulum;Peroxisome;Mitochondria;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000068383" "ENST00000368594;ENST00000368593;ENST00000423490;ENST00000342652;ENST00000487614;ENST00000498337;ENST00000445580" "ENSP00000357583;ENSP00000357582;ENSP00000390936;ENSP00000340707;ENSP00000390749" "Q14642" "INPP5A" "3632" "inositol polyphosphate-5-phosphatase A" "5PTASE" "Cytosol" "CellAtlas" -"ENSG00000068438" "ENST00000396894;ENST00000492562;ENST00000019019;ENST00000348411;ENST00000485486;ENST00000473235;ENST00000487353;ENST00000490202;ENST00000496365;ENST00000466371;ENST00000467954;ENST00000475806;ENST00000489599" "ENSP00000380103;ENSP00000019019;ENSP00000326948" "Q9UET6" "FTSJ1" "24140" "FtsJ RNA 2'-O-methyltransferase 1" "CDLIV;JM23;MRX44;MRX9;SPB1;TRM7;TRMT7" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000068650" "ENST00000375630;ENST00000487903;ENST00000419448;ENST00000466946;ENST00000459908;ENST00000418678;ENST00000489577;ENST00000471555;ENST00000459011;ENST00000375645;ENST00000610419;ENST00000415301;ENST00000419631;ENST00000495930;ENST00000493489;ENST00000479193;ENST00000614170" "ENSP00000364781;ENSP00000420387;ENSP00000396374;ENSP00000420696;ENSP00000364796;ENSP00000479392;ENSP00000402575;ENSP00000410824" "P98196" "ATP11A" "23250" "ATPase phospholipid transporting 11A" "ATPIH;ATPIS;KIAA1021" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000068654" "ENST00000263857;ENST00000409681;ENST00000471427;ENST00000496892;ENST00000492034;ENST00000462078;ENST00000683266;ENST00000483538;ENST00000684556;ENST00000486964;ENST00000684177;ENST00000424089;ENST00000409024;ENST00000684026;ENST00000683470" "ENSP00000263857;ENSP00000386300;ENSP00000397321;ENSP00000386423" "O95602" "POLR1A" "25885" "RNA polymerase I subunit A" "DKFZP586M0122;FLJ21915;RPA1;RPA190;RPO1-4" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000068745" "ENST00000328631;ENST00000479914;ENST00000491686;ENST00000449563;ENST00000413654;ENST00000443853;ENST00000437427;ENST00000412850;ENST00000454335;ENST00000340879;ENST00000432678;ENST00000433104;ENST00000416707;ENST00000431721;ENST00000449610;ENST00000413298;ENST00000450045;ENST00000446860;ENST00000455545;ENST00000412795;ENST00000417896;ENST00000443964;ENST00000436134;ENST00000453202;ENST00000440424;ENST00000434860;ENST00000424035;ENST00000476645" "ENSP00000331103;ENSP00000411776;ENSP00000414428;ENSP00000389761;ENSP00000403968;ENSP00000395819;ENSP00000412121;ENSP00000341925;ENSP00000400812;ENSP00000396904;ENSP00000387759;ENSP00000414139;ENSP00000393077;ENSP00000396203;ENSP00000394488;ENSP00000399052;ENSP00000410454;ENSP00000389755;ENSP00000388116;ENSP00000410950;ENSP00000387394;ENSP00000393797;ENSP00000388420;ENSP00000406357" "Q9UHH9" "IP6K2" "51447" "inositol hexakisphosphate kinase 2" "IHPK2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000068903" "ENST00000479290;ENST00000462654;ENST00000249396;ENST00000392081;ENST00000496069;ENST00000414941;ENST00000420440;ENST00000443898;ENST00000407552;ENST00000381766;ENST00000491960;ENST00000476771;ENST00000451193;ENST00000423526;ENST00000437828;ENST00000447739;ENST00000481381;ENST00000358931;ENST00000613542" "ENSP00000249396;ENSP00000375931;ENSP00000404309;ENSP00000400338;ENSP00000411393;ENSP00000385146;ENSP00000401203;ENSP00000407272;ENSP00000409690;ENSP00000397022;ENSP00000408023;ENSP00000351809;ENSP00000481932" "Q8IXJ6" "SIRT2" "22933" "sirtuin 2" "SIR2L" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000068438" "ENST00000396894;ENST00000492562;ENST00000019019;ENST00000348411;ENST00000485486;ENST00000473235;ENST00000487353;ENST00000490202;ENST00000496365;ENST00000466371;ENST00000467954;ENST00000475806;ENST00000489599" "ENSP00000380103;ENSP00000019019;ENSP00000326948" "Q9UET6" "FTSJ1" "24140" "FtsJ RNA 2'-O-methyltransferase 1" "CDLIV;JM23;MRX44;MRX9;SPB1;TRM7;TRMT7" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000068650" "ENST00000375630;ENST00000487903;ENST00000419448;ENST00000466946;ENST00000459908;ENST00000418678;ENST00000489577;ENST00000471555;ENST00000459011;ENST00000375645;ENST00000610419;ENST00000415301;ENST00000419631;ENST00000495930;ENST00000493489;ENST00000479193;ENST00000614170" "ENSP00000364781;ENSP00000420387;ENSP00000396374;ENSP00000420696;ENSP00000364796;ENSP00000479392;ENSP00000402575;ENSP00000410824" "P98196" "ATP11A" "23250" "ATPase phospholipid transporting 11A" "ATPIH;ATPIS;KIAA1021" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000068654" "ENST00000263857;ENST00000409681;ENST00000471427;ENST00000496892;ENST00000492034;ENST00000462078;ENST00000683266;ENST00000483538;ENST00000684556;ENST00000486964;ENST00000684177;ENST00000424089;ENST00000409024;ENST00000684026;ENST00000683470" "ENSP00000263857;ENSP00000386300;ENSP00000397321;ENSP00000386423" "O95602" "POLR1A" "25885" "RNA polymerase I subunit A" "DKFZP586M0122;FLJ21915;RPA1;RPA190;RPO1-4" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000068745" "ENST00000328631;ENST00000479914;ENST00000491686;ENST00000449563;ENST00000413654;ENST00000443853;ENST00000437427;ENST00000412850;ENST00000454335;ENST00000340879;ENST00000432678;ENST00000433104;ENST00000416707;ENST00000431721;ENST00000449610;ENST00000413298;ENST00000450045;ENST00000446860;ENST00000455545;ENST00000412795;ENST00000417896;ENST00000443964;ENST00000436134;ENST00000453202;ENST00000440424;ENST00000434860;ENST00000424035;ENST00000476645" "ENSP00000331103;ENSP00000411776;ENSP00000414428;ENSP00000389761;ENSP00000403968;ENSP00000395819;ENSP00000412121;ENSP00000341925;ENSP00000400812;ENSP00000396904;ENSP00000387759;ENSP00000414139;ENSP00000393077;ENSP00000396203;ENSP00000394488;ENSP00000399052;ENSP00000410454;ENSP00000389755;ENSP00000388116;ENSP00000410950;ENSP00000387394;ENSP00000393797;ENSP00000388420;ENSP00000406357" "Q9UHH9" "IP6K2" "51447" "inositol hexakisphosphate kinase 2" "IHPK2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000068903" "ENST00000479290;ENST00000462654;ENST00000249396;ENST00000392081;ENST00000496069;ENST00000414941;ENST00000420440;ENST00000443898;ENST00000407552;ENST00000381766;ENST00000491960;ENST00000476771;ENST00000451193;ENST00000423526;ENST00000437828;ENST00000447739;ENST00000481381;ENST00000358931;ENST00000613542" "ENSP00000249396;ENSP00000375931;ENSP00000404309;ENSP00000400338;ENSP00000411393;ENSP00000385146;ENSP00000401203;ENSP00000407272;ENSP00000409690;ENSP00000397022;ENSP00000408023;ENSP00000351809;ENSP00000481932" "Q8IXJ6" "SIRT2" "22933" "sirtuin 2" "SIR2L" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000068976" "ENST00000483742;ENST00000377432;ENST00000164139;ENST00000462303;ENST00000460413" "ENSP00000366650;ENSP00000164139" "P11217" "PYGM" "5837" "glycogen phosphorylase, muscle associated" "GSD5" "" "" -"ENSG00000069248" "ENST00000261396;ENST00000490352;ENST00000485119;ENST00000366678" "ENSP00000261396" "Q8WUM0" "NUP133" "55746" "nucleoporin 133" "FLJ10814" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000069248" "ENST00000261396;ENST00000490352;ENST00000485119;ENST00000366678" "ENSP00000261396" "Q8WUM0" "NUP133" "55746" "nucleoporin 133" "FLJ10814" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000069431" "ENST00000261200;ENST00000683676;ENST00000683695;ENST00000682426;ENST00000683105;ENST00000684084;ENST00000682879;ENST00000261201;ENST00000544039;ENST00000683811;ENST00000682068;ENST00000684543;ENST00000682789;ENST00000326684;ENST00000621589;ENST00000538350;ENST00000684435;ENST00000636888;ENST00000682646;ENST00000683560" "ENSP00000261200;ENSP00000508167;ENSP00000506801;ENSP00000507859;ENSP00000508210;ENSP00000261201;ENSP00000440521;ENSP00000507226;ENSP00000317518;ENSP00000480233;ENSP00000442604;ENSP00000507779;ENSP00000490640" "O60706" "ABCC9" "10060" "ATP binding cassette subfamily C member 9" "CMD1O;SUR2" "Cytosol;Nucleus" "CellAtlas" "ENSG00000069535" "ENST00000378069;ENST00000487544;ENST00000468431" "ENSP00000367309" "P27338" "MAOB" "4129" "monoamine oxidase B" "" "Cytosol" "SwissProt" -"ENSG00000069667" "ENST00000335670;ENST00000309157;ENST00000261523;ENST00000449337;ENST00000559587;ENST00000551975;ENST00000560004;ENST00000559343;ENST00000558234;ENST00000557822;ENST00000559145;ENST00000561093;ENST00000560300;ENST00000558904" "ENSP00000335087;ENSP00000309753;ENSP00000261523;ENSP00000402971;ENSP00000449482;ENSP00000453322;ENSP00000484955" "P35398" "RORA" "6095" "RAR related orphan receptor A" "NR1F1;ROR1;ROR2;ROR3;RZRA" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000069667" "ENST00000335670;ENST00000309157;ENST00000261523;ENST00000449337;ENST00000559587;ENST00000551975;ENST00000560004;ENST00000559343;ENST00000558234;ENST00000557822;ENST00000559145;ENST00000561093;ENST00000560300;ENST00000558904" "ENSP00000335087;ENSP00000309753;ENSP00000261523;ENSP00000402971;ENSP00000449482;ENSP00000453322;ENSP00000484955" "P35398" "RORA" "6095" "RAR related orphan receptor A" "NR1F1;ROR1;ROR2;ROR3;RZRA" "Nucleus" "SwissProt;CellAtlas" "ENSG00000069764" "ENST00000438167;ENST00000567462" "ENSP00000393847;ENSP00000456433" "O15496" "PLA2G10" "8399" "phospholipase A2 group X" "GXPLA2" "Cytosol;Lysosome" "SwissProt" "ENSG00000069849" "ENST00000475483;ENST00000286371;ENST00000465172;ENST00000466678;ENST00000462082;ENST00000495216;ENST00000482635;ENST00000487199;ENST00000484727;ENST00000486782" "ENSP00000417522;ENSP00000286371;ENSP00000418280;ENSP00000418952;ENSP00000418353;ENSP00000419962;ENSP00000417608" "P54709" "ATP1B3" "483" "ATPase Na+/K+ transporting subunit beta 3" "CD298;FLJ29027" "" "" -"ENSG00000069869" "ENST00000508871;ENST00000503468;ENST00000338963;ENST00000508342;ENST00000435532;ENST00000648451;ENST00000506154;ENST00000502612;ENST00000514893;ENST00000507063;ENST00000513957;ENST00000508075;ENST00000557845" "ENSP00000422455;ENSP00000426051;ENSP00000345530;ENSP00000424827;ENSP00000410613;ENSP00000498181;ENSP00000422705;ENSP00000424471;ENSP00000421047" "P46934" "NEDD4" "4734" "NEDD4 E3 ubiquitin protein ligase" "KIAA0093;MGC176705;NEDD4-1;RPF1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000069943" "ENST00000565367;ENST00000164305;ENST00000569909;ENST00000570059;ENST00000566999;ENST00000539642;ENST00000566072;ENST00000565402;ENST00000565502;ENST00000563742;ENST00000569823;ENST00000562751" "ENSP00000455943;ENSP00000164305;ENSP00000456285;ENSP00000456531;ENSP00000438963;ENSP00000455040" "Q92521" "PIGB" "9488" "phosphatidylinositol glycan anchor biosynthesis class B" "" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000069869" "ENST00000508871;ENST00000503468;ENST00000338963;ENST00000508342;ENST00000435532;ENST00000648451;ENST00000506154;ENST00000502612;ENST00000514893;ENST00000507063;ENST00000513957;ENST00000508075;ENST00000557845" "ENSP00000422455;ENSP00000426051;ENSP00000345530;ENSP00000424827;ENSP00000410613;ENSP00000498181;ENSP00000422705;ENSP00000424471;ENSP00000421047" "P46934" "NEDD4" "4734" "NEDD4 E3 ubiquitin protein ligase" "KIAA0093;MGC176705;NEDD4-1;RPF1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000069943" "ENST00000565367;ENST00000164305;ENST00000569909;ENST00000570059;ENST00000566999;ENST00000539642;ENST00000566072;ENST00000565402;ENST00000565502;ENST00000563742;ENST00000569823;ENST00000562751" "ENSP00000455943;ENSP00000164305;ENSP00000456285;ENSP00000456531;ENSP00000438963;ENSP00000455040" "Q92521" "PIGB" "9488" "phosphatidylinositol glycan anchor biosynthesis class B" "" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000070019" "ENST00000261170;ENST00000535803" "ENSP00000261170" "P25092" "GUCY2C" "2984" "guanylate cyclase 2C" "GUC2C;STAR" "Endoplasmic reticulum" "SwissProt" "ENSG00000070214" "ENST00000374723;ENST00000470972;ENST00000374720;ENST00000374724;ENST00000607692;ENST00000607701;ENST00000436716" "ENSP00000363855;ENSP00000433072;ENSP00000363852;ENSP00000363856" "Q8WWI5" "SLC44A1" "23446" "solute carrier family 44 member 1" "CD92;CDW92;CHTL1;CTL1" "Mitochondria;Nucleus" "CellAtlas" -"ENSG00000070423" "ENST00000605891;ENST00000292363;ENST00000590885;ENST00000586749;ENST00000589762;ENST00000591394;ENST00000592626" "ENSP00000475833;ENSP00000292363;ENSP00000464945" "Q9BV68" "RNF126" "55658" "ring finger protein 126" "FLJ20552" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000070423" "ENST00000605891;ENST00000292363;ENST00000590885;ENST00000586749;ENST00000589762;ENST00000591394;ENST00000592626" "ENSP00000475833;ENSP00000292363;ENSP00000464945" "Q9BV68" "RNF126" "55658" "ring finger protein 126" "FLJ20552" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000070501" "ENST00000532157;ENST00000520008;ENST00000518925;ENST00000519094;ENST00000530566;ENST00000522297;ENST00000265421;ENST00000522610;ENST00000519771;ENST00000524208;ENST00000521290;ENST00000519524;ENST00000518579;ENST00000523465;ENST00000517393;ENST00000521492;ENST00000521418" "ENSP00000432084;ENSP00000430610;ENSP00000430784;ENSP00000265421;ENSP00000429436;ENSP00000427799;ENSP00000428578;ENSP00000429597;ENSP00000430478;ENSP00000428144;ENSP00000430831" "P06746" "POLB" "5423" "DNA polymerase beta" "" "Cytosol;Nucleus" "SwissProt" -"ENSG00000070526" "ENST00000592042;ENST00000359088;ENST00000156626;ENST00000585633;ENST00000588375;ENST00000590784;ENST00000589004;ENST00000590878;ENST00000589813;ENST00000590915;ENST00000589992" "ENSP00000465092;ENSP00000351991;ENSP00000156626;ENSP00000466230;ENSP00000466436;ENSP00000465116;ENSP00000468784" "Q9NSC7" "ST6GALNAC1" "55808" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 1" "SIAT7A;ST6GalNAcI" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000070610" "ENST00000378103;ENST00000378088;ENST00000378094;ENST00000467252;ENST00000486797;ENST00000488292;ENST00000485259;ENST00000489025" "ENSP00000367343;ENSP00000367328;ENSP00000367334" "Q9HCG7" "GBA2" "57704" "glucosylceramidase beta 2" "AD035;DKFZp762K054;KIAA1605;SPG46" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000070526" "ENST00000592042;ENST00000359088;ENST00000156626;ENST00000585633;ENST00000588375;ENST00000590784;ENST00000589004;ENST00000590878;ENST00000589813;ENST00000590915;ENST00000589992" "ENSP00000465092;ENSP00000351991;ENSP00000156626;ENSP00000466230;ENSP00000466436;ENSP00000465116;ENSP00000468784" "Q9NSC7" "ST6GALNAC1" "55808" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 1" "SIAT7A;ST6GalNAcI" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000070610" "ENST00000378103;ENST00000378088;ENST00000378094;ENST00000467252;ENST00000486797;ENST00000488292;ENST00000485259;ENST00000489025" "ENSP00000367343;ENSP00000367328;ENSP00000367334" "Q9HCG7" "GBA2" "57704" "glucosylceramidase beta 2" "AD035;DKFZp762K054;KIAA1605;SPG46" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000070614" "ENST00000522491;ENST00000519157;ENST00000524161;ENST00000523767;ENST00000518299;ENST00000518346;ENST00000261797;ENST00000624156;ENST00000521752" "ENSP00000429966;ENSP00000427813;ENSP00000428604;ENSP00000430258;ENSP00000261797" "P52848" "NDST1" "3340" "N-deacetylase and N-sulfotransferase 1" "HSST;NST1" "Golgi apparatus" "SwissProt" "ENSG00000070669" "ENST00000394309;ENST00000454046;ENST00000437628;ENST00000394308;ENST00000422745;ENST00000455086;ENST00000444334;ENST00000487714;ENST00000462436;ENST00000442734;ENST00000495255;ENST00000437657;ENST00000448127;ENST00000453600;ENST00000451771;ENST00000414884;ENST00000175506" "ENSP00000377846;ENSP00000401651;ENSP00000414379;ENSP00000377845;ENSP00000414901;ENSP00000408472;ENSP00000406994;ENSP00000400422;ENSP00000394242;ENSP00000402350;ENSP00000408797;ENSP00000397802;ENSP00000413797;ENSP00000175506" "P08243" "ASNS" "440" "asparagine synthetase (glutamine-hydrolyzing)" "" "Cytosol" "CellAtlas" "ENSG00000070731" "ENST00000225276;ENST00000585390;ENST00000588920;ENST00000592979;ENST00000588120;ENST00000586520;ENST00000588005;ENST00000585736;ENST00000592508" "ENSP00000225276;ENSP00000464915;ENSP00000466560;ENSP00000465778;ENSP00000466513" "Q9UJ37" "ST6GALNAC2" "10610" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 2" "SIAT7;SIAT7B;SIATL1;ST6GalNAII;STHM" "Golgi apparatus" "SwissProt" "ENSG00000070748" "ENST00000339797;ENST00000460699;ENST00000351556;ENST00000395559;ENST00000481336;ENST00000395562;ENST00000466590;ENST00000337653;ENST00000490270;ENST00000640822;ENST00000638282;ENST00000638683" "ENSP00000343486;ENSP00000345878;ENSP00000378926;ENSP00000378929;ENSP00000473443;ENSP00000337103;ENSP00000491328;ENSP00000492646" "P28329" "CHAT" "1103" "choline O-acetyltransferase" "" "" "" "ENSG00000070915" "ENST00000566786;ENST00000438926;ENST00000563236;ENST00000262502;ENST00000569002;ENST00000563352" "ENSP00000457552;ENSP00000402152;ENSP00000456149;ENSP00000262502" "P55017" "SLC12A3" "6559" "solute carrier family 12 member 3" "NCCT" "" "" -"ENSG00000070950" "ENST00000427329;ENST00000264926;ENST00000415439;ENST00000473069;ENST00000429790;ENST00000495087;ENST00000418463;ENST00000421052;ENST00000413832;ENST00000469793" "ENSP00000412054;ENSP00000264926;ENSP00000402049;ENSP00000393783;ENSP00000397852;ENSP00000399620;ENSP00000412261" "Q9NS91" "RAD18" "56852" "RAD18 E3 ubiquitin protein ligase" "RNF73" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000070950" "ENST00000427329;ENST00000264926;ENST00000415439;ENST00000473069;ENST00000429790;ENST00000495087;ENST00000418463;ENST00000421052;ENST00000413832;ENST00000469793" "ENSP00000412054;ENSP00000264926;ENSP00000402049;ENSP00000393783;ENSP00000397852;ENSP00000399620;ENSP00000412261" "Q9NS91" "RAD18" "56852" "RAD18 E3 ubiquitin protein ligase" "RNF73" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000070961" "ENST00000359142;ENST00000428670;ENST00000635033;ENST00000393164;ENST00000550716;ENST00000552275;ENST00000551009;ENST00000549727;ENST00000549585;ENST00000551310;ENST00000261173" "ENSP00000352054;ENSP00000392043;ENSP00000489171;ENSP00000376869;ENSP00000447096;ENSP00000447041;ENSP00000261173" "P20020" "ATP2B1" "490" "ATPase plasma membrane Ca2+ transporting 1" "PMCA1" "Cytosol" "SwissProt" -"ENSG00000071073" "ENST00000264968;ENST00000409391;ENST00000492163;ENST00000461884;ENST00000484936;ENST00000460768;ENST00000495056;ENST00000393487;ENST00000414521" "ENSP00000264968;ENSP00000386841;ENSP00000475198;ENSP00000377127;ENSP00000404889" "Q9UM21" "MGAT4A" "11320" "alpha-1,3-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase A" "GnT-4a;GnT-Iva" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000071462" "ENST00000464615;ENST00000421304;ENST00000432522;ENST00000421744;ENST00000478670;ENST00000496153;ENST00000265758;ENST00000441822;ENST00000428163;ENST00000436944;ENST00000463307;ENST00000430270;ENST00000423497;ENST00000487006;ENST00000430446;ENST00000442099;ENST00000453316;ENST00000471215" "ENSP00000391761;ENSP00000390136;ENSP00000404981;ENSP00000265758;ENSP00000392039;ENSP00000390048;ENSP00000391410;ENSP00000398314;ENSP00000401191;ENSP00000415387;ENSP00000398732;ENSP00000394852" "O43709" "BUD23" "114049" "BUD23 rRNA methyltransferase and ribosome maturation factor" "MERM1;MGC19709;MGC2022;MGC5140;PP3381;WBMT;WBSCR22" "Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000071073" "ENST00000264968;ENST00000409391;ENST00000492163;ENST00000461884;ENST00000484936;ENST00000460768;ENST00000495056;ENST00000393487;ENST00000414521" "ENSP00000264968;ENSP00000386841;ENSP00000475198;ENSP00000377127;ENSP00000404889" "Q9UM21" "MGAT4A" "11320" "alpha-1,3-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase A" "GnT-4a;GnT-Iva" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000071462" "ENST00000464615;ENST00000421304;ENST00000432522;ENST00000421744;ENST00000478670;ENST00000496153;ENST00000265758;ENST00000441822;ENST00000428163;ENST00000436944;ENST00000463307;ENST00000430270;ENST00000423497;ENST00000487006;ENST00000430446;ENST00000442099;ENST00000453316;ENST00000471215" "ENSP00000391761;ENSP00000390136;ENSP00000404981;ENSP00000265758;ENSP00000392039;ENSP00000390048;ENSP00000391410;ENSP00000398314;ENSP00000401191;ENSP00000415387;ENSP00000398732;ENSP00000394852" "O43709" "BUD23" "114049" "BUD23 rRNA methyltransferase and ribosome maturation factor" "MERM1;MGC19709;MGC2022;MGC5140;PP3381;WBMT;WBSCR22" "Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000071553" "ENST00000677342;ENST00000422890;ENST00000449556;ENST00000439372;ENST00000679241;ENST00000369762;ENST00000446552;ENST00000455205;ENST00000429585;ENST00000491569;ENST00000678317;ENST00000677332;ENST00000619046;ENST00000484908" "ENSP00000503173;ENSP00000398511;ENSP00000392375;ENSP00000408317;ENSP00000503588;ENSP00000358777;ENSP00000411209;ENSP00000396643;ENSP00000408470;ENSP00000502914;ENSP00000482243" "Q15904" "ATP6AP1" "537" "ATPase H+ transporting accessory protein 1" "16A;Ac45;ATP6IP1;ATP6S1;CF2;ORF;VATPS1;XAP-3;XAP3" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000071794" "ENST00000465259;ENST00000310053;ENST00000392912;ENST00000494055;ENST00000467858;ENST00000472830;ENST00000497427;ENST00000493881;ENST00000481663" "ENSP00000420745;ENSP00000308944;ENSP00000376644;ENSP00000420429;ENSP00000420106" "Q14527" "HLTF" "6596" "helicase like transcription factor" "HIP116A;HLTF1;RNF80;SMARCA3;SNF2L3" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000071794" "ENST00000465259;ENST00000310053;ENST00000392912;ENST00000494055;ENST00000467858;ENST00000472830;ENST00000497427;ENST00000493881;ENST00000481663" "ENSP00000420745;ENSP00000308944;ENSP00000376644;ENSP00000420429;ENSP00000420106" "Q14527" "HLTF" "6596" "helicase like transcription factor" "HIP116A;HLTF1;RNF80;SMARCA3;SNF2L3" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000071967" "ENST00000409484;ENST00000468308;ENST00000321348;ENST00000375252;ENST00000474182;ENST00000494587;ENST00000445146" "ENSP00000386739;ENSP00000319141;ENSP00000364401;ENSP00000402242" "Q53TN4" "CYBRD1" "79901" "cytochrome b reductase 1" "CYB561A2;DCYTB;FLJ23462;FRRS3" "" "" "ENSG00000072041" "ENST00000266682;ENST00000681939;ENST00000548267;ENST00000680963;ENST00000680207;ENST00000681418;ENST00000680892;ENST00000681953;ENST00000680780;ENST00000679430;ENST00000681220;ENST00000680187;ENST00000680469;ENST00000679920;ENST00000681106;ENST00000681721;ENST00000679989;ENST00000309283;ENST00000680379;ENST00000552192;ENST00000679363;ENST00000679679;ENST00000679956;ENST00000679414;ENST00000680676;ENST00000551818;ENST00000681453;ENST00000551388;ENST00000679652;ENST00000679681;ENST00000681688;ENST00000680714;ENST00000450363;ENST00000679453;ENST00000681281;ENST00000680901;ENST00000547240;ENST00000681628;ENST00000679933;ENST00000680260;ENST00000551010;ENST00000549540;ENST00000680067;ENST00000681582;ENST00000551612" "ENSP00000266682;ENSP00000505485;ENSP00000506161;ENSP00000506546;ENSP00000506131;ENSP00000505934;ENSP00000505062;ENSP00000506491;ENSP00000505775;ENSP00000505789;ENSP00000505286;ENSP00000505134;ENSP00000311645;ENSP00000506716;ENSP00000450145;ENSP00000504902;ENSP00000505628;ENSP00000506482;ENSP00000505731;ENSP00000505814;ENSP00000390706;ENSP00000506425;ENSP00000506053;ENSP00000505705;ENSP00000505247;ENSP00000475035;ENSP00000448308" "Q9H2J7" "SLC6A15" "55117" "solute carrier family 6 member 15" "FLJ10316;hv7-3;NTT73;SBAT1;V7-3" "Nucleus" "CellAtlas" "ENSG00000072042" "ENST00000381346;ENST00000553384;ENST00000553578;ENST00000428130;ENST00000554731;ENST00000554035;ENST00000553816;ENST00000557273;ENST00000557726;ENST00000557331;ENST00000556692" "ENSP00000370750;ENSP00000452079;ENSP00000416395;ENSP00000451280;ENSP00000450802;ENSP00000450651;ENSP00000450435;ENSP00000452108" "Q8TC12" "RDH11" "51109" "retinol dehydrogenase 11" "ARSDR1;MDT1;SDR7C1" "Endoplasmic reticulum" "SwissProt" -"ENSG00000072062" "ENST00000677971;ENST00000677951;ENST00000308677;ENST00000350356;ENST00000590853;ENST00000587372;ENST00000589994;ENST00000588209;ENST00000679067;ENST00000587533;ENST00000536649;ENST00000593092;ENST00000589284;ENST00000678736" "ENSP00000502958;ENSP00000504551;ENSP00000309591;ENSP00000466976;ENSP00000468352;ENSP00000466651;ENSP00000503953;ENSP00000466289;ENSP00000466660" "P17612" "PRKACA" "5566" "protein kinase cAMP-activated catalytic subunit alpha" "PKACa" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000072210" "ENST00000581518;ENST00000673136;ENST00000580550;ENST00000672465;ENST00000467473;ENST00000626500;ENST00000631291;ENST00000672357;ENST00000584332;ENST00000672564;ENST00000176643;ENST00000339618;ENST00000579855;ENST00000578614;ENST00000582991;ENST00000671878;ENST00000395575;ENST00000672487;ENST00000630662;ENST00000472059;ENST00000579403;ENST00000446398;ENST00000672567;ENST00000672709;ENST00000672059;ENST00000673472;ENST00000672322;ENST00000672608;ENST00000671841;ENST00000476965;ENST00000571537;ENST00000578696;ENST00000574078;ENST00000673064;ENST00000673516;ENST00000672591;ENST00000571163;ENST00000573947;ENST00000575384;ENST00000573565;ENST00000574597;ENST00000573505" "ENSP00000461916;ENSP00000500380;ENSP00000462964;ENSP00000500517;ENSP00000486283;ENSP00000486085;ENSP00000500092;ENSP00000466814;ENSP00000176643;ENSP00000345774;ENSP00000463637;ENSP00000463128;ENSP00000464153;ENSP00000500516;ENSP00000378942;ENSP00000500740;ENSP00000487353;ENSP00000458397;ENSP00000500777;ENSP00000499877;ENSP00000458942;ENSP00000464453;ENSP00000500558;ENSP00000459977;ENSP00000462933;ENSP00000461235;ENSP00000463924" "P51648" "ALDH3A2" "224" "aldehyde dehydrogenase 3 family member A2" "ALDH10;FALDH;SLS" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000072062" "ENST00000677971;ENST00000677951;ENST00000308677;ENST00000350356;ENST00000590853;ENST00000587372;ENST00000589994;ENST00000588209;ENST00000679067;ENST00000587533;ENST00000536649;ENST00000593092;ENST00000589284;ENST00000678736" "ENSP00000502958;ENSP00000504551;ENSP00000309591;ENSP00000466976;ENSP00000468352;ENSP00000466651;ENSP00000503953;ENSP00000466289;ENSP00000466660" "P17612" "PRKACA" "5566" "protein kinase cAMP-activated catalytic subunit alpha" "PKACa" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000072210" "ENST00000581518;ENST00000673136;ENST00000580550;ENST00000672465;ENST00000467473;ENST00000626500;ENST00000631291;ENST00000672357;ENST00000584332;ENST00000672564;ENST00000176643;ENST00000339618;ENST00000579855;ENST00000578614;ENST00000582991;ENST00000671878;ENST00000395575;ENST00000672487;ENST00000630662;ENST00000472059;ENST00000579403;ENST00000446398;ENST00000672567;ENST00000672709;ENST00000672059;ENST00000673472;ENST00000672322;ENST00000672608;ENST00000671841;ENST00000476965;ENST00000571537;ENST00000578696;ENST00000574078;ENST00000673064;ENST00000673516;ENST00000672591;ENST00000571163;ENST00000573947;ENST00000575384;ENST00000573565;ENST00000574597;ENST00000573505" "ENSP00000461916;ENSP00000500380;ENSP00000462964;ENSP00000500517;ENSP00000486283;ENSP00000486085;ENSP00000500092;ENSP00000466814;ENSP00000176643;ENSP00000345774;ENSP00000463637;ENSP00000463128;ENSP00000464153;ENSP00000500516;ENSP00000378942;ENSP00000500740;ENSP00000487353;ENSP00000458397;ENSP00000500777;ENSP00000499877;ENSP00000458942;ENSP00000464453;ENSP00000500558;ENSP00000459977;ENSP00000462933;ENSP00000461235;ENSP00000463924" "P51648" "ALDH3A2" "224" "aldehyde dehydrogenase 3 family member A2" "ALDH10;FALDH;SLS" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000072274" "ENST00000426789;ENST00000360110;ENST00000420415;ENST00000392396;ENST00000463047;ENST00000475593;ENST00000483983;ENST00000463356;ENST00000482479;ENST00000465288;ENST00000477148;ENST00000464368;ENST00000491658;ENST00000421258;ENST00000464011" "ENSP00000414015;ENSP00000353224;ENSP00000390133;ENSP00000376197;ENSP00000402839" "P02786" "TFRC" "7037" "transferrin receptor" "CD71;p90;TFR1" "Lysosome" "CellAtlas" -"ENSG00000072310" "ENST00000485080;ENST00000578469;ENST00000395757;ENST00000395756;ENST00000662439;ENST00000395751;ENST00000355815;ENST00000486311;ENST00000478616;ENST00000447641;ENST00000581707;ENST00000490796;ENST00000584760;ENST00000471445;ENST00000469356;ENST00000580540;ENST00000583080;ENST00000487401;ENST00000470247;ENST00000423161;ENST00000583732;ENST00000577897;ENST00000476994;ENST00000261646" "ENSP00000466643;ENSP00000465747;ENSP00000379106;ENSP00000474121;ENSP00000348069;ENSP00000466453;ENSP00000464923;ENSP00000411516;ENSP00000463474;ENSP00000261646" "P36956" "SREBF1" "6720" "sterol regulatory element binding transcription factor 1" "bHLHd1;SREBP-1c;SREBP1;SREBP1a" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000072401" "ENST00000373910;ENST00000473824;ENST00000606483;ENST00000615793" "ENSP00000363019;ENSP00000479814" "P51668" "UBE2D1" "7321" "ubiquitin conjugating enzyme E2 D1" "E2(17)KB1;SFT;UBC4/5;UBCH5;UbcH5A" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000072310" "ENST00000485080;ENST00000578469;ENST00000395757;ENST00000395756;ENST00000662439;ENST00000395751;ENST00000355815;ENST00000486311;ENST00000478616;ENST00000447641;ENST00000581707;ENST00000490796;ENST00000584760;ENST00000471445;ENST00000469356;ENST00000580540;ENST00000583080;ENST00000487401;ENST00000470247;ENST00000423161;ENST00000583732;ENST00000577897;ENST00000476994;ENST00000261646" "ENSP00000466643;ENSP00000465747;ENSP00000379106;ENSP00000474121;ENSP00000348069;ENSP00000466453;ENSP00000464923;ENSP00000411516;ENSP00000463474;ENSP00000261646" "P36956" "SREBF1" "6720" "sterol regulatory element binding transcription factor 1" "bHLHd1;SREBP-1c;SREBP1;SREBP1a" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000072401" "ENST00000373910;ENST00000473824;ENST00000606483;ENST00000615793" "ENSP00000363019;ENSP00000479814" "P51668" "UBE2D1" "7321" "ubiquitin conjugating enzyme E2 D1" "E2(17)KB1;SFT;UBC4/5;UBCH5;UbcH5A" "Cytosol" "SwissProt;CellAtlas" "ENSG00000072506" "ENST00000477706;ENST00000684251;ENST00000375304;ENST00000684692;ENST00000168216;ENST00000375298;ENST00000682365;ENST00000495986;ENST00000684503" "ENSP00000364453;ENSP00000506792;ENSP00000168216;ENSP00000364447" "Q99714" "HSD17B10" "3028" "hydroxysteroid 17-beta dehydrogenase 10" "17b-HSD10;ABAD;CAMR;ERAB;HADH2;MHBD;MRPP2;MRXS10;SDR5C1" "Mitochondria" "SwissProt" -"ENSG00000072609" "ENST00000541341;ENST00000266880;ENST00000536843;ENST00000545046;ENST00000443047;ENST00000450056;ENST00000544268;ENST00000315585;ENST00000432561;ENST00000544093;ENST00000535527;ENST00000538235;ENST00000502279;ENST00000511001;ENST00000535897;ENST00000541817;ENST00000540963;ENST00000540537;ENST00000542714;ENST00000536932;ENST00000537551;ENST00000535181;ENST00000536196;ENST00000499045" "ENSP00000266880;ENSP00000416431;ENSP00000398735;ENSP00000320557;ENSP00000392395;ENSP00000483699;ENSP00000478791;ENSP00000445371;ENSP00000441837;ENSP00000443237;ENSP00000443761;ENSP00000475247" "Q96EP1" "CHFR" "55743" "checkpoint with forkhead and ring finger domains" "FLJ10796;RNF196" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000072609" "ENST00000541341;ENST00000266880;ENST00000536843;ENST00000545046;ENST00000443047;ENST00000450056;ENST00000544268;ENST00000315585;ENST00000432561;ENST00000544093;ENST00000535527;ENST00000538235;ENST00000502279;ENST00000511001;ENST00000535897;ENST00000541817;ENST00000540963;ENST00000540537;ENST00000542714;ENST00000536932;ENST00000537551;ENST00000535181;ENST00000536196;ENST00000499045" "ENSP00000266880;ENSP00000416431;ENSP00000398735;ENSP00000320557;ENSP00000392395;ENSP00000483699;ENSP00000478791;ENSP00000445371;ENSP00000441837;ENSP00000443237;ENSP00000443761;ENSP00000475247" "Q96EP1" "CHFR" "55743" "checkpoint with forkhead and ring finger domains" "FLJ10796;RNF196" "Nucleus" "SwissProt;CellAtlas" "ENSG00000072657" "ENST00000548156;ENST00000547300;ENST00000261180;ENST00000552503;ENST00000549138;ENST00000549401;ENST00000549922" "ENSP00000447822;ENSP00000261180" "Q9UKU6" "TRHDE" "29953" "thyrotropin releasing hormone degrading enzyme" "PAP-II;PGPEP2;TRH-DE" "" "" -"ENSG00000072682" "ENST00000360568;ENST00000379104;ENST00000401867;ENST00000379086;ENST00000166534;ENST00000379100;ENST00000474628;ENST00000428369;ENST00000506807;ENST00000467587;ENST00000417528;ENST00000431054;ENST00000439698;ENST00000395164;ENST00000453286;ENST00000418055;ENST00000478055;ENST00000416053;ENST00000428841;ENST00000471826;ENST00000481636" "ENSP00000353772;ENSP00000368398;ENSP00000384999;ENSP00000368379;ENSP00000166534;ENSP00000368394;ENSP00000396495;ENSP00000389523;ENSP00000391257;ENSP00000405406;ENSP00000378593;ENSP00000413542;ENSP00000403883;ENSP00000394953;ENSP00000395956" "O15460" "P4HA2" "8974" "prolyl 4-hydroxylase subunit alpha 2" "C-P4Halpha(II)" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000072756" "ENST00000651591;ENST00000339437;ENST00000251607;ENST00000651316;ENST00000650755;ENST00000280591;ENST00000465998;ENST00000650989;ENST00000651093;ENST00000651352;ENST00000434583;ENST00000397779;ENST00000420393;ENST00000402675;ENST00000413000;ENST00000469632;ENST00000650839;ENST00000482311;ENST00000650814;ENST00000652340" "ENSP00000498240;ENSP00000342985;ENSP00000251607;ENSP00000498787;ENSP00000499122;ENSP00000280591;ENSP00000498942;ENSP00000498449;ENSP00000415100;ENSP00000380881;ENSP00000400394;ENSP00000385745;ENSP00000388615;ENSP00000498970;ENSP00000499120;ENSP00000498624" "Q96Q11" "TRNT1" "51095" "tRNA nucleotidyl transferase 1" "CCA1;CGI-47;MtCCA" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000072778" "ENST00000543245;ENST00000322910;ENST00000582356;ENST00000583312;ENST00000350303;ENST00000578269;ENST00000579286;ENST00000580263;ENST00000582056;ENST00000577857;ENST00000584103;ENST00000577191;ENST00000578421;ENST00000581562;ENST00000356839;ENST00000579886;ENST00000577433;ENST00000582166;ENST00000580365;ENST00000581378;ENST00000583760;ENST00000582379;ENST00000578824;ENST00000583858;ENST00000585203;ENST00000579425;ENST00000578579;ENST00000542255;ENST00000579546;ENST00000578711;ENST00000583850;ENST00000583074;ENST00000579894;ENST00000579391;ENST00000578319;ENST00000578809;ENST00000582450;ENST00000583848;ENST00000578033" "ENSP00000438689;ENSP00000325395;ENSP00000467920;ENSP00000344152;ENSP00000465353;ENSP00000349297;ENSP00000463246;ENSP00000462366;ENSP00000462611;ENSP00000442082;ENSP00000464254;ENSP00000466487" "P49748" "ACADVL" "37" "acyl-CoA dehydrogenase very long chain" "ACAD6;LCACD;VLCAD" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000072682" "ENST00000360568;ENST00000379104;ENST00000401867;ENST00000379086;ENST00000166534;ENST00000379100;ENST00000474628;ENST00000428369;ENST00000506807;ENST00000467587;ENST00000417528;ENST00000431054;ENST00000439698;ENST00000395164;ENST00000453286;ENST00000418055;ENST00000478055;ENST00000416053;ENST00000428841;ENST00000471826;ENST00000481636" "ENSP00000353772;ENSP00000368398;ENSP00000384999;ENSP00000368379;ENSP00000166534;ENSP00000368394;ENSP00000396495;ENSP00000389523;ENSP00000391257;ENSP00000405406;ENSP00000378593;ENSP00000413542;ENSP00000403883;ENSP00000394953;ENSP00000395956" "O15460" "P4HA2" "8974" "prolyl 4-hydroxylase subunit alpha 2" "C-P4Halpha(II)" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000072756" "ENST00000651591;ENST00000339437;ENST00000251607;ENST00000651316;ENST00000650755;ENST00000280591;ENST00000465998;ENST00000650989;ENST00000651093;ENST00000651352;ENST00000434583;ENST00000397779;ENST00000420393;ENST00000402675;ENST00000413000;ENST00000469632;ENST00000650839;ENST00000482311;ENST00000650814;ENST00000652340" "ENSP00000498240;ENSP00000342985;ENSP00000251607;ENSP00000498787;ENSP00000499122;ENSP00000280591;ENSP00000498942;ENSP00000498449;ENSP00000415100;ENSP00000380881;ENSP00000400394;ENSP00000385745;ENSP00000388615;ENSP00000498970;ENSP00000499120;ENSP00000498624" "Q96Q11" "TRNT1" "51095" "tRNA nucleotidyl transferase 1" "CCA1;CGI-47;MtCCA" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000072778" "ENST00000543245;ENST00000322910;ENST00000582356;ENST00000583312;ENST00000350303;ENST00000578269;ENST00000579286;ENST00000580263;ENST00000582056;ENST00000577857;ENST00000584103;ENST00000577191;ENST00000578421;ENST00000581562;ENST00000356839;ENST00000579886;ENST00000577433;ENST00000582166;ENST00000580365;ENST00000581378;ENST00000583760;ENST00000582379;ENST00000578824;ENST00000583858;ENST00000585203;ENST00000579425;ENST00000578579;ENST00000542255;ENST00000579546;ENST00000578711;ENST00000583850;ENST00000583074;ENST00000579894;ENST00000579391;ENST00000578319;ENST00000578809;ENST00000582450;ENST00000583848;ENST00000578033" "ENSP00000438689;ENSP00000325395;ENSP00000467920;ENSP00000344152;ENSP00000465353;ENSP00000349297;ENSP00000463246;ENSP00000462366;ENSP00000462611;ENSP00000442082;ENSP00000464254;ENSP00000466487" "P49748" "ACADVL" "37" "acyl-CoA dehydrogenase very long chain" "ACAD6;LCACD;VLCAD" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000073060" "ENST00000261693;ENST00000339570;ENST00000681788;ENST00000681555;ENST00000680596;ENST00000680982;ENST00000680926;ENST00000680556;ENST00000681686;ENST00000679605;ENST00000415380;ENST00000681117;ENST00000681499;ENST00000545305;ENST00000538291;ENST00000546215;ENST00000535005;ENST00000679955;ENST00000544327;ENST00000539320;ENST00000545493;ENST00000541661" "ENSP00000261693;ENSP00000343795;ENSP00000505605;ENSP00000506281;ENSP00000505571;ENSP00000505757;ENSP00000505406;ENSP00000505370;ENSP00000414979;ENSP00000506693;ENSP00000442862;ENSP00000444851;ENSP00000443454" "Q8WTV0" "SCARB1" "949" "scavenger receptor class B member 1" "CD36L1;CLA-1;CLA1;SR-BI;SRB1" "Cytosol;Lysosome" "CellAtlas" "ENSG00000073417" "ENST00000310298;ENST00000557957;ENST00000339708;ENST00000478717;ENST00000485596;ENST00000559742;ENST00000559086;ENST00000560789;ENST00000557819;ENST00000558543;ENST00000557954;ENST00000561105;ENST00000561374;ENST00000560333;ENST00000561024;ENST00000394553" "ENSP00000311453;ENSP00000453808;ENSP00000340679;ENSP00000432309;ENSP00000431976;ENSP00000452907;ENSP00000454094;ENSP00000378056" "O60658" "PDE8A" "5151" "phosphodiesterase 8A" "HsT19550" "Golgi apparatus" "CellAtlas" -"ENSG00000073578" "ENST00000617470;ENST00000504309;ENST00000502379;ENST00000505555;ENST00000510361;ENST00000264932;ENST00000509632;ENST00000504824;ENST00000509420;ENST00000514027;ENST00000514233;ENST00000512962;ENST00000515752;ENST00000511810;ENST00000515815;ENST00000509082;ENST00000503674;ENST00000507266;ENST00000509564;ENST00000507522" "ENSP00000484230;ENSP00000426514;ENSP00000427703;ENSP00000264932;ENSP00000425077;ENSP00000422404;ENSP00000421911" "P31040" "SDHA" "6389" "succinate dehydrogenase complex flavoprotein subunit A" "FP;SDH2;SDHF" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000073578" "ENST00000617470;ENST00000504309;ENST00000502379;ENST00000505555;ENST00000510361;ENST00000264932;ENST00000509632;ENST00000504824;ENST00000509420;ENST00000514027;ENST00000514233;ENST00000512962;ENST00000515752;ENST00000511810;ENST00000515815;ENST00000509082;ENST00000503674;ENST00000507266;ENST00000509564;ENST00000507522" "ENSP00000484230;ENSP00000426514;ENSP00000427703;ENSP00000264932;ENSP00000425077;ENSP00000422404;ENSP00000421911" "P31040" "SDHA" "6389" "succinate dehydrogenase complex flavoprotein subunit A" "FP;SDH2;SDHF" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000073734" "ENST00000648875;ENST00000650372;ENST00000649448;ENST00000439188;ENST00000647920;ENST00000478354" "ENSP00000497252;ENSP00000497931;ENSP00000497165;ENSP00000416058;ENSP00000497947" "O95342" "ABCB11" "8647" "ATP binding cassette subfamily B member 11" "ABC16;BSEP;PFIC-2;PFIC2;PGY4;SPGP" "Cytosol;Nucleus" "CellAtlas" "ENSG00000073737" "ENST00000602501;ENST00000357546;ENST00000432060;ENST00000428522;ENST00000450153;ENST00000674881;ENST00000421653;ENST00000436483;ENST00000412271" "ENSP00000473337;ENSP00000350154;ENSP00000389241;ENSP00000388564;ENSP00000391214;ENSP00000502399;ENSP00000388066;ENSP00000407167;ENSP00000407747" "Q9BPW9" "DHRS9" "10170" "dehydrogenase/reductase 9" "3alpha-HSD;RDH15;RDHL;RETSDR8;SDR9C4" "Endoplasmic reticulum" "SwissProt" -"ENSG00000073756" "ENST00000367468;ENST00000681605;ENST00000680451;ENST00000490885;ENST00000559627;ENST00000466691" "ENSP00000356438;ENSP00000504900;ENSP00000506242;ENSP00000454130" "P35354" "PTGS2" "5743" "prostaglandin-endoperoxide synthase 2" "COX2" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000073756" "ENST00000367468;ENST00000681605;ENST00000680451;ENST00000490885;ENST00000559627;ENST00000466691" "ENSP00000356438;ENSP00000504900;ENSP00000506242;ENSP00000454130" "P35354" "PTGS2" "5743" "prostaglandin-endoperoxide synthase 2" "COX2" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000073849" "ENST00000676786;ENST00000463542;ENST00000169298;ENST00000457772;ENST00000455441;ENST00000427315;ENST00000677292;ENST00000468614;ENST00000458216;ENST00000430309;ENST00000417392;ENST00000438590;ENST00000448408;ENST00000676633;ENST00000485105;ENST00000440338;ENST00000448044;ENST00000416235;ENST00000423451;ENST00000446170;ENST00000448449;ENST00000464827;ENST00000442023;ENST00000470633" "ENSP00000169298;ENSP00000412221;ENSP00000397273;ENSP00000412821;ENSP00000503457;ENSP00000400547;ENSP00000399525;ENSP00000407631;ENSP00000416163;ENSP00000390793;ENSP00000504448;ENSP00000388928;ENSP00000389337;ENSP00000414504;ENSP00000411518;ENSP00000388789;ENSP00000415886;ENSP00000403063" "P15907" "ST6GAL1" "6480" "ST6 beta-galactoside alpha-2,6-sialyltransferase 1" "SIAT1" "Golgi apparatus" "SwissProt" "ENSG00000074370" "ENST00000397041;ENST00000397035;ENST00000574999;ENST00000570773;ENST00000570845;ENST00000359983;ENST00000352011;ENST00000397043;ENST00000572116;ENST00000571245;ENST00000576957;ENST00000572176;ENST00000572694;ENST00000574202;ENST00000309890" "ENSP00000380234;ENSP00000380229;ENSP00000461480;ENSP00000353072;ENSP00000301387;ENSP00000380236;ENSP00000458865;ENSP00000312577" "Q93084" "ATP2A3" "489" "ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 3" "SERCA3" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000074410" "ENST00000178638;ENST00000344366;ENST00000422263;ENST00000560666;ENST00000558287;ENST00000560293" "ENSP00000178638;ENSP00000343088;ENSP00000403028" "O43570" "CA12" "771" "carbonic anhydrase 12" "HsT18816" "" "" -"ENSG00000074416" "ENST00000434178;ENST00000496306;ENST00000476682;ENST00000487473;ENST00000398101;ENST00000648300;ENST00000484451;ENST00000465597;ENST00000479967;ENST00000493611;ENST00000476654;ENST00000494830;ENST00000265052;ENST00000398104;ENST00000453507" "ENSP00000402798;ENSP00000417060;ENSP00000420125;ENSP00000381173;ENSP00000497905;ENSP00000419340;ENSP00000417689;ENSP00000417489;ENSP00000265052;ENSP00000381176;ENSP00000404146" "Q99685" "MGLL" "11343" "monoglyceride lipase" "HU-K5;MAGL;MGL" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000074416" "ENST00000434178;ENST00000496306;ENST00000476682;ENST00000487473;ENST00000398101;ENST00000648300;ENST00000484451;ENST00000465597;ENST00000479967;ENST00000493611;ENST00000476654;ENST00000494830;ENST00000265052;ENST00000398104;ENST00000453507" "ENSP00000402798;ENSP00000417060;ENSP00000420125;ENSP00000381173;ENSP00000497905;ENSP00000419340;ENSP00000417689;ENSP00000417489;ENSP00000265052;ENSP00000381176;ENSP00000404146" "Q99685" "MGLL" "11343" "monoglyceride lipase" "HU-K5;MAGL;MGL" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000074621" "ENST00000434116;ENST00000425561;ENST00000537259;ENST00000535950;ENST00000339868;ENST00000261892;ENST00000544319;ENST00000399033;ENST00000546330;ENST00000449142;ENST00000539516;ENST00000505666" "ENSP00000439693;ENSP00000341837;ENSP00000261892;ENSP00000445163;ENSP00000381991;ENSP00000439190;ENSP00000445577" "O60721" "SLC24A1" "9187" "solute carrier family 24 member 1" "CSNB1D;HsT17412;KIAA0702;NCKX;NCKX1;RODX" "" "" -"ENSG00000074696" "ENST00000562901;ENST00000261875;ENST00000442729;ENST00000565299;ENST00000568793;ENST00000566239;ENST00000566074;ENST00000566511;ENST00000569894;ENST00000562832;ENST00000624437;ENST00000561763" "ENSP00000455686;ENSP00000261875;ENSP00000392491;ENSP00000456568;ENSP00000455530;ENSP00000456300;ENSP00000455587;ENSP00000454873;ENSP00000454610" "Q9P035" "HACD3" "51495" "3-hydroxyacyl-CoA dehydratase 3" "B-ind1;HSPC121;PTPLAD1" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000074800" "ENST00000234590;ENST00000464920;ENST00000647408;ENST00000646370;ENST00000645609;ENST00000645600;ENST00000497492;ENST00000646660;ENST00000646680;ENST00000646906;ENST00000646156;ENST00000643438;ENST00000489867;ENST00000486051;ENST00000492343;ENST00000414948" "ENSP00000234590;ENSP00000495530;ENSP00000495568;ENSP00000466406;ENSP00000494470;ENSP00000495946;ENSP00000496562;ENSP00000495581;ENSP00000495805;ENSP00000468392" "P06733" "ENO1" "2023" "enolase 1" "ENO1L1;MBP-1;MPB1;PPH" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000074696" "ENST00000562901;ENST00000261875;ENST00000442729;ENST00000565299;ENST00000568793;ENST00000566239;ENST00000566074;ENST00000566511;ENST00000569894;ENST00000562832;ENST00000624437;ENST00000561763" "ENSP00000455686;ENSP00000261875;ENSP00000392491;ENSP00000456568;ENSP00000455530;ENSP00000456300;ENSP00000455587;ENSP00000454873;ENSP00000454610" "Q9P035" "HACD3" "51495" "3-hydroxyacyl-CoA dehydratase 3" "B-ind1;HSPC121;PTPLAD1" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000074800" "ENST00000234590;ENST00000464920;ENST00000647408;ENST00000646370;ENST00000645609;ENST00000645600;ENST00000497492;ENST00000646660;ENST00000646680;ENST00000646906;ENST00000646156;ENST00000643438;ENST00000489867;ENST00000486051;ENST00000492343;ENST00000414948" "ENSP00000234590;ENSP00000495530;ENSP00000495568;ENSP00000466406;ENSP00000494470;ENSP00000495946;ENSP00000496562;ENSP00000495581;ENSP00000495805;ENSP00000468392" "P06733" "ENO1" "2023" "enolase 1" "ENO1L1;MBP-1;MPB1;PPH" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000074803" "ENST00000647232;ENST00000646012;ENST00000561127;ENST00000647546;ENST00000559641;ENST00000396577;ENST00000380993;ENST00000330289;ENST00000561031;ENST00000558252;ENST00000560692;ENST00000559723;ENST00000558805" "ENSP00000493875;ENSP00000495813;ENSP00000453602;ENSP00000495332;ENSP00000453230;ENSP00000379822;ENSP00000370381;ENSP00000331550;ENSP00000454178" "Q13621" "SLC12A1" "6557" "solute carrier family 12 member 1" "NKCC2" "Nucleus" "CellAtlas" -"ENSG00000075188" "ENST00000552283;ENST00000546385;ENST00000547269;ENST00000551744;ENST00000551200;ENST00000543021;ENST00000548994;ENST00000550459;ENST00000251074" "ENSP00000448054;ENSP00000447284;ENSP00000448086;ENSP00000449982;ENSP00000251074" "Q8NFH4" "NUP37" "79023" "nucleoporin 37" "FLJ22618;MGC5585" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000075239" "ENST00000672284;ENST00000672580;ENST00000524833;ENST00000299355;ENST00000672031;ENST00000673531;ENST00000265838;ENST00000672367;ENST00000672907;ENST00000672354;ENST00000531813;ENST00000672008;ENST00000531853;ENST00000527942;ENST00000526119;ENST00000671707;ENST00000673000;ENST00000528370;ENST00000534773;ENST00000532792;ENST00000533610;ENST00000533597" "ENSP00000500444;ENSP00000500366;ENSP00000299355;ENSP00000500463;ENSP00000500163;ENSP00000265838;ENSP00000500209;ENSP00000500928;ENSP00000500490;ENSP00000435965;ENSP00000500499;ENSP00000436096" "P24752" "ACAT1" "38" "acetyl-CoA acetyltransferase 1" "ACAT;THIL" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000075415" "ENST00000401722;ENST00000188376;ENST00000551917;ENST00000546766;ENST00000551265;ENST00000550695;ENST00000547534;ENST00000228318;ENST00000552981;ENST00000549338;ENST00000551123;ENST00000548847;ENST00000547908;ENST00000547444;ENST00000548480;ENST00000547869" "ENSP00000383898;ENSP00000188376;ENSP00000447310;ENSP00000448969;ENSP00000449479;ENSP00000449793;ENSP00000228318;ENSP00000448708;ENSP00000447740;ENSP00000449009;ENSP00000449166" "Q00325" "SLC25A3" "5250" "solute carrier family 25 member 3" "PHC" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000075651" "ENST00000463281;ENST00000356327;ENST00000351298;ENST00000446289;ENST00000465816;ENST00000467432;ENST00000471075;ENST00000481505;ENST00000498278;ENST00000475273;ENST00000440204;ENST00000418087;ENST00000489995;ENST00000460926;ENST00000497307;ENST00000627725;ENST00000331659" "ENSP00000348681;ENSP00000342793;ENSP00000395556;ENSP00000391164;ENSP00000400639;ENSP00000486967;ENSP00000328422" "Q13393" "PLD1" "5337" "phospholipase D1" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000075188" "ENST00000552283;ENST00000546385;ENST00000547269;ENST00000551744;ENST00000551200;ENST00000543021;ENST00000548994;ENST00000550459;ENST00000251074" "ENSP00000448054;ENSP00000447284;ENSP00000448086;ENSP00000449982;ENSP00000251074" "Q8NFH4" "NUP37" "79023" "nucleoporin 37" "FLJ22618;MGC5585" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000075239" "ENST00000672284;ENST00000672580;ENST00000524833;ENST00000299355;ENST00000672031;ENST00000673531;ENST00000265838;ENST00000672367;ENST00000672907;ENST00000672354;ENST00000531813;ENST00000672008;ENST00000531853;ENST00000527942;ENST00000526119;ENST00000671707;ENST00000673000;ENST00000528370;ENST00000534773;ENST00000532792;ENST00000533610;ENST00000533597" "ENSP00000500444;ENSP00000500366;ENSP00000299355;ENSP00000500463;ENSP00000500163;ENSP00000265838;ENSP00000500209;ENSP00000500928;ENSP00000500490;ENSP00000435965;ENSP00000500499;ENSP00000436096" "P24752" "ACAT1" "38" "acetyl-CoA acetyltransferase 1" "ACAT;THIL" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000075415" "ENST00000401722;ENST00000188376;ENST00000551917;ENST00000546766;ENST00000551265;ENST00000550695;ENST00000547534;ENST00000228318;ENST00000552981;ENST00000549338;ENST00000551123;ENST00000548847;ENST00000547908;ENST00000547444;ENST00000548480;ENST00000547869" "ENSP00000383898;ENSP00000188376;ENSP00000447310;ENSP00000448969;ENSP00000449479;ENSP00000449793;ENSP00000228318;ENSP00000448708;ENSP00000447740;ENSP00000449009;ENSP00000449166" "Q00325" "SLC25A3" "5250" "solute carrier family 25 member 3" "PHC" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000075651" "ENST00000463281;ENST00000356327;ENST00000351298;ENST00000446289;ENST00000465816;ENST00000467432;ENST00000471075;ENST00000481505;ENST00000498278;ENST00000475273;ENST00000440204;ENST00000418087;ENST00000489995;ENST00000460926;ENST00000497307;ENST00000627725;ENST00000331659" "ENSP00000348681;ENSP00000342793;ENSP00000395556;ENSP00000391164;ENSP00000400639;ENSP00000486967;ENSP00000328422" "Q13393" "PLD1" "5337" "phospholipase D1" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000075673" "ENST00000381946;ENST00000218548" "ENSP00000371372;ENSP00000218548" "P54707" "ATP12A" "479" "ATPase H+/K+ transporting non-gastric alpha2 subunit" "ATP1AL1;H-K-ATPase;HK" "Cytosol" "CellAtlas" -"ENSG00000075975" "ENST00000677237;ENST00000676544;ENST00000677941;ENST00000677816;ENST00000679143;ENST00000676701;ENST00000411987;ENST00000170447;ENST00000448482;ENST00000678151;ENST00000677142;ENST00000676541;ENST00000677798;ENST00000677008" "ENSP00000502893;ENSP00000504009;ENSP00000503305;ENSP00000396340;ENSP00000170447;ENSP00000397983;ENSP00000504455;ENSP00000503730;ENSP00000503754" "Q9H000" "MKRN2" "23609" "makorin ring finger protein 2" "HSPC070;RNF62" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000076258" "ENST00000497228;ENST00000475780;ENST00000367749;ENST00000462992;ENST00000480136" "ENSP00000356723" "P31512" "FMO4" "2329" "flavin containing dimethylaniline monoxygenase 4" "FMO2" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000076351" "ENST00000612814;ENST00000618626;ENST00000582735;ENST00000619923;ENST00000578217;ENST00000582590;ENST00000584995;ENST00000584426;ENST00000581516" "ENSP00000480703;ENSP00000483652;ENSP00000463339;ENSP00000464190;ENSP00000467416;ENSP00000462942" "Q96NT5" "SLC46A1" "113235" "solute carrier family 46 member 1" "HCP1;MGC9564;PCFT" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000075975" "ENST00000677237;ENST00000676544;ENST00000677941;ENST00000677816;ENST00000679143;ENST00000676701;ENST00000411987;ENST00000170447;ENST00000448482;ENST00000678151;ENST00000677142;ENST00000676541;ENST00000677798;ENST00000677008" "ENSP00000502893;ENSP00000504009;ENSP00000503305;ENSP00000396340;ENSP00000170447;ENSP00000397983;ENSP00000504455;ENSP00000503730;ENSP00000503754" "Q9H000" "MKRN2" "23609" "makorin ring finger protein 2" "HSPC070;RNF62" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000076258" "ENST00000497228;ENST00000475780;ENST00000367749;ENST00000462992;ENST00000480136" "ENSP00000356723" "P31512" "FMO4" "2329" "flavin containing dimethylaniline monoxygenase 4" "FMO2" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000076351" "ENST00000612814;ENST00000618626;ENST00000582735;ENST00000619923;ENST00000578217;ENST00000582590;ENST00000584995;ENST00000584426;ENST00000581516" "ENSP00000480703;ENSP00000483652;ENSP00000463339;ENSP00000464190;ENSP00000467416;ENSP00000462942" "Q96NT5" "SLC46A1" "113235" "solute carrier family 46 member 1" "HCP1;MGC9564;PCFT" "Cytosol" "SwissProt;CellAtlas" "ENSG00000076555" "ENST00000338432;ENST00000539864;ENST00000377854;ENST00000377848;ENST00000546328;ENST00000544726;ENST00000543080;ENST00000544651;ENST00000538526;ENST00000542524;ENST00000534852;ENST00000537347;ENST00000536440;ENST00000396233;ENST00000537279" "ENSP00000341044;ENSP00000443494;ENSP00000367085;ENSP00000367079;ENSP00000474680;ENSP00000443281;ENSP00000478488" "O00763" "ACACB" "32" "acetyl-CoA carboxylase beta" "ACC2;ACCB;HACC275" "Mitochondria" "SwissProt" "ENSG00000076685" "ENST00000675164;ENST00000343289;ENST00000404739;ENST00000675020;ENST00000674860;ENST00000676449;ENST00000674728;ENST00000676428;ENST00000675985;ENST00000675811;ENST00000369857;ENST00000675040;ENST00000675436;ENST00000674696;ENST00000675326;ENST00000675645;ENST00000421281;ENST00000470299;ENST00000469228;ENST00000452156;ENST00000461461;ENST00000458345;ENST00000470228;ENST00000552185;ENST00000487810;ENST00000481549;ENST00000467380" "ENSP00000502128;ENSP00000339479;ENSP00000383960;ENSP00000501653;ENSP00000502816;ENSP00000502801;ENSP00000502126;ENSP00000501689;ENSP00000502215;ENSP00000501901;ENSP00000501806;ENSP00000502090;ENSP00000501565;ENSP00000502679;ENSP00000502205;ENSP00000502663;ENSP00000408112;ENSP00000474247;ENSP00000396468;ENSP00000474091;ENSP00000447664" "P49902" "NT5C2" "22978" "5'-nucleotidase, cytosolic II" "cN-II;GMP;NT5B;PNT5;SPG45;SPG65" "Cytosol" "SwissProt" "ENSG00000077009" "ENST00000168977;ENST00000599576;ENST00000593949;ENST00000597889;ENST00000616156" "ENSP00000168977;ENSP00000471436;ENSP00000472581;ENSP00000468935;ENSP00000480091" "Q9NPI5" "NMRK2" "27231" "nicotinamide riboside kinase 2" "ITGB1BP3;MIBP;NRK2" "Nucleus" "CellAtlas" -"ENSG00000077044" "ENST00000264057;ENST00000427930;ENST00000442524;ENST00000447484;ENST00000489613;ENST00000409813;ENST00000472732;ENST00000490764;ENST00000474488;ENST00000430834;ENST00000480535;ENST00000465569;ENST00000471764;ENST00000495901" "ENSP00000264057;ENSP00000407938;ENSP00000485047;ENSP00000395530;ENSP00000386455;ENSP00000390970" "Q16760" "DGKD" "8527" "diacylglycerol kinase delta" "DGKdelta;KIAA0145" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000077152" "ENST00000646651;ENST00000646595;ENST00000487227;ENST00000643045;ENST00000460852" "ENSP00000494957;ENSP00000496572" "Q9NPD8" "UBE2T" "29089" "ubiquitin conjugating enzyme E2 T" "FANCT;HSPC150" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000077254" "ENST00000370794;ENST00000481579;ENST00000370793;ENST00000533928;ENST00000477949;ENST00000370792;ENST00000527390;ENST00000472462;ENST00000498328;ENST00000461986;ENST00000531637;ENST00000462192;ENST00000524536;ENST00000525113;ENST00000528150;ENST00000530709;ENST00000524778;ENST00000357428" "ENSP00000359830;ENSP00000432392;ENSP00000359829;ENSP00000359828;ENSP00000432667;ENSP00000434441;ENSP00000433283;ENSP00000436441;ENSP00000350009" "Q8TEY7" "USP33" "23032" "ubiquitin specific peptidase 33" "KIAA1097;VDU1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000077463" "ENST00000599365;ENST00000601488;ENST00000305232;ENST00000337491;ENST00000600938;ENST00000594279;ENST00000596119;ENST00000597896;ENST00000595670;ENST00000600540;ENST00000601571;ENST00000601069;ENST00000596298;ENST00000599394;ENST00000594341" "ENSP00000473085;ENSP00000469001;ENSP00000305310;ENSP00000337332;ENSP00000471123;ENSP00000472023;ENSP00000470215;ENSP00000471837" "Q8N6T7" "SIRT6" "51548" "sirtuin 6" "" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000077044" "ENST00000264057;ENST00000427930;ENST00000442524;ENST00000447484;ENST00000489613;ENST00000409813;ENST00000472732;ENST00000490764;ENST00000474488;ENST00000430834;ENST00000480535;ENST00000465569;ENST00000471764;ENST00000495901" "ENSP00000264057;ENSP00000407938;ENSP00000485047;ENSP00000395530;ENSP00000386455;ENSP00000390970" "Q16760" "DGKD" "8527" "diacylglycerol kinase delta" "DGKdelta;KIAA0145" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000077152" "ENST00000646651;ENST00000646595;ENST00000487227;ENST00000643045;ENST00000460852" "ENSP00000494957;ENSP00000496572" "Q9NPD8" "UBE2T" "29089" "ubiquitin conjugating enzyme E2 T" "FANCT;HSPC150" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000077254" "ENST00000370794;ENST00000481579;ENST00000370793;ENST00000533928;ENST00000477949;ENST00000370792;ENST00000527390;ENST00000472462;ENST00000498328;ENST00000461986;ENST00000531637;ENST00000462192;ENST00000524536;ENST00000525113;ENST00000528150;ENST00000530709;ENST00000524778;ENST00000357428" "ENSP00000359830;ENSP00000432392;ENSP00000359829;ENSP00000359828;ENSP00000432667;ENSP00000434441;ENSP00000433283;ENSP00000436441;ENSP00000350009" "Q8TEY7" "USP33" "23032" "ubiquitin specific peptidase 33" "KIAA1097;VDU1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000077463" "ENST00000599365;ENST00000601488;ENST00000305232;ENST00000337491;ENST00000600938;ENST00000594279;ENST00000596119;ENST00000597896;ENST00000595670;ENST00000600540;ENST00000601571;ENST00000601069;ENST00000596298;ENST00000599394;ENST00000594341" "ENSP00000473085;ENSP00000469001;ENSP00000305310;ENSP00000337332;ENSP00000471123;ENSP00000472023;ENSP00000470215;ENSP00000471837" "Q8N6T7" "SIRT6" "51548" "sirtuin 6" "" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000077498" "ENST00000263321;ENST00000526139;ENST00000528243" "ENSP00000263321" "P14679" "TYR" "7299" "tyrosinase" "OCA1;OCA1A;OCAIA" "" "" -"ENSG00000077514" "ENST00000528481;ENST00000263681;ENST00000532784;ENST00000527458;ENST00000532497;ENST00000530511;ENST00000531615;ENST00000524752;ENST00000530163;ENST00000532954" "ENSP00000431239;ENSP00000263681;ENSP00000432951;ENSP00000436018;ENSP00000432233;ENSP00000437231;ENSP00000432969;ENSP00000436781" "Q15054" "POLD3" "10714" "DNA polymerase delta 3, accessory subunit" "KIAA0039;P66;P68;PPP1R128" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000077514" "ENST00000528481;ENST00000263681;ENST00000532784;ENST00000527458;ENST00000532497;ENST00000530511;ENST00000531615;ENST00000524752;ENST00000530163;ENST00000532954" "ENSP00000431239;ENSP00000263681;ENSP00000432951;ENSP00000436018;ENSP00000432233;ENSP00000437231;ENSP00000432969;ENSP00000436781" "Q15054" "POLD3" "10714" "DNA polymerase delta 3, accessory subunit" "KIAA0039;P66;P68;PPP1R128" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000077721" "ENST00000346330;ENST00000625938;ENST00000625379;ENST00000371558;ENST00000630695;ENST00000631185;ENST00000469205;ENST00000629303;ENST00000628549;ENST00000371569;ENST00000628734" "ENSP00000335027;ENSP00000486599;ENSP00000360613;ENSP00000486550;ENSP00000486153;ENSP00000486347;ENSP00000487203" "P49459" "UBE2A" "7319" "ubiquitin conjugating enzyme E2 A" "HHR6A;HR6A;RAD6A;UBC2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000077800" "ENST00000252037;ENST00000431982;ENST00000442793;ENST00000648538;ENST00000413573;ENST00000445032;ENST00000429879;ENST00000437013" "ENSP00000252037;ENSP00000416277;ENSP00000402360;ENSP00000497448;ENSP00000394952;ENSP00000415891;ENSP00000403908" "O75344" "FKBP6" "8468" "FKBP prolyl isomerase family member 6 (inactive)" "FKBP36;PPIase" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000078070" "ENST00000265594;ENST00000492597;ENST00000497830;ENST00000464601;ENST00000497959;ENST00000495767;ENST00000476176;ENST00000489909;ENST00000490284;ENST00000487634;ENST00000466650;ENST00000486226;ENST00000473955;ENST00000610757;ENST00000629669" "ENSP00000265594;ENSP00000419898;ENSP00000420088;ENSP00000420648;ENSP00000419658;ENSP00000420433;ENSP00000419328;ENSP00000420591;ENSP00000418979;ENSP00000420223;ENSP00000480435;ENSP00000486824" "Q96RQ3" "MCCC1" "56922" "methylcrotonoyl-CoA carboxylase 1" "MCCA" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000077800" "ENST00000252037;ENST00000431982;ENST00000442793;ENST00000648538;ENST00000413573;ENST00000445032;ENST00000429879;ENST00000437013" "ENSP00000252037;ENSP00000416277;ENSP00000402360;ENSP00000497448;ENSP00000394952;ENSP00000415891;ENSP00000403908" "O75344" "FKBP6" "8468" "FKBP prolyl isomerase family member 6 (inactive)" "FKBP36;PPIase" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000078070" "ENST00000265594;ENST00000492597;ENST00000497830;ENST00000464601;ENST00000497959;ENST00000495767;ENST00000476176;ENST00000489909;ENST00000490284;ENST00000487634;ENST00000466650;ENST00000486226;ENST00000473955;ENST00000610757;ENST00000629669" "ENSP00000265594;ENSP00000419898;ENSP00000420088;ENSP00000420648;ENSP00000419658;ENSP00000420433;ENSP00000419328;ENSP00000420591;ENSP00000418979;ENSP00000420223;ENSP00000480435;ENSP00000486824" "Q96RQ3" "MCCC1" "56922" "methylcrotonoyl-CoA carboxylase 1" "MCCA" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000078124" "ENST00000679754;ENST00000534206;ENST00000679866;ENST00000680842;ENST00000681257;ENST00000681354;ENST00000681732;ENST00000680583;ENST00000532485;ENST00000525194;ENST00000681004;ENST00000681375;ENST00000530182;ENST00000525861;ENST00000531461;ENST00000679611;ENST00000681411;ENST00000681955;ENST00000526597;ENST00000679924;ENST00000530334;ENST00000681251;ENST00000533873;ENST00000531352;ENST00000278544;ENST00000680351;ENST00000681591;ENST00000527508;ENST00000681258;ENST00000525325;ENST00000680164;ENST00000679759;ENST00000679813;ENST00000680624;ENST00000530921" "ENSP00000505416;ENSP00000435733;ENSP00000505175;ENSP00000506534;ENSP00000506160;ENSP00000505846;ENSP00000504927;ENSP00000505842;ENSP00000434480;ENSP00000432109;ENSP00000505132;ENSP00000506417;ENSP00000432379;ENSP00000433368;ENSP00000504918;ENSP00000505191;ENSP00000431149;ENSP00000506405;ENSP00000435048;ENSP00000505549;ENSP00000436252;ENSP00000431504;ENSP00000278544" "Q9NUN7" "ACER3" "55331" "alkaline ceramidase 3" "APHC;FLJ11238;PHCA" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000078140" "ENST00000261427;ENST00000510934;ENST00000513231;ENST00000438068;ENST00000503368;ENST00000445950;ENST00000510719" "ENSP00000261427;ENSP00000425301;ENSP00000421203;ENSP00000390483;ENSP00000421422" "P61086" "UBE2K" "3093" "ubiquitin conjugating enzyme E2 K" "HIP2;HYPG;UBC1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000078140" "ENST00000261427;ENST00000510934;ENST00000513231;ENST00000438068;ENST00000503368;ENST00000445950;ENST00000510719" "ENSP00000261427;ENSP00000425301;ENSP00000421203;ENSP00000390483;ENSP00000421422" "P61086" "UBE2K" "3093" "ubiquitin conjugating enzyme E2 K" "HIP2;HYPG;UBC1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000078142" "ENST00000262039;ENST00000398870;ENST00000586545;ENST00000590220;ENST00000585528;ENST00000591011;ENST00000589550;ENST00000593098;ENST00000590013;ENST00000597477;ENST00000589056;ENST00000587402;ENST00000588631;ENST00000587261;ENST00000588156;ENST00000587328;ENST00000639914" "ENSP00000262039;ENSP00000381845;ENSP00000465621;ENSP00000464909;ENSP00000466946;ENSP00000472926;ENSP00000471957;ENSP00000473061;ENSP00000492528" "Q8NEB9" "PIK3C3" "5289" "phosphatidylinositol 3-kinase catalytic subunit type 3" "Vps34" "Cytosol" "SwissProt" -"ENSG00000078237" "ENST00000635110;ENST00000179259;ENST00000539671;ENST00000537251" "ENSP00000488928;ENSP00000179259" "Q9NQ88" "TIGAR" "57103" "TP53 induced glycolysis regulatory phosphatase" "C12orf5" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000078269" "ENST00000355585;ENST00000640338;ENST00000367113;ENST00000638626;ENST00000449320;ENST00000640569;ENST00000485863;ENST00000367122;ENST00000367112" "ENSP00000347792;ENSP00000492532;ENSP00000356080;ENSP00000492369;ENSP00000411202;ENSP00000436657;ENSP00000356089" "O15056" "SYNJ2" "8871" "synaptojanin 2" "INPP5H" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000078237" "ENST00000635110;ENST00000179259;ENST00000539671;ENST00000537251" "ENSP00000488928;ENSP00000179259" "Q9NQ88" "TIGAR" "57103" "TP53 induced glycolysis regulatory phosphatase" "C12orf5" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000078269" "ENST00000355585;ENST00000640338;ENST00000367113;ENST00000638626;ENST00000449320;ENST00000640569;ENST00000485863;ENST00000367122;ENST00000367112" "ENSP00000347792;ENSP00000492532;ENSP00000356080;ENSP00000492369;ENSP00000411202;ENSP00000436657;ENSP00000356089" "O15056" "SYNJ2" "8871" "synaptojanin 2" "INPP5H" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000078295" "ENST00000338316;ENST00000484965;ENST00000498598;ENST00000515681;ENST00000513693;ENST00000493243;ENST00000382531;ENST00000489501" "ENSP00000342952;ENSP00000425069;ENSP00000426196" "Q08462" "ADCY2" "108" "adenylate cyclase 2" "AC2;HBAC2;KIAA1060" "Cytosol" "SwissProt" -"ENSG00000078747" "ENST00000486883;ENST00000374864;ENST00000535650;ENST00000670516;ENST00000658310;ENST00000479215;ENST00000665484;ENST00000664852;ENST00000654846;ENST00000665428;ENST00000660337;ENST00000662871;ENST00000262650;ENST00000665346;ENST00000483727;ENST00000461661" "ENSP00000492520;ENSP00000363998;ENSP00000445608;ENSP00000499526;ENSP00000499605;ENSP00000499754;ENSP00000499220;ENSP00000499283;ENSP00000499685;ENSP00000262650;ENSP00000499786;ENSP00000491176" "Q96J02" "ITCH" "83737" "itchy E3 ubiquitin protein ligase" "AIP4" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000078747" "ENST00000486883;ENST00000374864;ENST00000535650;ENST00000670516;ENST00000658310;ENST00000479215;ENST00000665484;ENST00000664852;ENST00000654846;ENST00000665428;ENST00000660337;ENST00000662871;ENST00000262650;ENST00000665346;ENST00000483727;ENST00000461661" "ENSP00000492520;ENSP00000363998;ENSP00000445608;ENSP00000499526;ENSP00000499605;ENSP00000499754;ENSP00000499220;ENSP00000499283;ENSP00000499685;ENSP00000262650;ENSP00000499786;ENSP00000491176" "Q96J02" "ITCH" "83737" "itchy E3 ubiquitin protein ligase" "AIP4" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000078967" "ENST00000450743;ENST00000454350;ENST00000443780;ENST00000222402;ENST00000440899;ENST00000454428;ENST00000415051;ENST00000446008;ENST00000440652;ENST00000473007;ENST00000491770" "ENSP00000391678;ENSP00000401824;ENSP00000407196;ENSP00000222402;ENSP00000410897;ENSP00000411738;ENSP00000414331;ENSP00000397406;ENSP00000442350" "Q9Y2X8" "UBE2D4" "51619" "ubiquitin conjugating enzyme E2 D4 (putative)" "HBUCE1" "Cytosol" "CellAtlas" -"ENSG00000079150" "ENST00000424785;ENST00000464248;ENST00000233092;ENST00000435079;ENST00000470945;ENST00000419184;ENST00000434643;ENST00000412612" "ENSP00000413152;ENSP00000233092;ENSP00000403801;ENSP00000398869;ENSP00000415486;ENSP00000389914" "Q9Y680" "FKBP7" "51661" "FKBP prolyl isomerase 7" "FKBP23" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000079150" "ENST00000424785;ENST00000464248;ENST00000233092;ENST00000435079;ENST00000470945;ENST00000419184;ENST00000434643;ENST00000412612" "ENSP00000413152;ENSP00000233092;ENSP00000403801;ENSP00000398869;ENSP00000415486;ENSP00000389914" "Q9Y680" "FKBP7" "51661" "FKBP prolyl isomerase 7" "FKBP23" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000079215" "ENST00000680318;ENST00000681909;ENST00000513903;ENST00000681795;ENST00000680205;ENST00000680064;ENST00000680878;ENST00000680125;ENST00000612708;ENST00000681633;ENST00000680876;ENST00000680232;ENST00000681776;ENST00000502864;ENST00000681775;ENST00000679784;ENST00000680048;ENST00000680655;ENST00000681926;ENST00000679958;ENST00000265113;ENST00000504121;ENST00000512374;ENST00000416645;ENST00000506725;ENST00000680711;ENST00000613445;ENST00000679983;ENST00000505202;ENST00000681814;ENST00000679992;ENST00000381918;ENST00000513646;ENST00000681848;ENST00000680212;ENST00000680908;ENST00000680527;ENST00000679423;ENST00000681666;ENST00000514563;ENST00000509272;ENST00000681388;ENST00000681623;ENST00000681726;ENST00000680016;ENST00000624112;ENST00000505376;ENST00000681373;ENST00000681701;ENST00000679487;ENST00000680835;ENST00000681440;ENST00000681854;ENST00000680890;ENST00000681480;ENST00000679384;ENST00000680369;ENST00000679852;ENST00000506178;ENST00000680568" "ENSP00000505057;ENSP00000506599;ENSP00000427203;ENSP00000505679;ENSP00000506424;ENSP00000483657;ENSP00000506207;ENSP00000506165;ENSP00000506030;ENSP00000505296;ENSP00000506436;ENSP00000505850;ENSP00000505246;ENSP00000265113;ENSP00000506577;ENSP00000506048;ENSP00000477672;ENSP00000505238;ENSP00000424986;ENSP00000506585;ENSP00000371343;ENSP00000420992;ENSP00000505338;ENSP00000504868;ENSP00000505306;ENSP00000505982;ENSP00000505760;ENSP00000505196;ENSP00000504901;ENSP00000505212;ENSP00000504899;ENSP00000505580;ENSP00000506380;ENSP00000505836;ENSP00000506649" "P43003" "SLC1A3" "6507" "solute carrier family 1 member 3" "EA6;EAAT1;GLAST" "Nucleus" "CellAtlas" -"ENSG00000079435" "ENST00000244289;ENST00000597620;ENST00000599918;ENST00000600224;ENST00000602000;ENST00000599783;ENST00000599211;ENST00000597001;ENST00000601189" "ENSP00000244289;ENSP00000469545;ENSP00000472218;ENSP00000469990;ENSP00000472531;ENSP00000469268;ENSP00000469030" "Q05469" "LIPE" "3991" "lipase E, hormone sensitive type" "HSL" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000079459" "ENST00000538689;ENST00000615631;ENST00000618539;ENST00000530337;ENST00000623368;ENST00000446331;ENST00000443614;ENST00000525283;ENST00000525607;ENST00000220584;ENST00000529464;ENST00000525900;ENST00000525571;ENST00000527045;ENST00000528812;ENST00000622850;ENST00000525551;ENST00000530664;ENST00000525954;ENST00000531733;ENST00000531249;ENST00000532266;ENST00000528643;ENST00000525777;ENST00000528729;ENST00000529521" "ENSP00000444248;ENSP00000481481;ENSP00000480828;ENSP00000431852;ENSP00000485229;ENSP00000390367;ENSP00000433985;ENSP00000432551;ENSP00000220584;ENSP00000434770;ENSP00000434714;ENSP00000431749;ENSP00000484122;ENSP00000432331;ENSP00000491537;ENSP00000435900;ENSP00000431649;ENSP00000436069" "P37268" "FDFT1" "2222" "farnesyl-diphosphate farnesyltransferase 1" "SQS" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000079435" "ENST00000244289;ENST00000597620;ENST00000599918;ENST00000600224;ENST00000602000;ENST00000599783;ENST00000599211;ENST00000597001;ENST00000601189" "ENSP00000244289;ENSP00000469545;ENSP00000472218;ENSP00000469990;ENSP00000472531;ENSP00000469268;ENSP00000469030" "Q05469" "LIPE" "3991" "lipase E, hormone sensitive type" "HSL" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000079459" "ENST00000538689;ENST00000615631;ENST00000618539;ENST00000530337;ENST00000623368;ENST00000446331;ENST00000443614;ENST00000525283;ENST00000525607;ENST00000220584;ENST00000529464;ENST00000525900;ENST00000525571;ENST00000527045;ENST00000528812;ENST00000622850;ENST00000525551;ENST00000530664;ENST00000525954;ENST00000531733;ENST00000531249;ENST00000532266;ENST00000528643;ENST00000525777;ENST00000528729;ENST00000529521" "ENSP00000444248;ENSP00000481481;ENSP00000480828;ENSP00000431852;ENSP00000485229;ENSP00000390367;ENSP00000433985;ENSP00000432551;ENSP00000220584;ENSP00000434770;ENSP00000434714;ENSP00000431749;ENSP00000484122;ENSP00000432331;ENSP00000491537;ENSP00000435900;ENSP00000431649;ENSP00000436069" "P37268" "FDFT1" "2222" "farnesyl-diphosphate farnesyltransferase 1" "SQS" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000079462" "ENST00000262890;ENST00000538771;ENST00000594989;ENST00000595530;ENST00000596265;ENST00000597333;ENST00000601865;ENST00000599778" "ENSP00000262890;ENSP00000444935;ENSP00000471933;ENSP00000473065;ENSP00000470753;ENSP00000472950;ENSP00000469352" "Q15102" "PAFAH1B3" "5050" "platelet activating factor acetylhydrolase 1b catalytic subunit 3" "" "Cytosol" "SwissProt" -"ENSG00000079739" "ENST00000371084;ENST00000650546;ENST00000473117;ENST00000371083;ENST00000483707;ENST00000540265" "ENSP00000360125;ENSP00000497812;ENSP00000360124;ENSP00000443449" "P36871" "PGM1" "5236" "phosphoglucomutase 1" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000079805" "ENST00000682524;ENST00000682285;ENST00000683738;ENST00000585892;ENST00000355667;ENST00000389253;ENST00000359692;ENST00000408974;ENST00000586939;ENST00000588976;ENST00000591266;ENST00000587991;ENST00000591819;ENST00000591701;ENST00000591118;ENST00000587485;ENST00000587830;ENST00000586130;ENST00000593220;ENST00000587329;ENST00000681972;ENST00000590806;ENST00000590787;ENST00000593203;ENST00000589106;ENST00000591818" "ENSP00000468734;ENSP00000347890;ENSP00000373905;ENSP00000352721;ENSP00000386192;ENSP00000467430;ENSP00000466603;ENSP00000466914;ENSP00000466621" "P50570" "DNM2" "1785" "dynamin 2" "CMT2M;CMTDI1;CMTDIB;DI-CMTB;DYN2;DYNII" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000079739" "ENST00000371084;ENST00000650546;ENST00000473117;ENST00000371083;ENST00000483707;ENST00000540265" "ENSP00000360125;ENSP00000497812;ENSP00000360124;ENSP00000443449" "P36871" "PGM1" "5236" "phosphoglucomutase 1" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000079805" "ENST00000682524;ENST00000682285;ENST00000683738;ENST00000585892;ENST00000355667;ENST00000389253;ENST00000359692;ENST00000408974;ENST00000586939;ENST00000588976;ENST00000591266;ENST00000587991;ENST00000591819;ENST00000591701;ENST00000591118;ENST00000587485;ENST00000587830;ENST00000586130;ENST00000593220;ENST00000587329;ENST00000681972;ENST00000590806;ENST00000590787;ENST00000593203;ENST00000589106;ENST00000591818" "ENSP00000468734;ENSP00000347890;ENSP00000373905;ENSP00000352721;ENSP00000386192;ENSP00000467430;ENSP00000466603;ENSP00000466914;ENSP00000466621" "P50570" "DNM2" "1785" "dynamin 2" "CMT2M;CMTDI1;CMTDIB;DI-CMTB;DYN2;DYNII" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000080166" "ENST00000377028;ENST00000483392;ENST00000490854;ENST00000472871;ENST00000446125" "ENSP00000366227;ENSP00000431275;ENSP00000392762" "P40126" "DCT" "1638" "dopachrome tautomerase" "TYRP2" "" "" "ENSG00000080493" "ENST00000649996;ENST00000264485;ENST00000351898;ENST00000639096;ENST00000638464;ENST00000514331;ENST00000512686;ENST00000340595;ENST00000425175" "ENSP00000497468;ENSP00000264485;ENSP00000307349;ENSP00000491107;ENSP00000492496;ENSP00000422400;ENSP00000344272;ENSP00000393557" "Q9Y6R1" "SLC4A4" "8671" "solute carrier family 4 member 4" "hhNMC;HNBC1;NBC1;NBC2;pNBC;SLC4A5" "" "" "ENSG00000080511" "ENST00000651512;ENST00000591589;ENST00000589570;ENST00000587782" "ENSP00000498711;ENSP00000466058;ENSP00000465773" "Q9NYR8" "RDH8" "50700" "retinol dehydrogenase 8" "PRRDH;SDR28C2" "Cytosol;Nucleus" "CellAtlas" "ENSG00000080802" "ENST00000451834;ENST00000541284;ENST00000423368;ENST00000361528;ENST00000473470;ENST00000414802;ENST00000428680;ENST00000315544;ENST00000491203;ENST00000498534;ENST00000465721" "ENSP00000388491;ENSP00000445508;ENSP00000406777;ENSP00000354673;ENSP00000416532;ENSP00000399108;ENSP00000326731" "O95628" "CNOT4" "4850" "CCR4-NOT transcription complex subunit 4" "CLONE243;NOT4;NOT4H" "Cytosol;Nucleus" "SwissProt" -"ENSG00000080819" "ENST00000647941;ENST00000510489;ENST00000513674;ENST00000515041" "ENSP00000497326;ENSP00000424924" "P36551" "CPOX" "1371" "coproporphyrinogen oxidase" "CPO;CPX;HCP" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000081181" "ENST00000261783;ENST00000557120;ENST00000556491;ENST00000557319" "ENSP00000261783" "P78540" "ARG2" "384" "arginase 2" "" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000080819" "ENST00000647941;ENST00000510489;ENST00000513674;ENST00000515041" "ENSP00000497326;ENSP00000424924" "P36551" "CPOX" "1371" "coproporphyrinogen oxidase" "CPO;CPX;HCP" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000081181" "ENST00000261783;ENST00000557120;ENST00000556491;ENST00000557319" "ENSP00000261783" "P78540" "ARG2" "384" "arginase 2" "" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000081479" "ENST00000649046;ENST00000650252;ENST00000649153;ENST00000491228;ENST00000461418;ENST00000443831;ENST00000493501" "ENSP00000496870;ENSP00000496887;ENSP00000497617;ENSP00000409813" "P98164" "LRP2" "4036" "LDL receptor related protein 2" "DBS;gp330" "Mitochondria" "CellAtlas" "ENSG00000081760" "ENST00000418937;ENST00000316519;ENST00000537477;ENST00000537564;ENST00000441247;ENST00000316543;ENST00000539251;ENST00000538851;ENST00000545511;ENST00000536118;ENST00000543665;ENST00000398953" "ENSP00000416461;ENSP00000324842" "Q86V21" "AACS" "65985" "acetoacetyl-CoA synthetase" "ACSF1;FLJ12389;SUR-5" "" "" "ENSG00000081800" "ENST00000194130;ENST00000427975;ENST00000439260;ENST00000539873" "ENSP00000194130;ENSP00000388403;ENSP00000401417;ENSP00000441309" "Q9BZW2" "SLC13A1" "6561" "solute carrier family 13 member 1" "NAS1;NaSi-1" "" "" -"ENSG00000081923" "ENST00000648908;ENST00000642462;ENST00000648039;ENST00000648467;ENST00000588255;ENST00000589147;ENST00000591728;ENST00000585322" "ENSP00000497896;ENSP00000494712;ENSP00000497863;ENSP00000496933;ENSP00000467767;ENSP00000468751" "O43520" "ATP8B1" "5205" "ATPase phospholipid transporting 8B1" "ATPIC;BRIC;FIC1;PFIC;PFIC1" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000082014" "ENST00000496530;ENST00000262188;ENST00000392811;ENST00000469154;ENST00000472789;ENST00000470588;ENST00000485592;ENST00000472988;ENST00000485610;ENST00000472103;ENST00000489503;ENST00000477169;ENST00000460431;ENST00000491651;ENST00000356800" "ENSP00000262188;ENSP00000376558;ENSP00000417908;ENSP00000417145;ENSP00000419886;ENSP00000349254" "Q6STE5" "SMARCD3" "6604" "SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily d, member 3" "BAF60C;CRACD3;Rsc6p" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000082212" "ENST00000321341;ENST00000640530;ENST00000640967;ENST00000638937;ENST00000382927;ENST00000639850;ENST00000639665;ENST00000639398;ENST00000638410;ENST00000639255;ENST00000639115;ENST00000640965;ENST00000639688;ENST00000639612;ENST00000638768;ENST00000585680;ENST00000639663;ENST00000589330;ENST00000591925" "ENSP00000321070;ENSP00000491724;ENSP00000492067;ENSP00000492393;ENSP00000372384;ENSP00000491152;ENSP00000491520;ENSP00000492309;ENSP00000492272;ENSP00000492085;ENSP00000492733;ENSP00000491954;ENSP00000492377;ENSP00000492638;ENSP00000491793" "P23368" "ME2" "4200" "malic enzyme 2" "" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000082996" "ENST00000392894;ENST00000344229;ENST00000470151;ENST00000466478;ENST00000491086;ENST00000467977;ENST00000474348;ENST00000467996;ENST00000468648;ENST00000459632;ENST00000466795;ENST00000490631;ENST00000361785;ENST00000482083;ENST00000468289;ENST00000493238" "ENSP00000376628;ENSP00000341361;ENSP00000419836;ENSP00000419508;ENSP00000420667;ENSP00000418308;ENSP00000420124;ENSP00000419809;ENSP00000420067;ENSP00000419069;ENSP00000417655;ENSP00000417294;ENSP00000355268;ENSP00000418863;ENSP00000420510" "O43567" "RNF13" "11342" "ring finger protein 13" "RZF" "Endoplasmic reticulum;Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000083123" "ENST00000369760;ENST00000356489;ENST00000320393;ENST00000486968;ENST00000468520;ENST00000491328" "ENSP00000358775;ENSP00000348880;ENSP00000318351" "P21953" "BCKDHB" "594" "branched chain keto acid dehydrogenase E1 subunit beta" "" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000083168" "ENST00000265713;ENST00000406337;ENST00000396930;ENST00000649817;ENST00000648335;ENST00000649827;ENST00000418721;ENST00000650495;ENST00000648224;ENST00000485568;ENST00000647809;ENST00000647746;ENST00000648030;ENST00000650356;ENST00000470574;ENST00000463961;ENST00000426524" "ENSP00000265713;ENSP00000385888;ENSP00000380136;ENSP00000497780;ENSP00000497086;ENSP00000497447;ENSP00000430606;ENSP00000497515;ENSP00000396699" "Q92794" "KAT6A" "7994" "lysine acetyltransferase 6A" "MOZ;MYST3;RUNXBP2;ZC2HC6A;ZNF220" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000083223" "ENST00000277141;ENST00000375960;ENST00000375957;ENST00000375963;ENST00000469004;ENST00000375948;ENST00000375947" "ENSP00000277141;ENSP00000365127;ENSP00000365124;ENSP00000365130;ENSP00000365115;ENSP00000365114" "Q5VYS8" "TUT7" "79670" "terminal uridylyl transferase 7" "FLJ13409;KIAA1711;PAPD6;TENT3B;ZCCHC6" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000083444" "ENST00000485046;ENST00000449038;ENST00000196061;ENST00000358133;ENST00000429000;ENST00000465920;ENST00000491536;ENST00000470133;ENST00000481933" "ENSP00000414443;ENSP00000196061;ENSP00000405372" "Q02809" "PLOD1" "5351" "procollagen-lysine,2-oxoglutarate 5-dioxygenase 1" "LH1;LLH;PLOD" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000083720" "ENST00000196371;ENST00000512084;ENST00000510634;ENST00000509987;ENST00000508557;ENST00000503374;ENST00000513081;ENST00000514723" "ENSP00000196371;ENSP00000421143;ENSP00000423144;ENSP00000425348" "P55809" "OXCT1" "5019" "3-oxoacid CoA-transferase 1" "OXCT;SCOT" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000083799" "ENST00000569418;ENST00000569891;ENST00000311559;ENST00000564326;ENST00000566206;ENST00000427738;ENST00000566679;ENST00000564634;ENST00000398568;ENST00000568704;ENST00000563629;ENST00000563976;ENST00000562884;ENST00000566024;ENST00000568744" "ENSP00000457576;ENSP00000308928;ENSP00000454515;ENSP00000462134;ENSP00000392025;ENSP00000456912;ENSP00000455535;ENSP00000381574;ENSP00000456488;ENSP00000463197;ENSP00000458507" "Q9NQC7" "CYLD" "1540" "CYLD lysine 63 deubiquitinase" "CYLD1;KIAA0849;USPL2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000081923" "ENST00000648908;ENST00000642462;ENST00000648039;ENST00000648467;ENST00000588255;ENST00000589147;ENST00000591728;ENST00000585322" "ENSP00000497896;ENSP00000494712;ENSP00000497863;ENSP00000496933;ENSP00000467767;ENSP00000468751" "O43520" "ATP8B1" "5205" "ATPase phospholipid transporting 8B1" "ATPIC;BRIC;FIC1;PFIC;PFIC1" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000082014" "ENST00000496530;ENST00000262188;ENST00000392811;ENST00000469154;ENST00000472789;ENST00000470588;ENST00000485592;ENST00000472988;ENST00000485610;ENST00000472103;ENST00000489503;ENST00000477169;ENST00000460431;ENST00000491651;ENST00000356800" "ENSP00000262188;ENSP00000376558;ENSP00000417908;ENSP00000417145;ENSP00000419886;ENSP00000349254" "Q6STE5" "SMARCD3" "6604" "SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily d, member 3" "BAF60C;CRACD3;Rsc6p" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000082212" "ENST00000321341;ENST00000640530;ENST00000640967;ENST00000638937;ENST00000382927;ENST00000639850;ENST00000639665;ENST00000639398;ENST00000638410;ENST00000639255;ENST00000639115;ENST00000640965;ENST00000639688;ENST00000639612;ENST00000638768;ENST00000585680;ENST00000639663;ENST00000589330;ENST00000591925" "ENSP00000321070;ENSP00000491724;ENSP00000492067;ENSP00000492393;ENSP00000372384;ENSP00000491152;ENSP00000491520;ENSP00000492309;ENSP00000492272;ENSP00000492085;ENSP00000492733;ENSP00000491954;ENSP00000492377;ENSP00000492638;ENSP00000491793" "P23368" "ME2" "4200" "malic enzyme 2" "" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000082996" "ENST00000392894;ENST00000344229;ENST00000470151;ENST00000466478;ENST00000491086;ENST00000467977;ENST00000474348;ENST00000467996;ENST00000468648;ENST00000459632;ENST00000466795;ENST00000490631;ENST00000361785;ENST00000482083;ENST00000468289;ENST00000493238" "ENSP00000376628;ENSP00000341361;ENSP00000419836;ENSP00000419508;ENSP00000420667;ENSP00000418308;ENSP00000420124;ENSP00000419809;ENSP00000420067;ENSP00000419069;ENSP00000417655;ENSP00000417294;ENSP00000355268;ENSP00000418863;ENSP00000420510" "O43567" "RNF13" "11342" "ring finger protein 13" "RZF" "Endoplasmic reticulum;Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000083123" "ENST00000369760;ENST00000356489;ENST00000320393;ENST00000486968;ENST00000468520;ENST00000491328" "ENSP00000358775;ENSP00000348880;ENSP00000318351" "P21953" "BCKDHB" "594" "branched chain keto acid dehydrogenase E1 subunit beta" "" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000083168" "ENST00000265713;ENST00000406337;ENST00000396930;ENST00000649817;ENST00000648335;ENST00000649827;ENST00000418721;ENST00000650495;ENST00000648224;ENST00000485568;ENST00000647809;ENST00000647746;ENST00000648030;ENST00000650356;ENST00000470574;ENST00000463961;ENST00000426524" "ENSP00000265713;ENSP00000385888;ENSP00000380136;ENSP00000497780;ENSP00000497086;ENSP00000497447;ENSP00000430606;ENSP00000497515;ENSP00000396699" "Q92794" "KAT6A" "7994" "lysine acetyltransferase 6A" "MOZ;MYST3;RUNXBP2;ZC2HC6A;ZNF220" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000083223" "ENST00000277141;ENST00000375960;ENST00000375957;ENST00000375963;ENST00000469004;ENST00000375948;ENST00000375947" "ENSP00000277141;ENSP00000365127;ENSP00000365124;ENSP00000365130;ENSP00000365115;ENSP00000365114" "Q5VYS8" "TUT7" "79670" "terminal uridylyl transferase 7" "FLJ13409;KIAA1711;PAPD6;TENT3B;ZCCHC6" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000083444" "ENST00000485046;ENST00000449038;ENST00000196061;ENST00000358133;ENST00000429000;ENST00000465920;ENST00000491536;ENST00000470133;ENST00000481933" "ENSP00000414443;ENSP00000196061;ENSP00000405372" "Q02809" "PLOD1" "5351" "procollagen-lysine,2-oxoglutarate 5-dioxygenase 1" "LH1;LLH;PLOD" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000083720" "ENST00000196371;ENST00000512084;ENST00000510634;ENST00000509987;ENST00000508557;ENST00000503374;ENST00000513081;ENST00000514723" "ENSP00000196371;ENSP00000421143;ENSP00000423144;ENSP00000425348" "P55809" "OXCT1" "5019" "3-oxoacid CoA-transferase 1" "OXCT;SCOT" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000083799" "ENST00000569418;ENST00000569891;ENST00000311559;ENST00000564326;ENST00000566206;ENST00000427738;ENST00000566679;ENST00000564634;ENST00000398568;ENST00000568704;ENST00000563629;ENST00000563976;ENST00000562884;ENST00000566024;ENST00000568744" "ENSP00000457576;ENSP00000308928;ENSP00000454515;ENSP00000462134;ENSP00000392025;ENSP00000456912;ENSP00000455535;ENSP00000381574;ENSP00000456488;ENSP00000463197;ENSP00000458507" "Q9NQC7" "CYLD" "1540" "CYLD lysine 63 deubiquitinase" "CYLD1;KIAA0849;USPL2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000083807" "ENST00000595851;ENST00000594786;ENST00000599700;ENST00000263093;ENST00000601355;ENST00000601997;ENST00000594683;ENST00000593745" "ENSP00000469512;ENSP00000471065;ENSP00000263093;ENSP00000470368" "Q9Y2P5" "SLC27A5" "10998" "solute carrier family 27 member 5" "ACSB;ACSVL6;FACVL3;FATP5;FLJ22987;VLACSR;VLCS-H2;VLCSH2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000084072" "ENST00000470018;ENST00000485507;ENST00000324379;ENST00000356511;ENST00000456578;ENST00000495526;ENST00000482751;ENST00000497370;ENST00000470213;ENST00000372835;ENST00000372830;ENST00000474804;ENST00000475350;ENST00000480169;ENST00000467741" "ENSP00000436689;ENSP00000312769;ENSP00000348904;ENSP00000434989;ENSP00000433475;ENSP00000431714;ENSP00000361925;ENSP00000361918;ENSP00000432396;ENSP00000434888" "Q9UNP9" "PPIE" "10450" "peptidylprolyl isomerase E" "CyP-33;MGC111222;MGC3736" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000084072" "ENST00000470018;ENST00000485507;ENST00000324379;ENST00000356511;ENST00000456578;ENST00000495526;ENST00000482751;ENST00000497370;ENST00000470213;ENST00000372835;ENST00000372830;ENST00000474804;ENST00000475350;ENST00000480169;ENST00000467741" "ENSP00000436689;ENSP00000312769;ENSP00000348904;ENSP00000434989;ENSP00000433475;ENSP00000431714;ENSP00000361925;ENSP00000361918;ENSP00000432396;ENSP00000434888" "Q9UNP9" "PPIE" "10450" "peptidylprolyl isomerase E" "CyP-33;MGC111222;MGC3736" "Nucleus" "SwissProt;CellAtlas" "ENSG00000084073" "ENST00000675937;ENST00000674703;ENST00000479131;ENST00000372759;ENST00000472583;ENST00000675754;ENST00000474142" "ENSP00000502683;ENSP00000501674;ENSP00000361845;ENSP00000502555" "O75844" "ZMPSTE24" "10269" "zinc metallopeptidase STE24" "FACE-1;HGPS;PRO1;STE24;Ste24p" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000084090" "ENST00000337288;ENST00000479456;ENST00000462501;ENST00000443962;ENST00000495687;ENST00000488084" "ENSP00000338030;ENSP00000409410" "Q9NQZ5" "STARD7" "56910" "StAR related lipid transfer domain containing 7" "GTT1" "Mitochondria" "CellAtlas" "ENSG00000084110" "ENST00000261208;ENST00000544080;ENST00000538703;ENST00000546999;ENST00000548808;ENST00000548636;ENST00000552509;ENST00000551562;ENST00000549376;ENST00000546579;ENST00000541929" "ENSP00000261208;ENSP00000439385;ENSP00000440861;ENSP00000447675;ENSP00000446678;ENSP00000450372;ENSP00000447543;ENSP00000446364" "P42357" "HAL" "3034" "histidine ammonia-lyase" "HIS" "Cytosol" "CellAtlas" -"ENSG00000084207" "ENST00000398603;ENST00000398606;ENST00000494593;ENST00000646888;ENST00000489040;ENST00000498765;ENST00000467591;ENST00000495996" "ENSP00000381604;ENSP00000381607;ENSP00000494477;ENSP00000484929;ENSP00000484686" "P09211" "GSTP1" "2950" "glutathione S-transferase pi 1" "FAEES3;GST3;GSTP" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000084207" "ENST00000398603;ENST00000398606;ENST00000494593;ENST00000646888;ENST00000489040;ENST00000498765;ENST00000467591;ENST00000495996" "ENSP00000381604;ENSP00000381607;ENSP00000494477;ENSP00000484929;ENSP00000484686" "P09211" "GSTP1" "2950" "glutathione S-transferase pi 1" "FAEES3;GST3;GSTP" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000084453" "ENST00000307378;ENST00000544020;ENST00000458504;ENST00000544290;ENST00000480394;ENST00000463718;ENST00000413682;ENST00000422327;ENST00000453443;ENST00000473830;ENST00000683939;ENST00000450590;ENST00000435179;ENST00000445053;ENST00000421287;ENST00000416627;ENST00000430803" "ENSP00000305974;ENSP00000440154;ENSP00000394854;ENSP00000438348;ENSP00000403638;ENSP00000416190;ENSP00000409314;ENSP00000508235;ENSP00000407462;ENSP00000401195;ENSP00000409691;ENSP00000390672;ENSP00000392124;ENSP00000410338" "P46721" "SLCO1A2" "6579" "solute carrier organic anion transporter family member 1A2" "OATP;OATP-A;OATP1A2;SLC21A3" "" "" -"ENSG00000084674" "ENST00000233242;ENST00000673739;ENST00000673882;ENST00000399256" "ENSP00000233242;ENSP00000501110;ENSP00000501253;ENSP00000382200" "P04114" "APOB" "338" "apolipoprotein B" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000084676" "ENST00000496333;ENST00000406961;ENST00000469850;ENST00000405141;ENST00000407230;ENST00000483904;ENST00000395856;ENST00000486198;ENST00000493773;ENST00000288599;ENST00000348332" "ENSP00000385216;ENSP00000385097;ENSP00000385195;ENSP00000379197;ENSP00000288599;ENSP00000320940" "Q15788" "NCOA1" "8648" "nuclear receptor coactivator 1" "bHLHe74;F-SRC-1;KAT13A;NCoA-1;RIP160;SRC1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000084754" "ENST00000380649;ENST00000492433;ENST00000644428;ENST00000643057;ENST00000645274;ENST00000643233;ENST00000643063;ENST00000646031;ENST00000646483;ENST00000471743;ENST00000461025" "ENSP00000370023;ENSP00000438039;ENSP00000495560;ENSP00000493761;ENSP00000493996;ENSP00000493880;ENSP00000495353;ENSP00000493956;ENSP00000496185" "P40939" "HADHA" "3030" "hydroxyacyl-CoA dehydrogenase trifunctional multienzyme complex subunit alpha" "GBP;LCEH;LCHAD;MTPA" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000084774" "ENST00000264705;ENST00000403525;ENST00000491891;ENST00000464159;ENST00000475695;ENST00000479002;ENST00000458503;ENST00000456311;ENST00000487239;ENST00000491461;ENST00000428460" "ENSP00000264705;ENSP00000384510;ENSP00000414742;ENSP00000388740;ENSP00000405416" "P27708" "CAD" "790" "carbamoyl-phosphate synthetase 2, aspartate transcarbamylase, and dihydroorotase" "GATD4" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000085231" "ENST00000380822;ENST00000502819;ENST00000380818;ENST00000512561;ENST00000618980" "ENSP00000370201;ENSP00000481620;ENSP00000370197;ENSP00000420947;ENSP00000479366" "Q9Y3D8" "AK6" "102157402" "adenylate kinase 6" "CINAP" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000085377" "ENST00000652536;ENST00000369110;ENST00000448705" "ENSP00000499089;ENSP00000358106;ENSP00000401796" "P48147" "PREP" "5550" "prolyl endopeptidase" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000085382" "ENST00000262903;ENST00000369127;ENST00000517995;ENST00000416605;ENST00000369125;ENST00000518402;ENST00000518503;ENST00000518228;ENST00000517424;ENST00000519645;ENST00000524020;ENST00000521962" "ENSP00000262903;ENSP00000392425;ENSP00000358121;ENSP00000428110;ENSP00000429520;ENSP00000430898;ENSP00000429765;ENSP00000427901;ENSP00000430669" "Q8IYU2" "HACE1" "57531" "HECT domain and ankyrin repeat containing E3 ubiquitin protein ligase 1" "KIAA1320" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000084674" "ENST00000233242;ENST00000673739;ENST00000673882;ENST00000399256" "ENSP00000233242;ENSP00000501110;ENSP00000501253;ENSP00000382200" "P04114" "APOB" "338" "apolipoprotein B" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000084676" "ENST00000496333;ENST00000406961;ENST00000469850;ENST00000405141;ENST00000407230;ENST00000483904;ENST00000395856;ENST00000486198;ENST00000493773;ENST00000288599;ENST00000348332" "ENSP00000385216;ENSP00000385097;ENSP00000385195;ENSP00000379197;ENSP00000288599;ENSP00000320940" "Q15788" "NCOA1" "8648" "nuclear receptor coactivator 1" "bHLHe74;F-SRC-1;KAT13A;NCoA-1;RIP160;SRC1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000084754" "ENST00000380649;ENST00000492433;ENST00000644428;ENST00000643057;ENST00000645274;ENST00000643233;ENST00000643063;ENST00000646031;ENST00000646483;ENST00000471743;ENST00000461025" "ENSP00000370023;ENSP00000438039;ENSP00000495560;ENSP00000493761;ENSP00000493996;ENSP00000493880;ENSP00000495353;ENSP00000493956;ENSP00000496185" "P40939" "HADHA" "3030" "hydroxyacyl-CoA dehydrogenase trifunctional multienzyme complex subunit alpha" "GBP;LCEH;LCHAD;MTPA" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000084774" "ENST00000264705;ENST00000403525;ENST00000491891;ENST00000464159;ENST00000475695;ENST00000479002;ENST00000458503;ENST00000456311;ENST00000487239;ENST00000491461;ENST00000428460" "ENSP00000264705;ENSP00000384510;ENSP00000414742;ENSP00000388740;ENSP00000405416" "P27708" "CAD" "790" "carbamoyl-phosphate synthetase 2, aspartate transcarbamylase, and dihydroorotase" "GATD4" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000085231" "ENST00000380822;ENST00000502819;ENST00000380818;ENST00000512561;ENST00000618980" "ENSP00000370201;ENSP00000481620;ENSP00000370197;ENSP00000420947;ENSP00000479366" "Q9Y3D8" "AK6" "102157402" "adenylate kinase 6" "CINAP" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000085377" "ENST00000652536;ENST00000369110;ENST00000448705" "ENSP00000499089;ENSP00000358106;ENSP00000401796" "P48147" "PREP" "5550" "prolyl endopeptidase" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000085382" "ENST00000262903;ENST00000369127;ENST00000517995;ENST00000416605;ENST00000369125;ENST00000518402;ENST00000518503;ENST00000518228;ENST00000517424;ENST00000519645;ENST00000524020;ENST00000521962" "ENSP00000262903;ENSP00000392425;ENSP00000358121;ENSP00000428110;ENSP00000429520;ENSP00000430898;ENSP00000429765;ENSP00000427901;ENSP00000430669" "Q8IYU2" "HACE1" "57531" "HECT domain and ankyrin repeat containing E3 ubiquitin protein ligase 1" "KIAA1320" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000085415" "ENST00000592170;ENST00000262124;ENST00000585730;ENST00000399892;ENST00000589446;ENST00000587761;ENST00000588251;ENST00000592582;ENST00000590843;ENST00000590032" "ENSP00000467605;ENSP00000262124;ENSP00000466959;ENSP00000382779;ENSP00000467276;ENSP00000466234" "Q96EE3" "SEH1L" "81929" "SEH1 like nucleoporin" "SEC13L;Seh1;SEH1A;SEH1B" "Lysosome;Nucleus" "SwissProt" "ENSG00000085563" "ENST00000622132;ENST00000265724;ENST00000543898;ENST00000488737;ENST00000491360;ENST00000475929;ENST00000496821;ENST00000483831;ENST00000482527;ENST00000416177;ENST00000476862" "ENSP00000478255;ENSP00000265724;ENSP00000444095;ENSP00000399419" "P08183" "ABCB1" "5243" "ATP binding cassette subfamily B member 1" "ABC20;CD243;CLCS;GP170;MDR1;P-gp;PGY1" "Nucleus" "CellAtlas" -"ENSG00000085662" "ENST00000285930;ENST00000434222;ENST00000465351;ENST00000467251;ENST00000498771;ENST00000498373;ENST00000487438;ENST00000489022;ENST00000491741;ENST00000497983;ENST00000484592;ENST00000467829;ENST00000426422;ENST00000462784" "ENSP00000285930;ENSP00000414399;ENSP00000413205" "P15121" "AKR1B1" "231" "aldo-keto reductase family 1 member B" "ALDR1;AR" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000085871" "ENST00000616265;ENST00000265498;ENST00000506797;ENST00000515137;ENST00000502587;ENST00000503816;ENST00000515067" "ENSP00000482639;ENSP00000265498;ENSP00000424278;ENSP00000423008" "Q99735" "MGST2" "4258" "microsomal glutathione S-transferase 2" "MGST-II" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000085662" "ENST00000285930;ENST00000434222;ENST00000465351;ENST00000467251;ENST00000498771;ENST00000498373;ENST00000487438;ENST00000489022;ENST00000491741;ENST00000497983;ENST00000484592;ENST00000467829;ENST00000426422;ENST00000462784" "ENSP00000285930;ENSP00000414399;ENSP00000413205" "P15121" "AKR1B1" "231" "aldo-keto reductase family 1 member B" "ALDR1;AR" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000085871" "ENST00000616265;ENST00000265498;ENST00000506797;ENST00000515137;ENST00000502587;ENST00000503816;ENST00000515067" "ENSP00000482639;ENSP00000265498;ENSP00000424278;ENSP00000423008" "Q99735" "MGST2" "4258" "microsomal glutathione S-transferase 2" "MGST-II" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000085982" "ENST00000450966;ENST00000483519;ENST00000251722;ENST00000678225;ENST00000427112;ENST00000464956;ENST00000450940;ENST00000496298;ENST00000454354;ENST00000473191;ENST00000430158;ENST00000409945;ENST00000483216;ENST00000452724;ENST00000485943;ENST00000427947;ENST00000484528;ENST00000443711" "ENSP00000415434;ENSP00000251722;ENSP00000502952;ENSP00000387898;ENSP00000407696;ENSP00000394133;ENSP00000388121;ENSP00000386664;ENSP00000408853;ENSP00000394154" "Q9NVE5" "USP40" "55230" "ubiquitin specific peptidase 40" "FLJ10785" "" "" "ENSG00000085998" "ENST00000371984;ENST00000371992;ENST00000475642;ENST00000480972;ENST00000485714;ENST00000463030;ENST00000477114;ENST00000497439;ENST00000489985;ENST00000396420" "ENSP00000361052;ENSP00000361060;ENSP00000379698" "Q8WZA1" "POMGNT1" "55624" "protein O-linked mannose N-acetylglucosaminyltransferase 1 (beta 1,2-)" "FLJ20277;LGMD2O;MEB;MGAT1.2" "Golgi apparatus" "SwissProt" -"ENSG00000086062" "ENST00000379731;ENST00000535206" "ENSP00000369055;ENSP00000440341" "P15291" "B4GALT1" "2683" "beta-1,4-galactosyltransferase 1" "beta4Gal-T1;GGTB2" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000086062" "ENST00000379731;ENST00000535206" "ENSP00000369055;ENSP00000440341" "P15291" "B4GALT1" "2683" "beta-1,4-galactosyltransferase 1" "beta4Gal-T1;GGTB2" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000086159" "ENST00000489786;ENST00000551733;ENST00000315520;ENST00000615425;ENST00000618286" "ENSP00000449830;ENSP00000320247;ENSP00000477688;ENSP00000477759" "Q13520" "AQP6" "363" "aquaporin 6" "AQP2L" "Cytosol" "SwissProt" -"ENSG00000086475" "ENST00000327347;ENST00000378614;ENST00000413411;ENST00000425947;ENST00000494329;ENST00000545675" "ENSP00000367893;ENSP00000367877;ENSP00000401732;ENSP00000400418;ENSP00000441119" "P49903" "SEPHS1" "22929" "selenophosphate synthetase 1" "SPS;SPS1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000086544" "ENST00000263370;ENST00000597003" "ENSP00000263370;ENSP00000472655" "Q96DU7" "ITPKC" "80271" "inositol-trisphosphate 3-kinase C" "IP3-3KC;IP3KC" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000086696" "ENST00000563491;ENST00000199936;ENST00000566213;ENST00000569351;ENST00000568090;ENST00000566838" "ENSP00000455992;ENSP00000199936;ENSP00000457943;ENSP00000454931;ENSP00000456529;ENSP00000456471" "P37059" "HSD17B2" "3294" "hydroxysteroid 17-beta dehydrogenase 2" "HSD17;SDR9C2" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000086758" "ENST00000426907;ENST00000612484;ENST00000342160;ENST00000262854;ENST00000488459;ENST00000474971;ENST00000480438;ENST00000463852;ENST00000468322;ENST00000474288;ENST00000218328;ENST00000489876;ENST00000622887;ENST00000471676;ENST00000446750" "ENSP00000403236;ENSP00000479451;ENSP00000340648;ENSP00000262854;ENSP00000483891;ENSP00000484417;ENSP00000413651" "Q7Z6Z7" "HUWE1" "10075" "HECT, UBA and WWE domain containing E3 ubiquitin protein ligase 1" "Ib772;KIAA0312;UREB1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000086848" "ENST00000532425;ENST00000616540;ENST00000527212;ENST00000614444;ENST00000526272;ENST00000619129;ENST00000524671;ENST00000531154;ENST00000398006;ENST00000525910;ENST00000530851;ENST00000613181;ENST00000527294;ENST00000527714;ENST00000618252;ENST00000612489;ENST00000530723" "ENSP00000432442;ENSP00000482437;ENSP00000484200;ENSP00000480661;ENSP00000436798;ENSP00000435517;ENSP00000381090;ENSP00000437211;ENSP00000479335;ENSP00000482975;ENSP00000478246" "Q9H6U8" "ALG9" "79796" "ALG9 alpha-1,2-mannosyltransferase" "DIBD1" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000087008" "ENST00000356406;ENST00000512411;ENST00000515797;ENST00000413009;ENST00000503233;ENST00000510365;ENST00000508302;ENST00000514423" "ENSP00000348775;ENSP00000413994;ENSP00000421625;ENSP00000427321" "O15254" "ACOX3" "8310" "acyl-CoA oxidase 3, pristanoyl" "" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000086475" "ENST00000327347;ENST00000378614;ENST00000413411;ENST00000425947;ENST00000494329;ENST00000545675" "ENSP00000367893;ENSP00000367877;ENSP00000401732;ENSP00000400418;ENSP00000441119" "P49903" "SEPHS1" "22929" "selenophosphate synthetase 1" "SPS;SPS1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000086544" "ENST00000263370;ENST00000597003" "ENSP00000263370;ENSP00000472655" "Q96DU7" "ITPKC" "80271" "inositol-trisphosphate 3-kinase C" "IP3-3KC;IP3KC" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000086696" "ENST00000563491;ENST00000199936;ENST00000566213;ENST00000569351;ENST00000568090;ENST00000566838" "ENSP00000455992;ENSP00000199936;ENSP00000457943;ENSP00000454931;ENSP00000456529;ENSP00000456471" "P37059" "HSD17B2" "3294" "hydroxysteroid 17-beta dehydrogenase 2" "HSD17;SDR9C2" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000086758" "ENST00000426907;ENST00000612484;ENST00000342160;ENST00000262854;ENST00000488459;ENST00000474971;ENST00000480438;ENST00000463852;ENST00000468322;ENST00000474288;ENST00000218328;ENST00000489876;ENST00000622887;ENST00000471676;ENST00000446750" "ENSP00000403236;ENSP00000479451;ENSP00000340648;ENSP00000262854;ENSP00000483891;ENSP00000484417;ENSP00000413651" "Q7Z6Z7" "HUWE1" "10075" "HECT, UBA and WWE domain containing E3 ubiquitin protein ligase 1" "Ib772;KIAA0312;UREB1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000086848" "ENST00000532425;ENST00000616540;ENST00000527212;ENST00000614444;ENST00000526272;ENST00000619129;ENST00000524671;ENST00000531154;ENST00000398006;ENST00000525910;ENST00000530851;ENST00000613181;ENST00000527294;ENST00000527714;ENST00000618252;ENST00000612489;ENST00000530723" "ENSP00000432442;ENSP00000482437;ENSP00000484200;ENSP00000480661;ENSP00000436798;ENSP00000435517;ENSP00000381090;ENSP00000437211;ENSP00000479335;ENSP00000482975;ENSP00000478246" "Q9H6U8" "ALG9" "79796" "ALG9 alpha-1,2-mannosyltransferase" "DIBD1" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000087008" "ENST00000356406;ENST00000512411;ENST00000515797;ENST00000413009;ENST00000503233;ENST00000510365;ENST00000508302;ENST00000514423" "ENSP00000348775;ENSP00000413994;ENSP00000421625;ENSP00000427321" "O15254" "ACOX3" "8310" "acyl-CoA oxidase 3, pristanoyl" "" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000087053" "ENST00000675896;ENST00000346299;ENST00000674610;ENST00000675660;ENST00000675413;ENST00000675933;ENST00000675034;ENST00000676393;ENST00000674901;ENST00000675237;ENST00000674528;ENST00000675477;ENST00000675636;ENST00000676378;ENST00000675288;ENST00000674968;ENST00000675454;ENST00000675981;ENST00000674924;ENST00000676166;ENST00000676440;ENST00000675957;ENST00000675196;ENST00000676027;ENST00000676432;ENST00000675767;ENST00000675024;ENST00000676272;ENST00000675910;ENST00000393223;ENST00000676177;ENST00000675022;ENST00000675362;ENST00000674974;ENST00000675320;ENST00000675174;ENST00000674950;ENST00000674989;ENST00000675030;ENST00000676388;ENST00000675848;ENST00000675652;ENST00000676146;ENST00000675922;ENST00000676268;ENST00000675495;ENST00000409459;ENST00000675438;ENST00000675807;ENST00000352297;ENST00000675489;ENST00000676261;ENST00000444541;ENST00000497683;ENST00000470293;ENST00000484818;ENST00000495134;ENST00000481642;ENST00000470011;ENST00000485988" "ENSP00000502487;ENSP00000345752;ENSP00000501688;ENSP00000502824;ENSP00000502575;ENSP00000501567;ENSP00000501751;ENSP00000501850;ENSP00000502736;ENSP00000501942;ENSP00000502567;ENSP00000501781;ENSP00000502204;ENSP00000502433;ENSP00000501632;ENSP00000501926;ENSP00000501867;ENSP00000502405;ENSP00000501601;ENSP00000502622;ENSP00000376915;ENSP00000501635;ENSP00000502722;ENSP00000501989;ENSP00000502337;ENSP00000502076;ENSP00000502032;ENSP00000502425;ENSP00000502829;ENSP00000502386;ENSP00000501866;ENSP00000502057;ENSP00000502694;ENSP00000502583;ENSP00000502168;ENSP00000502444;ENSP00000386882;ENSP00000502388;ENSP00000501640;ENSP00000343737;ENSP00000501702;ENSP00000501675;ENSP00000396020;ENSP00000501753;ENSP00000502515;ENSP00000501963;ENSP00000501894;ENSP00000502505" "Q13614" "MTMR2" "8898" "myotubularin related protein 2" "CMT4B;KIAA1073" "Cytosol" "SwissProt" "ENSG00000087076" "ENST00000596349;ENST00000263278;ENST00000599157;ENST00000595764" "ENSP00000471631;ENSP00000263278;ENSP00000472746;ENSP00000469557" "Q9BPX1" "HSD17B14" "51171" "hydroxysteroid 17-beta dehydrogenase 14" "DHRS10;retSDR3;SDR47C1" "Cytosol" "SwissProt" -"ENSG00000087085" "ENST00000419336;ENST00000241069;ENST00000428317;ENST00000302913;ENST00000412389;ENST00000426415;ENST00000430554;ENST00000440755;ENST00000442452;ENST00000454485;ENST00000411582;ENST00000651875;ENST00000441605;ENST00000445236" "ENSP00000403474;ENSP00000241069;ENSP00000414858;ENSP00000303211;ENSP00000394976;ENSP00000397143;ENSP00000399725;ENSP00000410380;ENSP00000415901;ENSP00000390004;ENSP00000404865;ENSP00000396360;ENSP00000400933" "P22303" "ACHE" "43" "acetylcholinesterase (Cartwright blood group)" "YT" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000087085" "ENST00000419336;ENST00000241069;ENST00000428317;ENST00000302913;ENST00000412389;ENST00000426415;ENST00000430554;ENST00000440755;ENST00000442452;ENST00000454485;ENST00000411582;ENST00000651875;ENST00000441605;ENST00000445236" "ENSP00000403474;ENSP00000241069;ENSP00000414858;ENSP00000303211;ENSP00000394976;ENSP00000397143;ENSP00000399725;ENSP00000410380;ENSP00000415901;ENSP00000390004;ENSP00000404865;ENSP00000396360;ENSP00000400933" "P22303" "ACHE" "43" "acetylcholinesterase (Cartwright blood group)" "YT" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000087111" "ENST00000268758;ENST00000487231;ENST00000492429;ENST00000308360;ENST00000395346;ENST00000484580;ENST00000582615;ENST00000577620;ENST00000465444;ENST00000580968;ENST00000584080;ENST00000582721;ENST00000577594;ENST00000583631;ENST00000584413" "ENSP00000268758;ENSP00000309430;ENSP00000378755;ENSP00000463406;ENSP00000466846" "Q96S52" "PIGS" "94005" "phosphatidylinositol glycan anchor biosynthesis class S" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000087157" "ENST00000262764;ENST00000586325;ENST00000586510;ENST00000589425;ENST00000589689;ENST00000589426;ENST00000588169;ENST00000592043;ENST00000587356;ENST00000585521;ENST00000588281;ENST00000591996;ENST00000586019;ENST00000586355;ENST00000586880" "ENSP00000262764;ENSP00000475797;ENSP00000465278;ENSP00000465908;ENSP00000468431;ENSP00000467804;ENSP00000466219;ENSP00000465266;ENSP00000467569;ENSP00000467719" "Q32NB8" "PGS1" "9489" "phosphatidylglycerophosphate synthase 1" "DKFZP762M186" "" "" -"ENSG00000087253" "ENST00000262134;ENST00000566911;ENST00000564084;ENST00000566915;ENST00000563095;ENST00000566375;ENST00000565056;ENST00000562299" "ENSP00000262134;ENSP00000457496" "Q7L5N7" "LPCAT2" "54947" "lysophosphatidylcholine acyltransferase 2" "AGPAT11;AYTL1;FLJ20481;LysoPAFAT" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000087299" "ENST00000261699;ENST00000267436;ENST00000421284;ENST00000555423;ENST00000555610;ENST00000554191;ENST00000556393" "ENSP00000261699;ENSP00000267436;ENSP00000405559;ENSP00000450494;ENSP00000452483;ENSP00000451194" "Q9H9P8" "L2HGDH" "79944" "L-2-hydroxyglutarate dehydrogenase" "C14orf160;FLJ12618" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000087470" "ENST00000452533;ENST00000414834;ENST00000553257;ENST00000358214;ENST00000548671;ENST00000549701;ENST00000266481;ENST00000550011;ENST00000551076;ENST00000551643;ENST00000551476;ENST00000550154;ENST00000547932;ENST00000434676;ENST00000413295;ENST00000547312;ENST00000546649;ENST00000381000;ENST00000548750;ENST00000549926;ENST00000546757;ENST00000547719;ENST00000547548;ENST00000550093;ENST00000547078;ENST00000548151;ENST00000552743;ENST00000549157;ENST00000547640;ENST00000553031" "ENSP00000415131;ENSP00000404160;ENSP00000449089;ENSP00000350948;ENSP00000450399;ENSP00000266481;ENSP00000450401;ENSP00000447845;ENSP00000447013;ENSP00000390090;ENSP00000396030;ENSP00000448610;ENSP00000448936;ENSP00000370388;ENSP00000447788;ENSP00000448105;ENSP00000448802" "O00429" "DNM1L" "10059" "dynamin 1 like" "DRP1;DVLP;DYMPLE;HDYNIV;VPS1" "Endoplasmic reticulum;Peroxisome;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000087253" "ENST00000262134;ENST00000566911;ENST00000564084;ENST00000566915;ENST00000563095;ENST00000566375;ENST00000565056;ENST00000562299" "ENSP00000262134;ENSP00000457496" "Q7L5N7" "LPCAT2" "54947" "lysophosphatidylcholine acyltransferase 2" "AGPAT11;AYTL1;FLJ20481;LysoPAFAT" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000087299" "ENST00000261699;ENST00000267436;ENST00000421284;ENST00000555423;ENST00000555610;ENST00000554191;ENST00000556393" "ENSP00000261699;ENSP00000267436;ENSP00000405559;ENSP00000450494;ENSP00000452483;ENSP00000451194" "Q9H9P8" "L2HGDH" "79944" "L-2-hydroxyglutarate dehydrogenase" "C14orf160;FLJ12618" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000087470" "ENST00000452533;ENST00000414834;ENST00000553257;ENST00000358214;ENST00000548671;ENST00000549701;ENST00000266481;ENST00000550011;ENST00000551076;ENST00000551643;ENST00000551476;ENST00000550154;ENST00000547932;ENST00000434676;ENST00000413295;ENST00000547312;ENST00000546649;ENST00000381000;ENST00000548750;ENST00000549926;ENST00000546757;ENST00000547719;ENST00000547548;ENST00000550093;ENST00000547078;ENST00000548151;ENST00000552743;ENST00000549157;ENST00000547640;ENST00000553031" "ENSP00000415131;ENSP00000404160;ENSP00000449089;ENSP00000350948;ENSP00000450399;ENSP00000266481;ENSP00000450401;ENSP00000447845;ENSP00000447013;ENSP00000390090;ENSP00000396030;ENSP00000448610;ENSP00000448936;ENSP00000370388;ENSP00000447788;ENSP00000448105;ENSP00000448802" "O00429" "DNM1L" "10059" "dynamin 1 like" "DRP1;DVLP;DYMPLE;HDYNIV;VPS1" "Endoplasmic reticulum;Peroxisome;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000087995" "ENST00000333483;ENST00000616852;ENST00000311506;ENST00000582027" "ENSP00000479905;ENSP00000309610" "Q96IZ6" "METTL2A" "339175" "methyltransferase like 2A" "FLJ12760;METTL2" "Cytosol" "SwissProt" -"ENSG00000088002" "ENST00000201586;ENST00000323090;ENST00000594274;ENST00000597923" "ENSP00000201586;ENSP00000312880" "O00204" "SULT2B1" "6820" "sulfotransferase family 2B member 1" "HSST2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000088035" "ENST00000647818;ENST00000603108;ENST00000648964;ENST00000650469;ENST00000650494;ENST00000263440;ENST00000649570;ENST00000487136;ENST00000650331;ENST00000465969;ENST00000462390;ENST00000494765" "ENSP00000497667;ENSP00000473934;ENSP00000497828;ENSP00000497170;ENSP00000263440;ENSP00000497742;ENSP00000473328" "Q9Y672" "ALG6" "29929" "ALG6 alpha-1,3-glucosyltransferase" "" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000088305" "ENST00000328111;ENST00000348286;ENST00000353855;ENST00000443239;ENST00000456297;ENST00000201963" "ENSP00000328547;ENSP00000337764;ENSP00000313397;ENSP00000403169;ENSP00000412305;ENSP00000201963" "Q9UBC3" "DNMT3B" "1789" "DNA methyltransferase 3 beta" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000088002" "ENST00000201586;ENST00000323090;ENST00000594274;ENST00000597923" "ENSP00000201586;ENSP00000312880" "O00204" "SULT2B1" "6820" "sulfotransferase family 2B member 1" "HSST2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000088035" "ENST00000647818;ENST00000603108;ENST00000648964;ENST00000650469;ENST00000650494;ENST00000263440;ENST00000649570;ENST00000487136;ENST00000650331;ENST00000465969;ENST00000462390;ENST00000494765" "ENSP00000497667;ENSP00000473934;ENSP00000497828;ENSP00000497170;ENSP00000263440;ENSP00000497742;ENSP00000473328" "Q9Y672" "ALG6" "29929" "ALG6 alpha-1,3-glucosyltransferase" "" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000088305" "ENST00000328111;ENST00000348286;ENST00000353855;ENST00000443239;ENST00000456297;ENST00000201963" "ENSP00000328547;ENSP00000337764;ENSP00000313397;ENSP00000403169;ENSP00000412305;ENSP00000201963" "Q9UBC3" "DNMT3B" "1789" "DNA methyltransferase 3 beta" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000088386" "ENST00000376503;ENST00000376494" "ENSP00000365686" "P46059" "SLC15A1" "6564" "solute carrier family 15 member 1" "HPECT1;HPEPT1;PEPT1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000088451" "ENST00000261296;ENST00000498294;ENST00000470480" "ENSP00000261296" "O95455" "TGDS" "23483" "TDP-glucose 4,6-dehydratase" "SDR2E1;TDPGD" "Cytosol;Nucleus" "CellAtlas" "ENSG00000088766" "ENST00000378863;ENST00000378868;ENST00000609154;ENST00000489345;ENST00000464921;ENST00000478846;ENST00000452938" "ENSP00000368140;ENSP00000368145;ENSP00000416770" "Q9UJA2" "CRLS1" "54675" "cardiolipin synthase 1" "C20orf155;CLS1;dJ967N21.6;GCD10" "Inner mitochondria" "SwissProt" -"ENSG00000088826" "ENST00000493223;ENST00000339123;ENST00000305958;ENST00000278795;ENST00000484515;ENST00000346595;ENST00000379460;ENST00000457205;ENST00000494098;ENST00000486998;ENST00000466004;ENST00000621355" "ENSP00000344595;ENSP00000307252;ENSP00000278795;ENSP00000341775;ENSP00000368773;ENSP00000407269;ENSP00000478305" "Q9NWM0" "SMOX" "54498" "spermine oxidase" "C20orf16;dJ779E11.1;FLJ20746;MGC1010;PAO;PAOh1;SMO" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000088826" "ENST00000493223;ENST00000339123;ENST00000305958;ENST00000278795;ENST00000484515;ENST00000346595;ENST00000379460;ENST00000457205;ENST00000494098;ENST00000486998;ENST00000466004;ENST00000621355" "ENSP00000344595;ENSP00000307252;ENSP00000278795;ENSP00000341775;ENSP00000368773;ENSP00000407269;ENSP00000478305" "Q9NWM0" "SMOX" "54498" "spermine oxidase" "C20orf16;dJ779E11.1;FLJ20746;MGC1010;PAO;PAOh1;SMO" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000088832" "ENST00000677937;ENST00000400137;ENST00000618612;ENST00000439640;ENST00000460490;ENST00000678136;ENST00000474657;ENST00000677335;ENST00000381719;ENST00000678408;ENST00000381724;ENST00000381715;ENST00000612074;ENST00000678325;ENST00000474726;ENST00000677078;ENST00000677533;ENST00000679195;ENST00000614856" "ENSP00000383003;ENSP00000478093;ENSP00000409863;ENSP00000503279;ENSP00000503033;ENSP00000371138;ENSP00000503152;ENSP00000371143;ENSP00000371134;ENSP00000480846;ENSP00000503592;ENSP00000482758" "P62942" "FKBP1A" "2280" "FKBP prolyl isomerase 1A" "FKBP-12;FKBP1;FKBP12;FKBP12C;PKC12;PPIASE" "Cytosol" "SwissProt" "ENSG00000089057" "ENST00000338244;ENST00000379333;ENST00000423430;ENST00000468355;ENST00000496331" "ENSP00000344322;ENSP00000368637;ENSP00000396364" "Q9UGH3" "SLC23A2" "9962" "solute carrier family 23 member 2" "KIAA0238;SLC23A1;SVCT2;YSPL2" "Golgi apparatus" "CellAtlas" "ENSG00000089060" "ENST00000552014;ENST00000202831;ENST00000680972;ENST00000552565;ENST00000550672;ENST00000550047;ENST00000549069;ENST00000546737;ENST00000553238;ENST00000551230;ENST00000548477;ENST00000549181;ENST00000549605;ENST00000552613;ENST00000548186;ENST00000549372;ENST00000548518" "ENSP00000447091;ENSP00000202831;ENSP00000506377;ENSP00000448758;ENSP00000447585;ENSP00000449519;ENSP00000450081;ENSP00000448703;ENSP00000448749;ENSP00000447502;ENSP00000449448;ENSP00000447972" "Q6J4K2" "SLC8B1" "80024" "solute carrier family 8 member B1" "FLJ22233;NCKX6;NCLX;SLC24A6" "Inner mitochondria" "SwissProt" -"ENSG00000089234" "ENST00000419234;ENST00000327551;ENST00000547043" "ENSP00000403524;ENSP00000330813" "Q7Z569" "BRAP" "8315" "BRCA1 associated protein" "BRAP2;IMP;RNF52" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000089234" "ENST00000419234;ENST00000327551;ENST00000547043" "ENSP00000403524;ENSP00000330813" "Q7Z569" "BRAP" "8315" "BRCA1 associated protein" "BRAP2;IMP;RNF52" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000089250" "ENST00000317775;ENST00000338101;ENST00000549189;ENST00000477584;ENST00000618760;ENST00000344089" "ENSP00000320758;ENSP00000337459;ENSP00000477999;ENSP00000339862" "P29475" "NOS1" "4842" "nitric oxide synthase 1" "nNOS;NOS" "Nucleus" "CellAtlas" "ENSG00000089472" "ENST00000519389;ENST00000683049;ENST00000458621;ENST00000684042;ENST00000343002;ENST00000336279;ENST00000429547;ENST00000441993;ENST00000419594;ENST00000682362;ENST00000682927;ENST00000425114;ENST00000683420;ENST00000684071;ENST00000684625;ENST00000684603;ENST00000471121" "ENSP00000430620;ENSP00000507032;ENSP00000396907;ENSP00000507110;ENSP00000343939;ENSP00000337418;ENSP00000392319;ENSP00000411687;ENSP00000413211;ENSP00000507411;ENSP00000507905;ENSP00000398078;ENSP00000507338;ENSP00000507800" "Q9BQS7" "HEPH" "9843" "hephaestin" "CPL;KIAA0698" "" "" -"ENSG00000089597" "ENST00000532402;ENST00000346178;ENST00000356638;ENST00000540933;ENST00000648273;ENST00000528503;ENST00000534779;ENST00000531563;ENST00000526732;ENST00000534422;ENST00000534613;ENST00000525994;ENST00000524437;ENST00000526210;ENST00000526392;ENST00000529737;ENST00000534419" "ENSP00000432181;ENSP00000340466;ENSP00000349053;ENSP00000442962;ENSP00000497655;ENSP00000435306;ENSP00000434921;ENSP00000434805;ENSP00000433799;ENSP00000432593" "Q14697" "GANAB" "23193" "glucosidase II alpha subunit" "G2AN;GIIA;GluII;KIAA0088" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000090013" "ENST00000643519;ENST00000595483;ENST00000263368;ENST00000643596;ENST00000601346;ENST00000597870" "ENSP00000494515;ENSP00000471720;ENSP00000263368;ENSP00000496337;ENSP00000470619" "P30043" "BLVRB" "645" "biliverdin reductase B" "FLR;SDR43U1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000089597" "ENST00000532402;ENST00000346178;ENST00000356638;ENST00000540933;ENST00000648273;ENST00000528503;ENST00000534779;ENST00000531563;ENST00000526732;ENST00000534422;ENST00000534613;ENST00000525994;ENST00000524437;ENST00000526210;ENST00000526392;ENST00000529737;ENST00000534419" "ENSP00000432181;ENSP00000340466;ENSP00000349053;ENSP00000442962;ENSP00000497655;ENSP00000435306;ENSP00000434921;ENSP00000434805;ENSP00000433799;ENSP00000432593" "Q14697" "GANAB" "23193" "glucosidase II alpha subunit" "G2AN;GIIA;GluII;KIAA0088" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000090013" "ENST00000643519;ENST00000595483;ENST00000263368;ENST00000643596;ENST00000601346;ENST00000597870" "ENSP00000494515;ENSP00000471720;ENSP00000263368;ENSP00000496337;ENSP00000470619" "P30043" "BLVRB" "645" "biliverdin reductase B" "FLR;SDR43U1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000090020" "ENST00000374089;ENST00000263980;ENST00000490329;ENST00000447808;ENST00000374086;ENST00000374084" "ENSP00000263980;ENSP00000363199;ENSP00000363197" "P19634" "SLC9A1" "6548" "solute carrier family 9 member A1" "APNH;NHE1;PPP1R143" "Endoplasmic reticulum" "SwissProt" -"ENSG00000090054" "ENST00000643599;ENST00000642671;ENST00000646481;ENST00000646534;ENST00000262554;ENST00000644140;ENST00000469778;ENST00000482632;ENST00000337841;ENST00000477888;ENST00000488921;ENST00000461132" "ENSP00000494770;ENSP00000495764;ENSP00000496627;ENSP00000495388;ENSP00000262554;ENSP00000493933;ENSP00000337635" "O15269" "SPTLC1" "10558" "serine palmitoyltransferase long chain base subunit 1" "hLCB1;HSAN1;HSN1;LCB1;SPTI" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000090060" "ENST00000554887;ENST00000216277;ENST00000618976;ENST00000553357;ENST00000553689;ENST00000557320;ENST00000554130;ENST00000557471;ENST00000556619;ENST00000392990;ENST00000555626;ENST00000556248;ENST00000557406;ENST00000555224;ENST00000555912;ENST00000553461;ENST00000555131;ENST00000555021;ENST00000554666;ENST00000556787;ENST00000555701;ENST00000556283;ENST00000554135;ENST00000556459;ENST00000553940;ENST00000555508" "ENSP00000216277;ENSP00000451600;ENSP00000450437;ENSP00000450812;ENSP00000451267;ENSP00000376716;ENSP00000450564;ENSP00000451757" "P51003" "PAPOLA" "10914" "poly(A) polymerase alpha" "PAP" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000090266" "ENST00000482954;ENST00000476279;ENST00000461457;ENST00000465506;ENST00000247866;ENST00000464564;ENST00000476181;ENST00000464566;ENST00000460088;ENST00000472695;ENST00000476470;ENST00000471136;ENST00000462847;ENST00000475276;ENST00000479181" "ENSP00000419392;ENSP00000419087;ENSP00000420062;ENSP00000419357;ENSP00000247866;ENSP00000418347;ENSP00000419479;ENSP00000418953;ENSP00000418573;ENSP00000420377;ENSP00000419983;ENSP00000418981" "O95178" "NDUFB2" "4708" "NADH:ubiquinone oxidoreductase subunit B2" "AGGG;CI-AGGG" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000090054" "ENST00000643599;ENST00000642671;ENST00000646481;ENST00000646534;ENST00000262554;ENST00000644140;ENST00000469778;ENST00000482632;ENST00000337841;ENST00000477888;ENST00000488921;ENST00000461132" "ENSP00000494770;ENSP00000495764;ENSP00000496627;ENSP00000495388;ENSP00000262554;ENSP00000493933;ENSP00000337635" "O15269" "SPTLC1" "10558" "serine palmitoyltransferase long chain base subunit 1" "hLCB1;HSAN1;HSN1;LCB1;SPTI" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000090060" "ENST00000554887;ENST00000216277;ENST00000618976;ENST00000553357;ENST00000553689;ENST00000557320;ENST00000554130;ENST00000557471;ENST00000556619;ENST00000392990;ENST00000555626;ENST00000556248;ENST00000557406;ENST00000555224;ENST00000555912;ENST00000553461;ENST00000555131;ENST00000555021;ENST00000554666;ENST00000556787;ENST00000555701;ENST00000556283;ENST00000554135;ENST00000556459;ENST00000553940;ENST00000555508" "ENSP00000216277;ENSP00000451600;ENSP00000450437;ENSP00000450812;ENSP00000451267;ENSP00000376716;ENSP00000450564;ENSP00000451757" "P51003" "PAPOLA" "10914" "poly(A) polymerase alpha" "PAP" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000090266" "ENST00000482954;ENST00000476279;ENST00000461457;ENST00000465506;ENST00000247866;ENST00000464564;ENST00000476181;ENST00000464566;ENST00000460088;ENST00000472695;ENST00000476470;ENST00000471136;ENST00000462847;ENST00000475276;ENST00000479181" "ENSP00000419392;ENSP00000419087;ENSP00000420062;ENSP00000419357;ENSP00000247866;ENSP00000418347;ENSP00000419479;ENSP00000418953;ENSP00000418573;ENSP00000420377;ENSP00000419983;ENSP00000418981" "O95178" "NDUFB2" "4708" "NADH:ubiquinone oxidoreductase subunit B2" "AGGG;CI-AGGG" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000090402" "ENST00000264382;ENST00000476593;ENST00000463607" "ENSP00000264382;ENSP00000419450" "P14410" "SI" "6476" "sucrase-isomaltase" "" "" "" -"ENSG00000090432" "ENST00000264198" "ENSP00000264198" "Q969V5" "MUL1" "79594" "mitochondrial E3 ubiquitin protein ligase 1" "C1orf166;FLJ12875;GIDE;MAPL;MULAN;RNF218" "Peroxisome;Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000090661" "ENST00000561008;ENST00000558268;ENST00000558331;ENST00000561053;ENST00000559490;ENST00000559450;ENST00000251363;ENST00000559336;ENST00000600912;ENST00000595722;ENST00000558501;ENST00000560412;ENST00000558877;ENST00000557925;ENST00000558302;ENST00000599275" "ENSP00000453796;ENSP00000453388;ENSP00000452753;ENSP00000452910;ENSP00000453509;ENSP00000251363;ENSP00000453815;ENSP00000452920;ENSP00000454122" "Q9HA82" "CERS4" "79603" "ceramide synthase 4" "FLJ12089;LASS4;Trh1" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000090686" "ENST00000308271;ENST00000374732;ENST00000479177;ENST00000529637;ENST00000464577;ENST00000471752;ENST00000487880;ENST00000526044;ENST00000534705;ENST00000421625;ENST00000374730;ENST00000527823;ENST00000532737;ENST00000489108;ENST00000400301" "ENSP00000309262;ENSP00000363864;ENSP00000431949;ENSP00000431832;ENSP00000435604;ENSP00000406256;ENSP00000363862;ENSP00000434073;ENSP00000435612;ENSP00000383157" "Q86UV5" "USP48" "84196" "ubiquitin specific peptidase 48" "FLJ11328;FLJ20103;FLJ23054;FLJ23277;MGC14879;USP31" "Nucleus;Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000090432" "ENST00000264198" "ENSP00000264198" "Q969V5" "MUL1" "79594" "mitochondrial E3 ubiquitin protein ligase 1" "C1orf166;FLJ12875;GIDE;MAPL;MULAN;RNF218" "Peroxisome;Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000090661" "ENST00000561008;ENST00000558268;ENST00000558331;ENST00000561053;ENST00000559490;ENST00000559450;ENST00000251363;ENST00000559336;ENST00000600912;ENST00000595722;ENST00000558501;ENST00000560412;ENST00000558877;ENST00000557925;ENST00000558302;ENST00000599275" "ENSP00000453796;ENSP00000453388;ENSP00000452753;ENSP00000452910;ENSP00000453509;ENSP00000251363;ENSP00000453815;ENSP00000452920;ENSP00000454122" "Q9HA82" "CERS4" "79603" "ceramide synthase 4" "FLJ12089;LASS4;Trh1" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000090686" "ENST00000308271;ENST00000374732;ENST00000479177;ENST00000529637;ENST00000464577;ENST00000471752;ENST00000487880;ENST00000526044;ENST00000534705;ENST00000421625;ENST00000374730;ENST00000527823;ENST00000532737;ENST00000489108;ENST00000400301" "ENSP00000309262;ENSP00000363864;ENSP00000431949;ENSP00000431832;ENSP00000435604;ENSP00000406256;ENSP00000363862;ENSP00000434073;ENSP00000435612;ENSP00000383157" "Q86UV5" "USP48" "84196" "ubiquitin specific peptidase 48" "FLJ11328;FLJ20103;FLJ23054;FLJ23277;MGC14879;USP31" "Nucleus;Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000090857" "ENST00000288050;ENST00000561920;ENST00000398122;ENST00000568530;ENST00000565186;ENST00000562100;ENST00000569042;ENST00000563930;ENST00000567046;ENST00000564563;ENST00000567896" "ENSP00000288050;ENSP00000381190;ENSP00000457916;ENSP00000455764;ENSP00000457636;ENSP00000457961;ENSP00000456959;ENSP00000456385;ENSP00000457484" "Q8NCN5" "PDPR" "55066" "pyruvate dehydrogenase phosphatase regulatory subunit" "PDP3" "Mitochondria" "CellAtlas" -"ENSG00000090861" "ENST00000675643;ENST00000674963;ENST00000675917;ENST00000674691;ENST00000261772;ENST00000675270;ENST00000676004;ENST00000676211;ENST00000676040;ENST00000675953;ENST00000675691;ENST00000676209;ENST00000675569;ENST00000674652;ENST00000675133;ENST00000675120;ENST00000674811;ENST00000674512;ENST00000675403;ENST00000676212;ENST00000675045;ENST00000675035;ENST00000676168;ENST00000675588;ENST00000675853;ENST00000565361;ENST00000569825;ENST00000675751;ENST00000674768;ENST00000675297;ENST00000674848;ENST00000674962;ENST00000675371;ENST00000675986;ENST00000676247;ENST00000676065;ENST00000564359;ENST00000567490;ENST00000569790;ENST00000566969;ENST00000675338;ENST00000675155" "ENSP00000502797;ENSP00000501924;ENSP00000502247;ENSP00000261772;ENSP00000502765;ENSP00000502726;ENSP00000502108;ENSP00000502321;ENSP00000502196;ENSP00000502052;ENSP00000502534;ENSP00000502620;ENSP00000502230;ENSP00000502823;ENSP00000502055;ENSP00000501613;ENSP00000501853;ENSP00000502014;ENSP00000502712;ENSP00000502479;ENSP00000502367;ENSP00000455360;ENSP00000502277;ENSP00000501679;ENSP00000502753;ENSP00000502645;ENSP00000502699" "P49588" "AARS1" "16" "alanyl-tRNA synthetase 1" "AARS;AlaRS;CMT2N" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000090861" "ENST00000675643;ENST00000674963;ENST00000675917;ENST00000674691;ENST00000261772;ENST00000675270;ENST00000676004;ENST00000676211;ENST00000676040;ENST00000675953;ENST00000675691;ENST00000676209;ENST00000675569;ENST00000674652;ENST00000675133;ENST00000675120;ENST00000674811;ENST00000674512;ENST00000675403;ENST00000676212;ENST00000675045;ENST00000675035;ENST00000676168;ENST00000675588;ENST00000675853;ENST00000565361;ENST00000569825;ENST00000675751;ENST00000674768;ENST00000675297;ENST00000674848;ENST00000674962;ENST00000675371;ENST00000675986;ENST00000676247;ENST00000676065;ENST00000564359;ENST00000567490;ENST00000569790;ENST00000566969;ENST00000675338;ENST00000675155" "ENSP00000502797;ENSP00000501924;ENSP00000502247;ENSP00000261772;ENSP00000502765;ENSP00000502726;ENSP00000502108;ENSP00000502321;ENSP00000502196;ENSP00000502052;ENSP00000502534;ENSP00000502620;ENSP00000502230;ENSP00000502823;ENSP00000502055;ENSP00000501613;ENSP00000501853;ENSP00000502014;ENSP00000502712;ENSP00000502479;ENSP00000502367;ENSP00000455360;ENSP00000502277;ENSP00000501679;ENSP00000502753;ENSP00000502645;ENSP00000502699" "P49588" "AARS1" "16" "alanyl-tRNA synthetase 1" "AARS;AlaRS;CMT2N" "Cytosol" "SwissProt;CellAtlas" "ENSG00000090971" "ENST00000205194;ENST00000591590;ENST00000592719;ENST00000587400;ENST00000588985" "ENSP00000205194;ENSP00000470543;ENSP00000472383;ENSP00000471807" "Q8WUY8" "NAT14" "57106" "N-acetyltransferase 14 (putative)" "KLP1" "Mitochondria" "CellAtlas" "ENSG00000091137" "ENST00000644269;ENST00000440056;ENST00000477350;ENST00000497446;ENST00000480841;ENST00000460748;ENST00000644846;ENST00000492030" "ENSP00000494017;ENSP00000394760;ENSP00000494344" "O43511" "SLC26A4" "5172" "solute carrier family 26 member 4" "DFNB4;PDS" "" "" "ENSG00000091138" "ENST00000379083;ENST00000340010;ENST00000469651;ENST00000468551;ENST00000453332" "ENSP00000368375;ENSP00000345873;ENSP00000395955" "P40879" "SLC26A3" "1811" "solute carrier family 26 member 3" "CLD;DRA" "" "" -"ENSG00000091140" "ENST00000485066;ENST00000415325;ENST00000417551;ENST00000639772;ENST00000440410;ENST00000437604;ENST00000205402;ENST00000453354;ENST00000450038;ENST00000451081;ENST00000460577;ENST00000494441;ENST00000478414;ENST00000489184" "ENSP00000402593;ENSP00000390667;ENSP00000492159;ENSP00000417016;ENSP00000387542;ENSP00000205402;ENSP00000409590;ENSP00000388077" "P09622" "DLD" "1738" "dihydrolipoamide dehydrogenase" "DLDH;E3;GCSL;LAD;OGDC-E3" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000091483" "ENST00000493477;ENST00000684161;ENST00000684483;ENST00000682162;ENST00000366560;ENST00000682567;ENST00000683521;ENST00000497042" "ENSP00000507894;ENSP00000508203;ENSP00000355518;ENSP00000506864" "P07954" "FH" "2271" "fumarate hydratase" "" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000091140" "ENST00000485066;ENST00000415325;ENST00000417551;ENST00000639772;ENST00000440410;ENST00000437604;ENST00000205402;ENST00000453354;ENST00000450038;ENST00000451081;ENST00000460577;ENST00000494441;ENST00000478414;ENST00000489184" "ENSP00000402593;ENSP00000390667;ENSP00000492159;ENSP00000417016;ENSP00000387542;ENSP00000205402;ENSP00000409590;ENSP00000388077" "P09622" "DLD" "1738" "dihydrolipoamide dehydrogenase" "DLDH;E3;GCSL;LAD;OGDC-E3" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000091483" "ENST00000493477;ENST00000684161;ENST00000684483;ENST00000682162;ENST00000366560;ENST00000682567;ENST00000683521;ENST00000497042" "ENSP00000507894;ENSP00000508203;ENSP00000355518;ENSP00000506864" "P07954" "FH" "2271" "fumarate hydratase" "" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000091664" "ENST00000263160;ENST00000534115;ENST00000648880" "ENSP00000263160" "Q9P2U8" "SLC17A6" "57084" "solute carrier family 17 member 6" "DNPI;VGLUT2" "" "" "ENSG00000091704" "ENST00000481342;ENST00000491460;ENST00000604896;ENST00000011292;ENST00000476062;ENST00000484324;ENST00000470838;ENST00000479106;ENST00000478096" "ENSP00000420218;ENSP00000475021;ENSP00000011292;ENSP00000419408;ENSP00000419497" "P15085" "CPA1" "1357" "carboxypeptidase A1" "CPA" "" "" -"ENSG00000092009" "ENST00000250378;ENST00000206446" "ENSP00000250378;ENSP00000206446" "P23946" "CMA1" "1215" "chymase 1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000092009" "ENST00000250378;ENST00000206446" "ENSP00000250378;ENSP00000206446" "P23946" "CMA1" "1215" "chymase 1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000092068" "ENST00000339733;ENST00000316902;ENST00000397310;ENST00000422941;ENST00000469263;ENST00000453702;ENST00000529705;ENST00000528860;ENST00000621729;ENST00000528806;ENST00000528186;ENST00000532568;ENST00000524758;ENST00000525062" "ENSP00000343949;ENSP00000320378;ENSP00000416398;ENSP00000435114;ENSP00000391577;ENSP00000434345;ENSP00000435865;ENSP00000480181;ENSP00000434352;ENSP00000436665" "Q9UHI5" "SLC7A8" "23428" "solute carrier family 7 member 8" "LAT2;LPI-PC1" "Cytosol" "SwissProt" -"ENSG00000092098" "ENST00000560875;ENST00000559308;ENST00000558634;ENST00000557878;ENST00000559533;ENST00000557991;ENST00000559438;ENST00000560071;ENST00000559275;ENST00000324103;ENST00000559882;ENST00000559260;ENST00000560342;ENST00000558907;ENST00000560787;ENST00000559583;ENST00000491351;ENST00000559071;ENST00000560754;ENST00000558452;ENST00000559449;ENST00000483895;ENST00000559719;ENST00000559491;ENST00000560631" "ENSP00000454032;ENSP00000453471;ENSP00000454048;ENSP00000453423;ENSP00000453948;ENSP00000453574;ENSP00000315112;ENSP00000453645;ENSP00000453601;ENSP00000452972;ENSP00000499015;ENSP00000453595;ENSP00000454140;ENSP00000453672;ENSP00000452820" "Q96EP0" "RNF31" "55072" "ring finger protein 31" "FLJ10111;FLJ23501;HOIP;Paul;ZIBRA" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000092098" "ENST00000560875;ENST00000559308;ENST00000558634;ENST00000557878;ENST00000559533;ENST00000557991;ENST00000559438;ENST00000560071;ENST00000559275;ENST00000324103;ENST00000559882;ENST00000559260;ENST00000560342;ENST00000558907;ENST00000560787;ENST00000559583;ENST00000491351;ENST00000559071;ENST00000560754;ENST00000558452;ENST00000559449;ENST00000483895;ENST00000559719;ENST00000559491;ENST00000560631" "ENSP00000454032;ENSP00000453471;ENSP00000454048;ENSP00000453423;ENSP00000453948;ENSP00000453574;ENSP00000315112;ENSP00000453645;ENSP00000453601;ENSP00000452972;ENSP00000499015;ENSP00000453595;ENSP00000454140;ENSP00000453672;ENSP00000452820" "Q96EP0" "RNF31" "55072" "ring finger protein 31" "FLJ10111;FLJ23501;HOIP;Paul;ZIBRA" "Cytosol" "SwissProt;CellAtlas" "ENSG00000092148" "ENST00000554882;ENST00000399332;ENST00000555843;ENST00000611816;ENST00000553700;ENST00000556281;ENST00000557695;ENST00000555311;ENST00000553957;ENST00000557321;ENST00000554027;ENST00000555915;ENST00000556004;ENST00000557369;ENST00000554850;ENST00000556224;ENST00000554471;ENST00000553616;ENST00000556474" "ENSP00000451260;ENSP00000382269;ENSP00000484981;ENSP00000450697;ENSP00000451860;ENSP00000450920;ENSP00000452233;ENSP00000452015;ENSP00000479695" "Q9ULT8" "HECTD1" "25831" "HECT domain E3 ubiquitin protein ligase 1" "KIAA1131" "Nucleus" "CellAtlas" "ENSG00000092295" "ENST00000206765;ENST00000544573;ENST00000559669;ENST00000559136;ENST00000558074;ENST00000560443;ENST00000560478;ENST00000560226;ENST00000561067" "ENSP00000206765;ENSP00000439446;ENSP00000453701;ENSP00000453337;ENSP00000453840;ENSP00000452822;ENSP00000453234;ENSP00000454070;ENSP00000452690" "P22735" "TGM1" "7051" "transglutaminase 1" "ICR2;LI;LI1;TGASE;TGK" "" "" "ENSG00000092529" "ENST00000349748;ENST00000397163;ENST00000357568;ENST00000638141;ENST00000673705;ENST00000673658;ENST00000673813;ENST00000397200;ENST00000569827;ENST00000673646;ENST00000567071;ENST00000673854;ENST00000674093;ENST00000569136;ENST00000673936;ENST00000673890;ENST00000674149;ENST00000673771;ENST00000337571;ENST00000673743;ENST00000673939;ENST00000674146;ENST00000674119;ENST00000674064;ENST00000673692;ENST00000565173;ENST00000674052;ENST00000561817;ENST00000674018;ENST00000397204;ENST00000673886;ENST00000674139;ENST00000673851;ENST00000673839;ENST00000673978;ENST00000673987;ENST00000673928;ENST00000674041;ENST00000565559;ENST00000673750;ENST00000674011;ENST00000674135;ENST00000674012;ENST00000565274;ENST00000674140;ENST00000564503;ENST00000673774;ENST00000673950;ENST00000466222;ENST00000673687;ENST00000674027;ENST00000674130;ENST00000562199;ENST00000673893;ENST00000673684;ENST00000568153;ENST00000567817;ENST00000356316;ENST00000318023" "ENSP00000183936;ENSP00000380349;ENSP00000350181;ENSP00000501021;ENSP00000380384;ENSP00000454379;ENSP00000501007;ENSP00000456607;ENSP00000501303;ENSP00000455254;ENSP00000501189;ENSP00000501293;ENSP00000501112;ENSP00000501023;ENSP00000336840;ENSP00000500989;ENSP00000501129;ENSP00000501175;ENSP00000501217;ENSP00000501138;ENSP00000501057;ENSP00000456575;ENSP00000501271;ENSP00000380387;ENSP00000501155;ENSP00000501054;ENSP00000501142;ENSP00000501188;ENSP00000500976;ENSP00000501231;ENSP00000501099;ENSP00000500956;ENSP00000457878;ENSP00000501173;ENSP00000501171;ENSP00000501178;ENSP00000457759;ENSP00000457898;ENSP00000501034;ENSP00000500987;ENSP00000454937;ENSP00000456514;ENSP00000348667;ENSP00000326281" "P20807" "CAPN3" "825" "calpain 3" "CANP3;LGMD2;LGMD2A;nCL-1;p94" "Cytosol;Nucleus" "SwissProt" "ENSG00000092621" "ENST00000641597;ENST00000493622;ENST00000641720;ENST00000642041;ENST00000641947;ENST00000641213;ENST00000641074;ENST00000496756;ENST00000641115;ENST00000642021;ENST00000641491;ENST00000369409;ENST00000641023;ENST00000641513;ENST00000641573;ENST00000641587;ENST00000641570;ENST00000641891;ENST00000641375;ENST00000462324;ENST00000641371;ENST00000641272;ENST00000641247;ENST00000641756;ENST00000641711;ENST00000641927;ENST00000641314;ENST00000369407;ENST00000641811;ENST00000641847;ENST00000641455;ENST00000469443;ENST00000641939;ENST00000482968" "ENSP00000493382;ENSP00000493433;ENSP00000492948;ENSP00000493415;ENSP00000492994;ENSP00000493079;ENSP00000493446;ENSP00000493264;ENSP00000493187;ENSP00000358417;ENSP00000493175;ENSP00000493398;ENSP00000493453;ENSP00000493213;ENSP00000493288;ENSP00000493089;ENSP00000493305;ENSP00000493432;ENSP00000492955;ENSP00000493147;ENSP00000493296" "O43175" "PHGDH" "26227" "phosphoglycerate dehydrogenase" "PDG;PGDH;SERA" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000092964" "ENST00000521913;ENST00000493789;ENST00000311151;ENST00000523027;ENST00000523690;ENST00000523093;ENST00000521983;ENST00000474808" "ENSP00000427985;ENSP00000427954;ENSP00000309539;ENSP00000431117" "Q16555" "DPYSL2" "1808" "dihydropyrimidinase like 2" "CRMP2;DHPRP2;DRP-2;DRP2" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000093000" "ENST00000347635;ENST00000407019;ENST00000424634;ENST00000417702;ENST00000497960;ENST00000461437;ENST00000434760;ENST00000430547;ENST00000484186;ENST00000445721;ENST00000493456;ENST00000396096;ENST00000461194;ENST00000432340;ENST00000419387;ENST00000422489;ENST00000486184;ENST00000491860;ENST00000469163" "ENSP00000345895;ENSP00000385555;ENSP00000415062;ENSP00000394450;ENSP00000388426;ENSP00000397960;ENSP00000398297;ENSP00000379403;ENSP00000400465;ENSP00000391987;ENSP00000416264" "Q9UKX7" "NUP50" "10762" "nucleoporin 50" "NPAP60L" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000093010" "ENST00000676678;ENST00000403184;ENST00000361682;ENST00000403710;ENST00000407537;ENST00000467943;ENST00000678868;ENST00000678769;ENST00000428707;ENST00000412786;ENST00000207636;ENST00000406520;ENST00000678255;ENST00000449653;ENST00000677397;ENST00000678240;ENST00000677675;ENST00000493893;ENST00000678945;ENST00000677564;ENST00000677470" "ENSP00000503719;ENSP00000383966;ENSP00000354511;ENSP00000385917;ENSP00000384654;ENSP00000503583;ENSP00000503289;ENSP00000387695;ENSP00000403958;ENSP00000207636;ENSP00000385150;ENSP00000504402;ENSP00000416778;ENSP00000503422" "P21964" "COMT" "1312" "catechol-O-methyltransferase" "" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000092964" "ENST00000521913;ENST00000493789;ENST00000311151;ENST00000523027;ENST00000523690;ENST00000523093;ENST00000521983;ENST00000474808" "ENSP00000427985;ENSP00000427954;ENSP00000309539;ENSP00000431117" "Q16555" "DPYSL2" "1808" "dihydropyrimidinase like 2" "CRMP2;DHPRP2;DRP-2;DRP2" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000093000" "ENST00000347635;ENST00000407019;ENST00000424634;ENST00000417702;ENST00000497960;ENST00000461437;ENST00000434760;ENST00000430547;ENST00000484186;ENST00000445721;ENST00000493456;ENST00000396096;ENST00000461194;ENST00000432340;ENST00000419387;ENST00000422489;ENST00000486184;ENST00000491860;ENST00000469163" "ENSP00000345895;ENSP00000385555;ENSP00000415062;ENSP00000394450;ENSP00000388426;ENSP00000397960;ENSP00000398297;ENSP00000379403;ENSP00000400465;ENSP00000391987;ENSP00000416264" "Q9UKX7" "NUP50" "10762" "nucleoporin 50" "NPAP60L" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000093010" "ENST00000676678;ENST00000403184;ENST00000361682;ENST00000403710;ENST00000407537;ENST00000467943;ENST00000678868;ENST00000678769;ENST00000428707;ENST00000412786;ENST00000207636;ENST00000406520;ENST00000678255;ENST00000449653;ENST00000677397;ENST00000678240;ENST00000677675;ENST00000493893;ENST00000678945;ENST00000677564;ENST00000677470" "ENSP00000503719;ENSP00000383966;ENSP00000354511;ENSP00000385917;ENSP00000384654;ENSP00000503583;ENSP00000503289;ENSP00000387695;ENSP00000403958;ENSP00000207636;ENSP00000385150;ENSP00000504402;ENSP00000416778;ENSP00000503422" "P21964" "COMT" "1312" "catechol-O-methyltransferase" "" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000093072" "ENST00000399837;ENST00000399839;ENST00000330232;ENST00000262607;ENST00000648668;ENST00000648061;ENST00000449907;ENST00000649540;ENST00000649915;ENST00000469063;ENST00000480276;ENST00000650635;ENST00000648343;ENST00000543038;ENST00000441548;ENST00000649310;ENST00000649746;ENST00000610390" "ENSP00000382731;ENSP00000382733;ENSP00000332871;ENSP00000262607;ENSP00000496894;ENSP00000406443;ENSP00000497469;ENSP00000497681;ENSP00000442482;ENSP00000392078;ENSP00000496839;ENSP00000497913;ENSP00000483418" "Q9NZK5" "ADA2" "51816" "adenosine deaminase 2" "ADGF;CECR1;IDGFL" "" "" "ENSG00000093217" "ENST00000427323;ENST00000207870;ENST00000650590;ENST00000424034;ENST00000649234;ENST00000487569;ENST00000472721" "ENSP00000412282;ENSP00000207870;ENSP00000496840;ENSP00000398845;ENSP00000497023" "O75191" "XYLB" "9942" "xylulokinase" "FLJ10343;FLJ12539" "Nucleus" "CellAtlas" -"ENSG00000094841" "ENST00000652605;ENST00000531704;ENST00000373383;ENST00000373379;ENST00000462237;ENST00000373373;ENST00000530743;ENST00000526850;ENST00000474175" "ENSP00000498525;ENSP00000362481;ENSP00000362477;ENSP00000433987;ENSP00000362471;ENSP00000434037" "Q96BW1" "UPRT" "139596" "uracil phosphoribosyltransferase homolog" "DKFZp781E1243;FUR1;MGC23937;RP11-311P8.3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000094914" "ENST00000548931;ENST00000552876;ENST00000549450;ENST00000394384;ENST00000209873;ENST00000550286;ENST00000547757;ENST00000546562;ENST00000547238;ENST00000672797;ENST00000547520;ENST00000552161;ENST00000548880;ENST00000550033;ENST00000672900;ENST00000546393;ENST00000546572;ENST00000547761;ENST00000549983;ENST00000549821;ENST00000548258;ENST00000551724" "ENSP00000457518;ENSP00000377908;ENSP00000209873;ENSP00000446885;ENSP00000448020" "Q9NRG9" "AAAS" "8086" "aladin WD repeat nucleoporin" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000094841" "ENST00000652605;ENST00000531704;ENST00000373383;ENST00000373379;ENST00000462237;ENST00000373373;ENST00000530743;ENST00000526850;ENST00000474175" "ENSP00000498525;ENSP00000362481;ENSP00000362477;ENSP00000433987;ENSP00000362471;ENSP00000434037" "Q96BW1" "UPRT" "139596" "uracil phosphoribosyltransferase homolog" "DKFZp781E1243;FUR1;MGC23937;RP11-311P8.3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000094914" "ENST00000548931;ENST00000552876;ENST00000549450;ENST00000394384;ENST00000209873;ENST00000550286;ENST00000547757;ENST00000546562;ENST00000547238;ENST00000672797;ENST00000547520;ENST00000552161;ENST00000548880;ENST00000550033;ENST00000672900;ENST00000546393;ENST00000546572;ENST00000547761;ENST00000549983;ENST00000549821;ENST00000548258;ENST00000551724" "ENSP00000457518;ENSP00000377908;ENSP00000209873;ENSP00000446885;ENSP00000448020" "Q9NRG9" "AAAS" "8086" "aladin WD repeat nucleoporin" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000094963" "ENST00000209929;ENST00000462643;ENST00000489354;ENST00000529935;ENST00000493513;ENST00000483192;ENST00000488431" "ENSP00000209929;ENSP00000487002;ENSP00000487216" "Q99518" "FMO2" "2327" "flavin containing dimethylaniline monoxygenase 2" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000095059" "ENST00000598246;ENST00000210060;ENST00000600639;ENST00000600864;ENST00000351660;ENST00000601639;ENST00000594424;ENST00000600510;ENST00000601537;ENST00000614126;ENST00000595844;ENST00000593400;ENST00000596847;ENST00000595912;ENST00000600451;ENST00000597152;ENST00000598850;ENST00000596162;ENST00000593432;ENST00000599481;ENST00000593423;ENST00000595100;ENST00000593473" "ENSP00000471466;ENSP00000210060;ENSP00000469366;ENSP00000472096;ENSP00000221303;ENSP00000472330;ENSP00000471886;ENSP00000472122;ENSP00000482709;ENSP00000468993;ENSP00000470754;ENSP00000472094;ENSP00000471280;ENSP00000472348;ENSP00000470188;ENSP00000468889" "P49366" "DHPS" "1725" "deoxyhypusine synthase" "MIG13" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000095139" "ENST00000392859;ENST00000359415;ENST00000534182;ENST00000264028;ENST00000614498" "ENSP00000376599;ENSP00000352385;ENSP00000431676;ENSP00000264028;ENSP00000482114" "P48444" "ARCN1" "372" "archain 1" "COPD" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000095303" "ENST00000643810;ENST00000540753;ENST00000645132;ENST00000362012;ENST00000647067;ENST00000619306;ENST00000426608;ENST00000223423;ENST00000643576;ENST00000373698" "ENSP00000494717;ENSP00000437709;ENSP00000354612;ENSP00000495728;ENSP00000483540;ENSP00000411606;ENSP00000223423;ENSP00000362802" "P23219" "PTGS1" "5742" "prostaglandin-endoperoxide synthase 1" "COX1;PGHS-1;PTGHS" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000095319" "ENST00000372577;ENST00000491990;ENST00000550219;ENST00000464729;ENST00000465344;ENST00000477069;ENST00000491502;ENST00000467044;ENST00000485158;ENST00000495726;ENST00000487952" "ENSP00000361658" "Q5SRE5" "NUP188" "23511" "nucleoporin 188" "KIAA0169" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000095321" "ENST00000680523;ENST00000318080;ENST00000679716;ENST00000681689;ENST00000455396;ENST00000681118;ENST00000679520;ENST00000681911;ENST00000681622;ENST00000680093;ENST00000681325;ENST00000681627;ENST00000681040;ENST00000680117;ENST00000458362;ENST00000467343;ENST00000681725;ENST00000464290;ENST00000415948;ENST00000441796;ENST00000393384;ENST00000455830" "ENSP00000315013;ENSP00000505435;ENSP00000395458;ENSP00000505259;ENSP00000506533;ENSP00000505897;ENSP00000506286;ENSP00000506574;ENSP00000506267;ENSP00000506678;ENSP00000505542;ENSP00000400367;ENSP00000505817;ENSP00000394420;ENSP00000404405;ENSP00000377045;ENSP00000390571" "P43155" "CRAT" "1384" "carnitine O-acetyltransferase" "CAT1" "Nucleus;Inner mitochondria;Peroxisome;Mitochondria;Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000095139" "ENST00000392859;ENST00000359415;ENST00000534182;ENST00000264028;ENST00000614498" "ENSP00000376599;ENSP00000352385;ENSP00000431676;ENSP00000264028;ENSP00000482114" "P48444" "ARCN1" "372" "archain 1" "COPD" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000095303" "ENST00000643810;ENST00000540753;ENST00000645132;ENST00000362012;ENST00000647067;ENST00000619306;ENST00000426608;ENST00000223423;ENST00000643576;ENST00000373698" "ENSP00000494717;ENSP00000437709;ENSP00000354612;ENSP00000495728;ENSP00000483540;ENSP00000411606;ENSP00000223423;ENSP00000362802" "P23219" "PTGS1" "5742" "prostaglandin-endoperoxide synthase 1" "COX1;PGHS-1;PTGHS" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000095319" "ENST00000372577;ENST00000491990;ENST00000550219;ENST00000464729;ENST00000465344;ENST00000477069;ENST00000491502;ENST00000467044;ENST00000485158;ENST00000495726;ENST00000487952" "ENSP00000361658" "Q5SRE5" "NUP188" "23511" "nucleoporin 188" "KIAA0169" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000095321" "ENST00000680523;ENST00000318080;ENST00000679716;ENST00000681689;ENST00000455396;ENST00000681118;ENST00000679520;ENST00000681911;ENST00000681622;ENST00000680093;ENST00000681325;ENST00000681627;ENST00000681040;ENST00000680117;ENST00000458362;ENST00000467343;ENST00000681725;ENST00000464290;ENST00000415948;ENST00000441796;ENST00000393384;ENST00000455830" "ENSP00000315013;ENSP00000505435;ENSP00000395458;ENSP00000505259;ENSP00000506533;ENSP00000505897;ENSP00000506286;ENSP00000506574;ENSP00000506267;ENSP00000506678;ENSP00000505542;ENSP00000400367;ENSP00000505817;ENSP00000394420;ENSP00000404405;ENSP00000377045;ENSP00000390571" "P43155" "CRAT" "1384" "carnitine O-acetyltransferase" "CAT1" "Nucleus;Inner mitochondria;Peroxisome;Mitochondria;Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000095380" "ENST00000210444;ENST00000495319;ENST00000480925;ENST00000461452;ENST00000415280;ENST00000427646" "ENSP00000210444;ENSP00000404107;ENSP00000404642" "Q9NR45" "NANS" "54187" "N-acetylneuraminate synthase" "SAS" "Nucleus" "CellAtlas" "ENSG00000095464" "ENST00000371447;ENST00000475427" "ENSP00000360502" "P51160" "PDE6C" "5146" "phosphodiesterase 6C" "ACHM5;COD4;PDEA2" "Cytosol" "SwissProt" "ENSG00000095596" "ENST00000371531;ENST00000224356;ENST00000622925;ENST00000624589;ENST00000623162;ENST00000625202" "ENSP00000360586;ENSP00000224356;ENSP00000485126" "O43174" "CYP26A1" "1592" "cytochrome P450 family 26 subfamily A member 1" "CP26;CYP26;P450RAI;P450RAI1" "Endoplasmic reticulum" "SwissProt" "ENSG00000095917" "ENST00000397534;ENST00000211076" "ENSP00000380668;ENSP00000211076" "Q9BZJ3" "TPSD1" "23430" "tryptase delta 1" "" "" "" "ENSG00000096006" "ENST00000263045;ENST00000371159;ENST00000354620;ENST00000433368" "ENSP00000263045;ENSP00000360201;ENSP00000346636;ENSP00000389026" "P54108" "CRISP3" "10321" "cysteine rich secretory protein 3" "Aeg2;CRISP-3;CRS3;dJ442L6.3;SGP28" "" "" -"ENSG00000096060" "ENST00000357266;ENST00000536438;ENST00000539068;ENST00000542713" "ENSP00000349811;ENSP00000444810;ENSP00000441205;ENSP00000442340" "Q13451" "FKBP5" "2289" "FKBP prolyl isomerase 5" "FKBP51;FKBP54;P54;PPIase;Ptg-10" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000096717" "ENST00000212015;ENST00000497639;ENST00000432464;ENST00000473922;ENST00000406900;ENST00000403579" "ENSP00000212015;ENSP00000409208;ENSP00000384508;ENSP00000384063" "Q96EB6" "SIRT1" "23411" "sirtuin 1" "SIR2L1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000097021" "ENST00000608083;ENST00000377842;ENST00000377845;ENST00000377855;ENST00000377860;ENST00000418124;ENST00000361521;ENST00000473466;ENST00000481175;ENST00000545482" "ENSP00000476610;ENSP00000367073;ENSP00000367076;ENSP00000367086;ENSP00000367091;ENSP00000402532;ENSP00000354615;ENSP00000465719;ENSP00000439218" "O00154" "ACOT7" "11332" "acyl-CoA thioesterase 7" "ACH1;ACT;BACH;CTE-II;hBACH;LACH1;MGC1126" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000097033" "ENST00000370558;ENST00000482504;ENST00000602603;ENST00000616170;ENST00000535010" "ENSP00000473267;ENSP00000418744;ENSP00000479919;ENSP00000441355" "Q9Y371" "SH3GLB1" "51100" "SH3 domain containing GRB2 like, endophilin B1" "Bif-1;CGI-61;KIAA0491;PPP1R70" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000099194" "ENST00000370355" "ENSP00000359380" "O00767" "SCD" "6319" "stearoyl-CoA desaturase" "FADS5;SCDOS" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000096060" "ENST00000357266;ENST00000536438;ENST00000539068;ENST00000542713" "ENSP00000349811;ENSP00000444810;ENSP00000441205;ENSP00000442340" "Q13451" "FKBP5" "2289" "FKBP prolyl isomerase 5" "FKBP51;FKBP54;P54;PPIase;Ptg-10" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000096717" "ENST00000212015;ENST00000497639;ENST00000432464;ENST00000473922;ENST00000406900;ENST00000403579" "ENSP00000212015;ENSP00000409208;ENSP00000384508;ENSP00000384063" "Q96EB6" "SIRT1" "23411" "sirtuin 1" "SIR2L1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000097021" "ENST00000608083;ENST00000377842;ENST00000377845;ENST00000377855;ENST00000377860;ENST00000418124;ENST00000361521;ENST00000473466;ENST00000481175;ENST00000545482" "ENSP00000476610;ENSP00000367073;ENSP00000367076;ENSP00000367086;ENSP00000367091;ENSP00000402532;ENSP00000354615;ENSP00000465719;ENSP00000439218" "O00154" "ACOT7" "11332" "acyl-CoA thioesterase 7" "ACH1;ACT;BACH;CTE-II;hBACH;LACH1;MGC1126" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000097033" "ENST00000370558;ENST00000482504;ENST00000602603;ENST00000616170;ENST00000535010" "ENSP00000473267;ENSP00000418744;ENSP00000479919;ENSP00000441355" "Q9Y371" "SH3GLB1" "51100" "SH3 domain containing GRB2 like, endophilin B1" "Bif-1;CGI-61;KIAA0491;PPP1R70" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000099194" "ENST00000370355" "ENSP00000359380" "O00767" "SCD" "6319" "stearoyl-CoA desaturase" "FADS5;SCDOS" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000099377" "ENST00000262520;ENST00000297679;ENST00000562932;ENST00000574447" "ENSP00000262520;ENSP00000297679;ENSP00000459852;ENSP00000459689" "Q9H2F3" "HSD3B7" "80270" "hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7" "C(27)-3BETA-HSD;SDR11E3" "Endoplasmic reticulum" "SwissProt" -"ENSG00000099381" "ENST00000262519;ENST00000682768;ENST00000684162;ENST00000452917;ENST00000640410" "ENSP00000262519;ENSP00000508271;ENSP00000507683;ENSP00000391408" "O15047" "SETD1A" "9739" "SET domain containing 1A, histone lysine methyltransferase" "KIAA0339;KMT2F;Set1;SET1A" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000099381" "ENST00000262519;ENST00000682768;ENST00000684162;ENST00000452917;ENST00000640410" "ENSP00000262519;ENSP00000508271;ENSP00000507683;ENSP00000391408" "O15047" "SETD1A" "9739" "SET domain containing 1A, histone lysine methyltransferase" "KIAA0339;KMT2F;Set1;SET1A" "Nucleus" "SwissProt;CellAtlas" "ENSG00000099624" "ENST00000395633;ENST00000215375;ENST00000592624;ENST00000590265;ENST00000588538;ENST00000591660;ENST00000591249;ENST00000589478;ENST00000614837" "ENSP00000378995;ENSP00000215375;ENSP00000464863;ENSP00000477964" "P30049" "ATP5F1D" "513" "ATP synthase F1 subunit delta" "ATP5D" "Inner mitochondria" "SwissProt" -"ENSG00000099785" "ENST00000381035;ENST00000595142;ENST00000601724;ENST00000215555;ENST00000601283;ENST00000595213;ENST00000602117;ENST00000594796" "ENSP00000370423;ENSP00000472027;ENSP00000471619;ENSP00000215555;ENSP00000469386;ENSP00000471411;ENSP00000471536" "Q9P0N8" "MARCHF2" "51257" "membrane associated ring-CH-type finger 2" "HSPC240;MARCH-II;MARCH2;RNF172" "Endoplasmic reticulum;Golgi apparatus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000099785" "ENST00000381035;ENST00000595142;ENST00000601724;ENST00000215555;ENST00000601283;ENST00000595213;ENST00000602117;ENST00000594796" "ENSP00000370423;ENSP00000472027;ENSP00000471619;ENSP00000215555;ENSP00000469386;ENSP00000471411;ENSP00000471536" "Q9P0N8" "MARCHF2" "51257" "membrane associated ring-CH-type finger 2" "HSPC240;MARCH-II;MARCH2;RNF172" "Endoplasmic reticulum;Golgi apparatus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000099795" "ENST00000593353;ENST00000215565" "ENSP00000473120;ENSP00000215565" "P17568" "NDUFB7" "4713" "NADH:ubiquinone oxidoreductase subunit B7" "B18;CI-B18;MGC2480" "Inner mitochondria" "SwissProt" -"ENSG00000099797" "ENST00000600076;ENST00000598298;ENST00000642961;ENST00000215567;ENST00000600083;ENST00000598987;ENST00000601652;ENST00000593637;ENST00000599646;ENST00000594807;ENST00000598333;ENST00000596953;ENST00000597607;ENST00000596164;ENST00000598715;ENST00000598918;ENST00000594545;ENST00000601461;ENST00000596073;ENST00000600395;ENST00000601187;ENST00000601350;ENST00000599101;ENST00000593775;ENST00000598408;ENST00000594958" "ENSP00000215567;ENSP00000472504;ENSP00000473129;ENSP00000472697;ENSP00000472957" "Q9NZ01" "TECR" "9524" "trans-2,3-enoyl-CoA reductase" "GPSN2;MRT14;SC2;TER" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000099804" "ENST00000215574;ENST00000586788;ENST00000586283;ENST00000607527;ENST00000606065;ENST00000606400;ENST00000593036" "ENSP00000215574;ENSP00000475282;ENSP00000476107;ENSP00000475610" "P49427" "CDC34" "997" "cell division cycle 34, ubiqiutin conjugating enzyme" "E2-CDC34;UBC3;UBE2R1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000099810" "ENST00000644715;ENST00000460874;ENST00000580675;ENST00000580900;ENST00000419385;ENST00000580718;ENST00000579422;ENST00000427788;ENST00000577563;ENST00000584988;ENST00000581962;ENST00000484957;ENST00000616982" "ENSP00000494373;ENSP00000461932;ENSP00000463424;ENSP00000393507;ENSP00000464616;ENSP00000493852;ENSP00000462082" "Q13126" "MTAP" "4507" "methylthioadenosine phosphorylase" "c86fus;MSAP" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000099817" "ENST00000586746;ENST00000615234;ENST00000590060;ENST00000612655;ENST00000591767;ENST00000589737;ENST00000215587;ENST00000586817;ENST00000619917;ENST00000586215;ENST00000585838;ENST00000614705;ENST00000591709;ENST00000592597" "ENSP00000464739;ENSP00000478303;ENSP00000479560;ENSP00000485021;ENSP00000465066;ENSP00000467905;ENSP00000215587;ENSP00000479813;ENSP00000480562" "P19388" "POLR2E" "5434" "RNA polymerase II, I and III subunit E" "hRPB25;hsRPB5;RPABC1;RPB5;XAP4" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000099821" "ENST00000592633;ENST00000588649;ENST00000587057;ENST00000590336;ENST00000589961;ENST00000590709;ENST00000590573;ENST00000592863" "ENSP00000465759;ENSP00000468658;ENSP00000466504;ENSP00000473524" "O00411" "POLRMT" "5442" "RNA polymerase mitochondrial" "APOLMT;h-mtRPOL;MTRNAP;MTRPOL" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000099904" "ENST00000436518;ENST00000334554;ENST00000320602;ENST00000405930;ENST00000468112;ENST00000469212;ENST00000472497" "ENSP00000412807;ENSP00000334490;ENSP00000317804;ENSP00000384716" "Q9ULC8" "ZDHHC8" "29801" "zinc finger DHHC-type palmitoyltransferase 8" "KIAA1292;ZNF378" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000099797" "ENST00000600076;ENST00000598298;ENST00000642961;ENST00000215567;ENST00000600083;ENST00000598987;ENST00000601652;ENST00000593637;ENST00000599646;ENST00000594807;ENST00000598333;ENST00000596953;ENST00000597607;ENST00000596164;ENST00000598715;ENST00000598918;ENST00000594545;ENST00000601461;ENST00000596073;ENST00000600395;ENST00000601187;ENST00000601350;ENST00000599101;ENST00000593775;ENST00000598408;ENST00000594958" "ENSP00000215567;ENSP00000472504;ENSP00000473129;ENSP00000472697;ENSP00000472957" "Q9NZ01" "TECR" "9524" "trans-2,3-enoyl-CoA reductase" "GPSN2;MRT14;SC2;TER" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000099804" "ENST00000215574;ENST00000586788;ENST00000586283;ENST00000607527;ENST00000606065;ENST00000606400;ENST00000593036" "ENSP00000215574;ENSP00000475282;ENSP00000476107;ENSP00000475610" "P49427" "CDC34" "997" "cell division cycle 34, ubiqiutin conjugating enzyme" "E2-CDC34;UBC3;UBE2R1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000099810" "ENST00000644715;ENST00000460874;ENST00000580675;ENST00000580900;ENST00000419385;ENST00000580718;ENST00000579422;ENST00000427788;ENST00000577563;ENST00000584988;ENST00000581962;ENST00000484957;ENST00000616982" "ENSP00000494373;ENSP00000461932;ENSP00000463424;ENSP00000393507;ENSP00000464616;ENSP00000493852;ENSP00000462082" "Q13126" "MTAP" "4507" "methylthioadenosine phosphorylase" "c86fus;MSAP" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000099817" "ENST00000586746;ENST00000615234;ENST00000590060;ENST00000612655;ENST00000591767;ENST00000589737;ENST00000215587;ENST00000586817;ENST00000619917;ENST00000586215;ENST00000585838;ENST00000614705;ENST00000591709;ENST00000592597" "ENSP00000464739;ENSP00000478303;ENSP00000479560;ENSP00000485021;ENSP00000465066;ENSP00000467905;ENSP00000215587;ENSP00000479813;ENSP00000480562" "P19388" "POLR2E" "5434" "RNA polymerase II, I and III subunit E" "hRPB25;hsRPB5;RPABC1;RPB5;XAP4" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000099821" "ENST00000592633;ENST00000588649;ENST00000587057;ENST00000590336;ENST00000589961;ENST00000590709;ENST00000590573;ENST00000592863" "ENSP00000465759;ENSP00000468658;ENSP00000466504;ENSP00000473524" "O00411" "POLRMT" "5442" "RNA polymerase mitochondrial" "APOLMT;h-mtRPOL;MTRNAP;MTRPOL" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000099904" "ENST00000436518;ENST00000334554;ENST00000320602;ENST00000405930;ENST00000468112;ENST00000469212;ENST00000472497" "ENSP00000412807;ENSP00000334490;ENSP00000317804;ENSP00000384716" "Q9ULC8" "ZDHHC8" "29801" "zinc finger DHHC-type palmitoyltransferase 8" "KIAA1292;ZNF378" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000099984" "ENST00000402588;ENST00000634759;ENST00000621118" "ENSP00000385765;ENSP00000488993;ENSP00000481555" "" "GSTT2" "2953" "glutathione S-transferase theta 2 (gene/pseudogene)" "" "" "" "ENSG00000099998" "ENST00000263112;ENST00000327365;ENST00000425408;ENST00000398292;ENST00000424217;ENST00000623756" "ENSP00000263112;ENSP00000330080;ENSP00000402917;ENSP00000381340;ENSP00000412964" "P36269" "GGT5" "2687" "gamma-glutamyltransferase 5" "GGT-REL;GGTLA1" "Nucleus" "CellAtlas" -"ENSG00000100023" "ENST00000680463;ENST00000680393;ENST00000679479;ENST00000679534;ENST00000679827;ENST00000681956;ENST00000681338;ENST00000680061;ENST00000679580;ENST00000681286;ENST00000679540;ENST00000679795;ENST00000680426;ENST00000496819;ENST00000498109;ENST00000335025;ENST00000681394;ENST00000398831;ENST00000679477;ENST00000626352;ENST00000458567;ENST00000417788;ENST00000679586;ENST00000679857;ENST00000680962;ENST00000681791;ENST00000679692;ENST00000680094;ENST00000484439;ENST00000680434;ENST00000680109;ENST00000406385;ENST00000680022;ENST00000681137;ENST00000680860;ENST00000680183;ENST00000485930;ENST00000681353;ENST00000446951;ENST00000681735;ENST00000679564;ENST00000680113;ENST00000680573;ENST00000681612;ENST00000462188;ENST00000681027" "ENSP00000506542;ENSP00000504893;ENSP00000504929;ENSP00000506158;ENSP00000505107;ENSP00000505910;ENSP00000506723;ENSP00000506328;ENSP00000506144;ENSP00000334553;ENSP00000506123;ENSP00000381812;ENSP00000505978;ENSP00000486725;ENSP00000395181;ENSP00000406745;ENSP00000505778;ENSP00000505019;ENSP00000504937;ENSP00000506368;ENSP00000505533;ENSP00000506219;ENSP00000384299;ENSP00000505216;ENSP00000506196" "Q13356" "PPIL2" "23759" "peptidylprolyl isomerase like 2" "CYC4;Cyp-60;UBOX7" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100023" "ENST00000680463;ENST00000680393;ENST00000679479;ENST00000679534;ENST00000679827;ENST00000681956;ENST00000681338;ENST00000680061;ENST00000679580;ENST00000681286;ENST00000679540;ENST00000679795;ENST00000680426;ENST00000496819;ENST00000498109;ENST00000335025;ENST00000681394;ENST00000398831;ENST00000679477;ENST00000626352;ENST00000458567;ENST00000417788;ENST00000679586;ENST00000679857;ENST00000680962;ENST00000681791;ENST00000679692;ENST00000680094;ENST00000484439;ENST00000680434;ENST00000680109;ENST00000406385;ENST00000680022;ENST00000681137;ENST00000680860;ENST00000680183;ENST00000485930;ENST00000681353;ENST00000446951;ENST00000681735;ENST00000679564;ENST00000680113;ENST00000680573;ENST00000681612;ENST00000462188;ENST00000681027" "ENSP00000506542;ENSP00000504893;ENSP00000504929;ENSP00000506158;ENSP00000505107;ENSP00000505910;ENSP00000506723;ENSP00000506328;ENSP00000506144;ENSP00000334553;ENSP00000506123;ENSP00000381812;ENSP00000505978;ENSP00000486725;ENSP00000395181;ENSP00000406745;ENSP00000505778;ENSP00000505019;ENSP00000504937;ENSP00000506368;ENSP00000505533;ENSP00000506219;ENSP00000384299;ENSP00000505216;ENSP00000506196" "Q13356" "PPIL2" "23759" "peptidylprolyl isomerase like 2" "CYC4;Cyp-60;UBOX7" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000100024" "ENST00000415388;ENST00000382760;ENST00000326010;ENST00000498140;ENST00000486043" "ENSP00000400684;ENSP00000372208;ENSP00000324343" "Q9UBR1" "UPB1" "51733" "beta-ureidopropionase 1" "BUP1" "Cytosol" "SwissProt" "ENSG00000100031" "ENST00000456869;ENST00000411974;ENST00000412658;ENST00000445029;ENST00000400382;ENST00000419133;ENST00000438643;ENST00000452551;ENST00000412898;ENST00000400380;ENST00000455483;ENST00000430289;ENST00000447416;ENST00000432867;ENST00000451366;ENST00000428855;ENST00000425895;ENST00000474191;ENST00000487766;ENST00000466310;ENST00000401885;ENST00000404532;ENST00000403838;ENST00000404223;ENST00000404920;ENST00000490087" "ENSP00000415129;ENSP00000389935;ENSP00000393537;ENSP00000393135;ENSP00000383232;ENSP00000395271;ENSP00000403826;ENSP00000415553;ENSP00000408151;ENSP00000383231;ENSP00000415024;ENSP00000417044;ENSP00000400621;ENSP00000398589;ENSP00000387796;ENSP00000415068;ENSP00000387499;ENSP00000384381;ENSP00000385445;ENSP00000384820;ENSP00000385016;ENSP00000385001" "P19440" "GGT1" "2678" "gamma-glutamyltransferase 1" "CD224;D22S672;D22S732;GGT" "" "" -"ENSG00000100033" "ENST00000610940;ENST00000491604;ENST00000420436;ENST00000313755;ENST00000429300;ENST00000482858;ENST00000334029;ENST00000357068;ENST00000609229;ENST00000446371;ENST00000438924;ENST00000399694;ENST00000450579;ENST00000457083;ENST00000496625" "ENSP00000480347;ENSP00000410805;ENSP00000334726;ENSP00000349577;ENSP00000409742;ENSP00000396806;ENSP00000413941" "O43272" "PRODH" "5625" "proline dehydrogenase 1" "HSPOX2;PIG6;PRODH1;PRODH2;TP53I6" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000100033" "ENST00000610940;ENST00000491604;ENST00000420436;ENST00000313755;ENST00000429300;ENST00000482858;ENST00000334029;ENST00000357068;ENST00000609229;ENST00000446371;ENST00000438924;ENST00000399694;ENST00000450579;ENST00000457083;ENST00000496625" "ENSP00000480347;ENSP00000410805;ENSP00000334726;ENSP00000349577;ENSP00000409742;ENSP00000396806;ENSP00000413941" "O43272" "PRODH" "5625" "proline dehydrogenase 1" "HSPOX2;PIG6;PRODH1;PRODH2;TP53I6" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000100075" "ENST00000215882;ENST00000451283;ENST00000470922;ENST00000461267;ENST00000468824" "ENSP00000215882;ENSP00000401480" "P53007" "SLC25A1" "6576" "solute carrier family 25 member 1" "CTP;SLC20A3" "Inner mitochondria" "SwissProt" "ENSG00000100077" "ENST00000324198;ENST00000455558;ENST00000619906" "ENSP00000317578;ENSP00000393688;ENSP00000478925" "P35626" "GRK3" "157" "G protein-coupled receptor kinase 3" "ADRBK2;BARK2" "Nucleus" "CellAtlas" -"ENSG00000100078" "ENST00000215885" "ENSP00000215885" "Q9NZ20" "PLA2G3" "50487" "phospholipase A2 group III" "GIII-SPLA2" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000100092" "ENST00000417536;ENST00000649765;ENST00000644149;ENST00000469947;ENST00000495174;ENST00000471650;ENST00000459646;ENST00000466097;ENST00000643339;ENST00000649107" "ENSP00000411979;ENSP00000497104;ENSP00000494748;ENSP00000498037" "Q9Y3L3" "SH3BP1" "23616" "SH3 domain binding protein 1" "ARHGAP43" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100078" "ENST00000215885" "ENSP00000215885" "Q9NZ20" "PLA2G3" "50487" "phospholipase A2 group III" "GIII-SPLA2" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000100092" "ENST00000417536;ENST00000649765;ENST00000644149;ENST00000469947;ENST00000495174;ENST00000471650;ENST00000459646;ENST00000466097;ENST00000643339;ENST00000649107" "ENSP00000411979;ENSP00000497104;ENSP00000494748;ENSP00000498037" "Q9Y3L3" "SH3BP1" "23616" "SH3 domain binding protein 1" "ARHGAP43" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000100101" "ENST00000455236" "ENSP00000477208" "" "" "" "novel transcript" "" "" "" -"ENSG00000100116" "ENST00000323205;ENST00000445195;ENST00000415371;ENST00000478203;ENST00000248924;ENST00000426858;ENST00000451984" "ENSP00000371110;ENSP00000406719;ENSP00000248924;ENSP00000402213;ENSP00000388151" "O75600" "GCAT" "23464" "glycine C-acetyltransferase" "KBL" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000100116" "ENST00000323205;ENST00000445195;ENST00000415371;ENST00000478203;ENST00000248924;ENST00000426858;ENST00000451984" "ENSP00000371110;ENSP00000406719;ENSP00000248924;ENSP00000402213;ENSP00000388151" "O75600" "GCAT" "23464" "glycine C-acetyltransferase" "KBL" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000100121" "ENST00000652219;ENST00000480559;ENST00000448514;ENST00000652249;ENST00000651213;ENST00000417145;ENST00000652467;ENST00000618722;ENST00000613850" "ENSP00000498628;ENSP00000419751;ENSP00000415676;ENSP00000499029;ENSP00000498815;ENSP00000499086;ENSP00000499093;ENSP00000483019;ENSP00000478615" "Q14390" "GGTLC2" "91227" "gamma-glutamyltransferase light chain 2" "GGTL4" "" "" -"ENSG00000100142" "ENST00000484894;ENST00000460648;ENST00000407936;ENST00000488684;ENST00000492213;ENST00000483713;ENST00000442738;ENST00000443002;ENST00000606538;ENST00000405557;ENST00000470701;ENST00000333418;ENST00000427034;ENST00000608713" "ENSP00000475257;ENSP00000385725;ENSP00000475342;ENSP00000475343;ENSP00000476132;ENSP00000403852;ENSP00000406826;ENSP00000476187;ENSP00000384112;ENSP00000475707;ENSP00000332130;ENSP00000389307" "P61218" "POLR2F" "5435" "RNA polymerase II, I and III subunit F" "HRBP14.4;RPB6" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000100142" "ENST00000484894;ENST00000460648;ENST00000407936;ENST00000488684;ENST00000492213;ENST00000483713;ENST00000442738;ENST00000443002;ENST00000606538;ENST00000405557;ENST00000470701;ENST00000333418;ENST00000427034;ENST00000608713" "ENSP00000475257;ENSP00000385725;ENSP00000475342;ENSP00000475343;ENSP00000476132;ENSP00000403852;ENSP00000406826;ENSP00000476187;ENSP00000384112;ENSP00000475707;ENSP00000332130;ENSP00000389307" "P61218" "POLR2F" "5435" "RNA polymerase II, I and III subunit F" "HRBP14.4;RPB6" "Nucleus" "SwissProt;CellAtlas" "ENSG00000100156" "ENST00000320521;ENST00000681075;ENST00000469516;ENST00000427592" "ENSP00000321735;ENSP00000506669" "O95907" "SLC16A8" "23539" "solute carrier family 16 member 8" "MCT3;REMP" "Cytosol" "SwissProt" "ENSG00000100170" "ENST00000266088;ENST00000486394;ENST00000477969;ENST00000543737" "ENSP00000266088;ENSP00000444898" "P13866" "SLC5A1" "6523" "solute carrier family 5 member 1" "D22S675;NAGT;SGLT1" "Cytosol;Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000100197" "ENST00000360124;ENST00000645361;ENST00000488442;ENST00000359033" "ENSP00000353241;ENSP00000496150;ENSP00000351927" "P10635" "CYP2D6" "1565;107987478;107987479" "cytochrome P450 family 2 subfamily D member 6" "CPD6;CYP2D;CYP2D7AP;CYP2D7BP;CYP2D7P2;CYP2D8P2;CYP2DL1;P450-DB1;P450C2D" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000100243" "ENST00000352397;ENST00000407623;ENST00000407332;ENST00000470741;ENST00000402438;ENST00000438270;ENST00000466276;ENST00000361740" "ENSP00000338461;ENSP00000384834;ENSP00000384457;ENSP00000385679;ENSP00000403439;ENSP00000354468" "P00387" "CYB5R3" "1727" "cytochrome b5 reductase 3" "DIA1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100197" "ENST00000360124;ENST00000645361;ENST00000488442;ENST00000359033" "ENSP00000353241;ENSP00000496150;ENSP00000351927" "P10635" "CYP2D6" "1565;107987478;107987479" "cytochrome P450 family 2 subfamily D member 6" "CPD6;CYP2D;CYP2D7AP;CYP2D7BP;CYP2D7P2;CYP2D8P2;CYP2DL1;P450-DB1;P450C2D" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000100243" "ENST00000352397;ENST00000407623;ENST00000407332;ENST00000470741;ENST00000402438;ENST00000438270;ENST00000466276;ENST00000361740" "ENSP00000338461;ENSP00000384834;ENSP00000384457;ENSP00000385679;ENSP00000403439;ENSP00000354468" "P00387" "CYB5R3" "1727" "cytochrome b5 reductase 3" "DIA1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000100253" "ENST00000395733;ENST00000216075;ENST00000395732;ENST00000451761" "ENSP00000379082;ENSP00000216075;ENSP00000379081;ENSP00000409894" "Q9UGB7" "MIOX" "55586" "myo-inositol oxygenase" "ALDRL6" "Cytosol" "SwissProt" "ENSG00000100288" "ENST00000492582;ENST00000464225;ENST00000471515;ENST00000484266;ENST00000481673;ENST00000406938;ENST00000479003;ENST00000468532;ENST00000489453;ENST00000476289;ENST00000463053;ENST00000465842" "ENSP00000384400" "Q9Y259" "CHKB" "1120" "choline kinase beta" "CHETK;CHKL" "Cytosol" "CellAtlas" -"ENSG00000100292" "ENST00000412893;ENST00000481190;ENST00000216117;ENST00000677931;ENST00000679074;ENST00000678411;ENST00000494998" "ENSP00000413316;ENSP00000503987;ENSP00000216117;ENSP00000502849;ENSP00000503459;ENSP00000503526" "P09601" "HMOX1" "3162" "heme oxygenase 1" "bK286B10;HO-1" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000100294" "ENST00000290429;ENST00000327555;ENST00000608052;ENST00000464244" "ENSP00000290429;ENSP00000331306;ENSP00000477216" "Q8IVS2" "MCAT" "27349" "malonyl-CoA-acyl carrier protein transacylase" "fabD;FASN2C;MCT;MCT1;MT;NET62" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000100299" "ENST00000610191;ENST00000608497;ENST00000216124;ENST00000356098;ENST00000395621;ENST00000453344;ENST00000395619;ENST00000551731" "ENSP00000477013;ENSP00000216124;ENSP00000348406;ENSP00000378983;ENSP00000412542;ENSP00000378981" "P15289" "ARSA" "410" "arylsulfatase A" "" "Endoplasmic reticulum;Golgi apparatus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000100292" "ENST00000412893;ENST00000481190;ENST00000216117;ENST00000677931;ENST00000679074;ENST00000678411;ENST00000494998" "ENSP00000413316;ENSP00000503987;ENSP00000216117;ENSP00000502849;ENSP00000503459;ENSP00000503526" "P09601" "HMOX1" "3162" "heme oxygenase 1" "bK286B10;HO-1" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000100294" "ENST00000290429;ENST00000327555;ENST00000608052;ENST00000464244" "ENSP00000290429;ENSP00000331306;ENSP00000477216" "Q8IVS2" "MCAT" "27349" "malonyl-CoA-acyl carrier protein transacylase" "fabD;FASN2C;MCT;MCT1;MT;NET62" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000100299" "ENST00000610191;ENST00000608497;ENST00000216124;ENST00000356098;ENST00000395621;ENST00000453344;ENST00000395619;ENST00000551731" "ENSP00000477013;ENSP00000216124;ENSP00000348406;ENSP00000378983;ENSP00000412542;ENSP00000378981" "P15289" "ARSA" "410" "arylsulfatase A" "" "Endoplasmic reticulum;Golgi apparatus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000100344" "ENST00000216180;ENST00000406117;ENST00000423180;ENST00000478713;ENST00000497129" "ENSP00000216180;ENSP00000384668;ENSP00000397987" "Q9NST1" "PNPLA3" "80339" "patatin like phospholipase domain containing 3" "adiponutrin;ADPN;C22orf20;dJ796I17.1;FLJ22012;iPLA2epsilon" "Mitochondria;Cytosol;Nucleus" "CellAtlas" -"ENSG00000100348" "ENST00000216185;ENST00000416967;ENST00000487725;ENST00000403313;ENST00000411915" "ENSP00000216185;ENSP00000469160;ENSP00000385393;ENSP00000409407" "Q99757" "TXN2" "25828" "thioredoxin 2" "MT-TRX" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000100348" "ENST00000216185;ENST00000416967;ENST00000487725;ENST00000403313;ENST00000411915" "ENSP00000216185;ENSP00000469160;ENSP00000385393;ENSP00000409407" "Q99757" "TXN2" "25828" "thioredoxin 2" "MT-TRX" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000100354" "ENST00000441751;ENST00000402203;ENST00000489500;ENST00000335727;ENST00000446273;ENST00000497559;ENST00000467658;ENST00000454349;ENST00000301923" "ENSP00000397491;ENSP00000384795;ENSP00000338371;ENSP00000409429;ENSP00000401946;ENSP00000306759" "Q9UPQ9" "TNRC6B" "23112" "trinucleotide repeat containing adaptor 6B" "KIAA1093" "Cytosol" "SwissProt" -"ENSG00000100372" "ENST00000263255;ENST00000491545;ENST00000435456;ENST00000402844;ENST00000447566;ENST00000420970;ENST00000430221;ENST00000427084;ENST00000458600;ENST00000443810;ENST00000412879;ENST00000426396;ENST00000434193;ENST00000478550;ENST00000449676;ENST00000434185;ENST00000544408" "ENSP00000263255;ENSP00000390722;ENSP00000385303;ENSP00000390502;ENSP00000394539;ENSP00000407096;ENSP00000416618;ENSP00000387478;ENSP00000414908;ENSP00000400053;ENSP00000388966;ENSP00000410565;ENSP00000409781;ENSP00000404200;ENSP00000438355" "O43808" "SLC25A17" "10478" "solute carrier family 25 member 17" "PMP34" "Peroxisome;Cytosol" "SwissProt&CellAtlas" -"ENSG00000100393" "ENST00000263253;ENST00000674155;ENST00000637592;ENST00000634787;ENST00000634860;ENST00000634690;ENST00000635538;ENST00000634422;ENST00000635691;ENST00000635552;ENST00000635584;ENST00000635083" "ENSP00000263253;ENSP00000501078;ENSP00000489397" "Q09472" "EP300" "2033" "E1A binding protein p300" "KAT3B;p300" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000100412" "ENST00000676748;ENST00000678600;ENST00000677554;ENST00000679320;ENST00000678394;ENST00000678454;ENST00000677427;ENST00000466237;ENST00000216254;ENST00000676714;ENST00000678688;ENST00000677516;ENST00000678788;ENST00000677007;ENST00000676959;ENST00000679311;ENST00000676792;ENST00000677153;ENST00000678819;ENST00000396512;ENST00000678269;ENST00000677532;ENST00000471094;ENST00000679264;ENST00000677698;ENST00000676822;ENST00000676664;ENST00000482208;ENST00000478010;ENST00000677492;ENST00000679284;ENST00000676883" "ENSP00000503371;ENSP00000504513;ENSP00000504780;ENSP00000504719;ENSP00000216254;ENSP00000504699;ENSP00000503990;ENSP00000503370;ENSP00000504684;ENSP00000504634;ENSP00000504377;ENSP00000503590;ENSP00000504453;ENSP00000503199;ENSP00000379769;ENSP00000504150;ENSP00000503471;ENSP00000503913;ENSP00000503709" "Q99798" "ACO2" "50" "aconitase 2" "ACONM" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000100413" "ENST00000355209;ENST00000396504;ENST00000337566;ENST00000431534;ENST00000432789;ENST00000407461;ENST00000442616;ENST00000420561;ENST00000483837" "ENSP00000347345;ENSP00000379761;ENSP00000337627;ENSP00000395674;ENSP00000415053;ENSP00000385315;ENSP00000408083" "Q9Y535" "POLR3H" "171568" "RNA polymerase III subunit H" "C25;KIAA1665;RPC8" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000100416" "ENST00000476901;ENST00000486620;ENST00000441818;ENST00000381021;ENST00000453630;ENST00000456595;ENST00000457572;ENST00000493556;ENST00000645026;ENST00000645190;ENST00000647301;ENST00000642562;ENST00000381019;ENST00000642923;ENST00000496831;ENST00000465378;ENST00000644006;ENST00000485175;ENST00000643137;ENST00000463785;ENST00000479648;ENST00000491612;ENST00000485559;ENST00000470831" "ENSP00000393014;ENSP00000370409;ENSP00000398488;ENSP00000413880;ENSP00000407700;ENSP00000496496;ENSP00000496641;ENSP00000494679;ENSP00000370407;ENSP00000494255;ENSP00000493778;ENSP00000495331" "O75648" "TRMU" "55687" "tRNA mitochondrial 2-thiouridylase" "FLJ10140;MTO2;MTU1;TRMT" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000100417" "ENST00000216259;ENST00000463617;ENST00000482178;ENST00000472620;ENST00000485648;ENST00000466645;ENST00000478337;ENST00000414636;ENST00000493389" "ENSP00000216259;ENSP00000400889" "Q92871" "PMM1" "5372" "phosphomannomutase 1" "Sec53" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000100372" "ENST00000263255;ENST00000491545;ENST00000435456;ENST00000402844;ENST00000447566;ENST00000420970;ENST00000430221;ENST00000427084;ENST00000458600;ENST00000443810;ENST00000412879;ENST00000426396;ENST00000434193;ENST00000478550;ENST00000449676;ENST00000434185;ENST00000544408" "ENSP00000263255;ENSP00000390722;ENSP00000385303;ENSP00000390502;ENSP00000394539;ENSP00000407096;ENSP00000416618;ENSP00000387478;ENSP00000414908;ENSP00000400053;ENSP00000388966;ENSP00000410565;ENSP00000409781;ENSP00000404200;ENSP00000438355" "O43808" "SLC25A17" "10478" "solute carrier family 25 member 17" "PMP34" "Peroxisome;Cytosol" "SwissProt;CellAtlas" +"ENSG00000100393" "ENST00000263253;ENST00000674155;ENST00000637592;ENST00000634787;ENST00000634860;ENST00000634690;ENST00000635538;ENST00000634422;ENST00000635691;ENST00000635552;ENST00000635584;ENST00000635083" "ENSP00000263253;ENSP00000501078;ENSP00000489397" "Q09472" "EP300" "2033" "E1A binding protein p300" "KAT3B;p300" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000100412" "ENST00000676748;ENST00000678600;ENST00000677554;ENST00000679320;ENST00000678394;ENST00000678454;ENST00000677427;ENST00000466237;ENST00000216254;ENST00000676714;ENST00000678688;ENST00000677516;ENST00000678788;ENST00000677007;ENST00000676959;ENST00000679311;ENST00000676792;ENST00000677153;ENST00000678819;ENST00000396512;ENST00000678269;ENST00000677532;ENST00000471094;ENST00000679264;ENST00000677698;ENST00000676822;ENST00000676664;ENST00000482208;ENST00000478010;ENST00000677492;ENST00000679284;ENST00000676883" "ENSP00000503371;ENSP00000504513;ENSP00000504780;ENSP00000504719;ENSP00000216254;ENSP00000504699;ENSP00000503990;ENSP00000503370;ENSP00000504684;ENSP00000504634;ENSP00000504377;ENSP00000503590;ENSP00000504453;ENSP00000503199;ENSP00000379769;ENSP00000504150;ENSP00000503471;ENSP00000503913;ENSP00000503709" "Q99798" "ACO2" "50" "aconitase 2" "ACONM" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000100413" "ENST00000355209;ENST00000396504;ENST00000337566;ENST00000431534;ENST00000432789;ENST00000407461;ENST00000442616;ENST00000420561;ENST00000483837" "ENSP00000347345;ENSP00000379761;ENSP00000337627;ENSP00000395674;ENSP00000415053;ENSP00000385315;ENSP00000408083" "Q9Y535" "POLR3H" "171568" "RNA polymerase III subunit H" "C25;KIAA1665;RPC8" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000100416" "ENST00000476901;ENST00000486620;ENST00000441818;ENST00000381021;ENST00000453630;ENST00000456595;ENST00000457572;ENST00000493556;ENST00000645026;ENST00000645190;ENST00000647301;ENST00000642562;ENST00000381019;ENST00000642923;ENST00000496831;ENST00000465378;ENST00000644006;ENST00000485175;ENST00000643137;ENST00000463785;ENST00000479648;ENST00000491612;ENST00000485559;ENST00000470831" "ENSP00000393014;ENSP00000370409;ENSP00000398488;ENSP00000413880;ENSP00000407700;ENSP00000496496;ENSP00000496641;ENSP00000494679;ENSP00000370407;ENSP00000494255;ENSP00000493778;ENSP00000495331" "O75648" "TRMU" "55687" "tRNA mitochondrial 2-thiouridylase" "FLJ10140;MTO2;MTU1;TRMT" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000100417" "ENST00000216259;ENST00000463617;ENST00000482178;ENST00000472620;ENST00000485648;ENST00000466645;ENST00000478337;ENST00000414636;ENST00000493389" "ENSP00000216259;ENSP00000400889" "Q92871" "PMM1" "5372" "phosphomannomutase 1" "Sec53" "Cytosol" "SwissProt;CellAtlas" "ENSG00000100422" "ENST00000216264;ENST00000443629;ENST00000471929;ENST00000460254" "ENSP00000216264;ENSP00000400859" "Q8TCT0" "CERK" "64781" "ceramide kinase" "dA59H18.2;dA59H18.3;DKFZp434E0211;FLJ21430;FLJ23239;hCERK;KIAA1646;LK4" "Cytosol" "SwissProt" -"ENSG00000100442" "ENST00000216330;ENST00000557324;ENST00000556231;ENST00000396062" "ENSP00000216330;ENSP00000452322;ENSP00000379374" "Q00688" "FKBP3" "2287" "FKBP prolyl isomerase 3" "FKBP-25;FKBP25" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100442" "ENST00000216330;ENST00000557324;ENST00000556231;ENST00000396062" "ENSP00000216330;ENSP00000452322;ENSP00000379374" "Q00688" "FKBP3" "2287" "FKBP prolyl isomerase 3" "FKBP-25;FKBP25" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000100448" "ENST00000216336;ENST00000552252" "ENSP00000216336" "P08311" "CTSG" "1511" "cathepsin G" "CG" "Cytosol;Lysosome;Nucleus" "SwissProt" -"ENSG00000100462" "ENST00000397441;ENST00000557443;ENST00000476175;ENST00000397440;ENST00000324366;ENST00000216350;ENST00000555454;ENST00000454731;ENST00000553915;ENST00000553897;ENST00000557758;ENST00000553502;ENST00000555530;ENST00000556043;ENST00000553550;ENST00000554716;ENST00000553787;ENST00000553641;ENST00000554867;ENST00000557415;ENST00000556616;ENST00000554910;ENST00000553417;ENST00000421938;ENST00000556032;ENST00000627278;ENST00000557015;ENST00000556426" "ENSP00000380583;ENSP00000452501;ENSP00000380582;ENSP00000319169;ENSP00000216350;ENSP00000451245;ENSP00000387663;ENSP00000451127;ENSP00000452555;ENSP00000450956;ENSP00000452409;ENSP00000452509;ENSP00000450737;ENSP00000452102;ENSP00000452218;ENSP00000450633;ENSP00000450919;ENSP00000452411;ENSP00000409482;ENSP00000485787" "O14744" "PRMT5" "10419" "protein arginine methyltransferase 5" "HRMT1L5;SKB1;SKB1Hs" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000100479" "ENST00000554851;ENST00000556937;ENST00000216367;ENST00000554671;ENST00000555724;ENST00000539565;ENST00000556584;ENST00000554377;ENST00000554396;ENST00000553850;ENST00000553805" "ENSP00000216367;ENSP00000446313;ENSP00000451621;ENSP00000475468" "P56282" "POLE2" "5427" "DNA polymerase epsilon 2, accessory subunit" "DPE2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000100483" "ENST00000569518;ENST00000491402;ENST00000395860;ENST00000484763;ENST00000395859" "ENSP00000437113;ENSP00000379201;ENSP00000379200" "Q9H867" "VCPKMT" "79609" "valosin containing protein lysine methyltransferase" "C14orf138;METTL21D;VCP-KMT" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000100504" "ENST00000532462;ENST00000216392;ENST00000544180;ENST00000532107;ENST00000528757;ENST00000553872;ENST00000530336" "ENSP00000431657;ENSP00000216392;ENSP00000443787" "P06737" "PYGL" "5836" "glycogen phosphorylase L" "GSD6" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000100462" "ENST00000397441;ENST00000557443;ENST00000476175;ENST00000397440;ENST00000324366;ENST00000216350;ENST00000555454;ENST00000454731;ENST00000553915;ENST00000553897;ENST00000557758;ENST00000553502;ENST00000555530;ENST00000556043;ENST00000553550;ENST00000554716;ENST00000553787;ENST00000553641;ENST00000554867;ENST00000557415;ENST00000556616;ENST00000554910;ENST00000553417;ENST00000421938;ENST00000556032;ENST00000627278;ENST00000557015;ENST00000556426" "ENSP00000380583;ENSP00000452501;ENSP00000380582;ENSP00000319169;ENSP00000216350;ENSP00000451245;ENSP00000387663;ENSP00000451127;ENSP00000452555;ENSP00000450956;ENSP00000452409;ENSP00000452509;ENSP00000450737;ENSP00000452102;ENSP00000452218;ENSP00000450633;ENSP00000450919;ENSP00000452411;ENSP00000409482;ENSP00000485787" "O14744" "PRMT5" "10419" "protein arginine methyltransferase 5" "HRMT1L5;SKB1;SKB1Hs" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000100479" "ENST00000554851;ENST00000556937;ENST00000216367;ENST00000554671;ENST00000555724;ENST00000539565;ENST00000556584;ENST00000554377;ENST00000554396;ENST00000553850;ENST00000553805" "ENSP00000216367;ENSP00000446313;ENSP00000451621;ENSP00000475468" "P56282" "POLE2" "5427" "DNA polymerase epsilon 2, accessory subunit" "DPE2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000100483" "ENST00000569518;ENST00000491402;ENST00000395860;ENST00000484763;ENST00000395859" "ENSP00000437113;ENSP00000379201;ENSP00000379200" "Q9H867" "VCPKMT" "79609" "valosin containing protein lysine methyltransferase" "C14orf138;METTL21D;VCP-KMT" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000100504" "ENST00000532462;ENST00000216392;ENST00000544180;ENST00000532107;ENST00000528757;ENST00000553872;ENST00000530336" "ENSP00000431657;ENSP00000216392;ENSP00000443787" "P06737" "PYGL" "5836" "glycogen phosphorylase L" "GSD6" "Cytosol" "SwissProt;CellAtlas" "ENSG00000100522" "ENST00000216410;ENST00000650397;ENST00000554421;ENST00000554230;ENST00000557604;ENST00000553987" "ENSP00000216410;ENSP00000496934;ENSP00000452310;ENSP00000452032" "Q96EK6" "GNPNAT1" "64841" "glucosamine-phosphate N-acetyltransferase 1" "FLJ10607;Gpnat1" "Golgi apparatus" "SwissProt" -"ENSG00000100554" "ENST00000554087;ENST00000553974;ENST00000553408;ENST00000555625;ENST00000216442;ENST00000555474;ENST00000555431;ENST00000554236;ENST00000555723;ENST00000556058;ENST00000555335;ENST00000553687;ENST00000555012;ENST00000557244" "ENSP00000451167;ENSP00000450834;ENSP00000451564;ENSP00000216442;ENSP00000450885;ENSP00000450841;ENSP00000452192;ENSP00000452029;ENSP00000451422;ENSP00000452492;ENSP00000451031" "Q9Y5K8" "ATP6V1D" "51382" "ATPase H+ transporting V1 subunit D" "ATP6M;VATD;VMA8" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100554" "ENST00000554087;ENST00000553974;ENST00000553408;ENST00000555625;ENST00000216442;ENST00000555474;ENST00000555431;ENST00000554236;ENST00000555723;ENST00000556058;ENST00000555335;ENST00000553687;ENST00000555012;ENST00000557244" "ENSP00000451167;ENSP00000450834;ENSP00000451564;ENSP00000216442;ENSP00000450885;ENSP00000450841;ENSP00000452192;ENSP00000452029;ENSP00000451422;ENSP00000452492;ENSP00000451031" "Q9Y5K8" "ATP6V1D" "51382" "ATPase H+ transporting V1 subunit D" "ATP6M;VATD;VMA8" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000100564" "ENST00000561272;ENST00000216452;ENST00000558987;ENST00000559118;ENST00000560722;ENST00000558493;ENST00000558198;ENST00000561303;ENST00000558001;ENST00000559581;ENST00000559415;ENST00000559097" "ENSP00000453759;ENSP00000216452;ENSP00000452816;ENSP00000453394;ENSP00000453158;ENSP00000452924;ENSP00000452974;ENSP00000454061;ENSP00000453733;ENSP00000452996" "Q14442" "PIGH" "5283" "phosphatidylinositol glycan anchor biosynthesis class H" "GPI-H" "Cytosol" "SwissProt" -"ENSG00000100577" "ENST00000361389;ENST00000553838;ENST00000554279;ENST00000557639;ENST00000349555;ENST00000553770;ENST00000216465;ENST00000553431;ENST00000556627;ENST00000557053;ENST00000553268;ENST00000554846;ENST00000393734;ENST00000556914;ENST00000555093;ENST00000553586;ENST00000555583;ENST00000554381;ENST00000555208" "ENSP00000354959;ENSP00000452498;ENSP00000451927;ENSP00000314404;ENSP00000216465;ENSP00000450487;ENSP00000451150;ENSP00000452531;ENSP00000377335;ENSP00000451976;ENSP00000452346;ENSP00000451850" "O43708" "GSTZ1" "2954" "glutathione S-transferase zeta 1" "GSTZ1-1;MAAI;MAI" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100577" "ENST00000361389;ENST00000553838;ENST00000554279;ENST00000557639;ENST00000349555;ENST00000553770;ENST00000216465;ENST00000553431;ENST00000556627;ENST00000557053;ENST00000553268;ENST00000554846;ENST00000393734;ENST00000556914;ENST00000555093;ENST00000553586;ENST00000555583;ENST00000554381;ENST00000555208" "ENSP00000354959;ENSP00000452498;ENSP00000451927;ENSP00000314404;ENSP00000216465;ENSP00000450487;ENSP00000451150;ENSP00000452531;ENSP00000377335;ENSP00000451976;ENSP00000452346;ENSP00000451850" "O43708" "GSTZ1" "2954" "glutathione S-transferase zeta 1" "GSTZ1-1;MAAI;MAI" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000100596" "ENST00000216484;ENST00000556607;ENST00000554901;ENST00000554365;ENST00000556264;ENST00000557566" "ENSP00000216484;ENSP00000451029;ENSP00000452189" "O15270" "SPTLC2" "9517" "serine palmitoyltransferase long chain base subunit 2" "hLCB2a;KIAA0526;LCB2;LCB2A" "Endoplasmic reticulum" "SwissProt" -"ENSG00000100600" "ENST00000555699;ENST00000334869;ENST00000555169;ENST00000557434;ENST00000393218;ENST00000557609;ENST00000556790;ENST00000557725;ENST00000556097;ENST00000554189;ENST00000553802;ENST00000557694;ENST00000554397;ENST00000554919;ENST00000554080;ENST00000553371;ENST00000557315;ENST00000553918;ENST00000557034" "ENSP00000451861;ENSP00000334052;ENSP00000451854;ENSP00000452572;ENSP00000376911;ENSP00000451507;ENSP00000451746;ENSP00000450483;ENSP00000450854;ENSP00000450677;ENSP00000451916;ENSP00000452268;ENSP00000451797;ENSP00000450619" "Q99538" "LGMN" "5641" "legumain" "LGMN1;PRSC1" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000100600" "ENST00000555699;ENST00000334869;ENST00000555169;ENST00000557434;ENST00000393218;ENST00000557609;ENST00000556790;ENST00000557725;ENST00000556097;ENST00000554189;ENST00000553802;ENST00000557694;ENST00000554397;ENST00000554919;ENST00000554080;ENST00000553371;ENST00000557315;ENST00000553918;ENST00000557034" "ENSP00000451861;ENSP00000334052;ENSP00000451854;ENSP00000452572;ENSP00000376911;ENSP00000451507;ENSP00000451746;ENSP00000450483;ENSP00000450854;ENSP00000450677;ENSP00000451916;ENSP00000452268;ENSP00000451797;ENSP00000450619" "Q99538" "LGMN" "5641" "legumain" "LGMN1;PRSC1" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000100605" "ENST00000354313;ENST00000267615;ENST00000556603;ENST00000555495;ENST00000556954;ENST00000553695;ENST00000554999;ENST00000556185;ENST00000555553;ENST00000553452;ENST00000557309;ENST00000553655" "ENSP00000346272;ENSP00000267615;ENSP00000451091;ENSP00000451893;ENSP00000451154;ENSP00000452258;ENSP00000452230;ENSP00000450421" "Q13572" "ITPK1" "3705" "inositol-tetrakisphosphate 1-kinase" "" "Mitochondria" "CellAtlas" -"ENSG00000100626" "ENST00000554858;ENST00000554317;ENST00000555920;ENST00000337827;ENST00000553471;ENST00000448469;ENST00000553669;ENST00000553740;ENST00000556677;ENST00000556829" "ENSP00000336729;ENSP00000451420;ENSP00000402970;ENSP00000451200" "Q8N428" "GALNT16" "57452" "polypeptide N-acetylgalactosaminyltransferase 16" "GalNAc-T16;GALNTL1;KIAA1130" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000100644" "ENST00000557446;ENST00000553999;ENST00000337138;ENST00000394997;ENST00000323441;ENST00000557538;ENST00000539097;ENST00000557206;ENST00000556237;ENST00000555014;ENST00000547430;ENST00000556827" "ENSP00000338018;ENSP00000378446;ENSP00000323326;ENSP00000437955" "Q16665" "HIF1A" "3091" "hypoxia inducible factor 1 subunit alpha" "bHLHe78;HIF-1alpha;HIF1;MOP1;PASD8" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000100626" "ENST00000554858;ENST00000554317;ENST00000555920;ENST00000337827;ENST00000553471;ENST00000448469;ENST00000553669;ENST00000553740;ENST00000556677;ENST00000556829" "ENSP00000336729;ENSP00000451420;ENSP00000402970;ENSP00000451200" "Q8N428" "GALNT16" "57452" "polypeptide N-acetylgalactosaminyltransferase 16" "GalNAc-T16;GALNTL1;KIAA1130" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000100644" "ENST00000557446;ENST00000553999;ENST00000337138;ENST00000394997;ENST00000323441;ENST00000557538;ENST00000539097;ENST00000557206;ENST00000556237;ENST00000555014;ENST00000547430;ENST00000556827" "ENSP00000338018;ENSP00000378446;ENSP00000323326;ENSP00000437955" "Q16665" "HIF1A" "3091" "hypoxia inducible factor 1 subunit alpha" "bHLHe78;HIF-1alpha;HIF1;MOP1;PASD8" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000100652" "ENST00000216540" "ENSP00000216540" "Q14973" "SLC10A1" "6554" "solute carrier family 10 member 1" "NTCP" "" "" "ENSG00000100678" "ENST00000356921;ENST00000494208;ENST00000381269;ENST00000216568;ENST00000394330;ENST00000534137;ENST00000528359;ENST00000533541;ENST00000533899;ENST00000357887" "ENSP00000349392;ENSP00000436332;ENSP00000370669;ENSP00000216568;ENSP00000377863;ENSP00000436688;ENSP00000433531;ENSP00000437103;ENSP00000350560" "P57103" "SLC8A3" "6547" "solute carrier family 8 member A3" "NCX3" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000100714" "ENST00000545908;ENST00000554739;ENST00000554768;ENST00000555709;ENST00000555252;ENST00000652179;ENST00000650853;ENST00000652337;ENST00000557370;ENST00000651537;ENST00000557539;ENST00000652503;ENST00000554057;ENST00000553391;ENST00000652509;ENST00000554677;ENST00000555858;ENST00000556771;ENST00000553405;ENST00000651891;ENST00000556284;ENST00000554353" "ENSP00000438588;ENSP00000477359;ENSP00000477501;ENSP00000450560;ENSP00000498649;ENSP00000498336;ENSP00000477199;ENSP00000498511;ENSP00000476468;ENSP00000499176" "P11586" "MTHFD1" "4522" "methylenetetrahydrofolate dehydrogenase, cyclohydrolase and formyltetrahydrofolate synthetase 1" "MTHFC;MTHFD" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000100714" "ENST00000545908;ENST00000554739;ENST00000554768;ENST00000555709;ENST00000555252;ENST00000652179;ENST00000650853;ENST00000652337;ENST00000557370;ENST00000651537;ENST00000557539;ENST00000652503;ENST00000554057;ENST00000553391;ENST00000652509;ENST00000554677;ENST00000555858;ENST00000556771;ENST00000553405;ENST00000651891;ENST00000556284;ENST00000554353" "ENSP00000438588;ENSP00000477359;ENSP00000477501;ENSP00000450560;ENSP00000498649;ENSP00000498336;ENSP00000477199;ENSP00000498511;ENSP00000476468;ENSP00000499176" "P11586" "MTHFD1" "4522" "methylenetetrahydrofolate dehydrogenase, cyclohydrolase and formyltetrahydrofolate synthetase 1" "MTHFC;MTHFD" "Cytosol" "SwissProt;CellAtlas" "ENSG00000100814" "ENST00000398160;ENST00000353689;ENST00000437553;ENST00000398169;ENST00000358932;ENST00000398163;ENST00000554184;ENST00000556854;ENST00000557665;ENST00000554047;ENST00000556563;ENST00000553291;ENST00000553516;ENST00000555348;ENST00000557114;ENST00000555963" "ENSP00000381226;ENSP00000337396;ENSP00000409896;ENSP00000381235;ENSP00000351810;ENSP00000381229;ENSP00000451122;ENSP00000452463;ENSP00000452486;ENSP00000450914;ENSP00000452312;ENSP00000452182" "Q9NPC3" "CCNB1IP1" "57820" "cyclin B1 interacting protein 1" "C14orf18;HEI10" "Nucleus" "SwissProt" "ENSG00000100865" "ENST00000559514;ENST00000559504;ENST00000560326;ENST00000216756;ENST00000536961;ENST00000541568;ENST00000561468;ENST00000558764;ENST00000558523" "ENSP00000453839;ENSP00000453846;ENSP00000216756;ENSP00000442057;ENSP00000442377;ENSP00000452982" "Q9BW66" "CINP" "51550" "cyclin dependent kinase 2 interacting protein" "MGC849" "Nucleus" "SwissProt" -"ENSG00000100867" "ENST00000553896;ENST00000432832;ENST00000250383;ENST00000556701;ENST00000344777;ENST00000556729;ENST00000611765;ENST00000557535;ENST00000553600;ENST00000556550" "ENSP00000401213;ENSP00000250383;ENSP00000344674;ENSP00000481607;ENSP00000451895;ENSP00000451485" "Q13268" "DHRS2" "10202" "dehydrogenase/reductase 2" "HEP27;SDR25C1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000100867" "ENST00000553896;ENST00000432832;ENST00000250383;ENST00000556701;ENST00000344777;ENST00000556729;ENST00000611765;ENST00000557535;ENST00000553600;ENST00000556550" "ENSP00000401213;ENSP00000250383;ENSP00000344674;ENSP00000481607;ENSP00000451895;ENSP00000451485" "Q13268" "DHRS2" "10202" "dehydrogenase/reductase 2" "HEP27;SDR25C1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000100889" "ENST00000559250;ENST00000560736;ENST00000396973;ENST00000559837;ENST00000560106;ENST00000545054;ENST00000561050;ENST00000561286;ENST00000216780;ENST00000558674;ENST00000560657;ENST00000559584;ENST00000558096;ENST00000559503;ENST00000559171;ENST00000557969" "ENSP00000453444;ENSP00000453998;ENSP00000380171;ENSP00000453751;ENSP00000454020;ENSP00000441826;ENSP00000454011;ENSP00000216780;ENSP00000452748;ENSP00000453656;ENSP00000453528;ENSP00000453791" "Q16822" "PCK2" "5106" "phosphoenolpyruvate carboxykinase 2, mitochondrial" "PEPCK;PEPCK2" "Mitochondria" "CellAtlas" "ENSG00000100938" "ENST00000620807;ENST00000355299;ENST00000559836;ENST00000561038;ENST00000559287;ENST00000560139;ENST00000559910;ENST00000559801;ENST00000348719;ENST00000561035;ENST00000559409;ENST00000558865;ENST00000558279;ENST00000399440;ENST00000558701;ENST00000561130;ENST00000420554;ENST00000558760;ENST00000559102;ENST00000557854;ENST00000559104;ENST00000456667;ENST00000559606;ENST00000558483;ENST00000560517;ENST00000559943;ENST00000558007;ENST00000558748;ENST00000559479;ENST00000558932;ENST00000558788" "ENSP00000480342;ENSP00000347449;ENSP00000453299;ENSP00000452670;ENSP00000453594;ENSP00000453714;ENSP00000453537;ENSP00000334409;ENSP00000454009;ENSP00000453761;ENSP00000454138;ENSP00000453079;ENSP00000382369;ENSP00000453560;ENSP00000392859;ENSP00000452840;ENSP00000453895;ENSP00000454038;ENSP00000453355;ENSP00000405743;ENSP00000453139;ENSP00000452766;ENSP00000452683;ENSP00000452617;ENSP00000453833;ENSP00000453772" "Q9P2T1" "GMPR2" "51292" "guanosine monophosphate reductase 2" "" "Nucleus" "CellAtlas" "ENSG00000100979" "ENST00000354050;ENST00000372431;ENST00000372420;ENST00000477313;ENST00000420868" "ENSP00000335290;ENSP00000361508;ENSP00000361497;ENSP00000417138;ENSP00000411671" "P55058" "PLTP" "5360" "phospholipid transfer protein" "BPIFE" "Nucleus" "SwissProt" "ENSG00000100983" "ENST00000651619;ENST00000646735;ENST00000646405;ENST00000645723;ENST00000643908;ENST00000642498;ENST00000644793;ENST00000643188;ENST00000646512;ENST00000645328;ENST00000643502;ENST00000644538;ENST00000643443;ENST00000642538;ENST00000644694;ENST00000645408;ENST00000646497;ENST00000642493;ENST00000646502;ENST00000646766;ENST00000643271;ENST00000644197;ENST00000643690;ENST00000645102;ENST00000643628;ENST00000643203;ENST00000644608;ENST00000451957" "ENSP00000498303;ENSP00000493763;ENSP00000493744;ENSP00000493631;ENSP00000495750;ENSP00000493903;ENSP00000495404;ENSP00000494819;ENSP00000495572;ENSP00000493927;ENSP00000496142;ENSP00000493524;ENSP00000494333;ENSP00000496125;ENSP00000495829;ENSP00000493500;ENSP00000407517" "P48637" "GSS" "2937" "glutathione synthetase" "" "Nucleus" "CellAtlas" "ENSG00000100994" "ENST00000216962;ENST00000428458;ENST00000471359" "ENSP00000216962;ENSP00000395451" "P11216" "PYGB" "5834" "glycogen phosphorylase B" "" "Cytosol" "CellAtlas" "ENSG00000100997" "ENST00000465694;ENST00000376542;ENST00000672871;ENST00000672331;ENST00000671858;ENST00000673524;ENST00000339157;ENST00000672114;ENST00000672596;ENST00000672358;ENST00000672258;ENST00000673227;ENST00000672406;ENST00000672566;ENST00000673121;ENST00000671784;ENST00000576316;ENST00000672001;ENST00000673094;ENST00000481556;ENST00000491682;ENST00000471287;ENST00000450393;ENST00000461204" "ENSP00000459278;ENSP00000365725;ENSP00000499949;ENSP00000500286;ENSP00000500550;ENSP00000500316;ENSP00000341408;ENSP00000499945;ENSP00000500290;ENSP00000500062;ENSP00000499868;ENSP00000500514;ENSP00000500208;ENSP00000500106;ENSP00000499839;ENSP00000500451;ENSP00000459121;ENSP00000500257;ENSP00000459495;ENSP00000460950;ENSP00000413311;ENSP00000460249" "Q8N2K0" "ABHD12" "26090" "abhydrolase domain containing 12, lysophospholipase" "ABHD12A;BEM46L2;C20orf22;dJ965G21.2;DKFZP434P106" "Endoplasmic reticulum" "SwissProt" -"ENSG00000101146" "ENST00000395841;ENST00000371242;ENST00000527947;ENST00000492498;ENST00000411894;ENST00000429339;ENST00000395840;ENST00000452119;ENST00000462438" "ENSP00000379182;ENSP00000360286;ENSP00000432609;ENSP00000432698;ENSP00000392097;ENSP00000393264;ENSP00000379181;ENSP00000402924" "P78406" "RAE1" "8480" "ribonucleic acid export 1" "Gle2;Mnrp41" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101146" "ENST00000395841;ENST00000371242;ENST00000527947;ENST00000492498;ENST00000411894;ENST00000429339;ENST00000395840;ENST00000452119;ENST00000462438" "ENSP00000379182;ENSP00000360286;ENSP00000432609;ENSP00000432698;ENSP00000392097;ENSP00000393264;ENSP00000379181;ENSP00000402924" "P78406" "RAE1" "8480" "ribonucleic acid export 1" "Gle2;Mnrp41" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000101160" "ENST00000681011;ENST00000680879;ENST00000680753;ENST00000681175;ENST00000681877;ENST00000681457;ENST00000680263;ENST00000681416;ENST00000681366;ENST00000681427;ENST00000680456;ENST00000680206;ENST00000217131;ENST00000680283;ENST00000681664;ENST00000680738;ENST00000488395;ENST00000680628;ENST00000680300;ENST00000680565;ENST00000680995;ENST00000681360;ENST00000680156;ENST00000679948;ENST00000679991;ENST00000679391;ENST00000681029;ENST00000503833;ENST00000681797;ENST00000680880;ENST00000680386;ENST00000472025" "ENSP00000505520;ENSP00000505285;ENSP00000505409;ENSP00000505215;ENSP00000506136;ENSP00000506111;ENSP00000506588;ENSP00000506266;ENSP00000505693;ENSP00000505861;ENSP00000217131;ENSP00000506675;ENSP00000506298;ENSP00000506672;ENSP00000505432;ENSP00000505923;ENSP00000505169;ENSP00000505504;ENSP00000505895;ENSP00000506414;ENSP00000505647;ENSP00000506691;ENSP00000506279" "Q9UBR2" "CTSZ" "1522" "cathepsin Z" "CTSX" "Lysosome" "SwissProt" "ENSG00000101187" "ENST00000217159;ENST00000497209;ENST00000370507;ENST00000470412;ENST00000495889;ENST00000466961;ENST00000451793;ENST00000497919;ENST00000466818" "ENSP00000217159;ENSP00000434245;ENSP00000359538;ENSP00000414855" "Q96BD0" "SLCO4A1" "28231" "solute carrier organic anion transporter family member 4A1" "OATP-E;OATP4A1;SLC21A12" "" "" -"ENSG00000101210" "ENST00000675519;ENST00000217182;ENST00000298049;ENST00000645586;ENST00000642899;ENST00000645357;ENST00000646335;ENST00000643976" "ENSP00000501859;ENSP00000217182;ENSP00000298049;ENSP00000493767;ENSP00000494971;ENSP00000494752" "Q05639" "EEF1A2" "1917" "eukaryotic translation elongation factor 1 alpha 2" "EEF1AL;HS1;STN;STNL" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101210" "ENST00000675519;ENST00000217182;ENST00000298049;ENST00000645586;ENST00000642899;ENST00000645357;ENST00000646335;ENST00000643976" "ENSP00000501859;ENSP00000217182;ENSP00000298049;ENSP00000493767;ENSP00000494971;ENSP00000494752" "Q05639" "EEF1A2" "1917" "eukaryotic translation elongation factor 1 alpha 2" "EEF1AL;HS1;STN;STNL" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000101247" "ENST00000378081;ENST00000378106;ENST00000463598;ENST00000485738;ENST00000477732;ENST00000481249;ENST00000475968;ENST00000476536;ENST00000469177;ENST00000464269;ENST00000479716;ENST00000487478;ENST00000476124;ENST00000476200;ENST00000479682;ENST00000486772" "ENSP00000437325;ENSP00000367346;ENSP00000420497" "Q5TEU4" "NDUFAF5" "79133" "NADH:ubiquinone oxidoreductase complex assembly factor 5" "C20orf7;dJ842G6.1" "Inner mitochondria" "SwissProt" -"ENSG00000101255" "ENST00000615226;ENST00000217233;ENST00000449710;ENST00000422053" "ENSP00000478194;ENSP00000217233;ENSP00000391873;ENSP00000415416" "Q96RU7" "TRIB3" "57761" "tribbles pseudokinase 3" "C20orf97;dJ1103G7.3;TRB3" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000101255" "ENST00000615226;ENST00000217233;ENST00000449710;ENST00000422053" "ENSP00000478194;ENSP00000217233;ENSP00000391873;ENSP00000415416" "Q96RU7" "TRIB3" "57761" "tribbles pseudokinase 3" "C20orf97;dJ1103G7.3;TRB3" "Nucleus" "SwissProt;CellAtlas" "ENSG00000101276" "ENST00000473664;ENST00000645534;ENST00000381944;ENST00000217254;ENST00000488495;ENST00000675066;ENST00000676154;ENST00000674666;ENST00000675466" "ENSP00000502741;ENSP00000494193;ENSP00000371370;ENSP00000217254;ENSP00000494009;ENSP00000501902;ENSP00000501807;ENSP00000502783" "Q9NQ40" "SLC52A3" "113278" "solute carrier family 52 member 3" "bA371L19.1;C20orf54;hRFT2;RFVT3" "Cytosol;Nucleus" "SwissProt" -"ENSG00000101290" "ENST00000467923;ENST00000450570;ENST00000460006;ENST00000468817;ENST00000486875;ENST00000379070" "ENSP00000403205;ENSP00000419879" "O95674" "CDS2" "8760" "CDP-diacylglycerol synthase 2" "" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000101306" "ENST00000375994;ENST00000375985;ENST00000468730" "ENSP00000365162;ENSP00000365152" "Q9H1R3" "MYLK2" "85366" "myosin light chain kinase 2" "KMLC;MLCK2;skMLCK" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101290" "ENST00000467923;ENST00000450570;ENST00000460006;ENST00000468817;ENST00000486875;ENST00000379070" "ENSP00000403205;ENSP00000419879" "O95674" "CDS2" "8760" "CDP-diacylglycerol synthase 2" "" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000101306" "ENST00000375994;ENST00000375985;ENST00000468730" "ENSP00000365162;ENSP00000365152" "Q9H1R3" "MYLK2" "85366" "myosin light chain kinase 2" "KMLC;MLCK2;skMLCK" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000101323" "ENST00000378789" "ENSP00000368066" "Q9UJM8" "HAO1" "54363" "hydroxyacid oxidase 1" "GOX;GOX1" "Peroxisome" "SwissProt" "ENSG00000101333" "ENST00000407043;ENST00000441846;ENST00000378473;ENST00000437503;ENST00000416836;ENST00000278655;ENST00000414679;ENST00000378493;ENST00000378501;ENST00000492632;ENST00000464199;ENST00000473151;ENST00000482123" "ENSP00000385805;ENSP00000412982;ENSP00000367734;ENSP00000391614;ENSP00000395753;ENSP00000278655;ENSP00000390616;ENSP00000367754;ENSP00000367762" "Q15147" "PLCB4" "5332" "phospholipase C beta 4" "" "Nucleus" "CellAtlas" "ENSG00000101365" "ENST00000466494;ENST00000492240;ENST00000488299;ENST00000474315;ENST00000380851;ENST00000380843;ENST00000477689;ENST00000466999;ENST00000479376;ENST00000462967;ENST00000491065;ENST00000613370" "ENSP00000487187;ENSP00000482773;ENSP00000370232;ENSP00000370223;ENSP00000485997;ENSP00000484922" "O43837" "IDH3B" "3420" "isocitrate dehydrogenase (NAD(+)) 3 non-catalytic subunit beta" "RP46" "Mitochondria" "CellAtlas" "ENSG00000101438" "ENST00000217420" "ENSP00000217420" "Q9H598" "SLC32A1" "140679" "solute carrier family 32 member 1" "bA122O1.1;VGAT;VIAAT" "Cytosol" "CellAtlas" -"ENSG00000101444" "ENST00000217426;ENST00000480653;ENST00000538132;ENST00000468908;ENST00000606061;ENST00000473516" "ENSP00000217426;ENSP00000442820" "P23526" "AHCY" "191" "adenosylhomocysteinase" "SAHH" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000101464" "ENST00000217446;ENST00000438215;ENST00000480175;ENST00000628281;ENST00000462389;ENST00000374820" "ENSP00000217446;ENSP00000395755;ENSP00000363953" "Q9H490" "PIGU" "128869" "phosphatidylinositol glycan anchor biosynthesis class U" "bA346K17.2;CDC91L1;GAB1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000101473" "ENST00000217455;ENST00000461272;ENST00000652771;ENST00000488679;ENST00000487205;ENST00000484975;ENST00000493118;ENST00000483141;ENST00000484783;ENST00000486165;ENST00000481938;ENST00000457981;ENST00000426915" "ENSP00000217455;ENSP00000435581;ENSP00000498636;ENSP00000435115;ENSP00000419403;ENSP00000434216;ENSP00000433923;ENSP00000431175;ENSP00000403862;ENSP00000416217" "O14734" "ACOT8" "10005" "acyl-CoA thioesterase 8" "hACTE-III;hTE;NAP1;PTE-2;PTE1" "Peroxisome;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000101557" "ENST00000582707;ENST00000400266;ENST00000580410;ENST00000578942;ENST00000383589;ENST00000261601;ENST00000581983;ENST00000583119;ENST00000578786" "ENSP00000464447;ENSP00000383125;ENSP00000463891;ENSP00000373083;ENSP00000261601;ENSP00000462315;ENSP00000473563" "P54578" "USP14" "9097" "ubiquitin specific peptidase 14" "TGT" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000101558" "ENST00000400000;ENST00000577901;ENST00000340541;ENST00000585042;ENST00000578314;ENST00000584796;ENST00000583879;ENST00000583475;ENST00000577539" "ENSP00000382880;ENSP00000345656;ENSP00000463155" "Q9P0L0" "VAPA" "9218" "VAMP associated protein A" "hVAP-33;VAP-A" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000101574" "ENST00000319888;ENST00000573134;ENST00000576251;ENST00000574538;ENST00000577166;ENST00000609769;ENST00000574676" "ENSP00000320349;ENSP00000460774;ENSP00000458290;ENSP00000458415;ENSP00000477089;ENSP00000461097" "Q8N3J2" "METTL4" "64863" "methyltransferase like 4" "FLJ23017;HsT661" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000101577" "ENST00000261596;ENST00000677752;ENST00000584915;ENST00000581568" "ENSP00000261596;ENSP00000504857;ENSP00000463810" "Q92539" "LPIN2" "9663" "lipin 2" "KIAA0249" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101444" "ENST00000217426;ENST00000480653;ENST00000538132;ENST00000468908;ENST00000606061;ENST00000473516" "ENSP00000217426;ENSP00000442820" "P23526" "AHCY" "191" "adenosylhomocysteinase" "SAHH" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000101464" "ENST00000217446;ENST00000438215;ENST00000480175;ENST00000628281;ENST00000462389;ENST00000374820" "ENSP00000217446;ENSP00000395755;ENSP00000363953" "Q9H490" "PIGU" "128869" "phosphatidylinositol glycan anchor biosynthesis class U" "bA346K17.2;CDC91L1;GAB1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000101473" "ENST00000217455;ENST00000461272;ENST00000652771;ENST00000488679;ENST00000487205;ENST00000484975;ENST00000493118;ENST00000483141;ENST00000484783;ENST00000486165;ENST00000481938;ENST00000457981;ENST00000426915" "ENSP00000217455;ENSP00000435581;ENSP00000498636;ENSP00000435115;ENSP00000419403;ENSP00000434216;ENSP00000433923;ENSP00000431175;ENSP00000403862;ENSP00000416217" "O14734" "ACOT8" "10005" "acyl-CoA thioesterase 8" "hACTE-III;hTE;NAP1;PTE-2;PTE1" "Peroxisome;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000101557" "ENST00000582707;ENST00000400266;ENST00000580410;ENST00000578942;ENST00000383589;ENST00000261601;ENST00000581983;ENST00000583119;ENST00000578786" "ENSP00000464447;ENSP00000383125;ENSP00000463891;ENSP00000373083;ENSP00000261601;ENSP00000462315;ENSP00000473563" "P54578" "USP14" "9097" "ubiquitin specific peptidase 14" "TGT" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000101558" "ENST00000400000;ENST00000577901;ENST00000340541;ENST00000585042;ENST00000578314;ENST00000584796;ENST00000583879;ENST00000583475;ENST00000577539" "ENSP00000382880;ENSP00000345656;ENSP00000463155" "Q9P0L0" "VAPA" "9218" "VAMP associated protein A" "hVAP-33;VAP-A" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000101574" "ENST00000319888;ENST00000573134;ENST00000576251;ENST00000574538;ENST00000577166;ENST00000609769;ENST00000574676" "ENSP00000320349;ENSP00000460774;ENSP00000458290;ENSP00000458415;ENSP00000477089;ENSP00000461097" "Q8N3J2" "METTL4" "64863" "methyltransferase like 4" "FLJ23017;HsT661" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000101577" "ENST00000261596;ENST00000677752;ENST00000584915;ENST00000581568" "ENSP00000261596;ENSP00000504857;ENSP00000463810" "Q92539" "LPIN2" "9663" "lipin 2" "KIAA0249" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000101638" "ENST00000538168;ENST00000315087;ENST00000590497;ENST00000536490;ENST00000587428;ENST00000589088;ENST00000591375;ENST00000588155;ENST00000590488" "ENSP00000445492;ENSP00000321343;ENSP00000443683;ENSP00000468112;ENSP00000466787" "O15466" "ST8SIA5" "29906" "ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 5" "SIAT8E" "Golgi apparatus" "SwissProt" -"ENSG00000101654" "ENST00000543302;ENST00000588457;ENST00000383314;ENST00000592764;ENST00000591746;ENST00000589866;ENST00000262173;ENST00000588417;ENST00000593007;ENST00000591922" "ENSP00000446426;ENSP00000467171;ENSP00000372804;ENSP00000466111;ENSP00000467475;ENSP00000466252;ENSP00000262173;ENSP00000468261" "O43148" "RNMT" "8731" "RNA guanine-7 methyltransferase" "RG7MT1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000101654" "ENST00000543302;ENST00000588457;ENST00000383314;ENST00000592764;ENST00000591746;ENST00000589866;ENST00000262173;ENST00000588417;ENST00000593007;ENST00000591922" "ENSP00000446426;ENSP00000467171;ENSP00000372804;ENSP00000466111;ENSP00000467475;ENSP00000466252;ENSP00000262173;ENSP00000468261" "O43148" "RNMT" "8731" "RNA guanine-7 methyltransferase" "RG7MT1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000101670" "ENST00000577628;ENST00000583083;ENST00000261292;ENST00000427224;ENST00000580036;ENST00000579750;ENST00000623277" "ENSP00000463835;ENSP00000463077;ENSP00000261292;ENSP00000387978;ENSP00000462420;ENSP00000462480" "Q9Y5X9" "LIPG" "9388" "lipase G, endothelial type" "EDL" "" "" -"ENSG00000101695" "ENST00000217740;ENST00000580209;ENST00000583384;ENST00000583814;ENST00000580863" "ENSP00000217740;ENSP00000463935" "Q96EQ8" "RNF125" "54941" "ring finger protein 125" "FLJ20456" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000101751" "ENST00000579534;ENST00000406285;ENST00000577612;ENST00000579434;ENST00000583136;ENST00000577971;ENST00000217800;ENST00000580880;ENST00000580905;ENST00000581950;ENST00000585023;ENST00000579823;ENST00000577361;ENST00000583576;ENST00000582366;ENST00000577727" "ENSP00000462664;ENSP00000385196;ENSP00000464025;ENSP00000462681;ENSP00000463071;ENSP00000217800;ENSP00000461983;ENSP00000462146;ENSP00000463971;ENSP00000463065" "Q9UNA4" "POLI" "11201" "DNA polymerase iota" "RAD30B;RAD3OB" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101695" "ENST00000217740;ENST00000580209;ENST00000583384;ENST00000583814;ENST00000580863" "ENSP00000217740;ENSP00000463935" "Q96EQ8" "RNF125" "54941" "ring finger protein 125" "FLJ20456" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000101751" "ENST00000579534;ENST00000406285;ENST00000577612;ENST00000579434;ENST00000583136;ENST00000577971;ENST00000217800;ENST00000580880;ENST00000580905;ENST00000581950;ENST00000585023;ENST00000579823;ENST00000577361;ENST00000583576;ENST00000582366;ENST00000577727" "ENSP00000462664;ENSP00000385196;ENSP00000464025;ENSP00000462681;ENSP00000463071;ENSP00000217800;ENSP00000461983;ENSP00000462146;ENSP00000463971;ENSP00000463065" "Q9UNA4" "POLI" "11201" "DNA polymerase iota" "RAD30B;RAD3OB" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000101752" "ENST00000578646;ENST00000261537;ENST00000577749;ENST00000578260" "ENSP00000261537" "Q86YT6" "MIB1" "57534" "MIB E3 ubiquitin protein ligase 1" "DIP-1;KIAA1323;MIB;ZZANK2;ZZZ6" "Cytosol" "SwissProt" "ENSG00000101846" "ENST00000664306;ENST00000666110;ENST00000674429;ENST00000660000;ENST00000658154;ENST00000217961;ENST00000674499" "ENSP00000499549;ENSP00000499472;ENSP00000501534;ENSP00000499642;ENSP00000217961;ENSP00000501360" "P08842" "STS" "412" "steroid sulfatase" "ARSC;ARSC1" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000101849" "ENST00000407597;ENST00000380961;ENST00000424279;ENST00000645353;ENST00000422314;ENST00000645686;ENST00000646640;ENST00000647172;ENST00000452824;ENST00000415293;ENST00000683056;ENST00000647060;ENST00000497555;ENST00000684110" "ENSP00000385988;ENSP00000370348;ENSP00000394097;ENSP00000496215;ENSP00000415508;ENSP00000493782;ENSP00000495556;ENSP00000495835;ENSP00000397878;ENSP00000507708;ENSP00000495467" "O60907" "TBL1X" "6907" "transducin beta like 1 X-linked" "EBI;TBL1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000101868" "ENST00000678847;ENST00000672178;ENST00000379068;ENST00000677890;ENST00000379059;ENST00000676703;ENST00000611764;ENST00000493342;ENST00000678249;ENST00000480125;ENST00000677083;ENST00000679301;ENST00000494204;ENST00000677939" "ENSP00000500742;ENSP00000368358;ENSP00000503099;ENSP00000368349" "P09884" "POLA1" "5422" "DNA polymerase alpha 1, catalytic subunit" "NSX;p180;POLA" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000101871" "ENST00000453318;ENST00000380779;ENST00000380780;ENST00000317552;ENST00000380785;ENST00000380787;ENST00000380782;ENST00000675073;ENST00000674917;ENST00000479925;ENST00000413894;ENST00000616003;ENST00000675358;ENST00000610939" "ENSP00000414521;ENSP00000370156;ENSP00000370157;ENSP00000312678;ENSP00000370162;ENSP00000370164;ENSP00000370159;ENSP00000501707;ENSP00000502171;ENSP00000391154;ENSP00000484712;ENSP00000502220" "O15344" "MID1" "4281" "midline 1" "FXY;OS;RNF59;TRIM18" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101849" "ENST00000407597;ENST00000380961;ENST00000424279;ENST00000645353;ENST00000422314;ENST00000645686;ENST00000646640;ENST00000647172;ENST00000452824;ENST00000415293;ENST00000683056;ENST00000647060;ENST00000497555;ENST00000684110" "ENSP00000385988;ENSP00000370348;ENSP00000394097;ENSP00000496215;ENSP00000415508;ENSP00000493782;ENSP00000495556;ENSP00000495835;ENSP00000397878;ENSP00000507708;ENSP00000495467" "O60907" "TBL1X" "6907" "transducin beta like 1 X-linked" "EBI;TBL1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000101868" "ENST00000678847;ENST00000672178;ENST00000379068;ENST00000677890;ENST00000379059;ENST00000676703;ENST00000611764;ENST00000493342;ENST00000678249;ENST00000480125;ENST00000677083;ENST00000679301;ENST00000494204;ENST00000677939" "ENSP00000500742;ENSP00000368358;ENSP00000503099;ENSP00000368349" "P09884" "POLA1" "5422" "DNA polymerase alpha 1, catalytic subunit" "NSX;p180;POLA" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000101871" "ENST00000453318;ENST00000380779;ENST00000380780;ENST00000317552;ENST00000380785;ENST00000380787;ENST00000380782;ENST00000675073;ENST00000674917;ENST00000479925;ENST00000413894;ENST00000616003;ENST00000675358;ENST00000610939" "ENSP00000414521;ENSP00000370156;ENSP00000370157;ENSP00000312678;ENSP00000370162;ENSP00000370164;ENSP00000370159;ENSP00000501707;ENSP00000502171;ENSP00000391154;ENSP00000484712;ENSP00000502220" "O15344" "MID1" "4281" "midline 1" "FXY;OS;RNF59;TRIM18" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000101890" "ENST00000218006" "ENSP00000218006" "P51841" "GUCY2F" "2986" "guanylate cyclase 2F, retinal" "CYGF;GC-F;GUC2DL;RetGC-2;ROS-GC2" "" "" "ENSG00000101892" "ENST00000539306;ENST00000218008;ENST00000361319" "ENSP00000443334;ENSP00000218008;ENSP00000355346" "Q9UN42" "ATP1B4" "23439" "ATPase Na+/K+ transporting family member beta 4" "" "Nucleus" "SwissProt" -"ENSG00000101901" "ENST00000487141;ENST00000371979;ENST00000394780;ENST00000622997;ENST00000624161;ENST00000468657;ENST00000624881;ENST00000636363;ENST00000473389;ENST00000482374;ENST00000492038;ENST00000622986;ENST00000486353;ENST00000495283;ENST00000623144;ENST00000470971;ENST00000489033;ENST00000623255;ENST00000471924;ENST00000623148;ENST00000436609;ENST00000482742;ENST00000623189;ENST00000470704;ENST00000635768;ENST00000623622;ENST00000490774;ENST00000486578;ENST00000460092;ENST00000635824;ENST00000637022;ENST00000635931;ENST00000637213;ENST00000461669;ENST00000474121;ENST00000485371;ENST00000487243;ENST00000623310;ENST00000610588;ENST00000251943;ENST00000621367" "ENSP00000478130;ENSP00000361047;ENSP00000378260;ENSP00000485420;ENSP00000485181;ENSP00000480638;ENSP00000485093;ENSP00000490681;ENSP00000480711;ENSP00000479632;ENSP00000479483;ENSP00000485067;ENSP00000426892;ENSP00000427093;ENSP00000485279;ENSP00000479424;ENSP00000482257;ENSP00000485333;ENSP00000484523;ENSP00000485658;ENSP00000392990;ENSP00000477513;ENSP00000485392;ENSP00000485624;ENSP00000485400;ENSP00000485071;ENSP00000479731;ENSP00000251943;ENSP00000481509" "Q9NP73" "ALG13" "79868" "ALG13 UDP-N-acetylglucosaminyltransferase subunit" "CDG1S;CXorf45;FLJ23018;GLT28D1;MDS031;TDRD13;YGL047W" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000101901" "ENST00000487141;ENST00000371979;ENST00000394780;ENST00000622997;ENST00000624161;ENST00000468657;ENST00000624881;ENST00000636363;ENST00000473389;ENST00000482374;ENST00000492038;ENST00000622986;ENST00000486353;ENST00000495283;ENST00000623144;ENST00000470971;ENST00000489033;ENST00000623255;ENST00000471924;ENST00000623148;ENST00000436609;ENST00000482742;ENST00000623189;ENST00000470704;ENST00000635768;ENST00000623622;ENST00000490774;ENST00000486578;ENST00000460092;ENST00000635824;ENST00000637022;ENST00000635931;ENST00000637213;ENST00000461669;ENST00000474121;ENST00000485371;ENST00000487243;ENST00000623310;ENST00000610588;ENST00000251943;ENST00000621367" "ENSP00000478130;ENSP00000361047;ENSP00000378260;ENSP00000485420;ENSP00000485181;ENSP00000480638;ENSP00000485093;ENSP00000490681;ENSP00000480711;ENSP00000479632;ENSP00000479483;ENSP00000485067;ENSP00000426892;ENSP00000427093;ENSP00000485279;ENSP00000479424;ENSP00000482257;ENSP00000485333;ENSP00000484523;ENSP00000485658;ENSP00000392990;ENSP00000477513;ENSP00000485392;ENSP00000485624;ENSP00000485400;ENSP00000485071;ENSP00000479731;ENSP00000251943;ENSP00000481509" "Q9NP73" "ALG13" "79868" "ALG13 UDP-N-acetylglucosaminyltransferase subunit" "CDG1S;CXorf45;FLJ23018;GLT28D1;MDS031;TDRD13;YGL047W" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000101911" "ENST00000380663;ENST00000380668;ENST00000398491;ENST00000489404;ENST00000461630" "ENSP00000370038;ENSP00000370043;ENSP00000381504;ENSP00000419380;ENSP00000418911" "P11908" "PRPS2" "5634" "phosphoribosyl pyrophosphate synthetase 2" "" "Nucleus" "CellAtlas" "ENSG00000101945" "ENST00000376687;ENST00000482260;ENST00000462786;ENST00000337852" "ENSP00000365877;ENSP00000337976" "O43463" "SUV39H1" "6839" "suppressor of variegation 3-9 homolog 1" "KMT1A;SUV39H" "Nucleus" "SwissProt" "ENSG00000101974" "ENST00000370557;ENST00000682941;ENST00000433868;ENST00000327569;ENST00000361648;ENST00000450801;ENST00000460773;ENST00000422228;ENST00000485626" "ENSP00000359588;ENSP00000507250;ENSP00000397923;ENSP00000332756;ENSP00000355165;ENSP00000391259;ENSP00000394573" "Q8NB49" "ATP11C" "286410" "ATPase phospholipid transporting 11C" "ATPIG;ATPIQ" "Endoplasmic reticulum" "SwissProt" "ENSG00000101986" "ENST00000218104;ENST00000370129;ENST00000443684" "ENSP00000218104;ENSP00000359147" "P33897" "ABCD1" "215" "ATP binding cassette subfamily D member 1" "adrenoleukodystrophy;ALD;ALDP;AMN" "Peroxisome;Lysosome;Endoplasmic reticulum" "SwissProt" -"ENSG00000102030" "ENST00000464845;ENST00000482485;ENST00000370015;ENST00000393712;ENST00000370009;ENST00000466877;ENST00000484950;ENST00000460996;ENST00000370011;ENST00000467451;ENST00000432089;ENST00000477750;ENST00000393710;ENST00000477882;ENST00000478177;ENST00000488481" "ENSP00000417763;ENSP00000359032;ENSP00000377315;ENSP00000359026;ENSP00000359028;ENSP00000413668" "P41227" "NAA10" "8260" "N-alpha-acetyltransferase 10, NatA catalytic subunit" "ARD1;ARD1A;DXS707;TE2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102030" "ENST00000464845;ENST00000482485;ENST00000370015;ENST00000393712;ENST00000370009;ENST00000466877;ENST00000484950;ENST00000460996;ENST00000370011;ENST00000467451;ENST00000432089;ENST00000477750;ENST00000393710;ENST00000477882;ENST00000478177;ENST00000488481" "ENSP00000417763;ENSP00000359032;ENSP00000377315;ENSP00000359026;ENSP00000359028;ENSP00000413668" "P41227" "NAA10" "8260" "N-alpha-acetyltransferase 10, NatA catalytic subunit" "ARD1;ARD1A;DXS707;TE2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000102032" "ENST00000393700;ENST00000457282;ENST00000369997;ENST00000423624;ENST00000451114;ENST00000442361;ENST00000462086;ENST00000464227;ENST00000471056;ENST00000475904" "ENSP00000377303;ENSP00000405759;ENSP00000359014;ENSP00000394220;ENSP00000409034;ENSP00000399278" "P51606" "RENBP" "5973" "renin binding protein" "RBP;RNBP" "" "" "ENSG00000102043" "ENST00000374852;ENST00000478487;ENST00000462447;ENST00000461403" "ENSP00000363985" "Q96EF0" "MTMR8" "55613" "myotubularin related protein 8" "FLJ20126" "Nucleus" "SwissProt" "ENSG00000102078" "ENST00000543953;ENST00000612248;ENST00000495156;ENST00000464342;ENST00000464184;ENST00000424447;ENST00000545805;ENST00000218197;ENST00000467496;ENST00000339231;ENST00000361980;ENST00000478474;ENST00000467346;ENST00000471795;ENST00000465988" "ENSP00000445225;ENSP00000477981;ENSP00000402578;ENSP00000444642;ENSP00000218197;ENSP00000342797;ENSP00000354455" "O95258" "SLC25A14" "9016" "solute carrier family 25 member 14" "BMCP1;UCP5" "Mitochondria" "CellAtlas" -"ENSG00000102100" "ENST00000635285;ENST00000247138;ENST00000635460;ENST00000376529;ENST00000635628;ENST00000376521;ENST00000445167;ENST00000413561;ENST00000376515;ENST00000635589;ENST00000616181;ENST00000452555;ENST00000446885;ENST00000635238;ENST00000634665;ENST00000635015;ENST00000376512;ENST00000634461" "ENSP00000489484;ENSP00000247138;ENSP00000489339;ENSP00000365712;ENSP00000489613;ENSP00000365704;ENSP00000402726;ENSP00000393233;ENSP00000365698;ENSP00000489197;ENSP00000478617;ENSP00000416002;ENSP00000415518;ENSP00000489515;ENSP00000489356;ENSP00000489089;ENSP00000365695;ENSP00000489440" "P78381" "SLC35A2" "7355" "solute carrier family 35 member A2" "UGALT;UGAT;UGT;UGT1;UGT2;UGTL" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000102100" "ENST00000635285;ENST00000247138;ENST00000635460;ENST00000376529;ENST00000635628;ENST00000376521;ENST00000445167;ENST00000413561;ENST00000376515;ENST00000635589;ENST00000616181;ENST00000452555;ENST00000446885;ENST00000635238;ENST00000634665;ENST00000635015;ENST00000376512;ENST00000634461" "ENSP00000489484;ENSP00000247138;ENSP00000489339;ENSP00000365712;ENSP00000489613;ENSP00000365704;ENSP00000402726;ENSP00000393233;ENSP00000365698;ENSP00000489197;ENSP00000478617;ENSP00000416002;ENSP00000415518;ENSP00000489515;ENSP00000489356;ENSP00000489089;ENSP00000365695;ENSP00000489440" "P78381" "SLC35A2" "7355" "solute carrier family 35 member A2" "UGALT;UGAT;UGT;UGT1;UGT2;UGTL" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000102125" "ENST00000613634;ENST00000612460;ENST00000601016;ENST00000613002;ENST00000652682;ENST00000475699;ENST00000615986;ENST00000617701;ENST00000620808;ENST00000615658;ENST00000614595;ENST00000612012;ENST00000652476;ENST00000369776;ENST00000621647;ENST00000652685;ENST00000439735;ENST00000616020;ENST00000476800;ENST00000652358;ENST00000652390;ENST00000483674;ENST00000426231;ENST00000483780;ENST00000476679;ENST00000652354;ENST00000479875;ENST00000470127;ENST00000652644;ENST00000494912;ENST00000498029;ENST00000651139" "ENSP00000481037;ENSP00000469981;ENSP00000478154;ENSP00000498288;ENSP00000419854;ENSP00000480133;ENSP00000481645;ENSP00000479311;ENSP00000482070;ENSP00000358791;ENSP00000398193;ENSP00000483636;ENSP00000498464;ENSP00000498858;ENSP00000406257;ENSP00000498734;ENSP00000498940;ENSP00000498496;ENSP00000498957" "Q16635" "TAZ" "6901" "tafazzin" "BTHS;CMD3A;EFE;EFE2;G4.5;TAZ1;XAP-2" "Cytosol;Inner mitochondria" "SwissProt" "ENSG00000102144" "ENST00000644362;ENST00000477335;ENST00000491291;ENST00000373316;ENST00000474281;ENST00000476531" "ENSP00000496140;ENSP00000362413" "P00558" "PGK1" "5230" "phosphoglycerate kinase 1" "" "Cytosol" "SwissProt" "ENSG00000102172" "ENST00000404933;ENST00000379404;ENST00000478094;ENST00000457085" "ENSP00000385746;ENSP00000368714;ENSP00000407366" "P52788" "SMS" "6611" "spermine synthase" "MRSR;SPMSY;SpS;SRS" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000102226" "ENST00000478596;ENST00000377107;ENST00000469080;ENST00000377080;ENST00000377078;ENST00000489111;ENST00000489030;ENST00000480104;ENST00000488848;ENST00000497179;ENST00000467378;ENST00000218348" "ENSP00000366311;ENSP00000366282;ENSP00000366279;ENSP00000218348" "P51784" "USP11" "8237" "ubiquitin specific peptidase 11" "UHX1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102226" "ENST00000478596;ENST00000377107;ENST00000469080;ENST00000377080;ENST00000377078;ENST00000489111;ENST00000489030;ENST00000480104;ENST00000488848;ENST00000497179;ENST00000467378;ENST00000218348" "ENSP00000366311;ENSP00000366282;ENSP00000366279;ENSP00000218348" "P51784" "USP11" "8237" "ubiquitin specific peptidase 11" "UHX1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000102230" "ENST00000379144;ENST00000379145;ENST00000356768;ENST00000496020" "ENSP00000368439;ENSP00000368440;ENSP00000349211;ENSP00000436562" "Q9Y5K3" "PCYT1B" "9468" "phosphate cytidylyltransferase 1, choline, beta" "CCT-beta;CTB" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000102309" "ENST00000373662;ENST00000218432;ENST00000373669;ENST00000496835;ENST00000652108;ENST00000439980;ENST00000446576;ENST00000423432;ENST00000664196" "ENSP00000421392;ENSP00000218432;ENSP00000362773;ENSP00000421676;ENSP00000498324;ENSP00000394066;ENSP00000402330;ENSP00000409154;ENSP00000499466" "Q9Y237" "PIN4" "5303" "peptidylprolyl cis/trans isomerase, NIMA-interacting 4" "EPVH;PAR14;PAR17" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102309" "ENST00000373662;ENST00000218432;ENST00000373669;ENST00000496835;ENST00000652108;ENST00000439980;ENST00000446576;ENST00000423432;ENST00000664196" "ENSP00000421392;ENSP00000218432;ENSP00000362773;ENSP00000421676;ENSP00000498324;ENSP00000394066;ENSP00000402330;ENSP00000409154;ENSP00000499466" "Q9Y237" "PIN4" "5303" "peptidylprolyl cis/trans isomerase, NIMA-interacting 4" "EPVH;PAR14;PAR17" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000102312" "ENST00000684722;ENST00000359882;ENST00000486272;ENST00000682661;ENST00000326194;ENST00000472520;ENST00000485288;ENST00000355961;ENST00000528612;ENST00000683923;ENST00000489940;ENST00000491243;ENST00000361988;ENST00000537758;ENST00000367574;ENST00000470275;ENST00000459953;ENST00000683804" "ENSP00000352946;ENSP00000322304;ENSP00000419858;ENSP00000420445;ENSP00000348233;ENSP00000431224;ENSP00000506737;ENSP00000419212;ENSP00000354978;ENSP00000446401;ENSP00000356546;ENSP00000418644" "Q9H237" "PORCN" "64840" "porcupine O-acyltransferase" "DHOF;MG61;por;PORC;PPN" "Endoplasmic reticulum" "SwissProt" -"ENSG00000102383" "ENST00000373367;ENST00000482827;ENST00000541184" "ENSP00000362465;ENSP00000445420" "Q96MV8" "ZDHHC15" "158866" "zinc finger DHHC-type palmitoyltransferase 15" "DHHC15;FLJ31812;MRX91" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102383" "ENST00000373367;ENST00000482827;ENST00000541184" "ENSP00000362465;ENSP00000445420" "Q96MV8" "ZDHHC15" "158866" "zinc finger DHHC-type palmitoyltransferase 15" "DHHC15;FLJ31812;MRX91" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000102393" "ENST00000674142;ENST00000468823;ENST00000493905;ENST00000218516;ENST00000466414;ENST00000479445;ENST00000649178;ENST00000675968;ENST00000676156;ENST00000675592;ENST00000676372;ENST00000674127;ENST00000675799;ENST00000486121;ENST00000480513;ENST00000674634" "ENSP00000476935;ENSP00000218516;ENSP00000498186;ENSP00000501730;ENSP00000502239;ENSP00000502805;ENSP00000501044;ENSP00000502661;ENSP00000501124;ENSP00000497055;ENSP00000502629" "P06280" "GLA" "2717" "galactosidase alpha" "GALA" "Lysosome" "SwissProt" -"ENSG00000102575" "ENST00000648477;ENST00000218758;ENST00000412435;ENST00000590420;ENST00000588625;ENST00000588524;ENST00000590832;ENST00000588079;ENST00000589792;ENST00000649386;ENST00000591319;ENST00000592828;ENST00000592659" "ENSP00000496973;ENSP00000218758;ENSP00000392374;ENSP00000468509;ENSP00000465127;ENSP00000468685;ENSP00000497140;ENSP00000464831;ENSP00000468767;ENSP00000465498" "P13686" "ACP5" "54" "acid phosphatase 5, tartrate resistant" "HPAP;TRAP" "Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000102575" "ENST00000648477;ENST00000218758;ENST00000412435;ENST00000590420;ENST00000588625;ENST00000588524;ENST00000590832;ENST00000588079;ENST00000589792;ENST00000649386;ENST00000591319;ENST00000592828;ENST00000592659" "ENSP00000496973;ENSP00000218758;ENSP00000392374;ENSP00000468509;ENSP00000465127;ENSP00000468685;ENSP00000497140;ENSP00000464831;ENSP00000468767;ENSP00000465498" "P13686" "ACP5" "54" "acid phosphatase 5, tartrate resistant" "HPAP;TRAP" "Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000102595" "ENST00000376747;ENST00000462472;ENST00000476866;ENST00000491509;ENST00000463054;ENST00000465196;ENST00000461329;ENST00000467305;ENST00000376712;ENST00000376714;ENST00000621375;ENST00000397618;ENST00000638479" "ENSP00000365938;ENSP00000365902;ENSP00000365904;ENSP00000482021;ENSP00000380743;ENSP00000491729" "Q9NYU1" "UGGT2" "55757" "UDP-glucose glycoprotein glucosyltransferase 2" "FLJ10873;FLJ11485;HUGT2;MGC117360;MGC150689;MGC87276;UGCGL2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000102699" "ENST00000381989;ENST00000484989;ENST00000480576" "ENSP00000371419" "Q9UKK3" "PARP4" "143" "poly(ADP-ribose) polymerase family member 4" "ADPRTL1;ARTD4;p193;VAULT3;VPARP;VWA5C" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102699" "ENST00000381989;ENST00000484989;ENST00000480576" "ENSP00000371419" "Q9UKK3" "PARP4" "143" "poly(ADP-ribose) polymerase family member 4" "ADPRTL1;ARTD4;p193;VAULT3;VPARP;VWA5C" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000102743" "ENST00000478827;ENST00000338625;ENST00000417731;ENST00000470509" "ENSP00000342267;ENSP00000415826;ENSP00000431429" "Q9Y619" "SLC25A15" "10166" "solute carrier family 25 member 15" "D13S327;HHH;ORC1;ORNT1" "Inner mitochondria" "SwissProt" "ENSG00000102780" "ENST00000337343;ENST00000261491;ENST00000611224;ENST00000628433;ENST00000627777;ENST00000626247;ENST00000536612;ENST00000498255;ENST00000489851;ENST00000379274" "ENSP00000337572;ENSP00000261491;ENSP00000482250;ENSP00000485809;ENSP00000486838;ENSP00000486329;ENSP00000445114;ENSP00000368576" "Q86XP1" "DGKH" "160851" "diacylglycerol kinase eta" "DGKeta" "Cytosol" "SwissProt" -"ENSG00000102858" "ENST00000591895;ENST00000262370;ENST00000536343;ENST00000587747;ENST00000399577;ENST00000588994;ENST00000586183;ENST00000615397;ENST00000590790;ENST00000593224;ENST00000587145;ENST00000590457;ENST00000588015;ENST00000591673;ENST00000592256;ENST00000588111;ENST00000585676;ENST00000415496" "ENSP00000468171;ENSP00000262370;ENSP00000443810;ENSP00000467414;ENSP00000382487;ENSP00000468819;ENSP00000465860;ENSP00000464811;ENSP00000465249;ENSP00000393311" "O60291" "MGRN1" "23295" "mahogunin ring finger 1" "KIAA0544;RNF156" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000102893" "ENST00000566037;ENST00000566044;ENST00000299167;ENST00000323584;ENST00000566721;ENST00000565424;ENST00000567402;ENST00000563376;ENST00000567200;ENST00000564873;ENST00000570047;ENST00000566436;ENST00000568439;ENST00000568171;ENST00000566275;ENST00000566319;ENST00000564711" "ENSP00000455664;ENSP00000456729;ENSP00000299167;ENSP00000313504;ENSP00000457905;ENSP00000458581;ENSP00000460408;ENSP00000461770;ENSP00000458446;ENSP00000459287;ENSP00000458961" "Q93100" "PHKB" "5257" "phosphorylase kinase regulatory subunit beta" "" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102858" "ENST00000591895;ENST00000262370;ENST00000536343;ENST00000587747;ENST00000399577;ENST00000588994;ENST00000586183;ENST00000615397;ENST00000590790;ENST00000593224;ENST00000587145;ENST00000590457;ENST00000588015;ENST00000591673;ENST00000592256;ENST00000588111;ENST00000585676;ENST00000415496" "ENSP00000468171;ENSP00000262370;ENSP00000443810;ENSP00000467414;ENSP00000382487;ENSP00000468819;ENSP00000465860;ENSP00000464811;ENSP00000465249;ENSP00000393311" "O60291" "MGRN1" "23295" "mahogunin ring finger 1" "KIAA0544;RNF156" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000102893" "ENST00000566037;ENST00000566044;ENST00000299167;ENST00000323584;ENST00000566721;ENST00000565424;ENST00000567402;ENST00000563376;ENST00000567200;ENST00000564873;ENST00000570047;ENST00000566436;ENST00000568439;ENST00000568171;ENST00000566275;ENST00000566319;ENST00000564711" "ENSP00000455664;ENSP00000456729;ENSP00000299167;ENSP00000313504;ENSP00000457905;ENSP00000458581;ENSP00000460408;ENSP00000461770;ENSP00000458446;ENSP00000459287;ENSP00000458961" "Q93100" "PHKB" "5257" "phosphorylase kinase regulatory subunit beta" "" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000102900" "ENST00000308159;ENST00000563858;ENST00000566315;ENST00000569842;ENST00000569863;ENST00000562496;ENST00000568656;ENST00000566678;ENST00000564887;ENST00000569595;ENST00000566727;ENST00000567641;ENST00000568283;ENST00000567081;ENST00000542526;ENST00000563437;ENST00000563405;ENST00000563486;ENST00000569322;ENST00000564278;ENST00000563465" "ENSP00000310668;ENSP00000455230;ENSP00000456264;ENSP00000458101;ENSP00000454587;ENSP00000457902;ENSP00000454285;ENSP00000454935;ENSP00000458039;ENSP00000455210;ENSP00000454844;ENSP00000455181;ENSP00000440235;ENSP00000458078;ENSP00000456196;ENSP00000457907" "Q8N1F7" "NUP93" "9688" "nucleoporin 93" "KIAA0095" "Nucleus" "SwissProt" -"ENSG00000102967" "ENST00000572887;ENST00000219240;ENST00000574309;ENST00000571288;ENST00000576145;ENST00000573922;ENST00000572003;ENST00000573843;ENST00000571392" "ENSP00000461848;ENSP00000219240;ENSP00000460966;ENSP00000464249;ENSP00000464333" "Q02127" "DHODH" "1723" "dihydroorotate dehydrogenase (quinone)" "" "Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000102978" "ENST00000219252;ENST00000563115;ENST00000562953;ENST00000562599;ENST00000564651;ENST00000567982;ENST00000564626;ENST00000563589" "ENSP00000219252;ENSP00000456367" "P19387" "POLR2C" "5432" "RNA polymerase II subunit C" "RPB3" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000102967" "ENST00000572887;ENST00000219240;ENST00000574309;ENST00000571288;ENST00000576145;ENST00000573922;ENST00000572003;ENST00000573843;ENST00000571392" "ENSP00000461848;ENSP00000219240;ENSP00000460966;ENSP00000464249;ENSP00000464333" "Q02127" "DHODH" "1723" "dihydroorotate dehydrogenase (quinone)" "" "Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000102978" "ENST00000219252;ENST00000563115;ENST00000562953;ENST00000562599;ENST00000564651;ENST00000567982;ENST00000564626;ENST00000563589" "ENSP00000219252;ENSP00000456367" "P19387" "POLR2C" "5432" "RNA polymerase II subunit C" "RPB3" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000103024" "ENST00000219302;ENST00000564628;ENST00000561637;ENST00000567271;ENST00000568561;ENST00000563498;ENST00000566600;ENST00000563367;ENST00000565379;ENST00000563854;ENST00000564252" "ENSP00000219302;ENSP00000456160;ENSP00000455271;ENSP00000455435;ENSP00000454498" "Q13232" "NME3" "4832" "NME/NM23 nucleoside diphosphate kinase 3" "DR-nm23;NDPKC;NM23-H3" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000103037" "ENST00000310682;ENST00000394266;ENST00000427443;ENST00000470003;ENST00000492050;ENST00000447443;ENST00000219315;ENST00000468223;ENST00000418480;ENST00000422445;ENST00000467320;ENST00000463954;ENST00000491587" "ENSP00000310082;ENSP00000377809;ENSP00000398033;ENSP00000396437;ENSP00000219315;ENSP00000412858" "Q8TBK2" "SETD6" "79918" "SET domain containing 6, protein lysine methyltransferase" "FLJ21148" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000103037" "ENST00000310682;ENST00000394266;ENST00000427443;ENST00000470003;ENST00000492050;ENST00000447443;ENST00000219315;ENST00000468223;ENST00000418480;ENST00000422445;ENST00000467320;ENST00000463954;ENST00000491587" "ENSP00000310082;ENSP00000377809;ENSP00000398033;ENSP00000396437;ENSP00000219315;ENSP00000412858" "Q8TBK2" "SETD6" "79918" "SET domain containing 6, protein lysine methyltransferase" "FLJ21148" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000103044" "ENST00000569188;ENST00000568321;ENST00000219322;ENST00000566118;ENST00000306560" "ENSP00000454731;ENSP00000219322;ENSP00000456246;ENSP00000304440" "O00219" "HAS3" "3038" "hyaluronan synthase 3" "" "Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000103056" "ENST00000219334;ENST00000574662;ENST00000568373;ENST00000563226;ENST00000563396;ENST00000567223;ENST00000566009;ENST00000567811;ENST00000563455;ENST00000566466;ENST00000566723;ENST00000561749" "ENSP00000219334;ENSP00000459317;ENSP00000457422;ENSP00000455955;ENSP00000457236" "Q9NY59" "SMPD3" "55512" "sphingomyelin phosphodiesterase 3" "NSMASE2" "Golgi apparatus;Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000103056" "ENST00000219334;ENST00000574662;ENST00000568373;ENST00000563226;ENST00000563396;ENST00000567223;ENST00000566009;ENST00000567811;ENST00000563455;ENST00000566466;ENST00000566723;ENST00000561749" "ENSP00000219334;ENSP00000459317;ENSP00000457422;ENSP00000455955;ENSP00000457236" "Q9NY59" "SMPD3" "55512" "sphingomyelin phosphodiesterase 3" "NSMASE2" "Golgi apparatus;Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000103064" "ENST00000618043;ENST00000648130;ENST00000219343;ENST00000379152;ENST00000566834;ENST00000566454;ENST00000568088;ENST00000564708;ENST00000562727;ENST00000563080;ENST00000563146;ENST00000568024;ENST00000566579;ENST00000567346;ENST00000563208;ENST00000562863;ENST00000567325" "ENSP00000484012;ENSP00000496833;ENSP00000219343;ENSP00000368448;ENSP00000457758;ENSP00000455064;ENSP00000455357;ENSP00000456629;ENSP00000456896;ENSP00000454824;ENSP00000455487;ENSP00000457550;ENSP00000456474;ENSP00000463394" "Q92536" "SLC7A6" "9057" "solute carrier family 7 member 6" "KIAA0245;LAT-2;LAT3;y+LAT-2" "" "" -"ENSG00000103066" "ENST00000413021;ENST00000565744;ENST00000566978;ENST00000564827;ENST00000566188;ENST00000444212;ENST00000219345;ENST00000562966;ENST00000568082;ENST00000568599;ENST00000562449;ENST00000565460" "ENSP00000394197;ENSP00000454227;ENSP00000457049;ENSP00000455461;ENSP00000457034;ENSP00000393610;ENSP00000219345;ENSP00000454557" "Q8NCC3" "PLA2G15" "23659" "phospholipase A2 group XV" "GXVPLA2;LLPL;LYPLA3" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000103066" "ENST00000413021;ENST00000565744;ENST00000566978;ENST00000564827;ENST00000566188;ENST00000444212;ENST00000219345;ENST00000562966;ENST00000568082;ENST00000568599;ENST00000562449;ENST00000565460" "ENSP00000394197;ENSP00000454227;ENSP00000457049;ENSP00000455461;ENSP00000457034;ENSP00000393610;ENSP00000219345;ENSP00000454557" "Q8NCC3" "PLA2G15" "23659" "phospholipase A2 group XV" "GXVPLA2;LLPL;LYPLA3" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000103150" "ENST00000262430;ENST00000561562;ENST00000563312;ENST00000566309;ENST00000569024" "ENSP00000262430;ENSP00000484042;ENSP00000477143;ENSP00000476300" "O95822" "MLYCD" "23417" "malonyl-CoA decarboxylase" "hMCD;MCD" "Peroxisome;Mitochondria;Cytosol" "SwissProt" "ENSG00000103174" "ENST00000381955;ENST00000312251;ENST00000564397;ENST00000562746;ENST00000649828;ENST00000568202;ENST00000563578;ENST00000566137;ENST00000567739;ENST00000569296;ENST00000565876;ENST00000568528;ENST00000562346;ENST00000562037;ENST00000569793;ENST00000591478;ENST00000561580;ENST00000564922" "ENSP00000371381;ENSP00000310998;ENSP00000455900;ENSP00000498032;ENSP00000467385;ENSP00000465949;ENSP00000465523;ENSP00000468270;ENSP00000464994" "Q9UK23" "NAGPA" "51172" "N-acetylglucosamine-1-phosphodiester alpha-N-acetylglucosaminidase" "APAA;UCE" "Golgi apparatus" "SwissProt" -"ENSG00000103194" "ENST00000219473;ENST00000562743;ENST00000569511;ENST00000562092;ENST00000563892;ENST00000540269;ENST00000564566;ENST00000562283;ENST00000563048;ENST00000570191;ENST00000563386;ENST00000569038;ENST00000570053;ENST00000566512;ENST00000563023;ENST00000563433;ENST00000566378;ENST00000569925;ENST00000567526" "ENSP00000219473;ENSP00000458089;ENSP00000445589;ENSP00000455712;ENSP00000454902;ENSP00000457411;ENSP00000454943;ENSP00000462762;ENSP00000454751;ENSP00000454987;ENSP00000455865" "Q14694" "USP10" "9100" "ubiquitin specific peptidase 10" "KIAA0190;UBPO" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000103202" "ENST00000397722;ENST00000454619;ENST00000620944;ENST00000621774;ENST00000448828;ENST00000219479;ENST00000444498;ENST00000460297;ENST00000382940;ENST00000433358;ENST00000450036;ENST00000468031" "ENSP00000380834;ENSP00000406317;ENSP00000479996;ENSP00000479681;ENSP00000412039;ENSP00000219479;ENSP00000395605;ENSP00000372398;ENSP00000405925;ENSP00000389048" "O00746" "NME4" "4833" "NME/NM23 nucleoside diphosphate kinase 4" "NDPKD;nm23-H4;NM23H4" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000103194" "ENST00000219473;ENST00000562743;ENST00000569511;ENST00000562092;ENST00000563892;ENST00000540269;ENST00000564566;ENST00000562283;ENST00000563048;ENST00000570191;ENST00000563386;ENST00000569038;ENST00000570053;ENST00000566512;ENST00000563023;ENST00000563433;ENST00000566378;ENST00000569925;ENST00000567526" "ENSP00000219473;ENSP00000458089;ENSP00000445589;ENSP00000455712;ENSP00000454902;ENSP00000457411;ENSP00000454943;ENSP00000462762;ENSP00000454751;ENSP00000454987;ENSP00000455865" "Q14694" "USP10" "9100" "ubiquitin specific peptidase 10" "KIAA0190;UBPO" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000103202" "ENST00000397722;ENST00000454619;ENST00000620944;ENST00000621774;ENST00000448828;ENST00000219479;ENST00000444498;ENST00000460297;ENST00000382940;ENST00000433358;ENST00000450036;ENST00000468031" "ENSP00000380834;ENSP00000406317;ENSP00000479996;ENSP00000479681;ENSP00000412039;ENSP00000219479;ENSP00000395605;ENSP00000372398;ENSP00000405925;ENSP00000389048" "O00746" "NME4" "4833" "NME/NM23 nucleoside diphosphate kinase 4" "NDPKD;nm23-H4;NM23H4" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000103222" "ENST00000574224;ENST00000399408;ENST00000572882;ENST00000678422;ENST00000677164;ENST00000399410;ENST00000679043;ENST00000575422;ENST00000576557;ENST00000574761;ENST00000676806" "ENSP00000382340;ENSP00000461615;ENSP00000503954;ENSP00000502873;ENSP00000382342" "P33527" "ABCC1" "4363" "ATP binding cassette subfamily C member 1" "GS-X;MRP;MRP1" "" "" "ENSG00000103253" "ENST00000549114;ENST00000341413;ENST00000562187;ENST00000564537;ENST00000562141;ENST00000561546;ENST00000564545;ENST00000389703;ENST00000561750;ENST00000567414;ENST00000569143;ENST00000567696;ENST00000568141;ENST00000389701;ENST00000563792;ENST00000561561;ENST00000647875;ENST00000563156;ENST00000569385;ENST00000569604" "ENSP00000447170;ENSP00000341952;ENSP00000459148;ENSP00000457219;ENSP00000456978;ENSP00000456390;ENSP00000454712;ENSP00000374353;ENSP00000460451;ENSP00000455616;ENSP00000456104;ENSP00000457486;ENSP00000458711" "Q6PII5" "HAGHL" "84264" "hydroxyacylglutathione hydrolase like" "MGC2605" "" "" -"ENSG00000103257" "ENST00000565644;ENST00000261622;ENST00000563489" "ENSP00000454323;ENSP00000261622" "Q01650" "SLC7A5" "8140" "solute carrier family 7 member 5" "CD98;D16S469E;E16;LAT1;MPE16" "Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000103266" "ENST00000565677;ENST00000219548;ENST00000569248;ENST00000567173;ENST00000563505;ENST00000567790;ENST00000564370;ENST00000566181;ENST00000566408;ENST00000564316;ENST00000565813" "ENSP00000457228;ENSP00000219548;ENSP00000456591;ENSP00000456875;ENSP00000457583;ENSP00000457090;ENSP00000476751" "Q9UNE7" "STUB1" "10273" "STIP1 homology and U-box containing protein 1" "CHIP;HSPABP2;NY-CO-7;SDCCAG7;UBOX1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000103275" "ENST00000355803;ENST00000325437;ENST00000397515;ENST00000473256;ENST00000397514;ENST00000568288;ENST00000567383;ENST00000403747;ENST00000568209;ENST00000562482;ENST00000678584;ENST00000566587;ENST00000406620;ENST00000562470;ENST00000679082;ENST00000567074;ENST00000402301;ENST00000566775;ENST00000677314;ENST00000566159;ENST00000564143;ENST00000679137;ENST00000677987;ENST00000568989" "ENSP00000348056;ENSP00000324897;ENSP00000380650;ENSP00000380649;ENSP00000456188;ENSP00000385009;ENSP00000457064;ENSP00000384568;ENSP00000490882;ENSP00000455893;ENSP00000384361;ENSP00000455252;ENSP00000503670" "P63279" "UBE2I" "7329" "ubiquitin conjugating enzyme E2 I" "UBC9" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000103257" "ENST00000565644;ENST00000261622;ENST00000563489" "ENSP00000454323;ENSP00000261622" "Q01650" "SLC7A5" "8140" "solute carrier family 7 member 5" "CD98;D16S469E;E16;LAT1;MPE16" "Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000103266" "ENST00000565677;ENST00000219548;ENST00000569248;ENST00000567173;ENST00000563505;ENST00000567790;ENST00000564370;ENST00000566181;ENST00000566408;ENST00000564316;ENST00000565813" "ENSP00000457228;ENSP00000219548;ENSP00000456591;ENSP00000456875;ENSP00000457583;ENSP00000457090;ENSP00000476751" "Q9UNE7" "STUB1" "10273" "STIP1 homology and U-box containing protein 1" "CHIP;HSPABP2;NY-CO-7;SDCCAG7;UBOX1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000103275" "ENST00000355803;ENST00000325437;ENST00000397515;ENST00000473256;ENST00000397514;ENST00000568288;ENST00000567383;ENST00000403747;ENST00000568209;ENST00000562482;ENST00000678584;ENST00000566587;ENST00000406620;ENST00000562470;ENST00000679082;ENST00000567074;ENST00000402301;ENST00000566775;ENST00000677314;ENST00000566159;ENST00000564143;ENST00000679137;ENST00000677987;ENST00000568989" "ENSP00000348056;ENSP00000324897;ENSP00000380650;ENSP00000380649;ENSP00000456188;ENSP00000385009;ENSP00000457064;ENSP00000384568;ENSP00000490882;ENSP00000455893;ENSP00000384361;ENSP00000455252;ENSP00000503670" "P63279" "UBE2I" "7329" "ubiquitin conjugating enzyme E2 I" "UBC9" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000103375" "ENST00000566125;ENST00000219660" "ENSP00000454457;ENSP00000219660" "O94778" "AQP8" "343" "aquaporin 8" "" "" "" "ENSG00000103404" "ENST00000219689;ENST00000567975;ENST00000563525" "ENSP00000219689;ENSP00000461621;ENSP00000481339" "Q70CQ4" "USP31" "57478" "ubiquitin specific peptidase 31" "KIAA1203" "Cytosol" "CellAtlas" -"ENSG00000103415" "ENST00000575051;ENST00000406590;ENST00000458134;ENST00000619528;ENST00000619913;ENST00000219700;ENST00000570646;ENST00000575120;ENST00000572812;ENST00000574466;ENST00000576827;ENST00000574594;ENST00000570445;ENST00000575129;ENST00000398595;ENST00000414777;ENST00000613539;ENST00000570622" "ENSP00000458797;ENSP00000385100;ENSP00000394103;ENSP00000484423;ENSP00000484467;ENSP00000219700;ENSP00000459214;ENSP00000460926;ENSP00000459445;ENSP00000461428;ENSP00000458824;ENSP00000458592;ENSP00000460992;ENSP00000381595;ENSP00000391637;ENSP00000477572;ENSP00000459203" "P30519" "HMOX2" "3163" "heme oxygenase 2" "HO-2" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000103415" "ENST00000575051;ENST00000406590;ENST00000458134;ENST00000619528;ENST00000619913;ENST00000219700;ENST00000570646;ENST00000575120;ENST00000572812;ENST00000574466;ENST00000576827;ENST00000574594;ENST00000570445;ENST00000575129;ENST00000398595;ENST00000414777;ENST00000613539;ENST00000570622" "ENSP00000458797;ENSP00000385100;ENSP00000394103;ENSP00000484423;ENSP00000484467;ENSP00000219700;ENSP00000459214;ENSP00000460926;ENSP00000459445;ENSP00000461428;ENSP00000458824;ENSP00000458592;ENSP00000460992;ENSP00000381595;ENSP00000391637;ENSP00000477572;ENSP00000459203" "P30519" "HMOX2" "3163" "heme oxygenase 2" "HO-2" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000103485" "ENST00000449759;ENST00000219771;ENST00000395384;ENST00000562473;ENST00000564967" "ENSP00000404873;ENSP00000378782;ENSP00000455183" "Q15274" "QPRT" "23475" "quinolinate phosphoribosyltransferase" "QPRTase" "" "" -"ENSG00000103489" "ENST00000261381;ENST00000575674;ENST00000568226;ENST00000563403" "ENSP00000261381" "Q86Y38" "XYLT1" "64131" "xylosyltransferase 1" "PXYLT1;XT-I" "Golgi apparatus;Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000103502" "ENST00000219789;ENST00000567459;ENST00000563893;ENST00000561555;ENST00000566113;ENST00000569956;ENST00000570016;ENST00000563415;ENST00000564296;ENST00000562041" "ENSP00000219789;ENSP00000455042;ENSP00000457340;ENSP00000457339;ENSP00000454453;ENSP00000457766;ENSP00000457207" "O14735" "CDIPT" "10423" "CDP-diacylglycerol--inositol 3-phosphatidyltransferase" "PIS;PIS1" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000103507" "ENST00000394951;ENST00000567530;ENST00000287507;ENST00000394950;ENST00000219794;ENST00000566568;ENST00000561755;ENST00000567676;ENST00000484226;ENST00000567682" "ENSP00000378405;ENSP00000456479;ENSP00000287507;ENSP00000378404;ENSP00000219794;ENSP00000455866;ENSP00000454947;ENSP00000457226;ENSP00000457821" "O14874" "BCKDK" "10295" "branched chain keto acid dehydrogenase kinase" "" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000103510" "ENST00000652764;ENST00000543774;ENST00000219797;ENST00000448516;ENST00000539683;ENST00000538768;ENST00000537402;ENST00000573144" "ENSP00000498566;ENSP00000456933;ENSP00000219797;ENSP00000406037;ENSP00000454592" "Q9H7Z6" "KAT8" "84148" "lysine acetyltransferase 8" "FLJ14040;hMOF;MOF;MYST1;ZC2HC8" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000103489" "ENST00000261381;ENST00000575674;ENST00000568226;ENST00000563403" "ENSP00000261381" "Q86Y38" "XYLT1" "64131" "xylosyltransferase 1" "PXYLT1;XT-I" "Golgi apparatus;Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000103502" "ENST00000219789;ENST00000567459;ENST00000563893;ENST00000561555;ENST00000566113;ENST00000569956;ENST00000570016;ENST00000563415;ENST00000564296;ENST00000562041" "ENSP00000219789;ENSP00000455042;ENSP00000457340;ENSP00000457339;ENSP00000454453;ENSP00000457766;ENSP00000457207" "O14735" "CDIPT" "10423" "CDP-diacylglycerol--inositol 3-phosphatidyltransferase" "PIS;PIS1" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000103507" "ENST00000394951;ENST00000567530;ENST00000287507;ENST00000394950;ENST00000219794;ENST00000566568;ENST00000561755;ENST00000567676;ENST00000484226;ENST00000567682" "ENSP00000378405;ENSP00000456479;ENSP00000287507;ENSP00000378404;ENSP00000219794;ENSP00000455866;ENSP00000454947;ENSP00000457226;ENSP00000457821" "O14874" "BCKDK" "10295" "branched chain keto acid dehydrogenase kinase" "" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000103510" "ENST00000652764;ENST00000543774;ENST00000219797;ENST00000448516;ENST00000539683;ENST00000538768;ENST00000537402;ENST00000573144" "ENSP00000498566;ENSP00000456933;ENSP00000219797;ENSP00000406037;ENSP00000454592" "Q9H7Z6" "KAT8" "84148" "lysine acetyltransferase 8" "FLJ14040;hMOF;MOF;MYST1;ZC2HC8" "Nucleus" "SwissProt;CellAtlas" "ENSG00000103546" "ENST00000568943;ENST00000568529;ENST00000414754;ENST00000219833;ENST00000574918;ENST00000682050;ENST00000379906;ENST00000561820;ENST00000566163;ENST00000567238" "ENSP00000457473;ENSP00000456377;ENSP00000394956;ENSP00000219833;ENSP00000460214;ENSP00000508367;ENSP00000369237;ENSP00000454439;ENSP00000456210;ENSP00000457375" "P23975" "SLC6A2" "6530" "solute carrier family 6 member 2" "NAT1;NET;NET1;SLC6A5" "Mitochondria;Cytosol" "CellAtlas" -"ENSG00000103549" "ENST00000563909;ENST00000324685;ENST00000566811;ENST00000565995;ENST00000563683;ENST00000357890;ENST00000565931;ENST00000493683;ENST00000566703;ENST00000564260;ENST00000567365;ENST00000602784" "ENSP00000455678;ENSP00000325677;ENSP00000457697;ENSP00000456538;ENSP00000455180;ENSP00000350563;ENSP00000460142;ENSP00000477937;ENSP00000473507" "O75150" "RNF40" "9810" "ring finger protein 40" "BRE1B;KIAA0661;RBP95;STARING" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000103549" "ENST00000563909;ENST00000324685;ENST00000566811;ENST00000565995;ENST00000563683;ENST00000357890;ENST00000565931;ENST00000493683;ENST00000566703;ENST00000564260;ENST00000567365;ENST00000602784" "ENSP00000455678;ENSP00000325677;ENSP00000457697;ENSP00000456538;ENSP00000455180;ENSP00000350563;ENSP00000460142;ENSP00000477937;ENSP00000473507" "O75150" "RNF40" "9810" "ring finger protein 40" "BRE1B;KIAA0661;RBP95;STARING" "Nucleus" "SwissProt;CellAtlas" "ENSG00000103569" "ENST00000558772;ENST00000219919;ENST00000559443;ENST00000536493" "ENSP00000452673;ENSP00000219919;ENSP00000441390" "O43315" "AQP9" "366" "aquaporin 9" "HsT17287;SSC1" "" "" "ENSG00000103657" "ENST00000443617;ENST00000559996;ENST00000558324;ENST00000561348;ENST00000561436;ENST00000561359;ENST00000560897;ENST00000559715;ENST00000561400;ENST00000560983;ENST00000560519;ENST00000559886;ENST00000558532;ENST00000560462;ENST00000560316" "ENSP00000390158;ENSP00000453196;ENSP00000453603;ENSP00000452671;ENSP00000452654;ENSP00000453937;ENSP00000453086;ENSP00000452969;ENSP00000453010" "Q15751" "HERC1" "8925" "HECT and RLD domain containing E3 ubiquitin protein ligase family member 1" "p532;p619" "Cytosol;Golgi apparatus" "SwissProt" -"ENSG00000103707" "ENST00000220058;ENST00000558460;ENST00000560717;ENST00000543678;ENST00000558614;ENST00000561025;ENST00000559633" "ENSP00000220058;ENSP00000452646;ENSP00000457257;ENSP00000443754" "Q96DP5" "MTFMT" "123263" "mitochondrial methionyl-tRNA formyltransferase" "FMT1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000103707" "ENST00000220058;ENST00000558460;ENST00000560717;ENST00000543678;ENST00000558614;ENST00000561025;ENST00000559633" "ENSP00000220058;ENSP00000452646;ENSP00000457257;ENSP00000443754" "Q96DP5" "MTFMT" "123263" "mitochondrial methionyl-tRNA formyltransferase" "FMT1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000103740" "ENST00000258873;ENST00000560124;ENST00000560817;ENST00000560183;ENST00000558301;ENST00000559707;ENST00000558728;ENST00000557935;ENST00000559114;ENST00000559241;ENST00000558130;ENST00000558828;ENST00000558793;ENST00000559713" "ENSP00000258873;ENSP00000453605;ENSP00000453451;ENSP00000453447;ENSP00000453585;ENSP00000454188;ENSP00000453547;ENSP00000453800" "Q96GR2" "ACSBG1" "23205" "acyl-CoA synthetase bubblegum family member 1" "BG1;BGM;FLJ30320;hBG1;hsBG;KIAA0631;MGC14352" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000103811" "ENST00000676763;ENST00000220166;ENST00000676639;ENST00000676510;ENST00000678727;ENST00000679334;ENST00000679017;ENST00000677810;ENST00000677011;ENST00000677921;ENST00000678886;ENST00000678114;ENST00000676596;ENST00000534533;ENST00000676671;ENST00000530010;ENST00000527715;ENST00000649928;ENST00000678487;ENST00000679125;ENST00000678841;ENST00000678283;ENST00000677207;ENST00000676808;ENST00000678031;ENST00000678644;ENST00000677316;ENST00000676486;ENST00000676588;ENST00000525807;ENST00000678799;ENST00000678281;ENST00000677238;ENST00000678817;ENST00000528191;ENST00000676880;ENST00000679172;ENST00000678415;ENST00000528741;ENST00000534237;ENST00000533777;ENST00000677534;ENST00000677448;ENST00000677367;ENST00000678397;ENST00000679047;ENST00000676865;ENST00000677102;ENST00000677874;ENST00000677254;ENST00000677936;ENST00000678940;ENST00000677789;ENST00000615999;ENST00000677049;ENST00000678033;ENST00000679211;ENST00000534268;ENST00000676850;ENST00000529861;ENST00000676738;ENST00000527138;ENST00000677320;ENST00000529612;ENST00000676668;ENST00000529263;ENST00000534038;ENST00000530929;ENST00000528436" "ENSP00000503917;ENSP00000220166;ENSP00000504319;ENSP00000504686;ENSP00000503995;ENSP00000503722;ENSP00000503247;ENSP00000503585;ENSP00000504778;ENSP00000503406;ENSP00000503640;ENSP00000502871;ENSP00000496858;ENSP00000504239;ENSP00000503908;ENSP00000504828;ENSP00000504472;ENSP00000503477;ENSP00000503269;ENSP00000504051;ENSP00000432935;ENSP00000503899;ENSP00000503860;ENSP00000503084;ENSP00000504341;ENSP00000503819;ENSP00000504210;ENSP00000435329;ENSP00000431879;ENSP00000503261;ENSP00000503846;ENSP00000504459;ENSP00000502988;ENSP00000503073;ENSP00000483303;ENSP00000503750;ENSP00000503646;ENSP00000432893;ENSP00000504445" "P09668" "CTSH" "1512" "cathepsin H" "ACC-4;ACC-5;ACC4;ACC5;CPSB" "Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000103811" "ENST00000676763;ENST00000220166;ENST00000676639;ENST00000676510;ENST00000678727;ENST00000679334;ENST00000679017;ENST00000677810;ENST00000677011;ENST00000677921;ENST00000678886;ENST00000678114;ENST00000676596;ENST00000534533;ENST00000676671;ENST00000530010;ENST00000527715;ENST00000649928;ENST00000678487;ENST00000679125;ENST00000678841;ENST00000678283;ENST00000677207;ENST00000676808;ENST00000678031;ENST00000678644;ENST00000677316;ENST00000676486;ENST00000676588;ENST00000525807;ENST00000678799;ENST00000678281;ENST00000677238;ENST00000678817;ENST00000528191;ENST00000676880;ENST00000679172;ENST00000678415;ENST00000528741;ENST00000534237;ENST00000533777;ENST00000677534;ENST00000677448;ENST00000677367;ENST00000678397;ENST00000679047;ENST00000676865;ENST00000677102;ENST00000677874;ENST00000677254;ENST00000677936;ENST00000678940;ENST00000677789;ENST00000615999;ENST00000677049;ENST00000678033;ENST00000679211;ENST00000534268;ENST00000676850;ENST00000529861;ENST00000676738;ENST00000527138;ENST00000677320;ENST00000529612;ENST00000676668;ENST00000529263;ENST00000534038;ENST00000530929;ENST00000528436" "ENSP00000503917;ENSP00000220166;ENSP00000504319;ENSP00000504686;ENSP00000503995;ENSP00000503722;ENSP00000503247;ENSP00000503585;ENSP00000504778;ENSP00000503406;ENSP00000503640;ENSP00000502871;ENSP00000496858;ENSP00000504239;ENSP00000503908;ENSP00000504828;ENSP00000504472;ENSP00000503477;ENSP00000503269;ENSP00000504051;ENSP00000432935;ENSP00000503899;ENSP00000503860;ENSP00000503084;ENSP00000504341;ENSP00000503819;ENSP00000504210;ENSP00000435329;ENSP00000431879;ENSP00000503261;ENSP00000503846;ENSP00000504459;ENSP00000502988;ENSP00000503073;ENSP00000483303;ENSP00000503750;ENSP00000503646;ENSP00000432893;ENSP00000504445" "P09668" "CTSH" "1512" "cathepsin H" "ACC-4;ACC-5;ACC4;ACC5;CPSB" "Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000103876" "ENST00000558022;ENST00000407106;ENST00000537726;ENST00000558767;ENST00000261755;ENST00000561369;ENST00000682012;ENST00000561421;ENST00000684569;ENST00000684363;ENST00000539156;ENST00000646551;ENST00000683593;ENST00000558627;ENST00000558514;ENST00000559542;ENST00000561353;ENST00000559217" "ENSP00000453152;ENSP00000385080;ENSP00000507608;ENSP00000507680;ENSP00000261755;ENSP00000453347;ENSP00000507314;ENSP00000454952" "P16930" "FAH" "2184" "fumarylacetoacetate hydrolase" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000104044" "ENST00000353809;ENST00000354638;ENST00000445578;ENST00000431101" "ENSP00000261276;ENSP00000346659;ENSP00000414425;ENSP00000415431" "Q04671" "OCA2" "4948" "OCA2 melanosomal transmembrane protein" "BEY;BEY1;BEY2;D15S12;EYCL;EYCL2;EYCL3;P" "Cytosol" "CellAtlas" "ENSG00000104055" "ENST00000220420;ENST00000610827;ENST00000611276;ENST00000622115;ENST00000349114;ENST00000396996;ENST00000563838;ENST00000635871" "ENSP00000220420;ENSP00000479732;ENSP00000482542;ENSP00000479638;ENSP00000220419" "O43548" "TGM5" "9333" "transglutaminase 5" "TGMX;TGX" "Cytosol" "SwissProt" "ENSG00000104219" "ENST00000262096;ENST00000523132;ENST00000522184;ENST00000517334" "ENSP00000262096;ENSP00000430804;ENSP00000430317" "Q9UIJ5" "ZDHHC2" "51201" "zinc finger DHHC-type palmitoyltransferase 2" "DHHC2;ZNF372" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000104267" "ENST00000285379;ENST00000520127;ENST00000520996;ENST00000518231;ENST00000522742" "ENSP00000285379;ENSP00000428443;ENSP00000428947" "P00918" "CA2" "760" "carbonic anhydrase 2" "CA-II;CAII;Car2" "Cytosol" "SwissProt" -"ENSG00000104325" "ENST00000519328;ENST00000220764;ENST00000517314;ENST00000521603;ENST00000523447;ENST00000519410;ENST00000517597;ENST00000520859;ENST00000519007;ENST00000522161;ENST00000521668;ENST00000518725;ENST00000517761;ENST00000520227;ENST00000522583;ENST00000524326;ENST00000517301;ENST00000524332;ENST00000520148" "ENSP00000431045;ENSP00000220764;ENSP00000428533;ENSP00000428701;ENSP00000430561;ENSP00000429551;ENSP00000429779;ENSP00000430759;ENSP00000427936;ENSP00000429096;ENSP00000428162" "Q16698" "DECR1" "1666" "2,4-dienoyl-CoA reductase 1" "DECR;SDR18C1" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000104331" "ENST00000262644;ENST00000520392;ENST00000517461" "ENSP00000262644;ENSP00000428617;ENSP00000430185" "Q9NX62" "BPNT2" "54928" "3'(2'), 5'-bisphosphate nucleotidase 2" "FLJ20421;gPAPP;IMPA3;IMPAD1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000104343" "ENST00000523278;ENST00000517608;ENST00000422906;ENST00000602593;ENST00000651945;ENST00000419880;ENST00000519277;ENST00000519255;ENST00000650817" "ENSP00000428835;ENSP00000428813;ENSP00000414771;ENSP00000473561;ENSP00000499153;ENSP00000397453;ENSP00000430254;ENSP00000429136;ENSP00000498255" "Q96B02" "UBE2W" "55284" "ubiquitin conjugating enzyme E2 W" "FLJ11011;UBC-16" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000104517" "ENST00000520539;ENST00000220959;ENST00000517465;ENST00000518205;ENST00000521922;ENST00000521767;ENST00000521312;ENST00000521566;ENST00000519528;ENST00000520898;ENST00000519365;ENST00000518145;ENST00000522327" "ENSP00000429084;ENSP00000220959;ENSP00000428693;ENSP00000427819;ENSP00000428062;ENSP00000429127;ENSP00000428138" "O95071" "UBR5" "51366" "ubiquitin protein ligase E3 component n-recognin 5" "DD5;EDD;EDD1;HYD;KIAA0896" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000104325" "ENST00000519328;ENST00000220764;ENST00000517314;ENST00000521603;ENST00000523447;ENST00000519410;ENST00000517597;ENST00000520859;ENST00000519007;ENST00000522161;ENST00000521668;ENST00000518725;ENST00000517761;ENST00000520227;ENST00000522583;ENST00000524326;ENST00000517301;ENST00000524332;ENST00000520148" "ENSP00000431045;ENSP00000220764;ENSP00000428533;ENSP00000428701;ENSP00000430561;ENSP00000429551;ENSP00000429779;ENSP00000430759;ENSP00000427936;ENSP00000429096;ENSP00000428162" "Q16698" "DECR1" "1666" "2,4-dienoyl-CoA reductase 1" "DECR;SDR18C1" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000104331" "ENST00000262644;ENST00000520392;ENST00000517461" "ENSP00000262644;ENSP00000428617;ENSP00000430185" "Q9NX62" "BPNT2" "54928" "3'(2'), 5'-bisphosphate nucleotidase 2" "FLJ20421;gPAPP;IMPA3;IMPAD1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000104343" "ENST00000523278;ENST00000517608;ENST00000422906;ENST00000602593;ENST00000651945;ENST00000419880;ENST00000519277;ENST00000519255;ENST00000650817" "ENSP00000428835;ENSP00000428813;ENSP00000414771;ENSP00000473561;ENSP00000499153;ENSP00000397453;ENSP00000430254;ENSP00000429136;ENSP00000498255" "Q96B02" "UBE2W" "55284" "ubiquitin conjugating enzyme E2 W" "FLJ11011;UBC-16" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000104517" "ENST00000520539;ENST00000220959;ENST00000517465;ENST00000518205;ENST00000521922;ENST00000521767;ENST00000521312;ENST00000521566;ENST00000519528;ENST00000520898;ENST00000519365;ENST00000518145;ENST00000522327" "ENSP00000429084;ENSP00000220959;ENSP00000428693;ENSP00000427819;ENSP00000428062;ENSP00000429127;ENSP00000428138" "O95071" "UBR5" "51366" "ubiquitin protein ligase E3 component n-recognin 5" "DD5;EDD;EDD1;HYD;KIAA0896" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000104522" "ENST00000524719;ENST00000528920;ENST00000529064;ENST00000531473;ENST00000425753;ENST00000527677;ENST00000529048;ENST00000532308;ENST00000533817;ENST00000530474;ENST00000525274;ENST00000527549;ENST00000526290;ENST00000527006;ENST00000529899;ENST00000531006" "ENSP00000432088;ENSP00000435386;ENSP00000398803;ENSP00000431587;ENSP00000437012;ENSP00000436405;ENSP00000433331;ENSP00000435240" "Q13630" "GFUS" "7264" "GDP-L-fucose synthase" "FX;P35B;SDR4E1;TSTA3" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000104524" "ENST00000495276;ENST00000220966;ENST00000447926;ENST00000433751;ENST00000377579;ENST00000462036;ENST00000482616" "ENSP00000480945;ENSP00000220966;ENSP00000401804;ENSP00000404493;ENSP00000366802;ENSP00000478138" "Q53H96" "PYCR3" "65263" "pyrroline-5-carboxylate reductase 3" "FLJ13852;PYCRL" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000104549" "ENST00000523430;ENST00000265896;ENST00000521232;ENST00000518931;ENST00000520493;ENST00000518604" "ENSP00000430331;ENSP00000265896;ENSP00000428239;ENSP00000429916" "Q14534" "SQLE" "6713" "squalene epoxidase" "" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000104635" "ENST00000359741;ENST00000520644;ENST00000240095;ENST00000381237;ENST00000289952;ENST00000524285;ENST00000520832;ENST00000519960;ENST00000522881;ENST00000517552;ENST00000517370;ENST00000518348" "ENSP00000352779;ENSP00000428789;ENSP00000240095;ENSP00000370635;ENSP00000289952;ENSP00000430315;ENSP00000428905;ENSP00000430629;ENSP00000429328;ENSP00000430564;ENSP00000427981" "Q15043" "SLC39A14" "23516" "solute carrier family 39 member 14" "KIAA0062;NET34;ZIP14" "Endoplasmic reticulum;Golgi apparatus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000104687" "ENST00000221130;ENST00000643653;ENST00000643525;ENST00000537535;ENST00000541648;ENST00000546342;ENST00000523295;ENST00000521479" "ENSP00000221130;ENSP00000494854;ENSP00000438845;ENSP00000444559;ENSP00000445516;ENSP00000431044" "P00390" "GSR" "2936" "glutathione-disulfide reductase" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000104524" "ENST00000495276;ENST00000220966;ENST00000447926;ENST00000433751;ENST00000377579;ENST00000462036;ENST00000482616" "ENSP00000480945;ENSP00000220966;ENSP00000401804;ENSP00000404493;ENSP00000366802;ENSP00000478138" "Q53H96" "PYCR3" "65263" "pyrroline-5-carboxylate reductase 3" "FLJ13852;PYCRL" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000104549" "ENST00000523430;ENST00000265896;ENST00000521232;ENST00000518931;ENST00000520493;ENST00000518604" "ENSP00000430331;ENSP00000265896;ENSP00000428239;ENSP00000429916" "Q14534" "SQLE" "6713" "squalene epoxidase" "" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000104635" "ENST00000359741;ENST00000520644;ENST00000240095;ENST00000381237;ENST00000289952;ENST00000524285;ENST00000520832;ENST00000519960;ENST00000522881;ENST00000517552;ENST00000517370;ENST00000518348" "ENSP00000352779;ENSP00000428789;ENSP00000240095;ENSP00000370635;ENSP00000289952;ENSP00000430315;ENSP00000428905;ENSP00000430629;ENSP00000429328;ENSP00000430564;ENSP00000427981" "Q15043" "SLC39A14" "23516" "solute carrier family 39 member 14" "KIAA0062;NET34;ZIP14" "Endoplasmic reticulum;Golgi apparatus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000104687" "ENST00000221130;ENST00000643653;ENST00000643525;ENST00000537535;ENST00000541648;ENST00000546342;ENST00000523295;ENST00000521479" "ENSP00000221130;ENSP00000494854;ENSP00000438845;ENSP00000444559;ENSP00000445516;ENSP00000431044" "P00390" "GSR" "2936" "glutathione-disulfide reductase" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000104723" "ENST00000503191;ENST00000382020;ENST00000515859;ENST00000506802;ENST00000510836;ENST00000509380;ENST00000503731;ENST00000507400;ENST00000509177;ENST00000511783;ENST00000508446;ENST00000507316;ENST00000511342" "ENSP00000371450;ENSP00000420829;ENSP00000425777;ENSP00000426973;ENSP00000423426;ENSP00000424544;ENSP00000426880" "Q13454" "TUSC3" "7991" "tumor suppressor candidate 3" "MagT2;MGC13453;MRT22;MRT7;N33;OST3A;SLC58A2" "Endoplasmic reticulum" "SwissProt" "ENSG00000104763" "ENST00000637790;ENST00000636009;ENST00000520781;ENST00000381733;ENST00000637752;ENST00000637991;ENST00000636691;ENST00000637528;ENST00000637922;ENST00000637609;ENST00000636171;ENST00000636701;ENST00000636050;ENST00000638069;ENST00000636160;ENST00000637343;ENST00000636563;ENST00000637244;ENST00000637014;ENST00000637857;ENST00000518746;ENST00000635756;ENST00000638028;ENST00000636577;ENST00000637095;ENST00000636494;ENST00000637636;ENST00000637429;ENST00000637013;ENST00000637484;ENST00000636128;ENST00000635944;ENST00000635998;ENST00000636920;ENST00000636033;ENST00000636997;ENST00000636815;ENST00000636455;ENST00000314146;ENST00000519468;ENST00000521542;ENST00000517409;ENST00000519545;ENST00000636719;ENST00000637718;ENST00000636299;ENST00000637603;ENST00000523593;ENST00000636823;ENST00000635769;ENST00000523744;ENST00000636435;ENST00000637638;ENST00000636828;ENST00000637202;ENST00000636715;ENST00000518087;ENST00000637561;ENST00000636537;ENST00000637872;ENST00000637805;ENST00000636269;ENST00000637792;ENST00000637898;ENST00000637536;ENST00000637946;ENST00000520051;ENST00000637840" "ENSP00000490272;ENSP00000489988;ENSP00000427751;ENSP00000371152;ENSP00000489901;ENSP00000490725;ENSP00000490801;ENSP00000490071;ENSP00000489761;ENSP00000489800;ENSP00000490562;ENSP00000489651;ENSP00000490188;ENSP00000490322;ENSP00000490027;ENSP00000490415;ENSP00000490388;ENSP00000490112;ENSP00000490522;ENSP00000490596;ENSP00000490837;ENSP00000489789;ENSP00000490195;ENSP00000490506;ENSP00000490437;ENSP00000489617;ENSP00000490093;ENSP00000490270;ENSP00000490502;ENSP00000326970;ENSP00000490036;ENSP00000490133;ENSP00000490202;ENSP00000489979;ENSP00000490700;ENSP00000490798;ENSP00000490485;ENSP00000490774;ENSP00000490129;ENSP00000490876;ENSP00000490753;ENSP00000490536;ENSP00000489914;ENSP00000490432;ENSP00000489884;ENSP00000490738;ENSP00000490423;ENSP00000490464;ENSP00000490025;ENSP00000490132" "Q13510" "ASAH1" "427" "N-acylsphingosine amidohydrolase 1" "AC;ACDase;ASAH;FLJ21558;PHP32" "Cytosol;Lysosome;Nucleus" "SwissProt" -"ENSG00000104774" "ENST00000469423;ENST00000456935;ENST00000480851;ENST00000493218;ENST00000221363;ENST00000466794;ENST00000596591;ENST00000595880;ENST00000433513;ENST00000593686;ENST00000495617;ENST00000465830;ENST00000462144;ENST00000486847;ENST00000596512;ENST00000598876;ENST00000600281" "ENSP00000395473;ENSP00000221363;ENSP00000469456;ENSP00000471685;ENSP00000470174;ENSP00000470533" "O00754" "MAN2B1" "4125" "mannosidase alpha class 2B member 1" "LAMAN;MANB" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000104774" "ENST00000469423;ENST00000456935;ENST00000480851;ENST00000493218;ENST00000221363;ENST00000466794;ENST00000596591;ENST00000595880;ENST00000433513;ENST00000593686;ENST00000495617;ENST00000465830;ENST00000462144;ENST00000486847;ENST00000596512;ENST00000598876;ENST00000600281" "ENSP00000395473;ENSP00000221363;ENSP00000469456;ENSP00000471685;ENSP00000470174;ENSP00000470533" "O00754" "MAN2B1" "4125" "mannosidase alpha class 2B member 1" "LAMAN;MANB" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000104808" "ENST00000221403;ENST00000523250;ENST00000522614;ENST00000520557" "ENSP00000221403;ENSP00000428935;ENSP00000428672;ENSP00000430360" "Q9UQ10" "DHDH" "27294" "dihydrodiol dehydrogenase" "HUM2DD" "Nucleus" "CellAtlas" "ENSG00000104812" "ENST00000323798;ENST00000263276;ENST00000594220;ENST00000472004;ENST00000496048;ENST00000484289;ENST00000457974" "ENSP00000317904;ENSP00000263276;ENSP00000470072" "P13807" "GYS1" "2997" "glycogen synthase 1" "GSY;GYS" "Cytosol" "CellAtlas" -"ENSG00000104823" "ENST00000601333;ENST00000221418;ENST00000594391;ENST00000601778;ENST00000598707;ENST00000594164;ENST00000600178;ENST00000601060;ENST00000598316;ENST00000595470;ENST00000597089;ENST00000596118;ENST00000601094;ENST00000597805;ENST00000597205;ENST00000595567;ENST00000602115" "ENSP00000221418;ENSP00000472322;ENSP00000470839;ENSP00000470809;ENSP00000469354;ENSP00000471738;ENSP00000472378;ENSP00000470519" "Q13011" "ECH1" "1891" "enoyl-CoA hydratase 1" "HPXEL" "Peroxisome;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000104823" "ENST00000601333;ENST00000221418;ENST00000594391;ENST00000601778;ENST00000598707;ENST00000594164;ENST00000600178;ENST00000601060;ENST00000598316;ENST00000595470;ENST00000597089;ENST00000596118;ENST00000601094;ENST00000597805;ENST00000597205;ENST00000595567;ENST00000602115" "ENSP00000221418;ENSP00000472322;ENSP00000470839;ENSP00000470809;ENSP00000469354;ENSP00000471738;ENSP00000472378;ENSP00000470519" "Q13011" "ECH1" "1891" "enoyl-CoA hydratase 1" "HPXEL" "Peroxisome;Mitochondria" "SwissProt;CellAtlas" "ENSG00000104879" "ENST00000221476" "ENSP00000221476" "P06732" "CKM" "1158" "creatine kinase, M-type" "CKMM" "Cytosol" "SwissProt" -"ENSG00000104885" "ENST00000398665;ENST00000452696;ENST00000478937;ENST00000591498;ENST00000586024;ENST00000608122;ENST00000482433;ENST00000457590;ENST00000446286" "ENSP00000381657;ENSP00000404284;ENSP00000484015;ENSP00000476469;ENSP00000407411;ENSP00000412916" "Q8TEK3" "DOT1L" "84444" "DOT1 like histone lysine methyltransferase" "DOT1;KIAA1814;KMT4" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000104885" "ENST00000398665;ENST00000452696;ENST00000478937;ENST00000591498;ENST00000586024;ENST00000608122;ENST00000482433;ENST00000457590;ENST00000446286" "ENSP00000381657;ENSP00000404284;ENSP00000484015;ENSP00000476469;ENSP00000407411;ENSP00000412916" "Q8TEK3" "DOT1L" "84444" "DOT1 like histone lysine methyltransferase" "DOT1;KIAA1814;KMT4" "Nucleus" "SwissProt;CellAtlas" "ENSG00000104888" "ENST00000221485;ENST00000600601;ENST00000600672;ENST00000596689;ENST00000598018" "ENSP00000221485;ENSP00000470338;ENSP00000472086" "Q9P2U7" "SLC17A7" "57030" "solute carrier family 17 member 7" "BNPI;VGLUT1" "" "" "ENSG00000104907" "ENST00000437766;ENST00000221504;ENST00000357720;ENST00000593157;ENST00000592062;ENST00000588511;ENST00000585435;ENST00000586830;ENST00000587487;ENST00000592814;ENST00000587633;ENST00000593257;ENST00000591717;ENST00000588813;ENST00000591425;ENST00000592729;ENST00000588746;ENST00000586224;ENST00000592892;ENST00000585622;ENST00000590812;ENST00000588229;ENST00000592606" "ENSP00000416149;ENSP00000221504;ENSP00000350352;ENSP00000466967;ENSP00000465370;ENSP00000467938;ENSP00000466716;ENSP00000466966;ENSP00000468031;ENSP00000468377;ENSP00000467984" "Q9NXH9" "TRMT1" "55621" "tRNA methyltransferase 1" "FLJ20244;TRM1" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000104951" "ENST00000391826;ENST00000601717;ENST00000341114;ENST00000595948;ENST00000593956;ENST00000596022;ENST00000597295;ENST00000596011" "ENSP00000375702;ENSP00000469467;ENSP00000342557;ENSP00000472474;ENSP00000470120;ENSP00000471950;ENSP00000469841;ENSP00000472786" "Q96RQ9" "IL4I1" "259307" "interleukin 4 induced 1" "FIG1" "Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000104951" "ENST00000391826;ENST00000601717;ENST00000341114;ENST00000595948;ENST00000593956;ENST00000596022;ENST00000597295;ENST00000596011" "ENSP00000375702;ENSP00000469467;ENSP00000342557;ENSP00000472474;ENSP00000470120;ENSP00000471950;ENSP00000469841;ENSP00000472786" "Q96RQ9" "IL4I1" "259307" "interleukin 4 induced 1" "FIG1" "Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000105143" "ENST00000430939;ENST00000221742;ENST00000600144;ENST00000598504;ENST00000544886;ENST00000596697;ENST00000597262;ENST00000599636;ENST00000595863;ENST00000601761;ENST00000594383" "ENSP00000409386;ENSP00000221742;ENSP00000471038;ENSP00000471781;ENSP00000446175;ENSP00000471562;ENSP00000472837;ENSP00000469551;ENSP00000471129;ENSP00000472133" "P48664" "SLC1A6" "6511" "solute carrier family 1 member 6" "EAAT4" "" "" -"ENSG00000105198" "ENST00000221797;ENST00000600141;ENST00000600546;ENST00000621475" "ENSP00000221797;ENSP00000470928;ENSP00000483444" "Q9UHV8" "LGALS13" "29124" "galectin 13" "PLAC8;PP13" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105202" "ENST00000595545;ENST00000221801;ENST00000593503;ENST00000594443;ENST00000597224;ENST00000601274;ENST00000597634;ENST00000598417;ENST00000599159;ENST00000594309;ENST00000599134" "ENSP00000472419;ENSP00000221801;ENSP00000469072;ENSP00000469249;ENSP00000472726;ENSP00000471350;ENSP00000471867;ENSP00000472433;ENSP00000472805" "P22087" "FBL" "2091" "fibrillarin" "FIB;FLRN;Nop1;RNU3IP1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000105198" "ENST00000221797;ENST00000600141;ENST00000600546;ENST00000621475" "ENSP00000221797;ENSP00000470928;ENSP00000483444" "Q9UHV8" "LGALS13" "29124" "galectin 13" "PLAC8;PP13" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105202" "ENST00000595545;ENST00000221801;ENST00000593503;ENST00000594443;ENST00000597224;ENST00000601274;ENST00000597634;ENST00000598417;ENST00000599159;ENST00000594309;ENST00000599134" "ENSP00000472419;ENSP00000221801;ENSP00000469072;ENSP00000469249;ENSP00000472726;ENSP00000471350;ENSP00000471867;ENSP00000472433;ENSP00000472805" "P22087" "FBL" "2091" "fibrillarin" "FIB;FLRN;Nop1;RNU3IP1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000105205" "ENST00000221804" "ENSP00000221804" "Q05315" "CLC" "1178" "Charcot-Leyden crystal galectin" "Gal-10;LGALS10;MGC149659" "Cytosol" "SwissProt" -"ENSG00000105220" "ENST00000587521;ENST00000587384;ENST00000592277;ENST00000642240;ENST00000415930;ENST00000588991;ENST00000592144;ENST00000589504;ENST00000590375;ENST00000646312;ENST00000589640;ENST00000591204;ENST00000589399;ENST00000356487;ENST00000647446;ENST00000586425;ENST00000643067;ENST00000590362;ENST00000589985;ENST00000586392;ENST00000586077" "ENSP00000464797;ENSP00000468298;ENSP00000466191;ENSP00000496041;ENSP00000405573;ENSP00000465858;ENSP00000464798;ENSP00000467221;ENSP00000467590;ENSP00000466851;ENSP00000468201;ENSP00000348877;ENSP00000495129;ENSP00000467670" "P06744" "GPI" "2821" "glucose-6-phosphate isomerase" "AMF;NLK" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105223" "ENST00000599685;ENST00000600479;ENST00000392032;ENST00000598962;ENST00000409419;ENST00000409587;ENST00000594085;ENST00000602131;ENST00000409735;ENST00000600948;ENST00000356508;ENST00000596682;ENST00000594908;ENST00000409281;ENST00000493006;ENST00000359274;ENST00000464586;ENST00000485448;ENST00000492243;ENST00000599353;ENST00000480030;ENST00000475983;ENST00000488311;ENST00000486134" "ENSP00000469675;ENSP00000375886;ENSP00000470603;ENSP00000386293;ENSP00000387050;ENSP00000468999;ENSP00000386938;ENSP00000472509;ENSP00000348901;ENSP00000468898;ENSP00000471838;ENSP00000387022;ENSP00000352220;ENSP00000469868;ENSP00000472854;ENSP00000473218" "Q8IV08" "PLD3" "23646" "phospholipase D family member 3" "HU-K4" "Nucleus;Cytosol;Lysosome;Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000105254" "ENST00000593075;ENST00000629269;ENST00000221855;ENST00000481742;ENST00000392178;ENST00000651435;ENST00000589996;ENST00000591296;ENST00000588385;ENST00000589624;ENST00000589308;ENST00000585746;ENST00000586868;ENST00000585910;ENST00000468156" "ENSP00000485894;ENSP00000221855;ENSP00000498740;ENSP00000465447;ENSP00000465979;ENSP00000467172;ENSP00000467825;ENSP00000467487;ENSP00000468055" "Q99426" "TBCB" "1155" "tubulin folding cofactor B" "CG22;CKAP1;CKAPI" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000105258" "ENST00000221859;ENST00000589591;ENST00000585842;ENST00000592962;ENST00000586789;ENST00000586439;ENST00000589069" "ENSP00000221859;ENSP00000465455;ENSP00000465755;ENSP00000467134" "P36954" "POLR2I" "5438" "RNA polymerase II subunit I" "hRPB14.5;RPB9" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000105220" "ENST00000587521;ENST00000587384;ENST00000592277;ENST00000642240;ENST00000415930;ENST00000588991;ENST00000592144;ENST00000589504;ENST00000590375;ENST00000646312;ENST00000589640;ENST00000591204;ENST00000589399;ENST00000356487;ENST00000647446;ENST00000586425;ENST00000643067;ENST00000590362;ENST00000589985;ENST00000586392;ENST00000586077" "ENSP00000464797;ENSP00000468298;ENSP00000466191;ENSP00000496041;ENSP00000405573;ENSP00000465858;ENSP00000464798;ENSP00000467221;ENSP00000467590;ENSP00000466851;ENSP00000468201;ENSP00000348877;ENSP00000495129;ENSP00000467670" "P06744" "GPI" "2821" "glucose-6-phosphate isomerase" "AMF;NLK" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105223" "ENST00000599685;ENST00000600479;ENST00000392032;ENST00000598962;ENST00000409419;ENST00000409587;ENST00000594085;ENST00000602131;ENST00000409735;ENST00000600948;ENST00000356508;ENST00000596682;ENST00000594908;ENST00000409281;ENST00000493006;ENST00000359274;ENST00000464586;ENST00000485448;ENST00000492243;ENST00000599353;ENST00000480030;ENST00000475983;ENST00000488311;ENST00000486134" "ENSP00000469675;ENSP00000375886;ENSP00000470603;ENSP00000386293;ENSP00000387050;ENSP00000468999;ENSP00000386938;ENSP00000472509;ENSP00000348901;ENSP00000468898;ENSP00000471838;ENSP00000387022;ENSP00000352220;ENSP00000469868;ENSP00000472854;ENSP00000473218" "Q8IV08" "PLD3" "23646" "phospholipase D family member 3" "HU-K4" "Nucleus;Cytosol;Lysosome;Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000105254" "ENST00000593075;ENST00000629269;ENST00000221855;ENST00000481742;ENST00000392178;ENST00000651435;ENST00000589996;ENST00000591296;ENST00000588385;ENST00000589624;ENST00000589308;ENST00000585746;ENST00000586868;ENST00000585910;ENST00000468156" "ENSP00000485894;ENSP00000221855;ENSP00000498740;ENSP00000465447;ENSP00000465979;ENSP00000467172;ENSP00000467825;ENSP00000467487;ENSP00000468055" "Q99426" "TBCB" "1155" "tubulin folding cofactor B" "CG22;CKAP1;CKAPI" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000105258" "ENST00000221859;ENST00000589591;ENST00000585842;ENST00000592962;ENST00000586789;ENST00000586439;ENST00000589069" "ENSP00000221859;ENSP00000465455;ENSP00000465755;ENSP00000467134" "P36954" "POLR2I" "5438" "RNA polymerase II subunit I" "hRPB14.5;RPB9" "Nucleus" "SwissProt;CellAtlas" "ENSG00000105281" "ENST00000542575;ENST00000434726;ENST00000594991;ENST00000412532;ENST00000593713;ENST00000598022" "ENSP00000444408;ENSP00000406532;ENSP00000469265;ENSP00000397924;ENSP00000468890;ENSP00000471626" "Q15758" "SLC1A5" "6510" "solute carrier family 1 member 5" "AAAT;ASCT2;M7V1;RDRC" "" "" "ENSG00000105355" "ENST00000221957;ENST00000592528;ENST00000589163;ENST00000585479;ENST00000589034;ENST00000589494;ENST00000587462" "ENSP00000221957;ENSP00000467803;ENSP00000468476;ENSP00000465596;ENSP00000465975;ENSP00000468096;ENSP00000465117" "O60664" "PLIN3" "10226" "perilipin 3" "M6PRBP1;PP17;TIP47" "Cytosol" "SwissProt" -"ENSG00000105379" "ENST00000354232;ENST00000309244;ENST00000596253;ENST00000594361;ENST00000593992" "ENSP00000346173;ENSP00000311930;ENSP00000469628" "P38117" "ETFB" "2109" "electron transfer flavoprotein subunit beta" "" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000105398" "ENST00000222002" "ENSP00000222002" "Q06520" "SULT2A1" "6822" "sulfotransferase family 2A member 1" "DHEA-ST;STD" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000105379" "ENST00000354232;ENST00000309244;ENST00000596253;ENST00000594361;ENST00000593992" "ENSP00000346173;ENSP00000311930;ENSP00000469628" "P38117" "ETFB" "2109" "electron transfer flavoprotein subunit beta" "" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000105398" "ENST00000222002" "ENSP00000222002" "Q06520" "SULT2A1" "6822" "sulfotransferase family 2A member 1" "DHEA-ST;STD" "Cytosol" "SwissProt;CellAtlas" "ENSG00000105409" "ENST00000441343;ENST00000648268;ENST00000602133;ENST00000545399;ENST00000543770;ENST00000485672;ENST00000473086;ENST00000645448;ENST00000468774;ENST00000465007;ENST00000636197;ENST00000636258;ENST00000636282;ENST00000637406" "ENSP00000411503;ENSP00000498113;ENSP00000471581;ENSP00000444688;ENSP00000437577;ENSP00000469129;ENSP00000489877" "P13637" "ATP1A3" "478" "ATPase Na+/K+ transporting subunit alpha 3" "DYT12" "" "" -"ENSG00000105499" "ENST00000599111;ENST00000354276;ENST00000594790;ENST00000599921;ENST00000596510;ENST00000596353;ENST00000599300;ENST00000595161;ENST00000599239;ENST00000601946;ENST00000593765;ENST00000598185;ENST00000598457;ENST00000597713;ENST00000597377;ENST00000599063;ENST00000595487;ENST00000595899;ENST00000596352;ENST00000594156;ENST00000598813;ENST00000600170;ENST00000596138;ENST00000598488" "ENSP00000472546;ENSP00000346228;ENSP00000469473;ENSP00000470418;ENSP00000469528;ENSP00000472977;ENSP00000473250;ENSP00000471328;ENSP00000471759;ENSP00000471196;ENSP00000468972" "Q9UP65" "PLA2G4C" "8605" "phospholipase A2 group IVC" "cPLA2-gamma" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000105499" "ENST00000599111;ENST00000354276;ENST00000594790;ENST00000599921;ENST00000596510;ENST00000596353;ENST00000599300;ENST00000595161;ENST00000599239;ENST00000601946;ENST00000593765;ENST00000598185;ENST00000598457;ENST00000597713;ENST00000597377;ENST00000599063;ENST00000595487;ENST00000595899;ENST00000596352;ENST00000594156;ENST00000598813;ENST00000600170;ENST00000596138;ENST00000598488" "ENSP00000472546;ENSP00000346228;ENSP00000469473;ENSP00000470418;ENSP00000469528;ENSP00000472977;ENSP00000473250;ENSP00000471328;ENSP00000471759;ENSP00000471196;ENSP00000468972" "Q9UP65" "PLA2G4C" "8605" "phospholipase A2 group IVC" "cPLA2-gamma" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000105509" "ENST00000601714;ENST00000222115;ENST00000540069;ENST00000601667;ENST00000594621" "ENSP00000472821;ENSP00000222115;ENSP00000445021;ENSP00000471953;ENSP00000469165" "Q92839" "HAS1" "3036" "hyaluronan synthase 1" "HAS" "Nucleus" "CellAtlas" "ENSG00000105516" "ENST00000222122;ENST00000599385;ENST00000594723;ENST00000593500;ENST00000601104" "ENSP00000222122;ENSP00000469426;ENSP00000471220;ENSP00000469291" "Q10586" "DBP" "1628" "D-box binding PAR bZIP transcription factor" "DABP" "Nucleus" "SwissProt" "ENSG00000105520" "ENST00000251473;ENST00000591329;ENST00000586431;ENST00000586380;ENST00000591608;ENST00000588196;ENST00000587801;ENST00000588360" "ENSP00000251473;ENSP00000467807;ENSP00000466698;ENSP00000466898" "Q96GM1" "PLPPR2" "64748" "phospholipid phosphatase related 2" "LPPR2;PRG-4" "Nucleus" "CellAtlas" -"ENSG00000105552" "ENST00000545387;ENST00000316273;ENST00000402551;ENST00000593515;ENST00000597011;ENST00000599246;ENST00000599510;ENST00000598162;ENST00000595376;ENST00000601681;ENST00000601496;ENST00000596981" "ENSP00000440973;ENSP00000322991;ENSP00000385161;ENSP00000469139;ENSP00000469651;ENSP00000470680;ENSP00000470216;ENSP00000472641" "O15382" "BCAT2" "587" "branched chain amino acid transaminase 2" "BCAM;BCT2" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000105607" "ENST00000589039;ENST00000421816;ENST00000591470;ENST00000222214;ENST00000590445;ENST00000590530;ENST00000588905;ENST00000587072;ENST00000590627;ENST00000587832;ENST00000585420;ENST00000585760;ENST00000591043;ENST00000590472;ENST00000591050;ENST00000588242" "ENSP00000465618;ENSP00000466845;ENSP00000222214;ENSP00000468125;ENSP00000468452;ENSP00000465770;ENSP00000468584;ENSP00000468625;ENSP00000467735" "Q92947" "GCDH" "2639" "glutaryl-CoA dehydrogenase" "ACAD5" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000105552" "ENST00000545387;ENST00000316273;ENST00000402551;ENST00000593515;ENST00000597011;ENST00000599246;ENST00000599510;ENST00000598162;ENST00000595376;ENST00000601681;ENST00000601496;ENST00000596981" "ENSP00000440973;ENSP00000322991;ENSP00000385161;ENSP00000469139;ENSP00000469651;ENSP00000470680;ENSP00000470216;ENSP00000472641" "O15382" "BCAT2" "587" "branched chain amino acid transaminase 2" "BCAM;BCT2" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000105607" "ENST00000589039;ENST00000421816;ENST00000591470;ENST00000222214;ENST00000590445;ENST00000590530;ENST00000588905;ENST00000587072;ENST00000590627;ENST00000587832;ENST00000585420;ENST00000585760;ENST00000591043;ENST00000590472;ENST00000591050;ENST00000588242" "ENSP00000465618;ENSP00000466845;ENSP00000222214;ENSP00000468125;ENSP00000468452;ENSP00000465770;ENSP00000468584;ENSP00000468625;ENSP00000467735" "Q92947" "GCDH" "2639" "glutaryl-CoA dehydrogenase" "ACAD5" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000105641" "ENST00000222248;ENST00000597109" "ENSP00000222248" "Q92911" "SLC5A5" "6528" "solute carrier family 5 member 5" "NIS" "Cytosol" "SwissProt" "ENSG00000105647" "ENST00000222254;ENST00000617642;ENST00000617130;ENST00000426902;ENST00000474310;ENST00000600533;ENST00000675271;ENST00000672815;ENST00000674682;ENST00000464016;ENST00000459743" "ENSP00000222254;ENSP00000484714;ENSP00000477864;ENSP00000395636;ENSP00000500792;ENSP00000476825" "O00459" "PIK3R2" "5296" "phosphoinositide-3-kinase regulatory subunit 2" "p85;P85B" "" "" "ENSG00000105650" "ENST00000594617;ENST00000447275;ENST00000597360;ENST00000262805;ENST00000594465;ENST00000539010;ENST00000599188;ENST00000598111;ENST00000597297;ENST00000593594;ENST00000595343;ENST00000597573;ENST00000610023;ENST00000599754" "ENSP00000469696;ENSP00000402091;ENSP00000262805;ENSP00000470210;ENSP00000439470;ENSP00000473713;ENSP00000474591;ENSP00000474849;ENSP00000473937;ENSP00000476961;ENSP00000472034" "Q08493" "PDE4C" "5143" "phosphodiesterase 4C" "DPDE1" "Cytosol" "CellAtlas" -"ENSG00000105655" "ENST00000582811;ENST00000338128;ENST00000457269;ENST00000582287;ENST00000581672;ENST00000578963;ENST00000582770;ENST00000577916;ENST00000577820;ENST00000583816;ENST00000583309;ENST00000578352;ENST00000581800;ENST00000583534" "ENSP00000463628;ENSP00000337746;ENSP00000415458;ENSP00000464528;ENSP00000475677;ENSP00000464209;ENSP00000463271;ENSP00000462001;ENSP00000463500;ENSP00000464430" "Q9NPH2" "ISYNA1" "51477" "inositol-3-phosphate synthase 1" "Ino1;INOS;IPS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105669" "ENST00000600528;ENST00000262812;ENST00000349893;ENST00000595984;ENST00000600932;ENST00000598969;ENST00000351079;ENST00000593827;ENST00000597026;ENST00000597646;ENST00000599964" "ENSP00000262812;ENSP00000343134;ENSP00000469035;ENSP00000345674;ENSP00000471034" "O14579" "COPE" "11316" "COPI coat complex subunit epsilon" "epsilon-COP" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000105655" "ENST00000582811;ENST00000338128;ENST00000457269;ENST00000582287;ENST00000581672;ENST00000578963;ENST00000582770;ENST00000577916;ENST00000577820;ENST00000583816;ENST00000583309;ENST00000578352;ENST00000581800;ENST00000583534" "ENSP00000463628;ENSP00000337746;ENSP00000415458;ENSP00000464528;ENSP00000475677;ENSP00000464209;ENSP00000463271;ENSP00000462001;ENSP00000463500;ENSP00000464430" "Q9NPH2" "ISYNA1" "51477" "inositol-3-phosphate synthase 1" "Ino1;INOS;IPS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105669" "ENST00000600528;ENST00000262812;ENST00000349893;ENST00000595984;ENST00000600932;ENST00000598969;ENST00000351079;ENST00000593827;ENST00000597026;ENST00000597646;ENST00000599964" "ENSP00000262812;ENSP00000343134;ENSP00000469035;ENSP00000345674;ENSP00000471034" "O14579" "COPE" "11316" "COPI coat complex subunit epsilon" "epsilon-COP" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000105675" "ENST00000262623;ENST00000592131;ENST00000592767;ENST00000590916" "ENSP00000262623;ENSP00000472323" "P20648" "ATP4A" "495" "ATPase H+/K+ transporting subunit alpha" "ATP6A" "" "" -"ENSG00000105679" "ENST00000222286;ENST00000586334;ENST00000585510" "ENSP00000222286;ENSP00000466432;ENSP00000467255" "O14556" "GAPDHS" "26330" "glyceraldehyde-3-phosphate dehydrogenase, spermatogenic" "GAPD2;GAPDH-2;GAPDS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105701" "ENST00000597960;ENST00000544835;ENST00000596558;ENST00000222308;ENST00000608443;ENST00000601844;ENST00000596015;ENST00000606531;ENST00000596494;ENST00000597611;ENST00000599540;ENST00000594844;ENST00000597547;ENST00000609656" "ENSP00000471700;ENSP00000441267;ENSP00000472302;ENSP00000222308;ENSP00000476767;ENSP00000472921;ENSP00000475588;ENSP00000475895;ENSP00000472643;ENSP00000472731;ENSP00000472087;ENSP00000472043;ENSP00000477278" "Q14318" "FKBP8" "23770" "FKBP prolyl isomerase 8" "FKBP38;FKBPr38" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105835" "ENST00000681550;ENST00000680675;ENST00000680077;ENST00000681456;ENST00000222553;ENST00000681494;ENST00000680708;ENST00000681653;ENST00000681391;ENST00000680991;ENST00000681491;ENST00000680864;ENST00000680669;ENST00000680584;ENST00000424768;ENST00000681255;ENST00000679873;ENST00000679643;ENST00000681878;ENST00000463871;ENST00000680482;ENST00000679894;ENST00000680468;ENST00000679951;ENST00000680823;ENST00000489732;ENST00000679461;ENST00000681372;ENST00000681936;ENST00000680616;ENST00000680152;ENST00000681887;ENST00000680129;ENST00000680786;ENST00000681223;ENST00000681455;ENST00000681631;ENST00000679717;ENST00000680516;ENST00000484527;ENST00000354289;ENST00000681297;ENST00000491027;ENST00000467730;ENST00000393618;ENST00000486949;ENST00000489358;ENST00000441045;ENST00000417537" "ENSP00000505112;ENSP00000506337;ENSP00000506239;ENSP00000505633;ENSP00000222553;ENSP00000506450;ENSP00000506527;ENSP00000506565;ENSP00000505390;ENSP00000506283;ENSP00000506540;ENSP00000505845;ENSP00000505012;ENSP00000390591;ENSP00000506129;ENSP00000506282;ENSP00000504962;ENSP00000505577;ENSP00000505172;ENSP00000505427;ENSP00000506618;ENSP00000504973;ENSP00000505353;ENSP00000504872;ENSP00000505453;ENSP00000505065;ENSP00000346242;ENSP00000506343;ENSP00000505245;ENSP00000505320;ENSP00000390896" "P43490" "NAMPT" "10135" "nicotinamide phosphoribosyltransferase" "PBEF;PBEF1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105851" "ENST00000440650;ENST00000496166;ENST00000473541;ENST00000359195;ENST00000466738" "ENSP00000392258;ENSP00000419260;ENSP00000417623;ENSP00000352121" "P48736" "PIK3CG" "5294" "phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit gamma" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000105679" "ENST00000222286;ENST00000586334;ENST00000585510" "ENSP00000222286;ENSP00000466432;ENSP00000467255" "O14556" "GAPDHS" "26330" "glyceraldehyde-3-phosphate dehydrogenase, spermatogenic" "GAPD2;GAPDH-2;GAPDS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105701" "ENST00000597960;ENST00000544835;ENST00000596558;ENST00000222308;ENST00000608443;ENST00000601844;ENST00000596015;ENST00000606531;ENST00000596494;ENST00000597611;ENST00000599540;ENST00000594844;ENST00000597547;ENST00000609656" "ENSP00000471700;ENSP00000441267;ENSP00000472302;ENSP00000222308;ENSP00000476767;ENSP00000472921;ENSP00000475588;ENSP00000475895;ENSP00000472643;ENSP00000472731;ENSP00000472087;ENSP00000472043;ENSP00000477278" "Q14318" "FKBP8" "23770" "FKBP prolyl isomerase 8" "FKBP38;FKBPr38" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105835" "ENST00000681550;ENST00000680675;ENST00000680077;ENST00000681456;ENST00000222553;ENST00000681494;ENST00000680708;ENST00000681653;ENST00000681391;ENST00000680991;ENST00000681491;ENST00000680864;ENST00000680669;ENST00000680584;ENST00000424768;ENST00000681255;ENST00000679873;ENST00000679643;ENST00000681878;ENST00000463871;ENST00000680482;ENST00000679894;ENST00000680468;ENST00000679951;ENST00000680823;ENST00000489732;ENST00000679461;ENST00000681372;ENST00000681936;ENST00000680616;ENST00000680152;ENST00000681887;ENST00000680129;ENST00000680786;ENST00000681223;ENST00000681455;ENST00000681631;ENST00000679717;ENST00000680516;ENST00000484527;ENST00000354289;ENST00000681297;ENST00000491027;ENST00000467730;ENST00000393618;ENST00000486949;ENST00000489358;ENST00000441045;ENST00000417537" "ENSP00000505112;ENSP00000506337;ENSP00000506239;ENSP00000505633;ENSP00000222553;ENSP00000506450;ENSP00000506527;ENSP00000506565;ENSP00000505390;ENSP00000506283;ENSP00000506540;ENSP00000505845;ENSP00000505012;ENSP00000390591;ENSP00000506129;ENSP00000506282;ENSP00000504962;ENSP00000505577;ENSP00000505172;ENSP00000505427;ENSP00000506618;ENSP00000504973;ENSP00000505353;ENSP00000504872;ENSP00000505453;ENSP00000505065;ENSP00000346242;ENSP00000506343;ENSP00000505245;ENSP00000505320;ENSP00000390896" "P43490" "NAMPT" "10135" "nicotinamide phosphoribosyltransferase" "PBEF;PBEF1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105851" "ENST00000440650;ENST00000496166;ENST00000473541;ENST00000359195;ENST00000466738" "ENSP00000392258;ENSP00000419260;ENSP00000417623;ENSP00000352121" "P48736" "PIK3CG" "5294" "phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit gamma" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000105852" "ENST00000265627;ENST00000427422;ENST00000451904;ENST00000418617;ENST00000442770;ENST00000456855;ENST00000492800;ENST00000460248;ENST00000482624;ENST00000475439" "ENSP00000265627;ENSP00000413276;ENSP00000403850;ENSP00000393174;ENSP00000390253;ENSP00000391072" "Q15166" "PON3" "5446" "paraoxonase 3" "" "" "" "ENSG00000105854" "ENST00000455123;ENST00000433091;ENST00000222572;ENST00000633192;ENST00000483292;ENST00000446142;ENST00000459842;ENST00000469926;ENST00000491069;ENST00000490778;ENST00000632034;ENST00000493290;ENST00000478801;ENST00000460873;ENST00000493469;ENST00000471883;ENST00000469716;ENST00000633531" "ENSP00000414515;ENSP00000404622;ENSP00000222572;ENSP00000488378;ENSP00000488874;ENSP00000405211;ENSP00000488550;ENSP00000488462;ENSP00000488826;ENSP00000487898;ENSP00000488822;ENSP00000487703;ENSP00000488838" "Q15165" "PON2" "5445" "paraoxonase 2" "" "" "" -"ENSG00000105879" "ENST00000479443;ENST00000432748;ENST00000222597;ENST00000440859;ENST00000493361;ENST00000487517;ENST00000415884;ENST00000420796" "ENSP00000401374;ENSP00000222597;ENSP00000401277;ENSP00000401175;ENSP00000410615" "Q75N03" "CBLL1" "79872" "Cbl proto-oncogene like 1" "FLJ23109;HAKAI;RNF188" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000105879" "ENST00000479443;ENST00000432748;ENST00000222597;ENST00000440859;ENST00000493361;ENST00000487517;ENST00000415884;ENST00000420796" "ENSP00000401374;ENSP00000222597;ENSP00000401277;ENSP00000401175;ENSP00000410615" "Q75N03" "CBLL1" "79872" "Cbl proto-oncogene like 1" "FLJ23109;HAKAI;RNF188" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000105929" "ENST00000310018;ENST00000645515;ENST00000644341;ENST00000478480;ENST00000647427;ENST00000353492;ENST00000471085;ENST00000483139;ENST00000479909;ENST00000393054" "ENSP00000308122;ENSP00000496421;ENSP00000495642;ENSP00000495261;ENSP00000496259;ENSP00000253856;ENSP00000496205;ENSP00000376774" "Q9HBG4" "ATP6V0A4" "50617" "ATPase H+ transporting V0 subunit a4" "a4;ATP6N1B;ATP6N2;RDRTA2;RTA1C;RTADR;Stv1;Vph1;VPP2" "Cytosol" "CellAtlas" -"ENSG00000105939" "ENST00000242351;ENST00000464606;ENST00000680309;ENST00000460845;ENST00000471652" "ENSP00000242351;ENSP00000418385;ENSP00000505045;ENSP00000420107;ENSP00000419855" "Q7Z2W4" "ZC3HAV1" "56829" "zinc finger CCCH-type containing, antiviral 1" "ARTD13;FLB6421;FLJ13288;MGC48898;PARP13;ZAP;ZC3H2;ZC3HDC2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000105953" "ENST00000439616;ENST00000443864;ENST00000447398;ENST00000449767;ENST00000419661;ENST00000444676;ENST00000222673;ENST00000459672;ENST00000497326;ENST00000631326" "ENSP00000398576;ENSP00000388084;ENSP00000388183;ENSP00000392878;ENSP00000411830;ENSP00000414662;ENSP00000222673;ENSP00000486854" "Q02218" "OGDH" "4967" "oxoglutarate dehydrogenase" "E1k;KGD1;OGDC-E1;OGDH2" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000105939" "ENST00000242351;ENST00000464606;ENST00000680309;ENST00000460845;ENST00000471652" "ENSP00000242351;ENSP00000418385;ENSP00000505045;ENSP00000420107;ENSP00000419855" "Q7Z2W4" "ZC3HAV1" "56829" "zinc finger CCCH-type containing, antiviral 1" "ARTD13;FLB6421;FLJ13288;MGC48898;PARP13;ZAP;ZC3H2;ZC3HDC2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000105953" "ENST00000439616;ENST00000443864;ENST00000447398;ENST00000449767;ENST00000419661;ENST00000444676;ENST00000222673;ENST00000459672;ENST00000497326;ENST00000631326" "ENSP00000398576;ENSP00000388084;ENSP00000388183;ENSP00000392878;ENSP00000411830;ENSP00000414662;ENSP00000222673;ENSP00000486854" "Q02218" "OGDH" "4967" "oxoglutarate dehydrogenase" "E1k;KGD1;OGDC-E1;OGDH2" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000106049" "ENST00000265395;ENST00000428288;ENST00000425715;ENST00000496814" "ENSP00000265395;ENSP00000393365;ENSP00000390205" "P31937" "HIBADH" "11112" "3-hydroxyisobutyrate dehydrogenase" "NS5ATP1" "" "" -"ENSG00000106080" "ENST00000222803;ENST00000419018;ENST00000412494;ENST00000479939" "ENSP00000222803;ENSP00000406270;ENSP00000403279" "Q9NWM8" "FKBP14" "55033" "FKBP prolyl isomerase 14" "FKBP22;FLJ20731" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000106105" "ENST00000675051;ENST00000674807;ENST00000675529;ENST00000674643;ENST00000470392;ENST00000675810;ENST00000676088;ENST00000676210;ENST00000485784;ENST00000674815;ENST00000676403;ENST00000478124;ENST00000454308;ENST00000676140;ENST00000675859;ENST00000389266;ENST00000675693;ENST00000676259;ENST00000675651;ENST00000674616;ENST00000674737;ENST00000674969;ENST00000676164;ENST00000675886;ENST00000444666;ENST00000675587;ENST00000674851;ENST00000675863;ENST00000675025;ENST00000674734;ENST00000484093;ENST00000465748;ENST00000496643" "ENSP00000502296;ENSP00000502814;ENSP00000501655;ENSP00000501636;ENSP00000502743;ENSP00000501884;ENSP00000502373;ENSP00000502799;ENSP00000502681;ENSP00000392677;ENSP00000502571;ENSP00000502033;ENSP00000373918;ENSP00000502174;ENSP00000501980;ENSP00000502513;ENSP00000502408;ENSP00000502464;ENSP00000501986;ENSP00000415447;ENSP00000502451" "P41250" "GARS1" "2617" "glycyl-tRNA synthetase 1" "CMT2D;DSMAV;GARS;GlyRS;SMAD1" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000106258" "ENST00000222982;ENST00000469887;ENST00000461920;ENST00000646887;ENST00000339843;ENST00000488187;ENST00000473347;ENST00000463364;ENST00000481825;ENST00000466061;ENST00000480723;ENST00000439761;ENST00000463907;ENST00000469622;ENST00000456417;ENST00000489231" "ENSP00000222982;ENSP00000496704;ENSP00000343074;ENSP00000401269;ENSP00000415399" "P20815" "CYP3A5" "1577" "cytochrome P450 family 3 subfamily A member 5" "CP35;P450PCN3;PCN3" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000106080" "ENST00000222803;ENST00000419018;ENST00000412494;ENST00000479939" "ENSP00000222803;ENSP00000406270;ENSP00000403279" "Q9NWM8" "FKBP14" "55033" "FKBP prolyl isomerase 14" "FKBP22;FLJ20731" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000106105" "ENST00000675051;ENST00000674807;ENST00000675529;ENST00000674643;ENST00000470392;ENST00000675810;ENST00000676088;ENST00000676210;ENST00000485784;ENST00000674815;ENST00000676403;ENST00000478124;ENST00000454308;ENST00000676140;ENST00000675859;ENST00000389266;ENST00000675693;ENST00000676259;ENST00000675651;ENST00000674616;ENST00000674737;ENST00000674969;ENST00000676164;ENST00000675886;ENST00000444666;ENST00000675587;ENST00000674851;ENST00000675863;ENST00000675025;ENST00000674734;ENST00000484093;ENST00000465748;ENST00000496643" "ENSP00000502296;ENSP00000502814;ENSP00000501655;ENSP00000501636;ENSP00000502743;ENSP00000501884;ENSP00000502373;ENSP00000502799;ENSP00000502681;ENSP00000392677;ENSP00000502571;ENSP00000502033;ENSP00000373918;ENSP00000502174;ENSP00000501980;ENSP00000502513;ENSP00000502408;ENSP00000502464;ENSP00000501986;ENSP00000415447;ENSP00000502451" "P41250" "GARS1" "2617" "glycyl-tRNA synthetase 1" "CMT2D;DSMAV;GARS;GlyRS;SMAD1" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000106258" "ENST00000222982;ENST00000469887;ENST00000461920;ENST00000646887;ENST00000339843;ENST00000488187;ENST00000473347;ENST00000463364;ENST00000481825;ENST00000466061;ENST00000480723;ENST00000439761;ENST00000463907;ENST00000469622;ENST00000456417;ENST00000489231" "ENSP00000222982;ENSP00000496704;ENSP00000343074;ENSP00000401269;ENSP00000415399" "P20815" "CYP3A5" "1577" "cytochrome P450 family 3 subfamily A member 5" "CP35;P450PCN3;PCN3" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000106302" "ENST00000489978;ENST00000488323;ENST00000223026;ENST00000476325;ENST00000483878" "ENSP00000419522;ENSP00000417872;ENSP00000223026;ENSP00000417186;ENSP00000420264" "Q2M3T9" "HYAL4" "23553" "hyaluronidase 4" "" "" "" "ENSG00000106304" "ENST00000413927;ENST00000460182;ENST00000340011;ENST00000439500;ENST00000402183;ENST00000223028;ENST00000682466" "ENSP00000391491;ENSP00000417934;ENSP00000345849;ENSP00000402123;ENSP00000386028;ENSP00000223028;ENSP00000508393" "P38567" "SPAM1" "6677" "sperm adhesion molecule 1" "HYAL5;PH-20;SPAG15" "" "" "ENSG00000106346" "ENST00000306177;ENST00000404008;ENST00000479544;ENST00000451154;ENST00000465073;ENST00000521713;ENST00000426246" "ENSP00000301962;ENSP00000385964;ENSP00000416910;ENSP00000430568;ENSP00000431127;ENSP00000408217" "Q9H9J4" "USP42" "84132" "ubiquitin specific peptidase 42" "FLJ12697" "Nucleus" "CellAtlas" -"ENSG00000106348" "ENST00000469328;ENST00000484496;ENST00000419067;ENST00000338791;ENST00000496200;ENST00000354269;ENST00000626419;ENST00000348127;ENST00000470772;ENST00000648462;ENST00000480861;ENST00000460045;ENST00000497868;ENST00000468842;ENST00000489263;ENST00000496487;ENST00000491376;ENST00000473463" "ENSP00000420756;ENSP00000418742;ENSP00000399400;ENSP00000345096;ENSP00000420803;ENSP00000346219;ENSP00000486056;ENSP00000265385;ENSP00000417296;ENSP00000496892;ENSP00000420185;ENSP00000419609;ENSP00000418592;ENSP00000420469" "P20839" "IMPDH1" "3614" "inosine monophosphate dehydrogenase 1" "LCA11;RP10;sWSS2608" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000106348" "ENST00000469328;ENST00000484496;ENST00000419067;ENST00000338791;ENST00000496200;ENST00000354269;ENST00000626419;ENST00000348127;ENST00000470772;ENST00000648462;ENST00000480861;ENST00000460045;ENST00000497868;ENST00000468842;ENST00000489263;ENST00000496487;ENST00000491376;ENST00000473463" "ENSP00000420756;ENSP00000418742;ENSP00000399400;ENSP00000345096;ENSP00000420803;ENSP00000346219;ENSP00000486056;ENSP00000265385;ENSP00000417296;ENSP00000496892;ENSP00000420185;ENSP00000419609;ENSP00000418592;ENSP00000420469" "P20839" "IMPDH1" "3614" "inosine monophosphate dehydrogenase 1" "LCA11;RP10;sWSS2608" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000106384" "ENST00000223114;ENST00000440203;ENST00000379423;ENST00000649999" "ENSP00000223114;ENSP00000403756;ENSP00000368734" "Q86VF5" "MOGAT3" "346606" "monoacylglycerol O-acyltransferase 3" "DC7;DGAT2L2;MGAT3" "Cytosol;Endoplasmic reticulum" "SwissProt" "ENSG00000106392" "ENST00000429911;ENST00000436587;ENST00000467716;ENST00000476068;ENST00000223122;ENST00000402468" "ENSP00000407666;ENSP00000389176;ENSP00000223122;ENSP00000384550" "Q9NS00" "C1GALT1" "56913" "core 1 synthase, glycoprotein-N-acetylgalactosamine 3-beta-galactosyltransferase 1" "C1GALT;T-synthase" "Cytosol;Nucleus" "CellAtlas" "ENSG00000106397" "ENST00000454310;ENST00000223127;ENST00000487563;ENST00000460132;ENST00000440925;ENST00000466881;ENST00000421736;ENST00000463479;ENST00000478082;ENST00000460475;ENST00000478264;ENST00000424135;ENST00000489927;ENST00000414785;ENST00000456079;ENST00000481461" "ENSP00000407555;ENSP00000223127;ENSP00000394045;ENSP00000407908;ENSP00000404799;ENSP00000407551;ENSP00000416070" "O60568" "PLOD3" "8985" "procollagen-lysine,2-oxoglutarate 5-dioxygenase 3" "LH3" "Endoplasmic reticulum" "SwissProt" -"ENSG00000106459" "ENST00000477428;ENST00000454688;ENST00000223190;ENST00000311967;ENST00000393230;ENST00000393232;ENST00000353868" "ENSP00000394877;ENSP00000223190;ENSP00000309826;ENSP00000376922;ENSP00000376924;ENSP00000342351" "Q16656" "NRF1" "4899" "nuclear respiratory factor 1" "ALPHA-PAL;EWG" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000106462" "ENST00000683292;ENST00000492143;ENST00000320356;ENST00000478654;ENST00000460911;ENST00000350995;ENST00000684400;ENST00000684510;ENST00000683744;ENST00000682317;ENST00000683293;ENST00000682263;ENST00000684300;ENST00000476773;ENST00000483967;ENST00000684436;ENST00000469631;ENST00000498186;ENST00000483012;ENST00000682401" "ENSP00000507503;ENSP00000417377;ENSP00000320147;ENSP00000417062;ENSP00000419711;ENSP00000223193;ENSP00000506949;ENSP00000508286;ENSP00000508407;ENSP00000419050;ENSP00000419856;ENSP00000417704" "Q15910" "EZH2" "2146" "enhancer of zeste 2 polycomb repressive complex 2 subunit" "ENX-1;EZH1;KMT6;KMT6A" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000106605" "ENST00000265523;ENST00000402924;ENST00000424330;ENST00000453612;ENST00000486984" "ENSP00000265523;ENSP00000385757;ENSP00000412005" "P53004" "BLVRA" "644" "biliverdin reductase A" "BLVR" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000106628" "ENST00000610533;ENST00000406581;ENST00000489883;ENST00000223361;ENST00000452185;ENST00000436400;ENST00000436844;ENST00000481104;ENST00000433715;ENST00000463464;ENST00000470867;ENST00000464871;ENST00000461116;ENST00000467469;ENST00000456038;ENST00000418438;ENST00000496539;ENST00000481763" "ENSP00000480186;ENSP00000386105;ENSP00000223361;ENSP00000395231;ENSP00000399447;ENSP00000416203;ENSP00000389816;ENSP00000397461;ENSP00000406702" "P49005" "POLD2" "5425" "DNA polymerase delta 2, accessory subunit" "" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000106633" "ENST00000673284;ENST00000672743;ENST00000459642;ENST00000336642;ENST00000345378;ENST00000403799;ENST00000395796;ENST00000616242;ENST00000683378;ENST00000671824;ENST00000437084;ENST00000473353;ENST00000682635;ENST00000476008" "ENSP00000499852;ENSP00000338009;ENSP00000223366;ENSP00000384247;ENSP00000379142;ENSP00000482149;ENSP00000500264;ENSP00000402840" "P35557" "GCK" "2645" "glucokinase" "HK4;MODY2" "Golgi apparatus;Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000106636" "ENST00000679020;ENST00000678497;ENST00000496112;ENST00000447123;ENST00000678359;ENST00000677851;ENST00000679310;ENST00000679209;ENST00000478411;ENST00000223369;ENST00000677436;ENST00000677090;ENST00000421621;ENST00000463014;ENST00000424864" "ENSP00000504623;ENSP00000503381;ENSP00000420805;ENSP00000503337;ENSP00000503746;ENSP00000504364;ENSP00000223369;ENSP00000503560;ENSP00000504160;ENSP00000412414" "O15498" "YKT6" "10652" "YKT6 v-SNARE homolog" "" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000106459" "ENST00000477428;ENST00000454688;ENST00000223190;ENST00000311967;ENST00000393230;ENST00000393232;ENST00000353868" "ENSP00000394877;ENSP00000223190;ENSP00000309826;ENSP00000376922;ENSP00000376924;ENSP00000342351" "Q16656" "NRF1" "4899" "nuclear respiratory factor 1" "ALPHA-PAL;EWG" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000106462" "ENST00000683292;ENST00000492143;ENST00000320356;ENST00000478654;ENST00000460911;ENST00000350995;ENST00000684400;ENST00000684510;ENST00000683744;ENST00000682317;ENST00000683293;ENST00000682263;ENST00000684300;ENST00000476773;ENST00000483967;ENST00000684436;ENST00000469631;ENST00000498186;ENST00000483012;ENST00000682401" "ENSP00000507503;ENSP00000417377;ENSP00000320147;ENSP00000417062;ENSP00000419711;ENSP00000223193;ENSP00000506949;ENSP00000508286;ENSP00000508407;ENSP00000419050;ENSP00000419856;ENSP00000417704" "Q15910" "EZH2" "2146" "enhancer of zeste 2 polycomb repressive complex 2 subunit" "ENX-1;EZH1;KMT6;KMT6A" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000106605" "ENST00000265523;ENST00000402924;ENST00000424330;ENST00000453612;ENST00000486984" "ENSP00000265523;ENSP00000385757;ENSP00000412005" "P53004" "BLVRA" "644" "biliverdin reductase A" "BLVR" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000106628" "ENST00000610533;ENST00000406581;ENST00000489883;ENST00000223361;ENST00000452185;ENST00000436400;ENST00000436844;ENST00000481104;ENST00000433715;ENST00000463464;ENST00000470867;ENST00000464871;ENST00000461116;ENST00000467469;ENST00000456038;ENST00000418438;ENST00000496539;ENST00000481763" "ENSP00000480186;ENSP00000386105;ENSP00000223361;ENSP00000395231;ENSP00000399447;ENSP00000416203;ENSP00000389816;ENSP00000397461;ENSP00000406702" "P49005" "POLD2" "5425" "DNA polymerase delta 2, accessory subunit" "" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000106633" "ENST00000673284;ENST00000672743;ENST00000459642;ENST00000336642;ENST00000345378;ENST00000403799;ENST00000395796;ENST00000616242;ENST00000683378;ENST00000671824;ENST00000437084;ENST00000473353;ENST00000682635;ENST00000476008" "ENSP00000499852;ENSP00000338009;ENSP00000223366;ENSP00000384247;ENSP00000379142;ENSP00000482149;ENSP00000500264;ENSP00000402840" "P35557" "GCK" "2645" "glucokinase" "HK4;MODY2" "Golgi apparatus;Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000106636" "ENST00000679020;ENST00000678497;ENST00000496112;ENST00000447123;ENST00000678359;ENST00000677851;ENST00000679310;ENST00000679209;ENST00000478411;ENST00000223369;ENST00000677436;ENST00000677090;ENST00000421621;ENST00000463014;ENST00000424864" "ENSP00000504623;ENSP00000503381;ENSP00000420805;ENSP00000503337;ENSP00000503746;ENSP00000504364;ENSP00000223369;ENSP00000503560;ENSP00000504160;ENSP00000412414" "O15498" "YKT6" "10652" "YKT6 v-SNARE homolog" "" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000106648" "ENST00000431418;ENST00000392800;ENST00000416062;ENST00000448366;ENST00000426341;ENST00000416269;ENST00000414073;ENST00000482845;ENST00000468278;ENST00000483959;ENST00000616416" "ENSP00000392582;ENSP00000376548;ENSP00000411071;ENSP00000400106;ENSP00000406595;ENSP00000398570;ENSP00000414260;ENSP00000479207" "Q7Z4T8" "GALNTL5" "168391" "polypeptide N-acetylgalactosaminyltransferase like 5" "GalNAc-T5L;GALNT15" "" "" "ENSG00000106688" "ENST00000262352;ENST00000490167;ENST00000422398" "ENSP00000262352;ENSP00000414620" "P43005" "SLC1A1" "6505" "solute carrier family 1 member 1" "EAAC1;EAAT3" "" "" "ENSG00000106733" "ENST00000376811;ENST00000482537;ENST00000361092;ENST00000376808;ENST00000494066;ENST00000466137;ENST00000490321" "ENSP00000366007;ENSP00000354387;ENSP00000366004;ENSP00000435736" "Q9NWW6" "NMRK1" "54981" "nicotinamide riboside kinase 1" "bA235O14.2;C9orf95;FLJ20559;NRK1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000106853" "ENST00000538962;ENST00000407693;ENST00000466771;ENST00000309195;ENST00000374324;ENST00000422125;ENST00000374313;ENST00000374308;ENST00000485319" "ENSP00000440281;ENSP00000385763;ENSP00000435665;ENSP00000311572;ENSP00000363444;ENSP00000395965" "Q14914" "PTGR1" "22949" "prostaglandin reductase 1" "LTB4DH;ZADH3" "Cytosol" "SwissProt" "ENSG00000106976" "ENST00000635766;ENST00000636874;ENST00000372923;ENST00000475805;ENST00000341179;ENST00000393594;ENST00000628346;ENST00000636280;ENST00000486160;ENST00000627061;ENST00000627543;ENST00000634267;ENST00000636103;ENST00000637999;ENST00000441149;ENST00000637094;ENST00000482638;ENST00000637317;ENST00000635859;ENST00000463998;ENST00000636220;ENST00000638061;ENST00000631179;ENST00000493925;ENST00000636201;ENST00000625457;ENST00000630850;ENST00000638030;ENST00000636760" "ENSP00000362014;ENSP00000419225;ENSP00000345680;ENSP00000377219;ENSP00000486525;ENSP00000490285;ENSP00000420045;ENSP00000486437;ENSP00000487310;ENSP00000489096;ENSP00000489985;ENSP00000420808;ENSP00000490555;ENSP00000486770" "Q05193" "DNM1" "1759" "dynamin 1" "DNM" "Cytosol" "SwissProt" -"ENSG00000106992" "ENST00000644144;ENST00000550143;ENST00000413016;ENST00000373156;ENST00000223836;ENST00000550992" "ENSP00000494600;ENSP00000449130;ENSP00000362249;ENSP00000223836;ENSP00000448741" "P00568" "AK1" "203" "adenylate kinase 1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000106992" "ENST00000644144;ENST00000550143;ENST00000413016;ENST00000373156;ENST00000223836;ENST00000550992" "ENSP00000494600;ENSP00000449130;ENSP00000362249;ENSP00000223836;ENSP00000448741" "P00568" "AK1" "203" "adenylate kinase 1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000107159" "ENST00000617161;ENST00000378357;ENST00000493245;ENST00000485665" "ENSP00000482050;ENSP00000367608" "Q16790" "CA9" "768" "carbonic anhydrase 9" "CAIX;MN" "Nucleus" "SwissProt" "ENSG00000107165" "ENST00000473763;ENST00000459790;ENST00000388918;ENST00000381136;ENST00000381142;ENST00000470909;ENST00000473504" "ENSP00000419006;ENSP00000373570;ENSP00000370528" "P17643" "TYRP1" "7306" "tyrosinase related protein 1" "b-PROTEIN;CAS2;CATB;GP75;OCA3;TRP;TYRP" "" "" -"ENSG00000107242" "ENST00000265382;ENST00000472907;ENST00000474356;ENST00000377284;ENST00000437200;ENST00000440050;ENST00000478500;ENST00000541509" "ENSP00000265382;ENSP00000366498;ENSP00000398587;ENSP00000411477;ENSP00000435778;ENSP00000438082" "O14986" "PIP5K1B" "8395" "phosphatidylinositol-4-phosphate 5-kinase type 1 beta" "MSS4;STM7" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000107242" "ENST00000265382;ENST00000472907;ENST00000474356;ENST00000377284;ENST00000437200;ENST00000440050;ENST00000478500;ENST00000541509" "ENSP00000265382;ENSP00000366498;ENSP00000398587;ENSP00000411477;ENSP00000435778;ENSP00000438082" "O14986" "PIP5K1B" "8395" "phosphatidylinositol-4-phosphate 5-kinase type 1 beta" "MSS4;STM7" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000107317" "ENST00000640716;ENST00000413913;ENST00000371625;ENST00000457950;ENST00000371623;ENST00000492068;ENST00000460340;ENST00000446677;ENST00000462514;ENST00000444903" "ENSP00000491730;ENSP00000360687;ENSP00000392633;ENSP00000397468;ENSP00000392692" "P41222" "PTGDS" "5730" "prostaglandin D2 synthase" "L-PGDS;PGDS" "Cytosol;Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt" "ENSG00000107341" "ENST00000263228" "ENSP00000263228" "Q712K3" "UBE2R2" "54926" "ubiquitin conjugating enzyme E2 R2" "CDC34B;FLJ20419;MGC10481;UBC3B" "Cytosol;Nucleus" "CellAtlas" "ENSG00000107537" "ENST00000396913;ENST00000263038;ENST00000396920;ENST00000453759;ENST00000479604;ENST00000464049;ENST00000463730" "ENSP00000380121;ENSP00000263038;ENSP00000380126;ENSP00000412525;ENSP00000420117" "O14832" "PHYH" "5264" "phytanoyl-CoA 2-hydroxylase" "PAHX;PHYH1;RD" "Peroxisome" "SwissProt" @@ -684,125 +684,125 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000107614" "ENST00000354631;ENST00000377799;ENST00000495022;ENST00000452380;ENST00000488990;ENST00000313936;ENST00000436968;ENST00000525762;ENST00000424636;ENST00000486947;ENST00000451253;ENST00000479046" "ENSP00000346652;ENSP00000367030;ENSP00000417594;ENSP00000419625;ENSP00000324263;ENSP00000390611;ENSP00000431476;ENSP00000389497" "O14717" "TRDMT1" "1787" "tRNA aspartic acid methyltransferase 1" "DNMT2;RNMT1" "Cytosol" "SwissProt" "ENSG00000107669" "ENST00000369043;ENST00000224652;ENST00000540606;ENST00000369040;ENST00000423243;ENST00000485281" "ENSP00000358039;ENSP00000224652;ENSP00000440881;ENSP00000358036;ENSP00000397787" "O95260" "ATE1" "11101" "arginyltransferase 1" "" "Nucleus" "CellAtlas" "ENSG00000107789" "ENST00000371996;ENST00000371994;ENST00000472891;ENST00000536010" "ENSP00000361064;ENSP00000361062;ENSP00000437823" "Q9UNW1" "MINPP1" "9562" "multiple inositol-polyphosphate phosphatase 1" "MIPP" "Endoplasmic reticulum" "SwissProt" -"ENSG00000107798" "ENST00000371837;ENST00000336233;ENST00000456827;ENST00000428800;ENST00000282673;ENST00000487618;ENST00000463623;ENST00000489359" "ENSP00000360903;ENSP00000337354;ENSP00000413019;ENSP00000388415;ENSP00000282673" "P38571" "LIPA" "3988" "lipase A, lysosomal acid type" "CESD;LAL" "Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000107798" "ENST00000371837;ENST00000336233;ENST00000456827;ENST00000428800;ENST00000282673;ENST00000487618;ENST00000463623;ENST00000489359" "ENSP00000360903;ENSP00000337354;ENSP00000413019;ENSP00000388415;ENSP00000282673" "P38571" "LIPA" "3988" "lipase A, lysosomal acid type" "CESD;LAL" "Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000107819" "ENST00000393459;ENST00000224807;ENST00000489434;ENST00000465383;ENST00000487721;ENST00000466982;ENST00000470252" "ENSP00000377103;ENSP00000224807;ENSP00000474564" "Q9BWM7" "SFXN3" "81855" "sideroflexin 3" "SFX3;SLC56A3" "Mitochondria" "CellAtlas" "ENSG00000107854" "ENST00000371627" "ENSP00000360689" "Q9H2K2" "TNKS2" "80351" "tankyrase 2" "ARTD6;PARP-5b;PARP-5c;PARP5B;PARP5C;pART6;TANK2;TNKL" "Cytosol;Golgi apparatus;Nucleus" "SwissProt" -"ENSG00000107902" "ENST00000392757;ENST00000368842;ENST00000368839;ENST00000487190;ENST00000481452;ENST00000493240;ENST00000482963;ENST00000486535;ENST00000492187" "ENSP00000376512;ENSP00000357835;ENSP00000357832" "Q9H008" "LHPP" "64077" "phospholysine phosphohistidine inorganic pyrophosphate phosphatase" "HDHD2B" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000107951" "ENST00000263063;ENST00000488290;ENST00000417581;ENST00000421701;ENST00000471055" "ENSP00000263063;ENSP00000404392;ENSP00000394118" "Q9NVV4" "MTPAP" "55149" "mitochondrial poly(A) polymerase" "FLJ10486;PAPD1;SPAX4;TENT6" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000107902" "ENST00000392757;ENST00000368842;ENST00000368839;ENST00000487190;ENST00000481452;ENST00000493240;ENST00000482963;ENST00000486535;ENST00000492187" "ENSP00000376512;ENSP00000357835;ENSP00000357832" "Q9H008" "LHPP" "64077" "phospholysine phosphohistidine inorganic pyrophosphate phosphatase" "HDHD2B" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000107951" "ENST00000263063;ENST00000488290;ENST00000417581;ENST00000421701;ENST00000471055" "ENSP00000263063;ENSP00000404392;ENSP00000394118" "Q9NVV4" "MTPAP" "55149" "mitochondrial poly(A) polymerase" "FLJ10486;PAPD1;SPAX4;TENT6" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000107954" "ENST00000369780;ENST00000437579;ENST00000455386;ENST00000465048" "ENSP00000358795;ENSP00000416709;ENSP00000387714" "O76050" "NEURL1" "9148" "neuralized E3 ubiquitin protein ligase 1" "h-neu;neu-1;NEURL;RNF67" "" "" "ENSG00000108106" "ENST00000264552;ENST00000587845;ENST00000589978;ENST00000592570" "ENSP00000264552;ENSP00000467409;ENSP00000466388" "Q16763" "UBE2S" "27338" "ubiquitin conjugating enzyme E2 S" "E2-EPF" "Nucleus" "CellAtlas" -"ENSG00000108179" "ENST00000498681;ENST00000472580;ENST00000225174;ENST00000492149;ENST00000448165" "ENSP00000473548;ENSP00000225174;ENSP00000396388" "P30405" "PPIF" "10105" "peptidylprolyl isomerase F" "Cyp-D;hCyP3" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000108179" "ENST00000498681;ENST00000472580;ENST00000225174;ENST00000492149;ENST00000448165" "ENSP00000473548;ENSP00000225174;ENSP00000396388" "P30405" "PPIF" "10105" "peptidylprolyl isomerase F" "Cyp-D;hCyP3" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000108242" "ENST00000285979;ENST00000339022" "ENSP00000285979;ENSP00000341293" "P33260" "CYP2C18" "1562" "cytochrome P450 family 2 subfamily C member 18" "CPCI;CYP2C;CYP2C17;P450IIC17" "Endoplasmic reticulum" "SwissProt" -"ENSG00000108381" "ENST00000577034;ENST00000456349;ENST00000263080;ENST00000571278" "ENSP00000458324;ENSP00000409976;ENSP00000263080;ENSP00000461358" "P45381" "ASPA" "443" "aspartoacylase" "ACY2;ASP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000108381" "ENST00000577034;ENST00000456349;ENST00000263080;ENST00000571278" "ENSP00000458324;ENSP00000409976;ENSP00000263080;ENSP00000461358" "P45381" "ASPA" "443" "aspartoacylase" "ACY2;ASP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000108439" "ENST00000583599;ENST00000642017;ENST00000641709;ENST00000641323;ENST00000225573;ENST00000434554;ENST00000641856;ENST00000582171;ENST00000641305;ENST00000585320;ENST00000584061;ENST00000583245;ENST00000641511;ENST00000641703;ENST00000641427;ENST00000641285;ENST00000584806" "ENSP00000463919;ENSP00000493302;ENSP00000493349;ENSP00000492965;ENSP00000225573;ENSP00000399960;ENSP00000493224;ENSP00000463994;ENSP00000462345;ENSP00000463972;ENSP00000493348;ENSP00000493219" "Q9NVS9" "PNPO" "55163" "pyridoxamine 5'-phosphate oxidase" "PDXPO" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000108468" "ENST00000393408;ENST00000225603;ENST00000581003;ENST00000402583;ENST00000495350;ENST00000444685" "ENSP00000377060;ENSP00000225603;ENSP00000462242;ENSP00000385413;ENSP00000465985;ENSP00000393179" "P83916" "CBX1" "10951" "chromobox 1" "CBX;HP1-BETA;HP1Hs-beta;M31;MOD1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000108474" "ENST00000607144;ENST00000581006;ENST00000584797;ENST00000498772;ENST00000225609;ENST00000395844;ENST00000470116;ENST00000585034;ENST00000477745;ENST00000489009;ENST00000463810;ENST00000580201;ENST00000596678;ENST00000613719;ENST00000488375;ENST00000431149;ENST00000414755" "ENSP00000462432;ENSP00000463540;ENSP00000225609;ENSP00000379185;ENSP00000463754;ENSP00000464424;ENSP00000485657;ENSP00000470064" "Q9Y2B2" "PIGL" "9487" "phosphatidylinositol glycan anchor biosynthesis class L" "" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000108468" "ENST00000393408;ENST00000225603;ENST00000581003;ENST00000402583;ENST00000495350;ENST00000444685" "ENSP00000377060;ENSP00000225603;ENSP00000462242;ENSP00000385413;ENSP00000465985;ENSP00000393179" "P83916" "CBX1" "10951" "chromobox 1" "CBX;HP1-BETA;HP1Hs-beta;M31;MOD1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000108474" "ENST00000607144;ENST00000581006;ENST00000584797;ENST00000498772;ENST00000225609;ENST00000395844;ENST00000470116;ENST00000585034;ENST00000477745;ENST00000489009;ENST00000463810;ENST00000580201;ENST00000596678;ENST00000613719;ENST00000488375;ENST00000431149;ENST00000414755" "ENSP00000462432;ENSP00000463540;ENSP00000225609;ENSP00000379185;ENSP00000463754;ENSP00000464424;ENSP00000485657;ENSP00000470064" "Q9Y2B2" "PIGL" "9487" "phosphatidylinositol glycan anchor biosynthesis class L" "" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000108479" "ENST00000225614;ENST00000589643;ENST00000592997;ENST00000588479;ENST00000586733;ENST00000587707;ENST00000592494;ENST00000586244;ENST00000589030" "ENSP00000225614;ENSP00000464765;ENSP00000465930;ENSP00000468341;ENSP00000468288" "P51570" "GALK1" "2584" "galactokinase 1" "GALK" "Cytosol;Golgi apparatus" "CellAtlas" -"ENSG00000108515" "ENST00000519266;ENST00000520221;ENST00000522798;ENST00000522301;ENST00000521811;ENST00000323997;ENST00000518972;ENST00000571235;ENST00000519834;ENST00000522249;ENST00000521659;ENST00000519584;ENST00000519602;ENST00000519300;ENST00000518175;ENST00000522425;ENST00000522954" "ENSP00000467270;ENSP00000467444;ENSP00000428502;ENSP00000465697;ENSP00000464874;ENSP00000324105;ENSP00000428811;ENSP00000430554;ENSP00000430636;ENSP00000430055;ENSP00000431087" "P13929" "ENO3" "2027" "enolase 3" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000108523" "ENST00000571816;ENST00000571365;ENST00000573404;ENST00000576452;ENST00000572430;ENST00000262482;ENST00000570328;ENST00000575111;ENST00000576229;ENST00000570492;ENST00000575400;ENST00000572554;ENST00000572382;ENST00000576965;ENST00000575524;ENST00000574548" "ENSP00000459324;ENSP00000459581;ENSP00000458375;ENSP00000458794;ENSP00000262482;ENSP00000458905;ENSP00000460190;ENSP00000458189;ENSP00000460991;ENSP00000460024;ENSP00000466753" "Q9H6Y7" "RNF167" "26001" "ring finger protein 167" "DKFZP566H073" "Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000108515" "ENST00000519266;ENST00000520221;ENST00000522798;ENST00000522301;ENST00000521811;ENST00000323997;ENST00000518972;ENST00000571235;ENST00000519834;ENST00000522249;ENST00000521659;ENST00000519584;ENST00000519602;ENST00000519300;ENST00000518175;ENST00000522425;ENST00000522954" "ENSP00000467270;ENSP00000467444;ENSP00000428502;ENSP00000465697;ENSP00000464874;ENSP00000324105;ENSP00000428811;ENSP00000430554;ENSP00000430636;ENSP00000430055;ENSP00000431087" "P13929" "ENO3" "2027" "enolase 3" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000108523" "ENST00000571816;ENST00000571365;ENST00000573404;ENST00000576452;ENST00000572430;ENST00000262482;ENST00000570328;ENST00000575111;ENST00000576229;ENST00000570492;ENST00000575400;ENST00000572554;ENST00000572382;ENST00000576965;ENST00000575524;ENST00000574548" "ENSP00000459324;ENSP00000459581;ENSP00000458375;ENSP00000458794;ENSP00000262482;ENSP00000458905;ENSP00000460190;ENSP00000458189;ENSP00000460991;ENSP00000460024;ENSP00000466753" "Q9H6Y7" "RNF167" "26001" "ring finger protein 167" "DKFZP566H073" "Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000108528" "ENST00000225665;ENST00000574710;ENST00000544061;ENST00000576951;ENST00000570543" "ENSP00000225665;ENSP00000440804;ENSP00000458993" "Q02978" "SLC25A11" "8402" "solute carrier family 25 member 11" "OGC;SLC20A4" "Inner mitochondria" "SwissProt" -"ENSG00000108559" "ENST00000573169;ENST00000576708;ENST00000573584;ENST00000225696;ENST00000574855;ENST00000574087;ENST00000576862;ENST00000575976;ENST00000574867;ENST00000570937;ENST00000572809;ENST00000572290;ENST00000572019" "ENSP00000461334;ENSP00000458954;ENSP00000225696;ENSP00000459370;ENSP00000459979" "Q99567" "NUP88" "4927" "nucleoporin 88" "MGC8530" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000108559" "ENST00000573169;ENST00000576708;ENST00000573584;ENST00000225696;ENST00000574855;ENST00000574087;ENST00000576862;ENST00000575976;ENST00000574867;ENST00000570937;ENST00000572809;ENST00000572290;ENST00000572019" "ENSP00000461334;ENSP00000458954;ENSP00000225696;ENSP00000459370;ENSP00000459979" "Q99567" "NUP88" "4927" "nucleoporin 88" "MGC8530" "Nucleus" "SwissProt;CellAtlas" "ENSG00000108576" "ENST00000401766;ENST00000579221;ENST00000578609;ENST00000394821;ENST00000650711;ENST00000261707" "ENSP00000385822;ENSP00000463172;ENSP00000378298;ENSP00000498537;ENSP00000261707" "P31645" "SLC6A4" "6532" "solute carrier family 6 member 4" "5-HTT;HTT;OCD1;SERT1" "Golgi apparatus" "CellAtlas" -"ENSG00000108592" "ENST00000427159;ENST00000583202;ENST00000583901;ENST00000579831;ENST00000580376;ENST00000580129;ENST00000579569;ENST00000584193;ENST00000580272;ENST00000581209;ENST00000577263;ENST00000580290;ENST00000582476;ENST00000584574;ENST00000585145;ENST00000580295" "ENSP00000396673;ENSP00000462212;ENSP00000462342;ENSP00000463980;ENSP00000462290;ENSP00000464648;ENSP00000464361;ENSP00000463229" "Q8IY81" "FTSJ3" "117246" "FtsJ RNA 2'-O-methyltransferase 3" "SPB1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000108602" "ENST00000395555;ENST00000468746;ENST00000479677;ENST00000494157;ENST00000444455;ENST00000457500;ENST00000225740;ENST00000439102;ENST00000487650;ENST00000485472;ENST00000426645;ENST00000485231;ENST00000575860;ENST00000574162;ENST00000573368;ENST00000570414;ENST00000575103" "ENSP00000378923;ENSP00000434685;ENSP00000460482;ENSP00000388469;ENSP00000411821;ENSP00000225740;ENSP00000389766;ENSP00000388369;ENSP00000458841;ENSP00000461189;ENSP00000460792" "P30838" "ALDH3A1" "218" "aldehyde dehydrogenase 3 family member A1" "ALDH3" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000108592" "ENST00000427159;ENST00000583202;ENST00000583901;ENST00000579831;ENST00000580376;ENST00000580129;ENST00000579569;ENST00000584193;ENST00000580272;ENST00000581209;ENST00000577263;ENST00000580290;ENST00000582476;ENST00000584574;ENST00000585145;ENST00000580295" "ENSP00000396673;ENSP00000462212;ENSP00000462342;ENSP00000463980;ENSP00000462290;ENSP00000464648;ENSP00000464361;ENSP00000463229" "Q8IY81" "FTSJ3" "117246" "FtsJ RNA 2'-O-methyltransferase 3" "SPB1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000108602" "ENST00000395555;ENST00000468746;ENST00000479677;ENST00000494157;ENST00000444455;ENST00000457500;ENST00000225740;ENST00000439102;ENST00000487650;ENST00000485472;ENST00000426645;ENST00000485231;ENST00000575860;ENST00000574162;ENST00000573368;ENST00000570414;ENST00000575103" "ENSP00000378923;ENSP00000434685;ENSP00000460482;ENSP00000388469;ENSP00000411821;ENSP00000225740;ENSP00000389766;ENSP00000388369;ENSP00000458841;ENSP00000461189;ENSP00000460792" "P30838" "ALDH3A1" "218" "aldehyde dehydrogenase 3 family member A1" "ALDH3" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000108773" "ENST00000225916;ENST00000465682;ENST00000586972;ENST00000588759;ENST00000592310" "ENSP00000225916;ENSP00000468390;ENSP00000467324" "Q92830" "KAT2A" "2648" "lysine acetyltransferase 2A" "GCN5;GCN5L2;PCAF-b" "Cytosol;Nucleus" "SwissProt" "ENSG00000108784" "ENST00000225927;ENST00000586516;ENST00000591587;ENST00000590358;ENST00000592454" "ENSP00000225927;ENSP00000467135;ENSP00000467836;ENSP00000466892;ENSP00000468665" "P54802" "NAGLU" "4669" "N-acetyl-alpha-glucosaminidase" "NAG" "Lysosome" "SwissProt" -"ENSG00000108786" "ENST00000593215;ENST00000587280;ENST00000590299;ENST00000585807;ENST00000225929" "ENSP00000465128;ENSP00000466799;ENSP00000225929" "P14061" "HSD17B1" "3292" "hydroxysteroid 17-beta dehydrogenase 1" "EDH17B2;EDHB17;HSD17;MGC138140;SDR28C1" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000108799" "ENST00000428826;ENST00000415827;ENST00000586714;ENST00000592743;ENST00000588897;ENST00000585893;ENST00000590078;ENST00000586103;ENST00000585912;ENST00000585550;ENST00000591330;ENST00000590783;ENST00000589846;ENST00000588239;ENST00000585455;ENST00000586935;ENST00000586382;ENST00000586867;ENST00000587179;ENST00000593148;ENST00000586089;ENST00000593214;ENST00000592492;ENST00000590082" "ENSP00000404658;ENSP00000407869;ENSP00000466924;ENSP00000467036;ENSP00000467871;ENSP00000465220;ENSP00000468640;ENSP00000465423;ENSP00000464753;ENSP00000465327;ENSP00000466393;ENSP00000467320;ENSP00000465482" "Q92800" "EZH1" "2145" "enhancer of zeste 1 polycomb repressive complex 2 subunit" "KIAA0388;KMT6B" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000108813" "ENST00000503410;ENST00000240306;ENST00000505318;ENST00000503276;ENST00000411890;ENST00000611342" "ENSP00000240306;ENSP00000410622;ENSP00000480366" "Q92988" "DLX4" "1748" "distal-less homeobox 4" "BP1;DLX7;DLX8;DLX9" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000108839" "ENST00000251535;ENST00000480801;ENST00000406228" "ENSP00000251535;ENSP00000467033" "P18054" "ALOX12" "239" "arachidonate 12-lipoxygenase, 12S type" "12S-LOX" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000108786" "ENST00000593215;ENST00000587280;ENST00000590299;ENST00000585807;ENST00000225929" "ENSP00000465128;ENSP00000466799;ENSP00000225929" "P14061" "HSD17B1" "3292" "hydroxysteroid 17-beta dehydrogenase 1" "EDH17B2;EDHB17;HSD17;MGC138140;SDR28C1" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000108799" "ENST00000428826;ENST00000415827;ENST00000586714;ENST00000592743;ENST00000588897;ENST00000585893;ENST00000590078;ENST00000586103;ENST00000585912;ENST00000585550;ENST00000591330;ENST00000590783;ENST00000589846;ENST00000588239;ENST00000585455;ENST00000586935;ENST00000586382;ENST00000586867;ENST00000587179;ENST00000593148;ENST00000586089;ENST00000593214;ENST00000592492;ENST00000590082" "ENSP00000404658;ENSP00000407869;ENSP00000466924;ENSP00000467036;ENSP00000467871;ENSP00000465220;ENSP00000468640;ENSP00000465423;ENSP00000464753;ENSP00000465327;ENSP00000466393;ENSP00000467320;ENSP00000465482" "Q92800" "EZH1" "2145" "enhancer of zeste 1 polycomb repressive complex 2 subunit" "KIAA0388;KMT6B" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000108813" "ENST00000503410;ENST00000240306;ENST00000505318;ENST00000503276;ENST00000411890;ENST00000611342" "ENSP00000240306;ENSP00000410622;ENSP00000480366" "Q92988" "DLX4" "1748" "distal-less homeobox 4" "BP1;DLX7;DLX8;DLX9" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000108839" "ENST00000251535;ENST00000480801;ENST00000406228" "ENSP00000251535;ENSP00000467033" "P18054" "ALOX12" "239" "arachidonate 12-lipoxygenase, 12S type" "12S-LOX" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000108846" "ENST00000515707;ENST00000513511;ENST00000427699;ENST00000285238;ENST00000502426;ENST00000505699;ENST00000515585;ENST00000513589;ENST00000571855;ENST00000515070;ENST00000503304;ENST00000510633;ENST00000506464;ENST00000513745;ENST00000510891;ENST00000503337;ENST00000508929;ENST00000504586" "ENSP00000422786;ENSP00000425697;ENSP00000395160;ENSP00000285238;ENSP00000427073;ENSP00000427521;ENSP00000424981;ENSP00000422058;ENSP00000421755" "O15438" "ABCC3" "8714" "ATP binding cassette subfamily C member 3" "cMOAT2;EST90757;MLP2;MOAT-D;MRP3" "" "" -"ENSG00000108854" "ENST00000262435;ENST00000582081;ENST00000578386;ENST00000585301;ENST00000580072;ENST00000578200;ENST00000580246" "ENSP00000262435;ENSP00000463531;ENSP00000464432;ENSP00000463804" "Q9HAU4" "SMURF2" "64750" "SMAD specific E3 ubiquitin protein ligase 2" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000108854" "ENST00000262435;ENST00000582081;ENST00000578386;ENST00000585301;ENST00000580072;ENST00000578200;ENST00000580246" "ENSP00000262435;ENSP00000463531;ENSP00000464432;ENSP00000463804" "Q9HAU4" "SMURF2" "64750" "SMAD specific E3 ubiquitin protein ligase 2" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000108932" "ENST00000327268;ENST00000580666;ENST00000620436;ENST00000583477;ENST00000582867" "ENSP00000319991;ENSP00000462985;ENSP00000480820;ENSP00000463070;ENSP00000462239" "O15403" "SLC16A6" "9120" "solute carrier family 16 member 6" "MCT6;MCT7" "" "" "ENSG00000109065" "ENST00000357814;ENST00000580301;ENST00000583834;ENST00000581136;ENST00000580632;ENST00000581762;ENST00000582870;ENST00000584022;ENST00000578822;ENST00000583757;ENST00000582524;ENST00000583476;ENST00000579218;ENST00000578798;ENST00000578862;ENST00000580216;ENST00000583989;ENST00000581466;ENST00000577428;ENST00000584409;ENST00000585240;ENST00000582359;ENST00000583689;ENST00000578947;ENST00000582168;ENST00000582993;ENST00000582118;ENST00000581451;ENST00000579837" "ENSP00000350467;ENSP00000462019;ENSP00000463824;ENSP00000463523;ENSP00000464281;ENSP00000464681;ENSP00000462835;ENSP00000462454;ENSP00000462120;ENSP00000463353;ENSP00000464142;ENSP00000463760;ENSP00000463860;ENSP00000464505" "Q9BTE0" "NAT9" "26151" "N-acetyltransferase 9 (putative)" "DKFZP564C103" "Nucleus" "CellAtlas" "ENSG00000109107" "ENST00000395319;ENST00000395321;ENST00000226253;ENST00000460201;ENST00000584086;ENST00000581807;ENST00000435638;ENST00000578590;ENST00000582381" "ENSP00000378729;ENSP00000378731;ENSP00000226253;ENSP00000463174;ENSP00000462674;ENSP00000465623;ENSP00000398976;ENSP00000463118" "P09972" "ALDOC" "230" "aldolase, fructose-bisphosphate C" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000109181" "ENST00000265403;ENST00000458688" "ENSP00000265403;ENSP00000413420" "P36537" "UGT2B10" "7365" "UDP glucuronosyltransferase family 2 member B10" "" "" "" "ENSG00000109189" "ENST00000441222;ENST00000451218;ENST00000503060;ENST00000514536;ENST00000508499;ENST00000502443;ENST00000506707;ENST00000512656;ENST00000504078" "ENSP00000407818;ENSP00000390102;ENSP00000422018;ENSP00000426970;ENSP00000423244;ENSP00000425806" "P62068" "USP46" "64854" "ubiquitin specific peptidase 46" "FLJ12552" "Nucleus" "CellAtlas" -"ENSG00000109193" "ENST00000226444;ENST00000504002" "ENSP00000226444" "P49888" "SULT1E1" "6783" "sulfotransferase family 1E member 1" "EST;STE" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000109193" "ENST00000226444;ENST00000504002" "ENSP00000226444" "P49888" "SULT1E1" "6783" "sulfotransferase family 1E member 1" "EST;STE" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000109323" "ENST00000647097;ENST00000644159;ENST00000514430;ENST00000646727;ENST00000644545;ENST00000646311;ENST00000647129;ENST00000642252;ENST00000645558;ENST00000645348;ENST00000505239;ENST00000508141;ENST00000646451;ENST00000506478;ENST00000644965;ENST00000511813;ENST00000507358" "ENSP00000495247;ENSP00000494462;ENSP00000493519;ENSP00000493992;ENSP00000493465;ENSP00000496137;ENSP00000495483;ENSP00000496399;ENSP00000495363;ENSP00000427322;ENSP00000495846;ENSP00000495818;ENSP00000422001" "O00462" "MANBA" "4126" "mannosidase beta" "" "Lysosome" "SwissProt" "ENSG00000109332" "ENST00000453744;ENST00000394804;ENST00000618836;ENST00000394801;ENST00000394803;ENST00000508474;ENST00000343106;ENST00000503742;ENST00000321805;ENST00000350435;ENST00000338145;ENST00000349311;ENST00000504211;ENST00000505009;ENST00000357194;ENST00000505207;ENST00000507845;ENST00000502404;ENST00000508635;ENST00000505307;ENST00000510129;ENST00000508476;ENST00000502563;ENST00000508238;ENST00000514755;ENST00000508974;ENST00000502690;ENST00000510599;ENST00000508818;ENST00000503418;ENST00000508249;ENST00000513098;ENST00000503282" "ENSP00000396901;ENSP00000378283;ENSP00000481600;ENSP00000378280;ENSP00000378282;ENSP00000345285;ENSP00000318494;ENSP00000337262;ENSP00000337208;ENSP00000344069;ENSP00000426620;ENSP00000349722;ENSP00000426586;ENSP00000424359;ENSP00000421904;ENSP00000427270;ENSP00000422939;ENSP00000422134;ENSP00000424710;ENSP00000421794;ENSP00000423487;ENSP00000423692;ENSP00000423324;ENSP00000425762;ENSP00000423869;ENSP00000421310" "P61077" "UBE2D3" "7323" "ubiquitin conjugating enzyme E2 D3" "UbcH5C" "Cytosol" "CellAtlas" "ENSG00000109390" "ENST00000503997;ENST00000539002;ENST00000544855;ENST00000394228;ENST00000539387;ENST00000394223;ENST00000505036;ENST00000503453;ENST00000394225;ENST00000676245;ENST00000513022;ENST00000507764" "ENSP00000425882;ENSP00000440133;ENSP00000441126;ENSP00000377775;ENSP00000439882;ENSP00000377770;ENSP00000421195;ENSP00000502731" "O43677" "NDUFC1" "4717" "NADH:ubiquinone oxidoreductase subunit C1" "KFYI" "Mitochondria" "CellAtlas" "ENSG00000109424" "ENST00000262999" "ENSP00000262999" "P25874" "UCP1" "7350" "uncoupling protein 1" "SLC25A7;UCP" "Inner mitochondria" "SwissProt" "ENSG00000109452" "ENST00000513000;ENST00000508116;ENST00000509777;ENST00000511838;ENST00000512630;ENST00000510812;ENST00000514525;ENST00000506297;ENST00000507462;ENST00000506217;ENST00000506788;ENST00000506517;ENST00000506000;ENST00000504632;ENST00000506243;ENST00000507861;ENST00000503927;ENST00000514964;ENST00000505483;ENST00000512489;ENST00000508084;ENST00000262992;ENST00000630044" "ENSP00000425487;ENSP00000423954;ENSP00000422793;ENSP00000426207;ENSP00000423771;ENSP00000427250;ENSP00000421065;ENSP00000424731;ENSP00000425764;ENSP00000424057;ENSP00000426957;ENSP00000420888;ENSP00000426897;ENSP00000422052;ENSP00000262992;ENSP00000486368" "O15327" "INPP4B" "8821" "inositol polyphosphate-4-phosphatase type II B" "" "" "" "ENSG00000109576" "ENST00000337664;ENST00000509167;ENST00000515480;ENST00000353187;ENST00000505906;ENST00000510340;ENST00000507375;ENST00000502392" "ENSP00000336808;ENSP00000423190;ENSP00000423341;ENSP00000226840;ENSP00000425067;ENSP00000421389;ENSP00000423843" "Q8N5Z0" "AADAT" "51166" "aminoadipate aminotransferase" "KAT2;KATII;KYAT2" "Mitochondria" "SwissProt" -"ENSG00000109586" "ENST00000265000;ENST00000512285;ENST00000502407;ENST00000505308;ENST00000506317;ENST00000503213;ENST00000515862" "ENSP00000265000;ENSP00000427050;ENSP00000427095;ENSP00000427341" "Q86SF2" "GALNT7" "51809" "polypeptide N-acetylgalactosaminyltransferase 7" "GALNAC-T7" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000109586" "ENST00000265000;ENST00000512285;ENST00000502407;ENST00000505308;ENST00000506317;ENST00000503213;ENST00000515862" "ENSP00000265000;ENSP00000427050;ENSP00000427095;ENSP00000427341" "Q86SF2" "GALNT7" "51809" "polypeptide N-acetylgalactosaminyltransferase 7" "GALNAC-T7" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000109610" "ENST00000598411;ENST00000593742;ENST00000382120" "ENSP00000472134;ENSP00000371554" "P08294" "SOD3" "6649" "superoxide dismutase 3" "EC-SOD" "Golgi apparatus" "SwissProt" "ENSG00000109667" "ENST00000508585;ENST00000503803;ENST00000512342;ENST00000503280;ENST00000264784;ENST00000506583;ENST00000505104;ENST00000513129;ENST00000506839;ENST00000505506;ENST00000509214;ENST00000481042;ENST00000309065" "ENSP00000264784;ENSP00000422209;ENSP00000426800;ENSP00000311383" "Q9NRM0" "SLC2A9" "56606" "solute carrier family 2 member 9" "Glut9;GLUTX;URATv1" "" "" -"ENSG00000109685" "ENST00000508803;ENST00000507820;ENST00000508355;ENST00000514045;ENST00000515806;ENST00000398261;ENST00000353275;ENST00000382892;ENST00000382891;ENST00000420906;ENST00000312087;ENST00000382895;ENST00000503128;ENST00000509115;ENST00000512700;ENST00000677559;ENST00000678714;ENST00000511904;ENST00000513726;ENST00000678128;ENST00000482415;ENST00000514329;ENST00000502425;ENST00000505643;ENST00000382888;ENST00000503207;ENST00000507094;ENST00000679039;ENST00000677895;ENST00000515695;ENST00000508299" "ENSP00000423972;ENSP00000421551;ENSP00000421681;ENSP00000427434;ENSP00000381311;ENSP00000329167;ENSP00000372348;ENSP00000372347;ENSP00000399251;ENSP00000308780;ENSP00000372351;ENSP00000425761;ENSP00000422878;ENSP00000427516;ENSP00000504406;ENSP00000504221;ENSP00000424482;ENSP00000425094;ENSP00000372344;ENSP00000503076" "O96028" "NSD2" "7468" "nuclear receptor binding SET domain protein 2" "KMT3G;MMSET;WHSC1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000109685" "ENST00000508803;ENST00000507820;ENST00000508355;ENST00000514045;ENST00000515806;ENST00000398261;ENST00000353275;ENST00000382892;ENST00000382891;ENST00000420906;ENST00000312087;ENST00000382895;ENST00000503128;ENST00000509115;ENST00000512700;ENST00000677559;ENST00000678714;ENST00000511904;ENST00000513726;ENST00000678128;ENST00000482415;ENST00000514329;ENST00000502425;ENST00000505643;ENST00000382888;ENST00000503207;ENST00000507094;ENST00000679039;ENST00000677895;ENST00000515695;ENST00000508299" "ENSP00000423972;ENSP00000421551;ENSP00000421681;ENSP00000427434;ENSP00000381311;ENSP00000329167;ENSP00000372348;ENSP00000372347;ENSP00000399251;ENSP00000308780;ENSP00000372351;ENSP00000425761;ENSP00000422878;ENSP00000427516;ENSP00000504406;ENSP00000504221;ENSP00000424482;ENSP00000425094;ENSP00000372344;ENSP00000503076" "O96028" "NSD2" "7468" "nuclear receptor binding SET domain protein 2" "KMT3G;MMSET;WHSC1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000109743" "ENST00000265016;ENST00000382346;ENST00000505785;ENST00000514445;ENST00000514989" "ENSP00000265016;ENSP00000371783;ENSP00000423357;ENSP00000420925;ENSP00000424761" "Q10588" "BST1" "683" "bone marrow stromal cell antigen 1" "CD157" "" "" "ENSG00000109814" "ENST00000316423;ENST00000501493;ENST00000506179;ENST00000507089;ENST00000515021;ENST00000514106;ENST00000510881;ENST00000503779;ENST00000509391;ENST00000515398;ENST00000505698;ENST00000510490" "ENSP00000319501;ENSP00000422909;ENSP00000421757;ENSP00000426560;ENSP00000421954;ENSP00000425834;ENSP00000424059;ENSP00000424435;ENSP00000422603;ENSP00000422565;ENSP00000427708" "O60701" "UGDH" "7358" "UDP-glucose 6-dehydrogenase" "" "Nucleus" "CellAtlas" -"ENSG00000109854" "ENST00000530266;ENST00000421577;ENST00000443524;ENST00000419348;ENST00000451739;ENST00000532505;ENST00000532081;ENST00000531058;ENST00000533914" "ENSP00000436548;ENSP00000397752;ENSP00000387876;ENSP00000392985;ENSP00000394259;ENSP00000432338;ENSP00000432107;ENSP00000436729" "Q9BUP3" "HTATIP2" "10553" "HIV-1 Tat interactive protein 2" "CC3;FLJ26963;SDR44U1;TIP30" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000109854" "ENST00000530266;ENST00000421577;ENST00000443524;ENST00000419348;ENST00000451739;ENST00000532505;ENST00000532081;ENST00000531058;ENST00000533914" "ENSP00000436548;ENSP00000397752;ENSP00000387876;ENSP00000392985;ENSP00000394259;ENSP00000432338;ENSP00000432107;ENSP00000436729" "Q9BUP3" "HTATIP2" "10553" "HIV-1 Tat interactive protein 2" "CC3;FLJ26963;SDR44U1;TIP30" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000109861" "ENST00000678554;ENST00000679224;ENST00000677208;ENST00000533897;ENST00000678395;ENST00000227266;ENST00000677802;ENST00000676612;ENST00000678506;ENST00000677661;ENST00000678520;ENST00000678464;ENST00000678915;ENST00000527018;ENST00000678065;ENST00000679199;ENST00000679032;ENST00000524463;ENST00000528020;ENST00000529974;ENST00000533865;ENST00000677976;ENST00000677796;ENST00000393301;ENST00000677468;ENST00000677877;ENST00000676529;ENST00000677106;ENST00000534131;ENST00000679297;ENST00000678664" "ENSP00000504541;ENSP00000504475;ENSP00000504347;ENSP00000503123;ENSP00000227266;ENSP00000504115;ENSP00000504440;ENSP00000503580;ENSP00000503323;ENSP00000503361;ENSP00000503046;ENSP00000504805;ENSP00000432556;ENSP00000504179;ENSP00000504567;ENSP00000432541;ENSP00000433229;ENSP00000433539;ENSP00000502887;ENSP00000504297;ENSP00000503502;ENSP00000503100;ENSP00000504427;ENSP00000504568" "P53634" "CTSC" "1075" "cathepsin C" "DPP1;PALS;PLS" "Lysosome" "SwissProt" -"ENSG00000109929" "ENST00000264027;ENST00000534455;ENST00000531140;ENST00000524683;ENST00000527762;ENST00000534230;ENST00000392789;ENST00000528991;ENST00000527183" "ENSP00000264027;ENSP00000436290;ENSP00000432550;ENSP00000376539" "O75845" "SC5D" "6309" "sterol-C5-desaturase" "SC5DL" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000109929" "ENST00000264027;ENST00000534455;ENST00000531140;ENST00000524683;ENST00000527762;ENST00000534230;ENST00000392789;ENST00000528991;ENST00000527183" "ENSP00000264027;ENSP00000436290;ENSP00000432550;ENSP00000376539" "O75845" "SC5D" "6309" "sterol-C5-desaturase" "SC5DL" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000109956" "ENST00000531778;ENST00000312527;ENST00000524765;ENST00000531510;ENST00000392580" "ENSP00000307875;ENSP00000433847;ENSP00000376359" "Q9P2W7" "B3GAT1" "27087" "beta-1,3-glucuronyltransferase 1" "CD57;GlcAT-P;HNK-1;LEU7;NK-1" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000110013" "ENST00000263593;ENST00000618733;ENST00000533613;ENST00000436137;ENST00000525730;ENST00000545756" "ENSP00000263593;ENSP00000478211;ENSP00000437877" "Q9HAT2" "SIAE" "54414" "sialic acid acetylesterase" "CSE-C;LSE;MGC87009;YSG2" "Lysosome" "SwissProt" -"ENSG00000110066" "ENST00000304363;ENST00000441488;ENST00000427752;ENST00000401547;ENST00000405515;ENST00000402789;ENST00000402185;ENST00000323599;ENST00000533271;ENST00000524672;ENST00000453170;ENST00000458496;ENST00000434573;ENST00000466295;ENST00000615954" "ENSP00000305899;ENSP00000411146;ENSP00000387685;ENSP00000385965;ENSP00000385640;ENSP00000385005;ENSP00000384724;ENSP00000313027;ENSP00000406377;ENSP00000403233;ENSP00000402921;ENSP00000484858" "Q4FZB7" "KMT5B" "51111" "lysine methyltransferase 5B" "CGI-85;SUV420H1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000110066" "ENST00000304363;ENST00000441488;ENST00000427752;ENST00000401547;ENST00000405515;ENST00000402789;ENST00000402185;ENST00000323599;ENST00000533271;ENST00000524672;ENST00000453170;ENST00000458496;ENST00000434573;ENST00000466295;ENST00000615954" "ENSP00000305899;ENSP00000411146;ENSP00000387685;ENSP00000385965;ENSP00000385640;ENSP00000385005;ENSP00000384724;ENSP00000313027;ENSP00000406377;ENSP00000403233;ENSP00000402921;ENSP00000484858" "Q4FZB7" "KMT5B" "51111" "lysine methyltransferase 5B" "CGI-85;SUV420H1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000110080" "ENST00000534733;ENST00000227495;ENST00000531217;ENST00000676545;ENST00000676867;ENST00000678865;ENST00000444328;ENST00000677503;ENST00000677721;ENST00000530591;ENST00000534083;ENST00000356132;ENST00000528605;ENST00000526311;ENST00000528858;ENST00000534452;ENST00000392669;ENST00000526756;ENST00000526727;ENST00000676831;ENST00000449406;ENST00000532243;ENST00000534457;ENST00000524834;ENST00000524860;ENST00000533826" "ENSP00000433495;ENSP00000227495;ENSP00000432929;ENSP00000503901;ENSP00000503991;ENSP00000504245;ENSP00000394354;ENSP00000504548;ENSP00000502908;ENSP00000433989;ENSP00000433318;ENSP00000348451;ENSP00000432647;ENSP00000432424;ENSP00000434756;ENSP00000376437;ENSP00000436047;ENSP00000399444;ENSP00000434349;ENSP00000434668;ENSP00000431170" "Q11206" "ST3GAL4" "6484" "ST3 beta-galactoside alpha-2,3-sialyltransferase 4" "CGS23;FLJ11867;NANTA3;SAT3;SIAT4;SIAT4C;STZ" "Golgi apparatus" "SwissProt" "ENSG00000110090" "ENST00000540367;ENST00000376618;ENST00000265641;ENST00000539743;ENST00000537756;ENST00000538994;ENST00000565318;ENST00000569129;ENST00000561996" "ENSP00000439084;ENSP00000365803;ENSP00000265641;ENSP00000446108;ENSP00000454332;ENSP00000457826;ENSP00000455116;ENSP00000457663" "P50416" "CPT1A" "1374" "carnitine palmitoyltransferase 1A" "CPT1;CPT1-L;L-CPT1" "Mitochondria" "CellAtlas" -"ENSG00000110195" "ENST00000312293;ENST00000393681;ENST00000675784;ENST00000393679;ENST00000393676" "ENSP00000308137;ENSP00000377286;ENSP00000502440;ENSP00000377284;ENSP00000377281" "P15328" "FOLR1" "2348" "folate receptor alpha" "FOLR;FRα" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000110195" "ENST00000312293;ENST00000393681;ENST00000675784;ENST00000393679;ENST00000393676" "ENSP00000308137;ENSP00000377286;ENSP00000502440;ENSP00000377284;ENSP00000377281" "P15328" "FOLR1" "2348" "folate receptor alpha" "FOLR;FRα" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000110203" "ENST00000622388;ENST00000612844;ENST00000611028;ENST00000546166;ENST00000442948;ENST00000545379" "ENSP00000481833;ENSP00000481027;ENSP00000481114;ENSP00000446279;ENSP00000411161" "P41439" "FOLR3" "2352" "folate receptor gamma" "FR-G;FRγ" "" "" "ENSG00000110243" "ENST00000227665;ENST00000542499;ENST00000433069;ENST00000673688" "ENSP00000227665;ENSP00000445002;ENSP00000399701;ENSP00000501141" "Q6Q788" "APOA5" "116519" "apolipoprotein A5" "APOA-V;RAP3" "Lysosome;Golgi apparatus" "SwissProt" "ENSG00000110245" "ENST00000433777;ENST00000227667;ENST00000375345;ENST00000470144;ENST00000630701" "ENSP00000410614;ENSP00000227667;ENSP00000364494;ENSP00000486182" "P02656" "APOC3" "345" "apolipoprotein C3" "" "Nucleus" "CellAtlas" -"ENSG00000110328" "ENST00000227756;ENST00000526064" "ENSP00000227756" "Q6P9A2" "GALNT18" "374378" "polypeptide N-acetylgalactosaminyltransferase 18" "GalNAc-T18;GALNT15;GALNTL4;MGC71806" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000110344" "ENST00000252108;ENST00000431736;ENST00000545354" "ENSP00000252108;ENSP00000387362;ENSP00000438918" "Q14139" "UBE4A" "9354" "ubiquitination factor E4A" "E4;KIAA0126;UBOX2;UFD2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000110395" "ENST00000634586;ENST00000634840;ENST00000264033;ENST00000637974;ENST00000634301" "ENSP00000489218;ENSP00000489324;ENSP00000264033;ENSP00000490763;ENSP00000489556" "P22681" "CBL" "867" "Cbl proto-oncogene" "c-Cbl;CBL2;RNF55" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000110435" "ENST00000533550;ENST00000448838;ENST00000227868;ENST00000430469;ENST00000533262;ENST00000526309;ENST00000532159;ENST00000477173" "ENSP00000431281;ENSP00000389404;ENSP00000227868;ENSP00000415695;ENSP00000432277;ENSP00000433204" "O00330" "PDHX" "8050" "pyruvate dehydrogenase complex component X" "DLDBP;E3BP;OPDX;PDX1;proX" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000110328" "ENST00000227756;ENST00000526064" "ENSP00000227756" "Q6P9A2" "GALNT18" "374378" "polypeptide N-acetylgalactosaminyltransferase 18" "GalNAc-T18;GALNT15;GALNTL4;MGC71806" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000110344" "ENST00000252108;ENST00000431736;ENST00000545354" "ENSP00000252108;ENSP00000387362;ENSP00000438918" "Q14139" "UBE4A" "9354" "ubiquitination factor E4A" "E4;KIAA0126;UBOX2;UFD2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000110395" "ENST00000634586;ENST00000634840;ENST00000264033;ENST00000637974;ENST00000634301" "ENSP00000489218;ENSP00000489324;ENSP00000264033;ENSP00000490763;ENSP00000489556" "P22681" "CBL" "867" "Cbl proto-oncogene" "c-Cbl;CBL2;RNF55" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000110435" "ENST00000533550;ENST00000448838;ENST00000227868;ENST00000430469;ENST00000533262;ENST00000526309;ENST00000532159;ENST00000477173" "ENSP00000431281;ENSP00000389404;ENSP00000227868;ENSP00000415695;ENSP00000432277;ENSP00000433204" "O00330" "PDHX" "8050" "pyruvate dehydrogenase complex component X" "DLDBP;E3BP;OPDX;PDX1;proX" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000110436" "ENST00000278379;ENST00000642769;ENST00000464522;ENST00000647076;ENST00000479543;ENST00000642171;ENST00000395753;ENST00000395750;ENST00000644459;ENST00000643522;ENST00000645303;ENST00000644050;ENST00000644779;ENST00000645634;ENST00000643000;ENST00000644299;ENST00000645194;ENST00000642448;ENST00000646080;ENST00000645542;ENST00000644868;ENST00000647104;ENST00000643134;ENST00000531628;ENST00000643454;ENST00000643305;ENST00000646099;ENST00000647372;ENST00000642578;ENST00000646167;ENST00000606205;ENST00000644351;ENST00000642216;ENST00000647193;ENST00000645892;ENST00000642183;ENST00000642224;ENST00000449068;ENST00000646585;ENST00000646847;ENST00000643154;ENST00000646112;ENST00000642196;ENST00000646833;ENST00000645659;ENST00000642392;ENST00000643401;ENST00000645966;ENST00000644100;ENST00000645984" "ENSP00000278379;ENSP00000493843;ENSP00000435406;ENSP00000496759;ENSP00000495538;ENSP00000379102;ENSP00000379099;ENSP00000495861;ENSP00000496375;ENSP00000496667;ENSP00000496123;ENSP00000494258;ENSP00000493945;ENSP00000495164;ENSP00000494669;ENSP00000496093;ENSP00000494113;ENSP00000496760;ENSP00000494025;ENSP00000495188;ENSP00000436029;ENSP00000495126;ENSP00000494828;ENSP00000495799;ENSP00000495277;ENSP00000494076;ENSP00000495246;ENSP00000476124;ENSP00000496587;ENSP00000406133;ENSP00000493924;ENSP00000493765;ENSP00000493762" "P43004" "SLC1A2" "6506" "solute carrier family 1 member 2" "EAAT2;GLT-1" "" "" "ENSG00000110446" "ENST00000536491;ENST00000536784;ENST00000538739;ENST00000541505;ENST00000681275;ENST00000679573;ENST00000681882;ENST00000681951;ENST00000227880;ENST00000544101;ENST00000543406;ENST00000537307;ENST00000681015;ENST00000540272" "ENSP00000439535;ENSP00000441694;ENSP00000441559;ENSP00000445773;ENSP00000505077;ENSP00000505011;ENSP00000506396;ENSP00000506057;ENSP00000227880;ENSP00000437908" "Q8IY34" "SLC15A3" "51296" "solute carrier family 15 member 3" "hPTR3;PHT2" "Lysosome" "SwissProt" -"ENSG00000110536" "ENST00000426530;ENST00000534775;ENST00000326656;ENST00000326674;ENST00000527079" "ENSP00000410272;ENSP00000436160;ENSP00000325882;ENSP00000325958" "Q8WUK0" "PTPMT1" "114971" "protein tyrosine phosphatase mitochondrial 1" "DUSP23;MOSP;PLIP" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000110583" "ENST00000338447;ENST00000536939;ENST00000534965;ENST00000539656;ENST00000544138;ENST00000377793;ENST00000542163;ENST00000545161;ENST00000544194;ENST00000542633" "ENSP00000440304;ENSP00000438639;ENSP00000440849;ENSP00000367024;ENSP00000442055" "Q86UY6" "NAA40" "79829" "N-alpha-acetyltransferase 40, NatD catalytic subunit" "FLJ13848;NAT11" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000110619" "ENST00000531387;ENST00000397111;ENST00000484484;ENST00000278224;ENST00000380525;ENST00000466442;ENST00000470221;ENST00000526890;ENST00000529772;ENST00000465240;ENST00000439280;ENST00000465207;ENST00000524825;ENST00000527330;ENST00000465331" "ENSP00000431368;ENSP00000380300;ENSP00000278224;ENSP00000369897;ENSP00000432619;ENSP00000408802;ENSP00000434184" "P49589" "CARS1" "833" "cysteinyl-tRNA synthetase 1" "CARS" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000110536" "ENST00000426530;ENST00000534775;ENST00000326656;ENST00000326674;ENST00000527079" "ENSP00000410272;ENSP00000436160;ENSP00000325882;ENSP00000325958" "Q8WUK0" "PTPMT1" "114971" "protein tyrosine phosphatase mitochondrial 1" "DUSP23;MOSP;PLIP" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000110583" "ENST00000338447;ENST00000536939;ENST00000534965;ENST00000539656;ENST00000544138;ENST00000377793;ENST00000542163;ENST00000545161;ENST00000544194;ENST00000542633" "ENSP00000440304;ENSP00000438639;ENSP00000440849;ENSP00000367024;ENSP00000442055" "Q86UY6" "NAA40" "79829" "N-alpha-acetyltransferase 40, NatD catalytic subunit" "FLJ13848;NAT11" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000110619" "ENST00000531387;ENST00000397111;ENST00000484484;ENST00000278224;ENST00000380525;ENST00000466442;ENST00000470221;ENST00000526890;ENST00000529772;ENST00000465240;ENST00000439280;ENST00000465207;ENST00000524825;ENST00000527330;ENST00000465331" "ENSP00000431368;ENSP00000380300;ENSP00000278224;ENSP00000369897;ENSP00000432619;ENSP00000408802;ENSP00000434184" "P49589" "CARS1" "833" "cysteinyl-tRNA synthetase 1" "CARS" "Cytosol" "SwissProt;CellAtlas" "ENSG00000110628" "ENST00000347936;ENST00000649076;ENST00000449793;ENST00000380574;ENST00000485423;ENST00000492567;ENST00000498244;ENST00000467719;ENST00000463571;ENST00000498209;ENST00000441077;ENST00000449603;ENST00000495518" "ENSP00000307859;ENSP00000497561;ENSP00000392072;ENSP00000369948;ENSP00000433019" "Q96BI1" "SLC22A18" "5002" "solute carrier family 22 member 18" "BWR1A;BWSCR1A;IMPT1;ITM;ORCTL2;SLC22A1L;TSSC5" "" "" "ENSG00000110713" "ENST00000533346;ENST00000359171;ENST00000324932;ENST00000650171;ENST00000355260;ENST00000429801;ENST00000469881;ENST00000482690;ENST00000524563;ENST00000530345;ENST00000488828;ENST00000529063;ENST00000483285;ENST00000397004;ENST00000397007;ENST00000530516;ENST00000527104;ENST00000529379;ENST00000397013;ENST00000461047;ENST00000532475" "ENSP00000432275;ENSP00000352091;ENSP00000316032;ENSP00000497709;ENSP00000347404;ENSP00000413146;ENSP00000433515;ENSP00000433226;ENSP00000380199;ENSP00000380202;ENSP00000436226;ENSP00000432142;ENSP00000380208;ENSP00000434698" "P52948" "NUP98" "4928" "nucleoporin 98 and 96 precursor" "NUP96;Nup98-96;Nup98-Nup96" "Nucleus" "SwissProt" -"ENSG00000110717" "ENST00000432321;ENST00000313468;ENST00000531796;ENST00000453471;ENST00000526446;ENST00000528492;ENST00000532399;ENST00000531228;ENST00000526339;ENST00000525419;ENST00000525628;ENST00000529645;ENST00000524810;ENST00000526542;ENST00000531282" "ENSP00000315774;ENSP00000403972;ENSP00000433645;ENSP00000432848;ENSP00000433054;ENSP00000436287;ENSP00000433521;ENSP00000432968;ENSP00000431293;ENSP00000434283" "O00217" "NDUFS8" "4728" "NADH:ubiquinone oxidoreductase core subunit S8" "CI-23k;TYKY" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000110717" "ENST00000432321;ENST00000313468;ENST00000531796;ENST00000453471;ENST00000526446;ENST00000528492;ENST00000532399;ENST00000531228;ENST00000526339;ENST00000525419;ENST00000525628;ENST00000529645;ENST00000524810;ENST00000526542;ENST00000531282" "ENSP00000315774;ENSP00000403972;ENSP00000433645;ENSP00000432848;ENSP00000433054;ENSP00000436287;ENSP00000433521;ENSP00000432968;ENSP00000431293;ENSP00000434283" "O00217" "NDUFS8" "4728" "NADH:ubiquinone oxidoreductase core subunit S8" "CI-23k;TYKY" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000110719" "ENST00000265686;ENST00000534673;ENST00000524598;ENST00000529657;ENST00000533947;ENST00000532635;ENST00000527530;ENST00000529364;ENST00000525724;ENST00000528981;ENST00000533005;ENST00000525516;ENST00000524870;ENST00000530063;ENST00000530449;ENST00000530802" "ENSP00000265686;ENSP00000431174;ENSP00000432846;ENSP00000435023;ENSP00000434407;ENSP00000431437;ENSP00000436082;ENSP00000432957" "Q13488" "TCIRG1" "10312" "T cell immune regulator 1, ATPase H+ transporting V0 subunit a3" "a3;Atp6i;ATP6N1C;ATP6V0A3;OC-116;OC116;TIRC7" "Mitochondria" "CellAtlas" -"ENSG00000110721" "ENST00000265689;ENST00000533728;ENST00000525155;ENST00000356135;ENST00000533910;ENST00000528235;ENST00000531341;ENST00000530730" "ENSP00000265689;ENSP00000432631;ENSP00000348454;ENSP00000435032" "P35790" "CHKA" "1119" "choline kinase alpha" "CHK;CKI" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000110871" "ENST00000288532;ENST00000445328;ENST00000552443;ENST00000546838;ENST00000547943;ENST00000551769;ENST00000547736;ENST00000547448" "ENSP00000288532;ENSP00000401798;ENSP00000449863;ENSP00000449874;ENSP00000450001;ENSP00000449933" "Q5HYK3" "COQ5" "84274" "coenzyme Q5, methyltransferase" "MGC4767" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000110721" "ENST00000265689;ENST00000533728;ENST00000525155;ENST00000356135;ENST00000533910;ENST00000528235;ENST00000531341;ENST00000530730" "ENSP00000265689;ENSP00000432631;ENSP00000348454;ENSP00000435032" "P35790" "CHKA" "1119" "choline kinase alpha" "CHK;CKI" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000110871" "ENST00000288532;ENST00000445328;ENST00000552443;ENST00000546838;ENST00000547943;ENST00000551769;ENST00000547736;ENST00000547448" "ENSP00000288532;ENSP00000401798;ENSP00000449863;ENSP00000449874;ENSP00000450001;ENSP00000449933" "Q5HYK3" "COQ5" "84274" "coenzyme Q5, methyltransferase" "MGC4767" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000110887" "ENST00000548052;ENST00000551281;ENST00000228476;ENST00000547122;ENST00000547768;ENST00000549215;ENST00000547166;ENST00000546552" "ENSP00000446853;ENSP00000228476;ENSP00000448095;ENSP00000449967;ENSP00000449248;ENSP00000447104" "P14920" "DAO" "1610" "D-amino acid oxidase" "DAAO;DAMOX" "Peroxisome" "SwissProt" "ENSG00000110911" "ENST00000551215;ENST00000644495;ENST00000547688;ENST00000643884;ENST00000546636;ENST00000547198;ENST00000646264;ENST00000262052;ENST00000394904;ENST00000550782;ENST00000643123;ENST00000646740;ENST00000642227;ENST00000541174;ENST00000545993;ENST00000546743;ENST00000548554;ENST00000551231;ENST00000550061;ENST00000547510;ENST00000546488;ENST00000547579;ENST00000550714;ENST00000547732;ENST00000549110;ENST00000548193;ENST00000646988;ENST00000549625;ENST00000549193;ENST00000681324;ENST00000550995;ENST00000550329;ENST00000548150" "ENSP00000450227;ENSP00000494107;ENSP00000449200;ENSP00000493633;ENSP00000449008;ENSP00000446769;ENSP00000494744;ENSP00000262052;ENSP00000378364;ENSP00000494001;ENSP00000494696;ENSP00000444542;ENSP00000442810;ENSP00000446914;ENSP00000446653;ENSP00000450389;ENSP00000447482;ENSP00000446984;ENSP00000447102;ENSP00000449209;ENSP00000494619;ENSP00000448501;ENSP00000505087;ENSP00000448273" "P49281" "SLC11A2" "4891" "solute carrier family 11 member 2" "DCT1;DMT1;NRAMP2" "Mitochondria" "CellAtlas" -"ENSG00000110921" "ENST00000539335;ENST00000546277;ENST00000535044;ENST00000447878;ENST00000228510;ENST00000539696;ENST00000537237;ENST00000545774;ENST00000392727;ENST00000639206;ENST00000629016;ENST00000539575;ENST00000625889;ENST00000636996;ENST00000636529;ENST00000545516;ENST00000540353" "ENSP00000440379;ENSP00000438153;ENSP00000415555;ENSP00000228510;ENSP00000439134;ENSP00000445382;ENSP00000443978;ENSP00000376487;ENSP00000492778;ENSP00000486804;ENSP00000443551;ENSP00000486846;ENSP00000490869;ENSP00000490904" "Q03426" "MVK" "4598" "mevalonate kinase" "LRBP;MK" "Peroxisome;Cytosol" "SwissProt&CellAtlas" -"ENSG00000110955" "ENST00000548474;ENST00000262030;ENST00000551182;ENST00000547808;ENST00000547250;ENST00000551020;ENST00000550162;ENST00000552959;ENST00000551570;ENST00000553007;ENST00000548647" "ENSP00000262030;ENSP00000446677;ENSP00000446489;ENSP00000448428;ENSP00000447571" "P06576" "ATP5F1B" "506" "ATP synthase F1 subunit beta" "ATP5B;ATPSB" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000110958" "ENST00000537473;ENST00000614328;ENST00000262033;ENST00000414274;ENST00000436399;ENST00000448157;ENST00000456859" "ENSP00000482075;ENSP00000262033;ENSP00000405299;ENSP00000402385;ENSP00000414892;ENSP00000389090" "Q15185" "PTGES3" "10728" "prostaglandin E synthase 3" "cPGES;p23;TEBP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000110921" "ENST00000539335;ENST00000546277;ENST00000535044;ENST00000447878;ENST00000228510;ENST00000539696;ENST00000537237;ENST00000545774;ENST00000392727;ENST00000639206;ENST00000629016;ENST00000539575;ENST00000625889;ENST00000636996;ENST00000636529;ENST00000545516;ENST00000540353" "ENSP00000440379;ENSP00000438153;ENSP00000415555;ENSP00000228510;ENSP00000439134;ENSP00000445382;ENSP00000443978;ENSP00000376487;ENSP00000492778;ENSP00000486804;ENSP00000443551;ENSP00000486846;ENSP00000490869;ENSP00000490904" "Q03426" "MVK" "4598" "mevalonate kinase" "LRBP;MK" "Peroxisome;Cytosol" "SwissProt;CellAtlas" +"ENSG00000110955" "ENST00000548474;ENST00000262030;ENST00000551182;ENST00000547808;ENST00000547250;ENST00000551020;ENST00000550162;ENST00000552959;ENST00000551570;ENST00000553007;ENST00000548647" "ENSP00000262030;ENSP00000446677;ENSP00000446489;ENSP00000448428;ENSP00000447571" "P06576" "ATP5F1B" "506" "ATP synthase F1 subunit beta" "ATP5B;ATPSB" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000110958" "ENST00000537473;ENST00000614328;ENST00000262033;ENST00000414274;ENST00000436399;ENST00000448157;ENST00000456859" "ENSP00000482075;ENSP00000262033;ENSP00000405299;ENSP00000402385;ENSP00000414892;ENSP00000389090" "Q15185" "PTGES3" "10728" "prostaglandin E synthase 3" "cPGES;p23;TEBP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000111012" "ENST00000228606;ENST00000547344;ENST00000546567;ENST00000547451;ENST00000546609;ENST00000552186;ENST00000546496" "ENSP00000228606;ENSP00000449472;ENSP00000476959" "O15528" "CYP27B1" "1594" "cytochrome P450 family 27 subfamily B member 1" "CYP1;P450c1;PDDR;VDD1" "" "" -"ENSG00000111058" "ENST00000616449;ENST00000549175;ENST00000650935;ENST00000651903;ENST00000548058;ENST00000261206;ENST00000548387;ENST00000548324;ENST00000551745;ENST00000546664" "ENSP00000447748;ENSP00000449535;ENSP00000261206;ENSP00000449507" "Q9H6R3" "ACSS3" "79611" "acyl-CoA synthetase short chain family member 3" "FLJ21963" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000111058" "ENST00000616449;ENST00000549175;ENST00000650935;ENST00000651903;ENST00000548058;ENST00000261206;ENST00000548387;ENST00000548324;ENST00000551745;ENST00000546664" "ENSP00000447748;ENSP00000449535;ENSP00000261206;ENSP00000449507" "Q9H6R3" "ACSS3" "79611" "acyl-CoA synthetase short chain family member 3" "FLJ21963" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000111077" "ENST00000379902;ENST00000314276;ENST00000549498;ENST00000551302;ENST00000314250;ENST00000552403;ENST00000549311;ENST00000546602;ENST00000552570;ENST00000549700;ENST00000551693;ENST00000549789;ENST00000547223;ENST00000602335;ENST00000546759;ENST00000551583;ENST00000546772;ENST00000550660;ENST00000552168;ENST00000550048" "ENSP00000369232;ENSP00000319756;ENSP00000319684;ENSP00000449363;ENSP00000447021;ENSP00000449361;ENSP00000473388;ENSP00000449165" "Q63HR2" "TNS2" "23371" "tensin 2" "C1-TEN;KIAA1075;TENC1" "Cytosol" "SwissProt" -"ENSG00000111144" "ENST00000228740;ENST00000537111;ENST00000552789;ENST00000553041;ENST00000413268;ENST00000548852;ENST00000547393;ENST00000548375;ENST00000547982;ENST00000552091" "ENSP00000228740;ENSP00000449958;ENSP00000395051;ENSP00000449340" "P09960" "LTA4H" "4048" "leukotriene A4 hydrolase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000111144" "ENST00000228740;ENST00000537111;ENST00000552789;ENST00000553041;ENST00000413268;ENST00000548852;ENST00000547393;ENST00000548375;ENST00000547982;ENST00000552091" "ENSP00000228740;ENSP00000449958;ENSP00000395051;ENSP00000449340" "P09960" "LTA4H" "4048" "leukotriene A4 hydrolase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000111181" "ENST00000359674;ENST00000545058;ENST00000424061;ENST00000536824;ENST00000542825;ENST00000535498;ENST00000544782;ENST00000538272;ENST00000540094;ENST00000538580;ENST00000536116;ENST00000537793;ENST00000535347;ENST00000537826;ENST00000538424;ENST00000397296;ENST00000684302" "ENSP00000352702;ENSP00000399136;ENSP00000444268;ENSP00000439351;ENSP00000446082;ENSP00000380464;ENSP00000508194" "P48065" "SLC6A12" "6539" "solute carrier family 6 member 12" "BGT-1" "" "" "ENSG00000111218" "ENST00000452611;ENST00000382622;ENST00000543701;ENST00000261252" "ENSP00000414507;ENSP00000372067" "Q9NR22" "PRMT8" "56341" "protein arginine methyltransferase 8" "HRMT1L3;HRMT1L4" "Cytosol" "SwissProt" -"ENSG00000111224" "ENST00000416739;ENST00000427057;ENST00000458162;ENST00000228820;ENST00000476985;ENST00000453942;ENST00000450737;ENST00000447133" "ENSP00000392392;ENSP00000397058;ENSP00000399665;ENSP00000228820;ENSP00000395062;ENSP00000387481;ENSP00000405385" "Q9NR21" "PARP11" "57097" "poly(ADP-ribose) polymerase family member 11" "ARTD11;C12orf6" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000111237" "ENST00000549578;ENST00000360579;ENST00000621131;ENST00000552130;ENST00000447578;ENST00000546588;ENST00000548539;ENST00000549970;ENST00000548259;ENST00000553128;ENST00000551655;ENST00000550267" "ENSP00000447058;ENSP00000353786;ENSP00000480853;ENSP00000449954;ENSP00000400048;ENSP00000449044;ENSP00000447634" "Q9UBQ0" "VPS29" "51699" "VPS29 retromer complex component" "DC15;DC7;PEP11" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000111224" "ENST00000416739;ENST00000427057;ENST00000458162;ENST00000228820;ENST00000476985;ENST00000453942;ENST00000450737;ENST00000447133" "ENSP00000392392;ENSP00000397058;ENSP00000399665;ENSP00000228820;ENSP00000395062;ENSP00000387481;ENSP00000405385" "Q9NR21" "PARP11" "57097" "poly(ADP-ribose) polymerase family member 11" "ARTD11;C12orf6" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000111237" "ENST00000549578;ENST00000360579;ENST00000621131;ENST00000552130;ENST00000447578;ENST00000546588;ENST00000548539;ENST00000549970;ENST00000548259;ENST00000553128;ENST00000551655;ENST00000550267" "ENSP00000447058;ENSP00000353786;ENSP00000480853;ENSP00000449954;ENSP00000400048;ENSP00000449044;ENSP00000447634" "Q9UBQ0" "VPS29" "51699" "VPS29 retromer complex component" "DC15;DC7;PEP11" "Cytosol" "SwissProt;CellAtlas" "ENSG00000111261" "ENST00000535902;ENST00000396349;ENST00000545735;ENST00000543314" "ENSP00000438205;ENSP00000379638;ENSP00000445303;ENSP00000437624" "Q9H8J5" "MANSC1" "54682" "MANSC domain containing 1" "FLJ10298;LOH12CR3" "Golgi apparatus" "CellAtlas" "ENSG00000111271" "ENST00000511915;ENST00000514615;ENST00000509936;ENST00000413681;ENST00000549590;ENST00000455480;ENST00000552965;ENST00000507135;ENST00000515283;ENST00000313698;ENST00000502746;ENST00000552706;ENST00000514847;ENST00000507683;ENST00000503490;ENST00000508303;ENST00000552177;ENST00000504803;ENST00000546647;ENST00000505487;ENST00000550198;ENST00000507688;ENST00000547491;ENST00000512792" "ENSP00000421527;ENSP00000446959;ENSP00000389813;ENSP00000446998;ENSP00000449097;ENSP00000325137;ENSP00000447561;ENSP00000446711" "Q6JQN1" "ACAD10" "80724" "acyl-CoA dehydrogenase family member 10" "MGC5601" "" "" "ENSG00000111275" "ENST00000416293;ENST00000261733;ENST00000548536;ENST00000549106;ENST00000551450" "ENSP00000403349;ENSP00000261733;ENSP00000448179;ENSP00000474669" "P05091" "ALDH2" "217" "aldehyde dehydrogenase 2 family member" "" "Mitochondria" "SwissProt" "ENSG00000111339" "ENST00000228936;ENST00000430129;ENST00000544616;ENST00000420600" "ENSP00000228936;ENSP00000412735;ENSP00000442877;ENSP00000405689" "Q93070" "ART4" "420" "ADP-ribosyltransferase 4 (inactive) (Dombrock blood group)" "ARTC4;CD297;DO;DOK1" "Cytosol" "CellAtlas" "ENSG00000111371" "ENST00000398637;ENST00000549049;ENST00000439706;ENST00000546893;ENST00000552197;ENST00000548979;ENST00000549633;ENST00000551506;ENST00000550173;ENST00000546519;ENST00000612161" "ENSP00000381634;ENSP00000449607;ENSP00000398142;ENSP00000447853;ENSP00000449756;ENSP00000449744;ENSP00000478907" "Q9H2H9" "SLC38A1" "81539" "solute carrier family 38 member 1" "ATA1;NAT2;SAT1" "" "" -"ENSG00000111445" "ENST00000449641;ENST00000537315;ENST00000484086;ENST00000420967;ENST00000454402;ENST00000392542;ENST00000535092;ENST00000472603;ENST00000543153" "ENSP00000393636;ENSP00000443187;ENSP00000445917;ENSP00000390340;ENSP00000408295;ENSP00000376325;ENSP00000438252" "P40937" "RFC5" "5985" "replication factor C subunit 5" "RFC36" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000111581" "ENST00000229179;ENST00000540453;ENST00000535333;ENST00000537598;ENST00000535718;ENST00000539906;ENST00000538549;ENST00000545140;ENST00000539373;ENST00000537662;ENST00000538993;ENST00000401003;ENST00000378905" "ENSP00000229179;ENSP00000445567;ENSP00000441448;ENSP00000440116;ENSP00000441334;ENSP00000368185" "P57740" "NUP107" "57122" "nucleoporin 107" "NUP84" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000111640" "ENST00000496049;ENST00000229239;ENST00000396856;ENST00000492719;ENST00000396861;ENST00000474249;ENST00000466588;ENST00000396859;ENST00000466525;ENST00000396858;ENST00000619601" "ENSP00000229239;ENSP00000380065;ENSP00000380070;ENSP00000380068;ENSP00000380067;ENSP00000478864" "P04406" "GAPDH" "2597" "glyceraldehyde-3-phosphate dehydrogenase" "GAPD" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000111641" "ENST00000537442;ENST00000620535;ENST00000382421;ENST00000545200;ENST00000399466;ENST00000322166;ENST00000541778;ENST00000542015;ENST00000544630;ENST00000617555;ENST00000536506;ENST00000537708;ENST00000542919;ENST00000542944;ENST00000542867;ENST00000400580;ENST00000536124;ENST00000538420;ENST00000545492;ENST00000545915;ENST00000540228;ENST00000538697;ENST00000546053" "ENSP00000444437;ENSP00000479320;ENSP00000371858;ENSP00000439422;ENSP00000382392;ENSP00000313272;ENSP00000443150;ENSP00000484384;ENSP00000440754;ENSP00000443035;ENSP00000442895;ENSP00000443585;ENSP00000441923;ENSP00000442742;ENSP00000445402" "P46087" "NOP2" "4839" "NOP2 nucleolar protein" "NOL1;NOP120;NSUN1;p120" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000111445" "ENST00000449641;ENST00000537315;ENST00000484086;ENST00000420967;ENST00000454402;ENST00000392542;ENST00000535092;ENST00000472603;ENST00000543153" "ENSP00000393636;ENSP00000443187;ENSP00000445917;ENSP00000390340;ENSP00000408295;ENSP00000376325;ENSP00000438252" "P40937" "RFC5" "5985" "replication factor C subunit 5" "RFC36" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000111581" "ENST00000229179;ENST00000540453;ENST00000535333;ENST00000537598;ENST00000535718;ENST00000539906;ENST00000538549;ENST00000545140;ENST00000539373;ENST00000537662;ENST00000538993;ENST00000401003;ENST00000378905" "ENSP00000229179;ENSP00000445567;ENSP00000441448;ENSP00000440116;ENSP00000441334;ENSP00000368185" "P57740" "NUP107" "57122" "nucleoporin 107" "NUP84" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000111640" "ENST00000496049;ENST00000229239;ENST00000396856;ENST00000492719;ENST00000396861;ENST00000474249;ENST00000466588;ENST00000396859;ENST00000466525;ENST00000396858;ENST00000619601" "ENSP00000229239;ENSP00000380065;ENSP00000380070;ENSP00000380068;ENSP00000380067;ENSP00000478864" "P04406" "GAPDH" "2597" "glyceraldehyde-3-phosphate dehydrogenase" "GAPD" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000111641" "ENST00000537442;ENST00000620535;ENST00000382421;ENST00000545200;ENST00000399466;ENST00000322166;ENST00000541778;ENST00000542015;ENST00000544630;ENST00000617555;ENST00000536506;ENST00000537708;ENST00000542919;ENST00000542944;ENST00000542867;ENST00000400580;ENST00000536124;ENST00000538420;ENST00000545492;ENST00000545915;ENST00000540228;ENST00000538697;ENST00000546053" "ENSP00000444437;ENSP00000479320;ENSP00000371858;ENSP00000439422;ENSP00000382392;ENSP00000313272;ENSP00000443150;ENSP00000484384;ENSP00000440754;ENSP00000443035;ENSP00000442895;ENSP00000443585;ENSP00000441923;ENSP00000442742;ENSP00000445402" "P46087" "NOP2" "4839" "NOP2 nucleolar protein" "NOL1;NOP120;NSUN1;p120" "Nucleus" "SwissProt;CellAtlas" "ENSG00000111666" "ENST00000550385;ENST00000229266;ENST00000549872;ENST00000549128;ENST00000552351;ENST00000546490;ENST00000552215;ENST00000552329;ENST00000546873;ENST00000552213" "ENSP00000229266;ENSP00000448766;ENSP00000446994;ENSP00000447887;ENSP00000448831;ENSP00000447920;ENSP00000448369" "Q8WUD6" "CHPT1" "56994" "choline phosphotransferase 1" "CPT1" "Golgi apparatus" "SwissProt" "ENSG00000111667" "ENST00000229268;ENST00000389231;ENST00000542087;ENST00000535080;ENST00000537267;ENST00000541969;ENST00000542371" "ENSP00000229268;ENSP00000373883;ENSP00000444668" "P45974" "USP5" "8078" "ubiquitin specific peptidase 5" "IsoT" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000111669" "ENST00000229270;ENST00000613953;ENST00000396705;ENST00000488464;ENST00000535434;ENST00000493987;ENST00000462761;ENST00000495834;ENST00000482209;ENST00000474253" "ENSP00000229270;ENSP00000484435;ENSP00000379933;ENSP00000475620;ENSP00000443599;ENSP00000475364;ENSP00000475184;ENSP00000475829" "P60174" "TPI1" "7167" "triosephosphate isomerase 1" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000111670" "ENST00000299314;ENST00000549738;ENST00000550718;ENST00000549194;ENST00000552009;ENST00000549940;ENST00000552681;ENST00000550352;ENST00000647144;ENST00000392919;ENST00000549165" "ENSP00000299314;ENSP00000450161;ENSP00000449557;ENSP00000449150;ENSP00000449217;ENSP00000376651;ENSP00000450413" "Q3T906" "GNPTAB" "79158" "N-acetylglucosamine-1-phosphate transferase subunits alpha and beta" "GNPTA;KIAA1208;MGC4170" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000111674" "ENST00000537688;ENST00000541477;ENST00000537838;ENST00000536199;ENST00000229277;ENST00000538763;ENST00000539713;ENST00000542509;ENST00000545045;ENST00000535366;ENST00000441285;ENST00000535275;ENST00000543975;ENST00000534977" "ENSP00000445788;ENSP00000438873;ENSP00000229277;ENSP00000441490;ENSP00000438062;ENSP00000437402;ENSP00000476096;ENSP00000476112" "P09104" "ENO2" "2026" "enolase 2" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000111669" "ENST00000229270;ENST00000613953;ENST00000396705;ENST00000488464;ENST00000535434;ENST00000493987;ENST00000462761;ENST00000495834;ENST00000482209;ENST00000474253" "ENSP00000229270;ENSP00000484435;ENSP00000379933;ENSP00000475620;ENSP00000443599;ENSP00000475364;ENSP00000475184;ENSP00000475829" "P60174" "TPI1" "7167" "triosephosphate isomerase 1" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000111670" "ENST00000299314;ENST00000549738;ENST00000550718;ENST00000549194;ENST00000552009;ENST00000549940;ENST00000552681;ENST00000550352;ENST00000647144;ENST00000392919;ENST00000549165" "ENSP00000299314;ENSP00000450161;ENSP00000449557;ENSP00000449150;ENSP00000449217;ENSP00000376651;ENSP00000450413" "Q3T906" "GNPTAB" "79158" "N-acetylglucosamine-1-phosphate transferase subunits alpha and beta" "GNPTA;KIAA1208;MGC4170" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000111674" "ENST00000537688;ENST00000541477;ENST00000537838;ENST00000536199;ENST00000229277;ENST00000538763;ENST00000539713;ENST00000542509;ENST00000545045;ENST00000535366;ENST00000441285;ENST00000535275;ENST00000543975;ENST00000534977" "ENSP00000445788;ENSP00000438873;ENSP00000229277;ENSP00000441490;ENSP00000438062;ENSP00000437402;ENSP00000476096;ENSP00000476112" "P09104" "ENO2" "2026" "enolase 2" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000111684" "ENST00000261407;ENST00000535479;ENST00000535021;ENST00000540090;ENST00000543794;ENST00000536797;ENST00000537179;ENST00000538987;ENST00000540060;ENST00000620843;ENST00000536971;ENST00000545459;ENST00000538910" "ENSP00000261407;ENSP00000438765;ENSP00000442454;ENSP00000443166;ENSP00000440550;ENSP00000437827" "Q6P1A2" "LPCAT3" "10162" "lysophosphatidylcholine acyltransferase 3" "C3F;MBOAT5;nessy;OACT5" "Endoplasmic reticulum" "SwissProt" "ENSG00000111696" "ENST00000447799;ENST00000392876;ENST00000415849;ENST00000474268;ENST00000465502" "ENSP00000413657;ENSP00000376615;ENSP00000399171" "Q86UY8" "NT5DC3" "51559" "5'-nucleotidase domain containing 3" "FLJ11266;TU12B1-TY" "Mitochondria;Cytosol" "CellAtlas" "ENSG00000111700" "ENST00000540853;ENST00000381545;ENST00000545880;ENST00000544370;ENST00000261196" "ENSP00000442000;ENSP00000370956;ENSP00000443225;ENSP00000261196" "Q9NPD5" "SLCO1B3" "28234" "solute carrier organic anion transporter family member 1B3" "OATP1B3;OATP8;SLC21A8" "" "" "ENSG00000111713" "ENST00000261195" "ENSP00000261195" "P54840" "GYS2" "2998" "glycogen synthase 2" "" "" "" -"ENSG00000111716" "ENST00000542765;ENST00000470985;ENST00000396076;ENST00000350669;ENST00000673047;ENST00000396075;ENST00000470280;ENST00000450584;ENST00000539782;ENST00000544151;ENST00000535112" "ENSP00000379386;ENSP00000229319;ENSP00000500484;ENSP00000379385;ENSP00000398015;ENSP00000442680" "P07195" "LDHB" "3945" "lactate dehydrogenase B" "" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000111726" "ENST00000229329;ENST00000534981;ENST00000535610;ENST00000538498;ENST00000537658" "ENSP00000229329;ENSP00000446239;ENSP00000439404;ENSP00000440605" "Q8NFW8" "CMAS" "55907" "cytidine monophosphate N-acetylneuraminic acid synthetase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000111716" "ENST00000542765;ENST00000470985;ENST00000396076;ENST00000350669;ENST00000673047;ENST00000396075;ENST00000470280;ENST00000450584;ENST00000539782;ENST00000544151;ENST00000535112" "ENSP00000379386;ENSP00000229319;ENSP00000500484;ENSP00000379385;ENSP00000398015;ENSP00000442680" "P07195" "LDHB" "3945" "lactate dehydrogenase B" "" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000111726" "ENST00000229329;ENST00000534981;ENST00000535610;ENST00000538498;ENST00000537658" "ENSP00000229329;ENSP00000446239;ENSP00000439404;ENSP00000440605" "Q8NFW8" "CMAS" "55907" "cytidine monophosphate N-acetylneuraminic acid synthetase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000111728" "ENST00000536535;ENST00000544732;ENST00000537795;ENST00000545524;ENST00000396037;ENST00000261197;ENST00000545494;ENST00000508924;ENST00000540824;ENST00000538256;ENST00000541868;ENST00000404299;ENST00000536558;ENST00000381424;ENST00000545185" "ENSP00000379353;ENSP00000261197;ENSP00000441707;ENSP00000444999;ENSP00000440292;ENSP00000384467;ENSP00000370832" "Q92185" "ST8SIA1" "6489" "ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 1" "SIAT8;SIAT8A" "Golgi apparatus" "SwissProt" "ENSG00000111732" "ENST00000229335;ENST00000543081;ENST00000544516;ENST00000545576;ENST00000537228;ENST00000545512" "ENSP00000229335;ENSP00000439103;ENSP00000439538;ENSP00000445691;ENSP00000443060" "Q9GZX7" "AICDA" "57379" "activation induced cytidine deaminase" "AID;ARP2;CDA2;HIGM2" "Cytosol;Nucleus" "SwissProt" -"ENSG00000111775" "ENST00000550009;ENST00000229379;ENST00000549525" "ENSP00000229379" "P12074" "COX6A1" "1337" "cytochrome c oxidase subunit 6A1" "COX6A" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000111775" "ENST00000550009;ENST00000229379;ENST00000549525" "ENSP00000229379" "P12074" "COX6A1" "1337" "cytochrome c oxidase subunit 6A1" "COX6A" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000111817" "ENST00000430252;ENST00000647244;ENST00000448740;ENST00000647046;ENST00000607094;ENST00000645959;ENST00000643175;ENST00000452085;ENST00000642434;ENST00000449314;ENST00000453463;ENST00000645988;ENST00000331677;ENST00000644252;ENST00000646710;ENST00000359564;ENST00000606265;ENST00000606712" "ENSP00000397597;ENSP00000495184;ENSP00000495885;ENSP00000404049;ENSP00000494202;ENSP00000332151;ENSP00000494147;ENSP00000495970;ENSP00000352567" "Q9UL01" "DSE" "29940" "dermatan sulfate epimerase" "DS-Epi1;DSEPI;SART2" "Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000111846" "ENST00000410107;ENST00000489225;ENST00000488742;ENST00000495262;ENST00000474983;ENST00000397423;ENST00000475577;ENST00000489819;ENST00000474518;ENST00000483204;ENST00000379597;ENST00000485764;ENST00000461400;ENST00000316170;ENST00000459872;ENST00000265012;ENST00000640968" "ENSP00000386321;ENSP00000419411;ENSP00000368917;ENSP00000314844;ENSP00000265012;ENSP00000492466" "Q8N0V5" "GCNT2" "2651" "glucosaminyl (N-acetyl) transferase 2 (I blood group)" "bA360O19.2;bA421M1.1;CCAT;GCNT5;IGNT;II;NACGT1;NAGCT1;ULG3" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000111880" "ENST00000369485;ENST00000369475;ENST00000627296;ENST00000538899" "ENSP00000358497;ENSP00000358487;ENSP00000442609" "O60942" "RNGTT" "8732" "RNA guanylyltransferase and 5'-phosphatase" "hCAP;HCE;HCE1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000111885" "ENST00000368468" "ENSP00000357453" "P33908" "MAN1A1" "4121" "mannosidase alpha class 1A member 1" "" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000111846" "ENST00000410107;ENST00000489225;ENST00000488742;ENST00000495262;ENST00000474983;ENST00000397423;ENST00000475577;ENST00000489819;ENST00000474518;ENST00000483204;ENST00000379597;ENST00000485764;ENST00000461400;ENST00000316170;ENST00000459872;ENST00000265012;ENST00000640968" "ENSP00000386321;ENSP00000419411;ENSP00000368917;ENSP00000314844;ENSP00000265012;ENSP00000492466" "Q8N0V5" "GCNT2" "2651" "glucosaminyl (N-acetyl) transferase 2 (I blood group)" "bA360O19.2;bA421M1.1;CCAT;GCNT5;IGNT;II;NACGT1;NAGCT1;ULG3" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000111880" "ENST00000369485;ENST00000369475;ENST00000627296;ENST00000538899" "ENSP00000358497;ENSP00000358487;ENSP00000442609" "O60942" "RNGTT" "8732" "RNA guanylyltransferase and 5'-phosphatase" "hCAP;HCE;HCE1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000111885" "ENST00000368468" "ENSP00000357453" "P33908" "MAN1A1" "4121" "mannosidase alpha class 1A member 1" "" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000111962" "ENST00000367463;ENST00000473631;ENST00000466695" "ENSP00000356433" "Q9Y2C2" "UST" "10090" "uronyl 2-sulfotransferase" "2OST" "" "" "ENSG00000112053" "ENST00000490799;ENST00000466805;ENST00000394602;ENST00000355574;ENST00000465492;ENST00000486155;ENST00000469847;ENST00000480663" "ENSP00000417638;ENSP00000378100;ENSP00000347778;ENSP00000418107;ENSP00000419700;ENSP00000420488" "Q96RN1" "SLC26A8" "116369" "solute carrier family 26 member 8" "" "" "" "ENSG00000112077" "ENST00000371175;ENST00000646272;ENST00000646939;ENST00000646963;ENST00000646874;ENST00000642530;ENST00000618248;ENST00000229810" "ENSP00000360217;ENSP00000494337;ENSP00000494709;ENSP00000495337;ENSP00000482984;ENSP00000229810" "Q02094" "RHAG" "6005" "Rh associated glycoprotein" "CD241;RH50A;SLC42A1" "Endoplasmic reticulum" "CellAtlas" -"ENSG00000112096" "ENST00000538183;ENST00000367055;ENST00000546260;ENST00000367054;ENST00000546087;ENST00000444946;ENST00000337404;ENST00000535459;ENST00000541573;ENST00000540491;ENST00000545162;ENST00000535561;ENST00000537657;ENST00000401980;ENST00000452684" "ENSP00000446252;ENSP00000356022;ENSP00000440131;ENSP00000356021;ENSP00000442920;ENSP00000404804;ENSP00000337127;ENSP00000441362;ENSP00000445015;ENSP00000439191;ENSP00000384196;ENSP00000406713" "P04179" "SOD2" "6648" "superoxide dismutase 2" "GClnc1" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000112130" "ENST00000373479;ENST00000494320;ENST00000229866;ENST00000487950;ENST00000479516;ENST00000469316;ENST00000469731;ENST00000498460" "ENSP00000362578;ENSP00000420268;ENSP00000229866;ENSP00000417736;ENSP00000419859;ENSP00000418879;ENSP00000417599" "O76064" "RNF8" "9025" "ring finger protein 8" "KIAA0646" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000112096" "ENST00000538183;ENST00000367055;ENST00000546260;ENST00000367054;ENST00000546087;ENST00000444946;ENST00000337404;ENST00000535459;ENST00000541573;ENST00000540491;ENST00000545162;ENST00000535561;ENST00000537657;ENST00000401980;ENST00000452684" "ENSP00000446252;ENSP00000356022;ENSP00000440131;ENSP00000356021;ENSP00000442920;ENSP00000404804;ENSP00000337127;ENSP00000441362;ENSP00000445015;ENSP00000439191;ENSP00000384196;ENSP00000406713" "P04179" "SOD2" "6648" "superoxide dismutase 2" "GClnc1" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000112130" "ENST00000373479;ENST00000494320;ENST00000229866;ENST00000487950;ENST00000479516;ENST00000469316;ENST00000469731;ENST00000498460" "ENSP00000362578;ENSP00000420268;ENSP00000229866;ENSP00000417736;ENSP00000419859;ENSP00000418879;ENSP00000417599" "O76064" "RNF8" "9025" "ring finger protein 8" "KIAA0646" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000112293" "ENST00000492917;ENST00000230036;ENST00000474784;ENST00000378243;ENST00000486892;ENST00000475417" "ENSP00000230036" "P80108" "GPLD1" "2822" "glycosylphosphatidylinositol specific phospholipase D1" "" "" "" "ENSG00000112294" "ENST00000491546;ENST00000348925;ENST00000357578;ENST00000672652;ENST00000672352;ENST00000672557;ENST00000675422;ENST00000672619;ENST00000479394;ENST00000492697" "ENSP00000417687;ENSP00000314649;ENSP00000350191;ENSP00000500192;ENSP00000500876;ENSP00000499907" "P51649" "ALDH5A1" "7915" "aldehyde dehydrogenase 5 family member A1" "SSADH;SSDH" "Mitochondria" "CellAtlas" "ENSG00000112299" "ENST00000367928" "ENSP00000356905" "O95497" "VNN1" "8876" "vanin 1" "Tiff66" "" "" @@ -812,356 +812,356 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000112337" "ENST00000360488;ENST00000377850;ENST00000265425" "ENSP00000353677;ENSP00000367081;ENSP00000265425" "O00624" "SLC17A2" "10246" "solute carrier family 17 member 2" "NPT3" "" "" "ENSG00000112367" "ENST00000675844;ENST00000675122;ENST00000675726;ENST00000674575;ENST00000674933;ENST00000674778;ENST00000676442;ENST00000676037;ENST00000674532;ENST00000674657;ENST00000675991;ENST00000675009;ENST00000674744;ENST00000675606;ENST00000675426;ENST00000674783;ENST00000675523;ENST00000675552;ENST00000675714;ENST00000675004;ENST00000368941;ENST00000454215;ENST00000676435;ENST00000675887;ENST00000674644;ENST00000675284;ENST00000676136;ENST00000674956;ENST00000674641;ENST00000674569;ENST00000674930;ENST00000230124;ENST00000675772;ENST00000675115;ENST00000674614;ENST00000675973;ENST00000675681;ENST00000675847;ENST00000675096;ENST00000674649;ENST00000674571;ENST00000675311;ENST00000676021;ENST00000675831;ENST00000674557;ENST00000674884;ENST00000415980;ENST00000675153;ENST00000675994;ENST00000674830;ENST00000675002;ENST00000675834;ENST00000675272;ENST00000675516;ENST00000675879;ENST00000675849;ENST00000675301;ENST00000675954;ENST00000419951;ENST00000675254;ENST00000676246;ENST00000674573;ENST00000458693" "ENSP00000502353;ENSP00000501810;ENSP00000502452;ENSP00000502276;ENSP00000502376;ENSP00000502742;ENSP00000502595;ENSP00000502181;ENSP00000502314;ENSP00000502162;ENSP00000502098;ENSP00000501661;ENSP00000501583;ENSP00000501819;ENSP00000502755;ENSP00000502384;ENSP00000502197;ENSP00000502561;ENSP00000501868;ENSP00000357937;ENSP00000412156;ENSP00000502614;ENSP00000502123;ENSP00000502201;ENSP00000502758;ENSP00000501904;ENSP00000501609;ENSP00000502769;ENSP00000502657;ENSP00000230124;ENSP00000501678;ENSP00000502407;ENSP00000502705;ENSP00000502116;ENSP00000501669;ENSP00000501633;ENSP00000501961;ENSP00000502746;ENSP00000502382;ENSP00000501608;ENSP00000502668;ENSP00000405660;ENSP00000501682;ENSP00000502419;ENSP00000502582" "Q92562" "FIG4" "9896" "FIG4 phosphoinositide 5-phosphatase" "ALS11;CMT4J;dJ249I4.1;hSac3;KIAA0274;SAC3" "" "" "ENSG00000112394" "ENST00000368851;ENST00000439288;ENST00000465319;ENST00000419619;ENST00000368850;ENST00000612036" "ENSP00000357844;ENSP00000387501;ENSP00000399601;ENSP00000357843;ENSP00000483868" "Q8TF71" "SLC16A10" "117247" "solute carrier family 16 member 10" "MCT10;TAT1" "" "" -"ENSG00000112473" "ENST00000444757;ENST00000374675;ENST00000374677;ENST00000463972" "ENSP00000400978;ENSP00000363807;ENSP00000363809" "Q92504" "SLC39A7" "7922" "solute carrier family 39 member 7" "D6S2244E;H2-KE4;HKE4;KE4;RING5;ZIP7" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000112473" "ENST00000444757;ENST00000374675;ENST00000374677;ENST00000463972" "ENSP00000400978;ENSP00000363807;ENSP00000363809" "Q92504" "SLC39A7" "7922" "solute carrier family 39 member 7" "D6S2244E;H2-KE4;HKE4;KE4;RING5;ZIP7" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000112499" "ENST00000486916;ENST00000366953;ENST00000498556;ENST00000491092;ENST00000366952;ENST00000489644" "ENSP00000355920;ENSP00000355919" "O15244" "SLC22A2" "6582" "solute carrier family 22 member 2" "OCT2" "" "" "ENSG00000112541" "ENST00000649273;ENST00000647989;ENST00000366882;ENST00000647837;ENST00000649761;ENST00000648884;ENST00000649247;ENST00000648917;ENST00000647590;ENST00000539869;ENST00000676767;ENST00000678161;ENST00000672902;ENST00000676766;ENST00000647768;ENST00000672859;ENST00000678462;ENST00000616273;ENST00000649882;ENST00000535229;ENST00000649754;ENST00000650248;ENST00000672224;ENST00000649362;ENST00000444465;ENST00000455853;ENST00000581850;ENST00000584179;ENST00000584911" "ENSP00000496879;ENSP00000355847;ENSP00000497085;ENSP00000497392;ENSP00000497558;ENSP00000497277;ENSP00000497062;ENSP00000438284;ENSP00000504723;ENSP00000503721;ENSP00000500351;ENSP00000504611;ENSP00000497930;ENSP00000500900;ENSP00000503041;ENSP00000478556" "Q9Y233" "PDE10A" "10846;90632" "phosphodiesterase 10A" "" "Cytosol" "SwissProt" "ENSG00000112695" "ENST00000684430;ENST00000370081;ENST00000370089;ENST00000459637;ENST00000509698;ENST00000460985;ENST00000472311;ENST00000377978;ENST00000481061" "ENSP00000506727;ENSP00000359098;ENSP00000359106;ENSP00000421969;ENSP00000425951;ENSP00000422979;ENSP00000423432;ENSP00000421193" "P14406" "COX7A2" "1347" "cytochrome c oxidase subunit 7A2" "COX7AL;COXVIIa-L" "Inner mitochondria" "SwissProt" "ENSG00000112699" "ENST00000476972;ENST00000467288;ENST00000486793;ENST00000530927;ENST00000380815;ENST00000380805;ENST00000533279;ENST00000531690;ENST00000530459;ENST00000530075" "ENSP00000436726;ENSP00000370194" "O60547" "GMDS" "2762" "GDP-mannose 4,6-dehydratase" "GMD;SDR3E1" "" "" "ENSG00000112759" "ENST00000651428;ENST00000393844;ENST00000652680;ENST00000643028;ENST00000642613;ENST00000371713;ENST00000371740;ENST00000472176;ENST00000371755;ENST00000643869;ENST00000371731;ENST00000652453;ENST00000393841;ENST00000371724;ENST00000642777;ENST00000645692;ENST00000645259;ENST00000647460;ENST00000646582;ENST00000645607;ENST00000643152;ENST00000371708;ENST00000646251;ENST00000646878" "ENSP00000498610;ENSP00000377427;ENSP00000498747;ENSP00000495211;ENSP00000360778;ENSP00000360805;ENSP00000360820;ENSP00000494236;ENSP00000360796;ENSP00000499107;ENSP00000377424;ENSP00000360789;ENSP00000494349;ENSP00000496363;ENSP00000493679;ENSP00000496479;ENSP00000496745;ENSP00000360773;ENSP00000495005" "Q99808" "SLC29A1" "2030" "solute carrier family 29 member 1 (Augustine blood group)" "ENT1" "" "" "ENSG00000112874" "ENST00000230792;ENST00000507423;ENST00000515407;ENST00000508889" "ENSP00000230792;ENSP00000424521" "Q9BQG2" "NUDT12" "83594" "nudix hydrolase 12" "DKFZP761I172" "Peroxisome;Cytosol" "SwissProt" -"ENSG00000112893" "ENST00000261483;ENST00000502261;ENST00000508043;ENST00000513921;ENST00000505313;ENST00000503970" "ENSP00000261483" "Q16706" "MAN2A1" "4124" "mannosidase alpha class 2A member 1" "GOLIM7;MANA2" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000112941" "ENST00000230859;ENST00000515721;ENST00000631941;ENST00000511764;ENST00000514697;ENST00000505457;ENST00000514410" "ENSP00000230859;ENSP00000427232;ENSP00000488642" "Q5XG87" "TENT4A" "11044" "terminal nucleotidyltransferase 4A" "LAK-1;PAPD7;POLK;POLS;TRF4;TRF4-1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000112972" "ENST00000325110;ENST00000433297;ENST00000508319;ENST00000514610;ENST00000507004;ENST00000507293;ENST00000511774" "ENSP00000322706;ENSP00000399402;ENSP00000427339" "Q01581" "HMGCS1" "3157" "3-hydroxy-3-methylglutaryl-CoA synthase 1" "HMGCS" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000112893" "ENST00000261483;ENST00000502261;ENST00000508043;ENST00000513921;ENST00000505313;ENST00000503970" "ENSP00000261483" "Q16706" "MAN2A1" "4124" "mannosidase alpha class 2A member 1" "GOLIM7;MANA2" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000112941" "ENST00000230859;ENST00000515721;ENST00000631941;ENST00000511764;ENST00000514697;ENST00000505457;ENST00000514410" "ENSP00000230859;ENSP00000427232;ENSP00000488642" "Q5XG87" "TENT4A" "11044" "terminal nucleotidyltransferase 4A" "LAK-1;PAPD7;POLK;POLS;TRF4;TRF4-1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000112972" "ENST00000325110;ENST00000433297;ENST00000508319;ENST00000514610;ENST00000507004;ENST00000507293;ENST00000511774" "ENSP00000322706;ENSP00000399402;ENSP00000427339" "Q01581" "HMGCS1" "3157" "3-hydroxy-3-methylglutaryl-CoA synthase 1" "HMGCS" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000112981" "ENST00000265191;ENST00000506657;ENST00000514481;ENST00000508252;ENST00000511353;ENST00000512954" "ENSP00000265191" "P56597" "NME5" "8382" "NME/NM23 family member 5" "nm23-H5;RSPH23" "Nucleus" "CellAtlas" -"ENSG00000112992" "ENST00000505678;ENST00000512422;ENST00000652986;ENST00000264663;ENST00000670904;ENST00000653251;ENST00000660752;ENST00000654405;ENST00000344920;ENST00000657973;ENST00000657172;ENST00000654931;ENST00000512996;ENST00000658729;ENST00000660676;ENST00000671668;ENST00000662525;ENST00000669601;ENST00000656666;ENST00000515208;ENST00000503651;ENST00000506893;ENST00000513390;ENST00000503059" "ENSP00000427670;ENSP00000421886;ENSP00000499801;ENSP00000264663;ENSP00000499611;ENSP00000499281;ENSP00000499701;ENSP00000499670;ENSP00000343873;ENSP00000499581;ENSP00000499431;ENSP00000499477;ENSP00000426343;ENSP00000499331;ENSP00000499491;ENSP00000499494;ENSP00000499639;ENSP00000499527;ENSP00000499249;ENSP00000425542;ENSP00000424782" "Q13423" "NNT" "23530" "nicotinamide nucleotide transhydrogenase" "" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000112992" "ENST00000505678;ENST00000512422;ENST00000652986;ENST00000264663;ENST00000670904;ENST00000653251;ENST00000660752;ENST00000654405;ENST00000344920;ENST00000657973;ENST00000657172;ENST00000654931;ENST00000512996;ENST00000658729;ENST00000660676;ENST00000671668;ENST00000662525;ENST00000669601;ENST00000656666;ENST00000515208;ENST00000503651;ENST00000506893;ENST00000513390;ENST00000503059" "ENSP00000427670;ENSP00000421886;ENSP00000499801;ENSP00000264663;ENSP00000499611;ENSP00000499281;ENSP00000499701;ENSP00000499670;ENSP00000343873;ENSP00000499581;ENSP00000499431;ENSP00000499477;ENSP00000426343;ENSP00000499331;ENSP00000499491;ENSP00000499494;ENSP00000499639;ENSP00000499527;ENSP00000499249;ENSP00000425542;ENSP00000424782" "Q13423" "NNT" "23530" "nicotinamide nucleotide transhydrogenase" "" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000113073" "ENST00000506757;ENST00000506545;ENST00000432095;ENST00000507527;ENST00000514849;ENST00000504742" "ENSP00000424424;ENSP00000422855;ENSP00000410056;ENSP00000427661" "Q96Q91" "SLC4A9" "83697" "solute carrier family 4 member 9" "AE4" "Cytosol" "CellAtlas" "ENSG00000113083" "ENST00000231004;ENST00000639739;ENST00000513319;ENST00000505593;ENST00000503759;ENST00000508067" "ENSP00000231004;ENSP00000492324;ENSP00000503104;ENSP00000503423;ENSP00000427538" "P28300" "LOX" "4015" "lysyl oxidase" "" "Endoplasmic reticulum" "CellAtlas" "ENSG00000113161" "ENST00000511206;ENST00000679456;ENST00000680160;ENST00000287936;ENST00000681567;ENST00000343975;ENST00000509431;ENST00000680940;ENST00000681271;ENST00000681410;ENST00000442032;ENST00000504466;ENST00000515776;ENST00000508070;ENST00000509085;ENST00000511986;ENST00000514315;ENST00000512053" "ENSP00000426745;ENSP00000505315;ENSP00000287936;ENSP00000506708;ENSP00000340816;ENSP00000505561;ENSP00000505805;ENSP00000506232;ENSP00000409100;ENSP00000421378;ENSP00000420871" "P04035" "HMGCR" "3156" "3-hydroxy-3-methylglutaryl-CoA reductase" "" "Peroxisome;Endoplasmic reticulum" "SwissProt" -"ENSG00000113163" "ENST00000646172;ENST00000644912;ENST00000604926;ENST00000644445;ENST00000644072;ENST00000357457;ENST00000261415;ENST00000642809;ENST00000647512;ENST00000380494;ENST00000642556;ENST00000646713;ENST00000644516;ENST00000645866;ENST00000645483;ENST00000642225;ENST00000508692;ENST00000405807;ENST00000642488;ENST00000643780;ENST00000643158;ENST00000646511;ENST00000644128;ENST00000644377;ENST00000508809;ENST00000646302;ENST00000643380;ENST00000643773;ENST00000647127" "ENSP00000494969;ENSP00000495172;ENSP00000496243;ENSP00000494110;ENSP00000350046;ENSP00000261415;ENSP00000494804;ENSP00000369862;ENSP00000496016;ENSP00000494968;ENSP00000495430;ENSP00000494424;ENSP00000493563;ENSP00000493604;ENSP00000495798;ENSP00000383996;ENSP00000494073;ENSP00000495760;ENSP00000496462;ENSP00000495446;ENSP00000494760;ENSP00000494810;ENSP00000424244;ENSP00000496472;ENSP00000495038;ENSP00000493565" "Q9Y5P4" "CERT1" "10087" "ceramide transporter 1" "CERT;COL4A3BP;GPBP;STARD11" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000113163" "ENST00000646172;ENST00000644912;ENST00000604926;ENST00000644445;ENST00000644072;ENST00000357457;ENST00000261415;ENST00000642809;ENST00000647512;ENST00000380494;ENST00000642556;ENST00000646713;ENST00000644516;ENST00000645866;ENST00000645483;ENST00000642225;ENST00000508692;ENST00000405807;ENST00000642488;ENST00000643780;ENST00000643158;ENST00000646511;ENST00000644128;ENST00000644377;ENST00000508809;ENST00000646302;ENST00000643380;ENST00000643773;ENST00000647127" "ENSP00000494969;ENSP00000495172;ENSP00000496243;ENSP00000494110;ENSP00000350046;ENSP00000261415;ENSP00000494804;ENSP00000369862;ENSP00000496016;ENSP00000494968;ENSP00000495430;ENSP00000494424;ENSP00000493563;ENSP00000493604;ENSP00000495798;ENSP00000383996;ENSP00000494073;ENSP00000495760;ENSP00000496462;ENSP00000495446;ENSP00000494760;ENSP00000494810;ENSP00000424244;ENSP00000496472;ENSP00000495038;ENSP00000493565" "Q9Y5P4" "CERT1" "10087" "ceramide transporter 1" "CERT;COL4A3BP;GPBP;STARD11" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000113231" "ENST00000505926;ENST00000340978;ENST00000346042;ENST00000264917;ENST00000342343;ENST00000333194;ENST00000502945;ENST00000503963;ENST00000505283" "ENSP00000425720;ENSP00000345446;ENSP00000330428;ENSP00000264917;ENSP00000345646;ENSP00000331336;ENSP00000426200;ENSP00000422861;ENSP00000423461" "O95263" "PDE8B" "8622" "phosphodiesterase 8B" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000113269" "ENST00000522208;ENST00000521389;ENST00000261947;ENST00000520564;ENST00000521901;ENST00000520911;ENST00000519708;ENST00000523487" "ENSP00000429509;ENSP00000430237;ENSP00000261947;ENSP00000430999" "Q86XS8" "RNF130" "55819" "ring finger protein 130" "G1RZFP;GOLIATH;GP" "Cytosol" "SwissProt" -"ENSG00000113273" "ENST00000264914;ENST00000521011;ENST00000396151;ENST00000565165;ENST00000521800;ENST00000521117" "ENSP00000264914;ENSP00000379455;ENSP00000456339;ENSP00000428611" "P15848" "ARSB" "411" "arylsulfatase B" "" "Golgi apparatus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000113356" "ENST00000512239;ENST00000505345;ENST00000503373;ENST00000399107;ENST00000651687;ENST00000504930;ENST00000514483" "ENSP00000424970;ENSP00000427412;ENSP00000422892;ENSP00000382058;ENSP00000498469;ENSP00000421637;ENSP00000425617" "O15318" "POLR3G" "10622" "RNA polymerase III subunit G" "C31;RPC32;RPC7" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000113273" "ENST00000264914;ENST00000521011;ENST00000396151;ENST00000565165;ENST00000521800;ENST00000521117" "ENSP00000264914;ENSP00000379455;ENSP00000456339;ENSP00000428611" "P15848" "ARSB" "411" "arylsulfatase B" "" "Golgi apparatus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000113356" "ENST00000512239;ENST00000505345;ENST00000503373;ENST00000399107;ENST00000651687;ENST00000504930;ENST00000514483" "ENSP00000424970;ENSP00000427412;ENSP00000422892;ENSP00000382058;ENSP00000498469;ENSP00000421637;ENSP00000425617" "O15318" "POLR3G" "10622" "RNA polymerase III subunit G" "C31;RPC32;RPC7" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000113396" "ENST00000508645;ENST00000262462;ENST00000395266;ENST00000506176" "ENSP00000421759;ENSP00000262462;ENSP00000378684;ENSP00000421024" "Q9Y2P4" "SLC27A6" "28965" "solute carrier family 27 member 6" "ACSVL2;FACVL2;FATP6;VLCS-H1" "Nucleus" "CellAtlas" -"ENSG00000113407" "ENST00000502553;ENST00000514259;ENST00000265112;ENST00000502508;ENST00000508361;ENST00000455217;ENST00000507716;ENST00000509731;ENST00000505012;ENST00000513066;ENST00000506040;ENST00000504698;ENST00000509410;ENST00000503422;ENST00000626210;ENST00000627006" "ENSP00000424387;ENSP00000422130;ENSP00000265112;ENSP00000427627;ENSP00000387710;ENSP00000420893;ENSP00000427304;ENSP00000422291;ENSP00000425524;ENSP00000422598;ENSP00000486893;ENSP00000486068" "P26639" "TARS1" "6897" "threonyl-tRNA synthetase 1" "TARS" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000113448" "ENST00000340635;ENST00000636120;ENST00000360047;ENST00000507116;ENST00000358923;ENST00000317118;ENST00000503258;ENST00000405755;ENST00000515011;ENST00000502484;ENST00000505453;ENST00000309641;ENST00000405053;ENST00000502575;ENST00000621323;ENST00000515324;ENST00000514231;ENST00000512069;ENST00000509368;ENST00000509355;ENST00000504624;ENST00000506024;ENST00000506510;ENST00000511382;ENST00000505507;ENST00000514552;ENST00000515835;ENST00000546160;ENST00000638939" "ENSP00000345502;ENSP00000490821;ENSP00000353152;ENSP00000424852;ENSP00000351800;ENSP00000321739;ENSP00000425605;ENSP00000384806;ENSP00000423094;ENSP00000421013;ENSP00000308485;ENSP00000425917;ENSP00000423555;ENSP00000425910;ENSP00000421829;ENSP00000424281;ENSP00000442734;ENSP00000492052" "Q08499" "PDE4D" "5144" "phosphodiesterase 4D" "DPDE3" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000113456" "ENST00000382038;ENST00000341754;ENST00000325577;ENST00000513914;ENST00000511456;ENST00000512192;ENST00000506311;ENST00000628399" "ENSP00000371469;ENSP00000340879;ENSP00000313467;ENSP00000421007;ENSP00000423253;ENSP00000487478" "O60671" "RAD1" "5810" "RAD1 checkpoint DNA exonuclease" "HRAD1;REC1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000113407" "ENST00000502553;ENST00000514259;ENST00000265112;ENST00000502508;ENST00000508361;ENST00000455217;ENST00000507716;ENST00000509731;ENST00000505012;ENST00000513066;ENST00000506040;ENST00000504698;ENST00000509410;ENST00000503422;ENST00000626210;ENST00000627006" "ENSP00000424387;ENSP00000422130;ENSP00000265112;ENSP00000427627;ENSP00000387710;ENSP00000420893;ENSP00000427304;ENSP00000422291;ENSP00000425524;ENSP00000422598;ENSP00000486893;ENSP00000486068" "P26639" "TARS1" "6897" "threonyl-tRNA synthetase 1" "TARS" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000113448" "ENST00000340635;ENST00000636120;ENST00000360047;ENST00000507116;ENST00000358923;ENST00000317118;ENST00000503258;ENST00000405755;ENST00000515011;ENST00000502484;ENST00000505453;ENST00000309641;ENST00000405053;ENST00000502575;ENST00000621323;ENST00000515324;ENST00000514231;ENST00000512069;ENST00000509368;ENST00000509355;ENST00000504624;ENST00000506024;ENST00000506510;ENST00000511382;ENST00000505507;ENST00000514552;ENST00000515835;ENST00000546160;ENST00000638939" "ENSP00000345502;ENSP00000490821;ENSP00000353152;ENSP00000424852;ENSP00000351800;ENSP00000321739;ENSP00000425605;ENSP00000384806;ENSP00000423094;ENSP00000421013;ENSP00000308485;ENSP00000425917;ENSP00000423555;ENSP00000425910;ENSP00000421829;ENSP00000424281;ENSP00000442734;ENSP00000492052" "Q08499" "PDE4D" "5144" "phosphodiesterase 4D" "DPDE3" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000113456" "ENST00000382038;ENST00000341754;ENST00000325577;ENST00000513914;ENST00000511456;ENST00000512192;ENST00000506311;ENST00000628399" "ENSP00000371469;ENSP00000340879;ENSP00000313467;ENSP00000421007;ENSP00000423253;ENSP00000487478" "O60671" "RAD1" "5810" "RAD1 checkpoint DNA exonuclease" "HRAD1;REC1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000113492" "ENST00000231420;ENST00000512135;ENST00000510428;ENST00000505349;ENST00000505542;ENST00000618015" "ENSP00000231420;ENSP00000422799;ENSP00000479154" "Q9BYV1" "AGXT2" "64902" "alanine--glyoxylate aminotransferase 2" "AGT2" "Mitochondria" "SwissProt" "ENSG00000113504" "ENST00000264930;ENST00000634447;ENST00000514994;ENST00000513223;ENST00000504576;ENST00000510943" "ENSP00000264930;ENSP00000489285;ENSP00000428854;ENSP00000489272" "Q9Y666" "SLC12A7" "10723" "solute carrier family 12 member 7" "DKFZP434F076;KCC4" "Cytosol" "CellAtlas" -"ENSG00000113532" "ENST00000231461;ENST00000451528;ENST00000507360;ENST00000523381" "ENSP00000231461;ENSP00000428914;ENSP00000428826" "Q92187" "ST8SIA4" "7903" "ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 4" "PST;PST1;SIAT8D" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000113552" "ENST00000513454;ENST00000311337;ENST00000500692;ENST00000508177;ENST00000503794;ENST00000504139;ENST00000505689;ENST00000515747;ENST00000507559;ENST00000510194;ENST00000503229;ENST00000507107;ENST00000504424" "ENSP00000423494;ENSP00000311876;ENSP00000424275;ENSP00000423674;ENSP00000423485;ENSP00000424625;ENSP00000421524;ENSP00000424537;ENSP00000422173;ENSP00000426583" "P46926" "GNPDA1" "10007" "glucosamine-6-phosphate deaminase 1" "GNPDA;GNPI;GPI;HLN;KIAA0060" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000113569" "ENST00000231498;ENST00000508182;ENST00000502533;ENST00000381843;ENST00000513532;ENST00000515054;ENST00000507233;ENST00000507675" "ENSP00000231498;ENSP00000371265;ENSP00000422019;ENSP00000423484" "O75694" "NUP155" "9631" "nucleoporin 155" "KIAA0791;N155" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000113593" "ENST00000508982;ENST00000261308;ENST00000503435;ENST00000515447;ENST00000510930;ENST00000511908;ENST00000502703;ENST00000505380;ENST00000507608;ENST00000514172;ENST00000511334;ENST00000515151;ENST00000513773;ENST00000535264;ENST00000538977" "ENSP00000261308;ENSP00000427642;ENSP00000424519;ENSP00000423486;ENSP00000425390;ENSP00000427054;ENSP00000423234;ENSP00000421595;ENSP00000442371;ENSP00000444496" "Q96BP3" "PPWD1" "23398" "peptidylprolyl isomerase domain and WD repeat containing 1" "KIAA0073" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000113643" "ENST00000231572;ENST00000524082;ENST00000521329;ENST00000522834;ENST00000521939;ENST00000520013;ENST00000519346;ENST00000518757;ENST00000520421;ENST00000626454" "ENSP00000231572;ENSP00000428494;ENSP00000430035;ENSP00000429030;ENSP00000486284" "P54136" "RARS1" "5917" "arginyl-tRNA synthetase 1" "DALRD1;RARS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000113657" "ENST00000398514;ENST00000343218;ENST00000520473;ENST00000507309;ENST00000523458;ENST00000508042;ENST00000519672;ENST00000512722;ENST00000504965" "ENSP00000381526;ENSP00000343690;ENSP00000430267;ENSP00000428958;ENSP00000426720" "Q14195" "DPYSL3" "1809" "dihydropyrimidinase like 3" "CRMP4;DRP-3;ULIP" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000113532" "ENST00000231461;ENST00000451528;ENST00000507360;ENST00000523381" "ENSP00000231461;ENSP00000428914;ENSP00000428826" "Q92187" "ST8SIA4" "7903" "ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 4" "PST;PST1;SIAT8D" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000113552" "ENST00000513454;ENST00000311337;ENST00000500692;ENST00000508177;ENST00000503794;ENST00000504139;ENST00000505689;ENST00000515747;ENST00000507559;ENST00000510194;ENST00000503229;ENST00000507107;ENST00000504424" "ENSP00000423494;ENSP00000311876;ENSP00000424275;ENSP00000423674;ENSP00000423485;ENSP00000424625;ENSP00000421524;ENSP00000424537;ENSP00000422173;ENSP00000426583" "P46926" "GNPDA1" "10007" "glucosamine-6-phosphate deaminase 1" "GNPDA;GNPI;GPI;HLN;KIAA0060" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000113569" "ENST00000231498;ENST00000508182;ENST00000502533;ENST00000381843;ENST00000513532;ENST00000515054;ENST00000507233;ENST00000507675" "ENSP00000231498;ENSP00000371265;ENSP00000422019;ENSP00000423484" "O75694" "NUP155" "9631" "nucleoporin 155" "KIAA0791;N155" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000113593" "ENST00000508982;ENST00000261308;ENST00000503435;ENST00000515447;ENST00000510930;ENST00000511908;ENST00000502703;ENST00000505380;ENST00000507608;ENST00000514172;ENST00000511334;ENST00000515151;ENST00000513773;ENST00000535264;ENST00000538977" "ENSP00000261308;ENSP00000427642;ENSP00000424519;ENSP00000423486;ENSP00000425390;ENSP00000427054;ENSP00000423234;ENSP00000421595;ENSP00000442371;ENSP00000444496" "Q96BP3" "PPWD1" "23398" "peptidylprolyl isomerase domain and WD repeat containing 1" "KIAA0073" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000113643" "ENST00000231572;ENST00000524082;ENST00000521329;ENST00000522834;ENST00000521939;ENST00000520013;ENST00000519346;ENST00000518757;ENST00000520421;ENST00000626454" "ENSP00000231572;ENSP00000428494;ENSP00000430035;ENSP00000429030;ENSP00000486284" "P54136" "RARS1" "5917" "arginyl-tRNA synthetase 1" "DALRD1;RARS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000113657" "ENST00000398514;ENST00000343218;ENST00000520473;ENST00000507309;ENST00000523458;ENST00000508042;ENST00000519672;ENST00000512722;ENST00000504965" "ENSP00000381526;ENSP00000343690;ENSP00000430267;ENSP00000428958;ENSP00000426720" "Q14195" "DPYSL3" "1809" "dihydropyrimidinase like 3" "CRMP4;DRP-3;ULIP" "Cytosol" "SwissProt;CellAtlas" "ENSG00000113732" "ENST00000519374;ENST00000519911;ENST00000265093;ENST00000517669" "ENSP00000429690;ENSP00000430896;ENSP00000265093;ENSP00000427941" "O15342" "ATP6V0E1" "8992" "ATPase H+ transporting V0 subunit e1" "ATP6H;ATP6V0E;M9.2" "" "" "ENSG00000113790" "ENST00000231887;ENST00000456310;ENST00000483104;ENST00000475987;ENST00000440662;ENST00000465178" "ENSP00000231887;ENSP00000387746;ENSP00000396798" "Q08426" "EHHADH" "1962" "enoyl-CoA hydratase and 3-hydroxyacyl CoA dehydrogenase" "ECHD" "Peroxisome" "SwissProt" "ENSG00000113924" "ENST00000283871;ENST00000492108;ENST00000470321;ENST00000475447;ENST00000494453;ENST00000476082;ENST00000485313;ENST00000488183;ENST00000466528;ENST00000480862" "ENSP00000283871;ENSP00000419838;ENSP00000417977;ENSP00000419163;ENSP00000419560" "Q93099" "HGD" "3081" "homogentisate 1,2-dioxygenase" "AKU;HGO" "Golgi apparatus" "CellAtlas" -"ENSG00000114021" "ENST00000394140;ENST00000465368;ENST00000478856;ENST00000480073;ENST00000460317;ENST00000497785;ENST00000472392" "ENSP00000377696;ENSP00000419157;ENSP00000419239;ENSP00000419189" "Q9NQR4" "NIT2" "56954" "nitrilase family member 2" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000114021" "ENST00000394140;ENST00000465368;ENST00000478856;ENST00000480073;ENST00000460317;ENST00000497785;ENST00000472392" "ENSP00000377696;ENSP00000419157;ENSP00000419239;ENSP00000419189" "Q9NQR4" "NIT2" "56954" "nitrilase family member 2" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000114054" "ENST00000251654;ENST00000490504;ENST00000483687;ENST00000468777;ENST00000462637;ENST00000466072;ENST00000484181;ENST00000482086;ENST00000471595;ENST00000469217;ENST00000465423;ENST00000478469;ENST00000474833;ENST00000462542;ENST00000494742;ENST00000459873;ENST00000475214;ENST00000465176;ENST00000473073" "ENSP00000251654;ENSP00000418307;ENSP00000420639;ENSP00000419129;ENSP00000420391;ENSP00000420158;ENSP00000417937;ENSP00000417253;ENSP00000417549;ENSP00000419027;ENSP00000419263;ENSP00000420759;ENSP00000419563;ENSP00000418020;ENSP00000419293" "P05166" "PCCB" "5096" "propionyl-CoA carboxylase subunit beta" "" "Mitochondria" "SwissProt" -"ENSG00000114062" "ENST00000636667;ENST00000638011;ENST00000637886;ENST00000638155;ENST00000635914;ENST00000438097;ENST00000648336;ENST00000630424;ENST00000649550;ENST00000650110;ENST00000428984;ENST00000566215;ENST00000626176;ENST00000604860;ENST00000675177;ENST00000675593;ENST00000625778;ENST00000631247;ENST00000675000;ENST00000626068;ENST00000626793;ENST00000628733;ENST00000630907;ENST00000675038;ENST00000630607;ENST00000629886;ENST00000628267;ENST00000629252;ENST00000628890;ENST00000625681;ENST00000626589;ENST00000676452;ENST00000627018" "ENSP00000489625;ENSP00000490111;ENSP00000490258;ENSP00000490557;ENSP00000490563;ENSP00000411258;ENSP00000497572;ENSP00000486349;ENSP00000497549;ENSP00000497594;ENSP00000401265;ENSP00000457771;ENSP00000487178;ENSP00000473822;ENSP00000502703;ENSP00000487217;ENSP00000486388;ENSP00000485958;ENSP00000487148;ENSP00000487552;ENSP00000486900;ENSP00000485732;ENSP00000486601;ENSP00000486066" "Q05086" "UBE3A" "7337" "ubiquitin protein ligase E3A" "ANCR;AS;E6-AP;EPVE6AP;FLJ26981;HPVE6A" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000114062" "ENST00000636667;ENST00000638011;ENST00000637886;ENST00000638155;ENST00000635914;ENST00000438097;ENST00000648336;ENST00000630424;ENST00000649550;ENST00000650110;ENST00000428984;ENST00000566215;ENST00000626176;ENST00000604860;ENST00000675177;ENST00000675593;ENST00000625778;ENST00000631247;ENST00000675000;ENST00000626068;ENST00000626793;ENST00000628733;ENST00000630907;ENST00000675038;ENST00000630607;ENST00000629886;ENST00000628267;ENST00000629252;ENST00000628890;ENST00000625681;ENST00000626589;ENST00000676452;ENST00000627018" "ENSP00000489625;ENSP00000490111;ENSP00000490258;ENSP00000490557;ENSP00000490563;ENSP00000411258;ENSP00000497572;ENSP00000486349;ENSP00000497549;ENSP00000497594;ENSP00000401265;ENSP00000457771;ENSP00000487178;ENSP00000473822;ENSP00000502703;ENSP00000487217;ENSP00000486388;ENSP00000485958;ENSP00000487148;ENSP00000487552;ENSP00000486900;ENSP00000485732;ENSP00000486601;ENSP00000486066" "Q05086" "UBE3A" "7337" "ubiquitin protein ligase E3A" "ANCR;AS;E6-AP;EPVE6AP;FLJ26981;HPVE6A" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000114113" "ENST00000232217;ENST00000511956;ENST00000506825" "ENSP00000232217;ENSP00000424333;ENSP00000421266" "P50120" "RBP2" "5948" "retinol binding protein 2" "CRABP-II;CRBP2;CRBPII;RBPC2" "Golgi apparatus" "CellAtlas" -"ENSG00000114115" "ENST00000474490;ENST00000672186;ENST00000619087;ENST00000483943;ENST00000487424;ENST00000492918;ENST00000232219;ENST00000617459" "ENSP00000500931;ENSP00000482165;ENSP00000424813;ENSP00000427492;ENSP00000429166;ENSP00000232219;ENSP00000477621" "P09455" "RBP1" "5947" "retinol binding protein 1" "CRABP-I;CRBP;CRBP1;CRBPI;RBPC" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000114115" "ENST00000474490;ENST00000672186;ENST00000619087;ENST00000483943;ENST00000487424;ENST00000492918;ENST00000232219;ENST00000617459" "ENSP00000500931;ENSP00000482165;ENSP00000424813;ENSP00000427492;ENSP00000429166;ENSP00000232219;ENSP00000477621" "P09455" "RBP1" "5947" "retinol binding protein 1" "CRABP-I;CRBP;CRBP1;CRBPI;RBPC" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000114124" "ENST00000264952;ENST00000682958" "ENSP00000264952;ENSP00000508022" "Q8WTQ7" "GRK7" "131890" "G protein-coupled receptor kinase 7" "GPRK7" "Mitochondria" "CellAtlas" -"ENSG00000114166" "ENST00000263754;ENST00000426228;ENST00000469085;ENST00000468111;ENST00000468400" "ENSP00000263754" "Q92831" "KAT2B" "8850" "lysine acetyltransferase 2B" "GCN5;GCN5L;P/CAF;PCAF" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000114166" "ENST00000263754;ENST00000426228;ENST00000469085;ENST00000468111;ENST00000468400" "ENSP00000263754" "Q92831" "KAT2B" "8850" "lysine acetyltransferase 2B" "GCN5;GCN5L;P/CAF;PCAF" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000114200" "ENST00000264381;ENST00000497011;ENST00000482958;ENST00000479451;ENST00000488954" "ENSP00000264381;ENSP00000419505;ENSP00000419804;ENSP00000418325;ENSP00000418504" "P06276" "BCHE" "590" "butyrylcholinesterase" "CHE1;CHE2;E1" "" "" "ENSG00000114268" "ENST00000232375;ENST00000383734;ENST00000416568;ENST00000417753;ENST00000445633;ENST00000490115;ENST00000478516;ENST00000452531;ENST00000468162;ENST00000412035;ENST00000471890;ENST00000496767;ENST00000422701;ENST00000490404;ENST00000467176" "ENSP00000232375;ENSP00000373240;ENSP00000388394;ENSP00000389169;ENSP00000400772;ENSP00000407657;ENSP00000393047;ENSP00000415764" "Q16877" "PFKFB4" "5210" "6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 4" "" "Nucleus" "CellAtlas" -"ENSG00000114316" "ENST00000265560;ENST00000351842;ENST00000483212;ENST00000485450;ENST00000431357;ENST00000475873;ENST00000486549;ENST00000488520;ENST00000461553;ENST00000416417;ENST00000415188;ENST00000462673;ENST00000464168;ENST00000491791" "ENSP00000265560;ENSP00000341028;ENSP00000399079;ENSP00000400623;ENSP00000408274" "Q13107" "USP4" "7375;107986084" "ubiquitin specific peptidase 4" "UNP;Unph" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000114316" "ENST00000265560;ENST00000351842;ENST00000483212;ENST00000485450;ENST00000431357;ENST00000475873;ENST00000486549;ENST00000488520;ENST00000461553;ENST00000416417;ENST00000415188;ENST00000462673;ENST00000464168;ENST00000491791" "ENSP00000265560;ENSP00000341028;ENSP00000399079;ENSP00000400623;ENSP00000408274" "Q13107" "USP4" "7375;107986084" "ubiquitin specific peptidase 4" "UNP;Unph" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000114374" "ENST00000457658;ENST00000440408;ENST00000651177;ENST00000417071;ENST00000338981;ENST00000493168;ENST00000426564;ENST00000453031;ENST00000471409" "ENSP00000498372;ENSP00000342812;ENSP00000406876" "O00507" "USP9Y" "8287;64595" "ubiquitin specific peptidase 9 Y-linked" "AZFA;DFFRY" "" "" "ENSG00000114378" "ENST00000395144;ENST00000266031;ENST00000320295;ENST00000395143;ENST00000457214;ENST00000447605;ENST00000418723;ENST00000452672;ENST00000618175" "ENSP00000378576;ENSP00000266031;ENSP00000346068;ENSP00000378575;ENSP00000393358;ENSP00000390149;ENSP00000394526;ENSP00000391666;ENSP00000477903" "Q12794" "HYAL1" "3373" "hyaluronidase 1" "HYAL-1;LUCA1" "Lysosome" "SwissProt" -"ENSG00000114423" "ENST00000394030;ENST00000645759;ENST00000476370;ENST00000645425;ENST00000646499;ENST00000642241;ENST00000407712;ENST00000646825;ENST00000643322;ENST00000403724;ENST00000405772;ENST00000447441;ENST00000643403;ENST00000438603;ENST00000443752;ENST00000643192;ENST00000642907" "ENSP00000377598;ENSP00000496297;ENSP00000494383;ENSP00000496708;ENSP00000494262;ENSP00000496761;ENSP00000496352;ENSP00000384816;ENSP00000384938;ENSP00000400949;ENSP00000494989;ENSP00000409750;ENSP00000393906;ENSP00000495754" "Q13191" "CBLB" "868" "Cbl proto-oncogene B" "Cbl-b;RNF56" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000114423" "ENST00000394030;ENST00000645759;ENST00000476370;ENST00000645425;ENST00000646499;ENST00000642241;ENST00000407712;ENST00000646825;ENST00000643322;ENST00000403724;ENST00000405772;ENST00000447441;ENST00000643403;ENST00000438603;ENST00000443752;ENST00000643192;ENST00000642907" "ENSP00000377598;ENSP00000496297;ENSP00000494383;ENSP00000496708;ENSP00000494262;ENSP00000496761;ENSP00000496352;ENSP00000384816;ENSP00000384938;ENSP00000400949;ENSP00000494989;ENSP00000409750;ENSP00000393906;ENSP00000495754" "Q13191" "CBLB" "868" "Cbl proto-oncogene B" "Cbl-b;RNF56" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000114480" "ENST00000429644;ENST00000489715;ENST00000484687;ENST00000498468;ENST00000486920;ENST00000477426" "ENSP00000410833;ENSP00000419638" "Q04446" "GBE1" "2632" "1,4-alpha-glucan branching enzyme 1" "" "Cytosol" "CellAtlas" "ENSG00000114491" "ENST00000462091;ENST00000628619;ENST00000467167;ENST00000460034;ENST00000474588;ENST00000479719;ENST00000497791;ENST00000232607;ENST00000498715;ENST00000487622;ENST00000495751" "ENSP00000417893;ENSP00000486143;ENSP00000419618;ENSP00000420409;ENSP00000420348;ENSP00000420754;ENSP00000419121;ENSP00000232607" "P11172" "UMPS" "7372" "uridine monophosphate synthetase" "" "Cytosol" "CellAtlas" -"ENSG00000114573" "ENST00000273398;ENST00000462855;ENST00000470455;ENST00000496747;ENST00000475322;ENST00000461496" "ENSP00000273398;ENSP00000420146;ENSP00000417545;ENSP00000419294" "P38606" "ATP6V1A" "523" "ATPase H+ transporting V1 subunit A" "ATP6A1;ATP6V1A1;VA68;Vma1;VPP2" "Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000114573" "ENST00000273398;ENST00000462855;ENST00000470455;ENST00000496747;ENST00000475322;ENST00000461496" "ENSP00000273398;ENSP00000420146;ENSP00000417545;ENSP00000419294" "P38606" "ATP6V1A" "523" "ATPase H+ transporting V1 subunit A" "ATP6A1;ATP6V1A1;VA68;Vma1;VPP2" "Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000114735" "ENST00000434410;ENST00000232854;ENST00000448997;ENST00000455834;ENST00000482974;ENST00000424388;ENST00000443894" "ENSP00000404843;ENSP00000232854;ENSP00000397966;ENSP00000404334;ENSP00000394027;ENSP00000404168" "Q9Y5R4" "HEMK1" "51409" "HemK methyltransferase family member 1" "MTQ1" "Mitochondria" "SwissProt" -"ENSG00000114770" "ENST00000334444;ENST00000437205;ENST00000443497;ENST00000476402;ENST00000492216;ENST00000427120;ENST00000443376;ENST00000392579;ENST00000382494;ENST00000438979;ENST00000437341;ENST00000446941;ENST00000265586" "ENSP00000333926;ENSP00000403510;ENSP00000404302;ENSP00000404809;ENSP00000416840;ENSP00000376358;ENSP00000371934;ENSP00000409913;ENSP00000399726;ENSP00000390911;ENSP00000265586" "O15440" "ABCC5" "10057" "ATP binding cassette subfamily C member 5" "EST277145;MOAT-C;MRP5;SMRP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000114770" "ENST00000334444;ENST00000437205;ENST00000443497;ENST00000476402;ENST00000492216;ENST00000427120;ENST00000443376;ENST00000392579;ENST00000382494;ENST00000438979;ENST00000437341;ENST00000446941;ENST00000265586" "ENSP00000333926;ENSP00000403510;ENSP00000404302;ENSP00000404809;ENSP00000416840;ENSP00000376358;ENSP00000371934;ENSP00000409913;ENSP00000399726;ENSP00000390911;ENSP00000265586" "O15440" "ABCC5" "10057" "ATP binding cassette subfamily C member 5" "EST277145;MOAT-C;MRP5;SMRP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000114771" "ENST00000232892;ENST00000488869" "ENSP00000232892;ENSP00000419620" "P22760" "AADAC" "13" "arylacetamide deacetylase" "CES5A1;DAC" "Endoplasmic reticulum" "SwissProt" "ENSG00000114786" "ENST00000636085;ENST00000486081;ENST00000463721;ENST00000637778;ENST00000636646;ENST00000497128;ENST00000463937;ENST00000636942;ENST00000636089;ENST00000637696;ENST00000637563;ENST00000635937;ENST00000635946;ENST00000635951;ENST00000636826;ENST00000637130;ENST00000637025;ENST00000635952;ENST00000636718;ENST00000636029;ENST00000637222;ENST00000636490;ENST00000637978;ENST00000637730;ENST00000635785;ENST00000637512;ENST00000636660;ENST00000636264;ENST00000637461" "ENSP00000489981;ENSP00000420395;ENSP00000417688;ENSP00000490052;ENSP00000490688;ENSP00000420487;ENSP00000490848;ENSP00000490657;ENSP00000490554;ENSP00000490319;ENSP00000489887;ENSP00000490284;ENSP00000490649;ENSP00000489721;ENSP00000490887;ENSP00000490236;ENSP00000490434;ENSP00000490429;ENSP00000490353;ENSP00000490575;ENSP00000490744;ENSP00000490750;ENSP00000490574;ENSP00000490460;ENSP00000490616;ENSP00000490680;ENSP00000490593" "" "ABHD14A-ACY1" "100526760" "ABHD14A-ACY1 readthrough" "" "" "" "ENSG00000114805" "ENST00000494598;ENST00000460012;ENST00000447496;ENST00000340059;ENST00000469040;ENST00000334686" "ENSP00000419100;ENSP00000417502;ENSP00000402759;ENSP00000345988;ENSP00000335469" "Q4KWH8" "PLCH1" "23007" "phospholipase C eta 1" "DKFZp434C1372;KIAA1069;MGC117152;PLCeta1;PLCL3" "Cytosol" "SwissProt" "ENSG00000114857" "ENST00000468735;ENST00000460910;ENST00000487466;ENST00000429888;ENST00000617821;ENST00000232978;ENST00000459950;ENST00000442970;ENST00000445842;ENST00000478488;ENST00000465584;ENST00000466553;ENST00000498730;ENST00000472127;ENST00000508351;ENST00000460807;ENST00000464315;ENST00000472258;ENST00000490189" "ENSP00000404802;ENSP00000482143;ENSP00000232978;ENSP00000390259;ENSP00000408660" "P30414" "NKTR" "4820" "natural killer cell triggering receptor" "p104" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000114902" "ENST00000423431;ENST00000619898;ENST00000448693;ENST00000474945;ENST00000233025" "ENSP00000391610;ENSP00000478310;ENSP00000233025" "Q9Y6A9" "SPCS1" "28972" "signal peptidase complex subunit 1" "HSPC033;SPC1;SPC12;YJR010C-A" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000114902" "ENST00000423431;ENST00000619898;ENST00000448693;ENST00000474945;ENST00000233025" "ENSP00000391610;ENSP00000478310;ENSP00000233025" "Q9Y6A9" "SPCS1" "28972" "signal peptidase complex subunit 1" "HSPC033;SPC1;SPC12;YJR010C-A" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000114923" "ENST00000373760;ENST00000273063;ENST00000425141;ENST00000358055;ENST00000317151;ENST00000497589;ENST00000413743;ENST00000416910;ENST00000444906" "ENSP00000362865;ENSP00000273063;ENSP00000396863;ENSP00000350756;ENSP00000314006;ENSP00000414722;ENSP00000403160;ENSP00000398628" "P48751" "SLC4A3" "6508" "solute carrier family 4 member 3" "AE3;SLC2C" "Nucleus" "CellAtlas" "ENSG00000114956" "ENST00000629438;ENST00000348222;ENST00000418996;ENST00000264093;ENST00000462551;ENST00000489796;ENST00000462685;ENST00000493055" "ENSP00000487122;ENSP00000306964;ENSP00000408209;ENSP00000264093" "Q16854" "DGUOK" "1716" "deoxyguanosine kinase" "dGK" "Mitochondria" "SwissProt" -"ENSG00000114982" "ENST00000354204;ENST00000447759;ENST00000487070;ENST00000431828;ENST00000420155;ENST00000670907;ENST00000666923;ENST00000484020;ENST00000597150;ENST00000444759;ENST00000476534;ENST00000488907;ENST00000425656;ENST00000452268;ENST00000448075;ENST00000451819;ENST00000416138;ENST00000418735;ENST00000464738;ENST00000475820;ENST00000478492" "ENSP00000346144;ENSP00000394476;ENSP00000396749;ENSP00000414426;ENSP00000499297;ENSP00000499674;ENSP00000473116;ENSP00000415041;ENSP00000413229;ENSP00000397994;ENSP00000405988;ENSP00000415403;ENSP00000410775;ENSP00000415236" "Q9P2N6" "KANSL3" "55683" "KAT8 regulatory NSL complex subunit 3" "FLJ10081;KIAA1310;NSL3;Rcd1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000114982" "ENST00000354204;ENST00000447759;ENST00000487070;ENST00000431828;ENST00000420155;ENST00000670907;ENST00000666923;ENST00000484020;ENST00000597150;ENST00000444759;ENST00000476534;ENST00000488907;ENST00000425656;ENST00000452268;ENST00000448075;ENST00000451819;ENST00000416138;ENST00000418735;ENST00000464738;ENST00000475820;ENST00000478492" "ENSP00000346144;ENSP00000394476;ENSP00000396749;ENSP00000414426;ENSP00000499297;ENSP00000499674;ENSP00000473116;ENSP00000415041;ENSP00000413229;ENSP00000397994;ENSP00000405988;ENSP00000415403;ENSP00000410775;ENSP00000415236" "Q9P2N6" "KANSL3" "55683" "KAT8 regulatory NSL complex subunit 3" "FLJ10081;KIAA1310;NSL3;Rcd1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000114999" "ENST00000233336;ENST00000485537;ENST00000476615;ENST00000460450" "ENSP00000233336" "Q8NG68" "TTL" "150465" "tubulin tyrosine ligase" "MGC46235" "Nucleus" "CellAtlas" "ENSG00000115020" "ENST00000392202;ENST00000443896;ENST00000264380;ENST00000407449;ENST00000308862;ENST00000422495;ENST00000452564;ENST00000477200;ENST00000474721" "ENSP00000376038;ENSP00000407692;ENSP00000264380;ENSP00000384356;ENSP00000308715;ENSP00000414477;ENSP00000405736" "Q9Y2I7" "PIKFYVE" "200576" "phosphoinositide kinase, FYVE-type zinc finger containing" "FAB1;KIAA0981;MGC40423;p235;PIP5K;PIP5K3;ZFYVE29" "Cytosol" "SwissProt" "ENSG00000115159" "ENST00000415049;ENST00000310454;ENST00000438166;ENST00000495851;ENST00000540309;ENST00000416888;ENST00000409674;ENST00000409125;ENST00000409861;ENST00000430992;ENST00000464846;ENST00000492005;ENST00000496190" "ENSP00000412621;ENSP00000308610;ENSP00000409708;ENSP00000440892;ENSP00000387475;ENSP00000386425;ENSP00000386484;ENSP00000386626;ENSP00000408522" "P43304" "GPD2" "2820" "glycerol-3-phosphate dehydrogenase 2" "" "Mitochondria" "CellAtlas" "ENSG00000115252" "ENST00000435564;ENST00000409365;ENST00000410103;ENST00000482538;ENST00000462938;ENST00000482782;ENST00000495511;ENST00000351439;ENST00000358139" "ENSP00000410309;ENSP00000386767;ENSP00000387037;ENSP00000309269;ENSP00000350858" "P54750" "PDE1A" "5136" "phosphodiesterase 1A" "" "Nucleus" "CellAtlas" -"ENSG00000115275" "ENST00000448666;ENST00000409065;ENST00000462189;ENST00000649601;ENST00000462443;ENST00000649075;ENST00000649854;ENST00000647915;ENST00000648810;ENST00000647723;ENST00000647771;ENST00000452063;ENST00000648768;ENST00000649777;ENST00000647753;ENST00000650523;ENST00000489655;ENST00000414701;ENST00000486036" "ENSP00000410992;ENSP00000386493;ENSP00000496796;ENSP00000497265;ENSP00000497836;ENSP00000496797;ENSP00000498123;ENSP00000496949;ENSP00000497924;ENSP00000496788;ENSP00000388201;ENSP00000497318;ENSP00000497143;ENSP00000396298" "Q13724" "MOGS" "7841" "mannosyl-oligosaccharide glucosidase" "CWH41;DER7;GCS1" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000115275" "ENST00000448666;ENST00000409065;ENST00000462189;ENST00000649601;ENST00000462443;ENST00000649075;ENST00000649854;ENST00000647915;ENST00000648810;ENST00000647723;ENST00000647771;ENST00000452063;ENST00000648768;ENST00000649777;ENST00000647753;ENST00000650523;ENST00000489655;ENST00000414701;ENST00000486036" "ENSP00000410992;ENSP00000386493;ENSP00000496796;ENSP00000497265;ENSP00000497836;ENSP00000496797;ENSP00000498123;ENSP00000496949;ENSP00000497924;ENSP00000496788;ENSP00000388201;ENSP00000497318;ENSP00000497143;ENSP00000396298" "Q13724" "MOGS" "7841" "mannosyl-oligosaccharide glucosidase" "CWH41;DER7;GCS1" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000115286" "ENST00000546283;ENST00000545446;ENST00000618074;ENST00000543289;ENST00000538662;ENST00000539480;ENST00000436115;ENST00000313408;ENST00000534853;ENST00000233627;ENST00000546172;ENST00000620479;ENST00000414651;ENST00000538929;ENST00000622587;ENST00000538523;ENST00000540530;ENST00000535382;ENST00000539882;ENST00000591358" "ENSP00000440348;ENSP00000477895;ENSP00000443273;ENSP00000364262;ENSP00000442822;ENSP00000233627;ENSP00000467094;ENSP00000480984;ENSP00000406630" "O75251" "NDUFS7" "374291" "NADH:ubiquinone oxidoreductase core subunit S7" "CI-20;FLJ45860;FLJ46880;PSST" "Inner mitochondria" "SwissProt" -"ENSG00000115339" "ENST00000392701;ENST00000409882;ENST00000412248;ENST00000437849;ENST00000463254;ENST00000431484;ENST00000414977;ENST00000422973;ENST00000447156" "ENSP00000376465;ENSP00000386955;ENSP00000412643;ENSP00000391104;ENSP00000397112;ENSP00000413477;ENSP00000413694;ENSP00000399880" "Q14435" "GALNT3" "2591" "polypeptide N-acetylgalactosaminyltransferase 3" "GalNAc-T3;HFTC;HHS" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000115350" "ENST00000483063;ENST00000485527;ENST00000459636;ENST00000233699;ENST00000465242;ENST00000473023" "ENSP00000420176" "Q9NR33" "POLE4" "56655" "DNA polymerase epsilon 4, accessory subunit" "p12" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000115339" "ENST00000392701;ENST00000409882;ENST00000412248;ENST00000437849;ENST00000463254;ENST00000431484;ENST00000414977;ENST00000422973;ENST00000447156" "ENSP00000376465;ENSP00000386955;ENSP00000412643;ENSP00000391104;ENSP00000397112;ENSP00000413477;ENSP00000413694;ENSP00000399880" "Q14435" "GALNT3" "2591" "polypeptide N-acetylgalactosaminyltransferase 3" "GalNAc-T3;HFTC;HHS" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000115350" "ENST00000483063;ENST00000485527;ENST00000459636;ENST00000233699;ENST00000465242;ENST00000473023" "ENSP00000420176" "Q9NR33" "POLE4" "56655" "DNA polymerase epsilon 4, accessory subunit" "p12" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000115361" "ENST00000652584;ENST00000233710;ENST00000482502;ENST00000498120;ENST00000482523" "ENSP00000233710" "P28330" "ACADL" "33" "acyl-CoA dehydrogenase long chain" "ACAD4;LCAD" "Mitochondria" "SwissProt" -"ENSG00000115392" "ENST00000403295;ENST00000233741;ENST00000402135;ENST00000403676;ENST00000449070;ENST00000446381;ENST00000470506;ENST00000427708;ENST00000417361;ENST00000481670" "ENSP00000386097;ENSP00000233741;ENSP00000385021;ENSP00000384046;ENSP00000401280;ENSP00000390991;ENSP00000400969;ENSP00000389448;ENSP00000483263" "Q9NW38" "FANCL" "55120" "FA complementation group L" "FAAP43;FLJ10335;PHF9;Pog" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000115419" "ENST00000320717;ENST00000338435;ENST00000479552;ENST00000496170;ENST00000469774;ENST00000417154;ENST00000461965;ENST00000468352;ENST00000495444;ENST00000409626;ENST00000457316;ENST00000409428;ENST00000409215;ENST00000412247;ENST00000471443" "ENSP00000317379;ENSP00000340689;ENSP00000388990;ENSP00000386417;ENSP00000395596;ENSP00000387177;ENSP00000387135;ENSP00000403329" "O94925" "GLS" "2744" "glutaminase" "GLS1;KIAA0838" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000115421" "ENST00000238714;ENST00000496283;ENST00000414060;ENST00000453839;ENST00000483370;ENST00000412217;ENST00000470208" "ENSP00000238714;ENSP00000405599;ENSP00000414070;ENSP00000405570" "Q9BWT3" "PAPOLG" "64895" "poly(A) polymerase gamma" "FLJ12972" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000115425" "ENST00000442122;ENST00000265322;ENST00000461330;ENST00000464737;ENST00000497889;ENST00000487318;ENST00000474093;ENST00000464722" "ENSP00000395512;ENSP00000265322" "Q9BY49" "PECR" "55825" "peroxisomal trans-2-enoyl-CoA reductase" "HSA250303;SDR29C1;TERP" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000115392" "ENST00000403295;ENST00000233741;ENST00000402135;ENST00000403676;ENST00000449070;ENST00000446381;ENST00000470506;ENST00000427708;ENST00000417361;ENST00000481670" "ENSP00000386097;ENSP00000233741;ENSP00000385021;ENSP00000384046;ENSP00000401280;ENSP00000390991;ENSP00000400969;ENSP00000389448;ENSP00000483263" "Q9NW38" "FANCL" "55120" "FA complementation group L" "FAAP43;FLJ10335;PHF9;Pog" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000115419" "ENST00000320717;ENST00000338435;ENST00000479552;ENST00000496170;ENST00000469774;ENST00000417154;ENST00000461965;ENST00000468352;ENST00000495444;ENST00000409626;ENST00000457316;ENST00000409428;ENST00000409215;ENST00000412247;ENST00000471443" "ENSP00000317379;ENSP00000340689;ENSP00000388990;ENSP00000386417;ENSP00000395596;ENSP00000387177;ENSP00000387135;ENSP00000403329" "O94925" "GLS" "2744" "glutaminase" "GLS1;KIAA0838" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000115421" "ENST00000238714;ENST00000496283;ENST00000414060;ENST00000453839;ENST00000483370;ENST00000412217;ENST00000470208" "ENSP00000238714;ENSP00000405599;ENSP00000414070;ENSP00000405570" "Q9BWT3" "PAPOLG" "64895" "poly(A) polymerase gamma" "FLJ12972" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000115425" "ENST00000442122;ENST00000265322;ENST00000461330;ENST00000464737;ENST00000497889;ENST00000487318;ENST00000474093;ENST00000464722" "ENSP00000395512;ENSP00000265322" "Q9BY49" "PECR" "55825" "peroxisomal trans-2-enoyl-CoA reductase" "HSA250303;SDR29C1;TERP" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000115464" "ENST00000411912;ENST00000398571;ENST00000436269;ENST00000492604;ENST00000463046;ENST00000490552;ENST00000498268;ENST00000476716;ENST00000467128;ENST00000472689;ENST00000472706;ENST00000490527;ENST00000483672;ENST00000482250;ENST00000487547;ENST00000468703;ENST00000453734;ENST00000492882;ENST00000484179;ENST00000494867;ENST00000460004;ENST00000453133" "ENSP00000398960;ENSP00000381577;ENSP00000398489;ENSP00000410559;ENSP00000388129" "Q70CQ2" "USP34" "9736" "ubiquitin specific peptidase 34" "KIAA0570;KIAA0729" "Nucleus" "CellAtlas" "ENSG00000115488" "ENST00000233840" "ENSP00000233840" "Q9Y3R4" "NEU2" "4759" "neuraminidase 2" "SIAL2" "Cytosol" "SwissProt" "ENSG00000115525" "ENST00000638572;ENST00000639867;ENST00000461206;ENST00000640378;ENST00000393808;ENST00000393805;ENST00000640322;ENST00000640712;ENST00000638659;ENST00000639311;ENST00000377332;ENST00000639119;ENST00000640763;ENST00000640418;ENST00000639472;ENST00000640315;ENST00000639743;ENST00000638227;ENST00000640453;ENST00000639074;ENST00000640798;ENST00000638321;ENST00000639432;ENST00000639184;ENST00000640982;ENST00000640992;ENST00000640425;ENST00000638678;ENST00000640295;ENST00000638885;ENST00000640594;ENST00000638484;ENST00000638542;ENST00000639820;ENST00000640024;ENST00000640222;ENST00000638178;ENST00000638855;ENST00000638288;ENST00000639305;ENST00000638986;ENST00000639608;ENST00000639541;ENST00000639945;ENST00000638956;ENST00000639981;ENST00000640903;ENST00000640572;ENST00000640314;ENST00000639216;ENST00000640835;ENST00000638523;ENST00000638581;ENST00000639202;ENST00000640336;ENST00000640849;ENST00000306262;ENST00000639421;ENST00000639519;ENST00000455892;ENST00000639690;ENST00000473122;ENST00000487896;ENST00000461892;ENST00000461199;ENST00000433665;ENST00000484728;ENST00000490946;ENST00000638258" "ENSP00000491316;ENSP00000492030;ENSP00000377397;ENSP00000377394;ENSP00000491564;ENSP00000491395;ENSP00000491398;ENSP00000366549;ENSP00000492045;ENSP00000491495;ENSP00000492098;ENSP00000492089;ENSP00000492602;ENSP00000491084;ENSP00000491828;ENSP00000492305;ENSP00000492299;ENSP00000492753;ENSP00000492459;ENSP00000492847;ENSP00000491027;ENSP00000492209;ENSP00000491356;ENSP00000492635;ENSP00000492468;ENSP00000491802;ENSP00000491238;ENSP00000492035;ENSP00000492103;ENSP00000490979;ENSP00000491699;ENSP00000492244;ENSP00000491853;ENSP00000492473;ENSP00000492280;ENSP00000492866;ENSP00000492097;ENSP00000491172;ENSP00000491443;ENSP00000491880;ENSP00000491315;ENSP00000491038;ENSP00000491664;ENSP00000492710;ENSP00000491701;ENSP00000306247;ENSP00000491029;ENSP00000491857;ENSP00000401375;ENSP00000491917;ENSP00000491314;ENSP00000408635;ENSP00000491126" "Q9UNP4" "ST3GAL5" "8869" "ST3 beta-galactoside alpha-2,3-sialyltransferase 5" "SIAT9;SIATGM3S;ST3GalV" "Golgi apparatus" "SwissProt" -"ENSG00000115526" "ENST00000264249;ENST00000409701;ENST00000484382;ENST00000409046;ENST00000420858;ENST00000448989;ENST00000421474;ENST00000418201;ENST00000435960;ENST00000485085;ENST00000487860;ENST00000466583" "ENSP00000264249;ENSP00000387309;ENSP00000387121;ENSP00000405922;ENSP00000387977;ENSP00000407525;ENSP00000416831;ENSP00000395643" "O43529" "CHST10" "9486" "carbohydrate sulfotransferase 10" "HNK-1ST" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000115556" "ENST00000483685;ENST00000444453;ENST00000446503;ENST00000469493;ENST00000450993;ENST00000473443;ENST00000465713;ENST00000417849;ENST00000415854;ENST00000432688;ENST00000459791;ENST00000497482;ENST00000458239;ENST00000484718;ENST00000457773" "ENSP00000415725;ENSP00000406040;ENSP00000388631;ENSP00000396942;ENSP00000391850;ENSP00000396185;ENSP00000403935;ENSP00000404481" "Q9BRC7" "PLCD4" "84812" "phospholipase C delta 4" "" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000115526" "ENST00000264249;ENST00000409701;ENST00000484382;ENST00000409046;ENST00000420858;ENST00000448989;ENST00000421474;ENST00000418201;ENST00000435960;ENST00000485085;ENST00000487860;ENST00000466583" "ENSP00000264249;ENSP00000387309;ENSP00000387121;ENSP00000405922;ENSP00000387977;ENSP00000407525;ENSP00000416831;ENSP00000395643" "O43529" "CHST10" "9486" "carbohydrate sulfotransferase 10" "HNK-1ST" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000115556" "ENST00000483685;ENST00000444453;ENST00000446503;ENST00000469493;ENST00000450993;ENST00000473443;ENST00000465713;ENST00000417849;ENST00000415854;ENST00000432688;ENST00000459791;ENST00000497482;ENST00000458239;ENST00000484718;ENST00000457773" "ENSP00000415725;ENSP00000406040;ENSP00000388631;ENSP00000396942;ENSP00000391850;ENSP00000396185;ENSP00000403935;ENSP00000404481" "Q9BRC7" "PLCD4" "84812" "phospholipase C delta 4" "" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000115616" "ENST00000233969;ENST00000467657;ENST00000469286" "ENSP00000233969" "Q9UBY0" "SLC9A2" "6549" "solute carrier family 9 member A2" "NHE2" "" "" "ENSG00000115641" "ENST00000409177;ENST00000322142;ENST00000530340;ENST00000393353;ENST00000344213;ENST00000393352;ENST00000409807;ENST00000408995;ENST00000452732;ENST00000607522;ENST00000447958;ENST00000358129" "ENSP00000386892;ENSP00000322909;ENSP00000433567;ENSP00000377021;ENSP00000344266;ENSP00000377020;ENSP00000386665;ENSP00000386633;ENSP00000414872;ENSP00000476199;ENSP00000397083;ENSP00000350846" "Q14192" "FHL2" "2274" "four and a half LIM domains 2" "DRAL;SLIM3" "Cytosol;Nucleus" "SwissProt" "ENSG00000115652" "ENST00000497604;ENST00000283148;ENST00000409501;ENST00000473338;ENST00000409032;ENST00000470053;ENST00000441952;ENST00000416298;ENST00000444193;ENST00000457835;ENST00000436241;ENST00000479774;ENST00000479621;ENST00000483426;ENST00000474920" "ENSP00000283148;ENSP00000387019;ENSP00000387096;ENSP00000416656;ENSP00000403612;ENSP00000404468;ENSP00000399316;ENSP00000397049;ENSP00000502540;ENSP00000502305;ENSP00000502335" "Q8NBZ7" "UXS1" "80146" "UDP-glucuronate decarboxylase 1" "FLJ23591;SDR6E1;UGD" "Golgi apparatus" "SwissProt" -"ENSG00000115657" "ENST00000487380;ENST00000485773;ENST00000497882;ENST00000265316;ENST00000295750;ENST00000443805;ENST00000492543;ENST00000448398;ENST00000494639;ENST00000496984;ENST00000492953;ENST00000417678;ENST00000452545" "ENSP00000265316;ENSP00000295750;ENSP00000414646;ENSP00000404006;ENSP00000392988;ENSP00000401811" "Q9NP58" "ABCB6" "10058" "ATP binding cassette subfamily B member 6 (Langereis blood group)" "EST45597;MTABC3;umat" "Nucleus;Cytosol;Lysosome;Mitochondria;Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000115657" "ENST00000487380;ENST00000485773;ENST00000497882;ENST00000265316;ENST00000295750;ENST00000443805;ENST00000492543;ENST00000448398;ENST00000494639;ENST00000496984;ENST00000492953;ENST00000417678;ENST00000452545" "ENSP00000265316;ENSP00000295750;ENSP00000414646;ENSP00000404006;ENSP00000392988;ENSP00000401811" "Q9NP58" "ABCB6" "10058" "ATP binding cassette subfamily B member 6 (Langereis blood group)" "EST45597;MTABC3;umat" "Nucleus;Cytosol;Lysosome;Mitochondria;Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000115665" "ENST00000409059;ENST00000264047" "ENSP00000387346;ENSP00000264047" "Q9GZV3" "SLC5A7" "60482" "solute carrier family 5 member 7" "CHT1;hCHT" "Nucleus" "CellAtlas" -"ENSG00000115677" "ENST00000391975;ENST00000391976;ENST00000310931;ENST00000487169;ENST00000373292;ENST00000484412;ENST00000442730;ENST00000494862;ENST00000488013;ENST00000470482;ENST00000479894;ENST00000483086;ENST00000479169;ENST00000427487;ENST00000459788;ENST00000471294;ENST00000452931;ENST00000460826;ENST00000488923;ENST00000498595;ENST00000476807;ENST00000477477;ENST00000453141;ENST00000467435;ENST00000470710;ENST00000422933;ENST00000428482;ENST00000442714;ENST00000452065;ENST00000444092;ENST00000430918;ENST00000441124;ENST00000426343;ENST00000413241;ENST00000423693;ENST00000425989;ENST00000449864;ENST00000420451;ENST00000422080;ENST00000458564;ENST00000427007;ENST00000449504;ENST00000417540;ENST00000462130;ENST00000490697;ENST00000496569;ENST00000427183" "ENSP00000375836;ENSP00000375837;ENSP00000312042;ENSP00000362389;ENSP00000411211;ENSP00000405180;ENSP00000388876;ENSP00000393766;ENSP00000403807;ENSP00000405109;ENSP00000413891;ENSP00000387782;ENSP00000416559;ENSP00000403913;ENSP00000396964;ENSP00000394205;ENSP00000390290;ENSP00000413805;ENSP00000390942;ENSP00000396202;ENSP00000403693;ENSP00000409868;ENSP00000408582;ENSP00000397799;ENSP00000396959;ENSP00000391773;ENSP00000399139" "Q00341" "HDLBP" "3069" "high density lipoprotein binding protein" "HBP;VGL" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000115677" "ENST00000391975;ENST00000391976;ENST00000310931;ENST00000487169;ENST00000373292;ENST00000484412;ENST00000442730;ENST00000494862;ENST00000488013;ENST00000470482;ENST00000479894;ENST00000483086;ENST00000479169;ENST00000427487;ENST00000459788;ENST00000471294;ENST00000452931;ENST00000460826;ENST00000488923;ENST00000498595;ENST00000476807;ENST00000477477;ENST00000453141;ENST00000467435;ENST00000470710;ENST00000422933;ENST00000428482;ENST00000442714;ENST00000452065;ENST00000444092;ENST00000430918;ENST00000441124;ENST00000426343;ENST00000413241;ENST00000423693;ENST00000425989;ENST00000449864;ENST00000420451;ENST00000422080;ENST00000458564;ENST00000427007;ENST00000449504;ENST00000417540;ENST00000462130;ENST00000490697;ENST00000496569;ENST00000427183" "ENSP00000375836;ENSP00000375837;ENSP00000312042;ENSP00000362389;ENSP00000411211;ENSP00000405180;ENSP00000388876;ENSP00000393766;ENSP00000403807;ENSP00000405109;ENSP00000413891;ENSP00000387782;ENSP00000416559;ENSP00000403913;ENSP00000396964;ENSP00000394205;ENSP00000390290;ENSP00000413805;ENSP00000390942;ENSP00000396202;ENSP00000403693;ENSP00000409868;ENSP00000408582;ENSP00000397799;ENSP00000396959;ENSP00000391773;ENSP00000399139" "Q00341" "HDLBP" "3069" "high density lipoprotein binding protein" "HBP;VGL" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000115705" "ENST00000650224;ENST00000497517;ENST00000382269;ENST00000329066;ENST00000382201;ENST00000423320;ENST00000382198;ENST00000422464;ENST00000446278;ENST00000469607;ENST00000462973;ENST00000425083;ENST00000479902;ENST00000345913;ENST00000539820;ENST00000346956" "ENSP00000371704;ENSP00000329869;ENSP00000371636;ENSP00000390994;ENSP00000371633;ENSP00000405788;ENSP00000400033;ENSP00000419461;ENSP00000318820;ENSP00000444840;ENSP00000263886" "P07202" "TPO" "7173" "thyroid peroxidase" "TPX" "" "" "ENSG00000115758" "ENST00000234111;ENST00000405333;ENST00000446285;ENST00000443218" "ENSP00000234111;ENSP00000385333;ENSP00000390691" "P11926" "ODC1" "4953" "ornithine decarboxylase 1" "ODC" "Cytosol" "CellAtlas" -"ENSG00000115760" "ENST00000421745;ENST00000648282;ENST00000466527;ENST00000444173;ENST00000431454;ENST00000483194;ENST00000462504;ENST00000497023;ENST00000496555;ENST00000461788;ENST00000471232;ENST00000470250;ENST00000465130" "ENSP00000393596;ENSP00000498175;ENSP00000413090;ENSP00000393590" "Q9NR09" "BIRC6" "57448" "baculoviral IAP repeat containing 6" "BRUCE" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000115760" "ENST00000421745;ENST00000648282;ENST00000466527;ENST00000444173;ENST00000431454;ENST00000483194;ENST00000462504;ENST00000497023;ENST00000496555;ENST00000461788;ENST00000471232;ENST00000470250;ENST00000465130" "ENSP00000393596;ENSP00000498175;ENSP00000413090;ENSP00000393590" "Q9NR09" "BIRC6" "57448" "baculoviral IAP repeat containing 6" "BRUCE" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000115828" "ENST00000650442;ENST00000404976;ENST00000338415;ENST00000470075;ENST00000480050;ENST00000469098;ENST00000444022" "ENSP00000498156;ENSP00000385391;ENSP00000344829;ENSP00000389227" "Q16769" "QPCT" "25797" "glutaminyl-peptide cyclotransferase" "GCT;QC" "Cytosol" "CellAtlas" -"ENSG00000115840" "ENST00000422440;ENST00000263812;ENST00000472070;ENST00000494892;ENST00000485880;ENST00000426896;ENST00000475360;ENST00000472748;ENST00000484227;ENST00000464063" "ENSP00000388658;ENSP00000263812;ENSP00000413968;ENSP00000437845" "O75746" "SLC25A12" "8604" "solute carrier family 25 member 12" "Aralar" "Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000115840" "ENST00000422440;ENST00000263812;ENST00000472070;ENST00000494892;ENST00000485880;ENST00000426896;ENST00000475360;ENST00000472748;ENST00000484227;ENST00000464063" "ENSP00000388658;ENSP00000263812;ENSP00000413968;ENSP00000437845" "O75746" "SLC25A12" "8604" "solute carrier family 25 member 12" "Aralar" "Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000115850" "ENST00000264162;ENST00000452974" "ENSP00000264162;ENSP00000391231" "P09848" "LCT" "3938" "lactase" "" "" "" -"ENSG00000115866" "ENST00000264161;ENST00000478212;ENST00000489964;ENST00000422708;ENST00000491481;ENST00000441323;ENST00000456565;ENST00000449218;ENST00000435076;ENST00000463008;ENST00000474184" "ENSP00000264161;ENSP00000387508;ENSP00000389867;ENSP00000397616;ENSP00000388801;ENSP00000404445" "P14868" "DARS1" "1615" "aspartyl-tRNA synthetase 1" "DARS" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000115866" "ENST00000264161;ENST00000478212;ENST00000489964;ENST00000422708;ENST00000491481;ENST00000441323;ENST00000456565;ENST00000449218;ENST00000435076;ENST00000463008;ENST00000474184" "ENSP00000264161;ENSP00000387508;ENSP00000389867;ENSP00000397616;ENSP00000388801;ENSP00000404445" "P14868" "DARS1" "1615" "aspartyl-tRNA synthetase 1" "DARS" "Cytosol" "SwissProt;CellAtlas" "ENSG00000115884" "ENST00000254351;ENST00000381150;ENST00000403076;ENST00000429035;ENST00000482879;ENST00000447124" "ENSP00000254351;ENSP00000370542;ENSP00000384613;ENSP00000400773;ENSP00000390201" "P18827" "SDC1" "6382" "syndecan 1" "CD138;SDC;SYND1;syndecan" "" "" "ENSG00000115896" "ENST00000428675;ENST00000435320;ENST00000487695;ENST00000625084;ENST00000472193;ENST00000437704" "ENSP00000402861;ENSP00000410488;ENSP00000457588;ENSP00000414138" "Q15111" "PLCL1" "5334" "phospholipase C like 1 (inactive)" "PLC-L;PLCE;PLCL;PPP1R127;PRIP" "Cytosol" "SwissProt" "ENSG00000115902" "ENST00000493121;ENST00000471551;ENST00000531327;ENST00000234256;ENST00000480594" "ENSP00000431942;ENSP00000234256" "P43007" "SLC1A4" "6509" "solute carrier family 1 member 4" "ASCT1;SATT" "" "" -"ENSG00000115919" "ENST00000264170;ENST00000375773;ENST00000409512;ENST00000410015;ENST00000424385;ENST00000621320;ENST00000460143;ENST00000612147;ENST00000613664" "ENSP00000264170;ENSP00000364928;ENSP00000386731;ENSP00000387296;ENSP00000401190;ENSP00000484801;ENSP00000481930;ENSP00000482009" "Q16719" "KYNU" "8942" "kynureninase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000115919" "ENST00000264170;ENST00000375773;ENST00000409512;ENST00000410015;ENST00000424385;ENST00000621320;ENST00000460143;ENST00000612147;ENST00000613664" "ENSP00000264170;ENSP00000364928;ENSP00000386731;ENSP00000387296;ENSP00000401190;ENSP00000484801;ENSP00000481930;ENSP00000482009" "Q16719" "KYNU" "8942" "kynureninase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000116005" "ENST00000422380;ENST00000414812;ENST00000433351;ENST00000264441;ENST00000451279;ENST00000480949" "ENSP00000404327;ENSP00000413178;ENSP00000387654;ENSP00000264441;ENSP00000408751" "Q9UHG3" "PCYOX1" "51449" "prenylcysteine oxidase 1" "KIAA0908;PCL1" "Lysosome" "SwissProt" "ENSG00000116039" "ENST00000234396;ENST00000454446;ENST00000412314;ENST00000432098;ENST00000463380;ENST00000495118;ENST00000433895" "ENSP00000234396;ENSP00000408361;ENSP00000388353;ENSP00000407840" "P15313" "ATP6V1B1" "525" "ATPase H+ transporting V1 subunit B1" "ATP6B1;RTA1B;VATB;Vma2;VPP3" "Nucleus" "CellAtlas" -"ENSG00000116096" "ENST00000234454;ENST00000498749" "ENSP00000234454" "P35270" "SPR" "6697" "sepiapterin reductase" "SDR38C1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000116120" "ENST00000281828;ENST00000568928" "ENSP00000281828" "Q9NSD9" "FARSB" "10056" "phenylalanyl-tRNA synthetase subunit beta" "FARSLB;FRSB;PheHB" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000116096" "ENST00000234454;ENST00000498749" "ENSP00000234454" "P35270" "SPR" "6697" "sepiapterin reductase" "SDR38C1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000116120" "ENST00000281828;ENST00000568928" "ENSP00000281828" "Q9NSD9" "FARSB" "10056" "phenylalanyl-tRNA synthetase subunit beta" "FARSLB;FRSB;PheHB" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000116133" "ENST00000371269;ENST00000647912;ENST00000535035;ENST00000649769;ENST00000648712;ENST00000648728;ENST00000436604;ENST00000647585;ENST00000648641;ENST00000650362;ENST00000648182;ENST00000648494" "ENSP00000360316;ENSP00000497559;ENSP00000440191;ENSP00000498012;ENSP00000497084;ENSP00000416585;ENSP00000497612;ENSP00000498045" "Q15392" "DHCR24" "1718" "24-dehydrocholesterol reductase" "DCE;KIAA0018;seladin-1" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000116157" "ENST00000361314;ENST00000459779" "ENSP00000354677" "Q96SL4" "GPX7" "2882" "glutathione peroxidase 7" "FLJ14777;GPX6;NPGPx" "" "" -"ENSG00000116171" "ENST00000371514;ENST00000478631;ENST00000528311;ENST00000371509;ENST00000407246;ENST00000371513;ENST00000528809;ENST00000529363;ENST00000473584;ENST00000430330;ENST00000478274;ENST00000484100;ENST00000533119;ENST00000435345;ENST00000488965;ENST00000408941" "ENSP00000360569;ENSP00000435194;ENSP00000434132;ENSP00000360564;ENSP00000384569;ENSP00000360568;ENSP00000431279;ENSP00000406636;ENSP00000437317;ENSP00000432645;ENSP00000436581;ENSP00000396413;ENSP00000435783;ENSP00000386214" "P22307" "SCP2" "6342" "sterol carrier protein 2" "" "Nucleus;Peroxisome;Cytosol;Mitochondria;Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000116199" "ENST00000440702;ENST00000263733" "ENSP00000404005;ENSP00000263733" "O75063" "FAM20B" "9917" "FAM20B glycosaminoglycan xylosylkinase" "GXK1;KIAA0475" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000116171" "ENST00000371514;ENST00000478631;ENST00000528311;ENST00000371509;ENST00000407246;ENST00000371513;ENST00000528809;ENST00000529363;ENST00000473584;ENST00000430330;ENST00000478274;ENST00000484100;ENST00000533119;ENST00000435345;ENST00000488965;ENST00000408941" "ENSP00000360569;ENSP00000435194;ENSP00000434132;ENSP00000360564;ENSP00000384569;ENSP00000360568;ENSP00000431279;ENSP00000406636;ENSP00000437317;ENSP00000432645;ENSP00000436581;ENSP00000396413;ENSP00000435783;ENSP00000386214" "P22307" "SCP2" "6342" "sterol carrier protein 2" "" "Nucleus;Peroxisome;Cytosol;Mitochondria;Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000116199" "ENST00000440702;ENST00000263733" "ENSP00000404005;ENSP00000263733" "O75063" "FAM20B" "9917" "FAM20B glycosaminoglycan xylosylkinase" "GXK1;KIAA0475" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000116237" "ENST00000343813;ENST00000495791;ENST00000489498;ENST00000474756" "ENSP00000343552;ENSP00000466222;ENSP00000467999" "O60725" "ICMT" "23463" "isoprenylcysteine carboxyl methyltransferase" "HSTE14;PCCMT;PPMT" "Endoplasmic reticulum" "SwissProt" "ENSG00000116337" "ENST00000673915;ENST00000531734;ENST00000655992;ENST00000474459;ENST00000680192;ENST00000667949;ENST00000680519;ENST00000342115;ENST00000528667;ENST00000469039;ENST00000531203;ENST00000256578;ENST00000679593;ENST00000680170;ENST00000679880;ENST00000525415;ENST00000681246;ENST00000681108;ENST00000680148;ENST00000681181;ENST00000680820;ENST00000680929;ENST00000680531;ENST00000680132;ENST00000681132;ENST00000679892;ENST00000679981;ENST00000681834;ENST00000681218;ENST00000680832;ENST00000681862;ENST00000681496;ENST00000679379;ENST00000652975;ENST00000486282;ENST00000369840;ENST00000528270;ENST00000663749;ENST00000668421;ENST00000358729;ENST00000659122;ENST00000476688;ENST00000526301;ENST00000527846;ENST00000528454;ENST00000459643;ENST00000524975;ENST00000681121;ENST00000654851;ENST00000534144;ENST00000529299;ENST00000532851;ENST00000533132;ENST00000467071;ENST00000479919;ENST00000528958" "ENSP00000433739;ENSP00000499740;ENSP00000499465;ENSP00000345498;ENSP00000436541;ENSP00000431975;ENSP00000256578;ENSP00000505999;ENSP00000505534;ENSP00000506701;ENSP00000505994;ENSP00000506038;ENSP00000505735;ENSP00000504916;ENSP00000506332;ENSP00000505950;ENSP00000506195;ENSP00000504882;ENSP00000506422;ENSP00000505976;ENSP00000505774;ENSP00000505537;ENSP00000505948;ENSP00000505528;ENSP00000499620;ENSP00000358855;ENSP00000434891;ENSP00000499739;ENSP00000499362;ENSP00000351573;ENSP00000499621;ENSP00000437025;ENSP00000437164;ENSP00000506466" "Q01433" "AMPD2" "271" "adenosine monophosphate deaminase 2" "SPG63" "Cytosol" "CellAtlas" -"ENSG00000116353" "ENST00000263702;ENST00000373791;ENST00000475773;ENST00000483435;ENST00000473030;ENST00000463412;ENST00000453185;ENST00000478505;ENST00000490529;ENST00000464511;ENST00000463052;ENST00000489248;ENST00000475861;ENST00000474946;ENST00000464915;ENST00000482610;ENST00000484012;ENST00000493928" "ENSP00000263702;ENSP00000362896;ENSP00000436831" "Q9BV79" "MECR" "51102" "mitochondrial trans-2-enoyl-CoA reductase" "CGI-63;ETR1;FASN2B;NRBF1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000116459" "ENST00000493119;ENST00000369722;ENST00000369721;ENST00000483994;ENST00000468818;ENST00000464154" "ENSP00000358737;ENSP00000420366" "P24539" "ATP5PB" "515" "ATP synthase peripheral stalk-membrane subunit b" "ATP5F1" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000116514" "ENST00000373456;ENST00000356990;ENST00000235150" "ENSP00000362555;ENSP00000349482;ENSP00000235150" "Q6ZMZ0" "RNF19B" "127544" "ring finger protein 19B" "FLJ90005;IBRDC3" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000116539" "ENST00000368346;ENST00000676814;ENST00000392403;ENST00000677042;ENST00000678699;ENST00000677825;ENST00000679333;ENST00000679097;ENST00000678117;ENST00000677213;ENST00000677992;ENST00000679133;ENST00000478837;ENST00000548566;ENST00000492987;ENST00000477427;ENST00000548830" "ENSP00000357330;ENSP00000504300;ENSP00000376204;ENSP00000503440;ENSP00000503202;ENSP00000503792;ENSP00000504598;ENSP00000503265;ENSP00000504629;ENSP00000503315;ENSP00000503958;ENSP00000504026;ENSP00000448820;ENSP00000449283" "Q9NR48" "ASH1L" "55870" "ASH1 like histone lysine methyltransferase" "ASH1;ASH1L1;huASH1;KMT2H" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000116353" "ENST00000263702;ENST00000373791;ENST00000475773;ENST00000483435;ENST00000473030;ENST00000463412;ENST00000453185;ENST00000478505;ENST00000490529;ENST00000464511;ENST00000463052;ENST00000489248;ENST00000475861;ENST00000474946;ENST00000464915;ENST00000482610;ENST00000484012;ENST00000493928" "ENSP00000263702;ENSP00000362896;ENSP00000436831" "Q9BV79" "MECR" "51102" "mitochondrial trans-2-enoyl-CoA reductase" "CGI-63;ETR1;FASN2B;NRBF1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000116459" "ENST00000493119;ENST00000369722;ENST00000369721;ENST00000483994;ENST00000468818;ENST00000464154" "ENSP00000358737;ENSP00000420366" "P24539" "ATP5PB" "515" "ATP synthase peripheral stalk-membrane subunit b" "ATP5F1" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000116514" "ENST00000373456;ENST00000356990;ENST00000235150" "ENSP00000362555;ENSP00000349482;ENSP00000235150" "Q6ZMZ0" "RNF19B" "127544" "ring finger protein 19B" "FLJ90005;IBRDC3" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000116539" "ENST00000368346;ENST00000676814;ENST00000392403;ENST00000677042;ENST00000678699;ENST00000677825;ENST00000679333;ENST00000679097;ENST00000678117;ENST00000677213;ENST00000677992;ENST00000679133;ENST00000478837;ENST00000548566;ENST00000492987;ENST00000477427;ENST00000548830" "ENSP00000357330;ENSP00000504300;ENSP00000376204;ENSP00000503440;ENSP00000503202;ENSP00000503792;ENSP00000504598;ENSP00000503265;ENSP00000504629;ENSP00000503315;ENSP00000503958;ENSP00000504026;ENSP00000448820;ENSP00000449283" "Q9NR48" "ASH1L" "55870" "ASH1 like histone lysine methyltransferase" "ASH1;ASH1L1;huASH1;KMT2H" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000116649" "ENST00000475189;ENST00000376957;ENST00000490101;ENST00000465788;ENST00000459997;ENST00000487300" "ENSP00000366156;ENSP00000465966;ENSP00000467669;ENSP00000465687;ENSP00000468760" "P19623" "SRM" "6723" "spermidine synthase" "SPS1;SRML1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000116704" "ENST00000235345" "ENSP00000235345" "Q9NTN3" "SLC35D1" "23169" "solute carrier family 35 member D1" "KIAA0260;UGTREL7" "" "" -"ENSG00000116711" "ENST00000367466;ENST00000466600" "ENSP00000356436" "P47712" "PLA2G4A" "5321" "phospholipase A2 group IVA" "cPLA2-alpha;PLA2G4" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000116711" "ENST00000367466;ENST00000466600" "ENSP00000356436" "P47712" "PLA2G4A" "5321" "phospholipase A2 group IVA" "cPLA2-alpha;PLA2G4" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000116745" "ENST00000262340" "ENSP00000262340" "Q16518" "RPE65" "6121" "retinoid isomerohydrolase RPE65" "BCO3;LCA2;rd12;RP20" "Cytosol" "SwissProt" "ENSG00000116748" "ENST00000637080;ENST00000520113;ENST00000369538;ENST00000639274;ENST00000639077;ENST00000638214;ENST00000485564" "ENSP00000489753;ENSP00000430075;ENSP00000358551" "P23109" "AMPD1" "270" "adenosine monophosphate deaminase 1" "MAD;MADA" "" "" "ENSG00000116761" "ENST00000411986;ENST00000370938;ENST00000464926;ENST00000346806;ENST00000482383" "ENSP00000413407;ENSP00000359976;ENSP00000311554" "P32929" "CTH" "1491" "cystathionine gamma-lyase" "" "Cytosol" "SwissProt" "ENSG00000116771" "ENST00000375826" "ENSP00000364986" "Q9BSE5" "AGMAT" "79814" "agmatinase" "FLJ23384" "" "" "ENSG00000116783" "ENST00000326637;ENST00000530184;ENST00000497284;ENST00000526236;ENST00000534020;ENST00000525480;ENST00000370889;ENST00000465473" "ENSP00000322251;ENSP00000431465;ENSP00000434975;ENSP00000433550" "Q59H18" "TNNI3K" "51086" "TNNI3 interacting kinase" "CARK" "Cytosol;Nucleus" "SwissProt" -"ENSG00000116791" "ENST00000370872;ENST00000340866;ENST00000492102;ENST00000417775;ENST00000370871;ENST00000370870;ENST00000441120" "ENSP00000359909;ENSP00000339399;ENSP00000399805;ENSP00000359908;ENSP00000359907;ENSP00000404289" "Q08257" "CRYZ" "1429" "crystallin zeta" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000116882" "ENST00000457318;ENST00000361035;ENST00000325945;ENST00000482991;ENST00000622548" "ENSP00000393955;ENSP00000354314;ENSP00000316339;ENSP00000483507" "Q9NYQ3" "HAO2" "51179" "hydroxyacid oxidase 2" "GIG16;HAOX2" "Peroxisome;Cytosol" "SwissProt&CellAtlas" +"ENSG00000116791" "ENST00000370872;ENST00000340866;ENST00000492102;ENST00000417775;ENST00000370871;ENST00000370870;ENST00000441120" "ENSP00000359909;ENSP00000339399;ENSP00000399805;ENSP00000359908;ENSP00000359907;ENSP00000404289" "Q08257" "CRYZ" "1429" "crystallin zeta" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000116882" "ENST00000457318;ENST00000361035;ENST00000325945;ENST00000482991;ENST00000622548" "ENSP00000393955;ENSP00000354314;ENSP00000316339;ENSP00000483507" "Q9NYQ3" "HAO2" "51179" "hydroxyacid oxidase 2" "GIG16;HAOX2" "Peroxisome;Cytosol" "SwissProt;CellAtlas" "ENSG00000116906" "ENST00000436239;ENST00000366647;ENST00000416000;ENST00000644483;ENST00000492459;ENST00000469332" "ENSP00000402811;ENSP00000355607;ENSP00000411640;ENSP00000496537" "O15228" "GNPAT" "8443" "glyceronephosphate O-acyltransferase" "DAP-AT;DAPAT;DHAPAT" "Peroxisome" "SwissProt" "ENSG00000116981" "ENST00000235628" "ENSP00000235628" "Q9BXI3" "NT5C1A" "84618" "5'-nucleotidase, cytosolic IA" "CN-I;CN-IA;CN1;CN1A;MGC119199;MGC119201" "Cytosol" "SwissProt" -"ENSG00000116984" "ENST00000680454;ENST00000366577;ENST00000674797;ENST00000652435;ENST00000679569;ENST00000650888;ENST00000463959;ENST00000535889;ENST00000651455;ENST00000681102;ENST00000679842;ENST00000681177;ENST00000681937;ENST00000366576;ENST00000470570;ENST00000681813;ENST00000652483" "ENSP00000355536;ENSP00000502299;ENSP00000505932;ENSP00000498393;ENSP00000505498;ENSP00000441845;ENSP00000498963;ENSP00000505600;ENSP00000506109;ENSP00000506327;ENSP00000355535" "Q99707" "MTR" "4548" "5-methyltetrahydrofolate-homocysteine methyltransferase" "cblG" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000116984" "ENST00000680454;ENST00000366577;ENST00000674797;ENST00000652435;ENST00000679569;ENST00000650888;ENST00000463959;ENST00000535889;ENST00000651455;ENST00000681102;ENST00000679842;ENST00000681177;ENST00000681937;ENST00000366576;ENST00000470570;ENST00000681813;ENST00000652483" "ENSP00000355536;ENSP00000502299;ENSP00000505932;ENSP00000498393;ENSP00000505498;ENSP00000441845;ENSP00000498963;ENSP00000505600;ENSP00000506109;ENSP00000506327;ENSP00000355535" "Q99707" "MTR" "4548" "5-methyltetrahydrofolate-homocysteine methyltransferase" "cblG" "Cytosol" "SwissProt;CellAtlas" "ENSG00000117009" "ENST00000366558;ENST00000484628;ENST00000480967;ENST00000366559;ENST00000484229;ENST00000477907;ENST00000366557;ENST00000481087;ENST00000431245;ENST00000366555" "ENSP00000355516;ENSP00000355517;ENSP00000355515;ENSP00000355513" "O15229" "KMO" "8564" "kynurenine 3-monooxygenase" "" "" "" -"ENSG00000117054" "ENST00000525881;ENST00000680517;ENST00000680798;ENST00000681621;ENST00000681930;ENST00000679509;ENST00000681680;ENST00000679615;ENST00000681446;ENST00000680964;ENST00000541113;ENST00000681063;ENST00000681913;ENST00000680613;ENST00000680805;ENST00000681278;ENST00000681209;ENST00000680691;ENST00000681037;ENST00000679976;ENST00000680749;ENST00000681430;ENST00000681289;ENST00000680694;ENST00000473018;ENST00000679530;ENST00000680582;ENST00000681361;ENST00000681790;ENST00000681837;ENST00000680743;ENST00000681616;ENST00000680948;ENST00000681916;ENST00000526129;ENST00000526196;ENST00000534146;ENST00000532509;ENST00000680844;ENST00000370834;ENST00000370841;ENST00000679709;ENST00000681720;ENST00000681548;ENST00000530953;ENST00000681450;ENST00000679687;ENST00000534334;ENST00000525808;ENST00000679704;ENST00000680662;ENST00000679804;ENST00000420607;ENST00000680166;ENST00000681730;ENST00000529059;ENST00000526930;ENST00000532207;ENST00000528016;ENST00000680315;ENST00000481374" "ENSP00000505803;ENSP00000505670;ENSP00000505770;ENSP00000506244;ENSP00000505961;ENSP00000442324;ENSP00000506616;ENSP00000506114;ENSP00000505447;ENSP00000505877;ENSP00000506487;ENSP00000506025;ENSP00000505565;ENSP00000505122;ENSP00000506301;ENSP00000505658;ENSP00000506454;ENSP00000506679;ENSP00000505130;ENSP00000505073;ENSP00000505111;ENSP00000505441;ENSP00000506477;ENSP00000434092;ENSP00000431953;ENSP00000432522;ENSP00000506541;ENSP00000359871;ENSP00000359878;ENSP00000506623;ENSP00000505438;ENSP00000505275;ENSP00000431372;ENSP00000505660;ENSP00000506598;ENSP00000435584;ENSP00000434823;ENSP00000505117;ENSP00000505080;ENSP00000409612;ENSP00000434284" "P11310" "ACADM" "34" "acyl-CoA dehydrogenase medium chain" "ACAD1;MCAD;MCADH" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000117054" "ENST00000525881;ENST00000680517;ENST00000680798;ENST00000681621;ENST00000681930;ENST00000679509;ENST00000681680;ENST00000679615;ENST00000681446;ENST00000680964;ENST00000541113;ENST00000681063;ENST00000681913;ENST00000680613;ENST00000680805;ENST00000681278;ENST00000681209;ENST00000680691;ENST00000681037;ENST00000679976;ENST00000680749;ENST00000681430;ENST00000681289;ENST00000680694;ENST00000473018;ENST00000679530;ENST00000680582;ENST00000681361;ENST00000681790;ENST00000681837;ENST00000680743;ENST00000681616;ENST00000680948;ENST00000681916;ENST00000526129;ENST00000526196;ENST00000534146;ENST00000532509;ENST00000680844;ENST00000370834;ENST00000370841;ENST00000679709;ENST00000681720;ENST00000681548;ENST00000530953;ENST00000681450;ENST00000679687;ENST00000534334;ENST00000525808;ENST00000679704;ENST00000680662;ENST00000679804;ENST00000420607;ENST00000680166;ENST00000681730;ENST00000529059;ENST00000526930;ENST00000532207;ENST00000528016;ENST00000680315;ENST00000481374" "ENSP00000505803;ENSP00000505670;ENSP00000505770;ENSP00000506244;ENSP00000505961;ENSP00000442324;ENSP00000506616;ENSP00000506114;ENSP00000505447;ENSP00000505877;ENSP00000506487;ENSP00000506025;ENSP00000505565;ENSP00000505122;ENSP00000506301;ENSP00000505658;ENSP00000506454;ENSP00000506679;ENSP00000505130;ENSP00000505073;ENSP00000505111;ENSP00000505441;ENSP00000506477;ENSP00000434092;ENSP00000431953;ENSP00000432522;ENSP00000506541;ENSP00000359871;ENSP00000359878;ENSP00000506623;ENSP00000505438;ENSP00000505275;ENSP00000431372;ENSP00000505660;ENSP00000506598;ENSP00000435584;ENSP00000434823;ENSP00000505117;ENSP00000505080;ENSP00000409612;ENSP00000434284" "P11310" "ACADM" "34" "acyl-CoA dehydrogenase medium chain" "ACAD1;MCAD;MCADH" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000117069" "ENST00000477717;ENST00000480428;ENST00000318803;ENST00000496845;ENST00000488940" "ENSP00000417583;ENSP00000436263" "Q9BVH7" "ST6GALNAC5" "81849" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 5" "MGC3184;SIAT7E;ST6GalNAcV" "Golgi apparatus" "SwissProt" "ENSG00000117115" "ENST00000375486;ENST00000479534;ENST00000466151;ENST00000375481" "ENSP00000364635;ENSP00000364630" "Q9Y2J8" "PADI2" "11240" "peptidyl arginine deiminase 2" "KIAA0994;PDI2" "Cytosol" "SwissProt" -"ENSG00000117118" "ENST00000375499;ENST00000485092;ENST00000475049;ENST00000485515;ENST00000491274;ENST00000475506;ENST00000463045;ENST00000466613" "ENSP00000364649;ENSP00000480482;ENSP00000481376" "P21912" "SDHB" "6390" "succinate dehydrogenase complex iron sulfur subunit B" "SDH;SDH1" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000117143" "ENST00000367926;ENST00000476240;ENST00000367925;ENST00000367924;ENST00000474728;ENST00000486089;ENST00000271469" "ENSP00000356903;ENSP00000356902;ENSP00000356901;ENSP00000271469" "Q16222" "UAP1" "6675" "UDP-N-acetylglucosamine pyrophosphorylase 1" "AgX;AGX1;SPAG2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000117118" "ENST00000375499;ENST00000485092;ENST00000475049;ENST00000485515;ENST00000491274;ENST00000475506;ENST00000463045;ENST00000466613" "ENSP00000364649;ENSP00000480482;ENSP00000481376" "P21912" "SDHB" "6390" "succinate dehydrogenase complex iron sulfur subunit B" "SDH;SDH1" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000117143" "ENST00000367926;ENST00000476240;ENST00000367925;ENST00000367924;ENST00000474728;ENST00000486089;ENST00000271469" "ENSP00000356903;ENSP00000356902;ENSP00000356901;ENSP00000271469" "Q16222" "UAP1" "6675" "UDP-N-acetylglucosamine pyrophosphorylase 1" "AgX;AGX1;SPAG2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000117215" "ENST00000375105;ENST00000617227" "ENSP00000364246;ENSP00000482871" "Q9UNK4" "PLA2G2D" "26279" "phospholipase A2 group IID" "sPLA2S" "" "" "ENSG00000117305" "ENST00000374490;ENST00000436439;ENST00000374487;ENST00000235958;ENST00000509389;ENST00000496907;ENST00000513148;ENST00000479458;ENST00000498698" "ENSP00000363614;ENSP00000389281;ENSP00000235958" "P35914" "HMGCL" "3155" "3-hydroxy-3-methylglutaryl-CoA lyase" "HL" "Peroxisome;Mitochondria" "SwissProt" "ENSG00000117308" "ENST00000617979;ENST00000481736;ENST00000374497;ENST00000456977;ENST00000459934;ENST00000469556;ENST00000429356;ENST00000418277;ENST00000470949;ENST00000425913;ENST00000445705;ENST00000467493;ENST00000486382;ENST00000470383;ENST00000466250;ENST00000467070" "ENSP00000483375;ENSP00000363621;ENSP00000397045;ENSP00000398585;ENSP00000414719;ENSP00000393359;ENSP00000398257" "Q14376" "GALE" "2582" "UDP-galactose-4-epimerase" "SDR1E1" "Cytosol;Golgi apparatus" "CellAtlas" "ENSG00000117394" "ENST00000426263;ENST00000630287;ENST00000675112;ENST00000676254;ENST00000674765;ENST00000674545;ENST00000475162;ENST00000669445;ENST00000625233;ENST00000372500;ENST00000415851;ENST00000630821;ENST00000629908;ENST00000460369;ENST00000676097" "ENSP00000416293;ENSP00000486694;ENSP00000501811;ENSP00000487213;ENSP00000499253;ENSP00000361578;ENSP00000491942" "P11166" "SLC2A1" "6513" "solute carrier family 2 member 1" "CSE;DYT18;DYT9;GLUT;GLUT1;HTLVR" "" "" -"ENSG00000117410" "ENST00000472505;ENST00000532642;ENST00000236067;ENST00000471859;ENST00000472277;ENST00000461670;ENST00000472174;ENST00000468183;ENST00000473485;ENST00000496131;ENST00000498208;ENST00000532072;ENST00000498664" "ENSP00000432994;ENSP00000434729;ENSP00000236067;ENSP00000432754;ENSP00000435396;ENSP00000431605;ENSP00000431375;ENSP00000434094" "Q99437" "ATP6V0B" "533" "ATPase H+ transporting V0 subunit b" "ATP6F;HATPL;VMA16" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000117411" "ENST00000498543;ENST00000434555;ENST00000372324;ENST00000481924;ENST00000497866;ENST00000485678;ENST00000356836;ENST00000309519" "ENSP00000503129;ENSP00000407468;ENSP00000361399;ENSP00000503859;ENSP00000504761;ENSP00000503931;ENSP00000349293;ENSP00000310696" "O60909" "B4GALT2" "8704" "beta-1,4-galactosyltransferase 2" "beta4Gal-T2" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000117448" "ENST00000372070;ENST00000621846;ENST00000434299;ENST00000496999;ENST00000476957;ENST00000481885;ENST00000351829;ENST00000471651;ENST00000497973;ENST00000473038;ENST00000495913;ENST00000487654;ENST00000475919;ENST00000475985" "ENSP00000361140;ENSP00000480713;ENSP00000398414;ENSP00000476978;ENSP00000312606;ENSP00000476713" "P14550" "AKR1A1" "10327" "aldo-keto reductase family 1 member A1" "ALR;DD3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000117450" "ENST00000447184;ENST00000424390;ENST00000676549;ENST00000262746;ENST00000372079;ENST00000319248" "ENSP00000407034;ENSP00000389047;ENSP00000503140;ENSP00000262746;ENSP00000361150;ENSP00000361152" "Q06830" "PRDX1" "5052" "peroxiredoxin 1" "NKEFA;PAGA" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000117410" "ENST00000472505;ENST00000532642;ENST00000236067;ENST00000471859;ENST00000472277;ENST00000461670;ENST00000472174;ENST00000468183;ENST00000473485;ENST00000496131;ENST00000498208;ENST00000532072;ENST00000498664" "ENSP00000432994;ENSP00000434729;ENSP00000236067;ENSP00000432754;ENSP00000435396;ENSP00000431605;ENSP00000431375;ENSP00000434094" "Q99437" "ATP6V0B" "533" "ATPase H+ transporting V0 subunit b" "ATP6F;HATPL;VMA16" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000117411" "ENST00000498543;ENST00000434555;ENST00000372324;ENST00000481924;ENST00000497866;ENST00000485678;ENST00000356836;ENST00000309519" "ENSP00000503129;ENSP00000407468;ENSP00000361399;ENSP00000503859;ENSP00000504761;ENSP00000503931;ENSP00000349293;ENSP00000310696" "O60909" "B4GALT2" "8704" "beta-1,4-galactosyltransferase 2" "beta4Gal-T2" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000117448" "ENST00000372070;ENST00000621846;ENST00000434299;ENST00000496999;ENST00000476957;ENST00000481885;ENST00000351829;ENST00000471651;ENST00000497973;ENST00000473038;ENST00000495913;ENST00000487654;ENST00000475919;ENST00000475985" "ENSP00000361140;ENSP00000480713;ENSP00000398414;ENSP00000476978;ENSP00000312606;ENSP00000476713" "P14550" "AKR1A1" "10327" "aldo-keto reductase family 1 member A1" "ALR;DD3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000117450" "ENST00000447184;ENST00000424390;ENST00000676549;ENST00000262746;ENST00000372079;ENST00000319248" "ENSP00000407034;ENSP00000389047;ENSP00000503140;ENSP00000262746;ENSP00000361150;ENSP00000361152" "Q06830" "PRDX1" "5052" "peroxiredoxin 1" "NKEFA;PAGA" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000117461" "ENST00000262741;ENST00000372006;ENST00000488808;ENST00000423209;ENST00000493202;ENST00000425892;ENST00000420542" "ENSP00000262741;ENSP00000361075;ENSP00000391431;ENSP00000416647;ENSP00000412546" "Q92569" "PIK3R3" "8503" "phosphoinositide-3-kinase regulatory subunit 3" "p55" "Nucleus" "CellAtlas" "ENSG00000117479" "ENST00000236137;ENST00000367804;ENST00000643377;ENST00000646596" "ENSP00000236137;ENSP00000356778;ENSP00000494404" "O60779" "SLC19A2" "10560" "solute carrier family 19 member 2" "THTR1;TRMA" "Cytosol" "CellAtlas" -"ENSG00000117480" "ENST00000243167;ENST00000468718;ENST00000493735;ENST00000484697;ENST00000489366;ENST00000493636" "ENSP00000243167;ENSP00000481641" "O00519" "FAAH" "2166" "fatty acid amide hydrolase" "FAAH-1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000117480" "ENST00000243167;ENST00000468718;ENST00000493735;ENST00000484697;ENST00000489366;ENST00000493636" "ENSP00000243167;ENSP00000481641" "O00519" "FAAH" "2166" "fatty acid amide hydrolase" "FAAH-1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000117481" "ENST00000474844;ENST00000307089;ENST00000486270;ENST00000469918;ENST00000472157;ENST00000537428;ENST00000498008;ENST00000495427;ENST00000475281" "ENSP00000419740;ENSP00000471937;ENSP00000483680;ENSP00000478949;ENSP00000437758;ENSP00000478740;ENSP00000477553" "Q96CB9" "NSUN4" "387338" "NOP2/Sun RNA methyltransferase 4" "MGC22960;SHTAP" "Mitochondria" "SwissProt" -"ENSG00000117528" "ENST00000370214;ENST00000647998;ENST00000315713;ENST00000468860;ENST00000493416;ENST00000484213;ENST00000464165" "ENSP00000359233;ENSP00000497921;ENSP00000326880" "P28288" "ABCD3" "5825" "ATP binding cassette subfamily D member 3" "PMP70;PXMP1;ZWS2" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000117528" "ENST00000370214;ENST00000647998;ENST00000315713;ENST00000468860;ENST00000493416;ENST00000484213;ENST00000464165" "ENSP00000359233;ENSP00000497921;ENSP00000326880" "P28288" "ABCD3" "5825" "ATP binding cassette subfamily D member 3" "PMP70;PXMP1;ZWS2" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000117543" "ENST00000370105;ENST00000492067;ENST00000370109;ENST00000488789;ENST00000481871;ENST00000464270;ENST00000342173;ENST00000466807;ENST00000477293;ENST00000498372;ENST00000488176;ENST00000490732;ENST00000476507;ENST00000481982;ENST00000427040" "ENSP00000359127;ENSP00000339630;ENSP00000418282;ENSP00000394364" "Q9H2P9" "DPH5" "51611" "diphthamide biosynthesis 5" "CGI-30" "Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000117592" "ENST00000340385;ENST00000460950;ENST00000470017" "ENSP00000342026" "P30041" "PRDX6" "9588" "peroxiredoxin 6" "1-Cys;aiPLA2;AOP2;KIAA0106;MGC46173;NSGPx;p29;PRX" "Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000117592" "ENST00000340385;ENST00000460950;ENST00000470017" "ENSP00000342026" "P30041" "PRDX6" "9588" "peroxiredoxin 6" "1-Cys;aiPLA2;AOP2;KIAA0106;MGC46173;NSGPx;p29;PRX" "Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000117594" "ENST00000615289;ENST00000261465;ENST00000367027;ENST00000367028" "ENSP00000478430;ENSP00000261465;ENSP00000355994;ENSP00000355995" "P28845" "HSD11B1" "3290" "hydroxysteroid 11-beta dehydrogenase 1" "HSD11;HSD11B;SDR26C1" "Endoplasmic reticulum" "SwissProt" "ENSG00000117598" "ENST00000263177;ENST00000672681;ENST00000370188;ENST00000534652" "ENSP00000263177;ENSP00000500930;ENSP00000359207" "Q32ZL2" "PLPPR5" "163404" "phospholipid phosphatase related 5" "LPPR5;PAP2;PAP2D;PRG5" "Cytosol" "CellAtlas" "ENSG00000117600" "ENST00000370185;ENST00000457765;ENST00000370184" "ENSP00000359204;ENSP00000394913" "Q7Z2D5" "PLPPR4" "9890" "phospholipid phosphatase related 4" "KIAA0455;LPPR4;PHP1;PRG-1" "" "" "ENSG00000117620" "ENST00000638371;ENST00000533028;ENST00000427993;ENST00000639221;ENST00000638336;ENST00000639807;ENST00000640715;ENST00000465289;ENST00000640726;ENST00000639994;ENST00000638988;ENST00000640178;ENST00000640360;ENST00000640732;ENST00000638929;ENST00000640600;ENST00000639088;ENST00000638338;ENST00000638876;ENST00000370155;ENST00000370153;ENST00000532693;ENST00000422078;ENST00000639148" "ENSP00000491146;ENSP00000433849;ENSP00000414947;ENSP00000492169;ENSP00000491145;ENSP00000490964;ENSP00000492801;ENSP00000418527;ENSP00000492128;ENSP00000492135;ENSP00000492681;ENSP00000491771;ENSP00000491598;ENSP00000492771;ENSP00000491789;ENSP00000492308;ENSP00000491533;ENSP00000491185;ENSP00000359174;ENSP00000359172;ENSP00000436938;ENSP00000491383" "Q9Y2D2" "SLC35A3" "23443" "solute carrier family 35 member A3" "" "Golgi apparatus" "SwissProt" -"ENSG00000117643" "ENST00000374332;ENST00000611903;ENST00000263979;ENST00000473891;ENST00000374329;ENST00000496532;ENST00000475314;ENST00000487493" "ENSP00000363452;ENSP00000482317;ENSP00000263979;ENSP00000363449" "Q9NR34" "MAN1C1" "57134" "mannosidase alpha class 1C member 1" "HMIC" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000117643" "ENST00000374332;ENST00000611903;ENST00000263979;ENST00000473891;ENST00000374329;ENST00000496532;ENST00000475314;ENST00000487493" "ENSP00000363452;ENSP00000482317;ENSP00000263979;ENSP00000363449" "Q9NR34" "MAN1C1" "57134" "mannosidase alpha class 1C member 1" "HMIC" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000117682" "ENST00000434391;ENST00000427245;ENST00000527611;ENST00000374186;ENST00000525682;ENST00000236342;ENST00000526219;ENST00000374185;ENST00000487944;ENST00000360009;ENST00000533087;ENST00000531312;ENST00000525165;ENST00000525326;ENST00000525546;ENST00000528557;ENST00000526278;ENST00000436153;ENST00000529688;ENST00000530781;ENST00000531955;ENST00000525410;ENST00000430232;ENST00000431933;ENST00000416052" "ENSP00000403529;ENSP00000399177;ENSP00000434984;ENSP00000236342;ENSP00000434219;ENSP00000363300;ENSP00000353104;ENSP00000436119;ENSP00000436764;ENSP00000434185;ENSP00000431407;ENSP00000433976;ENSP00000405604;ENSP00000433491;ENSP00000397584;ENSP00000399781;ENSP00000393961" "Q86SQ9" "DHDDS" "79947" "dehydrodolichyl diphosphate synthase subunit" "DS;FLJ13102;hCIT;HDS;RP59" "Endoplasmic reticulum" "SwissProt" "ENSG00000117834" "ENST00000425816;ENST00000533824;ENST00000438567;ENST00000236495;ENST00000493837;ENST00000441260;ENST00000527929;ENST00000525901;ENST00000532322;ENST00000471020" "ENSP00000404982;ENSP00000431900;ENSP00000401730;ENSP00000236495;ENSP00000399991;ENSP00000431196" "Q2M3M2" "SLC5A9" "200010" "solute carrier family 5 member 9" "SGLT4" "Cytosol" "CellAtlas" "ENSG00000117984" "ENST00000637815;ENST00000367196;ENST00000236671;ENST00000678991;ENST00000429746;ENST00000637381;ENST00000433655;ENST00000637937;ENST00000637915;ENST00000636571;ENST00000637158;ENST00000637387;ENST00000636843;ENST00000438213;ENST00000497544;ENST00000677300" "ENSP00000490344;ENSP00000356164;ENSP00000236671;ENSP00000503019;ENSP00000402586;ENSP00000404902;ENSP00000490471;ENSP00000490770;ENSP00000490598;ENSP00000490897;ENSP00000415036" "P07339" "CTSD" "1509" "cathepsin D" "CLN10;CPSD" "Lysosome" "SwissProt" "ENSG00000118017" "ENST00000236709" "ENSP00000236709" "Q9UNA3" "A4GNT" "51146" "alpha-1,4-N-acetylglucosaminyltransferase" "alpha4GnT" "Golgi apparatus" "SwissProt" -"ENSG00000118058" "ENST00000389506;ENST00000534358;ENST00000531904;ENST00000649699;ENST00000532204;ENST00000529852;ENST00000533790;ENST00000527869;ENST00000649690;ENST00000648029;ENST00000647638;ENST00000649666;ENST00000648910;ENST00000420751;ENST00000392873;ENST00000649410;ENST00000528278;ENST00000534085;ENST00000647944;ENST00000649878;ENST00000648565;ENST00000534678;ENST00000527839;ENST00000525408" "ENSP00000374157;ENSP00000436786;ENSP00000432391;ENSP00000496927;ENSP00000434618;ENSP00000436564;ENSP00000436700;ENSP00000432652;ENSP00000497372;ENSP00000497918;ENSP00000498134;ENSP00000497891" "Q03164" "KMT2A" "4297" "lysine methyltransferase 2A" "ALL-1;CXXC7;HRX;HTRX1;MLL;MLL1A;TRX1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000118058" "ENST00000389506;ENST00000534358;ENST00000531904;ENST00000649699;ENST00000532204;ENST00000529852;ENST00000533790;ENST00000527869;ENST00000649690;ENST00000648029;ENST00000647638;ENST00000649666;ENST00000648910;ENST00000420751;ENST00000392873;ENST00000649410;ENST00000528278;ENST00000534085;ENST00000647944;ENST00000649878;ENST00000648565;ENST00000534678;ENST00000527839;ENST00000525408" "ENSP00000374157;ENSP00000436786;ENSP00000432391;ENSP00000496927;ENSP00000434618;ENSP00000436564;ENSP00000436700;ENSP00000432652;ENSP00000497372;ENSP00000497918;ENSP00000498134;ENSP00000497891" "Q03164" "KMT2A" "4297" "lysine methyltransferase 2A" "ALL-1;CXXC7;HRX;HTRX1;MLL;MLL1A;TRX1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000118094" "ENST00000264029;ENST00000613915;ENST00000397925;ENST00000531295;ENST00000527558" "ENSP00000264029;ENSP00000477923;ENSP00000381020" "O43280" "TREH" "11181" "trehalase" "MGC129621;TRE;TREA" "Cytosol" "CellAtlas" "ENSG00000118137" "ENST00000375320;ENST00000359492;ENST00000375329;ENST00000375323;ENST00000236850" "ENSP00000364469;ENSP00000352471;ENSP00000364478;ENSP00000364472;ENSP00000236850" "P02647" "APOA1" "335" "apolipoprotein A1" "" "Cytosol" "CellAtlas" "ENSG00000118160" "ENST00000236877;ENST00000542837;ENST00000539381;ENST00000600576;ENST00000601757;ENST00000594353;ENST00000597014" "ENSP00000236877;ENSP00000437536;ENSP00000472233;ENSP00000472208" "Q9UPR5" "SLC8A2" "6543" "solute carrier family 8 member A2" "KIAA1087;NCX2" "" "" "ENSG00000118276" "ENST00000578114;ENST00000306851;ENST00000237019;ENST00000383131;ENST00000579372" "ENSP00000306459;ENSP00000237019;ENSP00000372613;ENSP00000463961" "Q9UBX8" "B4GALT6" "9331" "beta-1,4-galactosyltransferase 6" "beta4GalT-VI" "Golgi apparatus" "SwissProt" "ENSG00000118298" "ENST00000369111;ENST00000647854;ENST00000582010;ENST00000607652;ENST00000483993;ENST00000607082" "ENSP00000358107;ENSP00000498013;ENSP00000475869;ENSP00000475238" "Q9ULX7" "CA14" "23632" "carbonic anhydrase 14" "" "" "" -"ENSG00000118363" "ENST00000263672;ENST00000530257;ENST00000526361;ENST00000532972;ENST00000527290;ENST00000528265;ENST00000527225;ENST00000526883;ENST00000610881" "ENSP00000263672;ENSP00000433439;ENSP00000434248;ENSP00000436759;ENSP00000434706;ENSP00000478550" "Q15005" "SPCS2" "9789" "signal peptidase complex subunit 2" "KIAA0102" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000118363" "ENST00000263672;ENST00000530257;ENST00000526361;ENST00000532972;ENST00000527290;ENST00000528265;ENST00000527225;ENST00000526883;ENST00000610881" "ENSP00000263672;ENSP00000433439;ENSP00000434248;ENSP00000436759;ENSP00000434706;ENSP00000478550" "Q15005" "SPCS2" "9789" "signal peptidase complex subunit 2" "KIAA0102" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000118369" "ENST00000530267;ENST00000530535;ENST00000528910;ENST00000529308;ENST00000530546;ENST00000526425;ENST00000530521" "ENSP00000435468;ENSP00000436001;ENSP00000431876;ENSP00000436253;ENSP00000434942" "Q9P2H5" "USP35" "57558" "ubiquitin specific peptidase 35" "KIAA1372" "Nucleus" "CellAtlas" "ENSG00000118402" "ENST00000369816" "ENSP00000358831" "Q9GZR5" "ELOVL4" "6785" "ELOVL fatty acid elongase 4" "CT118;SCA34;STGD2;STGD3" "Endoplasmic reticulum" "SwissProt" -"ENSG00000118514" "ENST00000265605;ENST00000367845;ENST00000349305;ENST00000367847;ENST00000460753;ENST00000534012" "ENSP00000265605;ENSP00000356819;ENSP00000325473;ENSP00000356821;ENSP00000437161;ENSP00000435297" "Q9H2A2" "ALDH8A1" "64577" "aldehyde dehydrogenase 8 family member A1" "ALDH12" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000118518" "ENST00000476956;ENST00000609447;ENST00000356799;ENST00000495188;ENST00000477776;ENST00000368314;ENST00000609944;ENST00000608340;ENST00000610162;ENST00000489534;ENST00000608991;ENST00000610153;ENST00000480444" "ENSP00000349253;ENSP00000357297;ENSP00000476888;ENSP00000477168;ENSP00000476814" "Q9NTX7" "RNF146" "81847" "ring finger protein 146" "dactylidin;dJ351K20.1;DKFZp434O1427" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000118514" "ENST00000265605;ENST00000367845;ENST00000349305;ENST00000367847;ENST00000460753;ENST00000534012" "ENSP00000265605;ENSP00000356819;ENSP00000325473;ENSP00000356821;ENSP00000437161;ENSP00000435297" "Q9H2A2" "ALDH8A1" "64577" "aldehyde dehydrogenase 8 family member A1" "ALDH12" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000118518" "ENST00000476956;ENST00000609447;ENST00000356799;ENST00000495188;ENST00000477776;ENST00000368314;ENST00000609944;ENST00000608340;ENST00000610162;ENST00000489534;ENST00000608991;ENST00000610153;ENST00000480444" "ENSP00000349253;ENSP00000357297;ENSP00000476888;ENSP00000477168;ENSP00000476814" "Q9NTX7" "RNF146" "81847" "ring finger protein 146" "dactylidin;dJ351K20.1;DKFZp434O1427" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000118520" "ENST00000672052;ENST00000673234;ENST00000672233;ENST00000469293;ENST00000356962;ENST00000275196;ENST00000368087;ENST00000673427;ENST00000498260;ENST00000484820;ENST00000640973" "ENSP00000499885;ENSP00000499826;ENSP00000349446;ENSP00000357066;ENSP00000500160;ENSP00000492623" "P05089" "ARG1" "383" "arginase 1" "" "Cytosol" "SwissProt" "ENSG00000118523" "ENST00000367976" "ENSP00000356954" "P29279" "CCN2" "1490" "cellular communication network factor 2" "CTGF;IGFBP8" "Golgi apparatus" "CellAtlas" -"ENSG00000118596" "ENST00000552432;ENST00000547379;ENST00000549465;ENST00000552024;ENST00000548610;ENST00000261187;ENST00000550062;ENST00000549588;ENST00000546459;ENST00000552405;ENST00000549033;ENST00000551877;ENST00000547801;ENST00000549928;ENST00000549305;ENST00000548444" "ENSP00000449547;ENSP00000448071;ENSP00000447555;ENSP00000448742;ENSP00000446722;ENSP00000261187;ENSP00000450133;ENSP00000449229;ENSP00000447459;ENSP00000449972;ENSP00000449167;ENSP00000448870;ENSP00000447814" "O60669" "SLC16A7" "9194" "solute carrier family 16 member 7" "MCT2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000118705" "ENST00000456102;ENST00000373622;ENST00000373632;ENST00000462163;ENST00000237530;ENST00000437329;ENST00000456400;ENST00000470352" "ENSP00000399137;ENSP00000362724;ENSP00000362735;ENSP00000435563;ENSP00000237530;ENSP00000409580;ENSP00000399404" "P04844" "RPN2" "6185" "ribophorin II" "RIBIIR;RPN-II;RPNII;SWP1" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000118596" "ENST00000552432;ENST00000547379;ENST00000549465;ENST00000552024;ENST00000548610;ENST00000261187;ENST00000550062;ENST00000549588;ENST00000546459;ENST00000552405;ENST00000549033;ENST00000551877;ENST00000547801;ENST00000549928;ENST00000549305;ENST00000548444" "ENSP00000449547;ENSP00000448071;ENSP00000447555;ENSP00000448742;ENSP00000446722;ENSP00000261187;ENSP00000450133;ENSP00000449229;ENSP00000447459;ENSP00000449972;ENSP00000449167;ENSP00000448870;ENSP00000447814" "O60669" "SLC16A7" "9194" "solute carrier family 16 member 7" "MCT2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000118705" "ENST00000456102;ENST00000373622;ENST00000373632;ENST00000462163;ENST00000237530;ENST00000437329;ENST00000456400;ENST00000470352" "ENSP00000399137;ENSP00000362724;ENSP00000362735;ENSP00000435563;ENSP00000237530;ENSP00000409580;ENSP00000399404" "P04844" "RPN2" "6185" "ribophorin II" "RIBIIR;RPN-II;RPNII;SWP1" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000118777" "ENST00000650821;ENST00000515655;ENST00000237612;ENST00000505480;ENST00000503830" "ENSP00000498246;ENSP00000426917;ENSP00000237612;ENSP00000426916;ENSP00000426934" "Q9UNQ0" "ABCG2" "9429" "ATP binding cassette subfamily G member 2 (Junior blood group)" "ABCP;BCRP;CD338;EST157481;MXR" "Nucleus" "CellAtlas" "ENSG00000119013" "ENST00000450023;ENST00000237889;ENST00000433898;ENST00000684175;ENST00000682325;ENST00000454214;ENST00000684420" "ENSP00000401834;ENSP00000237889;ENSP00000410600;ENSP00000508132;ENSP00000507925;ENSP00000407336;ENSP00000508208" "O43676" "NDUFB3" "4709" "NADH:ubiquinone oxidoreductase subunit B3" "B12" "Inner mitochondria" "SwissProt" -"ENSG00000119048" "ENST00000265339;ENST00000510021;ENST00000511807;ENST00000506787;ENST00000507277;ENST00000504431;ENST00000499038;ENST00000503080" "ENSP00000265339;ENSP00000425237;ENSP00000426364;ENSP00000425137" "P63146" "UBE2B" "7320" "ubiquitin conjugating enzyme E2 B" "HHR6B;RAD6B;UBC2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000119048" "ENST00000265339;ENST00000510021;ENST00000511807;ENST00000506787;ENST00000507277;ENST00000504431;ENST00000499038;ENST00000503080" "ENSP00000265339;ENSP00000425237;ENSP00000426364;ENSP00000425137" "P63146" "UBE2B" "7320" "ubiquitin conjugating enzyme E2 B" "HHR6B;RAD6B;UBC2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000119125" "ENST00000376986;ENST00000358399;ENST00000475764;ENST00000477618;ENST00000414671;ENST00000489618;ENST00000436438;ENST00000238018;ENST00000545168" "ENSP00000366185;ENSP00000351170;ENSP00000436619;ENSP00000403897;ENSP00000434682;ENSP00000400857;ENSP00000238018;ENSP00000437972" "Q9Y2T3" "GDA" "9615" "guanine deaminase" "" "Nucleus" "CellAtlas" "ENSG00000119227" "ENST00000412723;ENST00000413127;ENST00000443835;ENST00000238138" "ENSP00000413405;ENSP00000405341;ENSP00000389327" "Q86VD9" "PIGZ" "80235" "phosphatidylinositol glycan anchor biosynthesis class Z" "FLJ12768;MGC52163;SMP3" "" "" -"ENSG00000119392" "ENST00000683748;ENST00000684314;ENST00000683044;ENST00000494417;ENST00000684331;ENST00000684646;ENST00000683905;ENST00000309971;ENST00000684139;ENST00000372770;ENST00000683288;ENST00000682831;ENST00000684210;ENST00000683331;ENST00000684463" "ENSP00000507377;ENSP00000507700;ENSP00000507095;ENSP00000507431;ENSP00000507723;ENSP00000506960;ENSP00000308622;ENSP00000507295;ENSP00000361856;ENSP00000507477;ENSP00000508410" "Q53GS7" "GLE1" "2733" "GLE1 RNA export mediator" "GLE1L;hGLE1;LCCS1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000119392" "ENST00000683748;ENST00000684314;ENST00000683044;ENST00000494417;ENST00000684331;ENST00000684646;ENST00000683905;ENST00000309971;ENST00000684139;ENST00000372770;ENST00000683288;ENST00000682831;ENST00000684210;ENST00000683331;ENST00000684463" "ENSP00000507377;ENSP00000507700;ENSP00000507095;ENSP00000507431;ENSP00000507723;ENSP00000506960;ENSP00000308622;ENSP00000507295;ENSP00000361856;ENSP00000507477;ENSP00000508410" "Q53GS7" "GLE1" "2733" "GLE1 RNA export mediator" "GLE1L;hGLE1;LCCS1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000119401" "ENST00000450136;ENST00000373983;ENST00000411410" "ENSP00000408292;ENSP00000363095;ENSP00000412603" "Q13049" "TRIM32" "22954" "tripartite motif containing 32" "BBS11;HT2A;LGMD2H;TATIP" "Cytosol;Nucleus" "SwissProt" -"ENSG00000119421" "ENST00000373768" "ENSP00000362873" "P51970" "NDUFA8" "4702" "NADH:ubiquinone oxidoreductase subunit A8" "MGC793;PGIV" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000119514" "ENST00000375011;ENST00000610463;ENST00000615204;ENST00000470473" "ENSP00000364150;ENSP00000477657" "Q8IXK2" "GALNT12" "79695" "polypeptide N-acetylgalactosaminyltransferase 12" "GalNAc-T12" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000119421" "ENST00000373768" "ENSP00000362873" "P51970" "NDUFA8" "4702" "NADH:ubiquinone oxidoreductase subunit A8" "MGC793;PGIV" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000119514" "ENST00000375011;ENST00000610463;ENST00000615204;ENST00000470473" "ENSP00000364150;ENSP00000477657" "Q8IXK2" "GALNT12" "79695" "polypeptide N-acetylgalactosaminyltransferase 12" "GalNAc-T12" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000119523" "ENST00000238477;ENST00000476832;ENST00000319033" "ENSP00000432675;ENSP00000417764;ENSP00000326609" "Q9H553" "ALG2" "85365" "ALG2 alpha-1,3/1,6-mannosyltransferase" "CDG1I;CDGIi;FLJ14511;hALPG2;NET38" "Golgi apparatus" "CellAtlas" "ENSG00000119537" "ENST00000645214;ENST00000586791;ENST00000646205;ENST00000644624;ENST00000591902;ENST00000588089;ENST00000589592;ENST00000326575;ENST00000585750;ENST00000592327;ENST00000589530;ENST00000585456;ENST00000587292" "ENSP00000494352;ENSP00000496260;ENSP00000494878;ENSP00000468203;ENSP00000312939;ENSP00000467962" "Q06136" "KDSR" "2531" "3-ketodihydrosphingosine reductase" "DHSR;FVT1;SDR35C1" "Endoplasmic reticulum" "SwissProt" "ENSG00000119640" "ENST00000555463;ENST00000357971;ENST00000238618;ENST00000555694;ENST00000555135;ENST00000553302" "ENSP00000450873;ENSP00000350655;ENSP00000238618;ENSP00000451581;ENSP00000452249;ENSP00000451220" "P07311" "ACYP1" "97" "acylphosphatase 1" "" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000119673" "ENST00000538782;ENST00000238651;ENST00000613168;ENST00000557857;ENST00000622407" "ENSP00000440961;ENSP00000238651;ENSP00000477685;ENSP00000483704" "P49753" "ACOT2" "10965" "acyl-CoA thioesterase 2" "Mte1;ZAP128" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000119689" "ENST00000556460;ENST00000555492;ENST00000557012;ENST00000554612;ENST00000556582;ENST00000238671;ENST00000334220;ENST00000555071;ENST00000556190;ENST00000555459;ENST00000555190;ENST00000555089;ENST00000626051;ENST00000554806;ENST00000555988;ENST00000550473" "ENSP00000451210;ENSP00000452417;ENSP00000451670;ENSP00000238671;ENSP00000335304;ENSP00000452422;ENSP00000487251;ENSP00000451957;ENSP00000451425" "P36957" "DLST" "1743" "dihydrolipoamide S-succinyltransferase" "DLTS;KGD2;OGDC-E2" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000119673" "ENST00000538782;ENST00000238651;ENST00000613168;ENST00000557857;ENST00000622407" "ENSP00000440961;ENSP00000238651;ENSP00000477685;ENSP00000483704" "P49753" "ACOT2" "10965" "acyl-CoA thioesterase 2" "Mte1;ZAP128" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000119689" "ENST00000556460;ENST00000555492;ENST00000557012;ENST00000554612;ENST00000556582;ENST00000238671;ENST00000334220;ENST00000555071;ENST00000556190;ENST00000555459;ENST00000555190;ENST00000555089;ENST00000626051;ENST00000554806;ENST00000555988;ENST00000550473" "ENSP00000451210;ENSP00000452417;ENSP00000451670;ENSP00000238671;ENSP00000335304;ENSP00000452422;ENSP00000487251;ENSP00000451957;ENSP00000451425" "P36957" "DLST" "1743" "dihydrolipoamide S-succinyltransferase" "DLTS;KGD2;OGDC-E2" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000119711" "ENST00000553458;ENST00000554501;ENST00000350259;ENST00000555126;ENST00000554231;ENST00000553814;ENST00000556852" "ENSP00000450436;ENSP00000342564;ENSP00000452081" "Q02252" "ALDH6A1" "4329" "aldehyde dehydrogenase 6 family member A1" "MMSDH" "Mitochondria" "CellAtlas" "ENSG00000119723" "ENST00000394026;ENST00000554341;ENST00000553462;ENST00000334571;ENST00000556300;ENST00000557584;ENST00000554920;ENST00000554217;ENST00000553922;ENST00000554193;ENST00000555552;ENST00000557205;ENST00000555196;ENST00000554320;ENST00000555392;ENST00000555511;ENST00000556588;ENST00000553448;ENST00000557780;ENST00000629426" "ENSP00000377594;ENSP00000450736;ENSP00000333946;ENSP00000450511;ENSP00000451562;ENSP00000451301;ENSP00000451123;ENSP00000486650" "Q9Y2Z9" "COQ6" "51004" "coenzyme Q6, monooxygenase" "CGI-10" "Golgi apparatus;Inner mitochondria" "SwissProt" -"ENSG00000119772" "ENST00000264709;ENST00000321117;ENST00000380746;ENST00000380756;ENST00000683393;ENST00000683760;ENST00000402667;ENST00000474887;ENST00000482935;ENST00000491288;ENST00000466601;ENST00000461228;ENST00000474807;ENST00000484184;ENST00000470983;ENST00000682842;ENST00000406659" "ENSP00000264709;ENSP00000324375;ENSP00000370122;ENSP00000370132;ENSP00000507765;ENSP00000384237;ENSP00000384852" "Q9Y6K1" "DNMT3A" "1788" "DNA methyltransferase 3 alpha" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000119772" "ENST00000264709;ENST00000321117;ENST00000380746;ENST00000380756;ENST00000683393;ENST00000683760;ENST00000402667;ENST00000474887;ENST00000482935;ENST00000491288;ENST00000466601;ENST00000461228;ENST00000474807;ENST00000484184;ENST00000470983;ENST00000682842;ENST00000406659" "ENSP00000264709;ENSP00000324375;ENSP00000370122;ENSP00000370132;ENSP00000507765;ENSP00000384237;ENSP00000384852" "Q9Y6K1" "DNMT3A" "1788" "DNA methyltransferase 3 alpha" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000119782" "ENST00000380991;ENST00000380986;ENST00000438630;ENST00000496149;ENST00000452109;ENST00000421839" "ENSP00000370379;ENSP00000370373;ENSP00000416349;ENSP00000406593;ENSP00000397444" "P68106" "FKBP1B" "2281" "FKBP prolyl isomerase 1B" "FKBP12.6;FKBP1L;FKBP9;OTK4;PPIase" "Cytosol" "SwissProt" -"ENSG00000119899" "ENST00000355773;ENST00000481996" "ENSP00000348019" "Q9NRA2" "SLC17A5" "26503" "solute carrier family 17 member 5" "AST;ISSD;NSD;SD;SIALIN;SIASD;SLD" "Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000119915" "ENST00000370005" "ENSP00000359022" "Q9HB03" "ELOVL3" "83401" "ELOVL fatty acid elongase 3" "CIG-30" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000119899" "ENST00000355773;ENST00000481996" "ENSP00000348019" "Q9NRA2" "SLC17A5" "26503" "solute carrier family 17 member 5" "AST;ISSD;NSD;SD;SIALIN;SIASD;SLD" "Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000119915" "ENST00000370005" "ENSP00000359022" "Q9HB03" "ELOVL3" "83401" "ELOVL fatty acid elongase 3" "CIG-30" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000119927" "ENST00000348367;ENST00000369425;ENST00000480130;ENST00000498541" "ENSP00000265276;ENSP00000358433" "Q9HCL2" "GPAM" "57678" "glycerol-3-phosphate acyltransferase, mitochondrial" "GPAT1;KIAA1560;MGC26846" "Mitochondria" "CellAtlas" "ENSG00000119938" "ENST00000238994" "ENSP00000238994" "Q9UQK1" "PPP1R3C" "5507" "protein phosphatase 1 regulatory subunit 3C" "PPP1R5;PTG" "" "" -"ENSG00000120053" "ENST00000370508;ENST00000489349;ENST00000471741" "ENSP00000359539" "P17174" "GOT1" "2805" "glutamic-oxaloacetic transaminase 1" "AST1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000120137" "ENST00000239231;ENST00000520504;ENST00000522176" "ENSP00000239231;ENSP00000428631" "Q9H999" "PANK3" "79646" "pantothenate kinase 3" "FLJ12899" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000120053" "ENST00000370508;ENST00000489349;ENST00000471741" "ENSP00000359539" "P17174" "GOT1" "2805" "glutamic-oxaloacetic transaminase 1" "AST1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000120137" "ENST00000239231;ENST00000520504;ENST00000522176" "ENSP00000239231;ENSP00000428631" "Q9H999" "PANK3" "79646" "pantothenate kinase 3" "FLJ12899" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000120158" "ENST00000381750;ENST00000381732;ENST00000442869;ENST00000473230;ENST00000381730;ENST00000381728;ENST00000441844;ENST00000445485;ENST00000448872" "ENSP00000371169;ENSP00000371151;ENSP00000412000;ENSP00000371149;ENSP00000371147;ENSP00000413381;ENSP00000388096" "Q9Y2P8" "RCL1" "10171" "RNA terminal phosphate cyclase like 1" "RNAC;RPCL1" "Nucleus" "CellAtlas" -"ENSG00000120253" "ENST00000340413;ENST00000367404;ENST00000403890;ENST00000367402;ENST00000543637;ENST00000463048" "ENSP00000342262;ENSP00000356374;ENSP00000385078;ENSP00000356372;ENSP00000438031" "Q8NFH3" "NUP43" "348995" "nucleoporin 43" "bA350J20.1;FLJ13287" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000120254" "ENST00000367321;ENST00000367307;ENST00000367308;ENST00000441122;ENST00000423867;ENST00000421497;ENST00000478643;ENST00000420192;ENST00000453602;ENST00000450635;ENST00000618312;ENST00000611279" "ENSP00000356290;ENSP00000356276;ENSP00000356277;ENSP00000407070;ENSP00000400776;ENSP00000395158;ENSP00000391022;ENSP00000399804;ENSP00000479539;ENSP00000478253" "Q6UB35" "MTHFD1L" "25902" "methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 1 like" "DKFZP586G1517;FLJ21145;FTHFSDC1" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000120265" "ENST00000367384;ENST00000484601;ENST00000367378;ENST00000367380;ENST00000544496;ENST00000649295;ENST00000460828;ENST00000494411;ENST00000464889;ENST00000486585;ENST00000495487;ENST00000480010" "ENSP00000356354;ENSP00000417448;ENSP00000356348;ENSP00000356350;ENSP00000438247;ENSP00000497235;ENSP00000420804;ENSP00000417112;ENSP00000420813;ENSP00000418461;ENSP00000418881" "P22061" "PCMT1" "5110" "protein-L-isoaspartate (D-aspartate) O-methyltransferase" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000120253" "ENST00000340413;ENST00000367404;ENST00000403890;ENST00000367402;ENST00000543637;ENST00000463048" "ENSP00000342262;ENSP00000356374;ENSP00000385078;ENSP00000356372;ENSP00000438031" "Q8NFH3" "NUP43" "348995" "nucleoporin 43" "bA350J20.1;FLJ13287" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000120254" "ENST00000367321;ENST00000367307;ENST00000367308;ENST00000441122;ENST00000423867;ENST00000421497;ENST00000478643;ENST00000420192;ENST00000453602;ENST00000450635;ENST00000618312;ENST00000611279" "ENSP00000356290;ENSP00000356276;ENSP00000356277;ENSP00000407070;ENSP00000400776;ENSP00000395158;ENSP00000391022;ENSP00000399804;ENSP00000479539;ENSP00000478253" "Q6UB35" "MTHFD1L" "25902" "methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 1 like" "DKFZP586G1517;FLJ21145;FTHFSDC1" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000120265" "ENST00000367384;ENST00000484601;ENST00000367378;ENST00000367380;ENST00000544496;ENST00000649295;ENST00000460828;ENST00000494411;ENST00000464889;ENST00000486585;ENST00000495487;ENST00000480010" "ENSP00000356354;ENSP00000417448;ENSP00000356348;ENSP00000356350;ENSP00000438247;ENSP00000497235;ENSP00000420804;ENSP00000417112;ENSP00000420813;ENSP00000418461;ENSP00000418881" "P22061" "PCMT1" "5110" "protein-L-isoaspartate (D-aspartate) O-methyltransferase" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000120329" "ENST00000239451" "ENSP00000239451" "Q9BXI2" "SLC25A2" "83884" "solute carrier family 25 member 2" "ORNT2" "Inner mitochondria" "SwissProt" -"ENSG00000120437" "ENST00000367048;ENST00000467951;ENST00000472052" "ENSP00000356015" "Q9BWD1" "ACAT2" "39" "acetyl-CoA acetyltransferase 2" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000120437" "ENST00000367048;ENST00000467951;ENST00000472052" "ENSP00000356015" "Q9BWD1" "ACAT2" "39" "acetyl-CoA acetyltransferase 2" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000120563" "ENST00000649382;ENST00000494304;ENST00000375500" "ENSP00000498092;ENSP00000434629;ENSP00000364650" "Q6UWQ5" "LYZL1" "84569" "lysozyme like 1" "LYC2;MGC33408" "" "" "ENSG00000120697" "ENST00000679673;ENST00000239891;ENST00000496689;ENST00000681893;ENST00000681016;ENST00000680488;ENST00000681208;ENST00000681763;ENST00000443765;ENST00000681043;ENST00000680949;ENST00000486410;ENST00000680795;ENST00000680671;ENST00000681151;ENST00000680012;ENST00000681553;ENST00000679760;ENST00000681214;ENST00000679572;ENST00000679837;ENST00000460230;ENST00000681581;ENST00000680127;ENST00000681110;ENST00000681892;ENST00000681727;ENST00000679397" "ENSP00000505408;ENSP00000239891;ENSP00000506235;ENSP00000505412;ENSP00000505795;ENSP00000504947;ENSP00000506186;ENSP00000390533;ENSP00000504940;ENSP00000506156;ENSP00000506082;ENSP00000506352;ENSP00000504993;ENSP00000506093;ENSP00000505481;ENSP00000505491;ENSP00000506204;ENSP00000506077" "Q9Y673" "ALG5" "29880" "ALG5 dolichyl-phosphate beta-glucosyltransferase" "bA421P11.2" "Cytosol" "CellAtlas" "ENSG00000120820" "ENST00000360814;ENST00000546436;ENST00000548660;ENST00000552572;ENST00000550816;ENST00000546851;ENST00000547583" "ENSP00000354053;ENSP00000449750;ENSP00000447450;ENSP00000446810;ENSP00000448065" "Q9H1C3" "GLT8D2" "83468" "glycosyltransferase 8 domain containing 2" "FLJ31494" "Golgi apparatus" "CellAtlas" -"ENSG00000120915" "ENST00000521400;ENST00000518328;ENST00000520623;ENST00000517536;ENST00000521780;ENST00000380476;ENST00000518379;ENST00000520666;ENST00000521684;ENST00000523827;ENST00000521924;ENST00000523326" "ENSP00000430269;ENSP00000430779;ENSP00000428875;ENSP00000430302;ENSP00000369843;ENSP00000427956;ENSP00000428191" "P34913" "EPHX2" "2053" "epoxide hydrolase 2" "ABHD20" "Peroxisome;Cytosol" "SwissProt&CellAtlas" +"ENSG00000120915" "ENST00000521400;ENST00000518328;ENST00000520623;ENST00000517536;ENST00000521780;ENST00000380476;ENST00000518379;ENST00000520666;ENST00000521684;ENST00000523827;ENST00000521924;ENST00000523326" "ENSP00000430269;ENSP00000430779;ENSP00000428875;ENSP00000430302;ENSP00000369843;ENSP00000427956;ENSP00000428191" "P34913" "EPHX2" "2053" "epoxide hydrolase 2" "ABHD20" "Peroxisome;Cytosol" "SwissProt;CellAtlas" "ENSG00000120942" "ENST00000376810;ENST00000376804;ENST00000486588;ENST00000483738" "ENSP00000366006;ENSP00000366000;ENSP00000473612;ENSP00000473453" "Q9Y5Z9" "UBIAD1" "29914" "UbiA prenyltransferase domain containing 1" "SCCD;TERE1" "Cytosol;Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt" -"ENSG00000120992" "ENST00000316963;ENST00000343231;ENST00000519272;ENST00000520718;ENST00000518546;ENST00000522007;ENST00000519891;ENST00000521352;ENST00000521898;ENST00000519926;ENST00000517297;ENST00000520896;ENST00000521856;ENST00000618914;ENST00000618741" "ENSP00000320043;ENSP00000344477;ENSP00000428729;ENSP00000427967;ENSP00000428306;ENSP00000430791;ENSP00000482430;ENSP00000484280" "O75608" "LYPLA1" "10434" "lysophospholipase 1" "APT-1;LPL1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000120992" "ENST00000316963;ENST00000343231;ENST00000519272;ENST00000520718;ENST00000518546;ENST00000522007;ENST00000519891;ENST00000521352;ENST00000521898;ENST00000519926;ENST00000517297;ENST00000520896;ENST00000521856;ENST00000618914;ENST00000618741" "ENSP00000320043;ENSP00000344477;ENSP00000428729;ENSP00000427967;ENSP00000428306;ENSP00000430791;ENSP00000482430;ENSP00000484280" "O75608" "LYPLA1" "10434" "lysophospholipase 1" "APT-1;LPL1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000121039" "ENST00000240285;ENST00000518870;ENST00000521928;ENST00000519380;ENST00000521013" "ENSP00000240285;ENSP00000429727;ENSP00000428132" "Q8IZV5" "RDH10" "157506" "retinol dehydrogenase 10" "SDR16C4" "Endoplasmic reticulum" "SwissProt" "ENSG00000121053" "ENST00000225371" "ENSP00000225371" "P11678" "EPX" "8288" "eosinophil peroxidase" "EPO;EPP;EPX-PEN" "Cytosol" "SwissProt" -"ENSG00000121207" "ENST00000500890;ENST00000502525;ENST00000499392;ENST00000507827;ENST00000336356;ENST00000510733;ENST00000502474;ENST00000510919" "ENSP00000422324;ENSP00000426761;ENSP00000337224" "O95237" "LRAT" "9227" "lecithin retinol acyltransferase" "LCA14" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000121207" "ENST00000500890;ENST00000502525;ENST00000499392;ENST00000507827;ENST00000336356;ENST00000510733;ENST00000502474;ENST00000510919" "ENSP00000422324;ENSP00000426761;ENSP00000337224" "O95237" "LRAT" "9227" "lecithin retinol acyltransferase" "LCA14" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000121270" "ENST00000565329;ENST00000353782;ENST00000356608;ENST00000394747;ENST00000569172;ENST00000567385;ENST00000565487;ENST00000569991;ENST00000394748" "ENSP00000311326;ENSP00000349017;ENSP00000378230;ENSP00000456268;ENSP00000378231" "Q96J66" "ABCC11" "85320" "ATP binding cassette subfamily C member 11" "MRP8" "Cytosol" "SwissProt" "ENSG00000121281" "ENST00000564965;ENST00000564044;ENST00000566433;ENST00000394697;ENST00000673801;ENST00000568933;ENST00000563677;ENST00000566761;ENST00000673973;ENST00000569265;ENST00000537579;ENST00000254235;ENST00000567277;ENST00000568731;ENST00000570187;ENST00000568930" "ENSP00000460636;ENSP00000501222;ENSP00000457409;ENSP00000378187;ENSP00000501053;ENSP00000454301;ENSP00000501223;ENSP00000460018;ENSP00000437788;ENSP00000254235;ENSP00000455670" "P51828" "ADCY7" "113" "adenylate cyclase 7" "AC7;KIAA0037" "Cytosol" "CellAtlas" "ENSG00000121310" "ENST00000371522;ENST00000460612;ENST00000539680;ENST00000479183;ENST00000543419;ENST00000463923;ENST00000371520;ENST00000358358;ENST00000498544;ENST00000476477;ENST00000479593;ENST00000467988;ENST00000487866;ENST00000486170;ENST00000487851;ENST00000488268;ENST00000544365;ENST00000495920;ENST00000492992;ENST00000480312;ENST00000544531;ENST00000493896;ENST00000487040;ENST00000542552;ENST00000474789;ENST00000536120" "ENSP00000360577;ENSP00000360575;ENSP00000351125;ENSP00000446190;ENSP00000441962;ENSP00000439906;ENSP00000438535;ENSP00000439264" "Q86YB7" "ECHDC2" "55268" "enoyl-CoA hydratase domain containing 2" "FLJ10948" "Mitochondria" "CellAtlas" "ENSG00000121361" "ENST00000240662;ENST00000665145;ENST00000667884;ENST00000657855;ENST00000537950" "ENSP00000240662;ENSP00000499300;ENSP00000499462;ENSP00000440012" "Q15842" "KCNJ8" "3764" "potassium inwardly rectifying channel subfamily J member 8" "Kir6.1" "" "" -"ENSG00000121481" "ENST00000367510;ENST00000367509;ENST00000498201;ENST00000453650" "ENSP00000356480;ENSP00000356479;ENSP00000400722" "Q99496" "RNF2" "6045" "ring finger protein 2" "BAP-1;BAP1;DING;HIPI3;RING1B;RING2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000121481" "ENST00000367510;ENST00000367509;ENST00000498201;ENST00000453650" "ENSP00000356480;ENSP00000356479;ENSP00000400722" "Q99496" "RNF2" "6045" "ring finger protein 2" "BAP-1;BAP1;DING;HIPI3;RING1B;RING2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000121486" "ENST00000367506;ENST00000465827;ENST00000458395;ENST00000487028" "ENSP00000356476;ENSP00000414339" "Q7Z2T5" "TRMT1L" "81627" "tRNA methyltransferase 1 like" "C1orf25" "Nucleus" "CellAtlas" -"ENSG00000121578" "ENST00000483209;ENST00000467604;ENST00000471675;ENST00000359213;ENST00000393765;ENST00000480814;ENST00000460321;ENST00000491906;ENST00000475803;ENST00000479150;ENST00000470111;ENST00000493932;ENST00000473887;ENST00000459778;ENST00000459820;ENST00000460395;ENST00000472471;ENST00000484595;ENST00000487579;ENST00000479308" "ENSP00000420161;ENSP00000417226;ENSP00000417527;ENSP00000352144;ENSP00000377360;ENSP00000420665;ENSP00000419919;ENSP00000417188;ENSP00000417958;ENSP00000420535;ENSP00000418436;ENSP00000419916;ENSP00000419275;ENSP00000418278" "O60513" "B4GALT4" "8702" "beta-1,4-galactosyltransferase 4" "beta4Gal-T4" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000121579" "ENST00000240922;ENST00000477813;ENST00000497525;ENST00000497255;ENST00000493454;ENST00000481432;ENST00000493900;ENST00000478020;ENST00000467022;ENST00000616174;ENST00000630058" "ENSP00000240922;ENSP00000417110;ENSP00000417488;ENSP00000418490;ENSP00000418473;ENSP00000418323;ENSP00000417837;ENSP00000419729;ENSP00000480264;ENSP00000486244" "Q9GZZ1" "NAA50" "80218" "N-alpha-acetyltransferase 50, NatE catalytic subunit" "FLJ13194;MAK3;NAT13;NAT5;San" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000121578" "ENST00000483209;ENST00000467604;ENST00000471675;ENST00000359213;ENST00000393765;ENST00000480814;ENST00000460321;ENST00000491906;ENST00000475803;ENST00000479150;ENST00000470111;ENST00000493932;ENST00000473887;ENST00000459778;ENST00000459820;ENST00000460395;ENST00000472471;ENST00000484595;ENST00000487579;ENST00000479308" "ENSP00000420161;ENSP00000417226;ENSP00000417527;ENSP00000352144;ENSP00000377360;ENSP00000420665;ENSP00000419919;ENSP00000417188;ENSP00000417958;ENSP00000420535;ENSP00000418436;ENSP00000419916;ENSP00000419275;ENSP00000418278" "O60513" "B4GALT4" "8702" "beta-1,4-galactosyltransferase 4" "beta4Gal-T4" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000121579" "ENST00000240922;ENST00000477813;ENST00000497525;ENST00000497255;ENST00000493454;ENST00000481432;ENST00000493900;ENST00000478020;ENST00000467022;ENST00000616174;ENST00000630058" "ENSP00000240922;ENSP00000417110;ENSP00000417488;ENSP00000418490;ENSP00000418473;ENSP00000418323;ENSP00000417837;ENSP00000419729;ENSP00000480264;ENSP00000486244" "Q9GZZ1" "NAA50" "80218" "N-alpha-acetyltransferase 50, NatE catalytic subunit" "FLJ13194;MAK3;NAT13;NAT5;San" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000121691" "ENST00000241052;ENST00000650153;ENST00000528104;ENST00000530343;ENST00000525707;ENST00000534710" "ENSP00000241052;ENSP00000497751" "P04040" "CAT" "847" "catalase" "" "Peroxisome" "SwissProt" -"ENSG00000121769" "ENST00000373713;ENST00000497275;ENST00000498148;ENST00000482018" "ENSP00000362817;ENSP00000474078;ENSP00000473982" "P05413" "FABP3" "2170" "fatty acid binding protein 3" "FABP11;H-FABP;MDGI;O-FABP" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000121769" "ENST00000373713;ENST00000497275;ENST00000498148;ENST00000482018" "ENSP00000362817;ENSP00000474078;ENSP00000473982" "P05413" "FABP3" "2170" "fatty acid binding protein 3" "FABP11;H-FABP;MDGI;O-FABP" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000121851" "ENST00000622508;ENST00000369313;ENST00000369314;ENST00000471706" "ENSP00000358319;ENSP00000358320" "Q9BT43" "POLR3GL" "84265" "RNA polymerase III subunit GL" "flj32422;MGC3200" "Nucleus" "SwissProt" "ENSG00000121879" "ENST00000477735;ENST00000263967;ENST00000643187;ENST00000675786;ENST00000468036;ENST00000675467;ENST00000674534;ENST00000674622;ENST00000462255;ENST00000675796" "ENSP00000418145;ENSP00000263967;ENSP00000493507;ENSP00000502323;ENSP00000417479;ENSP00000502417" "P42336" "PIK3CA" "5290" "phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit alpha" "PI3K" "Mitochondria;Cytosol" "CellAtlas" -"ENSG00000121897" "ENST00000640489;ENST00000640689;ENST00000509519;ENST00000638422;ENST00000640888;ENST00000424936;ENST00000640381;ENST00000381846;ENST00000513731;ENST00000261434;ENST00000639422;ENST00000638837;ENST00000340169;ENST00000638451;ENST00000640349;ENST00000515061;ENST00000638430;ENST00000638816;ENST00000640672;ENST00000640816;ENST00000639475;ENST00000639614" "ENSP00000492540;ENSP00000491591;ENSP00000492833;ENSP00000491001;ENSP00000492260;ENSP00000491086;ENSP00000371270;ENSP00000425580;ENSP00000261434;ENSP00000491899;ENSP00000492038;ENSP00000340676;ENSP00000491681;ENSP00000491477;ENSP00000491831;ENSP00000492482;ENSP00000492203" "O43766" "LIAS" "11019" "lipoic acid synthetase" "LAS" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000121897" "ENST00000640489;ENST00000640689;ENST00000509519;ENST00000638422;ENST00000640888;ENST00000424936;ENST00000640381;ENST00000381846;ENST00000513731;ENST00000261434;ENST00000639422;ENST00000638837;ENST00000340169;ENST00000638451;ENST00000640349;ENST00000515061;ENST00000638430;ENST00000638816;ENST00000640672;ENST00000640816;ENST00000639475;ENST00000639614" "ENSP00000492540;ENSP00000491591;ENSP00000492833;ENSP00000491001;ENSP00000492260;ENSP00000491086;ENSP00000371270;ENSP00000425580;ENSP00000261434;ENSP00000491899;ENSP00000492038;ENSP00000340676;ENSP00000491681;ENSP00000491477;ENSP00000491831;ENSP00000492482;ENSP00000492203" "O43766" "LIAS" "11019" "lipoic acid synthetase" "LAS" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000121900" "ENST00000482771;ENST00000329151;ENST00000373463;ENST00000474144;ENST00000475208;ENST00000463914" "ENSP00000328630;ENSP00000362562" "Q969K7" "TMEM54" "113452" "transmembrane protein 54" "CAC-1" "" "" -"ENSG00000122008" "ENST00000241436;ENST00000503479;ENST00000510815;ENST00000506928;ENST00000505774;ENST00000514296;ENST00000508867;ENST00000515295;ENST00000514141;ENST00000511527;ENST00000504026;ENST00000505975;ENST00000508526;ENST00000509126;ENST00000507073;ENST00000505069;ENST00000502567" "ENSP00000241436;ENSP00000421997;ENSP00000422094;ENSP00000421879;ENSP00000425208;ENSP00000424174;ENSP00000423526;ENSP00000420997;ENSP00000425075;ENSP00000424859;ENSP00000426853;ENSP00000423532" "Q9UBT6" "POLK" "51426" "DNA polymerase kappa" "DINB1;DINP;POLQ" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000122126" "ENST00000486673;ENST00000371113;ENST00000357121;ENST00000646010;ENST00000647245;ENST00000646914;ENST00000463271" "ENSP00000360154;ENSP00000349635;ENSP00000494940;ENSP00000495615;ENSP00000493809" "Q01968" "OCRL" "4952" "OCRL inositol polyphosphate-5-phosphatase" "Dent-2;OCRL1" "Golgi apparatus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000122008" "ENST00000241436;ENST00000503479;ENST00000510815;ENST00000506928;ENST00000505774;ENST00000514296;ENST00000508867;ENST00000515295;ENST00000514141;ENST00000511527;ENST00000504026;ENST00000505975;ENST00000508526;ENST00000509126;ENST00000507073;ENST00000505069;ENST00000502567" "ENSP00000241436;ENSP00000421997;ENSP00000422094;ENSP00000421879;ENSP00000425208;ENSP00000424174;ENSP00000423526;ENSP00000420997;ENSP00000425075;ENSP00000424859;ENSP00000426853;ENSP00000423532" "Q9UBT6" "POLK" "51426" "DNA polymerase kappa" "DINB1;DINP;POLQ" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000122126" "ENST00000486673;ENST00000371113;ENST00000357121;ENST00000646010;ENST00000647245;ENST00000646914;ENST00000463271" "ENSP00000360154;ENSP00000349635;ENSP00000494940;ENSP00000495615;ENSP00000493809" "Q01968" "OCRL" "4952" "OCRL inositol polyphosphate-5-phosphatase" "Dent-2;OCRL1" "Golgi apparatus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000122194" "ENST00000366924;ENST00000308192;ENST00000418964;ENST00000297289;ENST00000462918;ENST00000483038;ENST00000484367;ENST00000494325;ENST00000471691;ENST00000493435;ENST00000467466;ENST00000461414" "ENSP00000355891;ENSP00000308938;ENSP00000389424" "P00747" "PLG" "5340" "plasminogen" "" "" "" -"ENSG00000122218" "ENST00000241704;ENST00000649963;ENST00000649676;ENST00000368069;ENST00000647693;ENST00000650154;ENST00000649787;ENST00000647799;ENST00000648805;ENST00000648280;ENST00000647683;ENST00000649231;ENST00000648501;ENST00000545284;ENST00000647899;ENST00000648632;ENST00000481522;ENST00000481040;ENST00000541366;ENST00000545266" "ENSP00000241704;ENSP00000498129;ENSP00000497257;ENSP00000357048;ENSP00000497094;ENSP00000497231;ENSP00000497970;ENSP00000497433;ENSP00000497811;ENSP00000497495;ENSP00000498061;ENSP00000498118;ENSP00000498078" "P53621" "COPA" "1314" "COPI coat complex subunit alpha" "HEP-COP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000122218" "ENST00000241704;ENST00000649963;ENST00000649676;ENST00000368069;ENST00000647693;ENST00000650154;ENST00000649787;ENST00000647799;ENST00000648805;ENST00000648280;ENST00000647683;ENST00000649231;ENST00000648501;ENST00000545284;ENST00000647899;ENST00000648632;ENST00000481522;ENST00000481040;ENST00000541366;ENST00000545266" "ENSP00000241704;ENSP00000498129;ENSP00000497257;ENSP00000357048;ENSP00000497094;ENSP00000497231;ENSP00000497970;ENSP00000497433;ENSP00000497811;ENSP00000497495;ENSP00000498061;ENSP00000498118;ENSP00000498078" "P53621" "COPA" "1314" "COPI coat complex subunit alpha" "HEP-COP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000122254" "ENST00000261374;ENST00000473392" "ENSP00000261374;ENSP00000454505" "Q9Y278" "HS3ST2" "9956" "heparan sulfate-glucosamine 3-sulfotransferase 2" "3OST2" "Golgi apparatus" "SwissProt" -"ENSG00000122257" "ENST00000564314;ENST00000567686;ENST00000568015;ENST00000319715;ENST00000568316;ENST00000452655;ENST00000381039;ENST00000646282;ENST00000348022;ENST00000613729;ENST00000564726;ENST00000562430;ENST00000562683;ENST00000570185" "ENSP00000456750;ENSP00000457716;ENSP00000460821;ENSP00000317872;ENSP00000390537;ENSP00000370427;ENSP00000496720;ENSP00000316291;ENSP00000481477" "Q7Z6E9" "RBBP6" "5930" "RB binding protein 6, ubiquitin ligase" "P2P-R;PACT;SNAMA" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000122390" "ENST00000572757;ENST00000573593;ENST00000573617;ENST00000570372;ENST00000575936;ENST00000407558;ENST00000424546;ENST00000575733;ENST00000649205;ENST00000574950;ENST00000573580;ENST00000572169;ENST00000573201;ENST00000649360;ENST00000615865;ENST00000575042;ENST00000574256;ENST00000574762;ENST00000574328;ENST00000421765;ENST00000360862;ENST00000577013;ENST00000414063;ENST00000572584;ENST00000571107;ENST00000572739;ENST00000571696;ENST00000576787;ENST00000573345;ENST00000574380;ENST00000570551;ENST00000572942;ENST00000576916;ENST00000575076;ENST00000572131;ENST00000648681;ENST00000570819;ENST00000571798;ENST00000575754;ENST00000576819" "ENSP00000459750;ENSP00000459084;ENSP00000461507;ENSP00000385903;ENSP00000401237;ENSP00000461443;ENSP00000497988;ENSP00000459275;ENSP00000459055;ENSP00000458928;ENSP00000497411;ENSP00000459544;ENSP00000405873;ENSP00000354108;ENSP00000458575;ENSP00000393224;ENSP00000459057;ENSP00000461438;ENSP00000459188;ENSP00000458717;ENSP00000461730;ENSP00000461703;ENSP00000458667;ENSP00000459790;ENSP00000460763" "Q9H7X0" "NAA60" "79903" "N-alpha-acetyltransferase 60, NatF catalytic subunit" "FLJ14154;NAT15" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000122257" "ENST00000564314;ENST00000567686;ENST00000568015;ENST00000319715;ENST00000568316;ENST00000452655;ENST00000381039;ENST00000646282;ENST00000348022;ENST00000613729;ENST00000564726;ENST00000562430;ENST00000562683;ENST00000570185" "ENSP00000456750;ENSP00000457716;ENSP00000460821;ENSP00000317872;ENSP00000390537;ENSP00000370427;ENSP00000496720;ENSP00000316291;ENSP00000481477" "Q7Z6E9" "RBBP6" "5930" "RB binding protein 6, ubiquitin ligase" "P2P-R;PACT;SNAMA" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000122390" "ENST00000572757;ENST00000573593;ENST00000573617;ENST00000570372;ENST00000575936;ENST00000407558;ENST00000424546;ENST00000575733;ENST00000649205;ENST00000574950;ENST00000573580;ENST00000572169;ENST00000573201;ENST00000649360;ENST00000615865;ENST00000575042;ENST00000574256;ENST00000574762;ENST00000574328;ENST00000421765;ENST00000360862;ENST00000577013;ENST00000414063;ENST00000572584;ENST00000571107;ENST00000572739;ENST00000571696;ENST00000576787;ENST00000573345;ENST00000574380;ENST00000570551;ENST00000572942;ENST00000576916;ENST00000575076;ENST00000572131;ENST00000648681;ENST00000570819;ENST00000571798;ENST00000575754;ENST00000576819" "ENSP00000459750;ENSP00000459084;ENSP00000461507;ENSP00000385903;ENSP00000401237;ENSP00000461443;ENSP00000497988;ENSP00000459275;ENSP00000459055;ENSP00000458928;ENSP00000497411;ENSP00000459544;ENSP00000405873;ENSP00000354108;ENSP00000458575;ENSP00000393224;ENSP00000459057;ENSP00000461438;ENSP00000459188;ENSP00000458717;ENSP00000461730;ENSP00000461703;ENSP00000458667;ENSP00000459790;ENSP00000460763" "Q9H7X0" "NAA60" "79903" "N-alpha-acetyltransferase 60, NatF catalytic subunit" "FLJ14154;NAT15" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000122435" "ENST00000370143;ENST00000370141;ENST00000482437;ENST00000370139;ENST00000493651" "ENSP00000359162;ENSP00000359160;ENSP00000432616;ENSP00000359158" "Q9NUP7" "TRMT13" "54482" "tRNA methyltransferase 13 homolog" "CCDC76;FLJ10287;FLJ11219" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000122642" "ENST00000538336;ENST00000469202;ENST00000494374;ENST00000242209;ENST00000464334;ENST00000485309;ENST00000472007;ENST00000489038;ENST00000418354;ENST00000490776;ENST00000463443;ENST00000468510;ENST00000475220;ENST00000471066" "ENSP00000439250;ENSP00000242209;ENSP00000391034;ENSP00000441317" "O95302" "FKBP9" "11328" "FKBP prolyl isomerase 9" "FKBP60;FKBP63" "Endoplasmic reticulum;Golgi apparatus;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000122643" "ENST00000643244;ENST00000610140;ENST00000456458;ENST00000409467;ENST00000473083;ENST00000409787;ENST00000461851;ENST00000464840;ENST00000449201;ENST00000497542" "ENSP00000496364;ENSP00000476480;ENSP00000389676;ENSP00000387166;ENSP00000387205;ENSP00000401161" "Q9H0P0" "NT5C3A" "51251" "5'-nucleotidase, cytosolic IIIA" "cN-III;hUMP1;NT5C3;p36;P5'N-1;PN-I;POMP;PSN1;UMPH;UMPH1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000122678" "ENST00000242248;ENST00000335195;ENST00000435068;ENST00000395831;ENST00000458246;ENST00000430942;ENST00000467607;ENST00000434229;ENST00000492971;ENST00000492605;ENST00000418926;ENST00000492312;ENST00000492321;ENST00000497300;ENST00000445616;ENST00000414235;ENST00000452049;ENST00000483644" "ENSP00000242248;ENSP00000335141;ENSP00000388230;ENSP00000379174;ENSP00000414025;ENSP00000396571;ENSP00000395043;ENSP00000406750;ENSP00000397135;ENSP00000390899;ENSP00000399244" "Q9NP87" "POLM" "27434" "DNA polymerase mu" "Tdt-N" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000122642" "ENST00000538336;ENST00000469202;ENST00000494374;ENST00000242209;ENST00000464334;ENST00000485309;ENST00000472007;ENST00000489038;ENST00000418354;ENST00000490776;ENST00000463443;ENST00000468510;ENST00000475220;ENST00000471066" "ENSP00000439250;ENSP00000242209;ENSP00000391034;ENSP00000441317" "O95302" "FKBP9" "11328" "FKBP prolyl isomerase 9" "FKBP60;FKBP63" "Endoplasmic reticulum;Golgi apparatus;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000122643" "ENST00000643244;ENST00000610140;ENST00000456458;ENST00000409467;ENST00000473083;ENST00000409787;ENST00000461851;ENST00000464840;ENST00000449201;ENST00000497542" "ENSP00000496364;ENSP00000476480;ENSP00000389676;ENSP00000387166;ENSP00000387205;ENSP00000401161" "Q9H0P0" "NT5C3A" "51251" "5'-nucleotidase, cytosolic IIIA" "cN-III;hUMP1;NT5C3;p36;P5'N-1;PN-I;POMP;PSN1;UMPH;UMPH1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000122678" "ENST00000242248;ENST00000335195;ENST00000435068;ENST00000395831;ENST00000458246;ENST00000430942;ENST00000467607;ENST00000434229;ENST00000492971;ENST00000492605;ENST00000418926;ENST00000492312;ENST00000492321;ENST00000497300;ENST00000445616;ENST00000414235;ENST00000452049;ENST00000483644" "ENSP00000242248;ENSP00000335141;ENSP00000388230;ENSP00000379174;ENSP00000414025;ENSP00000396571;ENSP00000395043;ENSP00000406750;ENSP00000397135;ENSP00000390899;ENSP00000399244" "Q9NP87" "POLM" "27434" "DNA polymerase mu" "Tdt-N" "Nucleus" "SwissProt;CellAtlas" "ENSG00000122687" "ENST00000242257;ENST00000467199;ENST00000440306;ENST00000486040;ENST00000407040" "ENSP00000242257;ENSP00000392343;ENSP00000498090" "Q9UI43" "MRM2" "29960" "mitochondrial rRNA methyltransferase 2" "FJH1;FTSJ2;RRMJ2" "Mitochondria" "SwissProt" -"ENSG00000122729" "ENST00000541043;ENST00000379923;ENST00000309951" "ENSP00000438733;ENSP00000369255;ENSP00000309477" "P21399" "ACO1" "48" "aconitase 1" "IREB1;IREBP;IRP1" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000122787" "ENST00000468877;ENST00000432161;ENST00000411726;ENST00000242375;ENST00000438242;ENST00000470851" "ENSP00000389197;ENSP00000402374;ENSP00000242375;ENSP00000397042" "P51857" "AKR1D1" "6718" "aldo-keto reductase family 1 member D1" "SRD5B1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000122824" "ENST00000376006;ENST00000356450" "ENSP00000365174;ENSP00000348831" "Q8NFP7" "NUDT10" "170685" "nudix hydrolase 10" "DIPP3a;hDIPP3alpha" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000122863" "ENST00000373115" "ENSP00000362207" "Q7LGC8" "CHST3" "9469" "carbohydrate sulfotransferase 3" "C6ST;C6ST1" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000122884" "ENST00000307116;ENST00000373008;ENST00000464310;ENST00000394890;ENST00000440381;ENST00000263556" "ENSP00000307318;ENSP00000362099;ENSP00000378353;ENSP00000414464;ENSP00000263556" "P13674" "P4HA1" "5033" "prolyl 4-hydroxylase subunit alpha 1" "C-P4Halpha(I);P4HA" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000122729" "ENST00000541043;ENST00000379923;ENST00000309951" "ENSP00000438733;ENSP00000369255;ENSP00000309477" "P21399" "ACO1" "48" "aconitase 1" "IREB1;IREBP;IRP1" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000122787" "ENST00000468877;ENST00000432161;ENST00000411726;ENST00000242375;ENST00000438242;ENST00000470851" "ENSP00000389197;ENSP00000402374;ENSP00000242375;ENSP00000397042" "P51857" "AKR1D1" "6718" "aldo-keto reductase family 1 member D1" "SRD5B1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000122824" "ENST00000376006;ENST00000356450" "ENSP00000365174;ENSP00000348831" "Q8NFP7" "NUDT10" "170685" "nudix hydrolase 10" "DIPP3a;hDIPP3alpha" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000122863" "ENST00000373115" "ENSP00000362207" "Q7LGC8" "CHST3" "9469" "carbohydrate sulfotransferase 3" "C6ST;C6ST1" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000122884" "ENST00000307116;ENST00000373008;ENST00000464310;ENST00000394890;ENST00000440381;ENST00000263556" "ENSP00000307318;ENSP00000362099;ENSP00000378353;ENSP00000414464;ENSP00000263556" "P13674" "P4HA1" "5033" "prolyl 4-hydroxylase subunit alpha 1" "C-P4Halpha(I);P4HA" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" "ENSG00000122912" "ENST00000439904;ENST00000609923;ENST00000265870;ENST00000493963;ENST00000608053;ENST00000474927;ENST00000491102" "ENSP00000476815;ENSP00000476283;ENSP00000477328;ENSP00000476587;ENSP00000476555" "P16260" "SLC25A16" "8034" "solute carrier family 25 member 16" "D10S105E;GDA;HGT.1;ML7" "Mitochondria" "CellAtlas" -"ENSG00000122971" "ENST00000242592;ENST00000539690;ENST00000411593" "ENSP00000242592;ENSP00000401045" "P16219" "ACADS" "35" "acyl-CoA dehydrogenase short chain" "ACAD3;SCAD" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000123124" "ENST00000517970;ENST00000523863;ENST00000518683;ENST00000520374;ENST00000521079;ENST00000520453;ENST00000521997;ENST00000524036;ENST00000520521;ENST00000520798;ENST00000265428" "ENSP00000427793;ENSP00000429076;ENSP00000430228;ENSP00000265428" "Q9H0M0" "WWP1" "11059" "WW domain containing E3 ubiquitin protein ligase 1" "AIP5;DKFZP434D2111" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000122971" "ENST00000242592;ENST00000539690;ENST00000411593" "ENSP00000242592;ENSP00000401045" "P16219" "ACADS" "35" "acyl-CoA dehydrogenase short chain" "ACAD3;SCAD" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000123124" "ENST00000517970;ENST00000523863;ENST00000518683;ENST00000520374;ENST00000521079;ENST00000520453;ENST00000521997;ENST00000524036;ENST00000520521;ENST00000520798;ENST00000265428" "ENSP00000427793;ENSP00000429076;ENSP00000430228;ENSP00000265428" "Q9H0M0" "WWP1" "11059" "WW domain containing E3 ubiquitin protein ligase 1" "AIP5;DKFZP434D2111" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000123130" "ENST00000379303;ENST00000336430;ENST00000379297;ENST00000379295;ENST00000494361;ENST00000473710;ENST00000449612;ENST00000492081" "ENSP00000368605;ENSP00000336580;ENSP00000368597;ENSP00000420238;ENSP00000420490;ENSP00000417778" "Q9Y305" "ACOT9" "23597" "acyl-CoA thioesterase 9" "ACATE2;CGI-16;MT-ACT48" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000123213" "ENST00000380985;ENST00000502464;ENST00000514991;ENST00000506539;ENST00000506799;ENST00000506677;ENST00000511299;ENST00000509935;ENST00000507201;ENST00000515595" "ENSP00000370372;ENSP00000423214;ENSP00000422822;ENSP00000427417;ENSP00000426959" "Q9BYT8" "NLN" "57486" "neurolysin" "AGTBP;KIAA1226" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000123213" "ENST00000380985;ENST00000502464;ENST00000514991;ENST00000506539;ENST00000506799;ENST00000506677;ENST00000511299;ENST00000509935;ENST00000507201;ENST00000515595" "ENSP00000370372;ENSP00000423214;ENSP00000422822;ENSP00000427417;ENSP00000426959" "Q9BYT8" "NLN" "57486" "neurolysin" "AGTBP;KIAA1226" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000123360" "ENST00000243052;ENST00000611899;ENST00000548855;ENST00000550285;ENST00000538346;ENST00000394277;ENST00000550620;ENST00000542335;ENST00000552774" "ENSP00000243052;ENSP00000478185;ENSP00000447354;ENSP00000442559;ENSP00000448519" "Q01064" "PDE1B" "5153" "phosphodiesterase 1B" "PDES1B" "Cytosol" "SwissProt" -"ENSG00000123427" "ENST00000548256;ENST00000551420;ENST00000300209;ENST00000552307;ENST00000333012" "ENSP00000447718;ENSP00000448163;ENSP00000300209;ENSP00000327425" "Q96AZ1" "EEF1AKMT3" "25895" "EEF1A lysine methyltransferase 3" "DKFZP586D0919;FAM119B;METTL21B" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000123453" "ENST00000371872;ENST00000371868;ENST00000469828;ENST00000427237;ENST00000371867;ENST00000439388;ENST00000298628;ENST00000422262" "ENSP00000360938;ENSP00000360934;ENSP00000394210;ENSP00000360933;ENSP00000403084;ENSP00000298628;ENSP00000415537" "Q9UL12" "SARDH" "1757" "sarcosine dehydrogenase" "DMGDHL1;SDH" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000123454" "ENST00000393056;ENST00000263611" "ENSP00000376776;ENSP00000263611" "P09172" "DBH" "1621" "dopamine beta-hydroxylase" "DBM" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000123427" "ENST00000548256;ENST00000551420;ENST00000300209;ENST00000552307;ENST00000333012" "ENSP00000447718;ENSP00000448163;ENSP00000300209;ENSP00000327425" "Q96AZ1" "EEF1AKMT3" "25895" "EEF1A lysine methyltransferase 3" "DKFZP586D0919;FAM119B;METTL21B" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000123453" "ENST00000371872;ENST00000371868;ENST00000469828;ENST00000427237;ENST00000371867;ENST00000439388;ENST00000298628;ENST00000422262" "ENSP00000360938;ENSP00000360934;ENSP00000394210;ENSP00000360933;ENSP00000403084;ENSP00000298628;ENSP00000415537" "Q9UL12" "SARDH" "1757" "sarcosine dehydrogenase" "DMGDHL1;SDH" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000123454" "ENST00000393056;ENST00000263611" "ENSP00000376776;ENSP00000263611" "P09172" "DBH" "1621" "dopamine beta-hydroxylase" "DBM" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000123505" "ENST00000451850;ENST00000675380;ENST00000368882;ENST00000368877;ENST00000368885;ENST00000672937;ENST00000368876;ENST00000612642;ENST00000619590;ENST00000465404" "ENSP00000389988;ENSP00000502112;ENSP00000357877;ENSP00000357871;ENSP00000357880;ENSP00000500249;ENSP00000357870;ENSP00000433396" "P17707" "AMD1" "262" "adenosylmethionine decarboxylase 1" "SAMDC" "Nucleus" "CellAtlas" -"ENSG00000123552" "ENST00000500704;ENST00000496518;ENST00000327681;ENST00000369233;ENST00000513344;ENST00000506871;ENST00000511403;ENST00000496090;ENST00000507717;ENST00000329966;ENST00000472914;ENST00000369232;ENST00000508908" "ENSP00000424372;ENSP00000421248;ENSP00000333376;ENSP00000358236;ENSP00000422460;ENSP00000423374;ENSP00000421706;ENSP00000425876;ENSP00000330540;ENSP00000423993;ENSP00000426861" "Q70EL2" "USP45" "85015" "ubiquitin specific peptidase 45" "MGC14793" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000123600" "ENST00000375258;ENST00000612742;ENST00000447486;ENST00000483284;ENST00000463392;ENST00000438609;ENST00000392604;ENST00000477130;ENST00000464491;ENST00000470773;ENST00000460188;ENST00000392599;ENST00000460539;ENST00000462821;ENST00000442778;ENST00000453846;ENST00000442541" "ENSP00000364407;ENSP00000480056;ENSP00000409025;ENSP00000407180;ENSP00000376382;ENSP00000376377;ENSP00000404646;ENSP00000411589;ENSP00000411942" "Q9H825" "METTL8" "79828" "methyltransferase like 8" "FLJ13984;TIP" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000123552" "ENST00000500704;ENST00000496518;ENST00000327681;ENST00000369233;ENST00000513344;ENST00000506871;ENST00000511403;ENST00000496090;ENST00000507717;ENST00000329966;ENST00000472914;ENST00000369232;ENST00000508908" "ENSP00000424372;ENSP00000421248;ENSP00000333376;ENSP00000358236;ENSP00000422460;ENSP00000423374;ENSP00000421706;ENSP00000425876;ENSP00000330540;ENSP00000423993;ENSP00000426861" "Q70EL2" "USP45" "85015" "ubiquitin specific peptidase 45" "MGC14793" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000123600" "ENST00000375258;ENST00000612742;ENST00000447486;ENST00000483284;ENST00000463392;ENST00000438609;ENST00000392604;ENST00000477130;ENST00000464491;ENST00000470773;ENST00000460188;ENST00000392599;ENST00000460539;ENST00000462821;ENST00000442778;ENST00000453846;ENST00000442541" "ENSP00000364407;ENSP00000480056;ENSP00000409025;ENSP00000407180;ENSP00000376382;ENSP00000376377;ENSP00000404646;ENSP00000411589;ENSP00000411942" "Q9H825" "METTL8" "79828" "methyltransferase like 8" "FLJ13984;TIP" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000123643" "ENST00000520111;ENST00000520701;ENST00000429484;ENST00000243389;ENST00000517945;ENST00000521925;ENST00000521351;ENST00000519829;ENST00000517628;ENST00000522185;ENST00000616007" "ENSP00000429796;ENSP00000428140;ENSP00000395640;ENSP00000243389;ENSP00000427804;ENSP00000430305;ENSP00000428471;ENSP00000428738;ENSP00000430181;ENSP00000480948" "Q7Z2H8" "SLC36A1" "206358" "solute carrier family 36 member 1" "LYAAT-1;PAT1;TRAMD3" "Lysosome" "SwissProt" "ENSG00000123684" "ENST00000366997;ENST00000366996;ENST00000498690;ENST00000488600" "ENSP00000355964;ENSP00000355963" "Q92604" "LPGAT1" "9926" "lysophosphatidylglycerol acyltransferase 1" "FAM34A;FAM34A1;KIAA0205;NET8" "Endoplasmic reticulum" "SwissProt" "ENSG00000123689" "ENST00000367029" "ENSP00000355996" "P27469" "G0S2" "50486" "G0/G1 switch 2" "" "Mitochondria" "SwissProt" "ENSG00000123739" "ENST00000243501;ENST00000502283;ENST00000507961;ENST00000502772" "ENSP00000243501;ENSP00000425274;ENSP00000424021" "Q9BZM1" "PLA2G12A" "81579" "phospholipase A2 group XIIA" "PLA2G12" "Cytosol" "SwissProt" "ENSG00000123836" "ENST00000545806;ENST00000615360;ENST00000618513;ENST00000411990;ENST00000367080;ENST00000464777;ENST00000468857;ENST00000367079;ENST00000473310;ENST00000483688" "ENSP00000439420;ENSP00000484988;ENSP00000408717;ENSP00000356047;ENSP00000484769;ENSP00000356046" "O60825" "PFKFB2" "5208" "6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 2" "" "Nucleus" "CellAtlas" -"ENSG00000123983" "ENST00000392066;ENST00000535678;ENST00000680382;ENST00000681017;ENST00000407441;ENST00000680251;ENST00000679541;ENST00000681906;ENST00000679545;ENST00000679932;ENST00000680100;ENST00000680475;ENST00000680525;ENST00000680420;ENST00000681326;ENST00000681292;ENST00000680395;ENST00000679546;ENST00000680736;ENST00000680147;ENST00000681009;ENST00000679514;ENST00000357430;ENST00000681697;ENST00000680921;ENST00000681383;ENST00000413316;ENST00000679558;ENST00000680684;ENST00000680424;ENST00000542810;ENST00000540115;ENST00000463813;ENST00000421680;ENST00000474422;ENST00000495541" "ENSP00000375918;ENSP00000385157;ENSP00000505400;ENSP00000506590;ENSP00000505334;ENSP00000505933;ENSP00000505878;ENSP00000504977;ENSP00000506382;ENSP00000505336;ENSP00000505793;ENSP00000506668;ENSP00000504861;ENSP00000505150;ENSP00000506361;ENSP00000350012;ENSP00000505856;ENSP00000505940;ENSP00000505654;ENSP00000416913;ENSP00000504907;ENSP00000506468;ENSP00000441643" "O95573" "ACSL3" "2181" "acyl-CoA synthetase long chain family member 3" "ACS3;FACL3;PRO2194" "Endoplasmic reticulum;Peroxisome;Nucleus" "SwissProt&CellAtlas" -"ENSG00000123989" "ENST00000535926;ENST00000243776;ENST00000373891" "ENSP00000445571;ENSP00000243776;ENSP00000362998" "Q8IZ52" "CHPF" "79586" "chondroitin polymerizing factor" "CHSY2;CSS2" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000123983" "ENST00000392066;ENST00000535678;ENST00000680382;ENST00000681017;ENST00000407441;ENST00000680251;ENST00000679541;ENST00000681906;ENST00000679545;ENST00000679932;ENST00000680100;ENST00000680475;ENST00000680525;ENST00000680420;ENST00000681326;ENST00000681292;ENST00000680395;ENST00000679546;ENST00000680736;ENST00000680147;ENST00000681009;ENST00000679514;ENST00000357430;ENST00000681697;ENST00000680921;ENST00000681383;ENST00000413316;ENST00000679558;ENST00000680684;ENST00000680424;ENST00000542810;ENST00000540115;ENST00000463813;ENST00000421680;ENST00000474422;ENST00000495541" "ENSP00000375918;ENSP00000385157;ENSP00000505400;ENSP00000506590;ENSP00000505334;ENSP00000505933;ENSP00000505878;ENSP00000504977;ENSP00000506382;ENSP00000505336;ENSP00000505793;ENSP00000506668;ENSP00000504861;ENSP00000505150;ENSP00000506361;ENSP00000350012;ENSP00000505856;ENSP00000505940;ENSP00000505654;ENSP00000416913;ENSP00000504907;ENSP00000506468;ENSP00000441643" "O95573" "ACSL3" "2181" "acyl-CoA synthetase long chain family member 3" "ACS3;FACL3;PRO2194" "Endoplasmic reticulum;Peroxisome;Nucleus" "SwissProt;CellAtlas" +"ENSG00000123989" "ENST00000535926;ENST00000243776;ENST00000373891" "ENSP00000445571;ENSP00000243776;ENSP00000362998" "Q8IZ52" "CHPF" "79586" "chondroitin polymerizing factor" "CHSY2;CSS2" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000124003" "ENST00000446656" "ENSP00000406674" "Q96PD6" "MOGAT1" "116255" "monoacylglycerol O-acyltransferase 1" "DGAT2L;DGAT2L1;MGAT1" "Cytosol;Endoplasmic reticulum" "CellAtlas" "ENSG00000124006" "ENST00000404537;ENST00000462534;ENST00000489804;ENST00000465149;ENST00000373876;ENST00000596474;ENST00000603926;ENST00000604031;ENST00000456147;ENST00000472388;ENST00000373873;ENST00000289656;ENST00000462385;ENST00000465589;ENST00000491370" "ENSP00000385636;ENSP00000362983;ENSP00000474519;ENSP00000475126;ENSP00000403665;ENSP00000362980;ENSP00000289656" "O75147" "OBSL1" "23363" "obscurin like cytoskeletal adaptor 1" "KIAA0657" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000124067" "ENST00000316341;ENST00000572037;ENST00000541864;ENST00000576616;ENST00000570802;ENST00000537830;ENST00000570616;ENST00000575857;ENST00000573023;ENST00000576513;ENST00000572476;ENST00000574665;ENST00000572766;ENST00000573702;ENST00000576377;ENST00000571299;ENST00000572010;ENST00000576462;ENST00000422611" "ENSP00000318557;ENSP00000461403;ENSP00000438334;ENSP00000458902;ENSP00000445962;ENSP00000463148;ENSP00000464660;ENSP00000458975;ENSP00000464168;ENSP00000395983" "Q9UP95" "SLC12A4" "6560" "solute carrier family 12 member 4" "KCC1" "" "" "ENSG00000124091" "ENST00000617620;ENST00000243913" "ENSP00000482600;ENSP00000243913" "Q6ZNI0" "GCNT7" "140687" "glucosaminyl (N-acetyl) transferase family member 7" "C20orf105;dJ1153D9.2" "Cytosol;Nucleus" "CellAtlas" "ENSG00000124140" "ENST00000454036;ENST00000628272;ENST00000626701;ENST00000428198;ENST00000413737;ENST00000626695;ENST00000608944;ENST00000622711;ENST00000625683;ENST00000629054;ENST00000616201;ENST00000616202;ENST00000616933;ENST00000626937;ENST00000627290;ENST00000372315;ENST00000243964;ENST00000539566;ENST00000636324;ENST00000637831;ENST00000637863;ENST00000608594;ENST00000626144;ENST00000628413;ENST00000637437" "ENSP00000387694;ENSP00000486382;ENSP00000487372;ENSP00000487291;ENSP00000476885;ENSP00000484585;ENSP00000478369;ENSP00000477569;ENSP00000485953;ENSP00000487449;ENSP00000243964;ENSP00000446091;ENSP00000490442" "Q9H2X9" "SLC12A5" "57468" "solute carrier family 12 member 5" "KCC2;KIAA1176" "" "" -"ENSG00000124151" "ENST00000372004;ENST00000371998;ENST00000371997;ENST00000490248;ENST00000497292" "ENSP00000361073;ENSP00000361066;ENSP00000361065" "Q9Y6Q9" "NCOA3" "8202" "nuclear receptor coactivator 3" "ACTR;AIB1;bHLHe42;CAGH16;KAT13B;p/CIP;RAC3;SRC-3;SRC3;TNRC16;TRAM-1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000124151" "ENST00000372004;ENST00000371998;ENST00000371997;ENST00000490248;ENST00000497292" "ENSP00000361073;ENSP00000361066;ENSP00000361065" "Q9Y6Q9" "NCOA3" "8202" "nuclear receptor coactivator 3" "ACTR;AIB1;bHLHe42;CAGH16;KAT13B;p/CIP;RAC3;SRC-3;SRC3;TNRC16;TRAM-1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000124155" "ENST00000279035;ENST00000638246;ENST00000543458;ENST00000638383;ENST00000638978;ENST00000639984;ENST00000640364;ENST00000638612;ENST00000638689;ENST00000640108;ENST00000640996;ENST00000640666;ENST00000372689;ENST00000639499;ENST00000640175;ENST00000455050;ENST00000638938;ENST00000640272;ENST00000638671;ENST00000640107;ENST00000640585;ENST00000639932;ENST00000638445;ENST00000640692;ENST00000638387;ENST00000640986;ENST00000279036;ENST00000638594;ENST00000638745;ENST00000638489;ENST00000638353;ENST00000638714;ENST00000638953;ENST00000639783;ENST00000640542;ENST00000639382;ENST00000640210;ENST00000639235;ENST00000638478;ENST00000639286;ENST00000640194;ENST00000432270;ENST00000639417;ENST00000545755;ENST00000640324;ENST00000639194;ENST00000639664;ENST00000638710;ENST00000639292;ENST00000638415;ENST00000639250;ENST00000638537;ENST00000638962;ENST00000640940;ENST00000640549;ENST00000639872;ENST00000640649;ENST00000638927;ENST00000639239;ENST00000638641;ENST00000638277;ENST00000638241;ENST00000640253;ENST00000640638;ENST00000638691;ENST00000424705;ENST00000640123;ENST00000638967;ENST00000638864;ENST00000640691;ENST00000595203;ENST00000639058" "ENSP00000279035;ENSP00000492883;ENSP00000441577;ENSP00000492295;ENSP00000492743;ENSP00000492727;ENSP00000491458;ENSP00000492007;ENSP00000492464;ENSP00000491072;ENSP00000361774;ENSP00000491170;ENSP00000492418;ENSP00000407574;ENSP00000491171;ENSP00000492270;ENSP00000492875;ENSP00000491118;ENSP00000491308;ENSP00000491600;ENSP00000491297;ENSP00000492370;ENSP00000492873;ENSP00000491886;ENSP00000279036;ENSP00000491697;ENSP00000491744;ENSP00000491566;ENSP00000491538;ENSP00000491194;ENSP00000492848;ENSP00000491772;ENSP00000492174;ENSP00000491534;ENSP00000491164;ENSP00000492498;ENSP00000491233;ENSP00000492507;ENSP00000492279;ENSP00000408354;ENSP00000491058;ENSP00000443963;ENSP00000491074;ENSP00000492210;ENSP00000491406;ENSP00000491678;ENSP00000491913;ENSP00000492043;ENSP00000492335;ENSP00000492843;ENSP00000491588;ENSP00000492094;ENSP00000491856;ENSP00000492417;ENSP00000491553" "Q969N2" "PIGT" "51604" "phosphatidylinositol glycan anchor biosynthesis class T" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000124164" "ENST00000475243;ENST00000395802;ENST00000520497;ENST00000265619;ENST00000463370;ENST00000476395" "ENSP00000417175;ENSP00000379147;ENSP00000430426" "O95292" "VAPB" "9217" "VAMP associated protein B and C" "ALS8;VAP-B;VAP-C" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000124164" "ENST00000475243;ENST00000395802;ENST00000520497;ENST00000265619;ENST00000463370;ENST00000476395" "ENSP00000417175;ENSP00000379147;ENSP00000430426" "O95292" "VAPB" "9217" "VAMP associated protein B and C" "ALS8;VAP-B;VAP-C" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000124172" "ENST00000243997;ENST00000395663;ENST00000395659" "ENSP00000243997;ENSP00000379023;ENSP00000379019" "P56381" "ATP5F1E" "514" "ATP synthase F1 subunit epsilon" "ATP5E" "Inner mitochondria" "SwissProt" "ENSG00000124181" "ENST00000244007;ENST00000373271;ENST00000490253;ENST00000483646;ENST00000492148;ENST00000470528;ENST00000473632;ENST00000465571;ENST00000617873;ENST00000477870;ENST00000483175;ENST00000619272;ENST00000612731;ENST00000599785;ENST00000461641;ENST00000608689;ENST00000608885;ENST00000609821;ENST00000609257;ENST00000607954;ENST00000423733;ENST00000630423" "ENSP00000244007;ENSP00000362368;ENSP00000485760;ENSP00000468958;ENSP00000476432;ENSP00000476757;ENSP00000476454" "P19174" "PLCG1" "5335" "phospholipase C gamma 1" "NCKAP3;PLC-II;PLC1;PLC148;PLCgamma1" "Cytosol" "CellAtlas" -"ENSG00000124212" "ENST00000244043;ENST00000478971" "ENSP00000244043" "Q16647" "PTGIS" "5740" "prostaglandin I2 synthase" "CYP8A1;PGIS" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000124212" "ENST00000244043;ENST00000478971" "ENSP00000244043" "Q16647" "PTGIS" "5740" "prostaglandin I2 synthase" "CYP8A1;PGIS" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000124253" "ENST00000467047;ENST00000319441;ENST00000475833;ENST00000498194;ENST00000470051;ENST00000485958" "ENSP00000319814" "P35558" "PCK1" "5105" "phosphoenolpyruvate carboxykinase 1" "PEPCK-C" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000124275" "ENST00000507837;ENST00000502509;ENST00000511639;ENST00000513439;ENST00000264668;ENST00000508047;ENST00000510279;ENST00000514220;ENST00000511461;ENST00000503550;ENST00000440940;ENST00000514369;ENST00000502550;ENST00000506877;ENST00000512217;ENST00000510525;ENST00000508890;ENST00000508101;ENST00000509961;ENST00000512311;ENST00000507414;ENST00000507202;ENST00000508354;ENST00000506115;ENST00000509379" "ENSP00000426710;ENSP00000264668;ENSP00000423139;ENSP00000427200;ENSP00000423863;ENSP00000424719;ENSP00000424644;ENSP00000402510;ENSP00000426132;ENSP00000424599;ENSP00000427416;ENSP00000421318;ENSP00000421991" "Q9UBK8" "MTRR" "4552" "5-methyltetrahydrofolate-homocysteine methyltransferase reductase" "cblE" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000124275" "ENST00000507837;ENST00000502509;ENST00000511639;ENST00000513439;ENST00000264668;ENST00000508047;ENST00000510279;ENST00000514220;ENST00000511461;ENST00000503550;ENST00000440940;ENST00000514369;ENST00000502550;ENST00000506877;ENST00000512217;ENST00000510525;ENST00000508890;ENST00000508101;ENST00000509961;ENST00000512311;ENST00000507414;ENST00000507202;ENST00000508354;ENST00000506115;ENST00000509379" "ENSP00000426710;ENSP00000264668;ENSP00000423139;ENSP00000427200;ENSP00000423863;ENSP00000424719;ENSP00000424644;ENSP00000402510;ENSP00000426132;ENSP00000424599;ENSP00000427416;ENSP00000421318;ENSP00000421991" "Q9UBK8" "MTRR" "4552" "5-methyltetrahydrofolate-homocysteine methyltransferase reductase" "cblE" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000124299" "ENST00000593085;ENST00000244137;ENST00000588328;ENST00000591968;ENST00000397032;ENST00000436370;ENST00000651901;ENST00000590731;ENST00000609145;ENST00000588719;ENST00000651646;ENST00000590755;ENST00000590408;ENST00000593163" "ENSP00000244137;ENSP00000468516;ENSP00000380226;ENSP00000391890;ENSP00000498922;ENSP00000498950;ENSP00000476667;ENSP00000476869" "P12955" "PEPD" "5184" "peptidase D" "" "Nucleus" "CellAtlas" "ENSG00000124302" "ENST00000591231;ENST00000438847;ENST00000604556;ENST00000262622;ENST00000650847;ENST00000434302" "ENSP00000467012;ENSP00000393879;ENSP00000262622;ENSP00000499084;ENSP00000392604" "Q9H2A9" "CHST8" "64377" "carbohydrate sulfotransferase 8" "GALNAC-4-ST1" "Golgi apparatus" "SwissProt" -"ENSG00000124356" "ENST00000339566;ENST00000683349;ENST00000682157;ENST00000683036;ENST00000683317;ENST00000682847;ENST00000684095;ENST00000684337;ENST00000683247;ENST00000682329;ENST00000682683;ENST00000683149;ENST00000682851;ENST00000683728;ENST00000394070;ENST00000409707;ENST00000684585;ENST00000683434;ENST00000682352;ENST00000684697;ENST00000682592;ENST00000683718;ENST00000683518;ENST00000424659;ENST00000536064;ENST00000684200;ENST00000684355;ENST00000684774;ENST00000478946;ENST00000682423;ENST00000683465;ENST00000682998;ENST00000682799;ENST00000684703;ENST00000683016;ENST00000684174;ENST00000684716;ENST00000394073;ENST00000684671;ENST00000682848;ENST00000683877;ENST00000683530;ENST00000683027;ENST00000683304;ENST00000684321;ENST00000683852;ENST00000684312;ENST00000682379;ENST00000683205;ENST00000682784;ENST00000682351;ENST00000683818;ENST00000684426;ENST00000683582;ENST00000452725;ENST00000682105;ENST00000683594;ENST00000682387;ENST00000682747;ENST00000683417;ENST00000683928;ENST00000683391;ENST00000684758;ENST00000682558;ENST00000432295;ENST00000683902;ENST00000486458;ENST00000683314;ENST00000682271;ENST00000683408;ENST00000487811" "ENSP00000344742;ENSP00000507807;ENSP00000507848;ENSP00000507639;ENSP00000507092;ENSP00000507864;ENSP00000506845;ENSP00000508310;ENSP00000507237;ENSP00000507540;ENSP00000507371;ENSP00000507079;ENSP00000377633;ENSP00000386548;ENSP00000507054;ENSP00000507622;ENSP00000508197;ENSP00000506855;ENSP00000508170;ENSP00000507037;ENSP00000506865;ENSP00000390921;ENSP00000443502;ENSP00000507468;ENSP00000507974;ENSP00000508267;ENSP00000508259;ENSP00000507643;ENSP00000507046;ENSP00000507089;ENSP00000507569;ENSP00000508373;ENSP00000508172;ENSP00000377636;ENSP00000507882;ENSP00000506775;ENSP00000507446;ENSP00000506920;ENSP00000508114;ENSP00000507156;ENSP00000507717;ENSP00000506958;ENSP00000507081;ENSP00000507523;ENSP00000506833;ENSP00000507658;ENSP00000507614;ENSP00000506892;ENSP00000507182;ENSP00000507459;ENSP00000508186;ENSP00000507770;ENSP00000507241;ENSP00000506772;ENSP00000507279;ENSP00000507014;ENSP00000413874;ENSP00000507096" "O95630" "STAMBP" "10617" "STAM binding protein" "AMSH" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000124356" "ENST00000339566;ENST00000683349;ENST00000682157;ENST00000683036;ENST00000683317;ENST00000682847;ENST00000684095;ENST00000684337;ENST00000683247;ENST00000682329;ENST00000682683;ENST00000683149;ENST00000682851;ENST00000683728;ENST00000394070;ENST00000409707;ENST00000684585;ENST00000683434;ENST00000682352;ENST00000684697;ENST00000682592;ENST00000683718;ENST00000683518;ENST00000424659;ENST00000536064;ENST00000684200;ENST00000684355;ENST00000684774;ENST00000478946;ENST00000682423;ENST00000683465;ENST00000682998;ENST00000682799;ENST00000684703;ENST00000683016;ENST00000684174;ENST00000684716;ENST00000394073;ENST00000684671;ENST00000682848;ENST00000683877;ENST00000683530;ENST00000683027;ENST00000683304;ENST00000684321;ENST00000683852;ENST00000684312;ENST00000682379;ENST00000683205;ENST00000682784;ENST00000682351;ENST00000683818;ENST00000684426;ENST00000683582;ENST00000452725;ENST00000682105;ENST00000683594;ENST00000682387;ENST00000682747;ENST00000683417;ENST00000683928;ENST00000683391;ENST00000684758;ENST00000682558;ENST00000432295;ENST00000683902;ENST00000486458;ENST00000683314;ENST00000682271;ENST00000683408;ENST00000487811" "ENSP00000344742;ENSP00000507807;ENSP00000507848;ENSP00000507639;ENSP00000507092;ENSP00000507864;ENSP00000506845;ENSP00000508310;ENSP00000507237;ENSP00000507540;ENSP00000507371;ENSP00000507079;ENSP00000377633;ENSP00000386548;ENSP00000507054;ENSP00000507622;ENSP00000508197;ENSP00000506855;ENSP00000508170;ENSP00000507037;ENSP00000506865;ENSP00000390921;ENSP00000443502;ENSP00000507468;ENSP00000507974;ENSP00000508267;ENSP00000508259;ENSP00000507643;ENSP00000507046;ENSP00000507089;ENSP00000507569;ENSP00000508373;ENSP00000508172;ENSP00000377636;ENSP00000507882;ENSP00000506775;ENSP00000507446;ENSP00000506920;ENSP00000508114;ENSP00000507156;ENSP00000507717;ENSP00000506958;ENSP00000507081;ENSP00000507523;ENSP00000506833;ENSP00000507658;ENSP00000507614;ENSP00000506892;ENSP00000507182;ENSP00000507459;ENSP00000508186;ENSP00000507770;ENSP00000507241;ENSP00000506772;ENSP00000507279;ENSP00000507014;ENSP00000413874;ENSP00000507096" "O95630" "STAMBP" "10617" "STAM binding protein" "AMSH" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000124357" "ENST00000531799;ENST00000497690;ENST00000455662;ENST00000531934;ENST00000455197;ENST00000418807;ENST00000443872;ENST00000443938;ENST00000484984;ENST00000244204;ENST00000493102;ENST00000450272;ENST00000465105;ENST00000480411;ENST00000475709;ENST00000533981;ENST00000472519;ENST00000489309;ENST00000464638;ENST00000428360;ENST00000524736;ENST00000479854;ENST00000529236;ENST00000478659;ENST00000524537;ENST00000490998;ENST00000468601;ENST00000498022;ENST00000613852" "ENSP00000389087;ENSP00000436326;ENSP00000408550;ENSP00000396070;ENSP00000404531;ENSP00000411846;ENSP00000244204;ENSP00000400941;ENSP00000435207;ENSP00000435437;ENSP00000431204;ENSP00000437192;ENSP00000477639" "Q9UJ70" "NAGK" "55577" "N-acetylglucosamine kinase" "GNK" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000124370" "ENST00000413592;ENST00000244217;ENST00000462609;ENST00000494660;ENST00000486135" "ENSP00000391140;ENSP00000244217;ENSP00000437361;ENSP00000441569" "Q96PE7" "MCEE" "84693" "methylmalonyl-CoA epimerase" "GLOD2;MCE" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000124370" "ENST00000413592;ENST00000244217;ENST00000462609;ENST00000494660;ENST00000486135" "ENSP00000391140;ENSP00000244217;ENSP00000437361;ENSP00000441569" "Q96PE7" "MCEE" "84693" "methylmalonyl-CoA epimerase" "GLOD2;MCE" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000124406" "ENST00000514372;ENST00000381668;ENST00000264449;ENST00000511858;ENST00000506602;ENST00000515872;ENST00000506713;ENST00000504510;ENST00000504024;ENST00000510289" "ENSP00000426495;ENSP00000371084;ENSP00000264449;ENSP00000421164;ENSP00000426935;ENSP00000427295;ENSP00000426636" "Q9Y2Q0" "ATP8A1" "10396" "ATPase phospholipid transporting 8A1" "ATPIA" "Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000124422" "ENST00000261497;ENST00000537526;ENST00000455117;ENST00000579645;ENST00000463692;ENST00000478443;ENST00000582335;ENST00000577610;ENST00000578446;ENST00000476111;ENST00000584538" "ENSP00000261497;ENSP00000440950;ENSP00000464398;ENSP00000464499;ENSP00000468457;ENSP00000468748" "Q9UPT9" "USP22" "23326" "ubiquitin specific peptidase 22" "KIAA1063;USP3L" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000124422" "ENST00000261497;ENST00000537526;ENST00000455117;ENST00000579645;ENST00000463692;ENST00000478443;ENST00000582335;ENST00000577610;ENST00000578446;ENST00000476111;ENST00000584538" "ENSP00000261497;ENSP00000440950;ENSP00000464398;ENSP00000464499;ENSP00000468457;ENSP00000468748" "Q9UPT9" "USP22" "23326" "ubiquitin specific peptidase 22" "KIAA1063;USP3L" "Nucleus" "SwissProt;CellAtlas" "ENSG00000124486" "ENST00000324545;ENST00000378308;ENST00000467173;ENST00000465386;ENST00000463829;ENST00000462850;ENST00000487625;ENST00000485180" "ENSP00000316357;ENSP00000367558" "Q93008" "USP9X" "8239" "ubiquitin specific peptidase 9 X-linked" "DFFRX;FAF;MRX99" "Cytosol" "SwissProt" "ENSG00000124491" "ENST00000264870;ENST00000445223;ENST00000479211;ENST00000414279;ENST00000431222;ENST00000451619" "ENSP00000264870;ENSP00000394693;ENSP00000413334;ENSP00000416295;ENSP00000411114" "P00488" "F13A1" "2162" "coagulation factor XIII A chain" "F13A" "Cytosol" "SwissProt" -"ENSG00000124523" "ENST00000680432;ENST00000681012;ENST00000397350;ENST00000680442;ENST00000680754;ENST00000679658;ENST00000681243;ENST00000680747;ENST00000681231;ENST00000679922;ENST00000680852;ENST00000379250;ENST00000681818;ENST00000680402;ENST00000679663;ENST00000359782;ENST00000606427;ENST00000379262;ENST00000606117;ENST00000680937;ENST00000681905;ENST00000680707;ENST00000680151;ENST00000637463" "ENSP00000505496;ENSP00000505415;ENSP00000380509;ENSP00000506004;ENSP00000505888;ENSP00000506060;ENSP00000506431;ENSP00000505369;ENSP00000506642;ENSP00000505346;ENSP00000368552;ENSP00000505855;ENSP00000505733;ENSP00000504961;ENSP00000352830;ENSP00000476211;ENSP00000368564;ENSP00000476228;ENSP00000504997;ENSP00000505852;ENSP00000505469;ENSP00000505086" "Q9NXA8" "SIRT5" "23408" "sirtuin 5" "" "Mitochondria;Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000124523" "ENST00000680432;ENST00000681012;ENST00000397350;ENST00000680442;ENST00000680754;ENST00000679658;ENST00000681243;ENST00000680747;ENST00000681231;ENST00000679922;ENST00000680852;ENST00000379250;ENST00000681818;ENST00000680402;ENST00000679663;ENST00000359782;ENST00000606427;ENST00000379262;ENST00000606117;ENST00000680937;ENST00000681905;ENST00000680707;ENST00000680151;ENST00000637463" "ENSP00000505496;ENSP00000505415;ENSP00000380509;ENSP00000506004;ENSP00000505888;ENSP00000506060;ENSP00000506431;ENSP00000505369;ENSP00000506642;ENSP00000505346;ENSP00000368552;ENSP00000505855;ENSP00000505733;ENSP00000504961;ENSP00000352830;ENSP00000476211;ENSP00000368564;ENSP00000476228;ENSP00000504997;ENSP00000505852;ENSP00000505469;ENSP00000505086" "Q9NXA8" "SIRT5" "23408" "sirtuin 5" "" "Mitochondria;Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000124564" "ENST00000481949;ENST00000505420;ENST00000397060;ENST00000361703;ENST00000360657;ENST00000509714;ENST00000506105;ENST00000503922;ENST00000308453;ENST00000449356" "ENSP00000421855;ENSP00000424027;ENSP00000380250;ENSP00000355307;ENSP00000353873;ENSP00000424729;ENSP00000415622" "O00476" "SLC17A3" "10786" "solute carrier family 17 member 3" "NPT4" "Endoplasmic reticulum" "SwissProt" "ENSG00000124568" "ENST00000244527;ENST00000377886;ENST00000476801;ENST00000468082" "ENSP00000244527;ENSP00000367118;ENSP00000420614;ENSP00000420546" "Q14916" "SLC17A1" "6568" "solute carrier family 17 member 1" "NAPI-1;NPT1" "Golgi apparatus" "CellAtlas" -"ENSG00000124588" "ENST00000426637;ENST00000380472;ENST00000397717;ENST00000380455;ENST00000338130;ENST00000380441;ENST00000380454;ENST00000380430;ENST00000606474" "ENSP00000406951;ENSP00000369839;ENSP00000380829;ENSP00000369822;ENSP00000337773;ENSP00000369806;ENSP00000369821;ENSP00000369795;ENSP00000475864" "P16083" "NQO2" "4835" "N-ribosyldihydronicotinamide:quinone reductase 2" "DHQV;DIA6;NMOR2;QR2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000124596" "ENST00000482853;ENST00000479950;ENST00000463088;ENST00000373154;ENST00000424266;ENST00000480585;ENST00000482515;ENST00000464633;ENST00000468811;ENST00000486443;ENST00000488238;ENST00000465893;ENST00000469104;ENST00000471367;ENST00000467234;ENST00000628419" "ENSP00000420472;ENSP00000420484;ENSP00000420193;ENSP00000362247;ENSP00000416829;ENSP00000418400;ENSP00000418098;ENSP00000419875;ENSP00000420601;ENSP00000419175;ENSP00000420414;ENSP00000418966;ENSP00000417333;ENSP00000487484" "Q9Y530" "OARD1" "221443" "O-acyl-ADP-ribose deacylase 1" "C6orf130;dJ34B21.3;MGC19570;TARG1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000124588" "ENST00000426637;ENST00000380472;ENST00000397717;ENST00000380455;ENST00000338130;ENST00000380441;ENST00000380454;ENST00000380430;ENST00000606474" "ENSP00000406951;ENSP00000369839;ENSP00000380829;ENSP00000369822;ENSP00000337773;ENSP00000369806;ENSP00000369821;ENSP00000369795;ENSP00000475864" "P16083" "NQO2" "4835" "N-ribosyldihydronicotinamide:quinone reductase 2" "DHQV;DIA6;NMOR2;QR2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000124596" "ENST00000482853;ENST00000479950;ENST00000463088;ENST00000373154;ENST00000424266;ENST00000480585;ENST00000482515;ENST00000464633;ENST00000468811;ENST00000486443;ENST00000488238;ENST00000465893;ENST00000469104;ENST00000471367;ENST00000467234;ENST00000628419" "ENSP00000420472;ENSP00000420484;ENSP00000420193;ENSP00000362247;ENSP00000416829;ENSP00000418400;ENSP00000418098;ENSP00000419875;ENSP00000420601;ENSP00000419175;ENSP00000420414;ENSP00000418966;ENSP00000417333;ENSP00000487484" "Q9Y530" "OARD1" "221443" "O-acyl-ADP-ribose deacylase 1" "C6orf130;dJ34B21.3;MGC19570;TARG1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000124615" "ENST00000373181;ENST00000645522;ENST00000373188;ENST00000373195;ENST00000340692;ENST00000425303;ENST00000432280;ENST00000473742;ENST00000487924" "ENSP00000362277;ENSP00000362284;ENSP00000362291;ENSP00000344794;ENSP00000418315" "Q9NZB8" "MOCS1" "4337" "molybdenum cofactor synthesis 1" "MOCOD" "Cytosol" "CellAtlas" -"ENSG00000124713" "ENST00000372808" "ENSP00000361894" "Q14749" "GNMT" "27232;107080644" "glycine N-methyltransferase" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000124713" "ENST00000372808" "ENSP00000361894" "Q14749" "GNMT" "27232;107080644" "glycine N-methyltransferase" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000124767" "ENST00000373365;ENST00000470973" "ENSP00000362463" "Q04760" "GLO1" "2739" "glyoxalase I" "GLOD1" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000124789" "ENST00000262077;ENST00000613258;ENST00000537253" "ENSP00000262077;ENSP00000478627;ENSP00000444029" "P49790" "NUP153" "9972" "nucleoporin 153" "HNUP153" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000124789" "ENST00000262077;ENST00000613258;ENST00000537253" "ENSP00000262077;ENSP00000478627;ENSP00000444029" "P49790" "NUP153" "9972" "nucleoporin 153" "HNUP153" "Nucleus" "SwissProt;CellAtlas" "ENSG00000125166" "ENST00000245206;ENST00000434819;ENST00000494627;ENST00000564400;ENST00000496461;ENST00000568368;ENST00000492378" "ENSP00000245206;ENSP00000394100;ENSP00000456205" "P00505" "GOT2" "2806" "glutamic-oxaloacetic transaminase 2" "KAT4;KATIV;KYAT4;mitAAT" "Mitochondria" "SwissProt" "ENSG00000125246" "ENST00000376355;ENST00000376354;ENST00000339105;ENST00000416504;ENST00000443887;ENST00000419700;ENST00000425186" "ENSP00000365533;ENSP00000365532;ENSP00000342991;ENSP00000403408;ENSP00000401586;ENSP00000396574;ENSP00000389062" "Q8N0X4" "CLYBL" "171425" "citramalyl-CoA lyase" "CLB" "Mitochondria" "SwissProt" "ENSG00000125255" "ENST00000245312" "ENSP00000245312" "Q12908" "SLC10A2" "6555" "solute carrier family 10 member 2" "ASBT;ISBT" "" "" "ENSG00000125257" "ENST00000645237;ENST00000643842;ENST00000643051;ENST00000646439;ENST00000471041;ENST00000484109;ENST00000474158;ENST00000644880;ENST00000467685;ENST00000643816;ENST00000536256;ENST00000643556;ENST00000629385;ENST00000642524;ENST00000645532;ENST00000644471" "ENSP00000494609;ENSP00000493861;ENSP00000495513;ENSP00000494751;ENSP00000442024;ENSP00000494938;ENSP00000487081;ENSP00000493766;ENSP00000494431" "O15439" "ABCC4" "10257" "ATP binding cassette subfamily C member 4" "EST170205;MOAT-B;MOATB;MRP4" "Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000125356" "ENST00000371437" "ENSP00000360492" "O15239" "NDUFA1" "4694" "NADH:ubiquinone oxidoreductase subunit A1" "CI-MWFE;MWFE" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000125356" "ENST00000371437" "ENSP00000360492" "O15239" "NDUFA1" "4694" "NADH:ubiquinone oxidoreductase subunit A1" "CI-MWFE;MWFE" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000125430" "ENST00000360954;ENST00000466596" "ENSP00000354213;ENSP00000436078" "Q9Y662" "HS3ST3B1" "9953" "heparan sulfate-glucosamine 3-sulfotransferase 3B1" "30ST3B1;3OST3B1" "Golgi apparatus" "SwissProt" -"ENSG00000125450" "ENST00000583569;ENST00000245544;ENST00000583948;ENST00000582833;ENST00000579324;ENST00000449421;ENST00000577208;ENST00000583548;ENST00000579298;ENST00000581104;ENST00000578830;ENST00000583877;ENST00000577561;ENST00000579557;ENST00000577645;ENST00000583070;ENST00000580879;ENST00000581335;ENST00000540768;ENST00000582681;ENST00000578294;ENST00000579900;ENST00000578987;ENST00000579838;ENST00000584155" "ENSP00000462487;ENSP00000245544;ENSP00000463382;ENSP00000462749;ENSP00000461919;ENSP00000462920;ENSP00000463715;ENSP00000463496;ENSP00000463542;ENSP00000463377;ENSP00000445855;ENSP00000463437;ENSP00000464544;ENSP00000462364;ENSP00000464433" "Q9BW27" "NUP85" "79902" "nucleoporin 85" "FLJ12549;NUP75" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000125454" "ENST00000375261;ENST00000582822;ENST00000416858;ENST00000402418;ENST00000442286;ENST00000320362;ENST00000580994;ENST00000583332;ENST00000580273;ENST00000579207;ENST00000580151;ENST00000581988;ENST00000582778;ENST00000584438;ENST00000579228" "ENSP00000364410;ENSP00000462401;ENSP00000397818;ENSP00000385312;ENSP00000402202;ENSP00000319574;ENSP00000463795;ENSP00000462214;ENSP00000463039;ENSP00000463720;ENSP00000462299;ENSP00000463428;ENSP00000462504;ENSP00000464457" "Q9HC21" "SLC25A19" "60386" "solute carrier family 25 member 19" "DNC;MCPHA;MUP1;TPC" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000125458" "ENST00000582160;ENST00000245552;ENST00000580758;ENST00000583655;ENST00000578407;ENST00000582744;ENST00000580423;ENST00000577523;ENST00000584352;ENST00000582170;ENST00000579023;ENST00000578337;ENST00000578095;ENST00000579082" "ENSP00000462712;ENSP00000245552;ENSP00000462123;ENSP00000462697;ENSP00000462455;ENSP00000463947;ENSP00000461927;ENSP00000462981" "Q8TCD5" "NT5C" "30833" "5', 3'-nucleotidase, cytosolic" "cdN;DNT-1;DNT1;PN-I;UMPH2" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000125484" "ENST00000483873;ENST00000372146" "ENSP00000431378;ENSP00000361219" "Q9UKN8" "GTF3C4" "9329" "general transcription factor IIIC subunit 4" "KAT12;TFIIIC90" "Nucleus;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000125505" "ENST00000437868;ENST00000431666;ENST00000338624;ENST00000245615;ENST00000494142;ENST00000449249;ENST00000391754;ENST00000495279;ENST00000414665;ENST00000453320;ENST00000464098;ENST00000474910;ENST00000491216;ENST00000495968" "ENSP00000404915;ENSP00000410503;ENSP00000344377;ENSP00000245615;ENSP00000406794;ENSP00000375634;ENSP00000472209;ENSP00000388250;ENSP00000410320" "Q96N66" "MBOAT7" "79143" "membrane bound O-acyltransferase domain containing 7" "BB1;hMBOA-7;LENG4;LPLAT" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000125630" "ENST00000263331;ENST00000438748;ENST00000430769;ENST00000333990;ENST00000409894;ENST00000448770;ENST00000430293;ENST00000424062;ENST00000417433;ENST00000496238;ENST00000468475;ENST00000475318;ENST00000498054;ENST00000484574;ENST00000458012;ENST00000541869;ENST00000537335" "ENSP00000263331;ENSP00000388577;ENSP00000415754;ENSP00000334589;ENSP00000387143;ENSP00000390274;ENSP00000403094;ENSP00000390973;ENSP00000405358;ENSP00000394408;ENSP00000444136;ENSP00000437914" "Q9H9Y6" "POLR1B" "84172" "RNA polymerase I subunit B" "FLJ10816;FLJ21921;RPA135;RPA2;Rpo1-2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000125686" "ENST00000394287;ENST00000300651;ENST00000577831;ENST00000584308;ENST00000581334" "ENSP00000377828;ENSP00000300651;ENSP00000463307;ENSP00000462441" "Q15648" "MED1" "5469" "mediator complex subunit 1" "CRSP1;CRSP200;DRIP230;PBP;PPARBP;PPARGBP;RB18A;TRAP220;TRIP2" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000125450" "ENST00000583569;ENST00000245544;ENST00000583948;ENST00000582833;ENST00000579324;ENST00000449421;ENST00000577208;ENST00000583548;ENST00000579298;ENST00000581104;ENST00000578830;ENST00000583877;ENST00000577561;ENST00000579557;ENST00000577645;ENST00000583070;ENST00000580879;ENST00000581335;ENST00000540768;ENST00000582681;ENST00000578294;ENST00000579900;ENST00000578987;ENST00000579838;ENST00000584155" "ENSP00000462487;ENSP00000245544;ENSP00000463382;ENSP00000462749;ENSP00000461919;ENSP00000462920;ENSP00000463715;ENSP00000463496;ENSP00000463542;ENSP00000463377;ENSP00000445855;ENSP00000463437;ENSP00000464544;ENSP00000462364;ENSP00000464433" "Q9BW27" "NUP85" "79902" "nucleoporin 85" "FLJ12549;NUP75" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000125454" "ENST00000375261;ENST00000582822;ENST00000416858;ENST00000402418;ENST00000442286;ENST00000320362;ENST00000580994;ENST00000583332;ENST00000580273;ENST00000579207;ENST00000580151;ENST00000581988;ENST00000582778;ENST00000584438;ENST00000579228" "ENSP00000364410;ENSP00000462401;ENSP00000397818;ENSP00000385312;ENSP00000402202;ENSP00000319574;ENSP00000463795;ENSP00000462214;ENSP00000463039;ENSP00000463720;ENSP00000462299;ENSP00000463428;ENSP00000462504;ENSP00000464457" "Q9HC21" "SLC25A19" "60386" "solute carrier family 25 member 19" "DNC;MCPHA;MUP1;TPC" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000125458" "ENST00000582160;ENST00000245552;ENST00000580758;ENST00000583655;ENST00000578407;ENST00000582744;ENST00000580423;ENST00000577523;ENST00000584352;ENST00000582170;ENST00000579023;ENST00000578337;ENST00000578095;ENST00000579082" "ENSP00000462712;ENSP00000245552;ENSP00000462123;ENSP00000462697;ENSP00000462455;ENSP00000463947;ENSP00000461927;ENSP00000462981" "Q8TCD5" "NT5C" "30833" "5', 3'-nucleotidase, cytosolic" "cdN;DNT-1;DNT1;PN-I;UMPH2" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000125484" "ENST00000483873;ENST00000372146" "ENSP00000431378;ENSP00000361219" "Q9UKN8" "GTF3C4" "9329" "general transcription factor IIIC subunit 4" "KAT12;TFIIIC90" "Nucleus;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000125505" "ENST00000437868;ENST00000431666;ENST00000338624;ENST00000245615;ENST00000494142;ENST00000449249;ENST00000391754;ENST00000495279;ENST00000414665;ENST00000453320;ENST00000464098;ENST00000474910;ENST00000491216;ENST00000495968" "ENSP00000404915;ENSP00000410503;ENSP00000344377;ENSP00000245615;ENSP00000406794;ENSP00000375634;ENSP00000472209;ENSP00000388250;ENSP00000410320" "Q96N66" "MBOAT7" "79143" "membrane bound O-acyltransferase domain containing 7" "BB1;hMBOA-7;LENG4;LPLAT" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000125630" "ENST00000263331;ENST00000438748;ENST00000430769;ENST00000333990;ENST00000409894;ENST00000448770;ENST00000430293;ENST00000424062;ENST00000417433;ENST00000496238;ENST00000468475;ENST00000475318;ENST00000498054;ENST00000484574;ENST00000458012;ENST00000541869;ENST00000537335" "ENSP00000263331;ENSP00000388577;ENSP00000415754;ENSP00000334589;ENSP00000387143;ENSP00000390274;ENSP00000403094;ENSP00000390973;ENSP00000405358;ENSP00000394408;ENSP00000444136;ENSP00000437914" "Q9H9Y6" "POLR1B" "84172" "RNA polymerase I subunit B" "FLJ10816;FLJ21921;RPA135;RPA2;Rpo1-2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000125686" "ENST00000394287;ENST00000300651;ENST00000577831;ENST00000584308;ENST00000581334" "ENSP00000377828;ENSP00000300651;ENSP00000463307;ENSP00000462441" "Q15648" "MED1" "5469" "mediator complex subunit 1" "CRSP1;CRSP200;DRIP230;PBP;PPARBP;PPARGBP;RB18A;TRAP220;TRIP2" "Nucleus" "SwissProt;CellAtlas" "ENSG00000125772" "ENST00000379019;ENST00000418646;ENST00000481038;ENST00000462080;ENST00000633552;ENST00000473797;ENST00000481690" "ENSP00000368305;ENSP00000396720;ENSP00000487616;ENSP00000488635" "Q9NPB8" "GPCPD1" "56261" "glycerophosphocholine phosphodiesterase 1" "GDE5;GDPD6;KIAA1434" "Nucleus" "CellAtlas" -"ENSG00000125779" "ENST00000497424;ENST00000316562;ENST00000495692;ENST00000643504;ENST00000610179;ENST00000336066;ENST00000646394;ENST00000621507;ENST00000471830;ENST00000464452;ENST00000619433;ENST00000621891" "ENSP00000417609;ENSP00000313377;ENSP00000476745;ENSP00000495157;ENSP00000477429;ENSP00000477229;ENSP00000496112;ENSP00000481523" "Q9BZ23" "PANK2" "80025" "pantothenate kinase 2" "C20orf48;FLJ11729;HARP;HSS;NBIA1;PKAN" "Mitochondria;Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000125779" "ENST00000497424;ENST00000316562;ENST00000495692;ENST00000643504;ENST00000610179;ENST00000336066;ENST00000646394;ENST00000621507;ENST00000471830;ENST00000464452;ENST00000619433;ENST00000621891" "ENSP00000417609;ENSP00000313377;ENSP00000476745;ENSP00000495157;ENSP00000477429;ENSP00000477229;ENSP00000496112;ENSP00000481523" "Q9BZ23" "PANK2" "80025" "pantothenate kinase 2" "C20orf48;FLJ11729;HARP;HSS;NBIA1;PKAN" "Mitochondria;Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000125780" "ENST00000381458;ENST00000463090" "ENSP00000370867" "Q08188" "TGM3" "7053" "transglutaminase 3" "TGE" "Cytosol" "SwissProt" -"ENSG00000125877" "ENST00000483354;ENST00000460676;ENST00000490838;ENST00000380113;ENST00000609835;ENST00000455664;ENST00000460550;ENST00000399838;ENST00000461029;ENST00000472295" "ENSP00000369456;ENSP00000413282;ENSP00000382732" "Q9BY32" "ITPA" "3704" "inosine triphosphatase" "C20orf37;dJ794I6.3;HLC14-06-P" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000125877" "ENST00000483354;ENST00000460676;ENST00000490838;ENST00000380113;ENST00000609835;ENST00000455664;ENST00000460550;ENST00000399838;ENST00000461029;ENST00000472295" "ENSP00000369456;ENSP00000413282;ENSP00000382732" "Q9BY32" "ITPA" "3704" "inosine triphosphatase" "C20orf37;dJ794I6.3;HLC14-06-P" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000125954" "ENST00000552941;ENST00000549987;ENST00000553743;ENST00000551823" "ENSP00000449668;ENSP00000447121;ENSP00000450692;ENSP00000449709" "" "CHURC1-FNTB" "100529261" "CHURC1-FNTB readthrough" "" "" "" -"ENSG00000126088" "ENST00000652165;ENST00000650713;ENST00000651476;ENST00000463092;ENST00000636293;ENST00000636836;ENST00000652287;ENST00000461035;ENST00000491300;ENST00000491773;ENST00000494399;ENST00000434478;ENST00000246337;ENST00000460334;ENST00000462688;ENST00000460906;ENST00000490385;ENST00000469548;ENST00000486699;ENST00000478467;ENST00000428106;ENST00000496439;ENST00000473012;ENST00000652514;ENST00000472254;ENST00000466193;ENST00000465678" "ENSP00000498295;ENSP00000499014;ENSP00000498668;ENSP00000490710;ENSP00000490594;ENSP00000498413;ENSP00000498551;ENSP00000404489;ENSP00000246337;ENSP00000498304;ENSP00000498709;ENSP00000499178;ENSP00000498247;ENSP00000400253;ENSP00000498635" "P06132" "UROD" "7389" "uroporphyrinogen decarboxylase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000126088" "ENST00000652165;ENST00000650713;ENST00000651476;ENST00000463092;ENST00000636293;ENST00000636836;ENST00000652287;ENST00000461035;ENST00000491300;ENST00000491773;ENST00000494399;ENST00000434478;ENST00000246337;ENST00000460334;ENST00000462688;ENST00000460906;ENST00000490385;ENST00000469548;ENST00000486699;ENST00000478467;ENST00000428106;ENST00000496439;ENST00000473012;ENST00000652514;ENST00000472254;ENST00000466193;ENST00000465678" "ENSP00000498295;ENSP00000499014;ENSP00000498668;ENSP00000490710;ENSP00000490594;ENSP00000498413;ENSP00000498551;ENSP00000404489;ENSP00000246337;ENSP00000498304;ENSP00000498709;ENSP00000499178;ENSP00000498247;ENSP00000400253;ENSP00000498635" "P06132" "UROD" "7389" "uroporphyrinogen decarboxylase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000126091" "ENST00000532911;ENST00000646096;ENST00000347631;ENST00000643886;ENST00000643597;ENST00000372372;ENST00000361400;ENST00000372374;ENST00000643252;ENST00000647237;ENST00000642331;ENST00000361392;ENST00000646109;ENST00000533997;ENST00000353126;ENST00000643283;ENST00000642934;ENST00000645640;ENST00000351035;ENST00000489897;ENST00000642949;ENST00000530154;ENST00000645705;ENST00000646971;ENST00000645142;ENST00000646027;ENST00000646069;ENST00000642504;ENST00000647148;ENST00000262915;ENST00000479383;ENST00000646776;ENST00000647482;ENST00000645394;ENST00000647128;ENST00000484868;ENST00000461066;ENST00000361746;ENST00000645034;ENST00000645165;ENST00000647134;ENST00000644195;ENST00000372368;ENST00000642194;ENST00000646686;ENST00000646416;ENST00000372362;ENST00000531451;ENST00000372369;ENST00000372367;ENST00000372365;ENST00000528371;ENST00000533212;ENST00000530581;ENST00000531816;ENST00000531993;ENST00000490541;ENST00000469715;ENST00000361812;ENST00000372366;ENST00000645117;ENST00000533933;ENST00000332628;ENST00000644922;ENST00000643813;ENST00000644287;ENST00000647503;ENST00000461375;ENST00000646113;ENST00000642780;ENST00000644645;ENST00000645644;ENST00000644016;ENST00000647299;ENST00000644378;ENST00000645161;ENST00000646032;ENST00000643989;ENST00000645012;ENST00000490502;ENST00000645670;ENST00000495482;ENST00000545417;ENST00000330208;ENST00000335430" "ENSP00000431816;ENSP00000496444;ENSP00000317192;ENSP00000495313;ENSP00000495977;ENSP00000361447;ENSP00000354748;ENSP00000361449;ENSP00000495333;ENSP00000495624;ENSP00000493823;ENSP00000355341;ENSP00000493476;ENSP00000432071;ENSP00000330463;ENSP00000494746;ENSP00000494146;ENSP00000494852;ENSP00000316999;ENSP00000437206;ENSP00000495709;ENSP00000434686;ENSP00000496492;ENSP00000495887;ENSP00000496550;ENSP00000494396;ENSP00000496585;ENSP00000494857;ENSP00000495939;ENSP00000262915;ENSP00000432214;ENSP00000495567;ENSP00000495299;ENSP00000494374;ENSP00000496035;ENSP00000433668;ENSP00000354657;ENSP00000496350;ENSP00000493660;ENSP00000495797;ENSP00000494201;ENSP00000361443;ENSP00000493708;ENSP00000495683;ENSP00000361437;ENSP00000435603;ENSP00000361444;ENSP00000361442;ENSP00000361440;ENSP00000434876;ENSP00000435621;ENSP00000437293;ENSP00000434378;ENSP00000432682;ENSP00000435018;ENSP00000431700;ENSP00000355201;ENSP00000361441;ENSP00000495252;ENSP00000432965;ENSP00000329755;ENSP00000496289;ENSP00000496646;ENSP00000496054;ENSP00000494118;ENSP00000494013;ENSP00000495647;ENSP00000495013;ENSP00000496117;ENSP00000496568;ENSP00000436298;ENSP00000439634;ENSP00000333494;ENSP00000335633" "Q11203" "ST3GAL3" "6487" "ST3 beta-galactoside alpha-2,3-sialyltransferase 3" "MRT12;SIAT6" "Golgi apparatus" "SwissProt" "ENSG00000126107" "ENST00000486132;ENST00000372168;ENST00000372172;ENST00000486296;ENST00000466423;ENST00000487488;ENST00000484564" "ENSP00000361241;ENSP00000361245" "Q5T447" "HECTD3" "79654" "HECT domain E3 ubiquitin protein ligase 3" "FLJ21156" "Cytosol" "SwissProt" -"ENSG00000126261" "ENST00000607361;ENST00000586313;ENST00000246548;ENST00000590048;ENST00000592841;ENST00000439527;ENST00000592672;ENST00000591016;ENST00000592791;ENST00000588585" "ENSP00000475565;ENSP00000468538;ENSP00000246548;ENSP00000467433;ENSP00000437484;ENSP00000468756;ENSP00000475656" "Q9UBT2" "UBA2" "10054" "ubiquitin like modifier activating enzyme 2" "FLJ13058;HRIHFB2115;SAE2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000126261" "ENST00000607361;ENST00000586313;ENST00000246548;ENST00000590048;ENST00000592841;ENST00000439527;ENST00000592672;ENST00000591016;ENST00000592791;ENST00000588585" "ENSP00000475565;ENSP00000468538;ENSP00000246548;ENSP00000467433;ENSP00000437484;ENSP00000468756;ENSP00000475656" "Q9UBT2" "UBA2" "10054" "ubiquitin like modifier activating enzyme 2" "FLJ13058;HRIHFB2115;SAE2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000126264" "ENST00000246551;ENST00000437550" "ENSP00000246551;ENSP00000400516" "Q9UBK5" "HCST" "10870" "hematopoietic cell signal transducer" "DAP10;DKFZP586C1522;KAP10;PIK3AP" "Golgi apparatus" "CellAtlas" -"ENSG00000126267" "ENST00000649813;ENST00000592141;ENST00000392201;ENST00000652250;ENST00000590618" "ENSP00000497926;ENSP00000466818;ENSP00000376037;ENSP00000498883;ENSP00000467776" "P14854" "COX6B1" "1340" "cytochrome c oxidase subunit 6B1" "COX6B;COXG" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000126368" "ENST00000246672" "ENSP00000246672" "P20393" "NR1D1" "9572" "nuclear receptor subfamily 1 group D member 1" "ear-1;hRev;Rev-ErbAalpha;REVERBA;REVERBalpha;THRA1;THRAL" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000126432" "ENST00000265462;ENST00000352435;ENST00000347941" "ENSP00000265462;ENSP00000335334;ENSP00000335363" "P30044" "PRDX5" "25824" "peroxiredoxin 5" "ACR1;AOEB166;B166;MGC117264;MGC142283;MGC142285;PLP;PMP20;PRDX6;PRXV;SBBI10" "Peroxisome;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000126457" "ENST00000529284;ENST00000532489;ENST00000527382;ENST00000528623;ENST00000534465;ENST00000391851;ENST00000610806;ENST00000534280;ENST00000534676;ENST00000525915;ENST00000454376;ENST00000525616;ENST00000524771;ENST00000529836;ENST00000526224;ENST00000527412;ENST00000529650;ENST00000530070;ENST00000530361;ENST00000528126;ENST00000527866" "ENSP00000432349;ENSP00000433556;ENSP00000432538;ENSP00000434911;ENSP00000431957;ENSP00000375724;ENSP00000484505;ENSP00000432050;ENSP00000406162;ENSP00000433480;ENSP00000437273;ENSP00000432788" "Q99873" "PRMT1" "3276" "protein arginine methyltransferase 1" "ANM1;HCP1;HRMT1L2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000126267" "ENST00000649813;ENST00000592141;ENST00000392201;ENST00000652250;ENST00000590618" "ENSP00000497926;ENSP00000466818;ENSP00000376037;ENSP00000498883;ENSP00000467776" "P14854" "COX6B1" "1340" "cytochrome c oxidase subunit 6B1" "COX6B;COXG" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000126368" "ENST00000246672" "ENSP00000246672" "P20393" "NR1D1" "9572" "nuclear receptor subfamily 1 group D member 1" "ear-1;hRev;Rev-ErbAalpha;REVERBA;REVERBalpha;THRA1;THRAL" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000126432" "ENST00000265462;ENST00000352435;ENST00000347941" "ENSP00000265462;ENSP00000335334;ENSP00000335363" "P30044" "PRDX5" "25824" "peroxiredoxin 5" "ACR1;AOEB166;B166;MGC117264;MGC142283;MGC142285;PLP;PMP20;PRDX6;PRXV;SBBI10" "Peroxisome;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000126457" "ENST00000529284;ENST00000532489;ENST00000527382;ENST00000528623;ENST00000534465;ENST00000391851;ENST00000610806;ENST00000534280;ENST00000534676;ENST00000525915;ENST00000454376;ENST00000525616;ENST00000524771;ENST00000529836;ENST00000526224;ENST00000527412;ENST00000529650;ENST00000530070;ENST00000530361;ENST00000528126;ENST00000527866" "ENSP00000432349;ENSP00000433556;ENSP00000432538;ENSP00000434911;ENSP00000431957;ENSP00000375724;ENSP00000484505;ENSP00000432050;ENSP00000406162;ENSP00000433480;ENSP00000437273;ENSP00000432788" "Q99873" "PRMT1" "3276" "protein arginine methyltransferase 1" "ANM1;HCP1;HRMT1L2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000126522" "ENST00000672586;ENST00000304874;ENST00000673518;ENST00000487982;ENST00000673350;ENST00000672498;ENST00000496336;ENST00000395332;ENST00000672676;ENST00000362000;ENST00000395331;ENST00000671817;ENST00000673594;ENST00000673149;ENST00000493708;ENST00000488343;ENST00000464970;ENST00000380839" "ENSP00000307188;ENSP00000499889;ENSP00000500227;ENSP00000378741;ENSP00000354710;ENSP00000378740;ENSP00000500462;ENSP00000500864;ENSP00000370219" "P04424" "ASL" "435" "argininosuccinate lyase" "ASAL" "Cytosol" "CellAtlas" -"ENSG00000126749" "ENST00000611981;ENST00000599672;ENST00000607161;ENST00000620255;ENST00000261406;ENST00000539196" "ENSP00000470560;ENSP00000480420;ENSP00000476966;ENSP00000479546" "Q92979" "EMG1" "10436" "EMG1 N1-specific pseudouridine methyltransferase" "C2F;Grcc2f;NEP1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000126821" "ENST00000247225" "ENSP00000247225" "Q9BX95" "SGPP1" "81537" "sphingosine-1-phosphate phosphatase 1" "" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000126749" "ENST00000611981;ENST00000599672;ENST00000607161;ENST00000620255;ENST00000261406;ENST00000539196" "ENSP00000470560;ENSP00000480420;ENSP00000476966;ENSP00000479546" "Q92979" "EMG1" "10436" "EMG1 N1-specific pseudouridine methyltransferase" "C2F;Grcc2f;NEP1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000126821" "ENST00000247225" "ENSP00000247225" "Q9BX95" "SGPP1" "81537" "sphingosine-1-phosphate phosphatase 1" "" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000126883" "ENST00000359428;ENST00000411637;ENST00000652454;ENST00000651022;ENST00000651639;ENST00000451030;ENST00000531584;ENST00000526412;ENST00000525561;ENST00000530843;ENST00000530863;ENST00000525980;ENST00000530630;ENST00000489260;ENST00000526346;ENST00000531929;ENST00000651334;ENST00000524578;ENST00000453861;ENST00000470765;ENST00000483497;ENST00000465486;ENST00000531600;ENST00000528114;ENST00000525384;ENST00000529286;ENST00000650694;ENST00000530491;ENST00000498010;ENST00000476004;ENST00000528406;ENST00000496921" "ENSP00000352400;ENSP00000396576;ENSP00000499001;ENSP00000498226;ENSP00000498545;ENSP00000405014;ENSP00000435874;ENSP00000434223;ENSP00000437139;ENSP00000498792;ENSP00000416934;ENSP00000436793;ENSP00000435364;ENSP00000498774;ENSP00000435583;ENSP00000433606;ENSP00000433654" "P35658" "NUP214" "8021" "nucleoporin 214" "CAIN;CAN;D9S46E;N214" "Cytosol;Nucleus" "SwissProt" -"ENSG00000127080" "ENST00000287996;ENST00000486841;ENST00000375522" "ENSP00000287996;ENSP00000364672" "Q9H8X2" "IPPK" "64768" "inositol-pentakisphosphate 2-kinase" "C9orf12;FLJ13163;INSP5K2;IP5K;IPK1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000127080" "ENST00000287996;ENST00000486841;ENST00000375522" "ENSP00000287996;ENSP00000364672" "Q9H8X2" "IPPK" "64768" "inositol-pentakisphosphate 2-kinase" "C9orf12;FLJ13163;INSP5K2;IP5K;IPK1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000127125" "ENST00000372562;ENST00000372560;ENST00000472013;ENST00000372561;ENST00000372556;ENST00000471420;ENST00000482168;ENST00000469615" "ENSP00000361643;ENSP00000361641;ENSP00000361642;ENSP00000361637" "Q9HAB8" "PPCS" "79717" "phosphopantothenoylcysteine synthetase" "FLJ11838" "Mitochondria" "CellAtlas" "ENSG00000127184" "ENST00000247655;ENST00000511472;ENST00000505430;ENST00000509578;ENST00000515763;ENST00000513124;ENST00000510447" "ENSP00000247655;ENSP00000425759;ENSP00000422012" "P15954" "COX7C" "1350" "cytochrome c oxidase subunit 7C" "" "Inner mitochondria" "SwissProt" "ENSG00000127415" "ENST00000247933;ENST00000502910;ENST00000514698;ENST00000514224;ENST00000508168;ENST00000506561;ENST00000504568;ENST00000509744;ENST00000514192;ENST00000509948;ENST00000652070;ENST00000502829;ENST00000514417" "ENSP00000247933;ENSP00000422952;ENSP00000425081;ENSP00000424847" "P35475" "IDUA" "3425" "alpha-L-iduronidase" "MPS1;MPSI" "Lysosome" "SwissProt" -"ENSG00000127445" "ENST00000592184;ENST00000587625;ENST00000247970;ENST00000586025;ENST00000590540;ENST00000588695;ENST00000586352;ENST00000585442;ENST00000589058;ENST00000380889;ENST00000591777" "ENSP00000466656;ENSP00000247970;ENSP00000466962;ENSP00000467197;ENSP00000466780" "Q13526" "PIN1" "5300" "peptidylprolyl cis/trans isomerase, NIMA-interacting 1" "dod" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000127445" "ENST00000592184;ENST00000587625;ENST00000247970;ENST00000586025;ENST00000590540;ENST00000588695;ENST00000586352;ENST00000585442;ENST00000589058;ENST00000380889;ENST00000591777" "ENSP00000466656;ENSP00000247970;ENSP00000466962;ENSP00000467197;ENSP00000466780" "Q13526" "PIN1" "5300" "peptidylprolyl cis/trans isomerase, NIMA-interacting 1" "dod" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000127472" "ENST00000486277;ENST00000465698;ENST00000460175;ENST00000469069;ENST00000489871;ENST00000498348;ENST00000375108;ENST00000478803" "ENSP00000364249" "P39877" "PLA2G5" "5322" "phospholipase A2 group V" "" "Cytosol;Golgi apparatus" "SwissProt" -"ENSG00000127481" "ENST00000375254;ENST00000375225;ENST00000375224;ENST00000459947;ENST00000486515;ENST00000492606;ENST00000467272;ENST00000483922;ENST00000494503;ENST00000466969;ENST00000375218;ENST00000425413;ENST00000417040;ENST00000475973;ENST00000465036;ENST00000419533;ENST00000497018" "ENSP00000364403;ENSP00000364373;ENSP00000364372;ENSP00000364366;ENSP00000395313;ENSP00000404897" "Q5T4S7" "UBR4" "23352" "ubiquitin protein ligase E3 component n-recognin 4" "KIAA0462;KIAA1307;RBAF600;ZUBR1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000127511" "ENST00000248054;ENST00000596802;ENST00000379803;ENST00000596638;ENST00000599880;ENST00000595541;ENST00000594372;ENST00000595900;ENST00000602204;ENST00000595049;ENST00000601141;ENST00000594235" "ENSP00000248054;ENSP00000473039;ENSP00000369131;ENSP00000472365;ENSP00000469740" "O75182" "SIN3B" "23309" "SIN3 transcription regulator family member B" "KIAA0700" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000127481" "ENST00000375254;ENST00000375225;ENST00000375224;ENST00000459947;ENST00000486515;ENST00000492606;ENST00000467272;ENST00000483922;ENST00000494503;ENST00000466969;ENST00000375218;ENST00000425413;ENST00000417040;ENST00000475973;ENST00000465036;ENST00000419533;ENST00000497018" "ENSP00000364403;ENSP00000364373;ENSP00000364372;ENSP00000364366;ENSP00000395313;ENSP00000404897" "Q5T4S7" "UBR4" "23352" "ubiquitin protein ligase E3 component n-recognin 4" "KIAA0462;KIAA1307;RBAF600;ZUBR1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000127511" "ENST00000248054;ENST00000596802;ENST00000379803;ENST00000596638;ENST00000599880;ENST00000595541;ENST00000594372;ENST00000595900;ENST00000602204;ENST00000595049;ENST00000601141;ENST00000594235" "ENSP00000248054;ENSP00000473039;ENSP00000369131;ENSP00000472365;ENSP00000469740" "O75182" "SIN3B" "23309" "SIN3 transcription regulator family member B" "KIAA0700" "Nucleus" "SwissProt;CellAtlas" "ENSG00000127540" "ENST00000591899;ENST00000593264;ENST00000589880;ENST00000593029;ENST00000585671" "ENSP00000467262;ENSP00000467555;ENSP00000466420" "O14957" "UQCR11" "10975" "ubiquinol-cytochrome c reductase, complex III subunit XI" "QCR10;UQCR" "Inner mitochondria" "SwissProt" -"ENSG00000127804" "ENST00000571332;ENST00000381977;ENST00000574623;ENST00000263092;ENST00000571669;ENST00000576556;ENST00000574752;ENST00000571298;ENST00000576976;ENST00000577148" "ENSP00000263092;ENSP00000460775;ENSP00000460207;ENSP00000465733;ENSP00000461546" "Q86W50" "METTL16" "79066" "methyltransferase like 16" "METT10D;MGC3329" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000127884" "ENST00000368547" "ENSP00000357535" "P30084" "ECHS1" "1892" "enoyl-CoA hydratase, short chain 1" "SCEH" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000127948" "ENST00000453773;ENST00000439963;ENST00000461988;ENST00000448410;ENST00000421059;ENST00000471238;ENST00000394893;ENST00000412521;ENST00000414186;ENST00000432753;ENST00000449920;ENST00000418341;ENST00000412064;ENST00000454934;ENST00000447222;ENST00000426184;ENST00000439297;ENST00000475509;ENST00000460892;ENST00000439269;ENST00000496888;ENST00000487247;ENST00000495770;ENST00000493973" "ENSP00000395813;ENSP00000390540;ENSP00000419970;ENSP00000399409;ENSP00000409881;ENSP00000378355;ENSP00000409238;ENSP00000399327;ENSP00000389409;ENSP00000399556;ENSP00000389719;ENSP00000404731;ENSP00000414263;ENSP00000393527;ENSP00000400964;ENSP00000403494;ENSP00000412490" "P16435" "POR" "5447" "cytochrome p450 oxidoreductase" "CYPOR;FLJ26468" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000128039" "ENST00000679836;ENST00000264228;ENST00000505210;ENST00000678717;ENST00000514398;ENST00000677177;ENST00000677217;ENST00000677930" "ENSP00000506601;ENSP00000264228;ENSP00000424714;ENSP00000504451" "Q9H8P0" "SRD5A3" "79644" "steroid 5 alpha-reductase 3" "FLJ13352;SRD5A2L;SRD5A2L1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000127804" "ENST00000571332;ENST00000381977;ENST00000574623;ENST00000263092;ENST00000571669;ENST00000576556;ENST00000574752;ENST00000571298;ENST00000576976;ENST00000577148" "ENSP00000263092;ENSP00000460775;ENSP00000460207;ENSP00000465733;ENSP00000461546" "Q86W50" "METTL16" "79066" "methyltransferase like 16" "METT10D;MGC3329" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000127884" "ENST00000368547" "ENSP00000357535" "P30084" "ECHS1" "1892" "enoyl-CoA hydratase, short chain 1" "SCEH" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000127948" "ENST00000453773;ENST00000439963;ENST00000461988;ENST00000448410;ENST00000421059;ENST00000471238;ENST00000394893;ENST00000412521;ENST00000414186;ENST00000432753;ENST00000449920;ENST00000418341;ENST00000412064;ENST00000454934;ENST00000447222;ENST00000426184;ENST00000439297;ENST00000475509;ENST00000460892;ENST00000439269;ENST00000496888;ENST00000487247;ENST00000495770;ENST00000493973" "ENSP00000395813;ENSP00000390540;ENSP00000419970;ENSP00000399409;ENSP00000409881;ENSP00000378355;ENSP00000409238;ENSP00000399327;ENSP00000389409;ENSP00000399556;ENSP00000389719;ENSP00000404731;ENSP00000414263;ENSP00000393527;ENSP00000400964;ENSP00000403494;ENSP00000412490" "P16435" "POR" "5447" "cytochrome p450 oxidoreductase" "CYPOR;FLJ26468" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000128039" "ENST00000679836;ENST00000264228;ENST00000505210;ENST00000678717;ENST00000514398;ENST00000677177;ENST00000677217;ENST00000677930" "ENSP00000506601;ENSP00000264228;ENSP00000424714;ENSP00000504451" "Q9H8P0" "SRD5A3" "79644" "steroid 5 alpha-reductase 3" "FLJ13352;SRD5A2L;SRD5A2L1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000128050" "ENST00000514888;ENST00000505164;ENST00000504188;ENST00000510584;ENST00000399688;ENST00000512576;ENST00000508554;ENST00000264221" "ENSP00000424907;ENSP00000424053;ENSP00000382595;ENSP00000421096;ENSP00000264221" "P22234" "PAICS" "10606" "phosphoribosylaminoimidazole carboxylase and phosphoribosylaminoimidazolesuccinocarboxamide synthase" "ADE2H1;AIRC;PAIS" "Cytosol" "CellAtlas" "ENSG00000128059" "ENST00000264220;ENST00000425339;ENST00000507648;ENST00000510643;ENST00000507724" "ENSP00000264220;ENSP00000423781;ENSP00000425119" "Q06203" "PPAT" "5471" "phosphoribosyl pyrophosphate amidotransferase" "GPAT;PRAT" "" "" -"ENSG00000128242" "ENST00000406955;ENST00000402321;ENST00000402369;ENST00000406361;ENST00000338911;ENST00000401975;ENST00000441967;ENST00000431313;ENST00000452827;ENST00000437282;ENST00000416358;ENST00000427899;ENST00000423299;ENST00000443136;ENST00000423371;ENST00000428682;ENST00000453479;ENST00000426220;ENST00000447224;ENST00000411821;ENST00000445645;ENST00000448604" "ENSP00000385825;ENSP00000385735;ENSP00000384122;ENSP00000385207;ENSP00000343234;ENSP00000384388;ENSP00000390545;ENSP00000395080;ENSP00000405017;ENSP00000401426;ENSP00000391485;ENSP00000397092;ENSP00000391996;ENSP00000405381;ENSP00000401074;ENSP00000389876;ENSP00000398380;ENSP00000414542;ENSP00000412995;ENSP00000394912;ENSP00000399649;ENSP00000390068" "Q99999" "GAL3ST1" "9514" "galactose-3-O-sulfotransferase 1" "CST" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000128242" "ENST00000406955;ENST00000402321;ENST00000402369;ENST00000406361;ENST00000338911;ENST00000401975;ENST00000441967;ENST00000431313;ENST00000452827;ENST00000437282;ENST00000416358;ENST00000427899;ENST00000423299;ENST00000443136;ENST00000423371;ENST00000428682;ENST00000453479;ENST00000426220;ENST00000447224;ENST00000411821;ENST00000445645;ENST00000448604" "ENSP00000385825;ENSP00000385735;ENSP00000384122;ENSP00000385207;ENSP00000343234;ENSP00000384388;ENSP00000390545;ENSP00000395080;ENSP00000405017;ENSP00000401426;ENSP00000391485;ENSP00000397092;ENSP00000391996;ENSP00000405381;ENSP00000401074;ENSP00000389876;ENSP00000398380;ENSP00000414542;ENSP00000412995;ENSP00000394912;ENSP00000399649;ENSP00000390068" "Q99999" "GAL3ST1" "9514" "galactose-3-O-sulfotransferase 1" "CST" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000128268" "ENST00000341184;ENST00000429402;ENST00000418314" "ENSP00000345270;ENSP00000416226;ENSP00000408075" "Q09327" "MGAT3" "4248" "beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase" "GNT-III" "Golgi apparatus" "SwissProt" -"ENSG00000128274" "ENST00000642412;ENST00000401850;ENST00000381278;ENST00000483026;ENST00000465765;ENST00000647439;ENST00000249005" "ENSP00000494127;ENSP00000384794;ENSP00000370678;ENSP00000249005" "Q9NPC4" "A4GALT" "53947" "alpha 1,4-galactosyltransferase (P blood group)" "A14GALT;Gb3S;P(k);P1" "Golgi apparatus;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000128274" "ENST00000642412;ENST00000401850;ENST00000381278;ENST00000483026;ENST00000465765;ENST00000647439;ENST00000249005" "ENSP00000494127;ENSP00000384794;ENSP00000370678;ENSP00000249005" "Q9NPC4" "A4GALT" "53947" "alpha 1,4-galactosyltransferase (P blood group)" "A14GALT;Gb3S;P(k);P1" "Golgi apparatus;Mitochondria" "SwissProt;CellAtlas" "ENSG00000128294" "ENST00000338754;ENST00000398110;ENST00000403880;ENST00000445720;ENST00000442495;ENST00000454778;ENST00000440953;ENST00000453117;ENST00000450022" "ENSP00000339813;ENSP00000381180;ENSP00000385192;ENSP00000403758;ENSP00000403875;ENSP00000400357;ENSP00000416791;ENSP00000401134;ENSP00000414809" "O60704" "TPST2" "8459" "tyrosylprotein sulfotransferase 2" "TANGO13B" "Golgi apparatus" "SwissProt" -"ENSG00000128309" "ENST00000401419;ENST00000404802;ENST00000429360;ENST00000341116;ENST00000404393;ENST00000485587;ENST00000397225;ENST00000628507" "ENSP00000384812;ENSP00000383950;ENSP00000411719;ENSP00000342333;ENSP00000385062;ENSP00000380402;ENSP00000486251" "P25325" "MPST" "4357" "mercaptopyruvate sulfurtransferase" "MST;TST2;TUM1" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000128311" "ENST00000403892;ENST00000249042;ENST00000438203;ENST00000622841" "ENSP00000385828;ENSP00000249042;ENSP00000400764;ENSP00000478739" "Q16762" "TST" "7263" "thiosulfate sulfurtransferase" "RDS" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000128309" "ENST00000401419;ENST00000404802;ENST00000429360;ENST00000341116;ENST00000404393;ENST00000485587;ENST00000397225;ENST00000628507" "ENSP00000384812;ENSP00000383950;ENSP00000411719;ENSP00000342333;ENSP00000385062;ENSP00000380402;ENSP00000486251" "P25325" "MPST" "4357" "mercaptopyruvate sulfurtransferase" "MST;TST2;TUM1" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000128311" "ENST00000403892;ENST00000249042;ENST00000438203;ENST00000622841" "ENSP00000385828;ENSP00000249042;ENSP00000400764;ENSP00000478739" "Q16762" "TST" "7263" "thiosulfate sulfurtransferase" "RDS" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000128524" "ENST00000249289;ENST00000492758" "ENSP00000249289;ENSP00000417378" "Q16864" "ATP6V1F" "9296" "ATPase H+ transporting V1 subunit F" "ATP6S14;VATF;Vma7" "Cytosol" "SwissProt" "ENSG00000128609" "ENST00000471770;ENST00000355749;ENST00000677306;ENST00000676730;ENST00000677251;ENST00000679163;ENST00000676614;ENST00000678090;ENST00000677264;ENST00000677391;ENST00000676516;ENST00000611607;ENST00000618945;ENST00000678032;ENST00000492549;ENST00000677134;ENST00000467117;ENST00000679052;ENST00000378795;ENST00000470123;ENST00000459880;ENST00000466896;ENST00000678251;ENST00000491033;ENST00000490618" "ENSP00000417142;ENSP00000347988;ENSP00000504122;ENSP00000504636;ENSP00000504320;ENSP00000504474;ENSP00000503587;ENSP00000504280;ENSP00000503732;ENSP00000503101;ENSP00000484180;ENSP00000481232;ENSP00000504730;ENSP00000368072;ENSP00000418633;ENSP00000417331" "Q16718" "NDUFA5" "4698" "NADH:ubiquinone oxidoreductase subunit A5" "B13;CI-13kB;CI-13KD-B;NUFM;UQOR13" "Inner mitochondria" "SwissProt" "ENSG00000128655" "ENST00000286063;ENST00000436700;ENST00000409504;ENST00000478646;ENST00000389683;ENST00000488399;ENST00000466790;ENST00000433879;ENST00000497003;ENST00000492761;ENST00000427127" "ENSP00000286063;ENSP00000406922;ENSP00000386539;ENSP00000374333;ENSP00000416884;ENSP00000389777" "Q9HCR9" "PDE11A" "50940" "phosphodiesterase 11A" "" "Cytosol" "SwissProt" "ENSG00000128683" "ENST00000454603;ENST00000445006;ENST00000358196;ENST00000344257;ENST00000414527;ENST00000455008;ENST00000456864;ENST00000493875;ENST00000429023;ENST00000485013;ENST00000486850;ENST00000493270;ENST00000462739;ENST00000488724;ENST00000478562;ENST00000375272;ENST00000625689" "ENSP00000402366;ENSP00000394948;ENSP00000350928;ENSP00000341167;ENSP00000403849;ENSP00000405917;ENSP00000394255;ENSP00000434696;ENSP00000476147;ENSP00000364421;ENSP00000486612" "Q99259" "GAD1" "2571" "glutamate decarboxylase 1" "GAD" "Cytosol" "CellAtlas" -"ENSG00000128708" "ENST00000412731;ENST00000460481;ENST00000457761;ENST00000264108;ENST00000494601;ENST00000392584" "ENSP00000407921;ENSP00000403466;ENSP00000264108" "O14929" "HAT1" "8520" "histone acetyltransferase 1" "KAT1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000128731" "ENST00000261609;ENST00000650509;ENST00000566635;ENST00000562136;ENST00000568206;ENST00000649023;ENST00000564519;ENST00000569772;ENST00000567869;ENST00000569335;ENST00000564734;ENST00000563670;ENST00000564383;ENST00000563945" "ENSP00000261609;ENSP00000496936;ENSP00000457745;ENSP00000456237" "O95714" "HERC2" "8924" "HECT and RLD domain containing E3 ubiquitin protein ligase 2" "D15F37S1;jdf2;p528" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000128708" "ENST00000412731;ENST00000460481;ENST00000457761;ENST00000264108;ENST00000494601;ENST00000392584" "ENSP00000407921;ENSP00000403466;ENSP00000264108" "O14929" "HAT1" "8520" "histone acetyltransferase 1" "KAT1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000128731" "ENST00000261609;ENST00000650509;ENST00000566635;ENST00000562136;ENST00000568206;ENST00000649023;ENST00000564519;ENST00000569772;ENST00000567869;ENST00000569335;ENST00000564734;ENST00000563670;ENST00000564383;ENST00000563945" "ENSP00000261609;ENSP00000496936;ENSP00000457745;ENSP00000456237" "O95714" "HERC2" "8924" "HECT and RLD domain containing E3 ubiquitin protein ligase 2" "D15F37S1;jdf2;p528" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000128918" "ENST00000249750;ENST00000558384;ENST00000560312;ENST00000347587;ENST00000430119;ENST00000558231;ENST00000559517;ENST00000560923;ENST00000559266;ENST00000561070;ENST00000558595;ENST00000558239;ENST00000557967;ENST00000558073;ENST00000559297;ENST00000560122;ENST00000560863;ENST00000558504;ENST00000559579;ENST00000559625;ENST00000558524;ENST00000558946;ENST00000558603;ENST00000561098;ENST00000537372" "ENSP00000249750;ENSP00000453734;ENSP00000309623;ENSP00000416754;ENSP00000453600;ENSP00000453408;ENSP00000452850;ENSP00000453292;ENSP00000454028;ENSP00000438296" "O94788" "ALDH1A2" "8854" "aldehyde dehydrogenase 1 family member A2" "RALDH2" "Cytosol" "SwissProt" -"ENSG00000128928" "ENST00000610693;ENST00000487418;ENST00000479013;ENST00000558610;ENST00000473112;ENST00000484250;ENST00000481262;ENST00000491554;ENST00000497252;ENST00000560660;ENST00000497816;ENST00000559575;ENST00000466756;ENST00000651168;ENST00000650656" "ENSP00000479359;ENSP00000418397;ENSP00000417990;ENSP00000453821;ENSP00000417256;ENSP00000452949;ENSP00000453146;ENSP00000453929;ENSP00000454145;ENSP00000499074;ENSP00000498731" "P26440" "IVD" "3712" "isovaleryl-CoA dehydrogenase" "ACAD2" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000128951" "ENST00000559935;ENST00000559416;ENST00000558813;ENST00000331200;ENST00000558472;ENST00000558978;ENST00000455976;ENST00000559540;ENST00000558367;ENST00000561350;ENST00000559852" "ENSP00000453667;ENSP00000454183;ENSP00000453717;ENSP00000370376;ENSP00000452749;ENSP00000452814;ENSP00000405160;ENSP00000454041;ENSP00000453683" "P33316" "DUT" "1854" "deoxyuridine triphosphatase" "dUTPase" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000129083" "ENST00000532088;ENST00000525214;ENST00000249923;ENST00000439561;ENST00000526527;ENST00000526191;ENST00000534234;ENST00000529866;ENST00000534771;ENST00000533096;ENST00000533533;ENST00000529210" "ENSP00000249923;ENSP00000397873;ENSP00000436383;ENSP00000431530;ENSP00000436401" "P53618" "COPB1" "1315" "COPI coat complex subunit beta 1" "COPB" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000128928" "ENST00000610693;ENST00000487418;ENST00000479013;ENST00000558610;ENST00000473112;ENST00000484250;ENST00000481262;ENST00000491554;ENST00000497252;ENST00000560660;ENST00000497816;ENST00000559575;ENST00000466756;ENST00000651168;ENST00000650656" "ENSP00000479359;ENSP00000418397;ENSP00000417990;ENSP00000453821;ENSP00000417256;ENSP00000452949;ENSP00000453146;ENSP00000453929;ENSP00000454145;ENSP00000499074;ENSP00000498731" "P26440" "IVD" "3712" "isovaleryl-CoA dehydrogenase" "ACAD2" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000128951" "ENST00000559935;ENST00000559416;ENST00000558813;ENST00000331200;ENST00000558472;ENST00000558978;ENST00000455976;ENST00000559540;ENST00000558367;ENST00000561350;ENST00000559852" "ENSP00000453667;ENSP00000454183;ENSP00000453717;ENSP00000370376;ENSP00000452749;ENSP00000452814;ENSP00000405160;ENSP00000454041;ENSP00000453683" "P33316" "DUT" "1854" "deoxyuridine triphosphatase" "dUTPase" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000129083" "ENST00000532088;ENST00000525214;ENST00000249923;ENST00000439561;ENST00000526527;ENST00000526191;ENST00000534234;ENST00000529866;ENST00000534771;ENST00000533096;ENST00000533533;ENST00000529210" "ENSP00000249923;ENSP00000397873;ENSP00000436383;ENSP00000431530;ENSP00000436401" "P53618" "COPB1" "1315" "COPI coat complex subunit beta 1" "COPB" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000129128" "ENST00000503362;ENST00000507678;ENST00000513139;ENST00000507001" "ENSP00000427463" "P61009" "SPCS3" "60559" "signal peptidase complex subunit 3" "FLJ22649;PRO3567;SPC22/23;SPC3;YLR066W" "Endoplasmic reticulum" "SwissProt" "ENSG00000129151" "ENST00000529202;ENST00000533566;ENST00000531832;ENST00000528583;ENST00000525090;ENST00000527505;ENST00000534323;ENST00000263182" "ENSP00000435781;ENSP00000435369;ENSP00000434918;ENSP00000433772;ENSP00000263182" "O75936" "BBOX1" "8424" "gamma-butyrobetaine hydroxylase 1" "BBH;BBOX;G-BBH;gamma-BBH" "Cytosol" "SwissProt" "ENSG00000129167" "ENST00000250018;ENST00000417164;ENST00000525406;ENST00000528338;ENST00000682019" "ENSP00000250018;ENSP00000403831;ENSP00000436081;ENSP00000508368" "P17752" "TPH1" "7166" "tryptophan hydroxylase 1" "TPH;TPRH" "Cytosol" "CellAtlas" @@ -1171,10 +1171,10 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000129244" "ENST00000577026;ENST00000250111;ENST00000577113" "ENSP00000459145;ENSP00000250111;ENSP00000460499" "P14415" "ATP1B2" "482" "ATPase Na+/K+ transporting subunit beta 2" "AMOG" "" "" "ENSG00000129353" "ENST00000590382;ENST00000588465;ENST00000407327;ENST00000590857;ENST00000588688;ENST00000586078;ENST00000335757;ENST00000592293;ENST00000588409;ENST00000588393;ENST00000589561;ENST00000588214;ENST00000591194;ENST00000586549;ENST00000590475" "ENSP00000468691;ENSP00000385135;ENSP00000465547;ENSP00000467552;ENSP00000466664;ENSP00000336888;ENSP00000466612;ENSP00000468070;ENSP00000466575;ENSP00000468812" "Q8IWA5" "SLC44A2" "57153" "solute carrier family 44 member 2" "CTL2" "" "" "ENSG00000129467" "ENST00000310677;ENST00000557056;ENST00000555684;ENST00000554577;ENST00000554068;ENST00000545213;ENST00000418030;ENST00000554781;ENST00000561200;ENST00000560635;ENST00000554936;ENST00000554959;ENST00000556932;ENST00000554674;ENST00000557099;ENST00000559167;ENST00000558563;ENST00000558125;ENST00000561138" "ENSP00000312126;ENSP00000450481;ENSP00000452250;ENSP00000393177;ENSP00000450477;ENSP00000450843;ENSP00000453259;ENSP00000453893" "Q8NFM4" "ADCY4" "196883" "adenylate cyclase 4" "AC4" "Cytosol" "SwissProt" -"ENSG00000129484" "ENST00000429687;ENST00000250416;ENST00000529465;ENST00000527915;ENST00000528465;ENST00000555140;ENST00000527384;ENST00000532299;ENST00000539930;ENST00000530598;ENST00000534664" "ENSP00000392972;ENSP00000250416;ENSP00000431867;ENSP00000432283;ENSP00000445524" "Q9UGN5" "PARP2" "10038" "poly(ADP-ribose) polymerase 2" "ADPRTL2;ARTD2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000129562" "ENST00000489532;ENST00000535847;ENST00000250498;ENST00000538631;ENST00000543337" "ENSP00000442074;ENSP00000250498;ENSP00000440242;ENSP00000440821" "P61803" "DAD1" "1603" "defender against cell death 1" "OST2" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000129484" "ENST00000429687;ENST00000250416;ENST00000529465;ENST00000527915;ENST00000528465;ENST00000555140;ENST00000527384;ENST00000532299;ENST00000539930;ENST00000530598;ENST00000534664" "ENSP00000392972;ENSP00000250416;ENSP00000431867;ENSP00000432283;ENSP00000445524" "Q9UGN5" "PARP2" "10038" "poly(ADP-ribose) polymerase 2" "ADPRTL2;ARTD2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000129562" "ENST00000489532;ENST00000535847;ENST00000250498;ENST00000538631;ENST00000543337" "ENSP00000442074;ENSP00000250498;ENSP00000440242;ENSP00000440821" "P61803" "DAD1" "1603" "defender against cell death 1" "OST2" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000129596" "ENST00000250535;ENST00000502631;ENST00000504877;ENST00000504613" "ENSP00000250535" "Q16878" "CDO1" "1036" "cysteine dioxygenase type 1" "" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000129673" "ENST00000250615;ENST00000392492;ENST00000587798;ENST00000585649" "ENSP00000250615;ENSP00000376282;ENSP00000468239;ENSP00000468717" "Q16613" "AANAT" "15" "aralkylamine N-acetyltransferase" "SNAT" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000129673" "ENST00000250615;ENST00000392492;ENST00000587798;ENST00000585649" "ENSP00000250615;ENSP00000376282;ENSP00000468239;ENSP00000468717" "Q16613" "AANAT" "15" "aralkylamine N-acetyltransferase" "SNAT" "Cytosol" "SwissProt;CellAtlas" "ENSG00000129744" "ENST00000529556;ENST00000250693" "ENSP00000250693" "P52961" "ART1" "417" "ADP-ribosyltransferase 1" "ART2;ARTC1;CD296" "" "" "ENSG00000129873" "ENST00000382867" "ENSP00000372319" "Q9Y6F7" "CDY2B" "203611" "chromodomain Y-linked 2B" "CDY" "" "" "ENSG00000129951" "ENST00000359894;ENST00000520876;ENST00000517665;ENST00000519502" "ENSP00000352962;ENSP00000430297;ENSP00000430544;ENSP00000466122" "Q6T4P5" "PLPPR3" "79948" "phospholipid phosphatase related 3" "FLJ11535;LPPR3;PRG-2;PRG2" "Cytosol;Golgi apparatus;Nucleus" "CellAtlas" @@ -1188,52 +1188,52 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000130208" "ENST00000588750;ENST00000588802;ENST00000592535;ENST00000592885;ENST00000589781;ENST00000589078;ENST00000590334;ENST00000586638;ENST00000592176" "ENSP00000465356;ENSP00000468029;ENSP00000468276;ENSP00000467368;ENSP00000467504;ENSP00000465710;ENSP00000465190;ENSP00000466146;ENSP00000466227" "P02654" "APOC1" "341" "apolipoprotein C1" "" "" "" "ENSG00000130227" "ENST00000252512;ENST00000521303;ENST00000519769;ENST00000518017;ENST00000520754;ENST00000433566;ENST00000518808;ENST00000517551;ENST00000522015" "ENSP00000252512;ENSP00000429290;ENSP00000410249;ENSP00000429317" "Q9UIA9" "XPO7" "23039" "exportin 7" "KIAA0745;RANBP16" "Cytosol;Nucleus" "SwissProt" "ENSG00000130234" "ENST00000679212;ENST00000679162;ENST00000679278;ENST00000678046;ENST00000677282;ENST00000680121;ENST00000427411;ENST00000678073;ENST00000252519;ENST00000471548;ENST00000473851" "ENSP00000503558;ENSP00000503771;ENSP00000504010;ENSP00000502872;ENSP00000504747;ENSP00000505992;ENSP00000389326;ENSP00000504103;ENSP00000252519;ENSP00000504643" "Q9BYF1" "ACE2" "59272" "angiotensin I converting enzyme 2" "" "Cytosol" "SwissProt" -"ENSG00000130304" "ENST00000600277;ENST00000252595;ENST00000598424;ENST00000599380;ENST00000600297;ENST00000593701;ENST00000594962;ENST00000598848;ENST00000599965" "ENSP00000472082;ENSP00000252595;ENSP00000472313;ENSP00000469459;ENSP00000469881;ENSP00000470457" "Q6PCB7" "SLC27A1" "376497" "solute carrier family 27 member 1" "ACSVL5;FATP;FATP1;FLJ00336;MGC71751" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000130305" "ENST00000438747;ENST00000428206;ENST00000471461;ENST00000252594;ENST00000310326;ENST00000478977;ENST00000455763" "ENSP00000388464;ENSP00000393081;ENSP00000252594;ENSP00000309126;ENSP00000405757" "Q96P11" "NSUN5" "55695" "NOP2/Sun RNA methyltransferase 5" "FLJ10267;NOL1R;NSUN5A;p120(NOL1);WBSCR20;WBSCR20A;Ynl022cL" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000130304" "ENST00000600277;ENST00000252595;ENST00000598424;ENST00000599380;ENST00000600297;ENST00000593701;ENST00000594962;ENST00000598848;ENST00000599965" "ENSP00000472082;ENSP00000252595;ENSP00000472313;ENSP00000469459;ENSP00000469881;ENSP00000470457" "Q6PCB7" "SLC27A1" "376497" "solute carrier family 27 member 1" "ACSVL5;FATP;FATP1;FLJ00336;MGC71751" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000130305" "ENST00000438747;ENST00000428206;ENST00000471461;ENST00000252594;ENST00000310326;ENST00000478977;ENST00000455763" "ENSP00000388464;ENSP00000393081;ENSP00000252594;ENSP00000309126;ENSP00000405757" "Q96P11" "NSUN5" "55695" "NOP2/Sun RNA methyltransferase 5" "FLJ10267;NOL1R;NSUN5A;p120(NOL1);WBSCR20;WBSCR20A;Ynl022cL" "Nucleus" "SwissProt;CellAtlas" "ENSG00000130309" "ENST00000252599;ENST00000600474;ENST00000601354;ENST00000597147;ENST00000597075;ENST00000593832" "ENSP00000252599;ENSP00000469817;ENSP00000468947" "Q8NBJ5" "COLGALT1" "79709" "collagen beta(1-O)galactosyltransferase 1" "FLJ22329;GLT25D1" "Endoplasmic reticulum" "SwissProt" "ENSG00000130313" "ENST00000594761;ENST00000596799;ENST00000252603;ENST00000600923;ENST00000595782;ENST00000598811" "ENSP00000471446;ENSP00000252603;ENSP00000472345;ENSP00000471951" "O95336" "PGLS" "25796" "6-phosphogluconolactonase" "6PGL" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000130377" "ENST00000591738;ENST00000588304;ENST00000681479;ENST00000588722;ENST00000588485;ENST00000591403;ENST00000586696;ENST00000681525;ENST00000592677;ENST00000589401;ENST00000587617;ENST00000587227;ENST00000585526;ENST00000591741;ENST00000590132" "ENSP00000468394;ENSP00000464938;ENSP00000506537;ENSP00000465870;ENSP00000466336;ENSP00000467755;ENSP00000465589;ENSP00000506442;ENSP00000468684;ENSP00000468652;ENSP00000465088;ENSP00000465581;ENSP00000466434" "Q5FVE4" "ACSBG2" "81616" "acyl-CoA synthetase bubblegum family member 2" "BGR;DKFZp434K1635;PRTD-NY3" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000130377" "ENST00000591738;ENST00000588304;ENST00000681479;ENST00000588722;ENST00000588485;ENST00000591403;ENST00000586696;ENST00000681525;ENST00000592677;ENST00000589401;ENST00000587617;ENST00000587227;ENST00000585526;ENST00000591741;ENST00000590132" "ENSP00000468394;ENSP00000464938;ENSP00000506537;ENSP00000465870;ENSP00000466336;ENSP00000467755;ENSP00000465589;ENSP00000506442;ENSP00000468684;ENSP00000468652;ENSP00000465088;ENSP00000465581;ENSP00000466434" "Q5FVE4" "ACSBG2" "81616" "acyl-CoA synthetase bubblegum family member 2" "BGR;DKFZp434K1635;PRTD-NY3" "Cytosol" "SwissProt;CellAtlas" "ENSG00000130383" "ENST00000252675;ENST00000588525" "ENSP00000252675;ENSP00000466880" "Q11128" "FUT5" "2527" "fucosyltransferase 5" "FUC-TV" "Golgi apparatus" "SwissProt" -"ENSG00000130414" "ENST00000419408;ENST00000679183;ENST00000677057;ENST00000676782;ENST00000677407;ENST00000676929;ENST00000678455;ENST00000252711;ENST00000677692;ENST00000678832;ENST00000678562;ENST00000678188;ENST00000677979;ENST00000678914;ENST00000677395;ENST00000476216;ENST00000677155;ENST00000677324;ENST00000677764;ENST00000677294;ENST00000678468;ENST00000678158;ENST00000676491;ENST00000471378;ENST00000404554;ENST00000677114;ENST00000620965;ENST00000485344;ENST00000679308;ENST00000677567;ENST00000679158;ENST00000443626;ENST00000444548;ENST00000448880;ENST00000677490;ENST00000307300;ENST00000678898;ENST00000677368;ENST00000677263;ENST00000678289;ENST00000676784;ENST00000414580;ENST00000679332;ENST00000678737;ENST00000407129;ENST00000497536" "ENSP00000408055;ENSP00000503016;ENSP00000504717;ENSP00000503141;ENSP00000503956;ENSP00000504395;ENSP00000252711;ENSP00000502992;ENSP00000502954;ENSP00000503341;ENSP00000504515;ENSP00000502890;ENSP00000502921;ENSP00000504547;ENSP00000503461;ENSP00000503925;ENSP00000504765;ENSP00000504528;ENSP00000385697;ENSP00000504818;ENSP00000480897;ENSP00000503148;ENSP00000503217;ENSP00000503837;ENSP00000411527;ENSP00000403080;ENSP00000408224;ENSP00000503255;ENSP00000302321;ENSP00000502983;ENSP00000503790;ENSP00000504063;ENSP00000388413;ENSP00000503770;ENSP00000383975" "O95299" "NDUFA10" "4705" "NADH:ubiquinone oxidoreductase subunit A10" "CI-42k" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000130414" "ENST00000419408;ENST00000679183;ENST00000677057;ENST00000676782;ENST00000677407;ENST00000676929;ENST00000678455;ENST00000252711;ENST00000677692;ENST00000678832;ENST00000678562;ENST00000678188;ENST00000677979;ENST00000678914;ENST00000677395;ENST00000476216;ENST00000677155;ENST00000677324;ENST00000677764;ENST00000677294;ENST00000678468;ENST00000678158;ENST00000676491;ENST00000471378;ENST00000404554;ENST00000677114;ENST00000620965;ENST00000485344;ENST00000679308;ENST00000677567;ENST00000679158;ENST00000443626;ENST00000444548;ENST00000448880;ENST00000677490;ENST00000307300;ENST00000678898;ENST00000677368;ENST00000677263;ENST00000678289;ENST00000676784;ENST00000414580;ENST00000679332;ENST00000678737;ENST00000407129;ENST00000497536" "ENSP00000408055;ENSP00000503016;ENSP00000504717;ENSP00000503141;ENSP00000503956;ENSP00000504395;ENSP00000252711;ENSP00000502992;ENSP00000502954;ENSP00000503341;ENSP00000504515;ENSP00000502890;ENSP00000502921;ENSP00000504547;ENSP00000503461;ENSP00000503925;ENSP00000504765;ENSP00000504528;ENSP00000385697;ENSP00000504818;ENSP00000480897;ENSP00000503148;ENSP00000503217;ENSP00000503837;ENSP00000411527;ENSP00000403080;ENSP00000408224;ENSP00000503255;ENSP00000302321;ENSP00000502983;ENSP00000503790;ENSP00000504063;ENSP00000388413;ENSP00000503770;ENSP00000383975" "O95299" "NDUFA10" "4705" "NADH:ubiquinone oxidoreductase subunit A10" "CI-42k" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000130508" "ENST00000252804;ENST00000493654;ENST00000478155;ENST00000453308;ENST00000477093;ENST00000493779;ENST00000465809;ENST00000433670;ENST00000467191;ENST00000483018;ENST00000477810;ENST00000447941;ENST00000425171;ENST00000485177" "ENSP00000252804;ENSP00000414098;ENSP00000402738;ENSP00000408701;ENSP00000398363" "Q92626" "PXDN" "7837" "peroxidasin" "D2S448;D2S448E;KIAA0230;MG50;PRG2;PXN" "Endoplasmic reticulum" "SwissProt" "ENSG00000130540" "ENST00000330884;ENST00000432404;ENST00000422525;ENST00000475131" "ENSP00000332565;ENSP00000414220;ENSP00000388285" "Q9BR01" "SULT4A1" "25830" "sulfotransferase family 4A member 1" "hBR-STL-1;SULTX3" "Cytosol" "SwissProt" "ENSG00000130589" "ENST00000427522;ENST00000478861;ENST00000467148;ENST00000454223;ENST00000479540;ENST00000370082" "ENSP00000393257;ENSP00000417401" "Q9BYK8" "HELZ2" "85441" "helicase with zinc finger 2" "KIAA1769;PDIP1;PRIC285" "Nucleus" "SwissProt" -"ENSG00000130649" "ENST00000463117;ENST00000541261;ENST00000477500;ENST00000541080;ENST00000421586;ENST00000418356;ENST00000480558;ENST00000368520;ENST00000469258;ENST00000252945" "ENSP00000440689;ENSP00000437799;ENSP00000444958;ENSP00000412754;ENSP00000397299;ENSP00000252945" "P05181" "CYP2E1" "1571" "cytochrome P450 family 2 subfamily E member 1" "CYP2E" "Endoplasmic reticulum;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000130653" "ENST00000406427;ENST00000492278;ENST00000469998;ENST00000277531;ENST00000487228;ENST00000434090;ENST00000491019" "ENSP00000384610;ENSP00000277531;ENSP00000436165" "Q6ZV29" "PNPLA7" "375775" "patatin like phospholipase domain containing 7" "C9orf111;FLJ31318;FLJ43070;FLJ44279;NTE-R1;NTEL1;RP11-48C7.2" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000130707" "ENST00000352480;ENST00000372394;ENST00000372393;ENST00000422569;ENST00000443588;ENST00000467695;ENST00000493984;ENST00000492400;ENST00000470849;ENST00000372386" "ENSP00000253004;ENSP00000361471;ENSP00000361469;ENSP00000394212;ENSP00000397785" "P00966" "ASS1" "445" "argininosuccinate synthase 1" "ASS;CTLN1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000130714" "ENST00000372228;ENST00000341012;ENST00000677216;ENST00000676640;ENST00000441334;ENST00000402686;ENST00000677729;ENST00000677029;ENST00000684579;ENST00000683392;ENST00000677853;ENST00000678833;ENST00000678548;ENST00000676915;ENST00000678942;ENST00000676803;ENST00000679111;ENST00000679023;ENST00000677293;ENST00000677586;ENST00000678707;ENST00000678303;ENST00000677626;ENST00000372220;ENST00000683229;ENST00000678546;ENST00000676835;ENST00000418774;ENST00000683712;ENST00000415075;ENST00000430619;ENST00000448212;ENST00000483472;ENST00000404875;ENST00000677028;ENST00000678366;ENST00000677295;ENST00000677099;ENST00000679221;ENST00000678785;ENST00000682070;ENST00000678739;ENST00000678626;ENST00000683615;ENST00000679189;ENST00000677677;ENST00000677167;ENST00000678264;ENST00000682813;ENST00000423007;ENST00000678768;ENST00000683900;ENST00000679076;ENST00000684062;ENST00000682563;ENST00000462375;ENST00000677444;ENST00000677944;ENST00000678693;ENST00000683134;ENST00000683855;ENST00000679073;ENST00000678733;ENST00000485278;ENST00000678795;ENST00000682539;ENST00000684679;ENST00000677983;ENST00000678202;ENST00000677221;ENST00000682535;ENST00000683110;ENST00000467848;ENST00000494883;ENST00000684399;ENST00000683231;ENST00000682639" "ENSP00000361302;ENSP00000343034;ENSP00000503772;ENSP00000503281;ENSP00000395060;ENSP00000385797;ENSP00000503581;ENSP00000502936;ENSP00000503488;ENSP00000503893;ENSP00000503934;ENSP00000504628;ENSP00000504690;ENSP00000503093;ENSP00000504257;ENSP00000503718;ENSP00000504278;ENSP00000503696;ENSP00000503552;ENSP00000361294;ENSP00000506964;ENSP00000502911;ENSP00000390737;ENSP00000405149;ENSP00000402083;ENSP00000403736;ENSP00000503896;ENSP00000504353;ENSP00000504346;ENSP00000504553;ENSP00000504422;ENSP00000504231;ENSP00000503806;ENSP00000506831;ENSP00000503356;ENSP00000503307;ENSP00000503157;ENSP00000404119;ENSP00000504492;ENSP00000504710;ENSP00000508076;ENSP00000504356;ENSP00000503285;ENSP00000508050;ENSP00000508079;ENSP00000507031;ENSP00000508025" "Q9Y6A1" "POMT1" "10585" "protein O-mannosyltransferase 1" "LGMD2K" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000130649" "ENST00000463117;ENST00000541261;ENST00000477500;ENST00000541080;ENST00000421586;ENST00000418356;ENST00000480558;ENST00000368520;ENST00000469258;ENST00000252945" "ENSP00000440689;ENSP00000437799;ENSP00000444958;ENSP00000412754;ENSP00000397299;ENSP00000252945" "P05181" "CYP2E1" "1571" "cytochrome P450 family 2 subfamily E member 1" "CYP2E" "Endoplasmic reticulum;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000130653" "ENST00000406427;ENST00000492278;ENST00000469998;ENST00000277531;ENST00000487228;ENST00000434090;ENST00000491019" "ENSP00000384610;ENSP00000277531;ENSP00000436165" "Q6ZV29" "PNPLA7" "375775" "patatin like phospholipase domain containing 7" "C9orf111;FLJ31318;FLJ43070;FLJ44279;NTE-R1;NTEL1;RP11-48C7.2" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000130707" "ENST00000352480;ENST00000372394;ENST00000372393;ENST00000422569;ENST00000443588;ENST00000467695;ENST00000493984;ENST00000492400;ENST00000470849;ENST00000372386" "ENSP00000253004;ENSP00000361471;ENSP00000361469;ENSP00000394212;ENSP00000397785" "P00966" "ASS1" "445" "argininosuccinate synthase 1" "ASS;CTLN1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000130714" "ENST00000372228;ENST00000341012;ENST00000677216;ENST00000676640;ENST00000441334;ENST00000402686;ENST00000677729;ENST00000677029;ENST00000684579;ENST00000683392;ENST00000677853;ENST00000678833;ENST00000678548;ENST00000676915;ENST00000678942;ENST00000676803;ENST00000679111;ENST00000679023;ENST00000677293;ENST00000677586;ENST00000678707;ENST00000678303;ENST00000677626;ENST00000372220;ENST00000683229;ENST00000678546;ENST00000676835;ENST00000418774;ENST00000683712;ENST00000415075;ENST00000430619;ENST00000448212;ENST00000483472;ENST00000404875;ENST00000677028;ENST00000678366;ENST00000677295;ENST00000677099;ENST00000679221;ENST00000678785;ENST00000682070;ENST00000678739;ENST00000678626;ENST00000683615;ENST00000679189;ENST00000677677;ENST00000677167;ENST00000678264;ENST00000682813;ENST00000423007;ENST00000678768;ENST00000683900;ENST00000679076;ENST00000684062;ENST00000682563;ENST00000462375;ENST00000677444;ENST00000677944;ENST00000678693;ENST00000683134;ENST00000683855;ENST00000679073;ENST00000678733;ENST00000485278;ENST00000678795;ENST00000682539;ENST00000684679;ENST00000677983;ENST00000678202;ENST00000677221;ENST00000682535;ENST00000683110;ENST00000467848;ENST00000494883;ENST00000684399;ENST00000683231;ENST00000682639" "ENSP00000361302;ENSP00000343034;ENSP00000503772;ENSP00000503281;ENSP00000395060;ENSP00000385797;ENSP00000503581;ENSP00000502936;ENSP00000503488;ENSP00000503893;ENSP00000503934;ENSP00000504628;ENSP00000504690;ENSP00000503093;ENSP00000504257;ENSP00000503718;ENSP00000504278;ENSP00000503696;ENSP00000503552;ENSP00000361294;ENSP00000506964;ENSP00000502911;ENSP00000390737;ENSP00000405149;ENSP00000402083;ENSP00000403736;ENSP00000503896;ENSP00000504353;ENSP00000504346;ENSP00000504553;ENSP00000504422;ENSP00000504231;ENSP00000503806;ENSP00000506831;ENSP00000503356;ENSP00000503307;ENSP00000503157;ENSP00000404119;ENSP00000504492;ENSP00000504710;ENSP00000508076;ENSP00000504356;ENSP00000503285;ENSP00000508050;ENSP00000508079;ENSP00000507031;ENSP00000508025" "Q9Y6A1" "POMT1" "10585" "protein O-mannosyltransferase 1" "LGMD2K" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000130717" "ENST00000372210;ENST00000372211;ENST00000491309;ENST00000372208;ENST00000372215;ENST00000484876;ENST00000494584;ENST00000459858;ENST00000482398" "ENSP00000361284;ENSP00000361285;ENSP00000432363;ENSP00000361282;ENSP00000361289" "Q9HA47" "UCK1" "83549" "uridine-cytidine kinase 1" "FLJ12255;URK1" "Nucleus" "CellAtlas" "ENSG00000130725" "ENST00000253023;ENST00000595957;ENST00000596985;ENST00000599829;ENST00000593801" "ENSP00000253023;ENSP00000468940;ENSP00000469855" "P61081" "UBE2M" "9040" "ubiquitin conjugating enzyme E2 M" "hUbc12;UBC12" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000130816" "ENST00000586667;ENST00000586588;ENST00000592705;ENST00000359526;ENST00000340748;ENST00000591798;ENST00000678107;ENST00000589351;ENST00000678957;ENST00000679100;ENST00000678694;ENST00000677783;ENST00000676868;ENST00000678024;ENST00000676604;ENST00000677616;ENST00000677685;ENST00000677250;ENST00000677013;ENST00000679103;ENST00000677634;ENST00000676820;ENST00000677038;ENST00000678647;ENST00000678851;ENST00000676610;ENST00000588913;ENST00000678804;ENST00000679313;ENST00000677135;ENST00000677946;ENST00000678239;ENST00000589294;ENST00000587197;ENST00000589538;ENST00000593049;ENST00000587604;ENST00000589091;ENST00000591239;ENST00000586799;ENST00000585843;ENST00000589349;ENST00000591764;ENST00000585920;ENST00000586988;ENST00000588952;ENST00000588118;ENST00000592342;ENST00000592054;ENST00000590619;ENST00000586800;ENST00000586086" "ENSP00000466657;ENSP00000352516;ENSP00000345739;ENSP00000503055;ENSP00000503407;ENSP00000502894;ENSP00000503135;ENSP00000503151;ENSP00000504246;ENSP00000504236;ENSP00000467125;ENSP00000503853;ENSP00000504512;ENSP00000504202;ENSP00000467260;ENSP00000464958;ENSP00000467050;ENSP00000465223;ENSP00000465993;ENSP00000468359;ENSP00000468062;ENSP00000465555" "P26358" "DNMT1" "1786" "DNA methyltransferase 1" "CXXC9;DNMT;MCMT" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000130816" "ENST00000586667;ENST00000586588;ENST00000592705;ENST00000359526;ENST00000340748;ENST00000591798;ENST00000678107;ENST00000589351;ENST00000678957;ENST00000679100;ENST00000678694;ENST00000677783;ENST00000676868;ENST00000678024;ENST00000676604;ENST00000677616;ENST00000677685;ENST00000677250;ENST00000677013;ENST00000679103;ENST00000677634;ENST00000676820;ENST00000677038;ENST00000678647;ENST00000678851;ENST00000676610;ENST00000588913;ENST00000678804;ENST00000679313;ENST00000677135;ENST00000677946;ENST00000678239;ENST00000589294;ENST00000587197;ENST00000589538;ENST00000593049;ENST00000587604;ENST00000589091;ENST00000591239;ENST00000586799;ENST00000585843;ENST00000589349;ENST00000591764;ENST00000585920;ENST00000586988;ENST00000588952;ENST00000588118;ENST00000592342;ENST00000592054;ENST00000590619;ENST00000586800;ENST00000586086" "ENSP00000466657;ENSP00000352516;ENSP00000345739;ENSP00000503055;ENSP00000503407;ENSP00000502894;ENSP00000503135;ENSP00000503151;ENSP00000504246;ENSP00000504236;ENSP00000467125;ENSP00000503853;ENSP00000504512;ENSP00000504202;ENSP00000467260;ENSP00000464958;ENSP00000467050;ENSP00000465223;ENSP00000465993;ENSP00000468359;ENSP00000468062;ENSP00000465555" "P26358" "DNMT1" "1786" "DNA methyltransferase 1" "CXXC9;DNMT;MCMT" "Nucleus" "SwissProt;CellAtlas" "ENSG00000130821" "ENST00000253122;ENST00000476466;ENST00000430077;ENST00000675713;ENST00000466243;ENST00000467402;ENST00000429147;ENST00000485324;ENST00000413787;ENST00000442457;ENST00000457723" "ENSP00000253122;ENSP00000403041;ENSP00000404046;ENSP00000400463;ENSP00000403682;ENSP00000394742" "P48029" "SLC6A8" "6535" "solute carrier family 6 member 8" "CRTR;CT1" "" "" "ENSG00000130822" "ENST00000370150;ENST00000340888;ENST00000466074;ENST00000438984;ENST00000472324;ENST00000370142;ENST00000370145;ENST00000447676;ENST00000488994;ENST00000473680;ENST00000439087;ENST00000433470;ENST00000422811;ENST00000466638;ENST00000489536;ENST00000411968;ENST00000488168;ENST00000475172;ENST00000465303;ENST00000463548;ENST00000419804;ENST00000458354;ENST00000466662;ENST00000418241;ENST00000434652;ENST00000425526;ENST00000423545;ENST00000462280;ENST00000460106;ENST00000473831;ENST00000480693;ENST00000484705" "ENSP00000359169;ENSP00000340586;ENSP00000390812;ENSP00000359161;ENSP00000359164;ENSP00000405950;ENSP00000415770;ENSP00000397085;ENSP00000391772;ENSP00000391264;ENSP00000400671;ENSP00000401542;ENSP00000411267;ENSP00000396128;ENSP00000407173;ENSP00000395360" "Q6P2M8" "PNCK" "139728" "pregnancy up-regulated nonubiquitous CaM kinase" "CaMK1b;MGC45419" "Cytosol;Golgi apparatus" "CellAtlas" -"ENSG00000130829" "ENST00000477033;ENST00000370167;ENST00000342782" "ENSP00000359186;ENSP00000345853" "Q99956" "DUSP9" "1852" "dual specificity phosphatase 9" "MKP-4;MKP4" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000130829" "ENST00000477033;ENST00000370167;ENST00000342782" "ENSP00000359186;ENSP00000345853" "Q99956" "DUSP9" "1852" "dual specificity phosphatase 9" "MKP-4;MKP4" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000130876" "ENST00000253188;ENST00000590490;ENST00000590036;ENST00000587064;ENST00000592596" "ENSP00000253188;ENSP00000465421;ENSP00000466876;ENSP00000466410" "Q9NS82" "SLC7A10" "56301" "solute carrier family 7 member 10" "asc-1" "Nucleus" "CellAtlas" "ENSG00000130939" "ENST00000253251;ENST00000672724;ENST00000343090;ENST00000377153;ENST00000462658;ENST00000470736;ENST00000466379;ENST00000488228;ENST00000487244;ENST00000465408" "ENSP00000253251;ENSP00000500453;ENSP00000343001;ENSP00000366358;ENSP00000467258;ENSP00000468178" "O95155" "UBE4B" "10277" "ubiquitination factor E4B" "E4;KIAA0684;UBOX3;UFD2" "Cytosol;Nucleus" "SwissProt" "ENSG00000130948" "ENST00000494814;ENST00000375263;ENST00000467499;ENST00000375262;ENST00000648332;ENST00000650005;ENST00000648146;ENST00000648799;ENST00000484816;ENST00000650386" "ENSP00000364412;ENSP00000498077;ENSP00000364411;ENSP00000497562;ENSP00000498121;ENSP00000497238;ENSP00000498039;ENSP00000497464" "P37058" "HSD17B3" "3293" "hydroxysteroid 17-beta dehydrogenase 3" "SDR12C2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000130957" "ENST00000375337" "ENSP00000364486" "O00757" "FBP2" "8789" "fructose-bisphosphatase 2" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000130958" "ENST00000650065;ENST00000253270;ENST00000375259;ENST00000490599;ENST00000482643;ENST00000375257" "ENSP00000497899;ENSP00000253270;ENSP00000364408;ENSP00000498151;ENSP00000364406" "Q76EJ3" "SLC35D2" "11046" "solute carrier family 35 member D2" "SQV7L;UGTrel8" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000130985" "ENST00000377351;ENST00000412206;ENST00000427561;ENST00000442035;ENST00000457753;ENST00000335972;ENST00000451702;ENST00000490869;ENST00000377269" "ENSP00000366568;ENSP00000415033;ENSP00000397816;ENSP00000389583;ENSP00000404796;ENSP00000338413;ENSP00000401101;ENSP00000366481" "P22314" "UBA1" "7317" "ubiquitin like modifier activating enzyme 1" "A1S9T;CFAP124;GXP1;POC20;UBE1;UBE1X" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000130988" "ENST00000352078;ENST00000469346;ENST00000336169;ENST00000475448;ENST00000397180;ENST00000457380" "ENSP00000253303;ENSP00000338400;ENSP00000380365;ENSP00000406568" "Q15493" "RGN" "9104" "regucalcin" "RC;SMP30" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000130997" "ENST00000511885;ENST00000503371;ENST00000511098;ENST00000514521;ENST00000511777;ENST00000509623;ENST00000514858;ENST00000508568;ENST00000503601;ENST00000515357;ENST00000510344;ENST00000506518;ENST00000382865" "ENSP00000435506;ENSP00000426401;ENSP00000372316" "Q7Z5Q5" "POLN" "353497" "DNA polymerase nu" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000130957" "ENST00000375337" "ENSP00000364486" "O00757" "FBP2" "8789" "fructose-bisphosphatase 2" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000130958" "ENST00000650065;ENST00000253270;ENST00000375259;ENST00000490599;ENST00000482643;ENST00000375257" "ENSP00000497899;ENSP00000253270;ENSP00000364408;ENSP00000498151;ENSP00000364406" "Q76EJ3" "SLC35D2" "11046" "solute carrier family 35 member D2" "SQV7L;UGTrel8" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000130985" "ENST00000377351;ENST00000412206;ENST00000427561;ENST00000442035;ENST00000457753;ENST00000335972;ENST00000451702;ENST00000490869;ENST00000377269" "ENSP00000366568;ENSP00000415033;ENSP00000397816;ENSP00000389583;ENSP00000404796;ENSP00000338413;ENSP00000401101;ENSP00000366481" "P22314" "UBA1" "7317" "ubiquitin like modifier activating enzyme 1" "A1S9T;CFAP124;GXP1;POC20;UBE1;UBE1X" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000130988" "ENST00000352078;ENST00000469346;ENST00000336169;ENST00000475448;ENST00000397180;ENST00000457380" "ENSP00000253303;ENSP00000338400;ENSP00000380365;ENSP00000406568" "Q15493" "RGN" "9104" "regucalcin" "RC;SMP30" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000130997" "ENST00000511885;ENST00000503371;ENST00000511098;ENST00000514521;ENST00000511777;ENST00000509623;ENST00000514858;ENST00000508568;ENST00000503601;ENST00000515357;ENST00000510344;ENST00000506518;ENST00000382865" "ENSP00000435506;ENSP00000426401;ENSP00000372316" "Q7Z5Q5" "POLN" "353497" "DNA polymerase nu" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000131013" "ENST00000253329;ENST00000340881" "ENSP00000253329;ENSP00000344128" "Q8WUA2" "PPIL4" "85313" "peptidylprolyl isomerase like 4" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000131055" "ENST00000376075;ENST00000490030" "ENSP00000365243" "Q96KJ9" "COX4I2" "84701" "cytochrome c oxidase subunit 4I2" "COX4-2;COX4B;COX4L2;COXIV-2;dJ857M17.2" "" "" "ENSG00000131067" "ENST00000336431;ENST00000469018;ENST00000470952;ENST00000427420" "ENSP00000338964;ENSP00000486589;ENSP00000486190;ENSP00000394993" "Q9UJ14" "GGT7" "2686" "gamma-glutamyltransferase 7" "D20S101;dJ18C9.2;GGTL3;GGTL5" "Nucleus" "CellAtlas" "ENSG00000131069" "ENST00000490046;ENST00000481971;ENST00000497927;ENST00000488172;ENST00000481284;ENST00000475459;ENST00000461051;ENST00000360596;ENST00000484354;ENST00000480274;ENST00000493805;ENST00000473172;ENST00000477932;ENST00000480978;ENST00000467019;ENST00000253382;ENST00000476922;ENST00000464399;ENST00000468550;ENST00000493250;ENST00000491533;ENST00000490464;ENST00000470315;ENST00000494727" "ENSP00000417783;ENSP00000418152;ENSP00000420105;ENSP00000353804;ENSP00000419167;ENSP00000418608;ENSP00000418812;ENSP00000419925;ENSP00000418362;ENSP00000420351;ENSP00000253382" "Q9NR19" "ACSS2" "55902" "acyl-CoA synthetase short chain family member 2" "ACAS2;AceCS;ACS;ACSA;dJ1161H23.1" "Cytosol" "SwissProt" -"ENSG00000131100" "ENST00000253413;ENST00000399796;ENST00000399798;ENST00000473248;ENST00000413576;ENST00000481365;ENST00000484653;ENST00000478963;ENST00000460085" "ENSP00000253413;ENSP00000382694;ENSP00000382696;ENSP00000398932" "P36543" "ATP6V1E1" "529" "ATPase H+ transporting V1 subunit E1" "ATP6E;ATP6E2;ATP6V1E;P31;Vma4" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000131143" "ENST00000565078;ENST00000570123;ENST00000568339;ENST00000566115;ENST00000567241;ENST00000568794;ENST00000253452;ENST00000562336;ENST00000563774;ENST00000567266;ENST00000561569;ENST00000566405;ENST00000564544;ENST00000566617;ENST00000564648;ENST00000564903;ENST00000569997;ENST00000562929" "ENSP00000454869;ENSP00000455437;ENSP00000455030;ENSP00000253452;ENSP00000457513;ENSP00000457015;ENSP00000455301;ENSP00000456452;ENSP00000454714" "P13073" "COX4I1" "1327" "cytochrome c oxidase subunit 4I1" "COX4;COX4-1" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000131100" "ENST00000253413;ENST00000399796;ENST00000399798;ENST00000473248;ENST00000413576;ENST00000481365;ENST00000484653;ENST00000478963;ENST00000460085" "ENSP00000253413;ENSP00000382694;ENSP00000382696;ENSP00000398932" "P36543" "ATP6V1E1" "529" "ATPase H+ transporting V1 subunit E1" "ATP6E;ATP6E2;ATP6V1E;P31;Vma4" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000131143" "ENST00000565078;ENST00000570123;ENST00000568339;ENST00000566115;ENST00000567241;ENST00000568794;ENST00000253452;ENST00000562336;ENST00000563774;ENST00000567266;ENST00000561569;ENST00000566405;ENST00000564544;ENST00000566617;ENST00000564648;ENST00000564903;ENST00000569997;ENST00000562929" "ENSP00000454869;ENSP00000455437;ENSP00000455030;ENSP00000253452;ENSP00000457513;ENSP00000457015;ENSP00000455301;ENSP00000456452;ENSP00000454714" "P13073" "COX4I1" "1327" "cytochrome c oxidase subunit 4I1" "COX4;COX4-1" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000131174" "ENST00000373335;ENST00000475465;ENST00000650309;ENST00000647835" "ENSP00000496880;ENSP00000497958;ENSP00000497474;ENSP00000497517" "P24311" "COX7B" "1349" "cytochrome c oxidase subunit 7B" "" "Inner mitochondria" "SwissProt" "ENSG00000131183" "ENST00000504577;ENST00000512593;ENST00000324417;ENST00000507685;ENST00000513614" "ENSP00000423733;ENSP00000423022;ENSP00000321424" "Q06495" "SLC34A1" "6569" "solute carrier family 34 member 1" "NAPI-3;NPT2;NPTIIa;SLC11;SLC17A2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000131203" "ENST00000518804;ENST00000519154;ENST00000522495;ENST00000522840;ENST00000518237;ENST00000253513;ENST00000521636;ENST00000521480;ENST00000523779" "ENSP00000429297;ENSP00000428716;ENSP00000430505;ENSP00000429933;ENSP00000430950;ENSP00000253513" "P14902" "IDO1" "3620" "indoleamine 2,3-dioxygenase 1" "IDO;INDO" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000131238" "ENST00000642050;ENST00000641471;ENST00000530076;ENST00000641083;ENST00000530704;ENST00000433473;ENST00000641319;ENST00000439754;ENST00000641236;ENST00000641691;ENST00000449045;ENST00000529905;ENST00000641381;ENST00000372775;ENST00000641924;ENST00000527311;ENST00000372779;ENST00000526547;ENST00000641548" "ENSP00000493153;ENSP00000493146;ENSP00000434007;ENSP00000493369;ENSP00000431655;ENSP00000394863;ENSP00000493128;ENSP00000403207;ENSP00000492910;ENSP00000392293;ENSP00000432053;ENSP00000493359;ENSP00000493063;ENSP00000436695;ENSP00000361865;ENSP00000436481;ENSP00000492984" "P50897" "PPT1" "5538" "palmitoyl-protein thioesterase 1" "CLN1;INCL;PPT" "Golgi apparatus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000131373" "ENST00000321169;ENST00000628377;ENST00000435217;ENST00000383779;ENST00000451445;ENST00000456194;ENST00000457447;ENST00000422591;ENST00000421993;ENST00000414979;ENST00000469454;ENST00000460907;ENST00000472857" "ENSP00000323811;ENSP00000486684;ENSP00000395278;ENSP00000373289;ENSP00000403656;ENSP00000390699;ENSP00000404883;ENSP00000392796;ENSP00000391393;ENSP00000395352" "Q9UJ83" "HACL1" "26061" "2-hydroxyacyl-CoA lyase 1" "2-HPCL;HPCL;PHYH2" "Peroxisome;Nucleus" "SwissProt&CellAtlas" -"ENSG00000131386" "ENST00000339732;ENST00000437509;ENST00000470031;ENST00000430410;ENST00000489467;ENST00000650034;ENST00000617544" "ENSP00000344260;ENSP00000395873;ENSP00000389079;ENSP00000496960;ENSP00000480229" "Q8N3T1" "GALNT15" "117248" "polypeptide N-acetylgalactosaminyltransferase 15" "GALNT7;GALNTL2;pp-GalNAc-T15" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000131203" "ENST00000518804;ENST00000519154;ENST00000522495;ENST00000522840;ENST00000518237;ENST00000253513;ENST00000521636;ENST00000521480;ENST00000523779" "ENSP00000429297;ENSP00000428716;ENSP00000430505;ENSP00000429933;ENSP00000430950;ENSP00000253513" "P14902" "IDO1" "3620" "indoleamine 2,3-dioxygenase 1" "IDO;INDO" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000131238" "ENST00000642050;ENST00000641471;ENST00000530076;ENST00000641083;ENST00000530704;ENST00000433473;ENST00000641319;ENST00000439754;ENST00000641236;ENST00000641691;ENST00000449045;ENST00000529905;ENST00000641381;ENST00000372775;ENST00000641924;ENST00000527311;ENST00000372779;ENST00000526547;ENST00000641548" "ENSP00000493153;ENSP00000493146;ENSP00000434007;ENSP00000493369;ENSP00000431655;ENSP00000394863;ENSP00000493128;ENSP00000403207;ENSP00000492910;ENSP00000392293;ENSP00000432053;ENSP00000493359;ENSP00000493063;ENSP00000436695;ENSP00000361865;ENSP00000436481;ENSP00000492984" "P50897" "PPT1" "5538" "palmitoyl-protein thioesterase 1" "CLN1;INCL;PPT" "Golgi apparatus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000131373" "ENST00000321169;ENST00000628377;ENST00000435217;ENST00000383779;ENST00000451445;ENST00000456194;ENST00000457447;ENST00000422591;ENST00000421993;ENST00000414979;ENST00000469454;ENST00000460907;ENST00000472857" "ENSP00000323811;ENSP00000486684;ENSP00000395278;ENSP00000373289;ENSP00000403656;ENSP00000390699;ENSP00000404883;ENSP00000392796;ENSP00000391393;ENSP00000395352" "Q9UJ83" "HACL1" "26061" "2-hydroxyacyl-CoA lyase 1" "2-HPCL;HPCL;PHYH2" "Peroxisome;Nucleus" "SwissProt;CellAtlas" +"ENSG00000131386" "ENST00000339732;ENST00000437509;ENST00000470031;ENST00000430410;ENST00000489467;ENST00000650034;ENST00000617544" "ENSP00000344260;ENSP00000395873;ENSP00000389079;ENSP00000496960;ENSP00000480229" "Q8N3T1" "GALNT15" "117248" "polypeptide N-acetylgalactosaminyltransferase 15" "GALNT7;GALNTL2;pp-GalNAc-T15" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000131389" "ENST00000622810;ENST00000610642;ENST00000613060;ENST00000618278;ENST00000649500;ENST00000621751;ENST00000613930;ENST00000622176;ENST00000615188;ENST00000452775;ENST00000452151;ENST00000622186" "ENSP00000482391;ENSP00000481625;ENSP00000481946;ENSP00000497250;ENSP00000482560;ENSP00000482220;ENSP00000402059;ENSP00000399522;ENSP00000480890" "P31641" "SLC6A6" "6533" "solute carrier family 6 member 6" "TAUT" "Cytosol" "CellAtlas" "ENSG00000131400" "ENST00000253719;ENST00000598044;ENST00000599181;ENST00000598915;ENST00000599233;ENST00000596653;ENST00000597378" "ENSP00000253719;ENSP00000469061;ENSP00000469763" "O96009" "NAPSA" "9476" "napsin A aspartic peptidase" "KAP;Kdap;NAP1;NAPA" "" "" "ENSG00000131446" "ENST00000333055;ENST00000307826;ENST00000446023;ENST00000427865;ENST00000504671;ENST00000506889;ENST00000514283;ENST00000512695;ENST00000506269;ENST00000514438;ENST00000502678;ENST00000513431;ENST00000507384;ENST00000504385;ENST00000514760;ENST00000505682;ENST00000512080;ENST00000510341;ENST00000508702;ENST00000513149;ENST00000510962;ENST00000508090;ENST00000506708;ENST00000506033;ENST00000393340" "ENSP00000332073;ENSP00000311888;ENSP00000404718;ENSP00000402838;ENSP00000424891;ENSP00000425988;ENSP00000424382;ENSP00000427116;ENSP00000422906;ENSP00000421738;ENSP00000422588;ENSP00000423401;ENSP00000427433;ENSP00000377010" "P26572" "MGAT1" "4245" "alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase" "GLCNAC-TI;GLYT1;GNT-1;GnTI;MGAT" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000131459" "ENST00000253778;ENST00000520165;ENST00000510122;ENST00000518906;ENST00000518185;ENST00000518158;ENST00000503546;ENST00000503228" "ENSP00000253778;ENSP00000431125;ENSP00000422771" "O94808" "GFPT2" "9945" "glutamine-fructose-6-phosphate transaminase 2" "GFAT2" "" "" "ENSG00000131471" "ENST00000308423;ENST00000587330;ENST00000592999;ENST00000591562;ENST00000588033;ENST00000617500;ENST00000613571" "ENSP00000312326;ENSP00000464787;ENSP00000465913;ENSP00000468632;ENSP00000468043;ENSP00000477686;ENSP00000484312" "Q16853" "AOC3" "8639" "amine oxidase copper containing 3" "HPAO;VAP-1;VAP1" "Cytosol;Golgi apparatus" "CellAtlas" -"ENSG00000131473" "ENST00000352035;ENST00000590151;ENST00000537919;ENST00000393896;ENST00000588779;ENST00000590770;ENST00000588547;ENST00000590735;ENST00000592970;ENST00000353196" "ENSP00000253792;ENSP00000466259;ENSP00000445349;ENSP00000377474;ENSP00000464717;ENSP00000468705;ENSP00000345398" "P53396" "ACLY" "47" "ATP citrate lyase" "ACL;ATPCL;CLATP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000131473" "ENST00000352035;ENST00000590151;ENST00000537919;ENST00000393896;ENST00000588779;ENST00000590770;ENST00000588547;ENST00000590735;ENST00000592970;ENST00000353196" "ENSP00000253792;ENSP00000466259;ENSP00000445349;ENSP00000377474;ENSP00000464717;ENSP00000468705;ENSP00000345398" "P53396" "ACLY" "47" "ATP citrate lyase" "ACL;ATPCL;CLATP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000131480" "ENST00000253799;ENST00000452774" "ENSP00000253799;ENSP00000406134" "O75106" "AOC2" "314" "amine oxidase copper containing 2" "DAO2;RAO" "Cytosol" "SwissProt" "ENSG00000131482" "ENST00000592383;ENST00000253801;ENST00000585489;ENST00000588481" "ENSP00000465958;ENSP00000253801;ENSP00000466202" "P35575" "G6PC1" "2538" "glucose-6-phosphatase catalytic subunit 1" "G6PC;G6PT;GSD1a" "Endoplasmic reticulum" "SwissProt" "ENSG00000131495" "ENST00000510680;ENST00000252102;ENST00000512088;ENST00000502960" "ENSP00000252102;ENSP00000427220" "O43678" "NDUFA2" "4695" "NADH:ubiquinone oxidoreductase subunit A2" "B8" "Inner mitochondria" "SwissProt" @@ -1241,176 +1241,176 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000131653" "ENST00000565383;ENST00000326181;ENST00000569686;ENST00000567653;ENST00000564067;ENST00000567645;ENST00000570169" "ENSP00000479297;ENSP00000318944;ENSP00000478515;ENSP00000457735;ENSP00000456034" "Q6Q0C0" "TRAF7" "84231" "TNF receptor associated factor 7" "DKFZp586I021;MGC7807;RFWD1;RNF119" "Cytosol" "SwissProt" "ENSG00000131686" "ENST00000549778;ENST00000476083;ENST00000480186;ENST00000377443;ENST00000377436;ENST00000377442" "ENSP00000447108;ENSP00000435280;ENSP00000366662;ENSP00000366654;ENSP00000366661" "P23280" "CA6" "765" "carbonic anhydrase 6" "" "" "" "ENSG00000131730" "ENST00000254035;ENST00000511719;ENST00000513094;ENST00000515615;ENST00000424301;ENST00000505060;ENST00000515238;ENST00000505704;ENST00000505135;ENST00000514086;ENST00000505850;ENST00000437669" "ENSP00000254035;ENSP00000423264;ENSP00000404203;ENSP00000427635;ENSP00000410289" "P17540" "CKMT2" "1160" "creatine kinase, mitochondrial 2" "SMTCK" "Inner mitochondria" "SwissProt" -"ENSG00000131748" "ENST00000336308;ENST00000578232;ENST00000580551;ENST00000578254;ENST00000544210;ENST00000581894;ENST00000583582;ENST00000578577;ENST00000394250;ENST00000579479;ENST00000577248;ENST00000580611;ENST00000585214;ENST00000583718;ENST00000580331;ENST00000583419;ENST00000484773;ENST00000488876;ENST00000443521;ENST00000460894;ENST00000582874;ENST00000481171;ENST00000585269;ENST00000584850;ENST00000471896;ENST00000583884;ENST00000583639;ENST00000578384;ENST00000578686" "ENSP00000337446;ENSP00000439869;ENSP00000462859;ENSP00000464472;ENSP00000377794;ENSP00000462483;ENSP00000463460;ENSP00000463613;ENSP00000464204;ENSP00000462541;ENSP00000463681;ENSP00000411710;ENSP00000464288" "Q14849" "STARD3" "10948" "StAR related lipid transfer domain containing 3" "es64;MLN64" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000131781" "ENST00000527849;ENST00000441068;ENST00000254090;ENST00000369272;ENST00000619062;ENST00000533174;ENST00000533848;ENST00000478432;ENST00000578284" "ENSP00000433742;ENSP00000416011;ENSP00000254090;ENSP00000358277;ENSP00000436429;ENSP00000432569;ENSP00000462062" "P49326" "FMO5" "2330" "flavin containing dimethylaniline monoxygenase 5" "" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000131828" "ENST00000423505;ENST00000417819;ENST00000422285;ENST00000492364;ENST00000355808;ENST00000379805;ENST00000479146;ENST00000481733;ENST00000379804;ENST00000478795;ENST00000540249;ENST00000545074;ENST00000379806" "ENSP00000406473;ENSP00000404616;ENSP00000394382;ENSP00000348062;ENSP00000369133;ENSP00000369132;ENSP00000440761;ENSP00000438550;ENSP00000369134" "P08559" "PDHA1" "5160" "pyruvate dehydrogenase E1 subunit alpha 1" "PDHA" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000131844" "ENST00000505787;ENST00000682499;ENST00000682214;ENST00000682045;ENST00000683789;ENST00000681968;ENST00000683665;ENST00000512218;ENST00000682727;ENST00000682541;ENST00000683098;ENST00000510895;ENST00000684254;ENST00000683258;ENST00000683882;ENST00000683403;ENST00000684024;ENST00000682687;ENST00000629193;ENST00000682876;ENST00000683429;ENST00000509358;ENST00000340941;ENST00000505435;ENST00000683339;ENST00000507169;ENST00000683847;ENST00000509539;ENST00000684310;ENST00000684530;ENST00000684652;ENST00000681991;ENST00000682667;ENST00000684686;ENST00000684474;ENST00000682231;ENST00000682640;ENST00000682438;ENST00000684132;ENST00000684316;ENST00000684473;ENST00000682175;ENST00000683163" "ENSP00000507336;ENSP00000507329;ENSP00000507012;ENSP00000508143;ENSP00000507068;ENSP00000423202;ENSP00000507393;ENSP00000507673;ENSP00000507670;ENSP00000508001;ENSP00000507448;ENSP00000506735;ENSP00000507896;ENSP00000507175;ENSP00000507945;ENSP00000486535;ENSP00000508389;ENSP00000507697;ENSP00000420994;ENSP00000343657;ENSP00000507758;ENSP00000425474;ENSP00000507550;ENSP00000507439;ENSP00000507929" "Q9HCC0" "MCCC2" "64087" "methylcrotonoyl-CoA carboxylase 2" "MCCB" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000131748" "ENST00000336308;ENST00000578232;ENST00000580551;ENST00000578254;ENST00000544210;ENST00000581894;ENST00000583582;ENST00000578577;ENST00000394250;ENST00000579479;ENST00000577248;ENST00000580611;ENST00000585214;ENST00000583718;ENST00000580331;ENST00000583419;ENST00000484773;ENST00000488876;ENST00000443521;ENST00000460894;ENST00000582874;ENST00000481171;ENST00000585269;ENST00000584850;ENST00000471896;ENST00000583884;ENST00000583639;ENST00000578384;ENST00000578686" "ENSP00000337446;ENSP00000439869;ENSP00000462859;ENSP00000464472;ENSP00000377794;ENSP00000462483;ENSP00000463460;ENSP00000463613;ENSP00000464204;ENSP00000462541;ENSP00000463681;ENSP00000411710;ENSP00000464288" "Q14849" "STARD3" "10948" "StAR related lipid transfer domain containing 3" "es64;MLN64" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000131781" "ENST00000527849;ENST00000441068;ENST00000254090;ENST00000369272;ENST00000619062;ENST00000533174;ENST00000533848;ENST00000478432;ENST00000578284" "ENSP00000433742;ENSP00000416011;ENSP00000254090;ENSP00000358277;ENSP00000436429;ENSP00000432569;ENSP00000462062" "P49326" "FMO5" "2330" "flavin containing dimethylaniline monoxygenase 5" "" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000131828" "ENST00000423505;ENST00000417819;ENST00000422285;ENST00000492364;ENST00000355808;ENST00000379805;ENST00000479146;ENST00000481733;ENST00000379804;ENST00000478795;ENST00000540249;ENST00000545074;ENST00000379806" "ENSP00000406473;ENSP00000404616;ENSP00000394382;ENSP00000348062;ENSP00000369133;ENSP00000369132;ENSP00000440761;ENSP00000438550;ENSP00000369134" "P08559" "PDHA1" "5160" "pyruvate dehydrogenase E1 subunit alpha 1" "PDHA" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000131844" "ENST00000505787;ENST00000682499;ENST00000682214;ENST00000682045;ENST00000683789;ENST00000681968;ENST00000683665;ENST00000512218;ENST00000682727;ENST00000682541;ENST00000683098;ENST00000510895;ENST00000684254;ENST00000683258;ENST00000683882;ENST00000683403;ENST00000684024;ENST00000682687;ENST00000629193;ENST00000682876;ENST00000683429;ENST00000509358;ENST00000340941;ENST00000505435;ENST00000683339;ENST00000507169;ENST00000683847;ENST00000509539;ENST00000684310;ENST00000684530;ENST00000684652;ENST00000681991;ENST00000682667;ENST00000684686;ENST00000684474;ENST00000682231;ENST00000682640;ENST00000682438;ENST00000684132;ENST00000684316;ENST00000684473;ENST00000682175;ENST00000683163" "ENSP00000507336;ENSP00000507329;ENSP00000507012;ENSP00000508143;ENSP00000507068;ENSP00000423202;ENSP00000507393;ENSP00000507673;ENSP00000507670;ENSP00000508001;ENSP00000507448;ENSP00000506735;ENSP00000507896;ENSP00000507175;ENSP00000507945;ENSP00000486535;ENSP00000508389;ENSP00000507697;ENSP00000420994;ENSP00000343657;ENSP00000507758;ENSP00000425474;ENSP00000507550;ENSP00000507439;ENSP00000507929" "Q9HCC0" "MCCC2" "64087" "methylcrotonoyl-CoA carboxylase 2" "MCCB" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000131864" "ENST00000600020;ENST00000254181;ENST00000600940;ENST00000598197" "ENSP00000470618;ENSP00000254181;ENSP00000472876;ENSP00000470747" "Q9HBJ7" "USP29" "57663" "ubiquitin specific peptidase 29" "" "" "" "ENSG00000131873" "ENST00000254190;ENST00000543813;ENST00000560766;ENST00000561414;ENST00000561143;ENST00000559384" "ENSP00000254190;ENSP00000496160" "Q86X52" "CHSY1" "22856" "chondroitin sulfate synthase 1" "CSS1;KIAA0990" "Golgi apparatus" "SwissProt" -"ENSG00000131979" "ENST00000395514;ENST00000543643;ENST00000254299;ENST00000491895;ENST00000536224;ENST00000395521" "ENSP00000378890;ENSP00000444011;ENSP00000419045;ENSP00000445246" "P30793" "GCH1" "2643" "GTP cyclohydrolase 1" "DYT14;DYT5;DYT5a;GCH;GTPCH1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000131979" "ENST00000395514;ENST00000543643;ENST00000254299;ENST00000491895;ENST00000536224;ENST00000395521" "ENSP00000378890;ENSP00000444011;ENSP00000419045;ENSP00000445246" "P30793" "GCH1" "2643" "GTP cyclohydrolase 1" "DYT14;DYT5;DYT5a;GCH;GTPCH1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000132164" "ENST00000254488;ENST00000454147;ENST00000464828" "ENSP00000254488;ENSP00000404120" "P48066" "SLC6A11" "6538" "solute carrier family 6 member 11" "GAT3" "Nucleus" "CellAtlas" "ENSG00000132182" "ENST00000254508;ENST00000485755;ENST00000479519;ENST00000420141" "ENSP00000254508" "Q8TEM1" "NUP210" "23225" "nucleoporin 210" "FLJ22389;GP210;KIAA0906;POM210" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000132196" "ENST00000485405;ENST00000463037;ENST00000367915;ENST00000466176;ENST00000254521;ENST00000649629;ENST00000484251;ENST00000494450;ENST00000470195;ENST00000488656" "ENSP00000356892;ENSP00000436334;ENSP00000254521;ENSP00000476930" "P56937" "HSD17B7" "51478" "hydroxysteroid 17-beta dehydrogenase 7" "PRAP;SDR37C1" "Endoplasmic reticulum" "SwissProt" -"ENSG00000132256" "ENST00000380034;ENST00000380027;ENST00000433961;ENST00000684655;ENST00000396847;ENST00000682968;ENST00000438025;ENST00000483835;ENST00000492086;ENST00000684417;ENST00000465634;ENST00000487241;ENST00000412903;ENST00000419850" "ENSP00000369373;ENSP00000369366;ENSP00000393052;ENSP00000507420;ENSP00000380058;ENSP00000506742;ENSP00000398196;ENSP00000388031;ENSP00000388150" "Q9C035" "TRIM5" "85363" "tripartite motif containing 5" "RNF88;TRIM5alpha" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000132275" "ENST00000254605;ENST00000534343;ENST00000526352;ENST00000533907;ENST00000530762" "ENSP00000254605;ENSP00000436960;ENSP00000436246;ENSP00000435873" "O43159" "RRP8" "23378" "ribosomal RNA processing 8" "KIAA0409;NML" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000132330" "ENST00000651534;ENST00000480357;ENST00000497256;ENST00000413463;ENST00000254663;ENST00000446202;ENST00000409736;ENST00000423324;ENST00000412508;ENST00000443532;ENST00000416757;ENST00000487197;ENST00000480859;ENST00000482031;ENST00000431487;ENST00000437134;ENST00000497951;ENST00000450965;ENST00000440143;ENST00000433750;ENST00000463433" "ENSP00000499199;ENSP00000414165;ENSP00000254663;ENSP00000391361;ENSP00000387162;ENSP00000392517;ENSP00000416344;ENSP00000406710;ENSP00000404473;ENSP00000404444;ENSP00000414053;ENSP00000405907;ENSP00000401401" "Q96I15" "SCLY" "51540" "selenocysteine lyase" "SCL" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000132256" "ENST00000380034;ENST00000380027;ENST00000433961;ENST00000684655;ENST00000396847;ENST00000682968;ENST00000438025;ENST00000483835;ENST00000492086;ENST00000684417;ENST00000465634;ENST00000487241;ENST00000412903;ENST00000419850" "ENSP00000369373;ENSP00000369366;ENSP00000393052;ENSP00000507420;ENSP00000380058;ENSP00000506742;ENSP00000398196;ENSP00000388031;ENSP00000388150" "Q9C035" "TRIM5" "85363" "tripartite motif containing 5" "RNF88;TRIM5alpha" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000132275" "ENST00000254605;ENST00000534343;ENST00000526352;ENST00000533907;ENST00000530762" "ENSP00000254605;ENSP00000436960;ENSP00000436246;ENSP00000435873" "O43159" "RRP8" "23378" "ribosomal RNA processing 8" "KIAA0409;NML" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000132330" "ENST00000651534;ENST00000480357;ENST00000497256;ENST00000413463;ENST00000254663;ENST00000446202;ENST00000409736;ENST00000423324;ENST00000412508;ENST00000443532;ENST00000416757;ENST00000487197;ENST00000480859;ENST00000482031;ENST00000431487;ENST00000437134;ENST00000497951;ENST00000450965;ENST00000440143;ENST00000433750;ENST00000463433" "ENSP00000499199;ENSP00000414165;ENSP00000254663;ENSP00000391361;ENSP00000387162;ENSP00000392517;ENSP00000416344;ENSP00000406710;ENSP00000404473;ENSP00000404444;ENSP00000414053;ENSP00000405907;ENSP00000401401" "Q96I15" "SCLY" "51540" "selenocysteine lyase" "SCL" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000132376" "ENST00000421807;ENST00000406424;ENST00000320345;ENST00000350761;ENST00000487039;ENST00000574561;ENST00000461552;ENST00000495339;ENST00000449479;ENST00000481867;ENST00000477115;ENST00000575172;ENST00000576646;ENST00000573790;ENST00000460733;ENST00000571274;ENST00000445774;ENST00000477910;ENST00000498390;ENST00000574955" "ENSP00000413937;ENSP00000385177;ENSP00000318476;ENSP00000254712;ENSP00000461105;ENSP00000413259;ENSP00000459758;ENSP00000466632;ENSP00000461846;ENSP00000458413;ENSP00000389334;ENSP00000467376;ENSP00000466929;ENSP00000459029" "Q9BT40" "INPP5K" "51763" "inositol polyphosphate-5-phosphatase K" "SKIP" "Cytosol;Endoplasmic reticulum;Nucleus" "SwissProt" -"ENSG00000132382" "ENST00000381556;ENST00000571368;ENST00000573116;ENST00000254718;ENST00000574934;ENST00000573723;ENST00000574547;ENST00000574167;ENST00000572759;ENST00000575662;ENST00000571354;ENST00000573175;ENST00000570986" "ENSP00000370968;ENSP00000458919;ENSP00000254718;ENSP00000459692;ENSP00000460087" "Q9BQG0" "MYBBP1A" "10514" "MYB binding protein 1a" "FLJ37886;P160;PAP2;Pol5" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000132382" "ENST00000381556;ENST00000571368;ENST00000573116;ENST00000254718;ENST00000574934;ENST00000573723;ENST00000574547;ENST00000574167;ENST00000572759;ENST00000575662;ENST00000571354;ENST00000573175;ENST00000570986" "ENSP00000370968;ENSP00000458919;ENSP00000254718;ENSP00000459692;ENSP00000460087" "Q9BQG0" "MYBBP1A" "10514" "MYB binding protein 1a" "FLJ37886;P160;PAP2;Pol5" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000132388" "ENST00000396981;ENST00000572484;ENST00000574633;ENST00000571980;ENST00000571953;ENST00000574059" "ENSP00000380178;ENSP00000459691;ENSP00000458253;ENSP00000459847;ENSP00000467502;ENSP00000459485" "P62253" "UBE2G1" "7326" "ubiquitin conjugating enzyme E2 G1" "UBC7;UBE2G" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000132423" "ENST00000254759;ENST00000369240;ENST00000479163" "ENSP00000254759;ENSP00000358243" "Q9NZJ6" "COQ3" "51805" "coenzyme Q3, methyltransferase" "bA9819.1" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000132423" "ENST00000254759;ENST00000369240;ENST00000479163" "ENSP00000254759;ENSP00000358243" "Q9NZJ6" "COQ3" "51805" "coenzyme Q3, methyltransferase" "bA9819.1" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000132437" "ENST00000357936;ENST00000431062;ENST00000444733;ENST00000426377;ENST00000495320;ENST00000444124;ENST00000430300;ENST00000494914;ENST00000380984;ENST00000489162;ENST00000420203;ENST00000615193;ENST00000617822;ENST00000622873" "ENSP00000350616;ENSP00000399184;ENSP00000393724;ENSP00000395069;ENSP00000403644;ENSP00000389422;ENSP00000370371;ENSP00000408626;ENSP00000484104;ENSP00000478385;ENSP00000479110" "P20711" "DDC" "1644" "dopa decarboxylase" "AADC" "" "" "ENSG00000132517" "ENST00000512825;ENST00000254853;ENST00000573674;ENST00000575919;ENST00000424747" "ENSP00000443026;ENSP00000254853;ENSP00000399979" "Q9NWF4" "SLC52A1" "55065" "solute carrier family 52 member 1" "FLJ10060;GPCR42;GPR172B;hRFT1;PAR2;RFVT1" "" "" "ENSG00000132518" "ENST00000254854;ENST00000574510" "ENSP00000254854" "Q02846" "GUCY2D" "3000" "guanylate cyclase 2D, retinal" "CORD6;CYGD;GUC1A4;GUC2D;LCA;LCA1;retGC;RETGC-1;ROS-GC1" "Endoplasmic reticulum" "SwissProt" "ENSG00000132570" "ENST00000254908;ENST00000512783;ENST00000504352;ENST00000510013" "ENSP00000254908;ENSP00000421544;ENSP00000426161" "Q9H0N5" "PCBD2" "84105" "pterin-4 alpha-carbinolamine dehydratase 2" "DCOH2;DCOHM" "" "" -"ENSG00000132600" "ENST00000562381;ENST00000565745;ENST00000675132;ENST00000441236;ENST00000569571;ENST00000566341;ENST00000564050;ENST00000569047;ENST00000449359;ENST00000564441;ENST00000565356;ENST00000562050;ENST00000563520;ENST00000565983;ENST00000339507;ENST00000568975;ENST00000563562;ENST00000561806;ENST00000562456;ENST00000566430;ENST00000565761;ENST00000567542;ENST00000563443;ENST00000566687;ENST00000566708;ENST00000563608;ENST00000568463" "ENSP00000456364;ENSP00000456190;ENSP00000501903;ENSP00000409324;ENSP00000455538;ENSP00000455705;ENSP00000456848;ENSP00000414716;ENSP00000457381;ENSP00000343103;ENSP00000454776" "Q9NVM4" "PRMT7" "54496" "protein arginine methyltransferase 7" "FLJ10640;KIAA1933" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000132664" "ENST00000377603;ENST00000461589;ENST00000462997;ENST00000497333;ENST00000475192;ENST00000489753" "ENSP00000366828" "Q9H1D9" "POLR3F" "10621" "RNA polymerase III subunit F" "C34;RPC39;RPC6" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000132677" "ENST00000537040;ENST00000467375;ENST00000451864;ENST00000612897;ENST00000613460;ENST00000618120;ENST00000620376;ENST00000494874;ENST00000622297" "ENSP00000441197;ENSP00000389836;ENSP00000477836;ENSP00000483178;ENSP00000478851" "Q9H310" "RHBG" "57127" "Rh family B glycoprotein" "SLC42A2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000132600" "ENST00000562381;ENST00000565745;ENST00000675132;ENST00000441236;ENST00000569571;ENST00000566341;ENST00000564050;ENST00000569047;ENST00000449359;ENST00000564441;ENST00000565356;ENST00000562050;ENST00000563520;ENST00000565983;ENST00000339507;ENST00000568975;ENST00000563562;ENST00000561806;ENST00000562456;ENST00000566430;ENST00000565761;ENST00000567542;ENST00000563443;ENST00000566687;ENST00000566708;ENST00000563608;ENST00000568463" "ENSP00000456364;ENSP00000456190;ENSP00000501903;ENSP00000409324;ENSP00000455538;ENSP00000455705;ENSP00000456848;ENSP00000414716;ENSP00000457381;ENSP00000343103;ENSP00000454776" "Q9NVM4" "PRMT7" "54496" "protein arginine methyltransferase 7" "FLJ10640;KIAA1933" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000132664" "ENST00000377603;ENST00000461589;ENST00000462997;ENST00000497333;ENST00000475192;ENST00000489753" "ENSP00000366828" "Q9H1D9" "POLR3F" "10621" "RNA polymerase III subunit F" "C34;RPC39;RPC6" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000132677" "ENST00000537040;ENST00000467375;ENST00000451864;ENST00000612897;ENST00000613460;ENST00000618120;ENST00000620376;ENST00000494874;ENST00000622297" "ENSP00000441197;ENSP00000389836;ENSP00000477836;ENSP00000483178;ENSP00000478851" "Q9H310" "RHBG" "57127" "Rh family B glycoprotein" "SLC42A2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000132681" "ENST00000368081;ENST00000477338;ENST00000469023;ENST00000418334;ENST00000466526;ENST00000470705" "ENSP00000357060;ENSP00000434272;ENSP00000500965;ENSP00000433094" "Q13733" "ATP1A4" "480" "ATPase Na+/K+ transporting subunit alpha 4" "ATP1AL2" "" "" "ENSG00000132744" "ENST00000255082;ENST00000529256" "ENSP00000255082;ENSP00000434270" "Q96HD9" "ACY3" "91703" "aminoacylase 3" "ACY-3;HCBP1;MGC9740" "Cytosol" "SwissProt" "ENSG00000132746" "ENST00000530069;ENST00000349015;ENST00000673966;ENST00000531248;ENST00000534425;ENST00000525827;ENST00000674110;ENST00000528756;ENST00000533962;ENST00000531881;ENST00000673873;ENST00000673808" "ENSP00000431595;ENSP00000255084;ENSP00000501254;ENSP00000435476;ENSP00000433718;ENSP00000501075;ENSP00000433466;ENSP00000501197;ENSP00000501187;ENSP00000500963" "P48448" "ALDH3B2" "222" "aldehyde dehydrogenase 3 family member B2" "ALDH8" "" "" -"ENSG00000132793" "ENST00000373257;ENST00000632009;ENST00000445975;ENST00000496565;ENST00000491528" "ENSP00000362354;ENSP00000487971;ENSP00000398092" "Q9BQK8" "LPIN3" "64900" "lipin 3" "LIPN3L;SMP2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000132793" "ENST00000373257;ENST00000632009;ENST00000445975;ENST00000496565;ENST00000491528" "ENSP00000362354;ENSP00000487971;ENSP00000398092" "Q9BQK8" "LPIN3" "64900" "lipin 3" "LIPN3L;SMP2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000132837" "ENST00000255189;ENST00000523732;ENST00000518477;ENST00000517853;ENST00000523201;ENST00000521052;ENST00000524206;ENST00000520388;ENST00000518707;ENST00000520855" "ENSP00000255189;ENSP00000430972;ENSP00000427834;ENSP00000428995;ENSP00000430133;ENSP00000428092" "Q9UI17" "DMGDH" "29958" "dimethylglycine dehydrogenase" "" "Mitochondria" "CellAtlas" "ENSG00000132840" "ENST00000255192;ENST00000518666;ENST00000521567;ENST00000518758;ENST00000519743;ENST00000523472;ENST00000523046" "ENSP00000255192;ENSP00000428640;ENSP00000430278;ENSP00000430155" "Q9H2M3" "BHMT2" "23743" "betaine--homocysteine S-methyltransferase 2" "" "" "" "ENSG00000132874" "ENST00000586448;ENST00000255226;ENST00000323329" "ENSP00000465953;ENSP00000255226;ENSP00000320689" "Q15849" "SLC14A2" "8170" "solute carrier family 14 member 2" "HUT2;UT2" "" "" "ENSG00000132915" "ENST00000255266;ENST00000508173;ENST00000512670;ENST00000613228;ENST00000617647" "ENSP00000255266;ENSP00000478060;ENSP00000482774" "P16499" "PDE6A" "5145" "phosphodiesterase 6A" "PDEA;RP43" "Cytosol" "SwissProt" -"ENSG00000132958" "ENST00000382978;ENST00000462409;ENST00000390680;ENST00000400103;ENST00000400230;ENST00000255310" "ENSP00000372438;ENSP00000432402;ENSP00000375098;ENSP00000382974;ENSP00000383089;ENSP00000255310" "Q6XPS3" "TPTE2" "93492" "transmembrane phosphoinositide 3-phosphatase and tensin homolog 2" "TPIP" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000133027" "ENST00000582268;ENST00000484838;ENST00000490392;ENST00000395782;ENST00000395783;ENST00000435340;ENST00000255389;ENST00000395781;ENST00000477595;ENST00000580147;ENST00000421096;ENST00000472446;ENST00000461404" "ENSP00000379128;ENSP00000379129;ENSP00000391288;ENSP00000255389;ENSP00000379127;ENSP00000463112;ENSP00000463713" "Q9UBM1" "PEMT" "10400" "phosphatidylethanolamine N-methyltransferase" "PEMPT;PEMT2" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000133048" "ENST00000473185;ENST00000255409;ENST00000404436;ENST00000478742;ENST00000472064" "ENSP00000255409;ENSP00000385350" "P36222" "CHI3L1" "1116" "chitinase 3 like 1" "GP39;YK-40;YKL40" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000133056" "ENST00000367187;ENST00000424712;ENST00000684373;ENST00000683234;ENST00000462752;ENST00000479079;ENST00000496872;ENST00000415899;ENST00000367184;ENST00000429009" "ENSP00000356155;ENSP00000400561;ENSP00000507222;ENSP00000401795;ENSP00000356152;ENSP00000409554" "O00750" "PIK3C2B" "5287" "phosphatidylinositol-4-phosphate 3-kinase catalytic subunit type 2 beta" "C2-PI3K;PI3K-C2beta" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000132958" "ENST00000382978;ENST00000462409;ENST00000390680;ENST00000400103;ENST00000400230;ENST00000255310" "ENSP00000372438;ENSP00000432402;ENSP00000375098;ENSP00000382974;ENSP00000383089;ENSP00000255310" "Q6XPS3" "TPTE2" "93492" "transmembrane phosphoinositide 3-phosphatase and tensin homolog 2" "TPIP" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000133027" "ENST00000582268;ENST00000484838;ENST00000490392;ENST00000395782;ENST00000395783;ENST00000435340;ENST00000255389;ENST00000395781;ENST00000477595;ENST00000580147;ENST00000421096;ENST00000472446;ENST00000461404" "ENSP00000379128;ENSP00000379129;ENSP00000391288;ENSP00000255389;ENSP00000379127;ENSP00000463112;ENSP00000463713" "Q9UBM1" "PEMT" "10400" "phosphatidylethanolamine N-methyltransferase" "PEMPT;PEMT2" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000133048" "ENST00000473185;ENST00000255409;ENST00000404436;ENST00000478742;ENST00000472064" "ENSP00000255409;ENSP00000385350" "P36222" "CHI3L1" "1116" "chitinase 3 like 1" "GP39;YK-40;YKL40" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000133056" "ENST00000367187;ENST00000424712;ENST00000684373;ENST00000683234;ENST00000462752;ENST00000479079;ENST00000496872;ENST00000415899;ENST00000367184;ENST00000429009" "ENSP00000356155;ENSP00000400561;ENSP00000507222;ENSP00000401795;ENSP00000356152;ENSP00000409554" "O00750" "PIK3C2B" "5287" "phosphatidylinositol-4-phosphate 3-kinase catalytic subunit type 2 beta" "C2-PI3K;PI3K-C2beta" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000133063" "ENST00000484834;ENST00000479483;ENST00000367229;ENST00000491855;ENST00000255427;ENST00000503786;ENST00000506427;ENST00000513472;ENST00000460619" "ENSP00000356198;ENSP00000423778;ENSP00000255427;ENSP00000421617" "Q13231" "CHIT1" "1118" "chitinase 1" "CHI3;CHIT" "Lysosome" "SwissProt" "ENSG00000133065" "ENST00000367137;ENST00000468057;ENST00000484228;ENST00000484000" "ENSP00000356105" "Q8IVJ1" "SLC41A1" "254428" "solute carrier family 41 member 1" "MgtE" "Mitochondria" "CellAtlas" "ENSG00000133116" "ENST00000487852;ENST00000380099" "ENSP00000369442" "Q9UEF7" "KL" "9365" "klotho" "" "" "" "ENSG00000133121" "ENST00000336934;ENST00000255486;ENST00000399365;ENST00000491333;ENST00000567873;ENST00000487412;ENST00000498019;ENST00000344312;ENST00000439831" "ENSP00000338785;ENSP00000255486;ENSP00000382300;ENSP00000456233;ENSP00000457840" "Q9Y3M8" "STARD13" "90627" "StAR related lipid transfer domain containing 13" "ARHGAP37;DLC2;GT650;LINC00464" "Cytosol" "SwissProt" "ENSG00000133135" "ENST00000418562;ENST00000324342;ENST00000255499" "ENSP00000412610;ENSP00000316127;ENSP00000255499" "Q8TEB7" "RNF128" "79589" "ring finger protein 128" "FLJ23516;GRAIL" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000133247" "ENST00000589338;ENST00000498738;ENST00000255613;ENST00000402499;ENST00000445196;ENST00000464185;ENST00000630497;ENST00000592631;ENST00000468951;ENST00000460956;ENST00000587442;ENST00000474492" "ENSP00000255613;ENSP00000397296;ENSP00000486397;ENSP00000467499" "Q86Y97" "KMT5C" "84787" "lysine methyltransferase 5C" "MGC2705;SUV420H2" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000133247" "ENST00000589338;ENST00000498738;ENST00000255613;ENST00000402499;ENST00000445196;ENST00000464185;ENST00000630497;ENST00000592631;ENST00000468951;ENST00000460956;ENST00000587442;ENST00000474492" "ENSP00000255613;ENSP00000397296;ENSP00000486397;ENSP00000467499" "Q86Y97" "KMT5C" "84787" "lysine methyltransferase 5C" "MGC2705;SUV420H2" "Nucleus" "SwissProt;CellAtlas" "ENSG00000133256" "ENST00000255622;ENST00000496514;ENST00000465426;ENST00000474251;ENST00000487902;ENST00000476034;ENST00000488061;ENST00000429163;ENST00000467152;ENST00000460119;ENST00000471824;ENST00000461490" "ENSP00000255622;ENSP00000420295;ENSP00000418454;ENSP00000418256;ENSP00000420228;ENSP00000406334;ENSP00000417852;ENSP00000417178" "P35913" "PDE6B" "5158" "phosphodiesterase 6B" "CSNB3;CSNBAD2;PDEB;rd1;RP40" "Cytosol" "CellAtlas" "ENSG00000133275" "ENST00000255641;ENST00000591752;ENST00000614707;ENST00000589350;ENST00000589385;ENST00000591002;ENST00000585959;ENST00000590106;ENST00000589861;ENST00000615564;ENST00000585957" "ENSP00000255641;ENSP00000467214;ENSP00000465106;ENSP00000468637;ENSP00000480929;ENSP00000480185;ENSP00000482716;ENSP00000480052" "P78368" "CSNK1G2" "1455" "casein kinase 1 gamma 2" "CK1g2" "Cytosol" "SwissProt" -"ENSG00000133313" "ENST00000581272;ENST00000324262;ENST00000580672;ENST00000583399;ENST00000579847;ENST00000583203;ENST00000582260;ENST00000581513;ENST00000580229;ENST00000577600;ENST00000579583;ENST00000584613;ENST00000583216;ENST00000581912;ENST00000582589;ENST00000583785;ENST00000324301;ENST00000582620;ENST00000584768;ENST00000582666;ENST00000577355;ENST00000585263;ENST00000584581;ENST00000583938;ENST00000579624;ENST00000577669;ENST00000583695;ENST00000581600;ENST00000577409" "ENSP00000464151;ENSP00000325548;ENSP00000464214;ENSP00000462311;ENSP00000463314;ENSP00000464319;ENSP00000463702;ENSP00000463816;ENSP00000464122;ENSP00000464014;ENSP00000462673;ENSP00000462626;ENSP00000463182;ENSP00000463222;ENSP00000325756;ENSP00000482227;ENSP00000461941;ENSP00000479635;ENSP00000462034" "Q96KP4" "CNDP2" "55748" "carnosine dipeptidase 2" "CN2;CPGL;FLJ10830;HsT2298;PEPA" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000133315" "ENST00000255681;ENST00000542105;ENST00000675777;ENST00000541041;ENST00000543422;ENST00000545464;ENST00000542359;ENST00000538595" "ENSP00000255681;ENSP00000502549" "Q9BQ69" "MACROD1" "28992" "mono-ADP ribosylhydrolase 1" "LRP16" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000133328" "ENST00000255695" "ENSP00000255695" "Q9NWW9" "PLAAT2" "54979" "phospholipase A and acyltransferase 2" "FLJ20556;HRASLS2;PLAAT-2" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000133433" "ENST00000290765;ENST00000404172" "ENSP00000290765;ENSP00000385116" "P0CG30" "GSTT2B" "653689" "glutathione S-transferase theta 2B" "GSTT2P" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000133313" "ENST00000581272;ENST00000324262;ENST00000580672;ENST00000583399;ENST00000579847;ENST00000583203;ENST00000582260;ENST00000581513;ENST00000580229;ENST00000577600;ENST00000579583;ENST00000584613;ENST00000583216;ENST00000581912;ENST00000582589;ENST00000583785;ENST00000324301;ENST00000582620;ENST00000584768;ENST00000582666;ENST00000577355;ENST00000585263;ENST00000584581;ENST00000583938;ENST00000579624;ENST00000577669;ENST00000583695;ENST00000581600;ENST00000577409" "ENSP00000464151;ENSP00000325548;ENSP00000464214;ENSP00000462311;ENSP00000463314;ENSP00000464319;ENSP00000463702;ENSP00000463816;ENSP00000464122;ENSP00000464014;ENSP00000462673;ENSP00000462626;ENSP00000463182;ENSP00000463222;ENSP00000325756;ENSP00000482227;ENSP00000461941;ENSP00000479635;ENSP00000462034" "Q96KP4" "CNDP2" "55748" "carnosine dipeptidase 2" "CN2;CPGL;FLJ10830;HsT2298;PEPA" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000133315" "ENST00000255681;ENST00000542105;ENST00000675777;ENST00000541041;ENST00000543422;ENST00000545464;ENST00000542359;ENST00000538595" "ENSP00000255681;ENSP00000502549" "Q9BQ69" "MACROD1" "28992" "mono-ADP ribosylhydrolase 1" "LRP16" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000133328" "ENST00000255695" "ENSP00000255695" "Q9NWW9" "PLAAT2" "54979" "phospholipase A and acyltransferase 2" "FLJ20556;HRASLS2;PLAAT-2" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000133433" "ENST00000290765;ENST00000404172" "ENSP00000290765;ENSP00000385116" "P0CG30" "GSTT2B" "653689" "glutathione S-transferase theta 2B" "GSTT2P" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000133460" "ENST00000345044;ENST00000403208;ENST00000398356;ENST00000405847;ENST00000467660;ENST00000405286;ENST00000255830;ENST00000489322;ENST00000440493;ENST00000473740;ENST00000611880;ENST00000492516;ENST00000423972;ENST00000418102;ENST00000491948;ENST00000436643;ENST00000405340;ENST00000461809;ENST00000316185;ENST00000482576;ENST00000472526;ENST00000473357;ENST00000486907" "ENSP00000342542;ENSP00000385949;ENSP00000381399;ENSP00000384987;ENSP00000255830;ENSP00000483038;ENSP00000403654;ENSP00000398439;ENSP00000398746;ENSP00000385156;ENSP00000326748" "Q9BYW1" "SLC2A11" "66035" "solute carrier family 2 member 11" "GLUT10;GLUT11" "Nucleus" "CellAtlas" "ENSG00000133475" "ENST00000405188;ENST00000401924" "ENSP00000385601;ENSP00000385721" "P36268" "GGT2" "728441" "gamma-glutamyltransferase 2" "GGT" "Cytosol;Endoplasmic reticulum" "SwissProt" "ENSG00000133606" "ENST00000255977;ENST00000475010;ENST00000495305;ENST00000474576;ENST00000463142;ENST00000468447;ENST00000480552;ENST00000496169;ENST00000443720;ENST00000471104;ENST00000467513;ENST00000494939;ENST00000498535;ENST00000473444;ENST00000475180;ENST00000481705" "ENSP00000255977;ENSP00000417640;ENSP00000417863;ENSP00000417346;ENSP00000419894;ENSP00000417907;ENSP00000416369;ENSP00000418864;ENSP00000418588;ENSP00000419843;ENSP00000419695;ENSP00000418620;ENSP00000419259" "Q9UHC7" "MKRN1" "23608" "makorin ring finger protein 1" "RNF61" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000133706" "ENST00000674181;ENST00000674471;ENST00000506231;ENST00000674158;ENST00000674191;ENST00000674383;ENST00000674447;ENST00000674270;ENST00000674290;ENST00000674479;ENST00000674309;ENST00000674218;ENST00000674467;ENST00000674170;ENST00000674174;ENST00000394434;ENST00000674277;ENST00000674398;ENST00000504323;ENST00000510191;ENST00000674310;ENST00000508709;ENST00000512412;ENST00000508667;ENST00000507095;ENST00000674417;ENST00000674412;ENST00000674450;ENST00000618084;ENST00000511505;ENST00000505223;ENST00000274562" "ENSP00000501475;ENSP00000501474;ENSP00000501478;ENSP00000501376;ENSP00000501365;ENSP00000501435;ENSP00000501400;ENSP00000501351;ENSP00000501381;ENSP00000501434;ENSP00000377954;ENSP00000501510;ENSP00000501476;ENSP00000426005;ENSP00000501486;ENSP00000274562" "Q9P2J5" "LARS1" "51520" "leucyl-tRNA synthetase 1" "FLJ10595;FLJ21788;HSPC192;LARS;LEUS;RNTLS" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000133706" "ENST00000674181;ENST00000674471;ENST00000506231;ENST00000674158;ENST00000674191;ENST00000674383;ENST00000674447;ENST00000674270;ENST00000674290;ENST00000674479;ENST00000674309;ENST00000674218;ENST00000674467;ENST00000674170;ENST00000674174;ENST00000394434;ENST00000674277;ENST00000674398;ENST00000504323;ENST00000510191;ENST00000674310;ENST00000508709;ENST00000512412;ENST00000508667;ENST00000507095;ENST00000674417;ENST00000674412;ENST00000674450;ENST00000618084;ENST00000511505;ENST00000505223;ENST00000274562" "ENSP00000501475;ENSP00000501474;ENSP00000501478;ENSP00000501376;ENSP00000501365;ENSP00000501435;ENSP00000501400;ENSP00000501351;ENSP00000501381;ENSP00000501434;ENSP00000377954;ENSP00000501510;ENSP00000501476;ENSP00000426005;ENSP00000501486;ENSP00000274562" "Q9P2J5" "LARS1" "51520" "leucyl-tRNA synthetase 1" "FLJ10595;FLJ21788;HSPC192;LARS;LEUS;RNTLS" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000133731" "ENST00000256108;ENST00000311489;ENST00000449740;ENST00000523942;ENST00000518188;ENST00000523710;ENST00000519964;ENST00000521360;ENST00000520065;ENST00000521979;ENST00000522997;ENST00000518202;ENST00000519816" "ENSP00000256108;ENSP00000311803;ENSP00000408526;ENSP00000429735;ENSP00000428812;ENSP00000429322;ENSP00000430283;ENSP00000428425;ENSP00000430081;ENSP00000429516;ENSP00000428594" "P29218" "IMPA1" "3612" "inositol monophosphatase 1" "IMPA" "Cytosol" "SwissProt" "ENSG00000133742" "ENST00000523953;ENST00000523022;ENST00000522389;ENST00000521679;ENST00000524324;ENST00000517618;ENST00000519991;ENST00000523712;ENST00000520663;ENST00000517590;ENST00000518233;ENST00000517429;ENST00000521846;ENST00000522579;ENST00000518341;ENST00000522814;ENST00000522662;ENST00000523858;ENST00000520093;ENST00000520990;ENST00000519129;ENST00000520692;ENST00000431316;ENST00000542576;ENST00000626824" "ENSP00000430656;ENSP00000429798;ENSP00000427773;ENSP00000429300;ENSP00000428923;ENSP00000430861;ENSP00000430543;ENSP00000430571;ENSP00000429843;ENSP00000430710;ENSP00000430471;ENSP00000427852;ENSP00000430737;ENSP00000430372;ENSP00000430975;ENSP00000429688;ENSP00000392338;ENSP00000443517;ENSP00000486171" "P00915" "CA1" "759" "carbonic anhydrase 1" "Car1" "Cytosol" "SwissProt" "ENSG00000133805" "ENST00000527261;ENST00000532250;ENST00000295663;ENST00000532966;ENST00000527369;ENST00000529835;ENST00000444303;ENST00000396554;ENST00000524866;ENST00000534047;ENST00000396553;ENST00000529834;ENST00000528723;ENST00000529507;ENST00000531227;ENST00000533116;ENST00000530864;ENST00000529744" "ENSP00000432707;ENSP00000396000;ENSP00000379802;ENSP00000433284;ENSP00000433937;ENSP00000379801;ENSP00000435382;ENSP00000436987;ENSP00000431648;ENSP00000433351;ENSP00000434608" "Q01432" "AMPD3" "272" "adenosine monophosphate deaminase 3" "" "Nucleus" "CellAtlas" -"ENSG00000133835" "ENST00000683936;ENST00000511186;ENST00000684214;ENST00000509514;ENST00000682996;ENST00000683974;ENST00000646590;ENST00000515320;ENST00000414835;ENST00000442060;ENST00000510025;ENST00000646058;ENST00000682445;ENST00000515235;ENST00000518349;ENST00000683371;ENST00000683390;ENST00000512841;ENST00000645832;ENST00000644146;ENST00000519184;ENST00000646355;ENST00000647335;ENST00000682531;ENST00000646554;ENST00000683265;ENST00000647342;ENST00000684160;ENST00000682626;ENST00000643250;ENST00000508750;ENST00000503168;ENST00000507695;ENST00000645099;ENST00000684131;ENST00000513628;ENST00000683549;ENST00000645702;ENST00000683996;ENST00000512644;ENST00000683372;ENST00000520216;ENST00000512029;ENST00000522415;ENST00000520244;ENST00000683335;ENST00000683476;ENST00000509951;ENST00000507353;ENST00000509606;ENST00000503310;ENST00000643897" "ENSP00000507721;ENSP00000508071;ENSP00000426272;ENSP00000507792;ENSP00000494892;ENSP00000424613;ENSP00000411960;ENSP00000390208;ENSP00000424940;ENSP00000493579;ENSP00000508061;ENSP00000507185;ENSP00000508376;ENSP00000494316;ENSP00000494808;ENSP00000493801;ENSP00000495180;ENSP00000494542;ENSP00000494992;ENSP00000507821;ENSP00000507857;ENSP00000494737;ENSP00000496091;ENSP00000425993;ENSP00000496432;ENSP00000507060;ENSP00000494785" "P51659" "HSD17B4" "3295" "hydroxysteroid 17-beta dehydrogenase 4" "DBP;MFE-2;SDR8C1" "Peroxisome" "SwissProt&CellAtlas" -"ENSG00000134013" "ENST00000389131;ENST00000520617;ENST00000523833;ENST00000520349;ENST00000518878;ENST00000522446;ENST00000519809;ENST00000520925;ENST00000518472;ENST00000524144;ENST00000520871;ENST00000518083;ENST00000524168;ENST00000519243;ENST00000524075" "ENSP00000373783;ENSP00000473322;ENSP00000427907;ENSP00000427826;ENSP00000427883;ENSP00000429778;ENSP00000430519;ENSP00000428497;ENSP00000428933" "Q9Y4K0" "LOXL2" "4017" "lysyl oxidase like 2" "LOR;WS9-14" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000134014" "ENST00000520270;ENST00000521015;ENST00000521570;ENST00000256398;ENST00000523687;ENST00000523760;ENST00000524103;ENST00000518112;ENST00000519261;ENST00000521938;ENST00000520288;ENST00000521099;ENST00000522063;ENST00000520110;ENST00000520011;ENST00000523357;ENST00000517975;ENST00000380353;ENST00000537665" "ENSP00000429446;ENSP00000428449;ENSP00000428532;ENSP00000256398;ENSP00000430253;ENSP00000429180;ENSP00000429465;ENSP00000428357;ENSP00000429248;ENSP00000429573;ENSP00000427833;ENSP00000430942;ENSP00000369711;ENSP00000445558" "Q9H9T3" "ELP3" "55140" "elongator acetyltransferase complex subunit 3" "FLJ10422;KAT9" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000134184" "ENST00000490021;ENST00000309851;ENST00000369823;ENST00000349334;ENST00000476065;ENST00000483399;ENST00000490171;ENST00000369819" "ENSP00000311469;ENSP00000358838;ENSP00000234981;ENSP00000456315;ENSP00000455929;ENSP00000358834" "P09488" "GSTM1" "2944" "glutathione S-transferase mu 1" "GST1;H-B;MU" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000134201" "ENST00000647711;ENST00000256593;ENST00000369813;ENST00000429410;ENST00000492718;ENST00000648974;ENST00000483153;ENST00000369812" "ENSP00000496849;ENSP00000256593;ENSP00000498086;ENSP00000358827" "P46439" "GSTM5" "2949" "glutathione S-transferase mu 5" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000134202" "ENST00000361066;ENST00000486823;ENST00000476321;ENST00000488824;ENST00000256594;ENST00000540225" "ENSP00000354357;ENSP00000256594;ENSP00000444978" "P21266" "GSTM3" "2947" "glutathione S-transferase mu 3" "GST5" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000133835" "ENST00000683936;ENST00000511186;ENST00000684214;ENST00000509514;ENST00000682996;ENST00000683974;ENST00000646590;ENST00000515320;ENST00000414835;ENST00000442060;ENST00000510025;ENST00000646058;ENST00000682445;ENST00000515235;ENST00000518349;ENST00000683371;ENST00000683390;ENST00000512841;ENST00000645832;ENST00000644146;ENST00000519184;ENST00000646355;ENST00000647335;ENST00000682531;ENST00000646554;ENST00000683265;ENST00000647342;ENST00000684160;ENST00000682626;ENST00000643250;ENST00000508750;ENST00000503168;ENST00000507695;ENST00000645099;ENST00000684131;ENST00000513628;ENST00000683549;ENST00000645702;ENST00000683996;ENST00000512644;ENST00000683372;ENST00000520216;ENST00000512029;ENST00000522415;ENST00000520244;ENST00000683335;ENST00000683476;ENST00000509951;ENST00000507353;ENST00000509606;ENST00000503310;ENST00000643897" "ENSP00000507721;ENSP00000508071;ENSP00000426272;ENSP00000507792;ENSP00000494892;ENSP00000424613;ENSP00000411960;ENSP00000390208;ENSP00000424940;ENSP00000493579;ENSP00000508061;ENSP00000507185;ENSP00000508376;ENSP00000494316;ENSP00000494808;ENSP00000493801;ENSP00000495180;ENSP00000494542;ENSP00000494992;ENSP00000507821;ENSP00000507857;ENSP00000494737;ENSP00000496091;ENSP00000425993;ENSP00000496432;ENSP00000507060;ENSP00000494785" "P51659" "HSD17B4" "3295" "hydroxysteroid 17-beta dehydrogenase 4" "DBP;MFE-2;SDR8C1" "Peroxisome" "SwissProt;CellAtlas" +"ENSG00000134013" "ENST00000389131;ENST00000520617;ENST00000523833;ENST00000520349;ENST00000518878;ENST00000522446;ENST00000519809;ENST00000520925;ENST00000518472;ENST00000524144;ENST00000520871;ENST00000518083;ENST00000524168;ENST00000519243;ENST00000524075" "ENSP00000373783;ENSP00000473322;ENSP00000427907;ENSP00000427826;ENSP00000427883;ENSP00000429778;ENSP00000430519;ENSP00000428497;ENSP00000428933" "Q9Y4K0" "LOXL2" "4017" "lysyl oxidase like 2" "LOR;WS9-14" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000134014" "ENST00000520270;ENST00000521015;ENST00000521570;ENST00000256398;ENST00000523687;ENST00000523760;ENST00000524103;ENST00000518112;ENST00000519261;ENST00000521938;ENST00000520288;ENST00000521099;ENST00000522063;ENST00000520110;ENST00000520011;ENST00000523357;ENST00000517975;ENST00000380353;ENST00000537665" "ENSP00000429446;ENSP00000428449;ENSP00000428532;ENSP00000256398;ENSP00000430253;ENSP00000429180;ENSP00000429465;ENSP00000428357;ENSP00000429248;ENSP00000429573;ENSP00000427833;ENSP00000430942;ENSP00000369711;ENSP00000445558" "Q9H9T3" "ELP3" "55140" "elongator acetyltransferase complex subunit 3" "FLJ10422;KAT9" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000134184" "ENST00000490021;ENST00000309851;ENST00000369823;ENST00000349334;ENST00000476065;ENST00000483399;ENST00000490171;ENST00000369819" "ENSP00000311469;ENSP00000358838;ENSP00000234981;ENSP00000456315;ENSP00000455929;ENSP00000358834" "P09488" "GSTM1" "2944" "glutathione S-transferase mu 1" "GST1;H-B;MU" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000134201" "ENST00000647711;ENST00000256593;ENST00000369813;ENST00000429410;ENST00000492718;ENST00000648974;ENST00000483153;ENST00000369812" "ENSP00000496849;ENSP00000256593;ENSP00000498086;ENSP00000358827" "P46439" "GSTM5" "2949" "glutathione S-transferase mu 5" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000134202" "ENST00000361066;ENST00000486823;ENST00000476321;ENST00000488824;ENST00000256594;ENST00000540225" "ENSP00000354357;ENSP00000256594;ENSP00000444978" "P21266" "GSTM3" "2947" "glutathione S-transferase mu 3" "GST5" "Cytosol" "SwissProt;CellAtlas" "ENSG00000134216" "ENST00000422815;ENST00000483391;ENST00000369740;ENST00000352594;ENST00000477918;ENST00000353665;ENST00000489524;ENST00000430615;ENST00000451398;ENST00000343320" "ENSP00000387671;ENSP00000436946;ENSP00000358755;ENSP00000271312;ENSP00000338970;ENSP00000433309;ENSP00000391132;ENSP00000390476;ENSP00000341828" "Q9BZP6" "CHIA" "27159" "chitinase acidic" "AMCase;CHIT2;TSA1902" "Cytosol" "SwissProt" -"ENSG00000134240" "ENST00000369406;ENST00000544913;ENST00000472375;ENST00000476640" "ENSP00000358414;ENSP00000439495" "P54868" "HMGCS2" "3158" "3-hydroxy-3-methylglutaryl-CoA synthase 2" "" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000134240" "ENST00000369406;ENST00000544913;ENST00000472375;ENST00000476640" "ENSP00000358414;ENSP00000439495" "P54868" "HMGCS2" "3158" "3-hydroxy-3-methylglutaryl-CoA synthase 2" "" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000134255" "ENST00000498239;ENST00000545121;ENST00000480324;ENST00000476865;ENST00000357172;ENST00000460443;ENST00000478042;ENST00000615636;ENST00000473474;ENST00000467362;ENST00000483427" "ENSP00000441980;ENSP00000349696;ENSP00000477632" "Q9Y6K0" "CEPT1" "10390" "choline/ethanolamine phosphotransferase 1" "" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000134285" "ENST00000553027;ENST00000551094;ENST00000444214;ENST00000546847;ENST00000551694;ENST00000550765;ENST00000256680;ENST00000552878;ENST00000453172;ENST00000546671;ENST00000547789;ENST00000549084;ENST00000551807" "ENSP00000412403;ENSP00000447411;ENSP00000449751;ENSP00000256680;ENSP00000447911;ENSP00000396874;ENSP00000448805" "Q9NYL4" "FKBP11" "51303" "FKBP prolyl isomerase 11" "FKBP19" "" "" "ENSG00000134294" "ENST00000256689;ENST00000549258;ENST00000551374;ENST00000552703;ENST00000546520;ENST00000548785;ENST00000548111;ENST00000548236;ENST00000552414;ENST00000548870;ENST00000547252;ENST00000551405;ENST00000553252;ENST00000612232" "ENSP00000256689;ENSP00000449695;ENSP00000450406;ENSP00000482873" "Q96QD8" "SLC38A2" "54407" "solute carrier family 38 member 2" "ATA2;KIAA1382;SAT2;SNAT2" "" "" -"ENSG00000134317" "ENST00000439493;ENST00000497403;ENST00000464418;ENST00000324907;ENST00000472167;ENST00000494520;ENST00000405379;ENST00000480736" "ENSP00000387521;ENSP00000420654;ENSP00000324693;ENSP00000418275;ENSP00000384209;ENSP00000419831" "Q9NZI5" "GRHL1" "29841" "grainyhead like transcription factor 1" "LBP-32;MGR;TFCP2L2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000134324" "ENST00000449576;ENST00000495907;ENST00000464517;ENST00000480315;ENST00000396098;ENST00000396099;ENST00000256720;ENST00000674199;ENST00000441684;ENST00000423495;ENST00000404113;ENST00000460096;ENST00000475286;ENST00000464953;ENST00000454151;ENST00000487346;ENST00000475922;ENST00000487576;ENST00000425416;ENST00000396097" "ENSP00000397908;ENSP00000379405;ENSP00000379406;ENSP00000256720;ENSP00000501331;ENSP00000412578;ENSP00000392424;ENSP00000413714;ENSP00000401522;ENSP00000379404" "Q14693" "LPIN1" "23175" "lipin 1" "KIAA0188" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000134326" "ENST00000458098;ENST00000256722;ENST00000478738;ENST00000491738;ENST00000465619;ENST00000404168;ENST00000470479" "ENSP00000396385;ENSP00000256722;ENSP00000384915" "Q5EBM0" "CMPK2" "129607" "cytidine/uridine monophosphate kinase 2" "NDK;TYKi;UMP-CMPK2" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000134333" "ENST00000422447;ENST00000543445;ENST00000469976;ENST00000545467;ENST00000430553;ENST00000396222;ENST00000535451;ENST00000494573;ENST00000539814;ENST00000543695;ENST00000536528;ENST00000541097;ENST00000545215;ENST00000227157;ENST00000478970;ENST00000495052;ENST00000379412;ENST00000542179;ENST00000486690;ENST00000537296;ENST00000460405;ENST00000375710;ENST00000538451;ENST00000540430;ENST00000625635" "ENSP00000395337;ENSP00000440161;ENSP00000443545;ENSP00000406172;ENSP00000379524;ENSP00000444292;ENSP00000442979;ENSP00000440368;ENSP00000441058;ENSP00000443362;ENSP00000442637;ENSP00000227157;ENSP00000441241;ENSP00000446415;ENSP00000368722;ENSP00000445331;ENSP00000441699;ENSP00000445175;ENSP00000486249" "P00338" "LDHA" "3939" "lactate dehydrogenase A" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000134440" "ENST00000256854;ENST00000589314;ENST00000586807;ENST00000589001;ENST00000411676;ENST00000540592;ENST00000591599;ENST00000588661;ENST00000587675;ENST00000587194;ENST00000590123;ENST00000587366" "ENSP00000256854;ENSP00000464988;ENSP00000442496;ENSP00000467651;ENSP00000467421;ENSP00000466606;ENSP00000464899;ENSP00000466919" "O43776" "NARS1" "4677" "asparaginyl-tRNA synthetase 1" "NARS" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000134317" "ENST00000439493;ENST00000497403;ENST00000464418;ENST00000324907;ENST00000472167;ENST00000494520;ENST00000405379;ENST00000480736" "ENSP00000387521;ENSP00000420654;ENSP00000324693;ENSP00000418275;ENSP00000384209;ENSP00000419831" "Q9NZI5" "GRHL1" "29841" "grainyhead like transcription factor 1" "LBP-32;MGR;TFCP2L2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000134324" "ENST00000449576;ENST00000495907;ENST00000464517;ENST00000480315;ENST00000396098;ENST00000396099;ENST00000256720;ENST00000674199;ENST00000441684;ENST00000423495;ENST00000404113;ENST00000460096;ENST00000475286;ENST00000464953;ENST00000454151;ENST00000487346;ENST00000475922;ENST00000487576;ENST00000425416;ENST00000396097" "ENSP00000397908;ENSP00000379405;ENSP00000379406;ENSP00000256720;ENSP00000501331;ENSP00000412578;ENSP00000392424;ENSP00000413714;ENSP00000401522;ENSP00000379404" "Q14693" "LPIN1" "23175" "lipin 1" "KIAA0188" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000134326" "ENST00000458098;ENST00000256722;ENST00000478738;ENST00000491738;ENST00000465619;ENST00000404168;ENST00000470479" "ENSP00000396385;ENSP00000256722;ENSP00000384915" "Q5EBM0" "CMPK2" "129607" "cytidine/uridine monophosphate kinase 2" "NDK;TYKi;UMP-CMPK2" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000134333" "ENST00000422447;ENST00000543445;ENST00000469976;ENST00000545467;ENST00000430553;ENST00000396222;ENST00000535451;ENST00000494573;ENST00000539814;ENST00000543695;ENST00000536528;ENST00000541097;ENST00000545215;ENST00000227157;ENST00000478970;ENST00000495052;ENST00000379412;ENST00000542179;ENST00000486690;ENST00000537296;ENST00000460405;ENST00000375710;ENST00000538451;ENST00000540430;ENST00000625635" "ENSP00000395337;ENSP00000440161;ENSP00000443545;ENSP00000406172;ENSP00000379524;ENSP00000444292;ENSP00000442979;ENSP00000440368;ENSP00000441058;ENSP00000443362;ENSP00000442637;ENSP00000227157;ENSP00000441241;ENSP00000446415;ENSP00000368722;ENSP00000445331;ENSP00000441699;ENSP00000445175;ENSP00000486249" "P00338" "LDHA" "3939" "lactate dehydrogenase A" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000134440" "ENST00000256854;ENST00000589314;ENST00000586807;ENST00000589001;ENST00000411676;ENST00000540592;ENST00000591599;ENST00000588661;ENST00000587675;ENST00000587194;ENST00000590123;ENST00000587366" "ENSP00000256854;ENSP00000464988;ENSP00000442496;ENSP00000467651;ENSP00000467421;ENSP00000466606;ENSP00000464899;ENSP00000466919" "O43776" "NARS1" "4677" "asparaginyl-tRNA synthetase 1" "NARS" "Cytosol" "SwissProt;CellAtlas" "ENSG00000134538" "ENST00000256958" "ENSP00000256958" "Q9Y6L6" "SLCO1B1" "10599" "solute carrier organic anion transporter family member 1B1" "LST-1;OATP-C;OATP1B1;SLC21A6" "" "" "ENSG00000134575" "ENST00000672073;ENST00000672636;ENST00000672351;ENST00000529444;ENST00000673184;ENST00000527256;ENST00000672075;ENST00000533929;ENST00000672728;ENST00000673511;ENST00000673604;ENST00000671941;ENST00000672787;ENST00000672166;ENST00000673562;ENST00000256997" "ENSP00000500291;ENSP00000500571;ENSP00000436658;ENSP00000432205;ENSP00000500836;ENSP00000432439;ENSP00000500010;ENSP00000500179;ENSP00000500408;ENSP00000256997" "P11117" "ACP2" "53" "acid phosphatase 2, lysosomal" "LAP" "Lysosome" "SwissProt" -"ENSG00000134588" "ENST00000370832;ENST00000511190;ENST00000417459" "ENSP00000359869;ENSP00000423390" "Q9BXU7" "USP26" "83844" "ubiquitin specific peptidase 26" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000134684" "ENST00000469100;ENST00000373477;ENST00000490826;ENST00000676297;ENST00000674654;ENST00000674629;ENST00000675785;ENST00000487404;ENST00000478828;ENST00000481895;ENST00000616261;ENST00000466052;ENST00000470377;ENST00000472692" "ENSP00000362576;ENSP00000501596;ENSP00000501729;ENSP00000502470;ENSP00000502019;ENSP00000502016;ENSP00000484192" "P54577" "YARS1" "8565" "tyrosyl-tRNA synthetase 1" "tyrRS;YARS;YRS;YTS" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000134588" "ENST00000370832;ENST00000511190;ENST00000417459" "ENSP00000359869;ENSP00000423390" "Q9BXU7" "USP26" "83844" "ubiquitin specific peptidase 26" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000134684" "ENST00000469100;ENST00000373477;ENST00000490826;ENST00000676297;ENST00000674654;ENST00000674629;ENST00000675785;ENST00000487404;ENST00000478828;ENST00000481895;ENST00000616261;ENST00000466052;ENST00000470377;ENST00000472692" "ENSP00000362576;ENSP00000501596;ENSP00000501729;ENSP00000502470;ENSP00000502019;ENSP00000502016;ENSP00000484192" "P54577" "YARS1" "8565" "tyrosyl-tRNA synthetase 1" "tyrRS;YARS;YRS;YTS" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000134716" "ENST00000371204;ENST00000492633;ENST00000469406;ENST00000466095;ENST00000468257" "ENSP00000360247;ENSP00000497732;ENSP00000498084;ENSP00000497807" "P51589" "CYP2J2" "1573" "cytochrome P450 family 2 subfamily J member 2" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000134744" "ENST00000528457;ENST00000527941;ENST00000257177;ENST00000371544;ENST00000466440;ENST00000494469;ENST00000471623;ENST00000531722;ENST00000474453;ENST00000470212;ENST00000469810;ENST00000528642;ENST00000497120;ENST00000484723;ENST00000481528;ENST00000371541;ENST00000481133;ENST00000473856;ENST00000355809;ENST00000470626;ENST00000524582" "ENSP00000432475;ENSP00000436810;ENSP00000257177;ENSP00000360599;ENSP00000437091;ENSP00000434674;ENSP00000435700;ENSP00000433711;ENSP00000433486;ENSP00000435256;ENSP00000432328;ENSP00000348063;ENSP00000434367;ENSP00000435568" "Q5TAX3" "TUT4" "23318" "terminal uridylyl transferase 4" "KIAA0191;PAPD3;TENT3A;ZCCHC11" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000134744" "ENST00000528457;ENST00000527941;ENST00000257177;ENST00000371544;ENST00000466440;ENST00000494469;ENST00000471623;ENST00000531722;ENST00000474453;ENST00000470212;ENST00000469810;ENST00000528642;ENST00000497120;ENST00000484723;ENST00000481528;ENST00000371541;ENST00000481133;ENST00000473856;ENST00000355809;ENST00000470626;ENST00000524582" "ENSP00000432475;ENSP00000436810;ENSP00000257177;ENSP00000360599;ENSP00000437091;ENSP00000434674;ENSP00000435700;ENSP00000433711;ENSP00000433486;ENSP00000435256;ENSP00000432328;ENSP00000348063;ENSP00000434367;ENSP00000435568" "Q5TAX3" "TUT4" "23318" "terminal uridylyl transferase 4" "KIAA0191;PAPD3;TENT3A;ZCCHC11" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000134758" "ENST00000261593;ENST00000585103;ENST00000578914;ENST00000580519;ENST00000578107;ENST00000583733;ENST00000257190;ENST00000580499;ENST00000577999" "ENSP00000261593;ENSP00000462165;ENSP00000462498;ENSP00000257190;ENSP00000463153;ENSP00000463659" "Q8WVD3" "RNF138" "51444" "ring finger protein 138" "NARF;STRIN" "Mitochondria" "CellAtlas" "ENSG00000134780" "ENST00000257215;ENST00000540717" "ENSP00000257215;ENSP00000440264" "Q9Y4D2" "DAGLA" "747" "diacylglycerol lipase alpha" "C11orf11;DAGLALPHA;KIAA0659;NSDDR" "" "" "ENSG00000134812" "ENST00000257248;ENST00000525058;ENST00000533067;ENST00000533847;ENST00000532070" "ENSP00000257248;ENSP00000433196" "P27352" "CBLIF" "2694" "cobalamin binding intrinsic factor" "GIF;IF;IFMH;INF;TCN3" "" "" "ENSG00000134824" "ENST00000574708;ENST00000257261;ENST00000522639;ENST00000522056;ENST00000517839;ENST00000518606;ENST00000517312;ENST00000521849;ENST00000278840;ENST00000521571;ENST00000520145;ENST00000355484;ENST00000543584;ENST00000523235;ENST00000522359" "ENSP00000257261;ENSP00000429500;ENSP00000429693;ENSP00000430054;ENSP00000430225;ENSP00000431091;ENSP00000278840" "O95864" "FADS2" "9415" "fatty acid desaturase 2" "D6D;DES6;FADSD6;LLCDL2;SLL0262;TU13" "Endoplasmic reticulum" "SwissProt" -"ENSG00000134852" "ENST00000309964;ENST00000511124;ENST00000381322;ENST00000513440;ENST00000479384;ENST00000506747;ENST00000435527;ENST00000508049;ENST00000506923;ENST00000509151;ENST00000513033" "ENSP00000308741;ENSP00000370723;ENSP00000426983;ENSP00000396649" "O15516" "CLOCK" "9575" "clock circadian regulator" "bHLHe8;KAT13D;KIAA0334" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000134852" "ENST00000309964;ENST00000511124;ENST00000381322;ENST00000513440;ENST00000479384;ENST00000506747;ENST00000435527;ENST00000508049;ENST00000506923;ENST00000509151;ENST00000513033" "ENSP00000308741;ENSP00000370723;ENSP00000426983;ENSP00000396649" "O15516" "CLOCK" "9575" "clock circadian regulator" "bHLHe8;KAT13D;KIAA0334" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000134864" "ENST00000376250;ENST00000467518;ENST00000492399;ENST00000464500;ENST00000471912;ENST00000455100;ENST00000683975" "ENSP00000365426;ENSP00000472246;ENSP00000471342;ENSP00000471322;ENSP00000471716;ENSP00000410449;ENSP00000508020" "Q9BVM4" "GGACT" "87769" "gamma-glutamylamine cyclotransferase" "A2LD1" "" "" -"ENSG00000134882" "ENST00000355700;ENST00000403766;ENST00000468067;ENST00000473091;ENST00000376440;ENST00000457666;ENST00000494576;ENST00000473194;ENST00000460562;ENST00000480738;ENST00000474510" "ENSP00000347928;ENSP00000383911;ENSP00000365623;ENSP00000402249;ENSP00000481260" "Q8NBM4" "UBAC2" "337867" "UBA domain containing 2" "FLJ30548;PHGDHL1;RP11-178C10.1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000134882" "ENST00000355700;ENST00000403766;ENST00000468067;ENST00000473091;ENST00000376440;ENST00000457666;ENST00000494576;ENST00000473194;ENST00000460562;ENST00000480738;ENST00000474510" "ENSP00000347928;ENSP00000383911;ENSP00000365623;ENSP00000402249;ENSP00000481260" "Q8NBM4" "UBAC2" "337867" "UBA domain containing 2" "FLJ30548;PHGDHL1;RP11-178C10.1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000134910" "ENST00000527606;ENST00000392708;ENST00000534472;ENST00000529196;ENST00000649491;ENST00000531491;ENST00000525652;ENST00000529886;ENST00000526213;ENST00000527456;ENST00000525431;ENST00000526726;ENST00000531001;ENST00000524639;ENST00000531599;ENST00000525946;ENST00000526364" "ENSP00000436558;ENSP00000376472;ENSP00000436962;ENSP00000497336;ENSP00000432820;ENSP00000435810;ENSP00000432912;ENSP00000436523" "P46977" "STT3A" "3703" "STT3 oligosaccharyltransferase complex catalytic subunit A" "ITM1;MGC9042;STT3-A;TMC" "Endoplasmic reticulum" "SwissProt" -"ENSG00000135002" "ENST00000376736;ENST00000490113;ENST00000483155;ENST00000476087;ENST00000472900;ENST00000479197" "ENSP00000365926;ENSP00000417215" "Q969G6" "RFK" "55312" "riboflavin kinase" "FLJ11149;RIFK" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000135047" "ENST00000678442;ENST00000679149;ENST00000679157;ENST00000676946;ENST00000676531;ENST00000677935;ENST00000677345;ENST00000677821;ENST00000678752;ENST00000677019;ENST00000679141;ENST00000678649;ENST00000342020;ENST00000677262;ENST00000482054;ENST00000343150;ENST00000678367;ENST00000677864;ENST00000340342;ENST00000676881;ENST00000495822;ENST00000677955;ENST00000676769;ENST00000678596;ENST00000679030;ENST00000676961;ENST00000676576;ENST00000678599;ENST00000677638;ENST00000679252;ENST00000677615;ENST00000676466;ENST00000677349;ENST00000677761;ENST00000678654;ENST00000676480;ENST00000678965;ENST00000676909;ENST00000679028;ENST00000677523;ENST00000678259;ENST00000679025;ENST00000375894" "ENSP00000503897;ENSP00000504313;ENSP00000502968;ENSP00000503470;ENSP00000503439;ENSP00000503298;ENSP00000504473;ENSP00000504772;ENSP00000340470;ENSP00000503851;ENSP00000345344;ENSP00000504639;ENSP00000503881;ENSP00000365061;ENSP00000502901;ENSP00000504560;ENSP00000504405;ENSP00000503146;ENSP00000503891;ENSP00000504676;ENSP00000504275;ENSP00000503938;ENSP00000504279;ENSP00000503119;ENSP00000502922;ENSP00000504702;ENSP00000503252" "P07711" "CTSL" "1514" "cathepsin L" "CTSL1;FLJ31037" "Nucleus;Cytosol;Lysosome;Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000135002" "ENST00000376736;ENST00000490113;ENST00000483155;ENST00000476087;ENST00000472900;ENST00000479197" "ENSP00000365926;ENSP00000417215" "Q969G6" "RFK" "55312" "riboflavin kinase" "FLJ11149;RIFK" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000135047" "ENST00000678442;ENST00000679149;ENST00000679157;ENST00000676946;ENST00000676531;ENST00000677935;ENST00000677345;ENST00000677821;ENST00000678752;ENST00000677019;ENST00000679141;ENST00000678649;ENST00000342020;ENST00000677262;ENST00000482054;ENST00000343150;ENST00000678367;ENST00000677864;ENST00000340342;ENST00000676881;ENST00000495822;ENST00000677955;ENST00000676769;ENST00000678596;ENST00000679030;ENST00000676961;ENST00000676576;ENST00000678599;ENST00000677638;ENST00000679252;ENST00000677615;ENST00000676466;ENST00000677349;ENST00000677761;ENST00000678654;ENST00000676480;ENST00000678965;ENST00000676909;ENST00000679028;ENST00000677523;ENST00000678259;ENST00000679025;ENST00000375894" "ENSP00000503897;ENSP00000504313;ENSP00000502968;ENSP00000503470;ENSP00000503439;ENSP00000503298;ENSP00000504473;ENSP00000504772;ENSP00000340470;ENSP00000503851;ENSP00000345344;ENSP00000504639;ENSP00000503881;ENSP00000365061;ENSP00000502901;ENSP00000504560;ENSP00000504405;ENSP00000503146;ENSP00000503891;ENSP00000504676;ENSP00000504275;ENSP00000503938;ENSP00000504279;ENSP00000503119;ENSP00000502922;ENSP00000504702;ENSP00000503252" "P07711" "CTSL" "1514" "cathepsin L" "CTSL1;FLJ31037" "Nucleus;Cytosol;Lysosome;Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000135069" "ENST00000347159;ENST00000376588" "ENSP00000317606;ENSP00000365773" "Q9Y617" "PSAT1" "29968" "phosphoserine aminotransferase 1" "PSA" "Cytosol" "CellAtlas" "ENSG00000135093" "ENST00000392784;ENST00000257548;ENST00000536723;ENST00000377883;ENST00000536393;ENST00000539121;ENST00000467307;ENST00000479219;ENST00000491362;ENST00000470117" "ENSP00000376535;ENSP00000257548;ENSP00000443678;ENSP00000473942;ENSP00000438829;ENSP00000440837;ENSP00000474166" "Q70CQ3" "USP30" "84749" "ubiquitin specific peptidase 30" "FLJ40511;MGC10702" "" "" -"ENSG00000135094" "ENST00000257549;ENST00000553112;ENST00000552280;ENST00000547342;ENST00000546639;ENST00000546785" "ENSP00000257549;ENSP00000449833;ENSP00000449061" "P20132" "SDS" "10993" "serine dehydratase" "SDH" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000135218" "ENST00000435819;ENST00000648416;ENST00000480599;ENST00000309881;ENST00000534394;ENST00000526804;ENST00000478292;ENST00000438020;ENST00000436384;ENST00000428497;ENST00000441109;ENST00000482059;ENST00000394788;ENST00000447544;ENST00000426978;ENST00000413265;ENST00000419819;ENST00000441034;ENST00000464213;ENST00000488048;ENST00000433696;ENST00000432207;ENST00000538969;ENST00000544133" "ENSP00000399421;ENSP00000308165;ENSP00000431296;ENSP00000410371;ENSP00000398760;ENSP00000409762;ENSP00000433659;ENSP00000378268;ENSP00000415743;ENSP00000416388;ENSP00000407690;ENSP00000392298;ENSP00000396258;ENSP00000435698;ENSP00000401863;ENSP00000411411;ENSP00000439543;ENSP00000441956" "P16671" "CD36" "948" "CD36 molecule" "FAT;GP3B;GP4;GPIV;SCARB3" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000135094" "ENST00000257549;ENST00000553112;ENST00000552280;ENST00000547342;ENST00000546639;ENST00000546785" "ENSP00000257549;ENSP00000449833;ENSP00000449061" "P20132" "SDS" "10993" "serine dehydratase" "SDH" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000135218" "ENST00000435819;ENST00000648416;ENST00000480599;ENST00000309881;ENST00000534394;ENST00000526804;ENST00000478292;ENST00000438020;ENST00000436384;ENST00000428497;ENST00000441109;ENST00000482059;ENST00000394788;ENST00000447544;ENST00000426978;ENST00000413265;ENST00000419819;ENST00000441034;ENST00000464213;ENST00000488048;ENST00000433696;ENST00000432207;ENST00000538969;ENST00000544133" "ENSP00000399421;ENSP00000308165;ENSP00000431296;ENSP00000410371;ENSP00000398760;ENSP00000409762;ENSP00000433659;ENSP00000378268;ENSP00000415743;ENSP00000416388;ENSP00000407690;ENSP00000392298;ENSP00000396258;ENSP00000435698;ENSP00000401863;ENSP00000411411;ENSP00000439543;ENSP00000441956" "P16671" "CD36" "948" "CD36 molecule" "FAT;GP3B;GP4;GPIV;SCARB3" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000135220" "ENST00000251566;ENST00000503012" "ENSP00000251566;ENSP00000424092" "Q6UWM9" "UGT2A3" "79799" "UDP glucuronosyltransferase family 2 member A3" "FLJ21934" "" "" "ENSG00000135226" "ENST00000335568;ENST00000511240" "ENSP00000334276;ENSP00000427399" "Q9BY64" "UGT2B28" "54490" "UDP glucuronosyltransferase family 2 member B28" "" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000135241" "ENST00000426128;ENST00000257694;ENST00000422087;ENST00000453144;ENST00000436062;ENST00000453085;ENST00000483879;ENST00000476592;ENST00000462466;ENST00000489738;ENST00000427008;ENST00000415498" "ENSP00000394988;ENSP00000257694;ENSP00000410804;ENSP00000387789;ENSP00000406779;ENSP00000402274;ENSP00000406033;ENSP00000391872" "Q9NP80" "PNPLA8" "50640" "patatin like phospholipase domain containing 8" "IPLA2-2;IPLA2G;iPLA2gamma" "Nucleus;Peroxisome;Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000135241" "ENST00000426128;ENST00000257694;ENST00000422087;ENST00000453144;ENST00000436062;ENST00000453085;ENST00000483879;ENST00000476592;ENST00000462466;ENST00000489738;ENST00000427008;ENST00000415498" "ENSP00000394988;ENSP00000257694;ENSP00000410804;ENSP00000387789;ENSP00000406779;ENSP00000402274;ENSP00000406033;ENSP00000391872" "Q9NP80" "PNPLA8" "50640" "patatin like phospholipase domain containing 8" "IPLA2-2;IPLA2G;iPLA2gamma" "Nucleus;Peroxisome;Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000135318" "ENST00000369651;ENST00000257770;ENST00000369646;ENST00000416334;ENST00000437581" "ENSP00000358665;ENSP00000257770;ENSP00000358660;ENSP00000414674;ENSP00000387630" "P21589" "NT5E" "4907" "5'-nucleotidase ecto" "CALJA;CD73;eN;eNT;NT5" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000135372" "ENST00000257829;ENST00000532503;ENST00000531159;ENST00000531723;ENST00000529523;ENST00000527971;ENST00000530017;ENST00000532555;ENST00000534509;ENST00000615292" "ENSP00000257829;ENSP00000433011;ENSP00000435569;ENSP00000437324;ENSP00000479141" "Q9H0A0" "NAT10" "55226" "N-acetyltransferase 10" "FLJ10774;FLJ12179;hALP;KIAA1709;Kre33;NET43" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000135372" "ENST00000257829;ENST00000532503;ENST00000531159;ENST00000531723;ENST00000529523;ENST00000527971;ENST00000530017;ENST00000532555;ENST00000534509;ENST00000615292" "ENSP00000257829;ENSP00000433011;ENSP00000435569;ENSP00000437324;ENSP00000479141" "Q9H0A0" "NAT10" "55226" "N-acetyltransferase 10" "FLJ10774;FLJ12179;hALP;KIAA1709;Kre33;NET43" "Nucleus" "SwissProt;CellAtlas" "ENSG00000135390" "ENST00000550241;ENST00000673498;ENST00000394349;ENST00000495596;ENST00000552242;ENST00000549164;ENST00000338662;ENST00000549748;ENST00000552120" "ENSP00000499883;ENSP00000377878;ENSP00000448801;ENSP00000447317;ENSP00000340315;ENSP00000447643" "Q06055" "ATP5MC2" "517" "ATP synthase membrane subunit c locus 2" "ATP5G2" "" "" "ENSG00000135423" "ENST00000390288;ENST00000424141;ENST00000479952;ENST00000311966;ENST00000486433;ENST00000476991;ENST00000496006;ENST00000486896;ENST00000494474;ENST00000461077;ENST00000494345;ENST00000483347;ENST00000471282;ENST00000491880;ENST00000623608;ENST00000610413;ENST00000539272" "ENSP00000416282;ENSP00000417796;ENSP00000310447;ENSP00000420328;ENSP00000419661;ENSP00000419996;ENSP00000417244;ENSP00000417723;ENSP00000485315;ENSP00000483010;ENSP00000441739" "Q9UI32" "GLS2" "27165" "glutaminase 2" "GA;GLS;hLGA;LGA" "Mitochondria" "SwissProt" "ENSG00000135437" "ENST00000553160;ENST00000547072;ENST00000552930;ENST00000553187;ENST00000548486;ENST00000257895;ENST00000550608;ENST00000548082;ENST00000547301;ENST00000548123;ENST00000551444" "ENSP00000449927;ENSP00000448014;ENSP00000257895;ENSP00000447128;ENSP00000447513" "Q92781" "RDH5" "5959" "retinol dehydrogenase 5" "HSD17B9;RDH1;SDR9C5" "Endoplasmic reticulum" "SwissProt" "ENSG00000135454" "ENST00000341156;ENST00000553142;ENST00000552468;ENST00000418555;ENST00000552798;ENST00000547741;ENST00000549391;ENST00000449184;ENST00000550764;ENST00000552350;ENST00000548888;ENST00000552219;ENST00000548487;ENST00000551925;ENST00000550943;ENST00000551220" "ENSP00000341562;ENSP00000401601;ENSP00000447076;ENSP00000448577;ENSP00000447750;ENSP00000473533;ENSP00000450303;ENSP00000448500;ENSP00000447945;ENSP00000448340;ENSP00000449534;ENSP00000446566" "Q00973" "B4GALNT1" "2583" "beta-1,4-N-acetyl-galactosaminyltransferase 1" "beta1-4GalNAc-T;GALGT;SPG26" "Golgi apparatus" "SwissProt" "ENSG00000135473" "ENST00000610546;ENST00000551359;ENST00000440411;ENST00000257931;ENST00000547226;ENST00000425394;ENST00000548043;ENST00000553230;ENST00000547100;ENST00000549090;ENST00000550028;ENST00000552630;ENST00000549348;ENST00000547994;ENST00000552868;ENST00000548982;ENST00000549073;ENST00000550555;ENST00000547572;ENST00000547518;ENST00000549964" "ENSP00000481859;ENSP00000388231;ENSP00000257931;ENSP00000401721;ENSP00000449861;ENSP00000449092" "Q504Q3" "PAN2" "9924" "poly(A) specific ribonuclease subunit PAN2" "hPAN2;KIAA0710;USP52" "Cytosol;Nucleus" "SwissProt" "ENSG00000135587" "ENST00000258052;ENST00000439615;ENST00000458487" "ENSP00000258052;ENSP00000399731" "O60906" "SMPD2" "6610" "sphingomyelin phosphodiesterase 2" "ISC1;nSMase" "" "" -"ENSG00000135655" "ENST00000353364;ENST00000549523;ENST00000280377;ENST00000550632;ENST00000312635;ENST00000548524;ENST00000546718;ENST00000551206;ENST00000537297;ENST00000549237;ENST00000548836;ENST00000546694;ENST00000552997;ENST00000547317;ENST00000549268;ENST00000549415;ENST00000548620;ENST00000552346;ENST00000549101" "ENSP00000258123;ENSP00000447603;ENSP00000280377;ENSP00000309240;ENSP00000448393;ENSP00000446843;ENSP00000449563;ENSP00000447367;ENSP00000448372;ENSP00000446559" "Q9Y4E8" "USP15" "9958" "ubiquitin specific peptidase 15" "KIAA0529;UNPH4" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000135655" "ENST00000353364;ENST00000549523;ENST00000280377;ENST00000550632;ENST00000312635;ENST00000548524;ENST00000546718;ENST00000551206;ENST00000537297;ENST00000549237;ENST00000548836;ENST00000546694;ENST00000552997;ENST00000547317;ENST00000549268;ENST00000549415;ENST00000548620;ENST00000552346;ENST00000549101" "ENSP00000258123;ENSP00000447603;ENSP00000280377;ENSP00000309240;ENSP00000448393;ENSP00000446843;ENSP00000449563;ENSP00000447367;ENSP00000448372;ENSP00000446559" "Q9Y4E8" "USP15" "9958" "ubiquitin specific peptidase 15" "KIAA0529;UNPH4" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000135677" "ENST00000418919;ENST00000258145;ENST00000543646;ENST00000542058;ENST00000541781;ENST00000537823;ENST00000540196;ENST00000540883;ENST00000545273" "ENSP00000413130;ENSP00000258145;ENSP00000438497;ENSP00000444819;ENSP00000437782;ENSP00000445055" "P15586" "GNS" "2799" "glucosamine (N-acetyl)-6-sulfatase" "" "Lysosome" "SwissProt" -"ENSG00000135679" "ENST00000258149;ENST00000311420;ENST00000493419;ENST00000393417;ENST00000258148;ENST00000539479;ENST00000393415;ENST00000523991;ENST00000543323;ENST00000393416;ENST00000481186;ENST00000393410;ENST00000496959;ENST00000299252;ENST00000360430;ENST00000517852;ENST00000546048;ENST00000540352;ENST00000542502;ENST00000537182;ENST00000536089;ENST00000393413;ENST00000350057;ENST00000545204;ENST00000544561;ENST00000665020;ENST00000666617;ENST00000671567;ENST00000348801;ENST00000478070;ENST00000471946;ENST00000543046;ENST00000540709;ENST00000544125;ENST00000400501;ENST00000428863;ENST00000393412" "ENSP00000258149;ENSP00000310742;ENSP00000429021;ENSP00000258148;ENSP00000444430;ENSP00000377067;ENSP00000427828;ENSP00000439238;ENSP00000377068;ENSP00000431110;ENSP00000377062;ENSP00000429692;ENSP00000299252;ENSP00000353611;ENSP00000430257;ENSP00000445222;ENSP00000445030;ENSP00000444566;ENSP00000443450;ENSP00000444028;ENSP00000377065;ENSP00000266624;ENSP00000444597;ENSP00000441841;ENSP00000499718;ENSP00000499763;ENSP00000499407;ENSP00000335096;ENSP00000430906;ENSP00000410694;ENSP00000377064" "Q00987" "MDM2" "4193" "MDM2 proto-oncogene" "HDM2;MGC5370" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000135679" "ENST00000258149;ENST00000311420;ENST00000493419;ENST00000393417;ENST00000258148;ENST00000539479;ENST00000393415;ENST00000523991;ENST00000543323;ENST00000393416;ENST00000481186;ENST00000393410;ENST00000496959;ENST00000299252;ENST00000360430;ENST00000517852;ENST00000546048;ENST00000540352;ENST00000542502;ENST00000537182;ENST00000536089;ENST00000393413;ENST00000350057;ENST00000545204;ENST00000544561;ENST00000665020;ENST00000666617;ENST00000671567;ENST00000348801;ENST00000478070;ENST00000471946;ENST00000543046;ENST00000540709;ENST00000544125;ENST00000400501;ENST00000428863;ENST00000393412" "ENSP00000258149;ENSP00000310742;ENSP00000429021;ENSP00000258148;ENSP00000444430;ENSP00000377067;ENSP00000427828;ENSP00000439238;ENSP00000377068;ENSP00000431110;ENSP00000377062;ENSP00000429692;ENSP00000299252;ENSP00000353611;ENSP00000430257;ENSP00000445222;ENSP00000445030;ENSP00000444566;ENSP00000443450;ENSP00000444028;ENSP00000377065;ENSP00000266624;ENSP00000444597;ENSP00000441841;ENSP00000499718;ENSP00000499763;ENSP00000499407;ENSP00000335096;ENSP00000430906;ENSP00000410694;ENSP00000377064" "Q00987" "MDM2" "4193" "MDM2 proto-oncogene" "HDM2;MGC5370" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000135697" "ENST00000563804;ENST00000258168;ENST00000564552" "ENSP00000457910;ENSP00000258168;ENSP00000455219" "Q9HAY6" "BCO1" "53630" "beta-carotene oxygenase 1" "BCDO;BCDO1;BCMO;BCMO1;FLJ10730" "Cytosol" "SwissProt" "ENSG00000135702" "ENST00000336257;ENST00000565039" "ENSP00000338783;ENSP00000454375" "Q9GZS9" "CHST5" "23563" "carbohydrate sulfotransferase 5" "FLJ22167;I-GLCNAC-6-ST" "" "" "ENSG00000135740" "ENST00000564704;ENST00000566345;ENST00000564812;ENST00000563723;ENST00000561472;ENST00000299798;ENST00000566638;ENST00000567247;ENST00000566626" "ENSP00000462446;ENSP00000455058;ENSP00000299798;ENSP00000464393;ENSP00000462404" "Q14940" "SLC9A5" "6553" "solute carrier family 9 member A5" "NHE5" "Cytosol" "CellAtlas" "ENSG00000135744" "ENST00000680783;ENST00000679854;ENST00000679802;ENST00000681347;ENST00000681772;ENST00000679738;ENST00000657140;ENST00000681514;ENST00000680041;ENST00000366667;ENST00000681269;ENST00000679957;ENST00000679684" "ENSP00000506329;ENSP00000505184;ENSP00000505829;ENSP00000505063;ENSP00000505963;ENSP00000504866;ENSP00000355627;ENSP00000505985;ENSP00000506646;ENSP00000505981" "P01019" "AGT" "183" "angiotensinogen" "SERPINA8" "" "" "ENSG00000135778" "ENST00000494689;ENST00000490807;ENST00000366628;ENST00000496662;ENST00000366627;ENST00000479125;ENST00000487953;ENST00000490098" "ENSP00000355587;ENSP00000355586" "Q9BSD7" "NTPCR" "84284" "nucleoside-triphosphatase, cancer-related" "C1orf57;HCR-NTPase;MGC13186;THEP1" "Cytosol" "CellAtlas" -"ENSG00000135821" "ENST00000642379;ENST00000331872;ENST00000491322;ENST00000339526;ENST00000463851;ENST00000461447;ENST00000484996;ENST00000489818;ENST00000475808;ENST00000480604;ENST00000462444;ENST00000311223;ENST00000417584" "ENSP00000494022;ENSP00000356537;ENSP00000344958;ENSP00000307900;ENSP00000398320" "P15104" "GLUL" "2752" "glutamate-ammonia ligase" "GLNS" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000135821" "ENST00000642379;ENST00000331872;ENST00000491322;ENST00000339526;ENST00000463851;ENST00000461447;ENST00000484996;ENST00000489818;ENST00000475808;ENST00000480604;ENST00000462444;ENST00000311223;ENST00000417584" "ENSP00000494022;ENSP00000356537;ENSP00000344958;ENSP00000307900;ENSP00000398320" "P15104" "GLUL" "2752" "glutamate-ammonia ligase" "GLNS" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000135838" "ENST00000488424;ENST00000460690;ENST00000463899;ENST00000367555;ENST00000479721;ENST00000471010;ENST00000367553;ENST00000460179;ENST00000367552;ENST00000258317;ENST00000367554;ENST00000614468" "ENSP00000356526;ENSP00000356524;ENSP00000356523;ENSP00000258317;ENSP00000356525;ENSP00000482415" "Q9BXD5" "NPL" "80896" "N-acetylneuraminate pyruvate lyase" "C1orf13;DHDPS1;NPL1" "Cytosol" "SwissProt" "ENSG00000135845" "ENST00000489002;ENST00000465374;ENST00000475059;ENST00000484368;ENST00000344529;ENST00000367728;ENST00000478184" "ENSP00000356701;ENSP00000356702" "Q92535" "PIGC" "5279" "phosphatidylinositol glycan anchor biosynthesis class C" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000135913" "ENST00000258399;ENST00000454775;ENST00000415516;ENST00000418019;ENST00000473554;ENST00000484018;ENST00000475553;ENST00000466523;ENST00000486242;ENST00000478329;ENST00000338465" "ENSP00000258399;ENSP00000393662;ENSP00000400902;ENSP00000396585;ENSP00000345043" "Q86T82" "USP37" "57695" "ubiquitin specific peptidase 37" "KIAA1594" "Nucleus" "CellAtlas" "ENSG00000135917" "ENST00000644224;ENST00000647113;ENST00000676066;ENST00000409287;ENST00000258403;ENST00000645923;ENST00000425817;ENST00000431622;ENST00000646591;ENST00000642268;ENST00000645700;ENST00000456524;ENST00000419059;ENST00000409456;ENST00000477697" "ENSP00000495385;ENSP00000494966;ENSP00000386298;ENSP00000258403;ENSP00000495010;ENSP00000397393;ENSP00000400627;ENSP00000496701;ENSP00000495372;ENSP00000399001;ENSP00000398349;ENSP00000387193" "Q9BZV2" "SLC19A3" "80704" "solute carrier family 19 member 3" "THTR2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000135929" "ENST00000494263;ENST00000258415;ENST00000445971;ENST00000466602;ENST00000411688" "ENSP00000258415;ENSP00000404945;ENSP00000392671" "Q02318" "CYP27A1" "1593" "cytochrome P450 family 27 subfamily A member 1" "CP27;CTX;CYP27" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000135940" "ENST00000258424;ENST00000464949;ENST00000491989;ENST00000494306" "ENSP00000258424" "P10606" "COX5B" "1329" "cytochrome c oxidase subunit 5B" "" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000136010" "ENST00000549335;ENST00000258494;ENST00000652515;ENST00000552270;ENST00000548418;ENST00000552427;ENST00000550088" "ENSP00000258494;ENSP00000499136;ENSP00000447538;ENSP00000447464" "Q3SY69" "ALDH1L2" "160428" "aldehyde dehydrogenase 1 family member L2" "FLJ38508;mtFDH" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000136014" "ENST00000258499;ENST00000393091;ENST00000552440;ENST00000537435;ENST00000552237;ENST00000551837;ENST00000549639;ENST00000547951" "ENSP00000258499;ENSP00000376806;ENSP00000448670;ENSP00000442629;ENSP00000448601;ENSP00000449635" "Q9H0E7" "USP44" "84101" "ubiquitin specific peptidase 44" "FLJ14528" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000135929" "ENST00000494263;ENST00000258415;ENST00000445971;ENST00000466602;ENST00000411688" "ENSP00000258415;ENSP00000404945;ENSP00000392671" "Q02318" "CYP27A1" "1593" "cytochrome P450 family 27 subfamily A member 1" "CP27;CTX;CYP27" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000135940" "ENST00000258424;ENST00000464949;ENST00000491989;ENST00000494306" "ENSP00000258424" "P10606" "COX5B" "1329" "cytochrome c oxidase subunit 5B" "" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000136010" "ENST00000549335;ENST00000258494;ENST00000652515;ENST00000552270;ENST00000548418;ENST00000552427;ENST00000550088" "ENSP00000258494;ENSP00000499136;ENSP00000447538;ENSP00000447464" "Q3SY69" "ALDH1L2" "160428" "aldehyde dehydrogenase 1 family member L2" "FLJ38508;mtFDH" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000136014" "ENST00000258499;ENST00000393091;ENST00000552440;ENST00000537435;ENST00000552237;ENST00000551837;ENST00000549639;ENST00000547951" "ENSP00000258499;ENSP00000376806;ENSP00000448670;ENSP00000442629;ENSP00000448601;ENSP00000449635" "Q9H0E7" "USP44" "84101" "ubiquitin specific peptidase 44" "FLJ14528" "Nucleus" "SwissProt;CellAtlas" "ENSG00000136052" "ENST00000258538;ENST00000549713;ENST00000437220;ENST00000415674;ENST00000411411;ENST00000449866;ENST00000433540;ENST00000424946;ENST00000417469;ENST00000432951" "ENSP00000258538;ENSP00000391377;ENSP00000396429;ENSP00000407898;ENSP00000414526;ENSP00000395550;ENSP00000397315;ENSP00000396297;ENSP00000410625" "Q96JW4" "SLC41A2" "84102" "solute carrier family 41 member 2" "DKFZP434K0427" "" "" -"ENSG00000136143" "ENST00000643584;ENST00000647008;ENST00000435617;ENST00000493152;ENST00000484941;ENST00000481279;ENST00000646932;ENST00000643023;ENST00000646804;ENST00000647361;ENST00000642944;ENST00000467222;ENST00000634878;ENST00000434484;ENST00000433022;ENST00000497202;ENST00000646602;ENST00000644338;ENST00000470760;ENST00000643246" "ENSP00000494987;ENSP00000489055;ENSP00000494360;ENSP00000495664;ENSP00000493977;ENSP00000494607;ENSP00000495674;ENSP00000489542;ENSP00000392771;ENSP00000415091;ENSP00000489175;ENSP00000495250;ENSP00000494723;ENSP00000488974;ENSP00000496235" "Q9P2R7" "SUCLA2" "8803" "succinate-CoA ligase ADP-forming subunit beta" "LINC00444" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000136169" "ENST00000354234;ENST00000481439;ENST00000258672;ENST00000317257;ENST00000611815" "ENSP00000346175;ENSP00000258672;ENSP00000326477;ENSP00000482240" "Q96T68" "SETDB2" "83852" "SET domain bifurcated histone lysine methyltransferase 2" "C13orf4;CLLD8;CLLL8;KMT1F" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000136143" "ENST00000643584;ENST00000647008;ENST00000435617;ENST00000493152;ENST00000484941;ENST00000481279;ENST00000646932;ENST00000643023;ENST00000646804;ENST00000647361;ENST00000642944;ENST00000467222;ENST00000634878;ENST00000434484;ENST00000433022;ENST00000497202;ENST00000646602;ENST00000644338;ENST00000470760;ENST00000643246" "ENSP00000494987;ENSP00000489055;ENSP00000494360;ENSP00000495664;ENSP00000493977;ENSP00000494607;ENSP00000495674;ENSP00000489542;ENSP00000392771;ENSP00000415091;ENSP00000489175;ENSP00000495250;ENSP00000494723;ENSP00000488974;ENSP00000496235" "Q9P2R7" "SUCLA2" "8803" "succinate-CoA ligase ADP-forming subunit beta" "LINC00444" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000136169" "ENST00000354234;ENST00000481439;ENST00000258672;ENST00000317257;ENST00000611815" "ENSP00000346175;ENSP00000258672;ENSP00000326477;ENSP00000482240" "Q96T68" "SETDB2" "83852" "SET domain bifurcated histone lysine methyltransferase 2" "C13orf4;CLLD8;CLLL8;KMT1F" "Nucleus" "SwissProt;CellAtlas" "ENSG00000136213" "ENST00000258711;ENST00000618655;ENST00000432336;ENST00000313156" "ENSP00000258711;ENSP00000481912;ENSP00000411207" "Q9NRB3" "CHST12" "55501" "carbohydrate sulfotransferase 12" "C4S-2;C4ST2" "Golgi apparatus" "CellAtlas" -"ENSG00000136243" "ENST00000258742;ENST00000485250;ENST00000438012;ENST00000497500;ENST00000410002;ENST00000487595;ENST00000413919;ENST00000437140;ENST00000486136;ENST00000477844;ENST00000489145;ENST00000548367" "ENSP00000258742;ENSP00000415511;ENSP00000387330;ENSP00000401475;ENSP00000406677;ENSP00000482736" "O15504" "NUP42" "11097" "nucleoporin 42" "CG1;hCG1;H_RG271G13.9;NLP_1;NUPL2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000136243" "ENST00000258742;ENST00000485250;ENST00000438012;ENST00000497500;ENST00000410002;ENST00000487595;ENST00000413919;ENST00000437140;ENST00000486136;ENST00000477844;ENST00000489145;ENST00000548367" "ENSP00000258742;ENSP00000415511;ENSP00000387330;ENSP00000401475;ENSP00000406677;ENSP00000482736" "O15504" "NUP42" "11097" "nucleoporin 42" "CG1;hCG1;H_RG271G13.9;NLP_1;NUPL2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000136247" "ENST00000405731;ENST00000335965;ENST00000493944;ENST00000489138;ENST00000474097;ENST00000396709;ENST00000483589;ENST00000496017;ENST00000396706;ENST00000474738;ENST00000396713;ENST00000396707" "ENSP00000385027;ENSP00000337475;ENSP00000379937;ENSP00000418496;ENSP00000379934;ENSP00000379941;ENSP00000379935" "Q9NPG8" "ZDHHC4" "55146" "zinc finger DHHC-type palmitoyltransferase 4" "FLJ10479;ZNF374" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000136250" "ENST00000617537;ENST00000621510;ENST00000617267;ENST00000614254;ENST00000491444;ENST00000487014;ENST00000495942;ENST00000480201;ENST00000543742;ENST00000435386;ENST00000414637;ENST00000612871" "ENSP00000483783;ENSP00000479664;ENSP00000416051;ENSP00000416472;ENSP00000484305" "P28039" "AOAH" "313" "acyloxyacyl hydrolase" "" "Cytosol" "SwissProt" "ENSG00000136267" "ENST00000403951;ENST00000402815;ENST00000407950;ENST00000493142;ENST00000406247;ENST00000403963;ENST00000471732;ENST00000477401;ENST00000464065;ENST00000467449;ENST00000437998;ENST00000463981;ENST00000399322" "ENSP00000385780;ENSP00000384909;ENSP00000385031;ENSP00000386066;ENSP00000405569;ENSP00000382260" "Q9Y6T7" "DGKB" "1607" "diacylglycerol kinase beta" "DAGK2;DGK;DGK-BETA;KIAA0718" "Cytosol" "SwissProt" -"ENSG00000136371" "ENST00000560261;ENST00000258874;ENST00000559722;ENST00000560919" "ENSP00000454318;ENSP00000258874;ENSP00000489076;ENSP00000454626" "P49914" "MTHFS" "10588" "methenyltetrahydrofolate synthetase" "HsT19268" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000136381" "ENST00000560840;ENST00000559215;ENST00000258886;ENST00000558525;ENST00000560440;ENST00000558570;ENST00000560454;ENST00000559427;ENST00000559676;ENST00000559091" "ENSP00000453172;ENSP00000453532;ENSP00000258886;ENSP00000453058;ENSP00000452938;ENSP00000454063;ENSP00000453863" "P48200" "IREB2" "3658" "iron responsive element binding protein 2" "IRP2" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000136448" "ENST00000678938;ENST00000592782;ENST00000676828;ENST00000590310;ENST00000677949;ENST00000591931;ENST00000678606;ENST00000587014;ENST00000587670;ENST00000258960;ENST00000678576;ENST00000543908;ENST00000676753;ENST00000678332;ENST00000590114;ENST00000585561;ENST00000592654;ENST00000588455;ENST00000587120" "ENSP00000503621;ENSP00000468424;ENSP00000504192;ENSP00000503657;ENSP00000504048;ENSP00000504365;ENSP00000258960;ENSP00000503635;ENSP00000439263;ENSP00000503505;ENSP00000504484;ENSP00000504284;ENSP00000466777;ENSP00000466827" "P30419" "NMT1" "4836" "N-myristoyltransferase 1" "NMT" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000136504" "ENST00000675278;ENST00000454930;ENST00000259021;ENST00000509773;ENST00000510819;ENST00000424009;ENST00000509124;ENST00000506533;ENST00000435742;ENST00000513171;ENST00000514540;ENST00000513980;ENST00000512616;ENST00000508594;ENST00000509794;ENST00000510426;ENST00000513075;ENST00000503101;ENST00000503635" "ENSP00000502732;ENSP00000413415;ENSP00000259021;ENSP00000424577;ENSP00000423385;ENSP00000398961;ENSP00000421368;ENSP00000409477" "O95251" "KAT7" "11143" "lysine acetyltransferase 7" "HBO1;HBOA;MYST2;ZC2HC7" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000136521" "ENST00000488002;ENST00000611971;ENST00000493866;ENST00000259037;ENST00000472629;ENST00000468210;ENST00000359944;ENST00000477177;ENST00000482604;ENST00000480374;ENST00000496904;ENST00000473500;ENST00000491054;ENST00000471112;ENST00000476587;ENST00000493716" "ENSP00000481703;ENSP00000419656;ENSP00000259037;ENSP00000419248;ENSP00000420538;ENSP00000353026;ENSP00000418354;ENSP00000419099;ENSP00000419501" "O43674" "NDUFB5" "4711" "NADH:ubiquinone oxidoreductase subunit B5" "CI-SGDH;MGC12314;SGDH" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000136371" "ENST00000560261;ENST00000258874;ENST00000559722;ENST00000560919" "ENSP00000454318;ENSP00000258874;ENSP00000489076;ENSP00000454626" "P49914" "MTHFS" "10588" "methenyltetrahydrofolate synthetase" "HsT19268" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000136381" "ENST00000560840;ENST00000559215;ENST00000258886;ENST00000558525;ENST00000560440;ENST00000558570;ENST00000560454;ENST00000559427;ENST00000559676;ENST00000559091" "ENSP00000453172;ENSP00000453532;ENSP00000258886;ENSP00000453058;ENSP00000452938;ENSP00000454063;ENSP00000453863" "P48200" "IREB2" "3658" "iron responsive element binding protein 2" "IRP2" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000136448" "ENST00000678938;ENST00000592782;ENST00000676828;ENST00000590310;ENST00000677949;ENST00000591931;ENST00000678606;ENST00000587014;ENST00000587670;ENST00000258960;ENST00000678576;ENST00000543908;ENST00000676753;ENST00000678332;ENST00000590114;ENST00000585561;ENST00000592654;ENST00000588455;ENST00000587120" "ENSP00000503621;ENSP00000468424;ENSP00000504192;ENSP00000503657;ENSP00000504048;ENSP00000504365;ENSP00000258960;ENSP00000503635;ENSP00000439263;ENSP00000503505;ENSP00000504484;ENSP00000504284;ENSP00000466777;ENSP00000466827" "P30419" "NMT1" "4836" "N-myristoyltransferase 1" "NMT" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000136504" "ENST00000675278;ENST00000454930;ENST00000259021;ENST00000509773;ENST00000510819;ENST00000424009;ENST00000509124;ENST00000506533;ENST00000435742;ENST00000513171;ENST00000514540;ENST00000513980;ENST00000512616;ENST00000508594;ENST00000509794;ENST00000510426;ENST00000513075;ENST00000503101;ENST00000503635" "ENSP00000502732;ENSP00000413415;ENSP00000259021;ENSP00000424577;ENSP00000423385;ENSP00000398961;ENSP00000421368;ENSP00000409477" "O95251" "KAT7" "11143" "lysine acetyltransferase 7" "HBO1;HBOA;MYST2;ZC2HC7" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000136521" "ENST00000488002;ENST00000611971;ENST00000493866;ENST00000259037;ENST00000472629;ENST00000468210;ENST00000359944;ENST00000477177;ENST00000482604;ENST00000480374;ENST00000496904;ENST00000473500;ENST00000491054;ENST00000471112;ENST00000476587;ENST00000493716" "ENSP00000481703;ENSP00000419656;ENSP00000259037;ENSP00000419248;ENSP00000420538;ENSP00000353026;ENSP00000418354;ENSP00000419099;ENSP00000419501" "O43674" "NDUFB5" "4711" "NADH:ubiquinone oxidoreductase subunit B5" "CI-SGDH;MGC12314;SGDH" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000136536" "ENST00000409175;ENST00000259050;ENST00000421037;ENST00000473749;ENST00000409591;ENST00000461582;ENST00000420397;ENST00000478396;ENST00000539065" "ENSP00000386830;ENSP00000259050;ENSP00000392862;ENSP00000387238;ENSP00000391493;ENSP00000442992" "Q9H992" "MARCHF7" "64844" "membrane associated ring-CH-type finger 7" "AXOT;MARCH-VII;MARCH7;RNF177" "Cytosol" "CellAtlas" -"ENSG00000136542" "ENST00000259056;ENST00000463418;ENST00000461704" "ENSP00000259056" "Q7Z7M9" "GALNT5" "11227" "polypeptide N-acetylgalactosaminyltransferase 5" "GalNAc-T5" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000136628" "ENST00000366923;ENST00000468487;ENST00000485821;ENST00000609181;ENST00000464052;ENST00000477030" "ENSP00000355890;ENSP00000477245;ENSP00000477493" "P07814" "EPRS1" "2058" "glutamyl-prolyl-tRNA synthetase 1" "EARS;EPRS;GLUPRORS;PARS;QARS;QPRS" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000136699" "ENST00000431183;ENST00000454468;ENST00000412570;ENST00000433118;ENST00000351288;ENST00000680298;ENST00000491128;ENST00000482171;ENST00000439886;ENST00000409031;ENST00000680401;ENST00000680679;ENST00000680810;ENST00000680987;ENST00000457039;ENST00000491319;ENST00000449159;ENST00000461187;ENST00000430682;ENST00000451542;ENST00000435455;ENST00000680196;ENST00000473720;ENST00000455548;ENST00000439029;ENST00000681660;ENST00000441135" "ENSP00000405187;ENSP00000407591;ENSP00000403002;ENSP00000397278;ENSP00000259217;ENSP00000506463;ENSP00000401648;ENSP00000386531;ENSP00000506367;ENSP00000505716;ENSP00000505271;ENSP00000506346;ENSP00000397078;ENSP00000403915;ENSP00000406325;ENSP00000405363;ENSP00000393791;ENSP00000505151;ENSP00000416208;ENSP00000406458" "Q9NXE4" "SMPD4" "55627" "sphingomyelin phosphodiesterase 4" "FLJ20297;FLJ20756;KIAA1418;NET13;nSMase-3;NSMASE3" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000136715" "ENST00000357702;ENST00000259235;ENST00000643581;ENST00000259234;ENST00000424298;ENST00000450957" "ENSP00000350333;ENSP00000259235;ENSP00000494423;ENSP00000259234;ENSP00000411634;ENSP00000414593" "Q9H0E3" "SAP130" "79595" "Sin3A associated protein 130" "FLJ12761" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000136542" "ENST00000259056;ENST00000463418;ENST00000461704" "ENSP00000259056" "Q7Z7M9" "GALNT5" "11227" "polypeptide N-acetylgalactosaminyltransferase 5" "GalNAc-T5" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000136628" "ENST00000366923;ENST00000468487;ENST00000485821;ENST00000609181;ENST00000464052;ENST00000477030" "ENSP00000355890;ENSP00000477245;ENSP00000477493" "P07814" "EPRS1" "2058" "glutamyl-prolyl-tRNA synthetase 1" "EARS;EPRS;GLUPRORS;PARS;QARS;QPRS" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000136699" "ENST00000431183;ENST00000454468;ENST00000412570;ENST00000433118;ENST00000351288;ENST00000680298;ENST00000491128;ENST00000482171;ENST00000439886;ENST00000409031;ENST00000680401;ENST00000680679;ENST00000680810;ENST00000680987;ENST00000457039;ENST00000491319;ENST00000449159;ENST00000461187;ENST00000430682;ENST00000451542;ENST00000435455;ENST00000680196;ENST00000473720;ENST00000455548;ENST00000439029;ENST00000681660;ENST00000441135" "ENSP00000405187;ENSP00000407591;ENSP00000403002;ENSP00000397278;ENSP00000259217;ENSP00000506463;ENSP00000401648;ENSP00000386531;ENSP00000506367;ENSP00000505716;ENSP00000505271;ENSP00000506346;ENSP00000397078;ENSP00000403915;ENSP00000406325;ENSP00000405363;ENSP00000393791;ENSP00000505151;ENSP00000416208;ENSP00000406458" "Q9NXE4" "SMPD4" "55627" "sphingomyelin phosphodiesterase 4" "FLJ20297;FLJ20756;KIAA1418;NET13;nSMase-3;NSMASE3" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000136715" "ENST00000357702;ENST00000259235;ENST00000643581;ENST00000259234;ENST00000424298;ENST00000450957" "ENSP00000350333;ENSP00000259235;ENSP00000494423;ENSP00000259234;ENSP00000411634;ENSP00000414593" "Q9H0E3" "SAP130" "79595" "Sin3A associated protein 130" "FLJ12761" "Nucleus" "SwissProt;CellAtlas" "ENSG00000136720" "ENST00000469019;ENST00000259241;ENST00000463963;ENST00000494089" "ENSP00000259241" "O60243" "HS6ST1" "9394" "heparan sulfate 6-O-sulfotransferase 1" "HS6ST" "Nucleus" "CellAtlas" -"ENSG00000136731" "ENST00000430075;ENST00000438277;ENST00000376723;ENST00000259253;ENST00000488439;ENST00000418197;ENST00000465836" "ENSP00000400426;ENSP00000392701;ENSP00000365913;ENSP00000259253;ENSP00000389441" "Q9NYU2" "UGGT1" "56886" "UDP-glucose glycoprotein glucosyltransferase 1" "HUGT1;UGCGL1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000136731" "ENST00000430075;ENST00000438277;ENST00000376723;ENST00000259253;ENST00000488439;ENST00000418197;ENST00000465836" "ENSP00000400426;ENSP00000392701;ENSP00000365913;ENSP00000259253;ENSP00000389441" "Q9NYU2" "UGGT1" "56886" "UDP-glucose glycoprotein glucosyltransferase 1" "HUGT1;UGCGL1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000136750" "ENST00000376261;ENST00000259271;ENST00000428517;ENST00000648567;ENST00000376248" "ENSP00000365437;ENSP00000259271;ENSP00000390434;ENSP00000498009" "Q05329" "GAD2" "2572" "glutamate decarboxylase 2" "GAD65" "Cytosol;Golgi apparatus" "SwissProt" -"ENSG00000136810" "ENST00000374515;ENST00000374517;ENST00000487892" "ENSP00000363639;ENSP00000363641" "P10599" "TXN" "7295" "thioredoxin" "TRX" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000136810" "ENST00000374515;ENST00000374517;ENST00000487892" "ENSP00000363639;ENSP00000363641" "P10599" "TXN" "7295" "thioredoxin" "TRX" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000136840" "ENST00000335791;ENST00000495983;ENST00000474282;ENST00000467674;ENST00000361444;ENST00000483438;ENST00000479747" "ENSP00000336733;ENSP00000355130" "Q9H4F1" "ST6GALNAC4" "27090" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 4" "SIAT3C;SIAT7D;ST6GALNACIV" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000136856" "ENST00000610552;ENST00000451404;ENST00000373371;ENST00000419917;ENST00000373352;ENST00000373360;ENST00000419132;ENST00000439597;ENST00000423934;ENST00000430147;ENST00000484617;ENST00000489239;ENST00000477027;ENST00000485806;ENST00000484208" "ENSP00000477568;ENSP00000392434;ENSP00000362469;ENSP00000411726;ENSP00000362450;ENSP00000362458;ENSP00000413973;ENSP00000404893;ENSP00000389070;ENSP00000391213" "Q9NY64" "SLC2A8" "29988" "solute carrier family 2 member 8" "GLUT8;GLUTX1" "Cytosol" "SwissProt" "ENSG00000136868" "ENST00000374212;ENST00000496650" "ENSP00000363329" "O15431" "SLC31A1" "1317" "solute carrier family 31 member 1" "COPT1;CTR1;hCTR1" "" "" "ENSG00000136872" "ENST00000647789;ENST00000648064;ENST00000616752;ENST00000648758;ENST00000649902;ENST00000468981;ENST00000650613;ENST00000648906;ENST00000648423" "ENSP00000497767;ENSP00000497990;ENSP00000481363;ENSP00000497731;ENSP00000497216;ENSP00000497985" "P05062" "ALDOB" "229" "aldolase, fructose-bisphosphate B" "" "Cytosol" "SwissProt" "ENSG00000136877" "ENST00000479147;ENST00000479375;ENST00000393706;ENST00000630236;ENST00000373247;ENST00000488307;ENST00000373228;ENST00000481552;ENST00000460181;ENST00000475765;ENST00000496586;ENST00000373225;ENST00000431857;ENST00000423577;ENST00000469310;ENST00000497386;ENST00000488506;ENST00000489522;ENST00000467826;ENST00000473536;ENST00000475270" "ENSP00000377309;ENSP00000486766;ENSP00000362344;ENSP00000362325;ENSP00000362322;ENSP00000400007;ENSP00000406328" "Q05932" "FPGS" "2356" "folylpolyglutamate synthase" "" "Mitochondria;Cytosol;Inner mitochondria" "SwissProt" -"ENSG00000136878" "ENST00000491053;ENST00000494971;ENST00000372429;ENST00000315480;ENST00000358355;ENST00000474895;ENST00000491731;ENST00000496927;ENST00000472108" "ENSP00000361506;ENSP00000313811;ENSP00000351122" "Q9Y2K6" "USP20" "10868" "ubiquitin specific peptidase 20" "KIAA1003" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000136878" "ENST00000491053;ENST00000494971;ENST00000372429;ENST00000315480;ENST00000358355;ENST00000474895;ENST00000491731;ENST00000496927;ENST00000472108" "ENSP00000361506;ENSP00000313811;ENSP00000351122" "Q9Y2K6" "USP20" "10868" "ubiquitin specific peptidase 20" "KIAA1003" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000136881" "ENST00000674791;ENST00000674909;ENST00000259407;ENST00000395051;ENST00000674556" "ENSP00000501644;ENSP00000502812;ENSP00000259407;ENSP00000378491;ENSP00000501610" "Q14032" "BAAT" "570" "bile acid-CoA:amino acid N-acyltransferase" "BAT" "Peroxisome;Cytosol" "SwissProt" "ENSG00000136888" "ENST00000677115;ENST00000677452;ENST00000678234;ENST00000374050;ENST00000473413;ENST00000677498;ENST00000679150;ENST00000677543" "ENSP00000503566;ENSP00000503007;ENSP00000503037;ENSP00000363162;ENSP00000503684;ENSP00000504068;ENSP00000503343" "O75348" "ATP6V1G1" "9550" "ATPase H+ transporting V1 subunit G1" "ATP6G;ATP6G1;ATP6GL;ATP6J;DKFZp547P234;Vma10" "Nucleus" "CellAtlas" "ENSG00000136908" "ENST00000495270;ENST00000314392;ENST00000470181;ENST00000473360;ENST00000373110" "ENSP00000322181;ENSP00000362202" "O94777" "DPM2" "8818" "dolichyl-phosphate mannosyltransferase subunit 2, regulatory" "MGC111193;MGC21559" "Endoplasmic reticulum" "SwissProt" -"ENSG00000136943" "ENST00000680490;ENST00000538255;ENST00000259470;ENST00000681927;ENST00000680385;ENST00000680221;ENST00000681737;ENST00000680159;ENST00000679661;ENST00000681517;ENST00000680435;ENST00000680787;ENST00000681330;ENST00000679917;ENST00000479932;ENST00000679551" "ENSP00000505355;ENSP00000445052;ENSP00000259470;ENSP00000505141;ENSP00000505553;ENSP00000505001;ENSP00000505681;ENSP00000506713;ENSP00000505759;ENSP00000505007" "O60911" "CTSV" "1515" "cathepsin V" "CTSL2;CTSU" "Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000136943" "ENST00000680490;ENST00000538255;ENST00000259470;ENST00000681927;ENST00000680385;ENST00000680221;ENST00000681737;ENST00000680159;ENST00000679661;ENST00000681517;ENST00000680435;ENST00000680787;ENST00000681330;ENST00000679917;ENST00000479932;ENST00000679551" "ENSP00000505355;ENSP00000445052;ENSP00000259470;ENSP00000505141;ENSP00000505553;ENSP00000505001;ENSP00000505681;ENSP00000506713;ENSP00000505759;ENSP00000505007" "O60911" "CTSV" "1515" "cathepsin V" "CTSL2;CTSU" "Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000136960" "ENST00000259486;ENST00000427067;ENST00000523861;ENST00000522167;ENST00000522826;ENST00000075322;ENST00000518109;ENST00000520066;ENST00000518958" "ENSP00000259486;ENSP00000403315;ENSP00000429476;ENSP00000428291;ENSP00000075322;ENSP00000428304;ENSP00000429447" "Q13822" "ENPP2" "5168" "ectonucleotide pyrophosphatase/phosphodiesterase 2" "ATX;PD-IALPHA;PDNP2" "Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000137054" "ENST00000377798;ENST00000442009;ENST00000377792" "ENSP00000367029;ENSP00000399887;ENSP00000367023" "Q9GZS1" "POLR1E" "64425" "RNA polymerase I subunit E" "FLJ13390;FLJ13970;PAF53;PRAF1;RPA49" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000137054" "ENST00000377798;ENST00000442009;ENST00000377792" "ENSP00000367029;ENSP00000399887;ENSP00000367023" "Q9GZS1" "POLR1E" "64425" "RNA polymerase I subunit E" "FLJ13390;FLJ13970;PAF53;PRAF1;RPA49" "Nucleus" "SwissProt;CellAtlas" "ENSG00000137106" "ENST00000493368;ENST00000318158;ENST00000460882;ENST00000487399;ENST00000377824;ENST00000491488;ENST00000607784;ENST00000497693;ENST00000480596;ENST00000494290;ENST00000482603;ENST00000512404" "ENSP00000313432;ENSP00000475569;ENSP00000432021" "Q9UBQ7" "GRHPR" "9380" "glyoxylate and hydroxypyruvate reductase" "GLXR;PH2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000137124" "ENST00000377698;ENST00000635162" "ENSP00000366927;ENSP00000489053" "P30837" "ALDH1B1" "219" "aldehyde dehydrogenase 1 family member B1" "ALDH5;ALDHX" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000137168" "ENST00000483552;ENST00000373699" "ENSP00000362803" "Q9Y3C6" "PPIL1" "51645" "peptidylprolyl isomerase like 1" "CYPL1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000137124" "ENST00000377698;ENST00000635162" "ENSP00000366927;ENSP00000489053" "P30837" "ALDH1B1" "219" "aldehyde dehydrogenase 1 family member B1" "ALDH5;ALDHX" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000137168" "ENST00000483552;ENST00000373699" "ENSP00000362803" "Q9Y3C6" "PPIL1" "51645" "peptidylprolyl isomerase like 1" "CYPL1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000137198" "ENST00000259727;ENST00000543191;ENST00000544145;ENST00000540478" "ENSP00000259727" "P36959" "GMPR" "2766" "guanosine monophosphate reductase" "" "" "" -"ENSG00000137200" "ENST00000471097;ENST00000455891;ENST00000373451;ENST00000493656;ENST00000475364;ENST00000457419" "ENSP00000414233;ENSP00000362550;ENSP00000432114;ENSP00000393893" "Q8N1G2" "CMTR1" "23070" "cap methyltransferase 1" "FTSJD2;ISG95;KIAA0082;MTr1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000137200" "ENST00000471097;ENST00000455891;ENST00000373451;ENST00000493656;ENST00000475364;ENST00000457419" "ENSP00000414233;ENSP00000362550;ENSP00000432114;ENSP00000393893" "Q8N1G2" "CMTR1" "23070" "cap methyltransferase 1" "FTSJD2;ISG95;KIAA0082;MTr1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000137204" "ENST00000480882;ENST00000487175;ENST00000451757;ENST00000372585;ENST00000449231;ENST00000498232;ENST00000372589;ENST00000372574;ENST00000436107" "ENSP00000416052;ENSP00000361666;ENSP00000411818;ENSP00000361670;ENSP00000361655;ENSP00000393836" "Q9Y694" "SLC22A7" "10864" "solute carrier family 22 member 7" "NLT;OAT2" "" "" "ENSG00000137261" "ENST00000616673;ENST00000430948;ENST00000535378;ENST00000537886;ENST00000378214" "ENSP00000483665;ENSP00000401086;ENSP00000442403;ENSP00000439700;ENSP00000367459" "Q5VV43" "KIAA0319" "9856" "KIAA0319" "NMIG" "" "" "ENSG00000137364" "ENST00000309983" "ENSP00000312304" "P51580" "TPMT" "7172" "thiopurine S-methyltransferase" "" "Cytosol" "SwissProt" "ENSG00000137392" "ENST00000259938;ENST00000616014;ENST00000622413" "ENSP00000259938;ENSP00000483589;ENSP00000482919" "P04118" "CLPS" "1208" "colipase" "" "" "" -"ENSG00000137393" "ENST00000259939;ENST00000486622" "ENSP00000259939" "Q7Z419" "RNF144B" "255488" "ring finger protein 144B" "bA528A10.3;IBRDC2;P53RFP" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000137393" "ENST00000259939;ENST00000486622" "ENSP00000259939" "Q7Z419" "RNF144B" "255488" "ring finger protein 144B" "bA528A10.3;IBRDC2;P53RFP" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000137491" "ENST00000526660;ENST00000531713;ENST00000289575;ENST00000532236;ENST00000531756;ENST00000531457;ENST00000525650;ENST00000454962;ENST00000530556;ENST00000534004;ENST00000527180;ENST00000525845;ENST00000534186;ENST00000428359;ENST00000526839;ENST00000530012;ENST00000528108;ENST00000530015;ENST00000341411" "ENSP00000432889;ENSP00000289575;ENSP00000434112;ENSP00000436324;ENSP00000389653;ENSP00000435384;ENSP00000431192;ENSP00000436513;ENSP00000431324;ENSP00000433872;ENSP00000388912;ENSP00000434742" "O94956" "SLCO2B1" "11309" "solute carrier organic anion transporter family member 2B1" "OATP-B;OATP2B1;SLC21A9" "" "" "ENSG00000137496" "ENST00000497194;ENST00000393705;ENST00000525932;ENST00000414358;ENST00000393703;ENST00000531777;ENST00000337131;ENST00000620017;ENST00000531053;ENST00000343898;ENST00000404792;ENST00000534583;ENST00000260049;ENST00000393707" "ENSP00000434717;ENSP00000377308;ENSP00000377306;ENSP00000338723;ENSP00000480621;ENSP00000434835;ENSP00000343309;ENSP00000384212;ENSP00000434376;ENSP00000260049;ENSP00000377310" "O95998" "IL18BP" "10068" "interleukin 18 binding protein" "IL18BPa" "Endoplasmic reticulum" "CellAtlas" "ENSG00000137563" "ENST00000518466;ENST00000523788;ENST00000678069;ENST00000677459;ENST00000677482;ENST00000677919;ENST00000260118;ENST00000677327;ENST00000679326;ENST00000522852;ENST00000520609;ENST00000678045;ENST00000518113;ENST00000518966;ENST00000523479" "ENSP00000503731;ENSP00000504590;ENSP00000504579;ENSP00000260118;ENSP00000504262;ENSP00000504520" "Q92820" "GGH" "8836" "gamma-glutamyl hydrolase" "" "Lysosome" "SwissProt" -"ENSG00000137574" "ENST00000260129;ENST00000523948;ENST00000519494" "ENSP00000260129;ENSP00000430467" "Q96RS0" "TGS1" "96764" "trimethylguanosine synthase 1" "NCOA6IP;PIMT" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000137574" "ENST00000260129;ENST00000523948;ENST00000519494" "ENSP00000260129;ENSP00000430467" "Q96RS0" "TGS1" "96764" "trimethylguanosine synthase 1" "NCOA6IP;PIMT" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000137700" "ENST00000525102;ENST00000330775;ENST00000357590;ENST00000538950;ENST00000545985;ENST00000526275;ENST00000532085;ENST00000650539;ENST00000527992;ENST00000638925;ENST00000638360;ENST00000638186;ENST00000530407;ENST00000524428;ENST00000525372;ENST00000525039;ENST00000529510;ENST00000532888;ENST00000526626;ENST00000525787;ENST00000534384" "ENSP00000476242;ENSP00000476176;ENSP00000475991;ENSP00000475241" "" "SLC37A4" "2542" "solute carrier family 37 member 4" "G6PT1;G6PT2;G6PT3;GSD1b;GSD1c;GSD1d" "Mitochondria" "CellAtlas" "ENSG00000137731" "ENST00000514385;ENST00000532119;ENST00000528014;ENST00000292079;ENST00000260287;ENST00000534383;ENST00000533281;ENST00000317594" "ENSP00000436414;ENSP00000432430;ENSP00000292079;ENSP00000260287" "P54710" "FXYD2" "486" "FXYD domain containing ion transport regulator 2" "ATP1G1;HOMG2;MGC12372" "Mitochondria" "CellAtlas" -"ENSG00000137760" "ENST00000428149;ENST00000429370;ENST00000389568;ENST00000260318;ENST00000417449;ENST00000393100;ENST00000530933" "ENSP00000415885;ENSP00000391225;ENSP00000374219;ENSP00000260318;ENSP00000397673;ENSP00000376812" "Q96BT7" "ALKBH8" "91801" "alkB homolog 8, tRNA methyltransferase" "MGC10235;TRM9;TRMT9A" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000137760" "ENST00000428149;ENST00000429370;ENST00000389568;ENST00000260318;ENST00000417449;ENST00000393100;ENST00000530933" "ENSP00000415885;ENSP00000391225;ENSP00000374219;ENSP00000260318;ENSP00000397673;ENSP00000376812" "Q96BT7" "ALKBH8" "91801" "alkB homolog 8, tRNA methyltransferase" "MGC10235;TRM9;TRMT9A" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000137770" "ENST00000260327;ENST00000558791;ENST00000560834;ENST00000558966;ENST00000559793;ENST00000558968;ENST00000558373;ENST00000561189;ENST00000560620;ENST00000559738;ENST00000559175" "ENSP00000260327;ENSP00000453612;ENSP00000452837;ENSP00000454187;ENSP00000454154;ENSP00000453051;ENSP00000453538" "Q05D32" "CTDSPL2" "51496" "CTD small phosphatase like 2" "FLJ10523;HSPC129" "Nucleus" "CellAtlas" "ENSG00000137817" "ENST00000569173;ENST00000569795;ENST00000260376;ENST00000616176;ENST00000413097;ENST00000287196;ENST00000569972;ENST00000564610;ENST00000567974;ENST00000544520;ENST00000565443;ENST00000566991;ENST00000567440;ENST00000567263;ENST00000566831;ENST00000419739;ENST00000567042;ENST00000569890;ENST00000568213;ENST00000565999;ENST00000568360;ENST00000566844;ENST00000567633" "ENSP00000456749;ENSP00000456348;ENSP00000260376;ENSP00000484561;ENSP00000287196;ENSP00000456468;ENSP00000455815;ENSP00000456370;ENSP00000454298;ENSP00000457752;ENSP00000403265;ENSP00000455637;ENSP00000455847;ENSP00000457134;ENSP00000457862;ENSP00000457187" "Q2NL67" "PARP6" "56965" "poly(ADP-ribose) polymerase family member 6" "ARTD17;pART17" "" "" "ENSG00000137825" "ENST00000425927;ENST00000260386;ENST00000462816;ENST00000491007" "ENSP00000396560;ENSP00000260386" "P23677" "ITPKA" "3706" "inositol-trisphosphate 3-kinase A" "IP3-3KA;IP3KA" "Cytosol" "SwissProt" @@ -1418,16 +1418,16 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000137857" "ENST00000321429;ENST00000389037;ENST00000558322;ENST00000561220;ENST00000558991;ENST00000561166;ENST00000559219;ENST00000557893;ENST00000558446;ENST00000559716;ENST00000559221;ENST00000558744;ENST00000682390" "ENSP00000317997;ENSP00000373689;ENSP00000454121;ENSP00000452623;ENSP00000454065;ENSP00000508006" "Q9NRD9" "DUOX1" "53905" "dual oxidase 1" "LNOX1;NOXEF1;THOX1" "" "" "ENSG00000137860" "ENST00000560438;ENST00000347644;ENST00000559924;ENST00000560767" "ENSP00000454074;ENSP00000315006;ENSP00000454046" "O43868" "SLC28A2" "9153" "solute carrier family 28 member 2" "CNT2;HCNT2;HsT17153;SPNT1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000137868" "ENST00000395105;ENST00000423167;ENST00000323940;ENST00000449139;ENST00000416286;ENST00000545137;ENST00000574439;ENST00000535552;ENST00000563965;ENST00000574278;ENST00000572785;ENST00000575272;ENST00000569936;ENST00000572975;ENST00000432245;ENST00000573724;ENST00000573456;ENST00000573214;ENST00000574570;ENST00000571341;ENST00000573391;ENST00000616000" "ENSP00000378537;ENSP00000413012;ENSP00000326085;ENSP00000410221;ENSP00000400403;ENSP00000440238;ENSP00000456609;ENSP00000458827;ENSP00000459546;ENSP00000461799;ENSP00000407176;ENSP00000458204;ENSP00000458734;ENSP00000479112" "Q9BX79" "STRA6" "64220" "signaling receptor and transporter of retinol STRA6" "FLJ12541" "" "" -"ENSG00000137869" "ENST00000396402;ENST00000396404;ENST00000559878;ENST00000490076;ENST00000559653;ENST00000557934;ENST00000439712;ENST00000558066;ENST00000561075;ENST00000558328;ENST00000478421;ENST00000453807;ENST00000405913;ENST00000557858;ENST00000559980;ENST00000405011;ENST00000559646;ENST00000561066;ENST00000492852;ENST00000613097" "ENSP00000379683;ENSP00000379685;ENSP00000453149;ENSP00000452667;ENSP00000454004;ENSP00000390614;ENSP00000454039;ENSP00000453280;ENSP00000391139;ENSP00000383930;ENSP00000452627;ENSP00000452872;ENSP00000384389;ENSP00000453318;ENSP00000479587" "P11511" "CYP19A1" "1588" "cytochrome P450 family 19 subfamily A member 1" "ARO;ARO1;aromatase;CPV1;CYAR;CYP19;P-450AROM" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000137869" "ENST00000396402;ENST00000396404;ENST00000559878;ENST00000490076;ENST00000559653;ENST00000557934;ENST00000439712;ENST00000558066;ENST00000561075;ENST00000558328;ENST00000478421;ENST00000453807;ENST00000405913;ENST00000557858;ENST00000559980;ENST00000405011;ENST00000559646;ENST00000561066;ENST00000492852;ENST00000613097" "ENSP00000379683;ENSP00000379685;ENSP00000453149;ENSP00000452667;ENSP00000454004;ENSP00000390614;ENSP00000454039;ENSP00000453280;ENSP00000391139;ENSP00000383930;ENSP00000452627;ENSP00000452872;ENSP00000384389;ENSP00000453318;ENSP00000479587" "P11511" "CYP19A1" "1588" "cytochrome P450 family 19 subfamily A member 1" "ARO;ARO1;aromatase;CPV1;CYAR;CYP19;P-450AROM" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" "ENSG00000137944" "ENST00000446900;ENST00000370491;ENST00000260508;ENST00000370486" "ENSP00000359522;ENSP00000260508;ENSP00000359517" "Q6YP21" "KYAT3" "56267" "kynurenine aminotransferase 3" "CCBL2;KAT3;KATIII;RBM1;RP11-82K18.3" "Cytosol;Nucleus" "CellAtlas" "ENSG00000137968" "ENST00000370859;ENST00000370855;ENST00000469525" "ENSP00000359896;ENSP00000359892" "Q8NCS7" "SLC44A5" "204962" "solute carrier family 44 member 5" "CTL5;MGC34032" "Cytosol" "CellAtlas" -"ENSG00000137992" "ENST00000370132;ENST00000681617;ENST00000681780;ENST00000370131" "ENSP00000359151;ENSP00000505544;ENSP00000505780;ENSP00000359150" "P11182" "DBT" "1629" "dihydrolipoamide branched chain transacylase E2" "BCKAD-E2;BCKDH-E2;BCOADC-E2" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000137996" "ENST00000498617;ENST00000370128;ENST00000483474;ENST00000260563;ENST00000370126" "ENSP00000359146;ENSP00000260563;ENSP00000359144" "O00442" "RTCA" "8634" "RNA 3'-terminal phosphate cyclase" "RPC;RTC1;RTCD1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000137992" "ENST00000370132;ENST00000681617;ENST00000681780;ENST00000370131" "ENSP00000359151;ENSP00000505544;ENSP00000505780;ENSP00000359150" "P11182" "DBT" "1629" "dihydrolipoamide branched chain transacylase E2" "BCKAD-E2;BCKDH-E2;BCOADC-E2" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000137996" "ENST00000498617;ENST00000370128;ENST00000483474;ENST00000260563;ENST00000370126" "ENSP00000359146;ENSP00000260563;ENSP00000359144" "O00442" "RTCA" "8634" "RNA 3'-terminal phosphate cyclase" "RPC;RTC1;RTCD1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000138018" "ENST00000442141;ENST00000260585;ENST00000447170;ENST00000462301;ENST00000613142" "ENSP00000415280;ENSP00000260585;ENSP00000391804;ENSP00000479973" "Q9C0D9" "SELENOI" "85465" "selenoprotein I" "EPT1;KIAA1724;SELI;SEPI" "Endoplasmic reticulum" "SwissProt" -"ENSG00000138029" "ENST00000448743;ENST00000317799;ENST00000479347;ENST00000405867;ENST00000425035;ENST00000412805;ENST00000494615;ENST00000537713;ENST00000545822" "ENSP00000415300;ENSP00000325136;ENSP00000385411;ENSP00000404633;ENSP00000413103;ENSP00000444295;ENSP00000442665" "P55084" "HADHB" "3032" "hydroxyacyl-CoA dehydrogenase trifunctional multienzyme complex subunit beta" "MTPB" "Endoplasmic reticulum;Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000138029" "ENST00000448743;ENST00000317799;ENST00000479347;ENST00000405867;ENST00000425035;ENST00000412805;ENST00000494615;ENST00000537713;ENST00000545822" "ENSP00000415300;ENSP00000325136;ENSP00000385411;ENSP00000404633;ENSP00000413103;ENSP00000444295;ENSP00000442665" "P55084" "HADHB" "3032" "hydroxyacyl-CoA dehydrogenase trifunctional multienzyme complex subunit beta" "MTPB" "Endoplasmic reticulum;Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000138030" "ENST00000260599;ENST00000260598;ENST00000490823;ENST00000429697;ENST00000469936;ENST00000464371" "ENSP00000260599;ENSP00000260598;ENSP00000404741" "P50053" "KHK" "3795" "ketohexokinase" "" "Cytosol" "CellAtlas" "ENSG00000138031" "ENST00000260600;ENST00000679454;ENST00000606682;ENST00000405392;ENST00000498288;ENST00000485887;ENST00000450524;ENST00000454027;ENST00000427849;ENST00000435135;ENST00000479517;ENST00000433852;ENST00000438445" "ENSP00000260600;ENSP00000505261;ENSP00000475652;ENSP00000384484;ENSP00000476143;ENSP00000399275;ENSP00000389799;ENSP00000401455;ENSP00000406153" "O60266" "ADCY3" "109" "adenylate cyclase 3" "AC3" "Cytosol;Golgi apparatus" "SwissProt" -"ENSG00000138061" "ENST00000491456;ENST00000610745;ENST00000494864;ENST00000614273;ENST00000492443;ENST00000613082;ENST00000490576" "ENSP00000478561;ENSP00000479876;ENSP00000483678;ENSP00000478839" "Q16678" "CYP1B1" "1545" "cytochrome P450 family 1 subfamily B member 1" "CP1B;GLC3A" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000138061" "ENST00000491456;ENST00000610745;ENST00000494864;ENST00000614273;ENST00000492443;ENST00000613082;ENST00000490576" "ENSP00000478561;ENSP00000479876;ENSP00000483678;ENSP00000478839" "Q16678" "CYP1B1" "1545" "cytochrome P450 family 1 subfamily B member 1" "CP1B;GLC3A" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" "ENSG00000138074" "ENST00000461757;ENST00000310574;ENST00000488743;ENST00000408041;ENST00000461319;ENST00000481751;ENST00000492069;ENST00000476319;ENST00000464538;ENST00000445802;ENST00000412471;ENST00000401463;ENST00000432106;ENST00000426119;ENST00000414408;ENST00000428518;ENST00000430186;ENST00000442731" "ENSP00000310208;ENSP00000384853;ENSP00000411361;ENSP00000403851;ENSP00000384265;ENSP00000411536;ENSP00000401347;ENSP00000404032;ENSP00000402903;ENSP00000399299;ENSP00000412115" "Q9Y289" "SLC5A6" "8884" "solute carrier family 5 member 6" "SMVT" "" "" "ENSG00000138075" "ENST00000405322;ENST00000486512;ENST00000644754;ENST00000409962" "ENSP00000384513" "Q9H222" "ABCG5" "64240" "ATP binding cassette subfamily G member 5" "STSL" "" "" "ENSG00000138079" "ENST00000260649;ENST00000409387;ENST00000410056;ENST00000409741;ENST00000409229;ENST00000409380;ENST00000427285;ENST00000409294;ENST00000409740;ENST00000611973" "ENSP00000260649;ENSP00000387308;ENSP00000387337;ENSP00000386954;ENSP00000386620;ENSP00000386709;ENSP00000391642;ENSP00000386852;ENSP00000386677;ENSP00000483618" "Q07837" "SLC3A1" "6519" "solute carrier family 3 member 1" "ATR1;CSNU1;D2H;NBAT;RBAT" "Mitochondria;Nucleus" "CellAtlas" @@ -1436,21 +1436,21 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000138134" "ENST00000371927;ENST00000461650;ENST00000371926;ENST00000468698;ENST00000371924;ENST00000371922" "ENSP00000360995;ENSP00000360994;ENSP00000360992" "Q96FJ0" "STAMBPL1" "57559" "STAM binding protein like 1" "ALMalpha;AMSH-FP;AMSH-LP;bA399O19.2;FLJ31524;KIAA1373" "" "" "ENSG00000138135" "ENST00000371852" "ENSP00000360918" "O95992" "CH25H" "9023" "cholesterol 25-hydroxylase" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000138185" "ENST00000453258;ENST00000371207;ENST00000635677;ENST00000543964;ENST00000483213;ENST00000639992;ENST00000371205;ENST00000635076;ENST00000371206;ENST00000490659;ENST00000494070;ENST00000461927;ENST00000422161" "ENSP00000390955;ENSP00000360250;ENSP00000442968;ENSP00000489333;ENSP00000492183;ENSP00000360248;ENSP00000489250" "P49961" "ENTPD1" "953" "ectonucleoside triphosphate diphosphohydrolase 1" "ATPDase;CD39;NTPDase-1;SPG64" "" "" -"ENSG00000138193" "ENST00000371380;ENST00000675487;ENST00000675718;ENST00000676102;ENST00000371385;ENST00000371375;ENST00000675218;ENST00000674738;ENST00000674827;ENST00000464214" "ENSP00000360431;ENSP00000502340;ENSP00000502763;ENSP00000502811;ENSP00000360438;ENSP00000360426;ENSP00000501910;ENSP00000501802;ENSP00000502523" "Q9P212" "PLCE1" "51196" "phospholipase C epsilon 1" "KIAA1516;NPHS3;PLCE" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000138193" "ENST00000371380;ENST00000675487;ENST00000675718;ENST00000676102;ENST00000371385;ENST00000371375;ENST00000675218;ENST00000674738;ENST00000674827;ENST00000464214" "ENSP00000360431;ENSP00000502340;ENSP00000502763;ENSP00000502811;ENSP00000360438;ENSP00000360426;ENSP00000501910;ENSP00000501802;ENSP00000502523" "Q9P212" "PLCE1" "51196" "phospholipase C epsilon 1" "KIAA1516;NPHS3;PLCE" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000138207" "ENST00000371467;ENST00000371464;ENST00000629763;ENST00000371469" "ENSP00000360522;ENSP00000360519;ENSP00000487033;ENSP00000360524" "P02753" "RBP4" "5950" "retinol binding protein 4" "" "" "" "ENSG00000138308" "ENST00000373032" "ENSP00000362123" "Q9BX93" "PLA2G12B" "84647" "phospholipase A2 group XIIB" "PLA2G13" "" "" "ENSG00000138356" "ENST00000374700;ENST00000454629;ENST00000485965;ENST00000465297;ENST00000485106;ENST00000472553;ENST00000260930;ENST00000439380" "ENSP00000363832;ENSP00000392485;ENSP00000260930;ENSP00000413326" "Q06278" "AOX1" "316" "aldehyde oxidase 1" "AO;AOH1" "Cytosol" "SwissProt" "ENSG00000138363" "ENST00000444305;ENST00000488712;ENST00000236959;ENST00000443953;ENST00000435675;ENST00000427397;ENST00000413174;ENST00000446622;ENST00000426233;ENST00000479093;ENST00000467388;ENST00000459796;ENST00000442048;ENST00000478734" "ENSP00000388675;ENSP00000236959;ENSP00000406792;ENSP00000415935;ENSP00000394317;ENSP00000402393;ENSP00000401936" "P31939" "ATIC" "471" "5-aminoimidazole-4-carboxamide ribonucleotide formyltransferase/IMP cyclohydrolase" "AICARFT;IMPCHASE;PURH" "Cytosol" "CellAtlas" -"ENSG00000138376" "ENST00000260947;ENST00000471590;ENST00000432456;ENST00000619009;ENST00000617164;ENST00000613374;ENST00000650978;ENST00000613706;ENST00000421162;ENST00000613192;ENST00000455743;ENST00000465841;ENST00000471787;ENST00000479904;ENST00000620057" "ENSP00000260947;ENSP00000405020;ENSP00000482293;ENSP00000480470;ENSP00000484464;ENSP00000498880;ENSP00000484976;ENSP00000392245;ENSP00000483275;ENSP00000412186;ENSP00000481988" "Q99728" "BARD1" "580" "BRCA1 associated RING domain 1" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000138382" "ENST00000409837;ENST00000442181;ENST00000409340;ENST00000260953;ENST00000409965;ENST00000392640;ENST00000484351;ENST00000308099;ENST00000537825;ENST00000410097;ENST00000538491;ENST00000471560" "ENSP00000386703;ENSP00000395792;ENSP00000387106;ENSP00000260953;ENSP00000386582;ENSP00000376415;ENSP00000307903;ENSP00000440589;ENSP00000387056;ENSP00000444989" "Q9NRN9" "METTL5" "29081" "methyltransferase like 5" "HSPC133" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000138398" "ENST00000414307;ENST00000679324;ENST00000433207;ENST00000677392;ENST00000678088;ENST00000676508;ENST00000260970;ENST00000409714;ENST00000678695;ENST00000530152;ENST00000676557;ENST00000677750;ENST00000678721;ENST00000462903;ENST00000676756;ENST00000679107;ENST00000678499;ENST00000678638;ENST00000448752;ENST00000417938;ENST00000482772;ENST00000466142" "ENSP00000402222;ENSP00000408683;ENSP00000504661;ENSP00000503889;ENSP00000260970;ENSP00000386245;ENSP00000504173;ENSP00000435987;ENSP00000503525;ENSP00000502997;ENSP00000503136;ENSP00000504607;ENSP00000407083;ENSP00000411643;ENSP00000503085" "Q13427" "PPIG" "9360" "peptidylprolyl isomerase G" "CARS-Cyp;SCAF10;SRCyp" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000138376" "ENST00000260947;ENST00000471590;ENST00000432456;ENST00000619009;ENST00000617164;ENST00000613374;ENST00000650978;ENST00000613706;ENST00000421162;ENST00000613192;ENST00000455743;ENST00000465841;ENST00000471787;ENST00000479904;ENST00000620057" "ENSP00000260947;ENSP00000405020;ENSP00000482293;ENSP00000480470;ENSP00000484464;ENSP00000498880;ENSP00000484976;ENSP00000392245;ENSP00000483275;ENSP00000412186;ENSP00000481988" "Q99728" "BARD1" "580" "BRCA1 associated RING domain 1" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000138382" "ENST00000409837;ENST00000442181;ENST00000409340;ENST00000260953;ENST00000409965;ENST00000392640;ENST00000484351;ENST00000308099;ENST00000537825;ENST00000410097;ENST00000538491;ENST00000471560" "ENSP00000386703;ENSP00000395792;ENSP00000387106;ENSP00000260953;ENSP00000386582;ENSP00000376415;ENSP00000307903;ENSP00000440589;ENSP00000387056;ENSP00000444989" "Q9NRN9" "METTL5" "29081" "methyltransferase like 5" "HSPC133" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000138398" "ENST00000414307;ENST00000679324;ENST00000433207;ENST00000677392;ENST00000678088;ENST00000676508;ENST00000260970;ENST00000409714;ENST00000678695;ENST00000530152;ENST00000676557;ENST00000677750;ENST00000678721;ENST00000462903;ENST00000676756;ENST00000679107;ENST00000678499;ENST00000678638;ENST00000448752;ENST00000417938;ENST00000482772;ENST00000466142" "ENSP00000402222;ENSP00000408683;ENSP00000504661;ENSP00000503889;ENSP00000260970;ENSP00000386245;ENSP00000504173;ENSP00000435987;ENSP00000503525;ENSP00000502997;ENSP00000503136;ENSP00000504607;ENSP00000407083;ENSP00000411643;ENSP00000503085" "Q13427" "PPIG" "9360" "peptidylprolyl isomerase G" "CARS-Cyp;SCAF10;SRCyp" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000138400" "ENST00000374412;ENST00000432911;ENST00000449792;ENST00000454776;ENST00000436472;ENST00000471988" "ENSP00000363533;ENSP00000392464;ENSP00000416577;ENSP00000389916;ENSP00000403810" "Q5I0G3" "MDH1B" "130752" "malate dehydrogenase 1B" "FLJ25341;RP11-95H11" "" "" "ENSG00000138411" "ENST00000642884;ENST00000260983;ENST00000647236;ENST00000644030;ENST00000644421;ENST00000642318;ENST00000644256;ENST00000644978;ENST00000645468;ENST00000498146;ENST00000462290;ENST00000647402;ENST00000644405;ENST00000645770;ENST00000647314;ENST00000642531;ENST00000427457" "ENSP00000260983;ENSP00000494800;ENSP00000495504;ENSP00000495351;ENSP00000494649;ENSP00000495418;ENSP00000395770" "Q9P2P5" "HECW2" "57520" "HECT, C2 and WW domain containing E3 ubiquitin protein ligase 2" "KIAA1301;NEDL2" "Cytosol" "SwissProt" -"ENSG00000138413" "ENST00000345146;ENST00000446179;ENST00000415913;ENST00000484575;ENST00000415282;ENST00000462386;ENST00000417583;ENST00000451391;ENST00000481557" "ENSP00000260985;ENSP00000410513;ENSP00000390265;ENSP00000391075;ENSP00000409045;ENSP00000396787" "O75874" "IDH1" "3417" "isocitrate dehydrogenase (NADP(+)) 1" "" "Peroxisome;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000138413" "ENST00000345146;ENST00000446179;ENST00000415913;ENST00000484575;ENST00000415282;ENST00000462386;ENST00000417583;ENST00000451391;ENST00000481557" "ENSP00000260985;ENSP00000410513;ENSP00000390265;ENSP00000391075;ENSP00000409045;ENSP00000396787" "O75874" "IDH1" "3417" "isocitrate dehydrogenase (NADP(+)) 1" "" "Peroxisome;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000138449" "ENST00000261024;ENST00000427241;ENST00000479598;ENST00000418714;ENST00000455320;ENST00000427419;ENST00000440626" "ENSP00000261024;ENSP00000390005;ENSP00000413549;ENSP00000392730;ENSP00000396134" "Q9NP59" "SLC40A1" "30061" "solute carrier family 40 member 1" "FPN1;HFE4;IREG1;MTP1;SLC11A3" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000138496" "ENST00000477522;ENST00000492382;ENST00000360356;ENST00000489652;ENST00000471785;ENST00000462315;ENST00000466126;ENST00000682323" "ENSP00000419506;ENSP00000417664;ENSP00000353512;ENSP00000419001;ENSP00000418894;ENSP00000419626;ENSP00000507390" "Q8IXQ6" "PARP9" "83666" "poly(ADP-ribose) polymerase family member 9" "ARTD9;BAL;BAL1" "Nucleus;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000138592" "ENST00000560297;ENST00000560954;ENST00000396444;ENST00000425032;ENST00000558892;ENST00000560885;ENST00000559329;ENST00000307179;ENST00000560730;ENST00000625664;ENST00000560982;ENST00000561211;ENST00000558091;ENST00000559242;ENST00000561330;ENST00000560527;ENST00000561206;ENST00000419830;ENST00000560379" "ENSP00000453206;ENSP00000379721;ENSP00000412682;ENSP00000454003;ENSP00000302239;ENSP00000452950;ENSP00000485810;ENSP00000453427;ENSP00000457345;ENSP00000454059;ENSP00000453320;ENSP00000453460" "P40818" "USP8" "9101" "ubiquitin specific peptidase 8" "HumORF8;KIAA0055;SPG59;UBPY" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000138604" "ENST00000559798;ENST00000559420;ENST00000559500;ENST00000261858" "ENSP00000454092;ENSP00000261858" "O94923" "GLCE" "26035" "glucuronic acid epimerase" "HSEPI;KIAA0836" "Golgi apparatus;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000138496" "ENST00000477522;ENST00000492382;ENST00000360356;ENST00000489652;ENST00000471785;ENST00000462315;ENST00000466126;ENST00000682323" "ENSP00000419506;ENSP00000417664;ENSP00000353512;ENSP00000419001;ENSP00000418894;ENSP00000419626;ENSP00000507390" "Q8IXQ6" "PARP9" "83666" "poly(ADP-ribose) polymerase family member 9" "ARTD9;BAL;BAL1" "Nucleus;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000138592" "ENST00000560297;ENST00000560954;ENST00000396444;ENST00000425032;ENST00000558892;ENST00000560885;ENST00000559329;ENST00000307179;ENST00000560730;ENST00000625664;ENST00000560982;ENST00000561211;ENST00000558091;ENST00000559242;ENST00000561330;ENST00000560527;ENST00000561206;ENST00000419830;ENST00000560379" "ENSP00000453206;ENSP00000379721;ENSP00000412682;ENSP00000454003;ENSP00000302239;ENSP00000452950;ENSP00000485810;ENSP00000453427;ENSP00000457345;ENSP00000454059;ENSP00000453320;ENSP00000453460" "P40818" "USP8" "9101" "ubiquitin specific peptidase 8" "HumORF8;KIAA0055;SPG59;UBPY" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000138604" "ENST00000559798;ENST00000559420;ENST00000559500;ENST00000261858" "ENSP00000454092;ENSP00000261858" "O94923" "GLCE" "26035" "glucuronic acid epimerase" "HSEPI;KIAA0836" "Golgi apparatus;Mitochondria" "SwissProt;CellAtlas" "ENSG00000138617" "ENST00000559805;ENST00000261888;ENST00000444347;ENST00000649807;ENST00000560149;ENST00000558873" "ENSP00000457982;ENSP00000261888;ENSP00000396118;ENSP00000496935" "Q8N5Y8" "PARP16" "54956" "poly(ADP-ribose) polymerase family member 16" "ARTD15;C15orf30;FLJ20509;FLJ25281;pART15" "Endoplasmic reticulum" "SwissProt" "ENSG00000138621" "ENST00000342932;ENST00000568207;ENST00000564923;ENST00000569562;ENST00000562192;ENST00000568649;ENST00000562095;ENST00000567336;ENST00000563393;ENST00000564953;ENST00000563298" "ENSP00000343190;ENSP00000456665;ENSP00000455499;ENSP00000455691;ENSP00000457446;ENSP00000456353;ENSP00000457490" "Q96CD2" "PPCDC" "60490" "phosphopantothenoylcysteine decarboxylase" "FLJ14585;MDS018" "Cytosol" "CellAtlas" "ENSG00000138641" "ENST00000431413;ENST00000402738;ENST00000422770;ENST00000407637;ENST00000426683;ENST00000452979;ENST00000470815;ENST00000504994;ENST00000264345" "ENSP00000405863;ENSP00000385684;ENSP00000410029;ENSP00000384005;ENSP00000389991;ENSP00000406210;ENSP00000264345" "Q15034" "HERC3" "8916" "HECT and RLD domain containing E3 ubiquitin protein ligase 3" "KIAA0032" "Cytosol" "CellAtlas" @@ -1458,23 +1458,23 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000138678" "ENST00000514309;ENST00000506766;ENST00000395226;ENST00000509412;ENST00000264409;ENST00000513683;ENST00000509044;ENST00000611707" "ENSP00000378651;ENSP00000264409;ENSP00000482571" "Q53EU6" "GPAT3" "84803" "glycerol-3-phosphate acyltransferase 3" "AGPAT10;AGPAT9;HMFN0839;LPAAT-theta;MAG1;MGC11324" "Endoplasmic reticulum" "SwissProt" "ENSG00000138735" "ENST00000354960;ENST00000264805;ENST00000503412;ENST00000512494;ENST00000509612;ENST00000513594;ENST00000512450;ENST00000512739;ENST00000502912;ENST00000508914;ENST00000420633;ENST00000394439" "ENSP00000347046;ENSP00000264805;ENSP00000425810;ENSP00000416309;ENSP00000377957" "O76074" "PDE5A" "8654" "phosphodiesterase 5A" "" "Cytosol" "CellAtlas" "ENSG00000138744" "ENST00000286733;ENST00000511606;ENST00000513045;ENST00000602782;ENST00000507956;ENST00000505594;ENST00000507187;ENST00000507940;ENST00000503636" "ENSP00000286733;ENSP00000423397;ENSP00000473575;ENSP00000427641;ENSP00000426977;ENSP00000423142" "Q02083" "NAAA" "27163" "N-acylethanolamine acid amidase" "ASAHL" "Lysosome" "SwissProt" -"ENSG00000138750" "ENST00000508604;ENST00000507257;ENST00000264883;ENST00000502850;ENST00000508465;ENST00000514987;ENST00000512151;ENST00000513248;ENST00000504173;ENST00000514313;ENST00000515460;ENST00000514307;ENST00000506098;ENST00000514901;ENST00000508583;ENST00000510569;ENST00000510884;ENST00000513352" "ENSP00000425243;ENSP00000264883;ENSP00000426609;ENSP00000421304;ENSP00000424172;ENSP00000421932;ENSP00000424389" "Q7Z3B4" "NUP54" "53371" "nucleoporin 54" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000138750" "ENST00000508604;ENST00000507257;ENST00000264883;ENST00000502850;ENST00000508465;ENST00000514987;ENST00000512151;ENST00000513248;ENST00000504173;ENST00000514313;ENST00000515460;ENST00000514307;ENST00000506098;ENST00000514901;ENST00000508583;ENST00000510569;ENST00000510884;ENST00000513352" "ENSP00000425243;ENSP00000264883;ENSP00000426609;ENSP00000421304;ENSP00000424172;ENSP00000421932;ENSP00000424389" "Q7Z3B4" "NUP54" "53371" "nucleoporin 54" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000138772" "ENST00000512884;ENST00000512542;ENST00000503570;ENST00000510502;ENST00000264908;ENST00000512373;ENST00000514171;ENST00000508214;ENST00000505805;ENST00000503776" "ENSP00000423068;ENSP00000426591;ENSP00000421015;ENSP00000264908;ENSP00000424584;ENSP00000421512;ENSP00000422281" "P12429" "ANXA3" "306" "annexin A3" "ANX3" "" "" -"ENSG00000138777" "ENST00000341695;ENST00000348706;ENST00000509031;ENST00000513605;ENST00000515567;ENST00000354147;ENST00000432483;ENST00000351450;ENST00000503171;ENST00000510015;ENST00000509426;ENST00000508518;ENST00000514209;ENST00000506815;ENST00000457404;ENST00000502833;ENST00000504028;ENST00000502596;ENST00000513649;ENST00000499847;ENST00000502610;ENST00000505713" "ENSP00000343885;ENSP00000313061;ENSP00000423467;ENSP00000427375;ENSP00000340352;ENSP00000389957;ENSP00000273977;ENSP00000423363;ENSP00000423889;ENSP00000424988;ENSP00000422405;ENSP00000421177;ENSP00000426347;ENSP00000422738" "Q9H2U2" "PPA2" "27068" "inorganic pyrophosphatase 2" "FLJ20459" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000138796" "ENST00000505878;ENST00000603302;ENST00000639335;ENST00000639146;ENST00000640201;ENST00000507260;ENST00000640752;ENST00000682197;ENST00000638621;ENST00000511742;ENST00000639013;ENST00000684696;ENST00000309522;ENST00000681992;ENST00000403312;ENST00000640060;ENST00000638559;ENST00000682373;ENST00000640586;ENST00000639698;ENST00000638648;ENST00000626637;ENST00000682067;ENST00000639784;ENST00000640048;ENST00000515462;ENST00000510728;ENST00000682086;ENST00000514776" "ENSP00000425952;ENSP00000474560;ENSP00000491310;ENSP00000492345;ENSP00000491581;ENSP00000425254;ENSP00000507675;ENSP00000312288;ENSP00000385638;ENSP00000492734;ENSP00000490998;ENSP00000508283;ENSP00000492674;ENSP00000492420;ENSP00000507949;ENSP00000486771;ENSP00000507544;ENSP00000491783;ENSP00000492009" "Q16836" "HADH" "3033" "hydroxyacyl-CoA dehydrogenase" "HADH1;HADHSC;SCHAD" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000138777" "ENST00000341695;ENST00000348706;ENST00000509031;ENST00000513605;ENST00000515567;ENST00000354147;ENST00000432483;ENST00000351450;ENST00000503171;ENST00000510015;ENST00000509426;ENST00000508518;ENST00000514209;ENST00000506815;ENST00000457404;ENST00000502833;ENST00000504028;ENST00000502596;ENST00000513649;ENST00000499847;ENST00000502610;ENST00000505713" "ENSP00000343885;ENSP00000313061;ENSP00000423467;ENSP00000427375;ENSP00000340352;ENSP00000389957;ENSP00000273977;ENSP00000423363;ENSP00000423889;ENSP00000424988;ENSP00000422405;ENSP00000421177;ENSP00000426347;ENSP00000422738" "Q9H2U2" "PPA2" "27068" "inorganic pyrophosphatase 2" "FLJ20459" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000138796" "ENST00000505878;ENST00000603302;ENST00000639335;ENST00000639146;ENST00000640201;ENST00000507260;ENST00000640752;ENST00000682197;ENST00000638621;ENST00000511742;ENST00000639013;ENST00000684696;ENST00000309522;ENST00000681992;ENST00000403312;ENST00000640060;ENST00000638559;ENST00000682373;ENST00000640586;ENST00000639698;ENST00000638648;ENST00000626637;ENST00000682067;ENST00000639784;ENST00000640048;ENST00000515462;ENST00000510728;ENST00000682086;ENST00000514776" "ENSP00000425952;ENSP00000474560;ENSP00000491310;ENSP00000492345;ENSP00000491581;ENSP00000425254;ENSP00000507675;ENSP00000312288;ENSP00000385638;ENSP00000492734;ENSP00000490998;ENSP00000508283;ENSP00000492674;ENSP00000492420;ENSP00000507949;ENSP00000486771;ENSP00000507544;ENSP00000491783;ENSP00000492009" "Q16836" "HADH" "3033" "hydroxyacyl-CoA dehydrogenase" "HADH1;HADHSC;SCHAD" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000138801" "ENST00000514815;ENST00000265174;ENST00000511304;ENST00000502431;ENST00000514489;ENST00000506544;ENST00000512641;ENST00000504987" "ENSP00000265174" "O43252" "PAPSS1" "9061" "3'-phosphoadenosine 5'-phosphosulfate synthase 1" "ATPSK1;PAPSS" "Nucleus" "CellAtlas" "ENSG00000138821" "ENST00000424970;ENST00000682549;ENST00000394833;ENST00000356736;ENST00000683412;ENST00000682227;ENST00000683173;ENST00000682932;ENST00000683401;ENST00000684289;ENST00000683916;ENST00000682243;ENST00000683462;ENST00000684386;ENST00000683706;ENST00000683634;ENST00000683221;ENST00000512337;ENST00000510255;ENST00000514000;ENST00000512657;ENST00000502903" "ENSP00000394548;ENSP00000507483;ENSP00000378310;ENSP00000349174;ENSP00000507538;ENSP00000508363;ENSP00000508032;ENSP00000507414;ENSP00000506748;ENSP00000508106;ENSP00000507952;ENSP00000507170;ENSP00000507611;ENSP00000506745;ENSP00000507087;ENSP00000508093" "Q9C0K1" "SLC39A8" "64116" "solute carrier family 39 member 8" "BIGM103" "Lysosome" "SwissProt" -"ENSG00000138823" "ENST00000457717;ENST00000504724;ENST00000511610;ENST00000505094;ENST00000511045;ENST00000422897;ENST00000265517" "ENSP00000400821;ENSP00000422178;ENSP00000422782;ENSP00000427679;ENSP00000407350;ENSP00000265517" "P55157" "MTTP" "4547" "microsomal triglyceride transfer protein" "ABL;MTP" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000138823" "ENST00000457717;ENST00000504724;ENST00000511610;ENST00000505094;ENST00000511045;ENST00000422897;ENST00000265517" "ENSP00000400821;ENSP00000422178;ENSP00000422782;ENSP00000427679;ENSP00000407350;ENSP00000265517" "P55157" "MTTP" "4547" "microsomal triglyceride transfer protein" "ABL;MTP" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000138942" "ENST00000494514;ENST00000326132;ENST00000471384;ENST00000518626;ENST00000468921;ENST00000266252;ENST00000426256" "ENSP00000320508;ENSP00000427755;ENSP00000266252;ENSP00000410916" "Q96GF1" "RNF185" "91445" "ring finger protein 185" "FLJ38628" "Endoplasmic reticulum" "SwissProt" -"ENSG00000139044" "ENST00000266383;ENST00000535680;ENST00000544638;ENST00000540836;ENST00000322843;ENST00000647602;ENST00000535402" "ENSP00000266383;ENSP00000322953" "Q6L9W6" "B4GALNT3" "283358" "beta-1,4-N-acetyl-galactosaminyltransferase 3" "B4GalNac-T3;FLJ16224;FLJ40362" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000139044" "ENST00000266383;ENST00000535680;ENST00000544638;ENST00000540836;ENST00000322843;ENST00000647602;ENST00000535402" "ENSP00000266383;ENSP00000322953" "Q6L9W6" "B4GALNT3" "283358" "beta-1,4-N-acetyl-galactosaminyltransferase 3" "B4GalNac-T3;FLJ16224;FLJ40362" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000139053" "ENST00000266395" "ENSP00000266395" "Q13956" "PDE6H" "5149" "phosphodiesterase 6H" "" "" "" -"ENSG00000139133" "ENST00000266483;ENST00000538927;ENST00000541178;ENST00000541875" "ENSP00000266483;ENSP00000444084;ENSP00000443142" "Q5BKT4" "ALG10" "84920" "ALG10 alpha-1,2-glucosyltransferase" "ALG10A;DIE2;FLJ14751" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000139133" "ENST00000266483;ENST00000538927;ENST00000541178;ENST00000541875" "ENSP00000266483;ENSP00000444084;ENSP00000443142" "Q5BKT4" "ALG10" "84920" "ALG10 alpha-1,2-glucosyltransferase" "ALG10A;DIE2;FLJ14751" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000139144" "ENST00000676171;ENST00000535651;ENST00000538779;ENST00000433979;ENST00000675017;ENST00000546003;ENST00000536967;ENST00000538458" "ENSP00000501770;ENSP00000443850;ENSP00000445381;ENSP00000404845;ENSP00000501889;ENSP00000441618;ENSP00000479145" "O75747" "PIK3C2G" "5288" "phosphatidylinositol-4-phosphate 3-kinase catalytic subunit type 2 gamma" "" "" "" "ENSG00000139151" "ENST00000536023;ENST00000648272;ENST00000318197;ENST00000266505;ENST00000534932;ENST00000543219;ENST00000538330;ENST00000540270;ENST00000539875;ENST00000540421;ENST00000542762;ENST00000540515;ENST00000543242;ENST00000539072;ENST00000539207;ENST00000545129;ENST00000535429;ENST00000541966;ENST00000541109;ENST00000544849" "ENSP00000438679;ENSP00000497636;ENSP00000326397;ENSP00000266505;ENSP00000438826;ENSP00000445287;ENSP00000445880;ENSP00000443320;ENSP00000445026;ENSP00000445889;ENSP00000443762;ENSP00000438629;ENSP00000444611;ENSP00000440781;ENSP00000444383" "Q86YW0" "PLCZ1" "89869" "phospholipase C zeta 1" "NYD-SP27;PLCzeta" "Cytosol;Nucleus" "SwissProt" "ENSG00000139155" "ENST00000534996;ENST00000539415;ENST00000540354;ENST00000266509;ENST00000545604;ENST00000497911;ENST00000535609;ENST00000545102;ENST00000539443" "ENSP00000437399;ENSP00000438665;ENSP00000266509;ENSP00000444149;ENSP00000444527" "Q9NYB5" "SLCO1C1" "53919" "solute carrier organic anion transporter family member 1C1" "OATP-F;OATP1;OATP1C1;SLC21A14" "" "" "ENSG00000139160" "ENST00000412352;ENST00000395763;ENST00000538463;ENST00000357721;ENST00000539633;ENST00000538391" "ENSP00000396123;ENSP00000379112;ENSP00000441421;ENSP00000350353;ENSP00000445165;ENSP00000437442" "Q8IXQ9" "ETFBKMT" "254013" "electron transfer flavoprotein subunit beta lysine methyltransferase" "C12orf72;DKFZp451L235;METTL20;MGC50559" "Mitochondria;Cytosol" "SwissProt" -"ENSG00000139163" "ENST00000335148;ENST00000266517;ENST00000538218;ENST00000545979;ENST00000673496;ENST00000673406;ENST00000672995;ENST00000539974;ENST00000673188;ENST00000544191;ENST00000671733;ENST00000672951" "ENSP00000334041;ENSP00000266517;ENSP00000446292;ENSP00000439614;ENSP00000500830;ENSP00000500633;ENSP00000499814" "Q9HBU6" "ETNK1" "55500" "ethanolamine kinase 1" "EKI;EKI1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000139180" "ENST00000539573;ENST00000266544;ENST00000542369;ENST00000396655;ENST00000544679;ENST00000535050;ENST00000535726;ENST00000544675;ENST00000540688" "ENSP00000266544;ENSP00000440305;ENSP00000439818" "Q16795" "NDUFA9" "4704" "NADH:ubiquinone oxidoreductase subunit A9" "CI-39k;COQ11;NDUFS2L;SDR22E1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000139163" "ENST00000335148;ENST00000266517;ENST00000538218;ENST00000545979;ENST00000673496;ENST00000673406;ENST00000672995;ENST00000539974;ENST00000673188;ENST00000544191;ENST00000671733;ENST00000672951" "ENSP00000334041;ENSP00000266517;ENSP00000446292;ENSP00000439614;ENSP00000500830;ENSP00000500633;ENSP00000499814" "Q9HBU6" "ETNK1" "55500" "ethanolamine kinase 1" "EKI;EKI1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000139180" "ENST00000539573;ENST00000266544;ENST00000542369;ENST00000396655;ENST00000544679;ENST00000535050;ENST00000535726;ENST00000544675;ENST00000540688" "ENSP00000266544;ENSP00000440305;ENSP00000439818" "Q16795" "NDUFA9" "4704" "NADH:ubiquinone oxidoreductase subunit A9" "CI-39k;COQ11;NDUFS2L;SDR22E1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000139209" "ENST00000447411;ENST00000266579;ENST00000550670;ENST00000547477;ENST00000546940" "ENSP00000389843;ENSP00000266579;ENSP00000448186;ENSP00000450071;ENSP00000448543" "Q969I6" "SLC38A4" "55089" "solute carrier family 38 member 4" "ATA3;NAT3;PAAT" "" "" "ENSG00000139266" "ENST00000266643;ENST00000552279;ENST00000548358" "ENSP00000266643;ENSP00000446758" "Q86YJ5" "MARCHF9" "92979" "membrane associated ring-CH-type finger 9" "FLJ36578;MARCH9;RNF179" "Lysosome;Golgi apparatus" "SwissProt" "ENSG00000139278" "ENST00000536703;ENST00000266659;ENST00000456650;ENST00000550491" "ENSP00000440595;ENSP00000266659;ENSP00000391144;ENSP00000448008" "P48060" "GLIPR1" "11010" "GLI pathogenesis related 1" "GliPR;RTVP1" "" "" @@ -1483,26 +1483,26 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000139344" "ENST00000266736;ENST00000548310;ENST00000553023;ENST00000549171" "ENSP00000266736;ENSP00000448632;ENSP00000448918" "Q96NU7" "AMDHD1" "144193" "amidohydrolase domain containing 1" "MGC35366" "Cytosol;Nucleus" "CellAtlas" "ENSG00000139370" "ENST00000266771;ENST00000376744;ENST00000545031;ENST00000544112;ENST00000366292;ENST00000376740;ENST00000539703;ENST00000535272" "ENSP00000266771;ENSP00000365935;ENSP00000365930" "Q8N697" "SLC15A4" "121260" "solute carrier family 15 member 4" "PHT1;PTR4" "Lysosome" "SwissProt" "ENSG00000139410" "ENST00000403593;ENST00000553248;ENST00000345635;ENST00000547802;ENST00000546672;ENST00000551760" "ENSP00000385790;ENSP00000448868;ENSP00000341117;ENSP00000446867;ENSP00000449136;ENSP00000448950" "Q96GA7" "SDSL" "113675" "serine dehydratase like" "cSDH;SDS-RS1" "Cytosol" "CellAtlas" -"ENSG00000139428" "ENST00000545712;ENST00000540016;ENST00000537496;ENST00000544051;ENST00000541763;ENST00000542390;ENST00000420167;ENST00000503497;ENST00000536760;ENST00000537236" "ENSP00000445920;ENSP00000474582;ENSP00000444793;ENSP00000438079;ENSP00000474981;ENSP00000416136;ENSP00000474881;ENSP00000483818" "Q96EY8" "MMAB" "326625" "metabolism of cobalamin associated B" "cblB;CFAP23" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000139433" "ENST00000318348;ENST00000544393;ENST00000540772;ENST00000537066;ENST00000536390" "ENSP00000315263;ENSP00000445919;ENSP00000440136;ENSP00000438128;ENSP00000441537" "Q9NZD2" "GLTP" "51228" "glycolipid transfer protein" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000139428" "ENST00000545712;ENST00000540016;ENST00000537496;ENST00000544051;ENST00000541763;ENST00000542390;ENST00000420167;ENST00000503497;ENST00000536760;ENST00000537236" "ENSP00000445920;ENSP00000474582;ENSP00000444793;ENSP00000438079;ENSP00000474981;ENSP00000416136;ENSP00000474881;ENSP00000483818" "Q96EY8" "MMAB" "326625" "metabolism of cobalamin associated B" "cblB;CFAP23" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000139433" "ENST00000318348;ENST00000544393;ENST00000540772;ENST00000537066;ENST00000536390" "ENSP00000315263;ENSP00000445919;ENSP00000440136;ENSP00000438128;ENSP00000441537" "Q9NZD2" "GLTP" "51228" "glycolipid transfer protein" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000139496" "ENST00000381736;ENST00000481980;ENST00000480187;ENST00000460326;ENST00000465068;ENST00000490231;ENST00000463407;ENST00000466694;ENST00000381718;ENST00000495460;ENST00000381747;ENST00000394327;ENST00000476553;ENST00000477876" "ENSP00000371155;ENSP00000418341;ENSP00000418904;ENSP00000418244;ENSP00000418555;ENSP00000371137;ENSP00000371166;ENSP00000408147" "Q9BVL2" "NUP58" "9818" "nucleoporin 58" "KIAA0410;NUP45;NUPL1" "Cytosol;Nucleus" "SwissProt" "ENSG00000139505" "ENST00000381801;ENST00000482345" "ENSP00000371221" "Q9Y217" "MTMR6" "9107" "myotubularin related protein 6" "" "Cytosol;Endoplasmic reticulum" "SwissProt" "ENSG00000139514" "ENST00000380752;ENST00000473577;ENST00000450494" "ENSP00000370128;ENSP00000390092" "P30825" "SLC7A1" "6541" "solute carrier family 7 member 1" "ATRC1;CAT-1;ERR;HCAT1;REC1L" "" "" "ENSG00000139531" "ENST00000356124;ENST00000550121;ENST00000552363;ENST00000551698;ENST00000266971;ENST00000550340;ENST00000394115;ENST00000547586;ENST00000552258;ENST00000548274;ENST00000552813;ENST00000550478;ENST00000546833;ENST00000551841;ENST00000394109;ENST00000546712;ENST00000550065" "ENSP00000348440;ENSP00000266971;ENSP00000377674;ENSP00000448637;ENSP00000450049;ENSP00000450245;ENSP00000449872;ENSP00000449443;ENSP00000377668;ENSP00000450264" "P51687" "SUOX" "6821" "sulfite oxidase" "" "Inner mitochondria" "SwissProt" "ENSG00000139540" "ENST00000424625;ENST00000419753;ENST00000454355;ENST00000493574;ENST00000481103;ENST00000417965;ENST00000436633;ENST00000266980;ENST00000437277;ENST00000419232;ENST00000447080" "ENSP00000404155;ENSP00000402891;ENSP00000405360;ENSP00000414868;ENSP00000391711;ENSP00000266980;ENSP00000407399" "Q6ZMH5" "SLC39A5" "283375" "solute carrier family 39 member 5" "" "Nucleus" "CellAtlas" "ENSG00000139547" "ENST00000398138;ENST00000360752" "ENSP00000381206" "O75452" "RDH16" "8608" "retinol dehydrogenase 16" "RODH-4;SDR9C8" "Endoplasmic reticulum" "SwissProt" -"ENSG00000139624" "ENST00000551697;ENST00000553122;ENST00000550919;ENST00000380189;ENST00000317551;ENST00000551005;ENST00000547787;ENST00000546406;ENST00000550079;ENST00000551757;ENST00000548942;ENST00000550547;ENST00000438450;ENST00000547138;ENST00000546676;ENST00000542320;ENST00000547800;ENST00000549089;ENST00000548930;ENST00000551384;ENST00000549389;ENST00000550258;ENST00000547455;ENST00000546514;ENST00000549942;ENST00000550899;ENST00000547852;ENST00000422340" "ENSP00000448794;ENSP00000447266;ENSP00000449311;ENSP00000369536;ENSP00000325485;ENSP00000447410;ENSP00000447029;ENSP00000407896;ENSP00000442918;ENSP00000448295;ENSP00000448755;ENSP00000446937;ENSP00000448257;ENSP00000446931;ENSP00000450072;ENSP00000389050" "Q8N5B7" "CERS5" "91012" "ceramide synthase 5" "FLJ25304;LASS5;MGC45411;Trh4" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000139629" "ENST00000543196;ENST00000356317;ENST00000603680;ENST00000603641;ENST00000604381;ENST00000604847;ENST00000604426;ENST00000605617;ENST00000603188;ENST00000603563;ENST00000605138;ENST00000604506;ENST00000605055;ENST00000603203;ENST00000605822;ENST00000605089;ENST00000603482;ENST00000605367;ENST00000605720" "ENSP00000444171;ENSP00000348668;ENSP00000474670;ENSP00000474101;ENSP00000474515;ENSP00000473918;ENSP00000473836;ENSP00000474052;ENSP00000473948;ENSP00000473981;ENSP00000474163;ENSP00000474483" "Q8NCL4" "GALNT6" "11226" "polypeptide N-acetylgalactosaminyltransferase 6" "GalNAc-T6" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000139624" "ENST00000551697;ENST00000553122;ENST00000550919;ENST00000380189;ENST00000317551;ENST00000551005;ENST00000547787;ENST00000546406;ENST00000550079;ENST00000551757;ENST00000548942;ENST00000550547;ENST00000438450;ENST00000547138;ENST00000546676;ENST00000542320;ENST00000547800;ENST00000549089;ENST00000548930;ENST00000551384;ENST00000549389;ENST00000550258;ENST00000547455;ENST00000546514;ENST00000549942;ENST00000550899;ENST00000547852;ENST00000422340" "ENSP00000448794;ENSP00000447266;ENSP00000449311;ENSP00000369536;ENSP00000325485;ENSP00000447410;ENSP00000447029;ENSP00000407896;ENSP00000442918;ENSP00000448295;ENSP00000448755;ENSP00000446937;ENSP00000448257;ENSP00000446931;ENSP00000450072;ENSP00000389050" "Q8N5B7" "CERS5" "91012" "ceramide synthase 5" "FLJ25304;LASS5;MGC45411;Trh4" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000139629" "ENST00000543196;ENST00000356317;ENST00000603680;ENST00000603641;ENST00000604381;ENST00000604847;ENST00000604426;ENST00000605617;ENST00000603188;ENST00000603563;ENST00000605138;ENST00000604506;ENST00000605055;ENST00000603203;ENST00000605822;ENST00000605089;ENST00000603482;ENST00000605367;ENST00000605720" "ENSP00000444171;ENSP00000348668;ENSP00000474670;ENSP00000474101;ENSP00000474515;ENSP00000473918;ENSP00000473836;ENSP00000474052;ENSP00000473948;ENSP00000473981;ENSP00000474163;ENSP00000474483" "Q8NCL4" "GALNT6" "11226" "polypeptide N-acetylgalactosaminyltransferase 6" "GalNAc-T6" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000139631" "ENST00000267085;ENST00000475890;ENST00000379850;ENST00000379846;ENST00000444623;ENST00000453446;ENST00000490923;ENST00000490589;ENST00000485004;ENST00000548698;ENST00000483632;ENST00000472908;ENST00000454442;ENST00000424845;ENST00000437073;ENST00000491654;ENST00000424990;ENST00000498635;ENST00000461392;ENST00000379843" "ENSP00000267085;ENSP00000436800;ENSP00000369179;ENSP00000369175;ENSP00000415485;ENSP00000410648;ENSP00000449373;ENSP00000455618;ENSP00000390269;ENSP00000415314;ENSP00000401078;ENSP00000457264;ENSP00000369172" "Q9Y600" "CSAD" "51380" "cysteine sulfinic acid decarboxylase" "CSD;PCAP" "" "" -"ENSG00000139684" "ENST00000378720;ENST00000378697;ENST00000412582;ENST00000471867;ENST00000495654" "ENSP00000367992;ENSP00000367969;ENSP00000391350;ENSP00000476193" "P10768" "ESD" "2098" "esterase D" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000139718" "ENST00000604567;ENST00000542440;ENST00000619791;ENST00000267197" "ENSP00000474253;ENSP00000442924;ENSP00000481531;ENSP00000267197" "Q9UPS6" "SETD1B" "23067" "SET domain containing 1B, histone lysine methyltransferase" "KIAA1076;KMT2G;Set1B" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000139684" "ENST00000378720;ENST00000378697;ENST00000412582;ENST00000471867;ENST00000495654" "ENSP00000367992;ENSP00000367969;ENSP00000391350;ENSP00000476193" "P10768" "ESD" "2098" "esterase D" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000139718" "ENST00000604567;ENST00000542440;ENST00000619791;ENST00000267197" "ENSP00000474253;ENSP00000442924;ENSP00000481531;ENSP00000267197" "Q9UPS6" "SETD1B" "23067" "SET domain containing 1B, histone lysine methyltransferase" "KIAA1076;KMT2G;Set1B" "Nucleus" "SwissProt;CellAtlas" "ENSG00000139780" "ENST00000267273" "ENSP00000267273" "Q5VZV1" "METTL21C" "196541" "methyltransferase like 21C" "C13orf39;LOC196541" "Nucleus" "SwissProt" "ENSG00000139914" "ENST00000267426;ENST00000559294" "ENSP00000267426;ENSP00000453741" "A5D6W6" "FITM1" "161247" "fat storage inducing transmembrane protein 1" "FIT1" "" "" -"ENSG00000139977" "ENST00000555166;ENST00000556492;ENST00000554703;ENST00000298406" "ENSP00000450939;ENSP00000452521;ENSP00000451255;ENSP00000298406" "Q147X3" "NAA30" "122830" "N-alpha-acetyltransferase 30, NatC catalytic subunit" "C14orf35;FLJ35355;MAK3;Mak3p;NAT12" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000139977" "ENST00000555166;ENST00000556492;ENST00000554703;ENST00000298406" "ENSP00000450939;ENSP00000452521;ENSP00000451255;ENSP00000298406" "Q147X3" "NAA30" "122830" "N-alpha-acetyltransferase 30, NatC catalytic subunit" "C14orf35;FLJ35355;MAK3;Mak3p;NAT12" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000139988" "ENST00000551171;ENST00000547463;ENST00000267502;ENST00000552873" "ENSP00000449079;ENSP00000267502" "Q96NR8" "RDH12" "145226" "retinol dehydrogenase 12" "FLJ30273;LCA13;RP53;SDR7C2" "Endoplasmic reticulum" "SwissProt" "ENSG00000140057" "ENST00000267584;ENST00000555570;ENST00000556643;ENST00000554313;ENST00000554706" "ENSP00000267584;ENSP00000451068;ENSP00000450453" "Q96M32" "AK7" "122481" "adenylate kinase 7" "CFAP75;FAP75;FLJ32864" "Cytosol" "SwissProt" "ENSG00000140090" "ENST00000393265;ENST00000532405;ENST00000676001;ENST00000531433;ENST00000554461;ENST00000525557;ENST00000554925;ENST00000556739;ENST00000526482" "ENSP00000376948;ENSP00000431840;ENSP00000502715;ENSP00000433302;ENSP00000452099;ENSP00000432464" "Q8NFF2" "SLC24A4" "123041" "solute carrier family 24 member 4" "NCKX4" "Cytosol" "SwissProt" -"ENSG00000140105" "ENST00000392882;ENST00000358655;ENST00000355338;ENST00000344102;ENST00000557135;ENST00000556645;ENST00000554950;ENST00000557614;ENST00000554601;ENST00000553395;ENST00000556504;ENST00000554084;ENST00000557722;ENST00000557297;ENST00000556435;ENST00000553808;ENST00000554331;ENST00000555063;ENST00000556338;ENST00000556698;ENST00000557239;ENST00000553524;ENST00000555410;ENST00000556579;ENST00000554772;ENST00000556660;ENST00000556783;ENST00000553413;ENST00000557094;ENST00000553769;ENST00000553545;ENST00000554820;ENST00000557347;ENST00000554509;ENST00000556209;ENST00000554605;ENST00000555813;ENST00000556695;ENST00000556295;ENST00000555031;ENST00000553934;ENST00000553581;ENST00000555464;ENST00000627608" "ENSP00000376620;ENSP00000351481;ENSP00000347495;ENSP00000339485;ENSP00000451460;ENSP00000451887;ENSP00000451891;ENSP00000451490;ENSP00000451251;ENSP00000450500;ENSP00000451599;ENSP00000452519;ENSP00000451544;ENSP00000450427;ENSP00000451349;ENSP00000450934;ENSP00000451469;ENSP00000451402;ENSP00000451679;ENSP00000452550;ENSP00000451906;ENSP00000451716;ENSP00000450563;ENSP00000451922;ENSP00000451894;ENSP00000451027;ENSP00000450978;ENSP00000451953;ENSP00000451777;ENSP00000451377;ENSP00000450623;ENSP00000452379;ENSP00000452358;ENSP00000487316" "P23381" "WARS1" "7453" "tryptophanyl-tRNA synthetase 1" "IFI53;IFP53;WARS" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000140105" "ENST00000392882;ENST00000358655;ENST00000355338;ENST00000344102;ENST00000557135;ENST00000556645;ENST00000554950;ENST00000557614;ENST00000554601;ENST00000553395;ENST00000556504;ENST00000554084;ENST00000557722;ENST00000557297;ENST00000556435;ENST00000553808;ENST00000554331;ENST00000555063;ENST00000556338;ENST00000556698;ENST00000557239;ENST00000553524;ENST00000555410;ENST00000556579;ENST00000554772;ENST00000556660;ENST00000556783;ENST00000553413;ENST00000557094;ENST00000553769;ENST00000553545;ENST00000554820;ENST00000557347;ENST00000554509;ENST00000556209;ENST00000554605;ENST00000555813;ENST00000556695;ENST00000556295;ENST00000555031;ENST00000553934;ENST00000553581;ENST00000555464;ENST00000627608" "ENSP00000376620;ENSP00000351481;ENSP00000347495;ENSP00000339485;ENSP00000451460;ENSP00000451887;ENSP00000451891;ENSP00000451490;ENSP00000451251;ENSP00000450500;ENSP00000451599;ENSP00000452519;ENSP00000451544;ENSP00000450427;ENSP00000451349;ENSP00000450934;ENSP00000451469;ENSP00000451402;ENSP00000451679;ENSP00000452550;ENSP00000451906;ENSP00000451716;ENSP00000450563;ENSP00000451922;ENSP00000451894;ENSP00000451027;ENSP00000450978;ENSP00000451953;ENSP00000451777;ENSP00000451377;ENSP00000450623;ENSP00000452379;ENSP00000452358;ENSP00000487316" "P23381" "WARS1" "7453" "tryptophanyl-tRNA synthetase 1" "IFI53;IFP53;WARS" "Cytosol" "SwissProt;CellAtlas" "ENSG00000140199" "ENST00000354181;ENST00000290209;ENST00000676379;ENST00000397707;ENST00000560611;ENST00000458406;ENST00000559523;ENST00000559664;ENST00000397702;ENST00000560164;ENST00000561080;ENST00000558667;ENST00000558589;ENST00000559076;ENST00000559441;ENST00000558950;ENST00000560023;ENST00000675289;ENST00000561120;ENST00000559236;ENST00000559484" "ENSP00000346112;ENSP00000290209;ENSP00000502539;ENSP00000380819;ENSP00000454168;ENSP00000387725;ENSP00000452904;ENSP00000453702;ENSP00000380814;ENSP00000452705;ENSP00000454069;ENSP00000453473;ENSP00000452776;ENSP00000452771;ENSP00000452828;ENSP00000452857" "Q9UHW9" "SLC12A6" "9990" "solute carrier family 12 member 6" "ACCPN;KCC3" "Cytosol" "CellAtlas" "ENSG00000140263" "ENST00000674211;ENST00000674405;ENST00000558789;ENST00000559230;ENST00000267814;ENST00000674368;ENST00000674387;ENST00000558580;ENST00000558574;ENST00000560488;ENST00000559562;ENST00000674487" "ENSP00000501348;ENSP00000501421;ENSP00000453904;ENSP00000452731;ENSP00000267814;ENSP00000501379" "Q00796" "SORD" "6652" "sorbitol dehydrogenase" "" "Cytosol" "CellAtlas" "ENSG00000140279" "ENST00000389039;ENST00000603300;ENST00000558383;ENST00000560797;ENST00000558416" "ENSP00000373691;ENSP00000475084" "Q9NRD8" "DUOX2" "50506" "dual oxidase 2" "LNOX2;P138(TOX);P138-TOX;THOX2" "" "" @@ -1510,167 +1510,167 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000140287" "ENST00000559816;ENST00000267845;ENST00000543581;ENST00000558761;ENST00000559190;ENST00000558679;ENST00000559683" "ENSP00000267845;ENSP00000440252;ENSP00000453183" "P19113" "HDC" "3067" "histidine decarboxylase" "" "Nucleus" "CellAtlas" "ENSG00000140297" "ENST00000558721;ENST00000560874;ENST00000560580;ENST00000560111;ENST00000559189;ENST00000560585;ENST00000396065;ENST00000559626;ENST00000560210;ENST00000559200" "ENSP00000453453;ENSP00000452741;ENSP00000379377;ENSP00000453928;ENSP00000453774" "O95395" "GCNT3" "9245" "glucosaminyl (N-acetyl) transferase 3, mucin type" "C2/4GnT;C2GnT-M;C2GnT2" "Golgi apparatus" "CellAtlas" "ENSG00000140367" "ENST00000267938;ENST00000569423;ENST00000561723;ENST00000561851;ENST00000562635;ENST00000426727;ENST00000567921;ENST00000563966" "ENSP00000267938;ENSP00000456324;ENSP00000458006;ENSP00000456229;ENSP00000400960;ENSP00000454742" "Q8WVN8" "UBE2Q2" "92912" "ubiquitin conjugating enzyme E2 Q2" "DKFZp762C143" "Cytosol" "SwissProt" -"ENSG00000140374" "ENST00000557943;ENST00000433983;ENST00000557975;ENST00000267950;ENST00000565910;ENST00000560179;ENST00000560726;ENST00000559602;ENST00000559973;ENST00000560595;ENST00000560899;ENST00000559075;ENST00000560044;ENST00000560816;ENST00000558803;ENST00000559758;ENST00000560345;ENST00000559386;ENST00000560309;ENST00000561092" "ENSP00000452762;ENSP00000399273;ENSP00000267950;ENSP00000458001;ENSP00000453098;ENSP00000452659;ENSP00000454194;ENSP00000453345;ENSP00000453422;ENSP00000452942;ENSP00000453017;ENSP00000452777;ENSP00000453753" "P13804" "ETFA" "2108" "electron transfer flavoprotein subunit alpha" "EMA;GA2;MADD" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000140396" "ENST00000452400;ENST00000518287;ENST00000518363;ENST00000521239;ENST00000522054;ENST00000524223;ENST00000519724;ENST00000520416" "ENSP00000399968;ENSP00000430148;ENSP00000429132;ENSP00000430348;ENSP00000430850" "Q15596" "NCOA2" "10499" "nuclear receptor coactivator 2" "bHLHe75;GRIP1;KAT13C;NCoA-2;TIF2" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000140400" "ENST00000631426;ENST00000563660;ENST00000562067;ENST00000564929;ENST00000569482;ENST00000565683;ENST00000563622;ENST00000267978;ENST00000561693;ENST00000566099;ENST00000566569;ENST00000563528;ENST00000567163;ENST00000564570;ENST00000564785;ENST00000567360;ENST00000563441;ENST00000563368;ENST00000569176;ENST00000566013;ENST00000563794;ENST00000565953;ENST00000563596;ENST00000566634;ENST00000562461;ENST00000562228;ENST00000563058;ENST00000566253;ENST00000563013;ENST00000568944;ENST00000421803;ENST00000570257;ENST00000565801;ENST00000565784;ENST00000563539;ENST00000565699;ENST00000569355;ENST00000568374;ENST00000565534;ENST00000566256;ENST00000562071;ENST00000561615;ENST00000569069;ENST00000565652;ENST00000618257" "ENSP00000455998;ENSP00000457788;ENSP00000454589;ENSP00000267978;ENSP00000456914;ENSP00000390738;ENSP00000456667;ENSP00000456419;ENSP00000454406;ENSP00000456257;ENSP00000455788;ENSP00000455803;ENSP00000457833;ENSP00000479988" "Q9NTJ4" "MAN2C1" "4123" "mannosidase alpha class 2C member 1" "MANA;MANA1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000140455" "ENST00000561442;ENST00000560070;ENST00000380324;ENST00000557884;ENST00000558157;ENST00000561326;ENST00000559873;ENST00000559192;ENST00000559771;ENST00000559276;ENST00000558285;ENST00000559257;ENST00000538686;ENST00000559711;ENST00000558925;ENST00000558218;ENST00000561381;ENST00000559718;ENST00000560202;ENST00000540797;ENST00000268049" "ENSP00000453688;ENSP00000453194;ENSP00000369681;ENSP00000454043;ENSP00000452929;ENSP00000453767;ENSP00000453228;ENSP00000453093;ENSP00000454197;ENSP00000453619;ENSP00000452947;ENSP00000445793;ENSP00000453138;ENSP00000453489;ENSP00000445828;ENSP00000268049" "Q9Y6I4" "USP3" "9960" "ubiquitin specific peptidase 3" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000140374" "ENST00000557943;ENST00000433983;ENST00000557975;ENST00000267950;ENST00000565910;ENST00000560179;ENST00000560726;ENST00000559602;ENST00000559973;ENST00000560595;ENST00000560899;ENST00000559075;ENST00000560044;ENST00000560816;ENST00000558803;ENST00000559758;ENST00000560345;ENST00000559386;ENST00000560309;ENST00000561092" "ENSP00000452762;ENSP00000399273;ENSP00000267950;ENSP00000458001;ENSP00000453098;ENSP00000452659;ENSP00000454194;ENSP00000453345;ENSP00000453422;ENSP00000452942;ENSP00000453017;ENSP00000452777;ENSP00000453753" "P13804" "ETFA" "2108" "electron transfer flavoprotein subunit alpha" "EMA;GA2;MADD" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000140396" "ENST00000452400;ENST00000518287;ENST00000518363;ENST00000521239;ENST00000522054;ENST00000524223;ENST00000519724;ENST00000520416" "ENSP00000399968;ENSP00000430148;ENSP00000429132;ENSP00000430348;ENSP00000430850" "Q15596" "NCOA2" "10499" "nuclear receptor coactivator 2" "bHLHe75;GRIP1;KAT13C;NCoA-2;TIF2" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000140400" "ENST00000631426;ENST00000563660;ENST00000562067;ENST00000564929;ENST00000569482;ENST00000565683;ENST00000563622;ENST00000267978;ENST00000561693;ENST00000566099;ENST00000566569;ENST00000563528;ENST00000567163;ENST00000564570;ENST00000564785;ENST00000567360;ENST00000563441;ENST00000563368;ENST00000569176;ENST00000566013;ENST00000563794;ENST00000565953;ENST00000563596;ENST00000566634;ENST00000562461;ENST00000562228;ENST00000563058;ENST00000566253;ENST00000563013;ENST00000568944;ENST00000421803;ENST00000570257;ENST00000565801;ENST00000565784;ENST00000563539;ENST00000565699;ENST00000569355;ENST00000568374;ENST00000565534;ENST00000566256;ENST00000562071;ENST00000561615;ENST00000569069;ENST00000565652;ENST00000618257" "ENSP00000455998;ENSP00000457788;ENSP00000454589;ENSP00000267978;ENSP00000456914;ENSP00000390738;ENSP00000456667;ENSP00000456419;ENSP00000454406;ENSP00000456257;ENSP00000455788;ENSP00000455803;ENSP00000457833;ENSP00000479988" "Q9NTJ4" "MAN2C1" "4123" "mannosidase alpha class 2C member 1" "MANA;MANA1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000140455" "ENST00000561442;ENST00000560070;ENST00000380324;ENST00000557884;ENST00000558157;ENST00000561326;ENST00000559873;ENST00000559192;ENST00000559771;ENST00000559276;ENST00000558285;ENST00000559257;ENST00000538686;ENST00000559711;ENST00000558925;ENST00000558218;ENST00000561381;ENST00000559718;ENST00000560202;ENST00000540797;ENST00000268049" "ENSP00000453688;ENSP00000453194;ENSP00000369681;ENSP00000454043;ENSP00000452929;ENSP00000453767;ENSP00000453228;ENSP00000453093;ENSP00000454197;ENSP00000453619;ENSP00000452947;ENSP00000445793;ENSP00000453138;ENSP00000453489;ENSP00000445828;ENSP00000268049" "Q9Y6I4" "USP3" "9960" "ubiquitin specific peptidase 3" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000140459" "ENST00000358632;ENST00000268053;ENST00000498141;ENST00000435365;ENST00000566674;ENST00000450547;ENST00000569662;ENST00000466978;ENST00000416978;ENST00000467407" "ENSP00000351455;ENSP00000268053;ENSP00000391081;ENSP00000456941;ENSP00000402064;ENSP00000456598;ENSP00000388018" "P05108" "CYP11A1" "1583" "cytochrome P450 family 11 subfamily A member 1" "CYP11A;P450SCC" "Inner mitochondria" "SwissProt" "ENSG00000140465" "ENST00000379727;ENST00000567032;ENST00000395049;ENST00000564596;ENST00000569630;ENST00000566503;ENST00000562201;ENST00000617691;ENST00000395048;ENST00000612821" "ENSP00000369050;ENSP00000456585;ENSP00000378489;ENSP00000457668;ENSP00000455051;ENSP00000455846;ENSP00000455340;ENSP00000482863;ENSP00000378488;ENSP00000479744" "P04798" "CYP1A1" "1543" "cytochrome P450 family 1 subfamily A member 1" "CP11;CYP1;P1-450;P450-C;P450DX" "Cytosol;Endoplasmic reticulum;Inner mitochondria" "SwissProt" "ENSG00000140505" "ENST00000343932" "ENSP00000342007" "P05177" "CYP1A2" "1544" "cytochrome P450 family 1 subfamily A member 2" "CP12;P3-450" "Endoplasmic reticulum" "SwissProt" "ENSG00000140519" "ENST00000560081;ENST00000268122;ENST00000649642;ENST00000558360;ENST00000558030;ENST00000558184;ENST00000559638" "ENSP00000453588;ENSP00000268122;ENSP00000497611;ENSP00000453496;ENSP00000452899;ENSP00000453716" "Q9UBD6" "RHCG" "51458" "Rh family C glycoprotein" "C15orf6;PDRC2;RHGK;SLC42A3" "" "" -"ENSG00000140521" "ENST00000635831;ENST00000631044;ENST00000672695;ENST00000268124;ENST00000442287;ENST00000530292;ENST00000637264;ENST00000635986;ENST00000672923;ENST00000666746;ENST00000672071;ENST00000637238;ENST00000526671;ENST00000636774;ENST00000637042;ENST00000636530;ENST00000530715;ENST00000670281;ENST00000636812;ENST00000528881;ENST00000532584;ENST00000526314;ENST00000526398;ENST00000526573;ENST00000533857;ENST00000532363;ENST00000650303;ENST00000637307;ENST00000636937;ENST00000637711" "ENSP00000490231;ENSP00000486730;ENSP00000268124;ENSP00000399851;ENSP00000432885;ENSP00000489844;ENSP00000490653;ENSP00000499495;ENSP00000490756;ENSP00000489799;ENSP00000431395;ENSP00000499709;ENSP00000490403;ENSP00000433502;ENSP00000432389;ENSP00000434937;ENSP00000497242;ENSP00000490427" "P54098" "POLG" "5428" "DNA polymerase gamma, catalytic subunit" "POLG1;POLGA" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000140522" "ENST00000268125;ENST00000563254;ENST00000567787;ENST00000564388" "ENSP00000268125;ENSP00000454740;ENSP00000457251" "P12271" "RLBP1" "6017" "retinaldehyde binding protein 1" "CRALBP" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000140534" "ENST00000268138;ENST00000560985;ENST00000561095" "ENSP00000268138;ENSP00000453306;ENSP00000453922" "Q7Z2Z1" "TICRR" "90381" "TOPBP1 interacting checkpoint and replication regulator" "C15orf42;FLJ41618;MGC45866;SLD3;Treslin" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000140521" "ENST00000635831;ENST00000631044;ENST00000672695;ENST00000268124;ENST00000442287;ENST00000530292;ENST00000637264;ENST00000635986;ENST00000672923;ENST00000666746;ENST00000672071;ENST00000637238;ENST00000526671;ENST00000636774;ENST00000637042;ENST00000636530;ENST00000530715;ENST00000670281;ENST00000636812;ENST00000528881;ENST00000532584;ENST00000526314;ENST00000526398;ENST00000526573;ENST00000533857;ENST00000532363;ENST00000650303;ENST00000637307;ENST00000636937;ENST00000637711" "ENSP00000490231;ENSP00000486730;ENSP00000268124;ENSP00000399851;ENSP00000432885;ENSP00000489844;ENSP00000490653;ENSP00000499495;ENSP00000490756;ENSP00000489799;ENSP00000431395;ENSP00000499709;ENSP00000490403;ENSP00000433502;ENSP00000432389;ENSP00000434937;ENSP00000497242;ENSP00000490427" "P54098" "POLG" "5428" "DNA polymerase gamma, catalytic subunit" "POLG1;POLGA" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000140522" "ENST00000268125;ENST00000563254;ENST00000567787;ENST00000564388" "ENSP00000268125;ENSP00000454740;ENSP00000457251" "P12271" "RLBP1" "6017" "retinaldehyde binding protein 1" "CRALBP" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000140534" "ENST00000268138;ENST00000560985;ENST00000561095" "ENSP00000268138;ENSP00000453306;ENSP00000453922" "Q7Z2Z1" "TICRR" "90381" "TOPBP1 interacting checkpoint and replication regulator" "C15orf42;FLJ41618;MGC45866;SLD3;Treslin" "Nucleus" "SwissProt;CellAtlas" "ENSG00000140598" "ENST00000268206;ENST00000359445;ENST00000650113;ENST00000561340;ENST00000559429;ENST00000560095;ENST00000561331;ENST00000557939;ENST00000561389;ENST00000557844;ENST00000558974" "ENSP00000268206;ENSP00000352418;ENSP00000497919;ENSP00000452825;ENSP00000452687;ENSP00000454186;ENSP00000452990" "Q7Z2Z2" "EFL1" "79631" "elongation factor like GTPase 1" "EFTUD1;FAM42A;FLJ13119;HsT19294;RIA1" "Cytosol" "CellAtlas" -"ENSG00000140612" "ENST00000559376;ENST00000558134;ENST00000560266;ENST00000268220;ENST00000558217;ENST00000558924;ENST00000455959;ENST00000560409;ENST00000558196;ENST00000559729" "ENSP00000452697;ENSP00000452684;ENSP00000268220;ENSP00000453930;ENSP00000413121;ENSP00000453997;ENSP00000454193;ENSP00000452932" "P67812" "SEC11A" "23478" "SEC11 homolog A, signal peptidase complex subunit" "SEC11L1;sid2895;SPC18;SPCS4A" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000140650" "ENST00000566983;ENST00000565837;ENST00000682008;ENST00000683435;ENST00000564030;ENST00000683094;ENST00000566604;ENST00000570134;ENST00000566196;ENST00000268261;ENST00000562448;ENST00000568602;ENST00000565896;ENST00000562318;ENST00000566540;ENST00000682393;ENST00000683274;ENST00000570076;ENST00000565221;ENST00000569958;ENST00000564069;ENST00000567697;ENST00000562025;ENST00000683761;ENST00000565934;ENST00000564919;ENST00000613908;ENST00000684347" "ENSP00000457956;ENSP00000507849;ENSP00000508092;ENSP00000508230;ENSP00000456774;ENSP00000456275;ENSP00000268261;ENSP00000455066;ENSP00000456024;ENSP00000454395;ENSP00000454284;ENSP00000506774;ENSP00000507262;ENSP00000456961;ENSP00000457932;ENSP00000456302;ENSP00000455320" "O15305" "PMM2" "5373" "phosphomannomutase 2" "CDG1;CDG1a;CDGS;PMI;PMI1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000140612" "ENST00000559376;ENST00000558134;ENST00000560266;ENST00000268220;ENST00000558217;ENST00000558924;ENST00000455959;ENST00000560409;ENST00000558196;ENST00000559729" "ENSP00000452697;ENSP00000452684;ENSP00000268220;ENSP00000453930;ENSP00000413121;ENSP00000453997;ENSP00000454193;ENSP00000452932" "P67812" "SEC11A" "23478" "SEC11 homolog A, signal peptidase complex subunit" "SEC11L1;sid2895;SPC18;SPCS4A" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000140650" "ENST00000566983;ENST00000565837;ENST00000682008;ENST00000683435;ENST00000564030;ENST00000683094;ENST00000566604;ENST00000570134;ENST00000566196;ENST00000268261;ENST00000562448;ENST00000568602;ENST00000565896;ENST00000562318;ENST00000566540;ENST00000682393;ENST00000683274;ENST00000570076;ENST00000565221;ENST00000569958;ENST00000564069;ENST00000567697;ENST00000562025;ENST00000683761;ENST00000565934;ENST00000564919;ENST00000613908;ENST00000684347" "ENSP00000457956;ENSP00000507849;ENSP00000508092;ENSP00000508230;ENSP00000456774;ENSP00000456275;ENSP00000268261;ENSP00000455066;ENSP00000456024;ENSP00000454395;ENSP00000454284;ENSP00000506774;ENSP00000507262;ENSP00000456961;ENSP00000457932;ENSP00000456302;ENSP00000455320" "O15305" "PMM2" "5373" "phosphomannomutase 2" "CDG1;CDG1a;CDGS;PMI;PMI1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000140675" "ENST00000569576;ENST00000419665;ENST00000330498;ENST00000562006;ENST00000565446;ENST00000568188;ENST00000568891;ENST00000567051;ENST00000564197" "ENSP00000455143;ENSP00000410601;ENSP00000327943" "P31639" "SLC5A2" "6524" "solute carrier family 5 member 2" "SGLT2" "" "" -"ENSG00000140740" "ENST00000630839;ENST00000565464;ENST00000268379;ENST00000567757;ENST00000561553;ENST00000565331;ENST00000563898;ENST00000564095;ENST00000618892;ENST00000567597;ENST00000563711;ENST00000567810;ENST00000561798" "ENSP00000485966;ENSP00000457662;ENSP00000268379;ENSP00000456232;ENSP00000455088;ENSP00000456738;ENSP00000457600;ENSP00000479799" "P22695" "UQCRC2" "7385" "ubiquinol-cytochrome c reductase core protein 2" "QCR2;UQCR2" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000140795" "ENST00000394809;ENST00000536476;ENST00000565182;ENST00000562104;ENST00000564731;ENST00000569844;ENST00000569810" "ENSP00000378288;ENSP00000439297" "Q32MK0" "MYLK3" "91807" "myosin light chain kinase 3" "caMLCK;MLCK" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000140740" "ENST00000630839;ENST00000565464;ENST00000268379;ENST00000567757;ENST00000561553;ENST00000565331;ENST00000563898;ENST00000564095;ENST00000618892;ENST00000567597;ENST00000563711;ENST00000567810;ENST00000561798" "ENSP00000485966;ENSP00000457662;ENSP00000268379;ENSP00000456232;ENSP00000455088;ENSP00000456738;ENSP00000457600;ENSP00000479799" "P22695" "UQCRC2" "7385" "ubiquinol-cytochrome c reductase core protein 2" "QCR2;UQCR2" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000140795" "ENST00000394809;ENST00000536476;ENST00000565182;ENST00000562104;ENST00000564731;ENST00000569844;ENST00000569810" "ENSP00000378288;ENSP00000439297" "Q32MK0" "MYLK3" "91807" "myosin light chain kinase 3" "caMLCK;MLCK" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000140835" "ENST00000338482;ENST00000539698;ENST00000572693" "ENSP00000341206;ENSP00000441204" "Q8NCG5" "CHST4" "10164" "carbohydrate sulfotransferase 4" "HEC-GLCNAC-6-ST;LSST" "Golgi apparatus" "SwissProt" "ENSG00000140905" "ENST00000315467;ENST00000640150;ENST00000564386;ENST00000639689;ENST00000639169;ENST00000569885;ENST00000639137;ENST00000561801;ENST00000566566;ENST00000564477" "ENSP00000319531;ENSP00000492163;ENSP00000457630;ENSP00000492187;ENSP00000491127;ENSP00000455579;ENSP00000457645;ENSP00000455019;ENSP00000455287" "P23434" "GCSH" "2653" "glycine cleavage system protein H" "" "Mitochondria" "SwissProt" "ENSG00000140990" "ENST00000268668;ENST00000543683;ENST00000565031;ENST00000569148;ENST00000570172" "ENSP00000268668;ENSP00000445086;ENSP00000455348;ENSP00000457908" "O96000" "NDUFB10" "4716" "NADH:ubiquinone oxidoreductase subunit B10" "PDSW" "Inner mitochondria" "SwissProt" -"ENSG00000141012" "ENST00000268695;ENST00000562593;ENST00000567525;ENST00000568613;ENST00000564263;ENST00000562931;ENST00000566563;ENST00000562831;ENST00000561812;ENST00000565364;ENST00000567779;ENST00000568311;ENST00000569433" "ENSP00000268695;ENSP00000454484;ENSP00000457921;ENSP00000455174;ENSP00000455006;ENSP00000456884" "P34059" "GALNS" "2588" "galactosamine (N-acetyl)-6-sulfatase" "GALNAC6S;GAS" "Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000141027" "ENST00000268712;ENST00000464381;ENST00000470782;ENST00000395851;ENST00000580617;ENST00000395849;ENST00000582565;ENST00000579573;ENST00000603989;ENST00000580554;ENST00000579606;ENST00000583234;ENST00000458113;ENST00000472189;ENST00000584872;ENST00000436068;ENST00000395848;ENST00000583226;ENST00000411510;ENST00000582357;ENST00000436828;ENST00000460276;ENST00000585296;ENST00000579974;ENST00000430577;ENST00000466825;ENST00000395857" "ENSP00000268712;ENSP00000379192;ENSP00000379190;ENSP00000461959;ENSP00000474008;ENSP00000463169;ENSP00000462281;ENSP00000389839;ENSP00000379189;ENSP00000407998;ENSP00000462308;ENSP00000387727;ENSP00000462794;ENSP00000410784;ENSP00000379198" "O75376" "NCOR1" "9611" "nuclear receptor corepressor 1" "hCIT529I10;hN-CoR;KIAA1047;MGC104216;N-CoR;PPP1R109;TRAC1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000141012" "ENST00000268695;ENST00000562593;ENST00000567525;ENST00000568613;ENST00000564263;ENST00000562931;ENST00000566563;ENST00000562831;ENST00000561812;ENST00000565364;ENST00000567779;ENST00000568311;ENST00000569433" "ENSP00000268695;ENSP00000454484;ENSP00000457921;ENSP00000455174;ENSP00000455006;ENSP00000456884" "P34059" "GALNS" "2588" "galactosamine (N-acetyl)-6-sulfatase" "GALNAC6S;GAS" "Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000141027" "ENST00000268712;ENST00000464381;ENST00000470782;ENST00000395851;ENST00000580617;ENST00000395849;ENST00000582565;ENST00000579573;ENST00000603989;ENST00000580554;ENST00000579606;ENST00000583234;ENST00000458113;ENST00000472189;ENST00000584872;ENST00000436068;ENST00000395848;ENST00000583226;ENST00000411510;ENST00000582357;ENST00000436828;ENST00000460276;ENST00000585296;ENST00000579974;ENST00000430577;ENST00000466825;ENST00000395857" "ENSP00000268712;ENSP00000379192;ENSP00000379190;ENSP00000461959;ENSP00000474008;ENSP00000463169;ENSP00000462281;ENSP00000389839;ENSP00000379189;ENSP00000407998;ENSP00000462308;ENSP00000387727;ENSP00000462794;ENSP00000410784;ENSP00000379198" "O75376" "NCOR1" "9611" "nuclear receptor corepressor 1" "hCIT529I10;hN-CoR;KIAA1047;MGC104216;N-CoR;PPP1R109;TRAC1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000141096" "ENST00000268793;ENST00000574342;ENST00000672962" "ENSP00000268793;ENSP00000500237" "Q9H4B8" "DPEP3" "64180" "dipeptidase 3" "" "" "" -"ENSG00000141179" "ENST00000268896;ENST00000576183;ENST00000573500;ENST00000417982;ENST00000325214;ENST00000571489;ENST00000576221;ENST00000572536" "ENSP00000268896;ENSP00000459793;ENSP00000460437;ENSP00000415185;ENSP00000325181;ENSP00000461676" "Q9UKL6" "PCTP" "58488" "phosphatidylcholine transfer protein" "STARD2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000141279" "ENST00000525007;ENST00000525037;ENST00000677710;ENST00000530173;ENST00000526247;ENST00000677226;ENST00000532729;ENST00000678461;ENST00000322157;ENST00000533573;ENST00000677120;ENST00000678909;ENST00000528751;ENST00000678496;ENST00000678262;ENST00000677370;ENST00000677664;ENST00000527298;ENST00000534691;ENST00000602788;ENST00000527824;ENST00000676492;ENST00000534727;ENST00000534814;ENST00000525401;ENST00000527964;ENST00000530514;ENST00000527360;ENST00000533538;ENST00000525021;ENST00000678902;ENST00000529602;ENST00000534807;ENST00000525048;ENST00000531486;ENST00000528565" "ENSP00000437019;ENSP00000504357;ENSP00000433287;ENSP00000433735;ENSP00000504389;ENSP00000434554;ENSP00000504752;ENSP00000320324;ENSP00000503682;ENSP00000503450;ENSP00000503773;ENSP00000503738;ENSP00000503284;ENSP00000434585;ENSP00000433649;ENSP00000435639;ENSP00000436733;ENSP00000435966;ENSP00000504519;ENSP00000432127;ENSP00000433549" "P55786" "NPEPPS" "9520" "aminopeptidase puromycin sensitive" "MP100;PSA" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000141179" "ENST00000268896;ENST00000576183;ENST00000573500;ENST00000417982;ENST00000325214;ENST00000571489;ENST00000576221;ENST00000572536" "ENSP00000268896;ENSP00000459793;ENSP00000460437;ENSP00000415185;ENSP00000325181;ENSP00000461676" "Q9UKL6" "PCTP" "58488" "phosphatidylcholine transfer protein" "STARD2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000141279" "ENST00000525007;ENST00000525037;ENST00000677710;ENST00000530173;ENST00000526247;ENST00000677226;ENST00000532729;ENST00000678461;ENST00000322157;ENST00000533573;ENST00000677120;ENST00000678909;ENST00000528751;ENST00000678496;ENST00000678262;ENST00000677370;ENST00000677664;ENST00000527298;ENST00000534691;ENST00000602788;ENST00000527824;ENST00000676492;ENST00000534727;ENST00000534814;ENST00000525401;ENST00000527964;ENST00000530514;ENST00000527360;ENST00000533538;ENST00000525021;ENST00000678902;ENST00000529602;ENST00000534807;ENST00000525048;ENST00000531486;ENST00000528565" "ENSP00000437019;ENSP00000504357;ENSP00000433287;ENSP00000433735;ENSP00000504389;ENSP00000434554;ENSP00000504752;ENSP00000320324;ENSP00000503682;ENSP00000503450;ENSP00000503773;ENSP00000503738;ENSP00000503284;ENSP00000434585;ENSP00000433649;ENSP00000435639;ENSP00000436733;ENSP00000435966;ENSP00000504519;ENSP00000432127;ENSP00000433549" "P55786" "NPEPPS" "9520" "aminopeptidase puromycin sensitive" "MP100;PSA" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000141338" "ENST00000269080;ENST00000586539;ENST00000588458;ENST00000586292;ENST00000591459;ENST00000589980;ENST00000541225;ENST00000589533;ENST00000590359;ENST00000587206;ENST00000428549;ENST00000585850;ENST00000585531;ENST00000430352;ENST00000615593" "ENSP00000269080;ENSP00000467271;ENSP00000467186;ENSP00000466126;ENSP00000402814;ENSP00000481467" "O94911" "ABCA8" "10351" "ATP binding cassette subfamily A member 8" "KIAA0822" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000141349" "ENST00000269097;ENST00000593115;ENST00000588558;ENST00000585361;ENST00000591696;ENST00000585962;ENST00000590639;ENST00000590253" "ENSP00000269097;ENSP00000466821;ENSP00000467624;ENSP00000466983;ENSP00000468677;ENSP00000465111" "Q9BUM1" "G6PC3" "92579" "glucose-6-phosphatase catalytic subunit 3" "UGRP" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000141349" "ENST00000269097;ENST00000593115;ENST00000588558;ENST00000585361;ENST00000591696;ENST00000585962;ENST00000590639;ENST00000590253" "ENSP00000269097;ENSP00000466821;ENSP00000467624;ENSP00000466983;ENSP00000468677;ENSP00000465111" "Q9BUM1" "G6PC3" "92579" "glucose-6-phosphatase catalytic subunit 3" "UGRP" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000141378" "ENST00000587935;ENST00000393038;ENST00000409433;ENST00000470557;ENST00000579915" "ENSP00000376758;ENSP00000387180;ENSP00000464327" "Q9Y3E5" "PTRH2" "51651" "peptidyl-tRNA hydrolase 2" "BIT1;CFAP37;CGI-147;PTH2" "Mitochondria" "CellAtlas" -"ENSG00000141401" "ENST00000588752;ENST00000589238;ENST00000269159;ENST00000590107;ENST00000383376;ENST00000590138;ENST00000588927;ENST00000588863;ENST00000588167;ENST00000586230;ENST00000589374;ENST00000625802" "ENSP00000465416;ENSP00000269159;ENSP00000466059;ENSP00000372867;ENSP00000465938;ENSP00000464767;ENSP00000464754;ENSP00000486461" "O14732" "IMPA2" "3613" "inositol monophosphatase 2" "" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000141401" "ENST00000588752;ENST00000589238;ENST00000269159;ENST00000590107;ENST00000383376;ENST00000590138;ENST00000588927;ENST00000588863;ENST00000588167;ENST00000586230;ENST00000589374;ENST00000625802" "ENSP00000465416;ENSP00000269159;ENSP00000466059;ENSP00000372867;ENSP00000465938;ENSP00000464767;ENSP00000464754;ENSP00000486461" "O14732" "IMPA2" "3613" "inositol monophosphatase 2" "" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000141424" "ENST00000269187;ENST00000590986;ENST00000440549;ENST00000586829" "ENSP00000269187;ENSP00000465915;ENSP00000401139;ENSP00000467724" "Q13433" "SLC39A6" "25800" "solute carrier family 39 member 6" "LIV-1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000141429" "ENST00000586725;ENST00000591924;ENST00000589189;ENST00000269195;ENST00000591081;ENST00000590654" "ENSP00000465699;ENSP00000465341;ENSP00000269195;ENSP00000466411;ENSP00000465452" "Q10472" "GALNT1" "2589" "polypeptide N-acetylgalactosaminyltransferase 1" "GalNAc-T1" "Golgi apparatus" "SwissProt" "ENSG00000141446" "ENST00000269214;ENST00000383276;ENST00000622333;ENST00000580101" "ENSP00000269214;ENSP00000372763;ENSP00000484873" "Q5FWF5" "ESCO1" "114799" "establishment of sister chromatid cohesion N-acetyltransferase 1" "EFO1;ESO1;KIAA1911" "Nucleus" "SwissProt" -"ENSG00000141458" "ENST00000591107;ENST00000590723;ENST00000593280;ENST00000586150;ENST00000269228;ENST00000588867;ENST00000591051;ENST00000587163;ENST00000591955;ENST00000591075;ENST00000540608;ENST00000586718;ENST00000590301;ENST00000587223" "ENSP00000468438;ENSP00000464755;ENSP00000467150;ENSP00000468321;ENSP00000269228;ENSP00000467636" "O15118" "NPC1" "4864" "NPC intracellular cholesterol transporter 1" "SLC65A1" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000141458" "ENST00000591107;ENST00000590723;ENST00000593280;ENST00000586150;ENST00000269228;ENST00000588867;ENST00000591051;ENST00000587163;ENST00000591955;ENST00000591075;ENST00000540608;ENST00000586718;ENST00000590301;ENST00000587223" "ENSP00000468438;ENSP00000464755;ENSP00000467150;ENSP00000468321;ENSP00000269228;ENSP00000467636" "O15118" "NPC1" "4864" "NPC intracellular cholesterol transporter 1" "SLC65A1" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000141469" "ENST00000644925;ENST00000587601;ENST00000502059;ENST00000321925;ENST00000415427;ENST00000589322;ENST00000586951;ENST00000535474;ENST00000402943;ENST00000588179;ENST00000586056;ENST00000436407;ENST00000590246;ENST00000586142;ENST00000589700;ENST00000590377;ENST00000591642;ENST00000586854;ENST00000591541;ENST00000619403" "ENSP00000465029;ENSP00000442180;ENSP00000318546;ENSP00000412309;ENSP00000466273;ENSP00000465702;ENSP00000441998;ENSP00000385320;ENSP00000467898;ENSP00000470055;ENSP00000390637;ENSP00000468763;ENSP00000470476;ENSP00000465044;ENSP00000465150;ENSP00000479595" "Q13336" "SLC14A1" "6563" "solute carrier family 14 member 1 (Kidd blood group)" "HsT1341;JK;RACH1;RACH2" "" "" "ENSG00000141485" "ENST00000433363;ENST00000574580;ENST00000293800;ENST00000381074;ENST00000573648;ENST00000570687;ENST00000572727;ENST00000574824;ENST00000572094;ENST00000572352;ENST00000576323;ENST00000575230" "ENSP00000406220;ENSP00000293800;ENSP00000370464;ENSP00000459372;ENSP00000460037;ENSP00000461495;ENSP00000461622;ENSP00000460903" "Q86YT5" "SLC13A5" "284111" "solute carrier family 13 member 5" "INDY;NACT" "Cytosol;Nucleus" "CellAtlas" "ENSG00000141504" "ENST00000576846;ENST00000269298;ENST00000570914;ENST00000380466;ENST00000576579;ENST00000571074;ENST00000575826;ENST00000571195;ENST00000573566;ENST00000570850;ENST00000576686;ENST00000572224;ENST00000575114;ENST00000573930" "ENSP00000269298;ENSP00000459985;ENSP00000458818;ENSP00000458385" "Q96F10" "SAT2" "112483" "spermidine/spermine N1-acetyltransferase family member 2" "SSAT2" "Cytosol" "SwissProt" -"ENSG00000141506" "ENST00000269300;ENST00000447110;ENST00000611902;ENST00000616147;ENST00000623421;ENST00000581552;ENST00000585260;ENST00000583810;ENST00000584803;ENST00000578515;ENST00000578743;ENST00000577214;ENST00000583039;ENST00000584456;ENST00000578457;ENST00000580959;ENST00000577981;ENST00000581895;ENST00000583222" "ENSP00000269300;ENSP00000392812;ENSP00000477795;ENSP00000484211;ENSP00000485280;ENSP00000462433;ENSP00000462824;ENSP00000462680;ENSP00000461966" "Q8WYR1" "PIK3R5" "23533" "phosphoinositide-3-kinase regulatory subunit 5" "p101;P101-PI3K" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000141526" "ENST00000580098;ENST00000584689;ENST00000392341;ENST00000581642;ENST00000582743;ENST00000583444;ENST00000584781;ENST00000578684;ENST00000577650;ENST00000578574;ENST00000579572;ENST00000582715;ENST00000392339;ENST00000581287;ENST00000617373;ENST00000580189;ENST00000619321;ENST00000578810;ENST00000583025" "ENSP00000463880;ENSP00000464625;ENSP00000376152;ENSP00000462405;ENSP00000463912;ENSP00000463063;ENSP00000464326;ENSP00000376150;ENSP00000463978;ENSP00000483212;ENSP00000464112;ENSP00000482013;ENSP00000463005" "O15427" "SLC16A3" "9123" "solute carrier family 16 member 3" "MCT3;MCT4" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000141552" "ENST00000571570;ENST00000572639;ENST00000612413;ENST00000579978;ENST00000582222;ENST00000577425;ENST00000344877;ENST00000571024;ENST00000574924;ENST00000572851;ENST00000357385;ENST00000584314;ENST00000571874;ENST00000578550;ENST00000577747;ENST00000579133;ENST00000392376;ENST00000584197;ENST00000583839;ENST00000578544;ENST00000575195;ENST00000585259;ENST00000573956" "ENSP00000458143;ENSP00000460678;ENSP00000484031;ENSP00000463640;ENSP00000464403;ENSP00000462691;ENSP00000339695;ENSP00000461648;ENSP00000460064;ENSP00000458265;ENSP00000349957;ENSP00000462250;ENSP00000459200;ENSP00000464615;ENSP00000463567;ENSP00000463889;ENSP00000376181;ENSP00000464519;ENSP00000463598;ENSP00000463357;ENSP00000458515;ENSP00000462527" "Q9NYG5" "ANAPC11" "51529" "anaphase promoting complex subunit 11" "APC11;Apc11p;HSPC214;MGC882" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000141506" "ENST00000269300;ENST00000447110;ENST00000611902;ENST00000616147;ENST00000623421;ENST00000581552;ENST00000585260;ENST00000583810;ENST00000584803;ENST00000578515;ENST00000578743;ENST00000577214;ENST00000583039;ENST00000584456;ENST00000578457;ENST00000580959;ENST00000577981;ENST00000581895;ENST00000583222" "ENSP00000269300;ENSP00000392812;ENSP00000477795;ENSP00000484211;ENSP00000485280;ENSP00000462433;ENSP00000462824;ENSP00000462680;ENSP00000461966" "Q8WYR1" "PIK3R5" "23533" "phosphoinositide-3-kinase regulatory subunit 5" "p101;P101-PI3K" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000141526" "ENST00000580098;ENST00000584689;ENST00000392341;ENST00000581642;ENST00000582743;ENST00000583444;ENST00000584781;ENST00000578684;ENST00000577650;ENST00000578574;ENST00000579572;ENST00000582715;ENST00000392339;ENST00000581287;ENST00000617373;ENST00000580189;ENST00000619321;ENST00000578810;ENST00000583025" "ENSP00000463880;ENSP00000464625;ENSP00000376152;ENSP00000462405;ENSP00000463912;ENSP00000463063;ENSP00000464326;ENSP00000376150;ENSP00000463978;ENSP00000483212;ENSP00000464112;ENSP00000482013;ENSP00000463005" "O15427" "SLC16A3" "9123" "solute carrier family 16 member 3" "MCT3;MCT4" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000141552" "ENST00000571570;ENST00000572639;ENST00000612413;ENST00000579978;ENST00000582222;ENST00000577425;ENST00000344877;ENST00000571024;ENST00000574924;ENST00000572851;ENST00000357385;ENST00000584314;ENST00000571874;ENST00000578550;ENST00000577747;ENST00000579133;ENST00000392376;ENST00000584197;ENST00000583839;ENST00000578544;ENST00000575195;ENST00000585259;ENST00000573956" "ENSP00000458143;ENSP00000460678;ENSP00000484031;ENSP00000463640;ENSP00000464403;ENSP00000462691;ENSP00000339695;ENSP00000461648;ENSP00000460064;ENSP00000458265;ENSP00000349957;ENSP00000462250;ENSP00000459200;ENSP00000464615;ENSP00000463567;ENSP00000463889;ENSP00000376181;ENSP00000464519;ENSP00000463598;ENSP00000463357;ENSP00000458515;ENSP00000462527" "Q9NYG5" "ANAPC11" "51529" "anaphase promoting complex subunit 11" "APC11;Apc11p;HSPC214;MGC882" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000141560" "ENST00000269373;ENST00000574832;ENST00000574356;ENST00000574206;ENST00000577128;ENST00000573158;ENST00000571482;ENST00000576363;ENST00000571594" "ENSP00000269373;ENSP00000460869;ENSP00000458550;ENSP00000460777;ENSP00000459653;ENSP00000460243;ENSP00000459751" "Q9HA64" "FN3KRP" "79672" "fructosamine 3 kinase related protein" "FLJ12171;FN3KL" "Nucleus" "CellAtlas" "ENSG00000141698" "ENST00000517701;ENST00000469698;ENST00000523903;ENST00000521789;ENST00000470690;ENST00000393910;ENST00000435506;ENST00000415460;ENST00000476921;ENST00000445655;ENST00000486304;ENST00000460893;ENST00000481693;ENST00000475053;ENST00000495317;ENST00000520442" "ENSP00000429878;ENSP00000389948;ENSP00000397742;ENSP00000392092;ENSP00000475710;ENSP00000431066" "Q969T7" "NT5C3B" "115024" "5'-nucleotidase, cytosolic IIIB" "cN-IIIB;MGC20781;NT5C3L" "Cytosol" "SwissProt" "ENSG00000141744" "ENST00000394246;ENST00000269582;ENST00000581428" "ENSP00000377791;ENSP00000269582;ENSP00000464234" "P11086" "PNMT" "5409" "phenylethanolamine N-methyltransferase" "PENT" "" "" -"ENSG00000141756" "ENST00000585664;ENST00000585922;ENST00000429461;ENST00000321562;ENST00000489591;ENST00000487489;ENST00000455106;ENST00000490938;ENST00000464180" "ENSP00000468703;ENSP00000466097;ENSP00000408232;ENSP00000317232;ENSP00000466352;ENSP00000416822" "Q96AY3" "FKBP10" "60681" "FKBP prolyl isomerase 10" "FKBP6;FKBP65;FLJ20683;FLJ22041;FLJ23833;hFKBP65" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000141756" "ENST00000585664;ENST00000585922;ENST00000429461;ENST00000321562;ENST00000489591;ENST00000487489;ENST00000455106;ENST00000490938;ENST00000464180" "ENSP00000468703;ENSP00000466097;ENSP00000408232;ENSP00000317232;ENSP00000466352;ENSP00000416822" "Q96AY3" "FKBP10" "60681" "FKBP prolyl isomerase 10" "FKBP6;FKBP65;FLJ20683;FLJ22041;FLJ23833;hFKBP65" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" "ENSG00000141873" "ENST00000545664;ENST00000269740;ENST00000589363;ENST00000589166;ENST00000455372;ENST00000590875" "ENSP00000445345;ENSP00000269740;ENSP00000465383;ENSP00000466969;ENSP00000393715" "Q9BRY0" "SLC39A3" "29985" "solute carrier family 39 member 3" "ZIP3" "" "" "ENSG00000141934" "ENST00000327790;ENST00000434325;ENST00000269812;ENST00000621795;ENST00000633125;ENST00000586998;ENST00000591572;ENST00000589672" "ENSP00000329697;ENSP00000388565;ENSP00000269812;ENSP00000488312;ENSP00000466947;ENSP00000466545" "O43688" "PLPP2" "8612" "phospholipid phosphatase 2" "LPP2;PAP-2c;PPAP2C" "Endoplasmic reticulum" "SwissProt" -"ENSG00000141959" "ENST00000397961;ENST00000349048;ENST00000496824;ENST00000466134;ENST00000628044;ENST00000491298;ENST00000474114;ENST00000498841;ENST00000460020;ENST00000467315;ENST00000460521;ENST00000495274" "ENSP00000381052;ENSP00000269848;ENSP00000486076" "P17858" "PFKL" "5211" "phosphofructokinase, liver type" "" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000141959" "ENST00000397961;ENST00000349048;ENST00000496824;ENST00000466134;ENST00000628044;ENST00000491298;ENST00000474114;ENST00000498841;ENST00000460020;ENST00000467315;ENST00000460521;ENST00000495274" "ENSP00000381052;ENSP00000269848;ENSP00000486076" "P17858" "PFKL" "5211" "phosphofructokinase, liver type" "" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000142046" "ENST00000539627;ENST00000604123;ENST00000413014;ENST00000392002;ENST00000436170;ENST00000447302;ENST00000544232;ENST00000542945;ENST00000537354;ENST00000342187;ENST00000356385;ENST00000546050;ENST00000546362;ENST00000535712" "ENSP00000441900;ENSP00000474871;ENSP00000413192;ENSP00000375859;ENSP00000407003;ENSP00000405647;ENSP00000437779;ENSP00000440225;ENSP00000437868;ENSP00000345589;ENSP00000348750;ENSP00000440752;ENSP00000441729;ENSP00000443375" "Q6ZNR0" "TMEM91" "641649" "transmembrane protein 91" "DSPC3;FLJ27310;IFITMD6" "" "" "ENSG00000142082" "ENST00000382743;ENST00000529937;ENST00000532837;ENST00000525319;ENST00000524564;ENST00000532956;ENST00000529382;ENST00000531753;ENST00000526854;ENST00000529055;ENST00000528702;ENST00000534381;ENST00000530067;ENST00000528469;ENST00000525776;ENST00000525237" "ENSP00000372191;ENSP00000434747;ENSP00000433899;ENSP00000435464;ENSP00000432937;ENSP00000433077;ENSP00000437216;ENSP00000435505;ENSP00000437179;ENSP00000435014;ENSP00000432857;ENSP00000433132;ENSP00000436085" "Q9NTG7" "SIRT3" "23410" "sirtuin 3" "SIR2L3" "Mitochondria" "SwissProt" "ENSG00000142102" "ENST00000409548;ENST00000474221;ENST00000409655;ENST00000529087;ENST00000409479;ENST00000482937;ENST00000476372;ENST00000397660" "ENSP00000387185;ENSP00000386297;ENSP00000387099;ENSP00000431881;ENSP00000380780" "Q32M88" "PGGHG" "80162" "protein-glucosylgalactosylhydroxylysine glucosidase" "ATHL1;FLJ22635" "Cytosol" "CellAtlas" -"ENSG00000142168" "ENST00000270142;ENST00000389995;ENST00000476106;ENST00000470944" "ENSP00000270142;ENSP00000374645" "P00441" "SOD1" "6647" "superoxide dismutase 1" "ALS;ALS1;IPOA" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000142182" "ENST00000436357;ENST00000628202;ENST00000270172;ENST00000431166" "ENSP00000486001;ENSP00000270172;ENSP00000400242" "Q9UJW3" "DNMT3L" "29947" "DNA methyltransferase 3 like" "MGC1090" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000142168" "ENST00000270142;ENST00000389995;ENST00000476106;ENST00000470944" "ENSP00000270142;ENSP00000374645" "P00441" "SOD1" "6647" "superoxide dismutase 1" "ALS;ALS1;IPOA" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000142182" "ENST00000436357;ENST00000628202;ENST00000270172;ENST00000431166" "ENSP00000486001;ENSP00000270172;ENSP00000400242" "Q9UJW3" "DNMT3L" "29947" "DNA methyltransferase 3 like" "MGC1090" "Nucleus" "SwissProt;CellAtlas" "ENSG00000142185" "ENST00000300482;ENST00000431901;ENST00000397928;ENST00000397932;ENST00000300481;ENST00000498430;ENST00000621064;ENST00000490982" "ENSP00000300482;ENSP00000393982;ENSP00000381023;ENSP00000381026;ENSP00000300481;ENSP00000477514" "O94759" "TRPM2" "7226" "transient receptor potential cation channel subfamily M member 2" "EREG1;KNP3;LTRPC2;NUDT9H;NUDT9L1;TRPC7" "Cytosol;Lysosome" "SwissProt" -"ENSG00000142230" "ENST00000594144;ENST00000594526;ENST00000597808;ENST00000413379;ENST00000600706;ENST00000598840;ENST00000414294;ENST00000600753;ENST00000270225;ENST00000660039;ENST00000596995;ENST00000664120;ENST00000392776;ENST00000659110" "ENSP00000471010;ENSP00000472389;ENSP00000469938;ENSP00000416557;ENSP00000468931;ENSP00000470741;ENSP00000398818;ENSP00000469978;ENSP00000270225;ENSP00000499743;ENSP00000473037;ENSP00000499784;ENSP00000440818;ENSP00000499761" "Q9UBE0" "SAE1" "10055" "SUMO1 activating enzyme subunit 1" "AOS1;FLJ3091;Sua1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000142230" "ENST00000594144;ENST00000594526;ENST00000597808;ENST00000413379;ENST00000600706;ENST00000598840;ENST00000414294;ENST00000600753;ENST00000270225;ENST00000660039;ENST00000596995;ENST00000664120;ENST00000392776;ENST00000659110" "ENSP00000471010;ENSP00000472389;ENSP00000469938;ENSP00000416557;ENSP00000468931;ENSP00000470741;ENSP00000398818;ENSP00000469978;ENSP00000270225;ENSP00000499743;ENSP00000473037;ENSP00000499784;ENSP00000440818;ENSP00000499761" "Q9UBE0" "SAE1" "10055" "SUMO1 activating enzyme subunit 1" "AOS1;FLJ3091;Sua1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000142273" "ENST00000341505;ENST00000647358;ENST00000647063" "ENSP00000340250;ENSP00000494162;ENSP00000495258" "Q9ULV8" "CBLC" "23624" "Cbl proto-oncogene C" "CBL-3;CBL-SL;RNF57" "Cytosol;Nucleus" "CellAtlas" "ENSG00000142319" "ENST00000270349;ENST00000512002;ENST00000511750" "ENSP00000270349" "Q01959" "SLC6A3" "6531" "solute carrier family 6 member 3" "DAT;DAT1" "" "" -"ENSG00000142453" "ENST00000327064;ENST00000588947;ENST00000590699;ENST00000344150;ENST00000586221;ENST00000590039;ENST00000589693;ENST00000586508;ENST00000586298;ENST00000592516" "ENSP00000325690;ENSP00000465417;ENSP00000467420;ENSP00000340934;ENSP00000467746;ENSP00000464852;ENSP00000468319;ENSP00000467761" "Q86X55" "CARM1" "10498" "coactivator associated arginine methyltransferase 1" "PRMT4" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000142453" "ENST00000327064;ENST00000588947;ENST00000590699;ENST00000344150;ENST00000586221;ENST00000590039;ENST00000589693;ENST00000586508;ENST00000586298;ENST00000592516" "ENSP00000325690;ENSP00000465417;ENSP00000467420;ENSP00000340934;ENSP00000467746;ENSP00000464852;ENSP00000468319;ENSP00000467761" "Q86X55" "CARM1" "10498" "coactivator associated arginine methyltransferase 1" "PRMT4" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000142494" "ENST00000584348;ENST00000571335;ENST00000436810;ENST00000270570;ENST00000574596;ENST00000576095;ENST00000575023;ENST00000497548;ENST00000395585;ENST00000495425;ENST00000575377;ENST00000573009;ENST00000575362;ENST00000581558" "ENSP00000462630;ENSP00000407155;ENSP00000270570;ENSP00000460164;ENSP00000378951;ENSP00000462225" "Q96FL8" "SLC47A1" "55244" "solute carrier family 47 member 1" "FLJ10847;MATE1" "" "" "ENSG00000142513" "ENST00000270593" "ENSP00000270593" "Q9BZG2" "ACP4" "93650" "acid phosphatase 4" "ACPT" "" "" "ENSG00000142583" "ENST00000377424;ENST00000487492;ENST00000377414;ENST00000484798;ENST00000474145;ENST00000479813;ENST00000486632;ENST00000487835;ENST00000464985;ENST00000473209" "ENSP00000366641;ENSP00000366631;ENSP00000467039;ENSP00000464880;ENSP00000468590;ENSP00000465507;ENSP00000465382;ENSP00000467840;ENSP00000465285" "P22732" "SLC2A5" "6518" "solute carrier family 2 member 5" "GLUT5" "" "" -"ENSG00000142619" "ENST00000375460" "ENSP00000364609" "Q9ULW8" "PADI3" "51702" "peptidyl arginine deiminase 3" "PDI3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000142623" "ENST00000375471;ENST00000483501;ENST00000648847;ENST00000460293" "ENSP00000364620" "Q9ULC6" "PADI1" "29943" "peptidyl arginine deiminase 1" "HPAD10;PAD1;PDI;PDI1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000142657" "ENST00000491493;ENST00000487775;ENST00000270776;ENST00000477958;ENST00000483936;ENST00000465632;ENST00000460189;ENST00000493288;ENST00000498356;ENST00000496718" "ENSP00000466358;ENSP00000270776;ENSP00000465311;ENSP00000466156;ENSP00000466574;ENSP00000467362" "P52209" "PGD" "5226" "phosphogluconate dehydrogenase" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000142619" "ENST00000375460" "ENSP00000364609" "Q9ULW8" "PADI3" "51702" "peptidyl arginine deiminase 3" "PDI3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000142623" "ENST00000375471;ENST00000483501;ENST00000648847;ENST00000460293" "ENSP00000364620" "Q9ULC6" "PADI1" "29943" "peptidyl arginine deiminase 1" "HPAD10;PAD1;PDI;PDI1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000142657" "ENST00000491493;ENST00000487775;ENST00000270776;ENST00000477958;ENST00000483936;ENST00000465632;ENST00000460189;ENST00000493288;ENST00000498356;ENST00000496718" "ENSP00000466358;ENSP00000270776;ENSP00000465311;ENSP00000466156;ENSP00000466574;ENSP00000467362" "P52209" "PGD" "5226" "phosphogluconate dehydrogenase" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000142798" "ENST00000374695;ENST00000486901;ENST00000481644;ENST00000635682;ENST00000471322;ENST00000374676;ENST00000453796;ENST00000493940;ENST00000644714;ENST00000427897;ENST00000498495;ENST00000480900;ENST00000412328;ENST00000374673;ENST00000439717" "ENSP00000363827;ENSP00000489161;ENSP00000363808;ENSP00000496473;ENSP00000397573;ENSP00000497688" "P98160" "HSPG2" "3339" "heparan sulfate proteoglycan 2" "perlecan;PRCAN;SJS1" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000142875" "ENST00000370689;ENST00000370688;ENST00000370685;ENST00000470673;ENST00000370684;ENST00000436133;ENST00000446538;ENST00000432111;ENST00000450730;ENST00000370680;ENST00000413538;ENST00000417530;ENST00000394839;ENST00000467507;ENST00000610703;ENST00000614872;ENST00000610457;ENST00000370682;ENST00000394838" "ENSP00000359723;ENSP00000359722;ENSP00000359719;ENSP00000359718;ENSP00000390906;ENSP00000401252;ENSP00000392275;ENSP00000393654;ENSP00000359714;ENSP00000397175;ENSP00000399326;ENSP00000378315;ENSP00000481980;ENSP00000479722;ENSP00000479339;ENSP00000359716;ENSP00000378314" "P22694" "PRKACB" "5567" "protein kinase cAMP-activated catalytic subunit beta" "PKACb" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000142875" "ENST00000370689;ENST00000370688;ENST00000370685;ENST00000470673;ENST00000370684;ENST00000436133;ENST00000446538;ENST00000432111;ENST00000450730;ENST00000370680;ENST00000413538;ENST00000417530;ENST00000394839;ENST00000467507;ENST00000610703;ENST00000614872;ENST00000610457;ENST00000370682;ENST00000394838" "ENSP00000359723;ENSP00000359722;ENSP00000359719;ENSP00000359718;ENSP00000390906;ENSP00000401252;ENSP00000392275;ENSP00000393654;ENSP00000359714;ENSP00000397175;ENSP00000399326;ENSP00000378315;ENSP00000481980;ENSP00000479722;ENSP00000479339;ENSP00000359716;ENSP00000378314" "P22694" "PRKACB" "5567" "protein kinase cAMP-activated catalytic subunit beta" "PKACb" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000142892" "ENST00000370812;ENST00000445065;ENST00000487906;ENST00000359130;ENST00000478391" "ENSP00000359848;ENSP00000388854;ENSP00000474518;ENSP00000352041" "Q92643" "PIGK" "10026" "phosphatidylinositol glycan anchor biosynthesis class K" "GPI8;hGPI8" "Endoplasmic reticulum" "SwissProt" -"ENSG00000142920" "ENST00000478635;ENST00000481886;ENST00000475935;ENST00000294517;ENST00000462920;ENST00000471119;ENST00000495135;ENST00000477570;ENST00000483027;ENST00000492420;ENST00000373443;ENST00000497710;ENST00000473089;ENST00000652171;ENST00000484656;ENST00000373440;ENST00000652381;ENST00000373441;ENST00000478204;ENST00000497280;ENST00000492521" "ENSP00000294517;ENSP00000362542;ENSP00000498229;ENSP00000362539;ENSP00000362540" "Q96A70" "AZIN2" "113451" "antizyme inhibitor 2" "ADC;KIAA1945;ODC-p;ODC1L;ODCp" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000142920" "ENST00000478635;ENST00000481886;ENST00000475935;ENST00000294517;ENST00000462920;ENST00000471119;ENST00000495135;ENST00000477570;ENST00000483027;ENST00000492420;ENST00000373443;ENST00000497710;ENST00000473089;ENST00000652171;ENST00000484656;ENST00000373440;ENST00000652381;ENST00000373441;ENST00000478204;ENST00000497280;ENST00000492521" "ENSP00000294517;ENSP00000362542;ENSP00000498229;ENSP00000362539;ENSP00000362540" "Q96A70" "AZIN2" "113451" "antizyme inhibitor 2" "ADC;KIAA1945;ODC-p;ODC1L;ODCp" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000142973" "ENST00000546128;ENST00000413093;ENST00000640628;ENST00000534708;ENST00000271153;ENST00000371923;ENST00000529715;ENST00000464439;ENST00000371919;ENST00000614163;ENST00000526297;ENST00000452782;ENST00000468637;ENST00000481248;ENST00000497005" "ENSP00000492115;ENSP00000433367;ENSP00000271153;ENSP00000360991;ENSP00000443212;ENSP00000433068;ENSP00000360987;ENSP00000484629;ENSP00000438995" "P13584" "CYP4B1" "1580" "cytochrome P450 family 4 subfamily B member 1" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000143036" "ENST00000446120;ENST00000271227;ENST00000527077;ENST00000529450;ENST00000467909;ENST00000422520;ENST00000532427;ENST00000475883;ENST00000530397;ENST00000532670" "ENSP00000389143;ENSP00000271227;ENSP00000433641;ENSP00000431836;ENSP00000432789;ENSP00000410832;ENSP00000436661;ENSP00000434457;ENSP00000432880" "Q8N4M1" "SLC44A3" "126969" "solute carrier family 44 member 3" "CTL3;MGC45474" "" "" -"ENSG00000143149" "ENST00000354775;ENST00000463610;ENST00000491436;ENST00000461664;ENST00000471457" "ENSP00000346827" "P49189" "ALDH9A1" "223" "aldehyde dehydrogenase 9 family member A1" "ALDH4;ALDH7;ALDH9;E3" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000143149" "ENST00000354775;ENST00000463610;ENST00000491436;ENST00000461664;ENST00000471457" "ENSP00000346827" "P49189" "ALDH9A1" "223" "aldehyde dehydrogenase 9 family member A1" "ALDH4;ALDH7;ALDH9;E3" "Cytosol" "SwissProt;CellAtlas" "ENSG00000143153" "ENST00000367816;ENST00000367815;ENST00000494797" "ENSP00000356790;ENSP00000356789;ENSP00000477015" "P05026" "ATP1B1" "481" "ATPase Na+/K+ transporting subunit beta 1" "ATP1B" "" "" -"ENSG00000143156" "ENST00000530739;ENST00000493481;ENST00000472647;ENST00000367811;ENST00000525440;ENST00000483228;ENST00000528517;ENST00000480478;ENST00000524967;ENST00000469474;ENST00000485609;ENST00000472984;ENST00000491225;ENST00000527460" "ENSP00000433341;ENSP00000356785;ENSP00000431467;ENSP00000432753" "Q9Y5B8" "NME7" "29922" "NME/NM23 family member 7" "CFAP67;FLJ37194;NM23-H7" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143156" "ENST00000530739;ENST00000493481;ENST00000472647;ENST00000367811;ENST00000525440;ENST00000483228;ENST00000528517;ENST00000480478;ENST00000524967;ENST00000469474;ENST00000485609;ENST00000472984;ENST00000491225;ENST00000527460" "ENSP00000433341;ENSP00000356785;ENSP00000431467;ENSP00000432753" "Q9Y5B8" "NME7" "29922" "NME/NM23 family member 7" "CFAP67;FLJ37194;NM23-H7" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143158" "ENST00000367846;ENST00000271373;ENST00000458574" "ENSP00000356820;ENSP00000271373;ENSP00000392874" "O95563" "MPC2" "25874" "mitochondrial pyruvate carrier 2" "BRP44;DKFZP564B167;SLC54A2" "Inner mitochondria" "SwissProt" "ENSG00000143179" "ENST00000367879;ENST00000642653;ENST00000462329;ENST00000464197;ENST00000469256;ENST00000470820;ENST00000463772;ENST00000479872;ENST00000475333" "ENSP00000356853;ENSP00000494961;ENSP00000476692;ENSP00000476327" "Q9BZX2" "UCK2" "7371" "uridine-cytidine kinase 2" "UMPK" "Nucleus" "CellAtlas" -"ENSG00000143198" "ENST00000367889;ENST00000367888;ENST00000461308;ENST00000460632;ENST00000495447;ENST00000367885;ENST00000367884;ENST00000488688;ENST00000367883;ENST00000461759;ENST00000609263;ENST00000477450;ENST00000494074;ENST00000627653" "ENSP00000356864;ENSP00000356863;ENSP00000356860;ENSP00000356859;ENSP00000356858;ENSP00000487151" "O14880" "MGST3" "4259" "microsomal glutathione S-transferase 3" "GST-III" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000143198" "ENST00000367889;ENST00000367888;ENST00000461308;ENST00000460632;ENST00000495447;ENST00000367885;ENST00000367884;ENST00000488688;ENST00000367883;ENST00000461759;ENST00000609263;ENST00000477450;ENST00000494074;ENST00000627653" "ENSP00000356864;ENSP00000356863;ENSP00000356860;ENSP00000356859;ENSP00000356858;ENSP00000487151" "O14880" "MGST3" "4259" "microsomal glutathione S-transferase 3" "GST-III" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000143199" "ENST00000545172;ENST00000367851;ENST00000485964;ENST00000367848;ENST00000476818" "ENSP00000441992;ENSP00000356825;ENSP00000476402;ENSP00000356822;ENSP00000475192" "Q96PN6" "ADCY10" "55811" "adenylate cyclase 10" "HCA2;RP1-313L4.2;SAC;SACI;Sacy" "Mitochondria;Cytosol;Nucleus" "SwissProt" "ENSG00000143207" "ENST00000461830;ENST00000367667;ENST00000367669;ENST00000367666;ENST00000649803;ENST00000482305;ENST00000308769;ENST00000459744;ENST00000498306;ENST00000491600;ENST00000474194" "ENSP00000356639;ENSP00000356641;ENSP00000356638;ENSP00000497397;ENSP00000310943;ENSP00000437212;ENSP00000433810;ENSP00000437275;ENSP00000433517" "Q8NHY2" "COP1" "64326" "COP1 E3 ubiquitin ligase" "CFAP78;FAP78;FLJ10416;RFWD2;RNF200" "Cytosol;Nucleus" "SwissProt" -"ENSG00000143224" "ENST00000652729;ENST00000352210;ENST00000367999;ENST00000497522;ENST00000479246;ENST00000470607;ENST00000651150;ENST00000539753;ENST00000652182;ENST00000652473;ENST00000544598;ENST00000495483;ENST00000468968;ENST00000535223;ENST00000490768;ENST00000462866;ENST00000652103;ENST00000650741;ENST00000652297;ENST00000494216;ENST00000462977;ENST00000460611;ENST00000537523;ENST00000541818;ENST00000652100;ENST00000537829;ENST00000466452" "ENSP00000498609;ENSP00000343943;ENSP00000356978;ENSP00000491230;ENSP00000492580;ENSP00000498615;ENSP00000439613;ENSP00000498884;ENSP00000498477;ENSP00000444216;ENSP00000490967;ENSP00000443769;ENSP00000491797;ENSP00000498501;ENSP00000499106;ENSP00000498871;ENSP00000439544;ENSP00000498462;ENSP00000438136" "P50336" "PPOX" "5498" "protoporphyrinogen oxidase" "PPO;VP" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000143224" "ENST00000652729;ENST00000352210;ENST00000367999;ENST00000497522;ENST00000479246;ENST00000470607;ENST00000651150;ENST00000539753;ENST00000652182;ENST00000652473;ENST00000544598;ENST00000495483;ENST00000468968;ENST00000535223;ENST00000490768;ENST00000462866;ENST00000652103;ENST00000650741;ENST00000652297;ENST00000494216;ENST00000462977;ENST00000460611;ENST00000537523;ENST00000541818;ENST00000652100;ENST00000537829;ENST00000466452" "ENSP00000498609;ENSP00000343943;ENSP00000356978;ENSP00000491230;ENSP00000492580;ENSP00000498615;ENSP00000439613;ENSP00000498884;ENSP00000498477;ENSP00000444216;ENSP00000490967;ENSP00000443769;ENSP00000491797;ENSP00000498501;ENSP00000499106;ENSP00000498871;ENSP00000439544;ENSP00000498462;ENSP00000438136" "P50336" "PPOX" "5498" "protoporphyrinogen oxidase" "PPO;VP" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000143252" "ENST00000515731;ENST00000342751;ENST00000367975;ENST00000432287;ENST00000392169;ENST00000513009;ENST00000504963;ENST00000470743" "ENSP00000356952;ENSP00000356953;ENSP00000390558;ENSP00000376009;ENSP00000423260;ENSP00000423929;ENSP00000482902" "Q99643" "SDHC" "6391" "succinate dehydrogenase complex subunit C" "CYB560;cybL;PGL3" "Inner mitochondria" "SwissProt" -"ENSG00000143258" "ENST00000492950;ENST00000289865;ENST00000368002;ENST00000479344;ENST00000368001;ENST00000486299;ENST00000487163;ENST00000482385;ENST00000493054;ENST00000485277" "ENSP00000476344;ENSP00000289865;ENSP00000356981;ENSP00000476830;ENSP00000356980;ENSP00000492693;ENSP00000491514" "Q9UK80" "USP21" "27005" "ubiquitin specific peptidase 21" "USP16;USP23" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143258" "ENST00000492950;ENST00000289865;ENST00000368002;ENST00000479344;ENST00000368001;ENST00000486299;ENST00000487163;ENST00000482385;ENST00000493054;ENST00000485277" "ENSP00000476344;ENSP00000289865;ENSP00000356981;ENSP00000476830;ENSP00000356980;ENSP00000492693;ENSP00000491514" "Q9UK80" "USP21" "27005" "ubiquitin specific peptidase 21" "USP16;USP23" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143278" "ENST00000649282;ENST00000367412;ENST00000490002" "ENSP00000497116;ENSP00000356382" "P05160" "F13B" "2165" "coagulation factor XIII B chain" "FXIIIB" "" "" "ENSG00000143315" "ENST00000368090" "ENSP00000357069" "Q9H3S5" "PIGM" "93183" "phosphatidylinositol glycan anchor biosynthesis class M" "GPI-MT-I" "" "" "ENSG00000143344" "ENST00000304685;ENST00000360851" "ENSP00000303192;ENSP00000354097" "Q9NZL6" "RGL1" "23179" "ral guanine nucleotide dissociation stimulator like 1" "RGL" "Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000143363" "ENST00000467771;ENST00000271620;ENST00000462440;ENST00000650332;ENST00000475722;ENST00000450884;ENST00000368937;ENST00000431193;ENST00000368936;ENST00000368935;ENST00000368934" "ENSP00000271620;ENSP00000497847;ENSP00000387696;ENSP00000357933;ENSP00000392632;ENSP00000357932;ENSP00000357931;ENSP00000357930" "Q86TP1" "PRUNE1" "58497" "prune exopolyphosphatase 1" "DRES-17;H-PRUNE;HTCD37;PRUNE" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143379" "ENST00000525956;ENST00000487584;ENST00000463774;ENST00000271640;ENST00000448029;ENST00000368962;ENST00000534805;ENST00000368969;ENST00000368963;ENST00000459773;ENST00000498193;ENST00000368964;ENST00000423081;ENST00000481219;ENST00000497314;ENST00000528749;ENST00000533529" "ENSP00000435922;ENSP00000271640;ENSP00000409379;ENSP00000357958;ENSP00000436148;ENSP00000357965;ENSP00000357959;ENSP00000432348;ENSP00000357960;ENSP00000407831" "Q15047" "SETDB1" "9869" "SET domain bifurcated histone lysine methyltransferase 1" "ESET;KG1T;KIAA0067;KMT1E;TDRD21" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143363" "ENST00000467771;ENST00000271620;ENST00000462440;ENST00000650332;ENST00000475722;ENST00000450884;ENST00000368937;ENST00000431193;ENST00000368936;ENST00000368935;ENST00000368934" "ENSP00000271620;ENSP00000497847;ENSP00000387696;ENSP00000357933;ENSP00000392632;ENSP00000357932;ENSP00000357931;ENSP00000357930" "Q86TP1" "PRUNE1" "58497" "prune exopolyphosphatase 1" "DRES-17;H-PRUNE;HTCD37;PRUNE" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143379" "ENST00000525956;ENST00000487584;ENST00000463774;ENST00000271640;ENST00000448029;ENST00000368962;ENST00000534805;ENST00000368969;ENST00000368963;ENST00000459773;ENST00000498193;ENST00000368964;ENST00000423081;ENST00000481219;ENST00000497314;ENST00000528749;ENST00000533529" "ENSP00000435922;ENSP00000271640;ENSP00000409379;ENSP00000357958;ENSP00000436148;ENSP00000357965;ENSP00000357959;ENSP00000432348;ENSP00000357960;ENSP00000407831" "Q15047" "SETDB1" "9869" "SET domain bifurcated histone lysine methyltransferase 1" "ESET;KG1T;KIAA0067;KMT1E;TDRD21" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143387" "ENST00000678337;ENST00000676716;ENST00000676966;ENST00000443913;ENST00000271651;ENST00000676970;ENST00000679260;ENST00000676680;ENST00000676751;ENST00000677887;ENST00000676824;ENST00000677611;ENST00000678725;ENST00000679148;ENST00000480670;ENST00000679090;ENST00000678275;ENST00000677330;ENST00000679178;ENST00000679171" "ENSP00000504759;ENSP00000504737;ENSP00000503723;ENSP00000405083;ENSP00000271651;ENSP00000503832;ENSP00000504534;ENSP00000503270;ENSP00000502964;ENSP00000503876;ENSP00000504176;ENSP00000504796" "P43235" "CTSK" "1513" "cathepsin K" "CTSO;CTSO2;PKND;PYCD" "Lysosome" "SwissProt" -"ENSG00000143393" "ENST00000368874;ENST00000368875;ENST00000368873;ENST00000529142;ENST00000368872;ENST00000455060;ENST00000446339;ENST00000489889;ENST00000469239;ENST00000430800;ENST00000460323;ENST00000489223;ENST00000438243" "ENSP00000357868;ENSP00000357869;ENSP00000357867;ENSP00000433149;ENSP00000357866;ENSP00000410974;ENSP00000391546;ENSP00000432426;ENSP00000413599;ENSP00000431501;ENSP00000394719" "Q9UBF8" "PI4KB" "5298" "phosphatidylinositol 4-kinase beta" "PI4K-BETA;pi4K92;PIK4CB" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143398" "ENST00000447555;ENST00000349792;ENST00000409426;ENST00000441902;ENST00000368890;ENST00000424999;ENST00000368888;ENST00000454769;ENST00000418435;ENST00000468772;ENST00000461816;ENST00000481713;ENST00000486048;ENST00000464105;ENST00000460157;ENST00000486866;ENST00000489625" "ENSP00000401228;ENSP00000271663;ENSP00000386432;ENSP00000415648;ENSP00000357885;ENSP00000392780;ENSP00000357883;ENSP00000416196;ENSP00000414632" "Q99755" "PIP5K1A" "8394" "phosphatidylinositol-4-phosphate 5-kinase type 1 alpha" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143418" "ENST00000482825;ENST00000561294;ENST00000560793;ENST00000345896;ENST00000271688;ENST00000368954;ENST00000460664;ENST00000368949;ENST00000361419;ENST00000559660;ENST00000558062;ENST00000559020;ENST00000421609;ENST00000457392" "ENSP00000454160;ENSP00000453297;ENSP00000271688;ENSP00000357950;ENSP00000357945;ENSP00000355020;ENSP00000452810;ENSP00000393239;ENSP00000394012" "Q96G23" "CERS2" "29956" "ceramide synthase 2" "FLJ10243;LASS2;SP260" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000143499" "ENST00000491455;ENST00000471645;ENST00000460580;ENST00000366957;ENST00000484459;ENST00000416415" "ENSP00000355924;ENSP00000409822" "Q9NRG4" "SMYD2" "56950" "SET and MYND domain containing 2" "HSKM-B;KMT3C;ZMYND14" "Nucleus;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143515" "ENST00000368489;ENST00000368487;ENST00000368490;ENST00000672630;ENST00000426445;ENST00000514107;ENST00000505882" "ENSP00000357475;ENSP00000357472;ENSP00000500034" "P98198" "ATP8B2" "57198" "ATPase phospholipid transporting 8B2" "ATPID;KIAA1137" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143393" "ENST00000368874;ENST00000368875;ENST00000368873;ENST00000529142;ENST00000368872;ENST00000455060;ENST00000446339;ENST00000489889;ENST00000469239;ENST00000430800;ENST00000460323;ENST00000489223;ENST00000438243" "ENSP00000357868;ENSP00000357869;ENSP00000357867;ENSP00000433149;ENSP00000357866;ENSP00000410974;ENSP00000391546;ENSP00000432426;ENSP00000413599;ENSP00000431501;ENSP00000394719" "Q9UBF8" "PI4KB" "5298" "phosphatidylinositol 4-kinase beta" "PI4K-BETA;pi4K92;PIK4CB" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143398" "ENST00000447555;ENST00000349792;ENST00000409426;ENST00000441902;ENST00000368890;ENST00000424999;ENST00000368888;ENST00000454769;ENST00000418435;ENST00000468772;ENST00000461816;ENST00000481713;ENST00000486048;ENST00000464105;ENST00000460157;ENST00000486866;ENST00000489625" "ENSP00000401228;ENSP00000271663;ENSP00000386432;ENSP00000415648;ENSP00000357885;ENSP00000392780;ENSP00000357883;ENSP00000416196;ENSP00000414632" "Q99755" "PIP5K1A" "8394" "phosphatidylinositol-4-phosphate 5-kinase type 1 alpha" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143418" "ENST00000482825;ENST00000561294;ENST00000560793;ENST00000345896;ENST00000271688;ENST00000368954;ENST00000460664;ENST00000368949;ENST00000361419;ENST00000559660;ENST00000558062;ENST00000559020;ENST00000421609;ENST00000457392" "ENSP00000454160;ENSP00000453297;ENSP00000271688;ENSP00000357950;ENSP00000357945;ENSP00000355020;ENSP00000452810;ENSP00000393239;ENSP00000394012" "Q96G23" "CERS2" "29956" "ceramide synthase 2" "FLJ10243;LASS2;SP260" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000143499" "ENST00000491455;ENST00000471645;ENST00000460580;ENST00000366957;ENST00000484459;ENST00000416415" "ENSP00000355924;ENSP00000409822" "Q9NRG4" "SMYD2" "56950" "SET and MYND domain containing 2" "HSKM-B;KMT3C;ZMYND14" "Nucleus;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143515" "ENST00000368489;ENST00000368487;ENST00000368490;ENST00000672630;ENST00000426445;ENST00000514107;ENST00000505882" "ENSP00000357475;ENSP00000357472;ENSP00000500034" "P98198" "ATP8B2" "57198" "ATPase phospholipid transporting 8B2" "ATPID;KIAA1137" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143552" "ENST00000368559;ENST00000368553;ENST00000271854" "ENSP00000357547;ENSP00000357541;ENSP00000271854" "Q5VU65" "NUP210L" "91181" "nucleoporin 210 like" "" "Nucleus" "CellAtlas" "ENSG00000143554" "ENST00000271857;ENST00000484014;ENST00000468403;ENST00000624995;ENST00000483574;ENST00000458027;ENST00000461269;ENST00000531251;ENST00000532853;ENST00000524676;ENST00000468044;ENST00000368660;ENST00000368659" "ENSP00000271857;ENSP00000485061;ENSP00000389603;ENSP00000433959;ENSP00000434025" "Q5K4L6" "SLC27A3" "11000" "solute carrier family 27 member 3" "ACSVL3;FATP3;MGC4365" "Endoplasmic reticulum" "CellAtlas" "ENSG00000143570" "ENST00000621013;ENST00000537590;ENST00000617697;ENST00000368623;ENST00000356205;ENST00000368621;ENST00000310483;ENST00000413622;ENST00000417348;ENST00000461071" "ENSP00000484182;ENSP00000443632;ENSP00000479421;ENSP00000357612;ENSP00000348535;ENSP00000357610;ENSP00000309710;ENSP00000392229;ENSP00000407717" "Q9NY26" "SLC39A1" "27173" "solute carrier family 39 member 1" "ZIP1;ZIRTL" "Endoplasmic reticulum" "SwissProt" "ENSG00000143595" "ENST00000355197;ENST00000324978;ENST00000484864" "ENSP00000318355;ENSP00000420341" "Q96PS8" "AQP10" "89872" "aquaporin 10" "" "" "" "ENSG00000143627" "ENST00000342741;ENST00000392414;ENST00000434082" "ENSP00000339933;ENSP00000376214;ENSP00000398037" "P30613" "PKLR" "5313" "pyruvate kinase L/R" "" "Cytosol" "CellAtlas" "ENSG00000143630" "ENST00000368358;ENST00000496230;ENST00000467204;ENST00000492035" "ENSP00000357342" "Q9P1Z3" "HCN3" "57657" "hyperpolarization activated cyclic nucleotide gated potassium channel 3" "KIAA1535" "" "" -"ENSG00000143641" "ENST00000494106;ENST00000366672;ENST00000488903;ENST00000485438;ENST00000492568" "ENSP00000355632" "Q10471" "GALNT2" "2590" "polypeptide N-acetylgalactosaminyltransferase 2" "GalNAc-T2" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000143641" "ENST00000494106;ENST00000366672;ENST00000488903;ENST00000485438;ENST00000492568" "ENSP00000355632" "Q10471" "GALNT2" "2590" "polypeptide N-acetylgalactosaminyltransferase 2" "GalNAc-T2" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000143653" "ENST00000366510" "ENSP00000355467" "Q8NBX0" "SCCPDH" "51097" "saccharopine dehydrogenase (putative)" "CGI-49;NET11" "" "" -"ENSG00000143727" "ENST00000484125;ENST00000272067;ENST00000272065;ENST00000413140;ENST00000407983;ENST00000442386;ENST00000439645;ENST00000405364;ENST00000405233;ENST00000480874;ENST00000453390;ENST00000484464;ENST00000463831" "ENSP00000272067;ENSP00000272065;ENSP00000410331;ENSP00000385404;ENSP00000389681;ENSP00000408596;ENSP00000384184;ENSP00000384307;ENSP00000411121" "P24666" "ACP1" "52" "acid phosphatase 1" "HAAP;LMW-PTP;LMWPTP" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143753" "ENST00000415210;ENST00000323699;ENST00000391877;ENST00000465848;ENST00000498813" "ENSP00000400545;ENSP00000316476;ENSP00000375749" "O15121" "DEGS1" "8560" "delta 4-desaturase, sphingolipid 1" "DEGS-1;Des-1;DES1;FADS7;MLD" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000143772" "ENST00000272117;ENST00000429204;ENST00000366784" "ENSP00000272117;ENSP00000411152;ENSP00000355748" "P27987" "ITPKB" "3707" "inositol-trisphosphate 3-kinase B" "IP3-3KB;IP3KB" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143774" "ENST00000366730;ENST00000462807;ENST00000391865;ENST00000493209;ENST00000485838;ENST00000469973;ENST00000485083;ENST00000366726;ENST00000312726;ENST00000492871;ENST00000366728;ENST00000453943;ENST00000366723;ENST00000493138;ENST00000366722;ENST00000498092;ENST00000435153;ENST00000366721;ENST00000491613;ENST00000485733;ENST00000460224;ENST00000484953;ENST00000472939;ENST00000412265;ENST00000366718;ENST00000470040;ENST00000366716;ENST00000485859;ENST00000485168;ENST00000478725;ENST00000495999;ENST00000486668;ENST00000464858;ENST00000481341;ENST00000498115;ENST00000465025;ENST00000477206;ENST00000471270;ENST00000480056" "ENSP00000355691;ENSP00000375738;ENSP00000355687;ENSP00000317659;ENSP00000355689;ENSP00000401832;ENSP00000355684;ENSP00000355683;ENSP00000403664;ENSP00000355682;ENSP00000407604;ENSP00000355679;ENSP00000355677" "Q16774" "GUK1" "2987" "guanylate kinase 1" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143727" "ENST00000484125;ENST00000272067;ENST00000272065;ENST00000413140;ENST00000407983;ENST00000442386;ENST00000439645;ENST00000405364;ENST00000405233;ENST00000480874;ENST00000453390;ENST00000484464;ENST00000463831" "ENSP00000272067;ENSP00000272065;ENSP00000410331;ENSP00000385404;ENSP00000389681;ENSP00000408596;ENSP00000384184;ENSP00000384307;ENSP00000411121" "P24666" "ACP1" "52" "acid phosphatase 1" "HAAP;LMW-PTP;LMWPTP" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143753" "ENST00000415210;ENST00000323699;ENST00000391877;ENST00000465848;ENST00000498813" "ENSP00000400545;ENSP00000316476;ENSP00000375749" "O15121" "DEGS1" "8560" "delta 4-desaturase, sphingolipid 1" "DEGS-1;Des-1;DES1;FADS7;MLD" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000143772" "ENST00000272117;ENST00000429204;ENST00000366784" "ENSP00000272117;ENSP00000411152;ENSP00000355748" "P27987" "ITPKB" "3707" "inositol-trisphosphate 3-kinase B" "IP3-3KB;IP3KB" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143774" "ENST00000366730;ENST00000462807;ENST00000391865;ENST00000493209;ENST00000485838;ENST00000469973;ENST00000485083;ENST00000366726;ENST00000312726;ENST00000492871;ENST00000366728;ENST00000453943;ENST00000366723;ENST00000493138;ENST00000366722;ENST00000498092;ENST00000435153;ENST00000366721;ENST00000491613;ENST00000485733;ENST00000460224;ENST00000484953;ENST00000472939;ENST00000412265;ENST00000366718;ENST00000470040;ENST00000366716;ENST00000485859;ENST00000485168;ENST00000478725;ENST00000495999;ENST00000486668;ENST00000464858;ENST00000481341;ENST00000498115;ENST00000465025;ENST00000477206;ENST00000471270;ENST00000480056" "ENSP00000355691;ENSP00000375738;ENSP00000355687;ENSP00000317659;ENSP00000355689;ENSP00000401832;ENSP00000355684;ENSP00000355683;ENSP00000403664;ENSP00000355682;ENSP00000407604;ENSP00000355679;ENSP00000355677" "Q16774" "GUK1" "2987" "guanylate kinase 1" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143797" "ENST00000305997;ENST00000471753;ENST00000486315;ENST00000473432;ENST00000486484;ENST00000494760;ENST00000477073;ENST00000474341;ENST00000462696;ENST00000460786" "ENSP00000302177;ENSP00000419573;ENSP00000420114;ENSP00000417409" "Q6ZWT7" "MBOAT2" "129642" "membrane bound O-acyltransferase domain containing 2" "FLJ14415;FLJ90298;OACT2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000143799" "ENST00000677189;ENST00000677985;ENST00000678288;ENST00000678226;ENST00000676481;ENST00000366794;ENST00000678560;ENST00000677884;ENST00000677203;ENST00000676565;ENST00000678144;ENST00000677091;ENST00000678781;ENST00000676685;ENST00000679276;ENST00000498787;ENST00000676709;ENST00000490921;ENST00000463968;ENST00000491816;ENST00000468608;ENST00000677374;ENST00000677815;ENST00000469663;ENST00000366792;ENST00000366790" "ENSP00000355759;ENSP00000503293;ENSP00000503396;ENSP00000504430;ENSP00000504745" "P09874" "PARP1" "142" "poly(ADP-ribose) polymerase 1" "ADPRT;ARTD1;PARP;PPOL" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143811" "ENST00000612651;ENST00000612039;ENST00000343818;ENST00000478402;ENST00000466127;ENST00000446534;ENST00000489681;ENST00000472798;ENST00000467298" "ENSP00000482845;ENSP00000478165;ENSP00000342502;ENSP00000482614;ENSP00000480779" "Q96C36" "PYCR2" "29920" "pyrroline-5-carboxylate reductase 2" "P5CR2" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000143815" "ENST00000272163;ENST00000338179;ENST00000651341;ENST00000441022;ENST00000424022;ENST00000487054;ENST00000425080;ENST00000488632;ENST00000421383" "ENSP00000272163;ENSP00000339883;ENSP00000499114;ENSP00000388059;ENSP00000416554" "Q14739" "LBR" "3930" "lamin B receptor" "DHCR14B;TDRD18" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143799" "ENST00000677189;ENST00000677985;ENST00000678288;ENST00000678226;ENST00000676481;ENST00000366794;ENST00000678560;ENST00000677884;ENST00000677203;ENST00000676565;ENST00000678144;ENST00000677091;ENST00000678781;ENST00000676685;ENST00000679276;ENST00000498787;ENST00000676709;ENST00000490921;ENST00000463968;ENST00000491816;ENST00000468608;ENST00000677374;ENST00000677815;ENST00000469663;ENST00000366792;ENST00000366790" "ENSP00000355759;ENSP00000503293;ENSP00000503396;ENSP00000504430;ENSP00000504745" "P09874" "PARP1" "142" "poly(ADP-ribose) polymerase 1" "ADPRT;ARTD1;PARP;PPOL" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143811" "ENST00000612651;ENST00000612039;ENST00000343818;ENST00000478402;ENST00000466127;ENST00000446534;ENST00000489681;ENST00000472798;ENST00000467298" "ENSP00000482845;ENSP00000478165;ENSP00000342502;ENSP00000482614;ENSP00000480779" "Q96C36" "PYCR2" "29920" "pyrroline-5-carboxylate reductase 2" "P5CR2" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000143815" "ENST00000272163;ENST00000338179;ENST00000651341;ENST00000441022;ENST00000424022;ENST00000487054;ENST00000425080;ENST00000488632;ENST00000421383" "ENSP00000272163;ENSP00000339883;ENSP00000499114;ENSP00000388059;ENSP00000416554" "Q14739" "LBR" "3930" "lamin B receptor" "DHCR14B;TDRD18" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143819" "ENST00000272167;ENST00000448202;ENST00000614058;ENST00000366837;ENST00000467015" "ENSP00000272167;ENSP00000408469;ENSP00000480004;ENSP00000355802" "P07099" "EPHX1" "2052" "epoxide hydrolase 1" "EPHX" "Endoplasmic reticulum" "SwissProt" "ENSG00000143845" "ENST00000367201;ENST00000367202;ENST00000367197;ENST00000422072;ENST00000472340;ENST00000492392;ENST00000422699;ENST00000452983;ENST00000444817;ENST00000477125;ENST00000429525" "ENSP00000356169;ENSP00000356170;ENSP00000356165;ENSP00000410580;ENSP00000405497;ENSP00000398091;ENSP00000406241;ENSP00000394618" "Q9NVF9" "ETNK2" "55224" "ethanolamine kinase 2" "EKI2;FLJ10761" "" "" -"ENSG00000143870" "ENST00000272227;ENST00000404371;ENST00000404824;ENST00000489662;ENST00000458536;ENST00000617249;ENST00000540494;ENST00000381611" "ENSP00000272227;ENSP00000385385;ENSP00000384459;ENSP00000389558;ENSP00000481892;ENSP00000438778;ENSP00000371024" "Q15084" "PDIA6" "10130" "protein disulfide isomerase family A member 6" "ERp5;P5;TXNDC7" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143870" "ENST00000272227;ENST00000404371;ENST00000404824;ENST00000489662;ENST00000458536;ENST00000617249;ENST00000540494;ENST00000381611" "ENSP00000272227;ENSP00000385385;ENSP00000384459;ENSP00000389558;ENSP00000481892;ENSP00000438778;ENSP00000371024" "Q15084" "PDIA6" "10130" "protein disulfide isomerase family A member 6" "ERp5;P5;TXNDC7" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000143882" "ENST00000648362;ENST00000272238;ENST00000381661;ENST00000635370;ENST00000480289" "ENSP00000497038;ENSP00000272238;ENSP00000371077;ENSP00000489280" "Q8NEY4" "ATP6V1C2" "245973" "ATPase H+ transporting V1 subunit C2" "ATP6C2;VMA5" "Mitochondria" "CellAtlas" -"ENSG00000143891" "ENST00000272252;ENST00000427858;ENST00000410063;ENST00000444351;ENST00000434934" "ENSP00000272252;ENSP00000386233;ENSP00000409083;ENSP00000399473" "Q96C23" "GALM" "130589" "galactose mutarotase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000143891" "ENST00000272252;ENST00000427858;ENST00000410063;ENST00000444351;ENST00000434934" "ENSP00000272252;ENSP00000386233;ENSP00000409083;ENSP00000399473" "Q96C23" "GALM" "130589" "galactose mutarotase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000143921" "ENST00000644611;ENST00000643284;ENST00000272286" "ENSP00000495423;ENSP00000272286" "Q9H221" "ABCG8" "64241" "ATP binding cassette subfamily G member 8" "GBD4" "" "" "ENSG00000143933" "ENST00000272298;ENST00000460218;ENST00000652974;ENST00000655450;ENST00000432899;ENST00000456319;ENST00000670593;ENST00000668667;ENST00000656538;ENST00000655728;ENST00000482532;ENST00000409563;ENST00000484408;ENST00000489742;ENST00000628793" "ENSP00000272298;ENSP00000499369;ENSP00000499266;ENSP00000406112;ENSP00000411440;ENSP00000499706;ENSP00000499357;ENSP00000499656;ENSP00000387065;ENSP00000499468;ENSP00000499354;ENSP00000486952" "P0DP24" "CALM2" "805" "calmodulin 2" "CAMII;PHKD" "Cytosol" "SwissProt" -"ENSG00000144035" "ENST00000272425" "ENSP00000272425" "Q9UHE5" "NAT8" "9027" "N-acetyltransferase 8 (putative)" "ATase2;GLA;Hcml1;TSC501" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000144048" "ENST00000272444;ENST00000480948;ENST00000477458;ENST00000443070;ENST00000452812" "ENSP00000272444;ENSP00000413444;ENSP00000394535" "O75319" "DUSP11" "8446" "dual specificity phosphatase 11" "PIR1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000144057" "ENST00000361686;ENST00000409382;ENST00000361803;ENST00000409087;ENST00000419159" "ENSP00000355273;ENSP00000386942;ENSP00000355386;ENSP00000387332;ENSP00000395581" "Q96JF0" "ST6GAL2" "84620" "ST6 beta-galactoside alpha-2,6-sialyltransferase 2" "KIAA1877;SIAT2;St6GalII" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000144035" "ENST00000272425" "ENSP00000272425" "Q9UHE5" "NAT8" "9027" "N-acetyltransferase 8 (putative)" "ATase2;GLA;Hcml1;TSC501" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000144048" "ENST00000272444;ENST00000480948;ENST00000477458;ENST00000443070;ENST00000452812" "ENSP00000272444;ENSP00000413444;ENSP00000394535" "O75319" "DUSP11" "8446" "dual specificity phosphatase 11" "PIR1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000144057" "ENST00000361686;ENST00000409382;ENST00000361803;ENST00000409087;ENST00000419159" "ENSP00000355273;ENSP00000386942;ENSP00000355386;ENSP00000387332;ENSP00000395581" "Q96JF0" "ST6GAL2" "84620" "ST6 beta-galactoside alpha-2,6-sialyltransferase 2" "KIAA1877;SIAT2;St6GalII" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000144136" "ENST00000272542;ENST00000423633;ENST00000498224;ENST00000433924;ENST00000456264;ENST00000413135;ENST00000480984;ENST00000492076;ENST00000490674" "ENSP00000272542;ENSP00000392050;ENSP00000390021;ENSP00000403763;ENSP00000413393" "Q8WUM9" "SLC20A1" "6574" "solute carrier family 20 member 1" "Glvr-1;GLVR1;PiT-1" "Golgi apparatus" "CellAtlas" "ENSG00000144182" "ENST00000393471;ENST00000393473;ENST00000651691;ENST00000449211;ENST00000434566;ENST00000480170;ENST00000415142;ENST00000436234" "ENSP00000377114;ENSP00000377115;ENSP00000498546;ENSP00000387387;ENSP00000393591;ENSP00000398168;ENSP00000406314" "Q9Y234" "LIPT1" "51601" "lipoyltransferase 1" "MGC12290;MGC13378" "" "" -"ENSG00000144231" "ENST00000272645;ENST00000409955;ENST00000487079;ENST00000409698" "ENSP00000272645;ENSP00000387323;ENSP00000387117" "O15514" "POLR2D" "5433" "RNA polymerase II subunit D" "RPB4" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000144231" "ENST00000272645;ENST00000409955;ENST00000487079;ENST00000409698" "ENSP00000272645;ENSP00000387323;ENSP00000387117" "O15514" "POLR2D" "5433" "RNA polymerase II subunit D" "RPB4" "Nucleus" "SwissProt;CellAtlas" "ENSG00000144278" "ENST00000392825;ENST00000434213;ENST00000409237;ENST00000431076;ENST00000487047;ENST00000450838;ENST00000422126;ENST00000453715;ENST00000489553;ENST00000494805" "ENSP00000376570;ENSP00000414403;ENSP00000387239;ENSP00000389447;ENSP00000406237;ENSP00000391469;ENSP00000396612" "Q8IUC8" "GALNT13" "114805" "polypeptide N-acetylgalactosaminyltransferase 13" "GalNAc-T13;KIAA1918" "Golgi apparatus" "SwissProt" "ENSG00000144290" "ENST00000482861;ENST00000605990;ENST00000606386;ENST00000415876;ENST00000493021;ENST00000461456;ENST00000272716;ENST00000446997;ENST00000481721;ENST00000446228;ENST00000421911;ENST00000375514" "ENSP00000395797;ENSP00000272716;ENSP00000393066;ENSP00000389180;ENSP00000404486;ENSP00000364664" "Q6U841" "SLC4A10" "57282" "solute carrier family 4 member 10" "NBCn2;NCBE" "" "" "ENSG00000144357" "ENST00000272793;ENST00000430321;ENST00000392632;ENST00000477461;ENST00000487689;ENST00000439681;ENST00000444475;ENST00000465630;ENST00000474426;ENST00000484596" "ENSP00000272793;ENSP00000415982;ENSP00000376409;ENSP00000389097;ENSP00000408436" "Q6ZT12" "UBR3" "130507" "ubiquitin protein ligase E3 component n-recognin 3" "DKFZp434P117;FLJ37422;KIAA2024;ZNF650" "Nucleus" "CellAtlas" "ENSG00000144362" "ENST00000616481;ENST00000616524;ENST00000617738;ENST00000359744;ENST00000438838;ENST00000438710;ENST00000449906;ENST00000476919" "ENSP00000481680;ENSP00000481046;ENSP00000481857;ENSP00000352782;ENSP00000393983;ENSP00000411844;ENSP00000416790" "Q8TCD6" "PHOSPHO2" "493911" "phosphatase, orphan 2" "MGC22679" "Nucleus" "CellAtlas" -"ENSG00000144401" "ENST00000432416;ENST00000458426;ENST00000425132;ENST00000477919;ENST00000448007;ENST00000272839;ENST00000448823;ENST00000406927;ENST00000426075;ENST00000442521;ENST00000461419;ENST00000471128;ENST00000411432" "ENSP00000416570;ENSP00000389684;ENSP00000400730;ENSP00000407622;ENSP00000272839;ENSP00000409485;ENSP00000385481;ENSP00000403317;ENSP00000392062;ENSP00000415115" "Q8WXB1" "METTL21A" "151194" "methyltransferase like 21A" "FAM119A;HCA557b;HSPA-KMT;LOC151194" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000144401" "ENST00000432416;ENST00000458426;ENST00000425132;ENST00000477919;ENST00000448007;ENST00000272839;ENST00000448823;ENST00000406927;ENST00000426075;ENST00000442521;ENST00000461419;ENST00000471128;ENST00000411432" "ENSP00000416570;ENSP00000389684;ENSP00000400730;ENSP00000407622;ENSP00000272839;ENSP00000409485;ENSP00000385481;ENSP00000403317;ENSP00000392062;ENSP00000415115" "Q8WXB1" "METTL21A" "151194" "methyltransferase like 21A" "FAM119A;HCA557b;HSPA-KMT;LOC151194" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000144583" "ENST00000273067" "ENSP00000273067" "Q9P2E8" "MARCHF4" "57574" "membrane associated ring-CH-type finger 4" "KIAA1399;MARCH-IV;MARCH4;RNF174" "" "" -"ENSG00000144591" "ENST00000684669;ENST00000683382;ENST00000682340;ENST00000684274;ENST00000683241;ENST00000684227;ENST00000683746;ENST00000683591;ENST00000684562;ENST00000682058;ENST00000682435;ENST00000683617;ENST00000684242;ENST00000635609;ENST00000683964;ENST00000684412;ENST00000373917;ENST00000682102;ENST00000455657;ENST00000682576;ENST00000684334;ENST00000683598;ENST00000683131;ENST00000683946;ENST00000435316;ENST00000313597;ENST00000684729;ENST00000683203;ENST00000683864;ENST00000682481;ENST00000358215;ENST00000480506;ENST00000443704;ENST00000373908;ENST00000622191;ENST00000683752;ENST00000341142;ENST00000682443;ENST00000683691;ENST00000683402;ENST00000683386;ENST00000683626;ENST00000684706;ENST00000481170;ENST00000682488;ENST00000496536;ENST00000683106;ENST00000480034" "ENSP00000507011;ENSP00000507190;ENSP00000508406;ENSP00000507378;ENSP00000363027;ENSP00000508279;ENSP00000392465;ENSP00000508370;ENSP00000508168;ENSP00000507530;ENSP00000506941;ENSP00000411060;ENSP00000315925;ENSP00000507441;ENSP00000507147;ENSP00000507331;ENSP00000350949;ENSP00000396750;ENSP00000363016;ENSP00000478700;ENSP00000507197;ENSP00000340760;ENSP00000508392;ENSP00000507137;ENSP00000507844;ENSP00000507216;ENSP00000507140;ENSP00000489451" "Q96IJ6" "GMPPA" "29926" "GDP-mannose pyrophosphorylase A" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000144591" "ENST00000684669;ENST00000683382;ENST00000682340;ENST00000684274;ENST00000683241;ENST00000684227;ENST00000683746;ENST00000683591;ENST00000684562;ENST00000682058;ENST00000682435;ENST00000683617;ENST00000684242;ENST00000635609;ENST00000683964;ENST00000684412;ENST00000373917;ENST00000682102;ENST00000455657;ENST00000682576;ENST00000684334;ENST00000683598;ENST00000683131;ENST00000683946;ENST00000435316;ENST00000313597;ENST00000684729;ENST00000683203;ENST00000683864;ENST00000682481;ENST00000358215;ENST00000480506;ENST00000443704;ENST00000373908;ENST00000622191;ENST00000683752;ENST00000341142;ENST00000682443;ENST00000683691;ENST00000683402;ENST00000683386;ENST00000683626;ENST00000684706;ENST00000481170;ENST00000682488;ENST00000496536;ENST00000683106;ENST00000480034" "ENSP00000507011;ENSP00000507190;ENSP00000508406;ENSP00000507378;ENSP00000363027;ENSP00000508279;ENSP00000392465;ENSP00000508370;ENSP00000508168;ENSP00000507530;ENSP00000506941;ENSP00000411060;ENSP00000315925;ENSP00000507441;ENSP00000507147;ENSP00000507331;ENSP00000350949;ENSP00000396750;ENSP00000363016;ENSP00000478700;ENSP00000507197;ENSP00000340760;ENSP00000508392;ENSP00000507137;ENSP00000507844;ENSP00000507216;ENSP00000507140;ENSP00000489451" "Q96IJ6" "GMPPA" "29926" "GDP-mannose pyrophosphorylase A" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000144659" "ENST00000650617;ENST00000431510;ENST00000645630;ENST00000648579;ENST00000642683;ENST00000645280;ENST00000643672;ENST00000642978;ENST00000642442" "ENSP00000497532;ENSP00000394244;ENSP00000493714;ENSP00000497638;ENSP00000495376;ENSP00000496690;ENSP00000494532;ENSP00000494342" "Q96DW6" "SLC25A38" "54977" "solute carrier family 25 member 38" "FLJ20551" "Inner mitochondria" "SwissProt" -"ENSG00000144741" "ENST00000676754;ENST00000354883;ENST00000336733;ENST00000464350;ENST00000413054;ENST00000483224;ENST00000484768" "ENSP00000504323;ENSP00000346955;ENSP00000336801;ENSP00000432574;ENSP00000415304;ENSP00000437217" "Q70HW3" "SLC25A26" "115286" "solute carrier family 25 member 26" "" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000144741" "ENST00000676754;ENST00000354883;ENST00000336733;ENST00000464350;ENST00000413054;ENST00000483224;ENST00000484768" "ENSP00000504323;ENSP00000346955;ENSP00000336801;ENSP00000432574;ENSP00000415304;ENSP00000437217" "Q70HW3" "SLC25A26" "115286" "solute carrier family 25 member 26" "" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000144744" "ENST00000415609;ENST00000361055;ENST00000349511;ENST00000461934;ENST00000465627;ENST00000461522;ENST00000465108;ENST00000493957;ENST00000466763;ENST00000485424;ENST00000464605;ENST00000630585;ENST00000631029" "ENSP00000400294;ENSP00000354340;ENSP00000340041;ENSP00000417547;ENSP00000419077;ENSP00000486985;ENSP00000486366" "Q8TBC4" "UBA3" "9039" "ubiquitin like modifier activating enzyme 3" "hUba3;NAE2;UBE1C" "Cytosol;Nucleus" "CellAtlas" "ENSG00000144843" "ENST00000478399;ENST00000481816;ENST00000471850;ENST00000485496;ENST00000478927;ENST00000357003;ENST00000465513" "ENSP00000420200;ENSP00000419703;ENSP00000417528;ENSP00000349496;ENSP00000417430" "P54922" "ADPRH" "141" "ADP-ribosylarginine hydrolase" "ARH1" "Nucleus" "CellAtlas" -"ENSG00000144908" "ENST00000273450;ENST00000472186;ENST00000467370;ENST00000452905;ENST00000393434;ENST00000462808;ENST00000476245;ENST00000473607;ENST00000413612;ENST00000484724;ENST00000493803;ENST00000490367;ENST00000460368;ENST00000488356;ENST00000509952;ENST00000511283;ENST00000393431;ENST00000455064" "ENSP00000273450;ENSP00000420293;ENSP00000395881;ENSP00000377083;ENSP00000419448;ENSP00000418905;ENSP00000418711;ENSP00000419826;ENSP00000419955;ENSP00000426594;ENSP00000426713;ENSP00000377081;ENSP00000414126" "O75891" "ALDH1L1" "10840" "aldehyde dehydrogenase 1 family member L1" "10-fTHF;FDH;FTHFD" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000145020" "ENST00000636199;ENST00000465925;ENST00000273588;ENST00000395338;ENST00000458307;ENST00000538581;ENST00000637682;ENST00000636725;ENST00000636594;ENST00000637455;ENST00000636871;ENST00000476226;ENST00000637684;ENST00000636991;ENST00000635936;ENST00000637268;ENST00000637457;ENST00000636587;ENST00000636597;ENST00000636188;ENST00000635772;ENST00000478594;ENST00000638092;ENST00000637291;ENST00000637994;ENST00000473163;ENST00000636070;ENST00000636023;ENST00000476127;ENST00000636865;ENST00000635798;ENST00000637982;ENST00000635808;ENST00000427987;ENST00000637114;ENST00000637527;ENST00000637059;ENST00000638063;ENST00000636803;ENST00000636148;ENST00000493046;ENST00000637914;ENST00000635889;ENST00000636522;ENST00000636978;ENST00000637821;ENST00000635907;ENST00000399379;ENST00000495436;ENST00000487589;ENST00000480957;ENST00000491800;ENST00000476828;ENST00000430521;ENST00000461210;ENST00000462048;ENST00000498571" "ENSP00000490871;ENSP00000273588;ENSP00000378747;ENSP00000415619;ENSP00000443200;ENSP00000489856;ENSP00000489628;ENSP00000490251;ENSP00000490324;ENSP00000490160;ENSP00000489969;ENSP00000490601;ENSP00000489620;ENSP00000403821;ENSP00000490153;ENSP00000489760;ENSP00000489758;ENSP00000490482;ENSP00000399943;ENSP00000388068;ENSP00000490465" "P48728" "AMT" "275" "aminomethyltransferase" "GCST;NKH" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000144908" "ENST00000273450;ENST00000472186;ENST00000467370;ENST00000452905;ENST00000393434;ENST00000462808;ENST00000476245;ENST00000473607;ENST00000413612;ENST00000484724;ENST00000493803;ENST00000490367;ENST00000460368;ENST00000488356;ENST00000509952;ENST00000511283;ENST00000393431;ENST00000455064" "ENSP00000273450;ENSP00000420293;ENSP00000395881;ENSP00000377083;ENSP00000419448;ENSP00000418905;ENSP00000418711;ENSP00000419826;ENSP00000419955;ENSP00000426594;ENSP00000426713;ENSP00000377081;ENSP00000414126" "O75891" "ALDH1L1" "10840" "aldehyde dehydrogenase 1 family member L1" "10-fTHF;FDH;FTHFD" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000145020" "ENST00000636199;ENST00000465925;ENST00000273588;ENST00000395338;ENST00000458307;ENST00000538581;ENST00000637682;ENST00000636725;ENST00000636594;ENST00000637455;ENST00000636871;ENST00000476226;ENST00000637684;ENST00000636991;ENST00000635936;ENST00000637268;ENST00000637457;ENST00000636587;ENST00000636597;ENST00000636188;ENST00000635772;ENST00000478594;ENST00000638092;ENST00000637291;ENST00000637994;ENST00000473163;ENST00000636070;ENST00000636023;ENST00000476127;ENST00000636865;ENST00000635798;ENST00000637982;ENST00000635808;ENST00000427987;ENST00000637114;ENST00000637527;ENST00000637059;ENST00000638063;ENST00000636803;ENST00000636148;ENST00000493046;ENST00000637914;ENST00000635889;ENST00000636522;ENST00000636978;ENST00000637821;ENST00000635907;ENST00000399379;ENST00000495436;ENST00000487589;ENST00000480957;ENST00000491800;ENST00000476828;ENST00000430521;ENST00000461210;ENST00000462048;ENST00000498571" "ENSP00000490871;ENSP00000273588;ENSP00000378747;ENSP00000415619;ENSP00000443200;ENSP00000489856;ENSP00000489628;ENSP00000490251;ENSP00000490324;ENSP00000490160;ENSP00000489969;ENSP00000490601;ENSP00000489620;ENSP00000403821;ENSP00000490153;ENSP00000489760;ENSP00000489758;ENSP00000490482;ENSP00000399943;ENSP00000388068;ENSP00000490465" "P48728" "AMT" "275" "aminomethyltransferase" "GCST;NKH" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000145194" "ENST00000359140;ENST00000404464;ENST00000488401;ENST00000357474;ENST00000422932;ENST00000474750;ENST00000430587;ENST00000490579;ENST00000462596" "ENSP00000352052;ENSP00000385846;ENSP00000350066;ENSP00000392467;ENSP00000398444" "P0DPD6" "ECE2" "9718" "endothelin converting enzyme 2" "KIAA0604;MGC2408" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000145214" "ENST00000273814;ENST00000509465;ENST00000515182;ENST00000502309;ENST00000510286" "ENSP00000273814;ENSP00000425862;ENSP00000421756;ENSP00000427268" "P52824" "DGKQ" "1609" "diacylglycerol kinase theta" "DAGK;DAGK4;DAGK7" "Cytosol;Nucleus" "SwissProt" "ENSG00000145217" "ENST00000398520;ENST00000361661;ENST00000398516;ENST00000513138;ENST00000622731" "ENSP00000381532;ENSP00000354721;ENSP00000381528;ENSP00000483506" "Q9H2B4" "SLC26A1" "10861" "solute carrier family 26 member 1" "EDM4;SAT-1" "" "" "ENSG00000145283" "ENST00000273905;ENST00000505535" "ENSP00000273905" "Q3KNW5" "SLC10A6" "345274" "solute carrier family 10 member 6" "SOAT" "" "" "ENSG00000145284" "ENST00000319540;ENST00000273908" "ENSP00000316329;ENSP00000273908" "Q86SK9" "SCD5" "79966" "stearoyl-CoA desaturase 5" "ACOD4;FADS4;FLJ21032;HSCD5;SCD4" "Endoplasmic reticulum" "SwissProt" -"ENSG00000145293" "ENST00000273920;ENST00000509635;ENST00000505846;ENST00000610545" "ENSP00000273920;ENSP00000422005;ENSP00000427209;ENSP00000483615" "Q9UHY7" "ENOPH1" "58478" "enolase-phosphatase 1" "E1;MASA;mtnC" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000145293" "ENST00000273920;ENST00000509635;ENST00000505846;ENST00000610545" "ENSP00000273920;ENSP00000422005;ENSP00000427209;ENSP00000483615" "Q9UHY7" "ENOPH1" "58478" "enolase-phosphatase 1" "E1;MASA;mtnC" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000145321" "ENST00000273951;ENST00000504199;ENST00000503364;ENST00000513476;ENST00000509740;ENST00000503472;ENST00000505234;ENST00000506245" "ENSP00000273951;ENSP00000421725;ENSP00000426683;ENSP00000422664;ENSP00000426718" "P02774" "GC" "2638" "GC vitamin D binding protein" "DBP;hDBP;VDBP" "" "" -"ENSG00000145331" "ENST00000394877;ENST00000394876;ENST00000273962;ENST00000455368;ENST00000514547;ENST00000515831;ENST00000507394" "ENSP00000378343;ENSP00000378342;ENSP00000273962;ENSP00000397551;ENSP00000423628" "Q8TBZ6" "TRMT10A" "93587" "tRNA methyltransferase 10A" "MGC27034;RG9MTD2;TRM10" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000145331" "ENST00000394877;ENST00000394876;ENST00000273962;ENST00000455368;ENST00000514547;ENST00000515831;ENST00000507394" "ENSP00000378343;ENSP00000378342;ENSP00000273962;ENSP00000397551;ENSP00000423628" "Q8TBZ6" "TRMT10A" "93587" "tRNA methyltransferase 10A" "MGC27034;RG9MTD2;TRM10" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000145337" "ENST00000273968" "ENSP00000273968" "Q96I23" "PYURF" "100996939" "PIGY upstream reading frame" "PreY" "Nucleus" "CellAtlas" -"ENSG00000145384" "ENST00000274024" "ENSP00000274024" "P12104" "FABP2" "2169" "fatty acid binding protein 2" "I-FABP" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000145388" "ENST00000388822;ENST00000626212;ENST00000628452;ENST00000508801;ENST00000502564;ENST00000506780" "ENSP00000373474;ENSP00000486381;ENSP00000486933;ENSP00000425460;ENSP00000424111" "Q9HCE5" "METTL14" "57721" "methyltransferase like 14" "KIAA1627" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000145391" "ENST00000506866;ENST00000515101;ENST00000274031;ENST00000404104;ENST00000406354;ENST00000608795;ENST00000608958" "ENSP00000427300;ENSP00000274031;ENSP00000385913;ENSP00000476712;ENSP00000476302" "Q8WTS6" "SETD7" "80854" "SET domain containing 7, histone lysine methyltransferase" "KIAA1717;KMT7;SET7;SET7/9;Set9" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000145416" "ENST00000503008;ENST00000514618;ENST00000339875;ENST00000510786;ENST00000512214;ENST00000505517;ENST00000507270;ENST00000511245;ENST00000510696;ENST00000503104;ENST00000508725;ENST00000505391;ENST00000515471;ENST00000510075;ENST00000274056" "ENSP00000427223;ENSP00000421322;ENSP00000345676;ENSP00000424089;ENSP00000426731;ENSP00000274056" "Q8TCQ1" "MARCHF1" "55016" "membrane associated ring-CH-type finger 1" "FLJ20668;MARCH-I;MARCH1;RNF171" "Golgi apparatus;Endoplasmic reticulum;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000145384" "ENST00000274024" "ENSP00000274024" "P12104" "FABP2" "2169" "fatty acid binding protein 2" "I-FABP" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000145388" "ENST00000388822;ENST00000626212;ENST00000628452;ENST00000508801;ENST00000502564;ENST00000506780" "ENSP00000373474;ENSP00000486381;ENSP00000486933;ENSP00000425460;ENSP00000424111" "Q9HCE5" "METTL14" "57721" "methyltransferase like 14" "KIAA1627" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000145391" "ENST00000506866;ENST00000515101;ENST00000274031;ENST00000404104;ENST00000406354;ENST00000608795;ENST00000608958" "ENSP00000427300;ENSP00000274031;ENSP00000385913;ENSP00000476712;ENSP00000476302" "Q8WTS6" "SETD7" "80854" "SET domain containing 7, histone lysine methyltransferase" "KIAA1717;KMT7;SET7;SET7/9;Set9" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000145416" "ENST00000503008;ENST00000514618;ENST00000339875;ENST00000510786;ENST00000512214;ENST00000505517;ENST00000507270;ENST00000511245;ENST00000510696;ENST00000503104;ENST00000508725;ENST00000505391;ENST00000515471;ENST00000510075;ENST00000274056" "ENSP00000427223;ENSP00000421322;ENSP00000345676;ENSP00000424089;ENSP00000426731;ENSP00000274056" "Q8TCQ1" "MARCHF1" "55016" "membrane associated ring-CH-type finger 1" "FLJ20668;MARCH-I;MARCH1;RNF171" "Golgi apparatus;Endoplasmic reticulum;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000145439" "ENST00000510042;ENST00000509108;ENST00000306193;ENST00000504480;ENST00000504561;ENST00000506808;ENST00000507752" "ENSP00000424717;ENSP00000303525;ENSP00000427615;ENSP00000423128;ENSP00000421254;ENSP00000425671" "Q8N4T8" "CBR4" "84869" "carbonyl reductase 4" "FLJ14431;SDR45C1" "Mitochondria" "SwissProt" -"ENSG00000145476" "ENST00000378802;ENST00000507209;ENST00000513354;ENST00000502665" "ENSP00000368079" "Q6ZWL3" "CYP4V2" "285440" "cytochrome P450 family 4 subfamily V member 2" "CYP4AH1" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000145476" "ENST00000378802;ENST00000507209;ENST00000513354;ENST00000502665" "ENSP00000368079" "Q6ZWL3" "CYP4V2" "285440" "cytochrome P450 family 4 subfamily V member 2" "CYP4AH1" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000145494" "ENST00000274137;ENST00000469176;ENST00000510329" "ENSP00000274137;ENSP00000422557" "O75380" "NDUFS6" "4726" "NADH:ubiquinone oxidoreductase subunit S6" "CI-13kA" "Inner mitochondria" "SwissProt" -"ENSG00000145495" "ENST00000449913;ENST00000502795;ENST00000511802;ENST00000503788;ENST00000274140;ENST00000510872;ENST00000507863;ENST00000506131;ENST00000514961;ENST00000510792;ENST00000512449;ENST00000505253;ENST00000514312;ENST00000606497;ENST00000640713" "ENSP00000414643;ENSP00000426000;ENSP00000425930;ENSP00000274140;ENSP00000424512;ENSP00000491579" "O60337" "MARCHF6" "10299" "membrane associated ring-CH-type finger 6" "MARCH-VI;MARCH6;RNF176;TEB4" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000145495" "ENST00000449913;ENST00000502795;ENST00000511802;ENST00000503788;ENST00000274140;ENST00000510872;ENST00000507863;ENST00000506131;ENST00000514961;ENST00000510792;ENST00000512449;ENST00000505253;ENST00000514312;ENST00000606497;ENST00000640713" "ENSP00000414643;ENSP00000426000;ENSP00000425930;ENSP00000274140;ENSP00000424512;ENSP00000491579" "O60337" "MARCHF6" "10299" "membrane associated ring-CH-type finger 6" "MARCH-VI;MARCH6;RNF176;TEB4" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000145545" "ENST00000510531;ENST00000513117;ENST00000274192;ENST00000504286" "ENSP00000425330;ENSP00000421342;ENSP00000274192" "P18405" "SRD5A1" "6715" "steroid 5 alpha-reductase 1" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000145626" "ENST00000274278;ENST00000515801;ENST00000503189;ENST00000507113;ENST00000513233;ENST00000625798;ENST00000333811" "ENSP00000274278;ENSP00000427630;ENSP00000427079;ENSP00000426100;ENSP00000487376;ENSP00000328033" "Q6NUS8" "UGT3A1" "133688" "UDP glycosyltransferase family 3 member A1" "FLJ34658" "Cytosol" "CellAtlas" "ENSG00000145675" "ENST00000521381;ENST00000521657;ENST00000517643;ENST00000517412;ENST00000520675;ENST00000523807;ENST00000522084;ENST00000320694;ENST00000521409;ENST00000336483;ENST00000518292;ENST00000517698;ENST00000518813;ENST00000519025;ENST00000523872;ENST00000520550" "ENSP00000428056;ENSP00000429277;ENSP00000428566;ENSP00000430126;ENSP00000429766;ENSP00000323512;ENSP00000431058;ENSP00000338554;ENSP00000430424;ENSP00000429156;ENSP00000430098" "P27986" "PIK3R1" "5295" "phosphoinositide-3-kinase regulatory subunit 1" "GRB1;p85;p85-ALPHA" "Cytosol" "CellAtlas" -"ENSG00000145692" "ENST00000274353;ENST00000520335;ENST00000520703;ENST00000524080;ENST00000523508;ENST00000521279" "ENSP00000274353;ENSP00000428240" "Q93088" "BHMT" "635" "betaine--homocysteine S-methyltransferase" "BHMT1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000145692" "ENST00000274353;ENST00000520335;ENST00000520703;ENST00000524080;ENST00000523508;ENST00000521279" "ENSP00000274353;ENSP00000428240" "Q93088" "BHMT" "635" "betaine--homocysteine S-methyltransferase" "BHMT1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000145725" "ENST00000515845;ENST00000321521;ENST00000507921;ENST00000504275;ENST00000358359;ENST00000613674;ENST00000502481;ENST00000507310;ENST00000509597;ENST00000508935;ENST00000511724;ENST00000613907;ENST00000511022;ENST00000510672;ENST00000504083;ENST00000414217;ENST00000627916" "ENSP00000421513;ENSP00000313070;ENSP00000422525;ENSP00000465165;ENSP00000351126;ENSP00000482907;ENSP00000467529;ENSP00000424535;ENSP00000424948;ENSP00000480381;ENSP00000467099;ENSP00000416016;ENSP00000486357" "O43314" "PPIP5K2" "23262" "diphosphoinositol pentakisphosphate kinase 2" "CFAP160;DFNB100;HISPPD1;KIAA0433;VIP2" "Cytosol" "SwissProt" -"ENSG00000145730" "ENST00000505654;ENST00000508060;ENST00000510208;ENST00000304400;ENST00000455264;ENST00000684529;ENST00000438793;ENST00000506127;ENST00000682024;ENST00000682882;ENST00000682972;ENST00000684379;ENST00000348126;ENST00000512073;ENST00000684043;ENST00000682407;ENST00000511839;ENST00000511477;ENST00000506006;ENST00000509832;ENST00000509523;ENST00000513648;ENST00000345721;ENST00000346918;ENST00000509636;ENST00000506260;ENST00000379799;ENST00000505372;ENST00000511429;ENST00000510006;ENST00000504691;ENST00000504456" "ENSP00000421569;ENSP00000508091;ENSP00000306100;ENSP00000403461;ENSP00000507038;ENSP00000396493;ENSP00000507752;ENSP00000507990;ENSP00000507172;ENSP00000507375;ENSP00000314638;ENSP00000420851;ENSP00000506915;ENSP00000506966;ENSP00000426448;ENSP00000421823;ENSP00000423611;ENSP00000423763;ENSP00000508378;ENSP00000302544;ENSP00000282992;ENSP00000369125;ENSP00000507524;ENSP00000424203;ENSP00000508313" "P19021" "PAM" "5066" "peptidylglycine alpha-amidating monooxygenase" "PAL;PHM" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000145730" "ENST00000505654;ENST00000508060;ENST00000510208;ENST00000304400;ENST00000455264;ENST00000684529;ENST00000438793;ENST00000506127;ENST00000682024;ENST00000682882;ENST00000682972;ENST00000684379;ENST00000348126;ENST00000512073;ENST00000684043;ENST00000682407;ENST00000511839;ENST00000511477;ENST00000506006;ENST00000509832;ENST00000509523;ENST00000513648;ENST00000345721;ENST00000346918;ENST00000509636;ENST00000506260;ENST00000379799;ENST00000505372;ENST00000511429;ENST00000510006;ENST00000504691;ENST00000504456" "ENSP00000421569;ENSP00000508091;ENSP00000306100;ENSP00000403461;ENSP00000507038;ENSP00000396493;ENSP00000507752;ENSP00000507990;ENSP00000507172;ENSP00000507375;ENSP00000314638;ENSP00000420851;ENSP00000506915;ENSP00000506966;ENSP00000426448;ENSP00000421823;ENSP00000423611;ENSP00000423763;ENSP00000508378;ENSP00000302544;ENSP00000282992;ENSP00000369125;ENSP00000507524;ENSP00000424203;ENSP00000508313" "P19021" "PAM" "5066" "peptidylglycine alpha-amidating monooxygenase" "PAL;PHM" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000145949" "ENST00000647417;ENST00000274643" "ENSP00000494309;ENSP00000274643" "Q86YV6" "MYLK4" "340156" "myosin light chain kinase family member 4" "SgK085" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000146039" "ENST00000439485;ENST00000377905;ENST00000397076" "ENSP00000391345;ENSP00000367137;ENSP00000380266" "Q9Y2C5" "SLC17A4" "10050" "solute carrier family 17 member 4" "KIAA2138" "" "" "ENSG00000146066" "ENST00000274787" "ENSP00000274787" "Q9BW72" "HIGD2A" "192286" "HIG1 hypoxia inducible domain family member 2A" "MGC2198;RCF1B" "Mitochondria;Cytosol" "CellAtlas" "ENSG00000146070" "ENST00000274793;ENST00000537365" "ENSP00000274793;ENSP00000445666" "Q13093" "PLA2G7" "7941" "phospholipase A2 group VII" "LDL-PLA2;PAFAH" "" "" "ENSG00000146072" "ENST00000296861" "ENSP00000296861" "O75509" "TNFRSF21" "27242" "TNF receptor superfamily member 21" "CD358;DR6" "Cytosol" "CellAtlas" -"ENSG00000146085" "ENST00000274813" "ENSP00000274813" "P22033" "MMUT" "4594" "methylmalonyl-CoA mutase" "MCM;MUT" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000146085" "ENST00000274813" "ENSP00000274813" "P22033" "MMUT" "4594" "methylmalonyl-CoA mutase" "MCM;MUT" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000146151" "ENST00000274901;ENST00000398661;ENST00000370852;ENST00000515546;ENST00000370850;ENST00000508459;ENST00000308161;ENST00000507223;ENST00000428842" "ENSP00000274901;ENSP00000381654;ENSP00000359889;ENSP00000426054;ENSP00000359887;ENSP00000424309;ENSP00000309737;ENSP00000412924" "Q8TB92" "HMGCLL1" "54511" "3-hydroxymethyl-3-methylglutaryl-CoA lyase like 1" "bA418P12.1;DKFZP434G1411" "Cytosol;Endoplasmic reticulum" "SwissProt" "ENSG00000146166" "ENST00000485906;ENST00000370657;ENST00000370658;ENST00000622415" "ENSP00000431246;ENSP00000359691;ENSP00000359692;ENSP00000479173" "Q5TDP6" "LGSN" "51557" "lengsin, lens protein with glutamine synthetase domain" "GLULD1;LGS" "Nucleus" "CellAtlas" "ENSG00000146233" "ENST00000275016;ENST00000489657;ENST00000476076;ENST00000480804;ENST00000619708" "ENSP00000275016;ENSP00000477769" "Q9NYL5" "CYP39A1" "51302" "cytochrome P450 family 39 subfamily A member 1" "" "Endoplasmic reticulum" "SwissProt" @@ -1679,62 +1679,62 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000146414" "ENST00000417762;ENST00000367505;ENST00000438092;ENST00000275233;ENST00000433355;ENST00000519632;ENST00000523276;ENST00000520752;ENST00000521977;ENST00000629427;ENST00000367503" "ENSP00000403790;ENSP00000356475;ENSP00000412797;ENSP00000275233;ENSP00000408019;ENSP00000430528;ENSP00000429548;ENSP00000486723;ENSP00000356473" "Q149N8" "SHPRH" "257218" "SNF2 histone linker PHD RING helicase" "bA545I5.2;FLJ90837;KIAA2023" "Cytosol;Nucleus" "CellAtlas" "ENSG00000146426" "ENST00000461783;ENST00000535064;ENST00000460692;ENST00000449545;ENST00000682666;ENST00000538270;ENST00000535231;ENST00000528535;ENST00000431620;ENST00000535583;ENST00000360366;ENST00000529824;ENST00000456877;ENST00000528391;ENST00000543712;ENST00000539296;ENST00000275246;ENST00000546145;ENST00000462408;ENST00000537845" "ENSP00000437188;ENSP00000507157;ENSP00000437435;ENSP00000443546;ENSP00000434901;ENSP00000442989;ENSP00000353528;ENSP00000433348;ENSP00000407183;ENSP00000435335;ENSP00000444897;ENSP00000275246;ENSP00000431269" "Q8IVF5" "TIAM2" "26230" "TIAM Rac1 associated GEF 2" "STEF" "Cytosol;Nucleus" "CellAtlas" "ENSG00000146477" "ENST00000275300" "ENSP00000275300" "O75751" "SLC22A3" "6581" "solute carrier family 22 member 3" "EMT;OCT3" "Cytosol" "CellAtlas" -"ENSG00000146587" "ENST00000353796;ENST00000396912;ENST00000476992" "ENSP00000275423;ENSP00000380120" "Q9NYW8" "RBAK" "57786" "RB associated KRAB zinc finger" "ZNF769" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000146587" "ENST00000353796;ENST00000396912;ENST00000476992" "ENSP00000275423;ENSP00000380120" "Q9NYW8" "RBAK" "57786" "RB associated KRAB zinc finger" "ZNF769" "Nucleus" "SwissProt;CellAtlas" "ENSG00000146648" "ENST00000344576;ENST00000275493;ENST00000455089;ENST00000342916;ENST00000454757;ENST00000420316;ENST00000459688;ENST00000463948;ENST00000450046;ENST00000485503" "ENSP00000345973;ENSP00000275493;ENSP00000415559;ENSP00000342376;ENSP00000395243;ENSP00000413843;ENSP00000413354" "P00533" "EGFR" "1956" "epidermal growth factor receptor" "ERBB;ERBB1" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt" -"ENSG00000146701" "ENST00000461263;ENST00000315758;ENST00000443006;ENST00000461665;ENST00000490105;ENST00000432020;ENST00000492663;ENST00000424167" "ENSP00000475583;ENSP00000327070;ENSP00000416929;ENSP00000408649" "P40926" "MDH2" "4191" "malate dehydrogenase 2" "" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000146733" "ENST00000437355;ENST00000275605;ENST00000395471;ENST00000459834;ENST00000421626;ENST00000427797;ENST00000419984;ENST00000421312;ENST00000424596;ENST00000413218;ENST00000416592;ENST00000472276" "ENSP00000401639;ENSP00000275605;ENSP00000378854;ENSP00000398653;ENSP00000403431;ENSP00000399660;ENSP00000390952;ENSP00000390452;ENSP00000404674;ENSP00000405538" "P78330" "PSPH" "5723" "phosphoserine phosphatase" "PSP" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000146834" "ENST00000497759;ENST00000414441;ENST00000479201;ENST00000310512" "ENSP00000400875;ENSP00000308546" "Q7L2J0" "MEPCE" "56257" "methylphosphate capping enzyme" "BCDIN3;FLJ20257" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000146701" "ENST00000461263;ENST00000315758;ENST00000443006;ENST00000461665;ENST00000490105;ENST00000432020;ENST00000492663;ENST00000424167" "ENSP00000475583;ENSP00000327070;ENSP00000416929;ENSP00000408649" "P40926" "MDH2" "4191" "malate dehydrogenase 2" "" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000146733" "ENST00000437355;ENST00000275605;ENST00000395471;ENST00000459834;ENST00000421626;ENST00000427797;ENST00000419984;ENST00000421312;ENST00000424596;ENST00000413218;ENST00000416592;ENST00000472276" "ENSP00000401639;ENSP00000275605;ENSP00000378854;ENSP00000398653;ENSP00000403431;ENSP00000399660;ENSP00000390952;ENSP00000390452;ENSP00000404674;ENSP00000405538" "P78330" "PSPH" "5723" "phosphoserine phosphatase" "PSP" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000146834" "ENST00000497759;ENST00000414441;ENST00000479201;ENST00000310512" "ENSP00000400875;ENSP00000308546" "Q7L2J0" "MEPCE" "56257" "methylphosphate capping enzyme" "BCDIN3;FLJ20257" "Nucleus" "SwissProt;CellAtlas" "ENSG00000147003" "ENST00000380342;ENST00000650271" "ENSP00000369699;ENSP00000497814" "Q9HBJ8" "CLTRN" "57393" "collectrin, amino acid transport regulator" "NX17;TMEM27" "Endoplasmic reticulum" "CellAtlas" "ENSG00000147100" "ENST00000587091;ENST00000636771;ENST00000590447" "ENSP00000465734;ENSP00000490445;ENSP00000466213" "P36021" "SLC16A2" "6567" "solute carrier family 16 member 2" "AHDS;DXS128;MCT7;MCT8;MRX22;XPCT" "" "" -"ENSG00000147119" "ENST00000276055" "ENSP00000276055" "Q9NS84" "CHST7" "56548" "carbohydrate sulfotransferase 7" "C6ST-2;C6ST2" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000147123" "ENST00000377811;ENST00000276062" "ENSP00000367042;ENSP00000276062" "Q9NX14" "NDUFB11" "54539" "NADH:ubiquinone oxidoreductase subunit B11" "ESSS;Np15;NP17.3" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000147155" "ENST00000276096;ENST00000498425;ENST00000495186;ENST00000446158;ENST00000414061;ENST00000466461" "ENSP00000417052;ENSP00000390031;ENSP00000405832" "Q15125" "EBP" "10682" "EBP cholestenol delta-isomerase" "CDPX2;CHO2;CPX;CPXD" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000147119" "ENST00000276055" "ENSP00000276055" "Q9NS84" "CHST7" "56548" "carbohydrate sulfotransferase 7" "C6ST-2;C6ST2" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000147123" "ENST00000377811;ENST00000276062" "ENSP00000367042;ENSP00000276062" "Q9NX14" "NDUFB11" "54539" "NADH:ubiquinone oxidoreductase subunit B11" "ESSS;Np15;NP17.3" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000147155" "ENST00000276096;ENST00000498425;ENST00000495186;ENST00000446158;ENST00000414061;ENST00000466461" "ENSP00000417052;ENSP00000390031;ENSP00000405832" "Q15125" "EBP" "10682" "EBP cholestenol delta-isomerase" "CDPX2;CHO2;CPX;CPXD" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000147160" "ENST00000276101;ENST00000440401;ENST00000443056" "ENSP00000421172;ENSP00000427523" "Q6E213" "AWAT2" "158835" "acyl-CoA wax alcohol acyltransferase 2" "DGAT2L4;MFAT" "Endoplasmic reticulum" "SwissProt" -"ENSG00000147162" "ENST00000488174;ENST00000373719;ENST00000373701;ENST00000472270;ENST00000498566;ENST00000444774;ENST00000455587;ENST00000459760;ENST00000462638;ENST00000466181;ENST00000474633" "ENSP00000362824;ENSP00000362805;ENSP00000399729" "O15294" "OGT" "8473" "O-linked N-acetylglucosamine (GlcNAc) transferase" "FLJ23071;HRNT1;MGC22921;O-GLCNAC;OGT1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000147162" "ENST00000488174;ENST00000373719;ENST00000373701;ENST00000472270;ENST00000498566;ENST00000444774;ENST00000455587;ENST00000459760;ENST00000462638;ENST00000466181;ENST00000474633" "ENSP00000362824;ENSP00000362805;ENSP00000399729" "O15294" "OGT" "8473" "O-linked N-acetylglucosamine (GlcNAc) transferase" "FLJ23071;HRNT1;MGC22921;O-GLCNAC;OGT1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000147224" "ENST00000675304;ENST00000643795;ENST00000645638;ENST00000372418;ENST00000646815;ENST00000644642;ENST00000372435;ENST00000674826;ENST00000372419;ENST00000645903;ENST00000674525;ENST00000676092;ENST00000674843;ENST00000675720;ENST00000675046;ENST00000675921;ENST00000675630;ENST00000675124;ENST00000675082;ENST00000675353;ENST00000676365;ENST00000675875;ENST00000372428;ENST00000676322;ENST00000675263" "ENSP00000496286;ENSP00000496554;ENSP00000361495;ENSP00000495801;ENSP00000495493;ENSP00000361512;ENSP00000502278;ENSP00000361496;ENSP00000502780;ENSP00000502260;ENSP00000501721;ENSP00000501767;ENSP00000502707;ENSP00000502050;ENSP00000502439;ENSP00000502347;ENSP00000502149;ENSP00000501550;ENSP00000502070;ENSP00000361505;ENSP00000501977;ENSP00000502081" "P60891" "PRPS1" "5631" "phosphoribosyl pyrophosphate synthetase 1" "CMTX5;DFN2;DFNX1" "" "" -"ENSG00000147383" "ENST00000370274;ENST00000432467;ENST00000440023" "ENSP00000359297;ENSP00000396266;ENSP00000391854" "Q15738" "NSDHL" "50814" "NAD(P) dependent steroid dehydrogenase-like" "H105e3;SDR31E1;XAP104" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000147408" "ENST00000454498;ENST00000332246;ENST00000397998;ENST00000522854;ENST00000518542;ENST00000519222;ENST00000523262;ENST00000517494;ENST00000520003;ENST00000524213;ENST00000517651;ENST00000523227;ENST00000522732;ENST00000522573;ENST00000523919;ENST00000524112" "ENSP00000411816;ENSP00000330805;ENSP00000381084;ENSP00000429809;ENSP00000428216;ENSP00000428089;ENSP00000429130;ENSP00000428774;ENSP00000427740" "Q8TDX6" "CSGALNACT1" "55790" "chondroitin sulfate N-acetylgalactosaminyltransferase 1" "ChGn;CSGalNAcT-1;FLJ11264" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000147383" "ENST00000370274;ENST00000432467;ENST00000440023" "ENSP00000359297;ENSP00000396266;ENSP00000391854" "Q15738" "NSDHL" "50814" "NAD(P) dependent steroid dehydrogenase-like" "H105e3;SDR31E1;XAP104" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000147408" "ENST00000454498;ENST00000332246;ENST00000397998;ENST00000522854;ENST00000518542;ENST00000519222;ENST00000523262;ENST00000517494;ENST00000520003;ENST00000524213;ENST00000517651;ENST00000523227;ENST00000522732;ENST00000522573;ENST00000523919;ENST00000524112" "ENSP00000411816;ENSP00000330805;ENSP00000381084;ENSP00000429809;ENSP00000428216;ENSP00000428089;ENSP00000429130;ENSP00000428774;ENSP00000427740" "Q8TDX6" "CSGALNACT1" "55790" "chondroitin sulfate N-acetylgalactosaminyltransferase 1" "ChGn;CSGalNAcT-1;FLJ11264" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000147416" "ENST00000276390;ENST00000523482;ENST00000523478;ENST00000520830;ENST00000519667;ENST00000521442" "ENSP00000276390;ENSP00000430154;ENSP00000428069;ENSP00000430682;ENSP00000430866" "P21281" "ATP6V1B2" "526" "ATPase H+ transporting V1 subunit B2" "ATP6B2;HO57;VATB;Vma2;VPP3" "Cytosol" "SwissProt" -"ENSG00000147454" "ENST00000519973;ENST00000417331;ENST00000290075;ENST00000518881;ENST00000519192;ENST00000520654;ENST00000523930;ENST00000523883;ENST00000517923;ENST00000520949;ENST00000522164;ENST00000521637" "ENSP00000429200;ENSP00000402782;ENSP00000290075;ENSP00000428066" "Q9NYZ2" "SLC25A37" "51312" "solute carrier family 25 member 37" "HT015;MFRN;MFRN1;MSCP" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000147454" "ENST00000519973;ENST00000417331;ENST00000290075;ENST00000518881;ENST00000519192;ENST00000520654;ENST00000523930;ENST00000523883;ENST00000517923;ENST00000520949;ENST00000522164;ENST00000521637" "ENSP00000429200;ENSP00000402782;ENSP00000290075;ENSP00000428066" "Q9NYZ2" "SLC25A37" "51312" "solute carrier family 25 member 37" "HT015;MFRN;MFRN1;MSCP" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000147465" "ENST00000276449;ENST00000520114;ENST00000522050;ENST00000521236" "ENSP00000276449;ENSP00000429009;ENSP00000430030" "P49675" "STAR" "6770" "steroidogenic acute regulatory protein" "STARD1" "Mitochondria" "SwissProt" "ENSG00000147471" "ENST00000328195;ENST00000520073;ENST00000523358;ENST00000523187;ENST00000518036;ENST00000523994;ENST00000523521;ENST00000521631;ENST00000522808" "ENSP00000333551;ENSP00000427778;ENSP00000427886;ENSP00000428005;ENSP00000429425" "O94903" "PLPBP" "11212" "pyridoxal phosphate binding protein" "PROSC" "Cytosol" "CellAtlas" -"ENSG00000147485" "ENST00000522628;ENST00000522933;ENST00000356297;ENST00000519183" "ENSP00000429855;ENSP00000428114;ENSP00000348645" "A1KZ92" "PXDNL" "137902" "peroxidasin like" "FLJ25471;PMR1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000147485" "ENST00000522628;ENST00000522933;ENST00000356297;ENST00000519183" "ENSP00000429855;ENSP00000428114;ENSP00000348645" "A1KZ92" "PXDNL" "137902" "peroxidasin like" "FLJ25471;PMR1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000147535" "ENST00000529359;ENST00000424479;ENST00000530193;ENST00000530432;ENST00000524616;ENST00000531823;ENST00000534339;ENST00000531109;ENST00000527758;ENST00000422581;ENST00000531483;ENST00000419686;ENST00000528814;ENST00000527793;ENST00000524409" "ENSP00000434916;ENSP00000392553;ENSP00000432122;ENSP00000437248;ENSP00000431771;ENSP00000434555;ENSP00000390622;ENSP00000414522" "Q8NEB5" "PLPP5" "84513" "phospholipid phosphatase 5" "DPPL1;HTPAP;PPAPDC1B" "" "" -"ENSG00000147548" "ENST00000317025;ENST00000433384;ENST00000528828;ENST00000527502;ENST00000526050;ENST00000528304;ENST00000316985;ENST00000525081;ENST00000528627;ENST00000529223;ENST00000534155;ENST00000534539" "ENSP00000313983;ENSP00000393284;ENSP00000434730;ENSP00000313410;ENSP00000435073;ENSP00000435422;ENSP00000432544;ENSP00000431598" "Q9BZ95" "NSD3" "54904" "nuclear receptor binding SET domain protein 3" "FLJ20353;KMT3F;WHISTLE;WHSC1L1" "Nucleus;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000147548" "ENST00000317025;ENST00000433384;ENST00000528828;ENST00000527502;ENST00000526050;ENST00000528304;ENST00000316985;ENST00000525081;ENST00000528627;ENST00000529223;ENST00000534155;ENST00000534539" "ENSP00000313983;ENSP00000393284;ENSP00000434730;ENSP00000313410;ENSP00000435073;ENSP00000435422;ENSP00000432544;ENSP00000431598" "Q9BZ95" "NSD3" "54904" "nuclear receptor binding SET domain protein 3" "FLJ20353;KMT3F;WHISTLE;WHSC1L1" "Nucleus;Mitochondria" "SwissProt;CellAtlas" "ENSG00000147576" "ENST00000396623;ENST00000415254;ENST00000424777;ENST00000276576;ENST00000396621;ENST00000426810;ENST00000496501;ENST00000466920;ENST00000431959;ENST00000449512;ENST00000422166;ENST00000443372;ENST00000463261;ENST00000419955;ENST00000518781;ENST00000466739" "ENSP00000379865;ENSP00000407115;ENSP00000410883;ENSP00000276576;ENSP00000379864;ENSP00000406905;ENSP00000392925;ENSP00000416450;ENSP00000387956;ENSP00000409714;ENSP00000392040" "Q8IWW8" "ADHFE1" "137872" "alcohol dehydrogenase iron containing 1" "FLJ32430" "Mitochondria" "SwissProt" "ENSG00000147606" "ENST00000522181;ENST00000522862;ENST00000523719;ENST00000276609;ENST00000309536;ENST00000520818;ENST00000520249;ENST00000517930;ENST00000617078;ENST00000617233" "ENSP00000427712;ENSP00000428881;ENSP00000428849;ENSP00000276609;ENSP00000309504;ENSP00000428747;ENSP00000482686;ENSP00000482549" "Q8TE54" "SLC26A7" "115111" "solute carrier family 26 member 7" "SUT2" "" "" "ENSG00000147614" "ENST00000521564;ENST00000523635;ENST00000285393" "ENSP00000429731;ENSP00000428382;ENSP00000285393" "Q8N8Y2" "ATP6V0D2" "245972" "ATPase H+ transporting V0 subunit d2" "ATP6D2;FLJ38708;VMA6" "" "" "ENSG00000147647" "ENST00000521601;ENST00000351513;ENST00000520806;ENST00000533874;ENST00000520483;ENST00000521372;ENST00000519217;ENST00000521573" "ENSP00000276651;ENSP00000436654;ENSP00000430246" "Q14117" "DPYS" "1807" "dihydropyrimidinase" "DHPase" "" "" -"ENSG00000147669" "ENST00000353107;ENST00000522439;ENST00000519765" "ENSP00000342889;ENSP00000430106" "P53803" "POLR2K" "5440" "RNA polymerase II, I and III subunit K" "RPB10alpha;RPB12" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000147684" "ENST00000606244;ENST00000276689;ENST00000677021;ENST00000518008;ENST00000677822;ENST00000522532;ENST00000517367;ENST00000524241;ENST00000677782;ENST00000677950;ENST00000676713;ENST00000518657;ENST00000678801;ENST00000678753;ENST00000517830;ENST00000677095" "ENSP00000497750;ENSP00000276689;ENSP00000504235;ENSP00000428282;ENSP00000504813;ENSP00000431115;ENSP00000430322;ENSP00000504071;ENSP00000504795" "Q9Y6M9" "NDUFB9" "4715" "NADH:ubiquinone oxidoreductase subunit B9" "B22;LYRM3;UQOR22" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000147669" "ENST00000353107;ENST00000522439;ENST00000519765" "ENSP00000342889;ENSP00000430106" "P53803" "POLR2K" "5440" "RNA polymerase II, I and III subunit K" "RPB10alpha;RPB12" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000147684" "ENST00000606244;ENST00000276689;ENST00000677021;ENST00000518008;ENST00000677822;ENST00000522532;ENST00000517367;ENST00000524241;ENST00000677782;ENST00000677950;ENST00000676713;ENST00000518657;ENST00000678801;ENST00000678753;ENST00000517830;ENST00000677095" "ENSP00000497750;ENSP00000276689;ENSP00000504235;ENSP00000428282;ENSP00000504813;ENSP00000431115;ENSP00000430322;ENSP00000504071;ENSP00000504795" "Q9Y6M9" "NDUFB9" "4715" "NADH:ubiquinone oxidoreductase subunit B9" "B22;LYRM3;UQOR22" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000147804" "ENST00000527148;ENST00000529462;ENST00000530807;ENST00000532718;ENST00000276833;ENST00000301305;ENST00000531013;ENST00000531789;ENST00000526658" "ENSP00000276833;ENSP00000301305;ENSP00000434512" "Q6P5W5" "SLC39A4" "55630" "solute carrier family 39 member 4" "AEZ;AWMS2;ZIP4" "" "" -"ENSG00000147813" "ENST00000529179;ENST00000460623;ENST00000449291;ENST00000435154;ENST00000498076;ENST00000464332;ENST00000340490;ENST00000426292;ENST00000525583;ENST00000488096;ENST00000532645;ENST00000480946;ENST00000491904;ENST00000462059" "ENSP00000478911;ENSP00000401508;ENSP00000405670;ENSP00000341136;ENSP00000390949;ENSP00000437102;ENSP00000433245" "Q6XQN6" "NAPRT" "93100" "nicotinate phosphoribosyltransferase" "NAPRT1;PP3856" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000147853" "ENST00000381809;ENST00000359883;ENST00000447596;ENST00000611749" "ENSP00000371230;ENSP00000352948;ENSP00000413933;ENSP00000482308" "Q9UIJ7" "AK3" "50808" "adenylate kinase 3" "AK3L1;AK6;AKL3L1" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000147854" "ENST00000468435;ENST00000469298;ENST00000276893;ENST00000381373;ENST00000481049;ENST00000461236;ENST00000450508;ENST00000484159;ENST00000477183;ENST00000485617;ENST00000479000;ENST00000492853;ENST00000481243" "ENSP00000434182;ENSP00000276893;ENSP00000370778;ENSP00000399217" "Q96PU4" "UHRF2" "115426" "ubiquitin like with PHD and ring finger domains 2" "MGC33463;NIRF;RNF107;TDRD23;URF2" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000147813" "ENST00000529179;ENST00000460623;ENST00000449291;ENST00000435154;ENST00000498076;ENST00000464332;ENST00000340490;ENST00000426292;ENST00000525583;ENST00000488096;ENST00000532645;ENST00000480946;ENST00000491904;ENST00000462059" "ENSP00000478911;ENSP00000401508;ENSP00000405670;ENSP00000341136;ENSP00000390949;ENSP00000437102;ENSP00000433245" "Q6XQN6" "NAPRT" "93100" "nicotinate phosphoribosyltransferase" "NAPRT1;PP3856" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000147853" "ENST00000381809;ENST00000359883;ENST00000447596;ENST00000611749" "ENSP00000371230;ENSP00000352948;ENSP00000413933;ENSP00000482308" "Q9UIJ7" "AK3" "50808" "adenylate kinase 3" "AK3L1;AK6;AKL3L1" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000147854" "ENST00000468435;ENST00000469298;ENST00000276893;ENST00000381373;ENST00000481049;ENST00000461236;ENST00000450508;ENST00000484159;ENST00000477183;ENST00000485617;ENST00000479000;ENST00000492853;ENST00000481243" "ENSP00000434182;ENSP00000276893;ENSP00000370778;ENSP00000399217" "Q96PU4" "UHRF2" "115426" "ubiquitin like with PHD and ring finger domains 2" "MGC33463;NIRF;RNF107;TDRD23;URF2" "Nucleus" "SwissProt;CellAtlas" "ENSG00000147872" "ENST00000464326;ENST00000276914;ENST00000434144;ENST00000380465;ENST00000380464;ENST00000475923;ENST00000472715;ENST00000494753" "ENSP00000276914;ENSP00000403421;ENSP00000369832;ENSP00000369831" "Q99541" "PLIN2" "123" "perilipin 2" "ADFP;ADRP" "" "" "ENSG00000148090" "ENST00000375731;ENST00000303617;ENST00000473695;ENST00000478465;ENST00000475023" "ENSP00000364883;ENSP00000307334" "Q13825" "AUH" "549" "AU RNA binding methylglutaconyl-CoA hydratase" "" "Mitochondria" "SwissProt" "ENSG00000148154" "ENST00000374279;ENST00000489355;ENST00000490110;ENST00000495085;ENST00000474306" "ENSP00000363397" "Q16739" "UGCG" "7357" "UDP-glucose ceramide glucosyltransferase" "GCS" "Golgi apparatus" "SwissProt" "ENSG00000148218" "ENST00000409155;ENST00000482847;ENST00000468504;ENST00000464749;ENST00000448137;ENST00000482001;ENST00000452726;ENST00000494848;ENST00000445750" "ENSP00000386284;ENSP00000392748;ENSP00000415737;ENSP00000398438" "P13716" "ALAD" "210" "aminolevulinate dehydratase" "ALADH;PBGS" "Cytosol" "CellAtlas" -"ENSG00000148229" "ENST00000479871;ENST00000374169;ENST00000374171;ENST00000475080" "ENSP00000363284;ENSP00000363286" "Q9NRF9" "POLE3" "54107" "DNA polymerase epsilon 3, accessory subunit" "CHARAC17;CHRAC17;CHRAC2;p17;Ybl1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000148229" "ENST00000479871;ENST00000374169;ENST00000374171;ENST00000475080" "ENSP00000363284;ENSP00000363286" "Q9NRF9" "POLE3" "54107" "DNA polymerase epsilon 3, accessory subunit" "CHARAC17;CHRAC17;CHRAC2;p17;Ybl1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000148288" "ENST00000372040;ENST00000372043;ENST00000470431;ENST00000472281;ENST00000540636;ENST00000646215;ENST00000372038;ENST00000644196;ENST00000372036;ENST00000487864;ENST00000645973;ENST00000642916" "ENSP00000361110;ENSP00000361113;ENSP00000495017;ENSP00000437663;ENSP00000493832;ENSP00000361108;ENSP00000494825;ENSP00000361106;ENSP00000495850" "Q8N5D6" "GBGT1" "26301" "globoside alpha-1,3-N-acetylgalactosaminyltransferase 1 (FORS blood group)" "A3GALNT;FS;MGC44848;UDP-GalNAc" "Golgi apparatus" "SwissProt" -"ENSG00000148334" "ENST00000338961;ENST00000617202;ENST00000277462;ENST00000677691;ENST00000493205;ENST00000476655;ENST00000676562;ENST00000677651;ENST00000677980;ENST00000679345;ENST00000678174;ENST00000678916;ENST00000497109;ENST00000496594;ENST00000483625;ENST00000487063;ENST00000474124;ENST00000449878;ENST00000476748;ENST00000485510;ENST00000485237" "ENSP00000345341;ENSP00000482913;ENSP00000277462;ENSP00000503821;ENSP00000504019;ENSP00000502881;ENSP00000503843;ENSP00000502870;ENSP00000504703;ENSP00000504746;ENSP00000503197;ENSP00000411378" "Q9H7Z7" "PTGES2" "80142" "prostaglandin E synthase 2" "C9orf15;FLJ14038" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000148344" "ENST00000481476;ENST00000340607" "ENSP00000342385" "O14684" "PTGES" "9536" "prostaglandin E synthase" "MGST-IV;MGST1-L1;MGST1L1;PIG12;TP53I12" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000148356" "ENST00000675224;ENST00000373324;ENST00000674771;ENST00000675641;ENST00000498513;ENST00000675572;ENST00000676349;ENST00000676336;ENST00000676170;ENST00000674784;ENST00000675789;ENST00000300417;ENST00000675448;ENST00000323301;ENST00000472068;ENST00000675141;ENST00000674516;ENST00000675883;ENST00000676014;ENST00000486587;ENST00000485704;ENST00000675945;ENST00000675657;ENST00000676318;ENST00000675253;ENST00000674970;ENST00000675213;ENST00000373322;ENST00000675558;ENST00000675445;ENST00000674621;ENST00000675198;ENST00000676399;ENST00000675662;ENST00000676137;ENST00000675012;ENST00000674511;ENST00000676409;ENST00000675521;ENST00000676106;ENST00000676035;ENST00000675364;ENST00000483302" "ENSP00000501869;ENSP00000362421;ENSP00000502627;ENSP00000501845;ENSP00000501637;ENSP00000501598;ENSP00000502155;ENSP00000502686;ENSP00000502177;ENSP00000501837;ENSP00000501954;ENSP00000300417;ENSP00000502167;ENSP00000322937;ENSP00000501555;ENSP00000502420;ENSP00000502441;ENSP00000501592;ENSP00000502058;ENSP00000501835;ENSP00000502002;ENSP00000502300;ENSP00000502557;ENSP00000502493;ENSP00000502218;ENSP00000362419;ENSP00000502253" "Q6UWE0" "LRSAM1" "90678" "leucine rich repeat and sterile alpha motif containing 1" "CMT2P;FLJ31641;RIFLE;TAL" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000148334" "ENST00000338961;ENST00000617202;ENST00000277462;ENST00000677691;ENST00000493205;ENST00000476655;ENST00000676562;ENST00000677651;ENST00000677980;ENST00000679345;ENST00000678174;ENST00000678916;ENST00000497109;ENST00000496594;ENST00000483625;ENST00000487063;ENST00000474124;ENST00000449878;ENST00000476748;ENST00000485510;ENST00000485237" "ENSP00000345341;ENSP00000482913;ENSP00000277462;ENSP00000503821;ENSP00000504019;ENSP00000502881;ENSP00000503843;ENSP00000502870;ENSP00000504703;ENSP00000504746;ENSP00000503197;ENSP00000411378" "Q9H7Z7" "PTGES2" "80142" "prostaglandin E synthase 2" "C9orf15;FLJ14038" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000148344" "ENST00000481476;ENST00000340607" "ENSP00000342385" "O14684" "PTGES" "9536" "prostaglandin E synthase" "MGST-IV;MGST1-L1;MGST1L1;PIG12;TP53I12" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000148356" "ENST00000675224;ENST00000373324;ENST00000674771;ENST00000675641;ENST00000498513;ENST00000675572;ENST00000676349;ENST00000676336;ENST00000676170;ENST00000674784;ENST00000675789;ENST00000300417;ENST00000675448;ENST00000323301;ENST00000472068;ENST00000675141;ENST00000674516;ENST00000675883;ENST00000676014;ENST00000486587;ENST00000485704;ENST00000675945;ENST00000675657;ENST00000676318;ENST00000675253;ENST00000674970;ENST00000675213;ENST00000373322;ENST00000675558;ENST00000675445;ENST00000674621;ENST00000675198;ENST00000676399;ENST00000675662;ENST00000676137;ENST00000675012;ENST00000674511;ENST00000676409;ENST00000675521;ENST00000676106;ENST00000676035;ENST00000675364;ENST00000483302" "ENSP00000501869;ENSP00000362421;ENSP00000502627;ENSP00000501845;ENSP00000501637;ENSP00000501598;ENSP00000502155;ENSP00000502686;ENSP00000502177;ENSP00000501837;ENSP00000501954;ENSP00000300417;ENSP00000502167;ENSP00000322937;ENSP00000501555;ENSP00000502420;ENSP00000502441;ENSP00000501592;ENSP00000502058;ENSP00000501835;ENSP00000502002;ENSP00000502300;ENSP00000502557;ENSP00000502493;ENSP00000502218;ENSP00000362419;ENSP00000502253" "Q6UWE0" "LRSAM1" "90678" "leucine rich repeat and sterile alpha motif containing 1" "CMT2P;FLJ31641;RIFLE;TAL" "Cytosol" "SwissProt;CellAtlas" "ENSG00000148377" "ENST00000277517" "ENSP00000277517" "Q9BXS1" "IDI2" "91734" "isopentenyl-diphosphate delta isomerase 2" "IPPI2" "Peroxisome" "SwissProt" -"ENSG00000148384" "ENST00000676019;ENST00000371712;ENST00000674693;ENST00000674513;ENST00000675256;ENST00000635815" "ENSP00000501984;ENSP00000360777;ENSP00000502517" "Q9NRR6" "INPP5E" "56623" "inositol polyphosphate-5-phosphatase E" "CORS1;JBTS1;pharbin;PPI5PIV" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000148459" "ENST00000376215;ENST00000473224;ENST00000491711;ENST00000470978" "ENSP00000365388;ENSP00000435695" "Q5T2R2" "PDSS1" "23590" "decaprenyl diphosphate synthase subunit 1" "COQ1;COQ1A;TPRT;TPT" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000148606" "ENST00000372371;ENST00000472014;ENST00000473588;ENST00000484760;ENST00000616246" "ENSP00000361446;ENSP00000473389;ENSP00000483738" "O14802" "POLR3A" "11128" "RNA polymerase III subunit A" "C160;hRPC155;RPC1;RPC155" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000148634" "ENST00000277817;ENST00000412272;ENST00000395198;ENST00000427635;ENST00000473533;ENST00000373700;ENST00000480158;ENST00000460168;ENST00000463478;ENST00000513996;ENST00000395185;ENST00000505760;ENST00000492996;ENST00000506515;ENST00000515753" "ENSP00000277817;ENSP00000416504;ENSP00000378624;ENSP00000406171;ENSP00000423671;ENSP00000362804;ENSP00000427191;ENSP00000422383;ENSP00000426563" "Q5GLZ8" "HERC4" "26091" "HECT and RLD domain containing E3 ubiquitin protein ligase 4" "DKFZP564G092;KIAA1593" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000148672" "ENST00000277865;ENST00000684699;ENST00000681987;ENST00000683256;ENST00000683269;ENST00000683022;ENST00000682396;ENST00000474574;ENST00000683813;ENST00000683647;ENST00000684032;ENST00000684338;ENST00000487058;ENST00000684690;ENST00000684201;ENST00000682507;ENST00000683649;ENST00000684665;ENST00000683783;ENST00000681988;ENST00000684434;ENST00000682622;ENST00000684546;ENST00000684372;ENST00000682833;ENST00000465164;ENST00000684392" "ENSP00000277865;ENSP00000507901;ENSP00000508107;ENSP00000508288;ENSP00000506764;ENSP00000506969;ENSP00000507457;ENSP00000507887;ENSP00000508098;ENSP00000507881;ENSP00000507316;ENSP00000507505;ENSP00000506732;ENSP00000507729;ENSP00000508244;ENSP00000507701" "P00367" "GLUD1" "2746" "glutamate dehydrogenase 1" "GDH;GLUD" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000148677" "ENST00000371697" "ENSP00000360762" "Q15327" "ANKRD1" "27063" "ankyrin repeat domain 1" "ALRP;C-193;CARP;CVARP;MCARP" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000148384" "ENST00000676019;ENST00000371712;ENST00000674693;ENST00000674513;ENST00000675256;ENST00000635815" "ENSP00000501984;ENSP00000360777;ENSP00000502517" "Q9NRR6" "INPP5E" "56623" "inositol polyphosphate-5-phosphatase E" "CORS1;JBTS1;pharbin;PPI5PIV" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000148459" "ENST00000376215;ENST00000473224;ENST00000491711;ENST00000470978" "ENSP00000365388;ENSP00000435695" "Q5T2R2" "PDSS1" "23590" "decaprenyl diphosphate synthase subunit 1" "COQ1;COQ1A;TPRT;TPT" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000148606" "ENST00000372371;ENST00000472014;ENST00000473588;ENST00000484760;ENST00000616246" "ENSP00000361446;ENSP00000473389;ENSP00000483738" "O14802" "POLR3A" "11128" "RNA polymerase III subunit A" "C160;hRPC155;RPC1;RPC155" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000148634" "ENST00000277817;ENST00000412272;ENST00000395198;ENST00000427635;ENST00000473533;ENST00000373700;ENST00000480158;ENST00000460168;ENST00000463478;ENST00000513996;ENST00000395185;ENST00000505760;ENST00000492996;ENST00000506515;ENST00000515753" "ENSP00000277817;ENSP00000416504;ENSP00000378624;ENSP00000406171;ENSP00000423671;ENSP00000362804;ENSP00000427191;ENSP00000422383;ENSP00000426563" "Q5GLZ8" "HERC4" "26091" "HECT and RLD domain containing E3 ubiquitin protein ligase 4" "DKFZP564G092;KIAA1593" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000148672" "ENST00000277865;ENST00000684699;ENST00000681987;ENST00000683256;ENST00000683269;ENST00000683022;ENST00000682396;ENST00000474574;ENST00000683813;ENST00000683647;ENST00000684032;ENST00000684338;ENST00000487058;ENST00000684690;ENST00000684201;ENST00000682507;ENST00000683649;ENST00000684665;ENST00000683783;ENST00000681988;ENST00000684434;ENST00000682622;ENST00000684546;ENST00000684372;ENST00000682833;ENST00000465164;ENST00000684392" "ENSP00000277865;ENSP00000507901;ENSP00000508107;ENSP00000508288;ENSP00000506764;ENSP00000506969;ENSP00000507457;ENSP00000507887;ENSP00000508098;ENSP00000507881;ENSP00000507316;ENSP00000507505;ENSP00000506732;ENSP00000507729;ENSP00000508244;ENSP00000507701" "P00367" "GLUD1" "2746" "glutamate dehydrogenase 1" "GDH;GLUD" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000148677" "ENST00000371697" "ENSP00000360762" "Q15327" "ANKRD1" "27063" "ankyrin repeat domain 1" "ALRP;C-193;CARP;CVARP;MCARP" "Nucleus" "SwissProt;CellAtlas" "ENSG00000148795" "ENST00000638971;ENST00000638190;ENST00000369887;ENST00000640633;ENST00000638272;ENST00000639393;ENST00000469683;ENST00000489268" "ENSP00000492313;ENSP00000492539;ENSP00000358903;ENSP00000491508;ENSP00000492651" "P05093" "CYP17A1" "1586" "cytochrome P450 family 17 subfamily A member 1" "CPT7;CYP17;P450C17;S17AH" "Endoplasmic reticulum" "SwissProt" -"ENSG00000148832" "ENST00000357296;ENST00000278060;ENST00000356306;ENST00000476834;ENST00000480071;ENST00000483211;ENST00000529585;ENST00000368535;ENST00000528127;ENST00000530555" "ENSP00000349847;ENSP00000278060;ENSP00000348654;ENSP00000432737;ENSP00000435514;ENSP00000434550;ENSP00000432517" "Q6QHF9" "PAOX" "196743" "polyamine oxidase" "PAO" "Peroxisome;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000148832" "ENST00000357296;ENST00000278060;ENST00000356306;ENST00000476834;ENST00000480071;ENST00000483211;ENST00000529585;ENST00000368535;ENST00000528127;ENST00000530555" "ENSP00000349847;ENSP00000278060;ENSP00000348654;ENSP00000432737;ENSP00000435514;ENSP00000434550;ENSP00000432517" "Q6QHF9" "PAOX" "196743" "polyamine oxidase" "PAO" "Peroxisome;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000148834" "ENST00000470554;ENST00000493946;ENST00000369713;ENST00000445155;ENST00000432659;ENST00000539281;ENST00000369710" "ENSP00000358727;ENSP00000406708;ENSP00000405325;ENSP00000441488;ENSP00000358724" "P78417" "GSTO1" "9446" "glutathione S-transferase omega 1" "GSTTLp28;P28" "Cytosol" "SwissProt" "ENSG00000148942" "ENST00000396005;ENST00000527405;ENST00000280467;ENST00000533617;ENST00000528822" "ENSP00000379326;ENSP00000436011;ENSP00000280467;ENSP00000435053" "Q1EHB4" "SLC5A12" "159963" "solute carrier family 5 member 12" "MGC52019;SMCT2" "Nucleus" "CellAtlas" -"ENSG00000149016" "ENST00000308436;ENST00000476907;ENST00000469480;ENST00000463241;ENST00000278279;ENST00000494385;ENST00000478537" "ENSP00000308000;ENSP00000419607;ENSP00000278279;ENSP00000420739;ENSP00000419792" "Q9H6E5" "TUT1" "64852" "terminal uridylyl transferase 1, U6 snRNA-specific" "FLJ21850;FLJ22267;FLJ22347;PAPD2;RBM21;TENT1;TUTase" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000149016" "ENST00000308436;ENST00000476907;ENST00000469480;ENST00000463241;ENST00000278279;ENST00000494385;ENST00000478537" "ENSP00000308000;ENSP00000419607;ENSP00000278279;ENSP00000420739;ENSP00000419792" "Q9H6E5" "TUT1" "64852" "terminal uridylyl transferase 1, U6 snRNA-specific" "FLJ21850;FLJ22267;FLJ22347;PAPD2;RBM21;TENT1;TUTase" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000149084" "ENST00000278353;ENST00000527433;ENST00000531185;ENST00000636007;ENST00000395700;ENST00000636722;ENST00000637401;ENST00000638034;ENST00000527213;ENST00000532178;ENST00000533090;ENST00000533802;ENST00000534053;ENST00000525736" "ENSP00000278353;ENSP00000490749;ENSP00000436582;ENSP00000490822;ENSP00000379052;ENSP00000490003;ENSP00000490421;ENSP00000490701" "Q53GQ0" "HSD17B12" "51144" "hydroxysteroid 17-beta dehydrogenase 12" "KAR;SDR12C1" "Endoplasmic reticulum" "SwissProt" -"ENSG00000149089" "ENST00000532428;ENST00000395787;ENST00000527830" "ENSP00000474191;ENSP00000379133" "Q96GX9" "APIP" "51074" "APAF1 interacting protein" "APIP2;CGI-29;Mmrp19" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000149091" "ENST00000343674;ENST00000525242;ENST00000532868;ENST00000528615;ENST00000531879;ENST00000527674;ENST00000524984;ENST00000527911;ENST00000533376;ENST00000456247;ENST00000421244;ENST00000318201;ENST00000525434;ENST00000454345;ENST00000534215;ENST00000528173;ENST00000524448;ENST00000527903;ENST00000524869;ENST00000529698;ENST00000527211;ENST00000529660;ENST00000534802;ENST00000532941" "ENSP00000343065;ENSP00000435332;ENSP00000436273;ENSP00000434719;ENSP00000437060;ENSP00000436291;ENSP00000435435;ENSP00000395684;ENSP00000391021;ENSP00000320340;ENSP00000412178;ENSP00000435763;ENSP00000434016" "Q13574" "DGKZ" "8525" "diacylglycerol kinase zeta" "DAGK5;DAGK6;DGK-ZETA;hDGKzeta" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000149089" "ENST00000532428;ENST00000395787;ENST00000527830" "ENSP00000474191;ENSP00000379133" "Q96GX9" "APIP" "51074" "APAF1 interacting protein" "APIP2;CGI-29;Mmrp19" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000149091" "ENST00000343674;ENST00000525242;ENST00000532868;ENST00000528615;ENST00000531879;ENST00000527674;ENST00000524984;ENST00000527911;ENST00000533376;ENST00000456247;ENST00000421244;ENST00000318201;ENST00000525434;ENST00000454345;ENST00000534215;ENST00000528173;ENST00000524448;ENST00000527903;ENST00000524869;ENST00000529698;ENST00000527211;ENST00000529660;ENST00000534802;ENST00000532941" "ENSP00000343065;ENSP00000435332;ENSP00000436273;ENSP00000434719;ENSP00000437060;ENSP00000436291;ENSP00000435435;ENSP00000395684;ENSP00000391021;ENSP00000320340;ENSP00000412178;ENSP00000435763;ENSP00000434016" "Q13574" "DGKZ" "8525" "diacylglycerol kinase zeta" "DAGK5;DAGK6;DGK-ZETA;hDGKzeta" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000149124" "ENST00000586098;ENST00000344743;ENST00000529732;ENST00000278400;ENST00000531084;ENST00000611865" "ENSP00000468512;ENSP00000340200;ENSP00000431688;ENSP00000278400;ENSP00000484592" "Q6IB77" "GLYAT" "10249" "glycine-N-acyltransferase" "ACGNAT;GAT" "Mitochondria" "SwissProt" "ENSG00000149150" "ENST00000278426;ENST00000528450;ENST00000525764;ENST00000529452;ENST00000533515;ENST00000530159;ENST00000533066;ENST00000524995;ENST00000534105;ENST00000533263" "ENSP00000278426;ENSP00000435673;ENSP00000435803;ENSP00000434312;ENSP00000435647;ENSP00000432361;ENSP00000432241;ENSP00000435486" "O75387" "SLC43A1" "8501" "solute carrier family 43 member 1" "PB39;POV1;R00504" "Golgi apparatus" "CellAtlas" "ENSG00000149313" "ENST00000533423;ENST00000524411;ENST00000278618;ENST00000525660;ENST00000534152" "ENSP00000437175;ENSP00000435099;ENSP00000278618;ENSP00000437144" "Q9NRN7" "AASDHPPT" "60496" "aminoadipate-semialdehyde dehydrogenase-phosphopantetheinyl transferase" "AASD-PPT;ACPS;CGI-80;LYS5" "Cytosol" "SwissProt" @@ -1746,162 +1746,162 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000149527" "ENST00000609981;ENST00000449969;ENST00000419816;ENST00000343889;ENST00000278878;ENST00000473964;ENST00000462379;ENST00000378486" "ENSP00000476436;ENSP00000397289;ENSP00000389803;ENSP00000278878;ENSP00000367747" "O75038" "PLCH2" "9651" "phospholipase C eta 2" "KIAA0450;PLC-eta2;PLCeta2;PLCL4;RP3-395M20.1" "Cytosol" "SwissProt" "ENSG00000149541" "ENST00000265471;ENST00000531383;ENST00000532585;ENST00000534026;ENST00000533303;ENST00000534715" "ENSP00000265471;ENSP00000431359;ENSP00000432604;ENSP00000432474;ENSP00000432854" "O94766" "B3GAT3" "26229" "beta-1,3-glucuronyltransferase 3" "GlcAT-I" "Golgi apparatus" "SwissProt" "ENSG00000149742" "ENST00000279178;ENST00000536333" "ENSP00000279178;ENSP00000440206" "Q8IVM8" "SLC22A9" "114571" "solute carrier family 22 member 9" "FLJ23666;OAT4;OAT7;UST3" "" "" -"ENSG00000149782" "ENST00000279230;ENST00000540288;ENST00000325234;ENST00000536243" "ENSP00000279230;ENSP00000443631;ENSP00000324660" "Q01970" "PLCB3" "5331" "phospholipase C beta 3" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000149809" "ENST00000526809;ENST00000279263;ENST00000524986;ENST00000528026;ENST00000533766;ENST00000534371;ENST00000533646;ENST00000529601;ENST00000525385;ENST00000345348;ENST00000531321;ENST00000529292;ENST00000529414;ENST00000526085;ENST00000530650;ENST00000530750;ENST00000524690;ENST00000530892;ENST00000531029;ENST00000529233;ENST00000527851;ENST00000534667;ENST00000532328;ENST00000527968;ENST00000528802;ENST00000526048" "ENSP00000432171;ENSP00000279263;ENSP00000435972;ENSP00000432187;ENSP00000435458;ENSP00000433325;ENSP00000329520;ENSP00000431300;ENSP00000436370;ENSP00000433275;ENSP00000434447;ENSP00000432413;ENSP00000434598;ENSP00000431685;ENSP00000436233" "O76062" "TM7SF2" "7108" "transmembrane 7 superfamily member 2" "ANG1;DHCR14A;NET47" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000149925" "ENST00000562302;ENST00000562168;ENST00000569545;ENST00000563060;ENST00000564521;ENST00000412304;ENST00000563987;ENST00000642816;ENST00000643777;ENST00000567555;ENST00000569798;ENST00000395240;ENST00000566012;ENST00000566846;ENST00000562679;ENST00000564688;ENST00000566146;ENST00000566130;ENST00000565355" "ENSP00000456020;ENSP00000455700;ENSP00000455800;ENSP00000400452;ENSP00000457643;ENSP00000496166;ENSP00000494188;ENSP00000455857;ENSP00000378661;ENSP00000454499;ENSP00000455455;ENSP00000457514;ENSP00000456098" "P04075" "ALDOA" "226" "aldolase, fructose-bisphosphate A" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000149929" "ENST00000279392;ENST00000564026;ENST00000563053;ENST00000563680;ENST00000566471;ENST00000565996;ENST00000568880" "ENSP00000279392;ENSP00000456824" "Q9BW71" "HIRIP3" "8479" "HIRA interacting protein 3" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000149782" "ENST00000279230;ENST00000540288;ENST00000325234;ENST00000536243" "ENSP00000279230;ENSP00000443631;ENSP00000324660" "Q01970" "PLCB3" "5331" "phospholipase C beta 3" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000149809" "ENST00000526809;ENST00000279263;ENST00000524986;ENST00000528026;ENST00000533766;ENST00000534371;ENST00000533646;ENST00000529601;ENST00000525385;ENST00000345348;ENST00000531321;ENST00000529292;ENST00000529414;ENST00000526085;ENST00000530650;ENST00000530750;ENST00000524690;ENST00000530892;ENST00000531029;ENST00000529233;ENST00000527851;ENST00000534667;ENST00000532328;ENST00000527968;ENST00000528802;ENST00000526048" "ENSP00000432171;ENSP00000279263;ENSP00000435972;ENSP00000432187;ENSP00000435458;ENSP00000433325;ENSP00000329520;ENSP00000431300;ENSP00000436370;ENSP00000433275;ENSP00000434447;ENSP00000432413;ENSP00000434598;ENSP00000431685;ENSP00000436233" "O76062" "TM7SF2" "7108" "transmembrane 7 superfamily member 2" "ANG1;DHCR14A;NET47" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000149925" "ENST00000562302;ENST00000562168;ENST00000569545;ENST00000563060;ENST00000564521;ENST00000412304;ENST00000563987;ENST00000642816;ENST00000643777;ENST00000567555;ENST00000569798;ENST00000395240;ENST00000566012;ENST00000566846;ENST00000562679;ENST00000564688;ENST00000566146;ENST00000566130;ENST00000565355" "ENSP00000456020;ENSP00000455700;ENSP00000455800;ENSP00000400452;ENSP00000457643;ENSP00000496166;ENSP00000494188;ENSP00000455857;ENSP00000378661;ENSP00000454499;ENSP00000455455;ENSP00000457514;ENSP00000456098" "P04075" "ALDOA" "226" "aldolase, fructose-bisphosphate A" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000149929" "ENST00000279392;ENST00000564026;ENST00000563053;ENST00000563680;ENST00000566471;ENST00000565996;ENST00000568880" "ENSP00000279392;ENSP00000456824" "Q9BW71" "HIRIP3" "8479" "HIRA interacting protein 3" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000150456" "ENST00000382758;ENST00000382754;ENST00000460374" "ENSP00000372206;ENSP00000372202" "Q8WVE0" "EEF1AKMT1" "221143" "EEF1A lysine methyltransferase 1" "N6AMT2" "Cytosol" "CellAtlas" -"ENSG00000150540" "ENST00000410115;ENST00000329366;ENST00000280097;ENST00000280096;ENST00000475675;ENST00000467390;ENST00000485653;ENST00000480534" "ENSP00000386940;ENSP00000333259;ENSP00000280097;ENSP00000280096;ENSP00000419415" "P50135" "HNMT" "3176" "histamine N-methyltransferase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000150540" "ENST00000410115;ENST00000329366;ENST00000280097;ENST00000280096;ENST00000475675;ENST00000467390;ENST00000485653;ENST00000480534" "ENSP00000386940;ENSP00000333259;ENSP00000280097;ENSP00000280096;ENSP00000419415" "P50135" "HNMT" "3176" "histamine N-methyltransferase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000150656" "ENST00000358821;ENST00000585136;ENST00000582365;ENST00000584316;ENST00000584004;ENST00000578498;ENST00000582461" "ENSP00000351682;ENSP00000462096;ENSP00000463807" "Q96KN2" "CNDP1" "84735" "carnosine dipeptidase 1" "CN1;CPGL2;HsT2308;MGC10825" "" "" "ENSG00000150712" "ENST00000280285;ENST00000382142;ENST00000264934;ENST00000510216;ENST00000504049;ENST00000505419;ENST00000513622" "ENSP00000280285;ENSP00000371577;ENSP00000264934;ENSP00000426028;ENSP00000426912" "Q9C0I1" "MTMR12" "54545" "myotubularin related protein 12" "3-PAP;3PAP;FLJ20476;KIAA1682;PIP3AP" "Cytosol" "SwissProt" -"ENSG00000150768" "ENST00000533297;ENST00000679614;ENST00000679815;ENST00000679878;ENST00000280346;ENST00000679829;ENST00000679466;ENST00000527231;ENST00000681339;ENST00000681328;ENST00000681316;ENST00000680010;ENST00000531306;ENST00000679368;ENST00000681638;ENST00000680331;ENST00000393051;ENST00000680411;ENST00000680154" "ENSP00000435374;ENSP00000506007;ENSP00000504880;ENSP00000505567;ENSP00000280346;ENSP00000506167;ENSP00000506355;ENSP00000506560;ENSP00000505768;ENSP00000433432;ENSP00000505314;ENSP00000506090;ENSP00000506707;ENSP00000376771;ENSP00000505915" "P10515" "DLAT" "1737" "dihydrolipoamide S-acetyltransferase" "DLTA;E2;PDC-E2" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000150768" "ENST00000533297;ENST00000679614;ENST00000679815;ENST00000679878;ENST00000280346;ENST00000679829;ENST00000679466;ENST00000527231;ENST00000681339;ENST00000681328;ENST00000681316;ENST00000680010;ENST00000531306;ENST00000679368;ENST00000681638;ENST00000680331;ENST00000393051;ENST00000680411;ENST00000680154" "ENSP00000435374;ENSP00000506007;ENSP00000504880;ENSP00000505567;ENSP00000280346;ENSP00000506167;ENSP00000506355;ENSP00000506560;ENSP00000505768;ENSP00000433432;ENSP00000505314;ENSP00000506090;ENSP00000506707;ENSP00000376771;ENSP00000505915" "P10515" "DLAT" "1737" "dihydrolipoamide S-acetyltransferase" "DLTA;E2;PDC-E2" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000150787" "ENST00000528679;ENST00000525645;ENST00000531673;ENST00000280362;ENST00000525803;ENST00000524931;ENST00000531175;ENST00000527428;ENST00000527635" "ENSP00000435895;ENSP00000433469;ENSP00000280362;ENSP00000431750;ENSP00000434688" "Q03393" "PTS" "5805" "6-pyruvoyltetrahydropterin synthase" "PTPS" "Cytosol" "CellAtlas" -"ENSG00000150867" "ENST00000376573;ENST00000323883;ENST00000474335;ENST00000545335;ENST00000604912;ENST00000422321;ENST00000432610;ENST00000605011" "ENSP00000365757;ENSP00000326294;ENSP00000442098;ENSP00000473858" "P48426" "PIP4K2A" "5305" "phosphatidylinositol-5-phosphate 4-kinase type 2 alpha" "PIP5K2A;PIP5KIIA;PIP5KIIalpha" "Golgi apparatus;Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000150867" "ENST00000376573;ENST00000323883;ENST00000474335;ENST00000545335;ENST00000604912;ENST00000422321;ENST00000432610;ENST00000605011" "ENSP00000365757;ENSP00000326294;ENSP00000442098;ENSP00000473858" "P48426" "PIP4K2A" "5305" "phosphatidylinositol-5-phosphate 4-kinase type 2 alpha" "PIP5K2A;PIP5KIIA;PIP5KIIalpha" "Golgi apparatus;Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000151005" "ENST00000280605" "ENSP00000280605" "Q9H0I9" "TKTL2" "84076" "transketolase like 2" "DKFZP434L1717;FLJ32975" "" "" "ENSG00000151012" "ENST00000280612;ENST00000509248" "ENSP00000280612;ENSP00000424046" "Q9UPY5" "SLC7A11" "23657" "solute carrier family 7 member 11" "xCT" "" "" "ENSG00000151092" "ENST00000489271;ENST00000280700;ENST00000675217;ENST00000428257;ENST00000676225;ENST00000493324;ENST00000396649;ENST00000675178;ENST00000467224;ENST00000675680;ENST00000308710;ENST00000496726;ENST00000280699;ENST00000674841;ENST00000675234;ENST00000463611;ENST00000417874;ENST00000427041;ENST00000461491;ENST00000474611;ENST00000478991" "ENSP00000280700;ENSP00000502195;ENSP00000387430;ENSP00000501622;ENSP00000379886;ENSP00000502709;ENSP00000307980;ENSP00000280699;ENSP00000502740;ENSP00000501918;ENSP00000389888;ENSP00000412946" "Q96IV0" "NGLY1" "55768" "N-glycanase 1" "FLJ11005;PNG-1;PNG1" "Cytosol" "SwissProt" -"ENSG00000151093" "ENST00000460195;ENST00000464688;ENST00000452098;ENST00000448177;ENST00000280701;ENST00000420173;ENST00000449808;ENST00000428266;ENST00000626005" "ENSP00000392334;ENSP00000404115;ENSP00000280701;ENSP00000411303;ENSP00000409817;ENSP00000487031" "Q9NWU1" "OXSM" "54995" "3-oxoacyl-ACP synthase, mitochondrial" "CEM1;FASN2D;FLJ20604;KS" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000151093" "ENST00000460195;ENST00000464688;ENST00000452098;ENST00000448177;ENST00000280701;ENST00000420173;ENST00000449808;ENST00000428266;ENST00000626005" "ENSP00000392334;ENSP00000404115;ENSP00000280701;ENSP00000411303;ENSP00000409817;ENSP00000487031" "Q9NWU1" "OXSM" "54995" "3-oxoacyl-ACP synthase, mitochondrial" "CEM1;FASN2D;FLJ20604;KS" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000151116" "ENST00000396197;ENST00000543987;ENST00000540666;ENST00000535484;ENST00000320750;ENST00000379387;ENST00000396196;ENST00000541984;ENST00000539569;ENST00000300038;ENST00000540917;ENST00000535340;ENST00000490736" "ENSP00000379500;ENSP00000442974;ENSP00000441092;ENSP00000323353;ENSP00000368697;ENSP00000379499;ENSP00000437538;ENSP00000300038" "Q8IX04" "UEVLD" "55293" "UEV and lactate/malate dehyrogenase domains" "Attp;UEV3" "Cytosol;Nucleus" "CellAtlas" "ENSG00000151148" "ENST00000434735;ENST00000539843;ENST00000342494;ENST00000536398;ENST00000539599;ENST00000340074;ENST00000540230;ENST00000449510;ENST00000537063;ENST00000535900;ENST00000539584;ENST00000538070;ENST00000605142" "ENSP00000391529;ENSP00000340596;ENSP00000440585;ENSP00000443131;ENSP00000342614;ENSP00000443565;ENSP00000395802;ENSP00000437694;ENSP00000474360" "Q7Z3V4" "UBE3B" "89910" "ubiquitin protein ligase E3B" "" "Mitochondria;Nucleus" "CellAtlas" -"ENSG00000151151" "ENST00000373935" "ENSP00000363046" "Q8NFU5" "IPMK" "253430" "inositol polyphosphate multikinase" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000151151" "ENST00000373935" "ENSP00000363046" "Q8NFU5" "IPMK" "253430" "inositol polyphosphate multikinase" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000151224" "ENST00000485270;ENST00000372213;ENST00000480845;ENST00000455001" "ENSP00000361287;ENSP00000414961" "Q00266" "MAT1A" "4143" "methionine adenosyltransferase 1A" "MAT;MATA1;SAMS;SAMS1" "" "" "ENSG00000151229" "ENST00000280871;ENST00000465517;ENST00000505338;ENST00000380858" "ENSP00000280871;ENSP00000370239" "Q96QE2" "SLC2A13" "114134" "solute carrier family 2 member 13" "HMIT" "Nucleus" "CellAtlas" -"ENSG00000151348" "ENST00000682993;ENST00000684533;ENST00000683000;ENST00000395673;ENST00000684039;ENST00000682815;ENST00000682359;ENST00000533608;ENST00000358681;ENST00000531161;ENST00000683870;ENST00000684124;ENST00000343631;ENST00000682711;ENST00000683881;ENST00000682947;ENST00000683299;ENST00000529186;ENST00000525559;ENST00000534048;ENST00000683204;ENST00000528159;ENST00000684437" "ENSP00000507580;ENSP00000507915;ENSP00000508361;ENSP00000379032;ENSP00000507677;ENSP00000507234;ENSP00000508226;ENSP00000431173;ENSP00000351509;ENSP00000507922;ENSP00000508332;ENSP00000342656;ENSP00000506803" "Q93063" "EXT2" "2132" "exostosin glycosyltransferase 2" "SOTV" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000151348" "ENST00000682993;ENST00000684533;ENST00000683000;ENST00000395673;ENST00000684039;ENST00000682815;ENST00000682359;ENST00000533608;ENST00000358681;ENST00000531161;ENST00000683870;ENST00000684124;ENST00000343631;ENST00000682711;ENST00000683881;ENST00000682947;ENST00000683299;ENST00000529186;ENST00000525559;ENST00000534048;ENST00000683204;ENST00000528159;ENST00000684437" "ENSP00000507580;ENSP00000507915;ENSP00000508361;ENSP00000379032;ENSP00000507677;ENSP00000507234;ENSP00000508226;ENSP00000431173;ENSP00000351509;ENSP00000507922;ENSP00000508332;ENSP00000342656;ENSP00000506803" "Q93063" "EXT2" "2132" "exostosin glycosyltransferase 2" "SOTV" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000151360" "ENST00000252505;ENST00000476389;ENST00000471711" "ENSP00000252505" "Q8N6M5" "ALLC" "55821" "allantoicase" "ALC" "" "" -"ENSG00000151366" "ENST00000281031;ENST00000527806;ENST00000534029;ENST00000525085;ENST00000528164" "ENSP00000281031;ENSP00000432739;ENSP00000432253;ENSP00000434262;ENSP00000435017" "O95298" "NDUFC2" "4718" "NADH:ubiquinone oxidoreductase subunit C2" "B14.5b;HLC-1" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000151366" "ENST00000281031;ENST00000527806;ENST00000534029;ENST00000525085;ENST00000528164" "ENSP00000281031;ENSP00000432739;ENSP00000432253;ENSP00000434262;ENSP00000435017" "O95298" "NDUFC2" "4718" "NADH:ubiquinone oxidoreductase subunit C2" "B14.5b;HLC-1" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000151376" "ENST00000393324;ENST00000543262;ENST00000524826;ENST00000530520;ENST00000526504;ENST00000525957;ENST00000323418;ENST00000530335;ENST00000534638;ENST00000532471;ENST00000526834;ENST00000526944" "ENSP00000376998;ENSP00000440246;ENSP00000431182;ENSP00000433636;ENSP00000315255;ENSP00000434690;ENSP00000435427;ENSP00000437204;ENSP00000434431" "Q16798" "ME3" "10873" "malic enzyme 3" "" "Mitochondria" "SwissProt" "ENSG00000151418" "ENST00000367382;ENST00000309309;ENST00000489986;ENST00000281087" "ENSP00000356352;ENSP00000309574;ENSP00000417171;ENSP00000281087" "Q96LB4" "ATP6V1G3" "127124" "ATPase H+ transporting V1 subunit G3" "ATP6G3;Vma10" "" "" "ENSG00000151498" "ENST00000281182;ENST00000526026;ENST00000524426;ENST00000534433;ENST00000374752;ENST00000525961;ENST00000530533;ENST00000534240;ENST00000533387;ENST00000527082;ENST00000524547;ENST00000531338;ENST00000528325;ENST00000527665;ENST00000527713;ENST00000524739;ENST00000524502" "ENSP00000281182;ENSP00000431532;ENSP00000431310;ENSP00000363884" "Q9UKU7" "ACAD8" "27034" "acyl-CoA dehydrogenase family member 8" "" "Mitochondria" "SwissProt" "ENSG00000151552" "ENST00000513615;ENST00000507439;ENST00000281243;ENST00000428702;ENST00000501943;ENST00000508623;ENST00000514300;ENST00000505710;ENST00000511609" "ENSP00000422759;ENSP00000423227;ENSP00000281243;ENSP00000390944;ENSP00000426377;ENSP00000426039;ENSP00000420873" "P09417" "QDPR" "5860" "quinoid dihydropteridine reductase" "DHPR;PKU2;SDR33C1" "Mitochondria" "CellAtlas" -"ENSG00000151576" "ENST00000472599;ENST00000485050;ENST00000281273;ENST00000466050;ENST00000488665;ENST00000479882;ENST00000493014;ENST00000490183;ENST00000460163;ENST00000482307;ENST00000466870;ENST00000467703;ENST00000462869;ENST00000483272;ENST00000495782;ENST00000462966" "ENSP00000420806;ENSP00000420682;ENSP00000281273;ENSP00000418056;ENSP00000419169;ENSP00000419655;ENSP00000418180" "Q9H974" "QTRT2" "79691" "queuine tRNA-ribosyltransferase accessory subunit 2" "FLJ12960;QTRTD1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000151611" "ENST00000648441;ENST00000649704;ENST00000679563;ENST00000649173;ENST00000504710;ENST00000506919;ENST00000649156;ENST00000648388;ENST00000541599;ENST00000647947;ENST00000511969;ENST00000679930;ENST00000503730" "ENSP00000497680;ENSP00000506503;ENSP00000497871;ENSP00000497008;ENSP00000497046;ENSP00000442284;ENSP00000496781;ENSP00000427422;ENSP00000506293" "Q8IVH4" "MMAA" "166785" "metabolism of cobalamin associated A" "cblA" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000151632" "ENST00000380753;ENST00000421196;ENST00000460124;ENST00000604507;ENST00000604184;ENST00000604428;ENST00000604711;ENST00000603073;ENST00000604439;ENST00000455190" "ENSP00000370129;ENSP00000392694;ENSP00000474566;ENSP00000408440" "P52895" "AKR1C2" "1646" "aldo-keto reductase family 1 member C2" "BABP;DD;DD2;DDH2;HAKRD;MCDR2;TDD" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000151576" "ENST00000472599;ENST00000485050;ENST00000281273;ENST00000466050;ENST00000488665;ENST00000479882;ENST00000493014;ENST00000490183;ENST00000460163;ENST00000482307;ENST00000466870;ENST00000467703;ENST00000462869;ENST00000483272;ENST00000495782;ENST00000462966" "ENSP00000420806;ENSP00000420682;ENSP00000281273;ENSP00000418056;ENSP00000419169;ENSP00000419655;ENSP00000418180" "Q9H974" "QTRT2" "79691" "queuine tRNA-ribosyltransferase accessory subunit 2" "FLJ12960;QTRTD1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000151611" "ENST00000648441;ENST00000649704;ENST00000679563;ENST00000649173;ENST00000504710;ENST00000506919;ENST00000649156;ENST00000648388;ENST00000541599;ENST00000647947;ENST00000511969;ENST00000679930;ENST00000503730" "ENSP00000497680;ENSP00000506503;ENSP00000497871;ENSP00000497008;ENSP00000497046;ENSP00000442284;ENSP00000496781;ENSP00000427422;ENSP00000506293" "Q8IVH4" "MMAA" "166785" "metabolism of cobalamin associated A" "cblA" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000151632" "ENST00000380753;ENST00000421196;ENST00000460124;ENST00000604507;ENST00000604184;ENST00000604428;ENST00000604711;ENST00000603073;ENST00000604439;ENST00000455190" "ENSP00000370129;ENSP00000392694;ENSP00000474566;ENSP00000408440" "P52895" "AKR1C2" "1646" "aldo-keto reductase family 1 member C2" "BABP;DD;DD2;DDH2;HAKRD;MCDR2;TDD" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000151665" "ENST00000281382;ENST00000482786;ENST00000420164;ENST00000306465;ENST00000412717;ENST00000495933;ENST00000474980" "ENSP00000281382;ENSP00000410361;ENSP00000302663;ENSP00000413202;ENSP00000429355" "Q07326" "PIGF" "5281" "phosphatidylinositol glycan anchor biosynthesis class F" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000151689" "ENST00000322522;ENST00000430311;ENST00000413239;ENST00000431594;ENST00000444194;ENST00000422454;ENST00000417336;ENST00000458647;ENST00000423767;ENST00000451089;ENST00000409027;ENST00000458193;ENST00000487628;ENST00000470892;ENST00000392329" "ENSP00000325423;ENSP00000415014;ENSP00000391415;ENSP00000409786;ENSP00000404732;ENSP00000392814;ENSP00000395424;ENSP00000410662;ENSP00000387079;ENSP00000412119;ENSP00000376142" "P49441" "INPP1" "3628" "inositol polyphosphate-1-phosphatase" "" "Cytosol" "CellAtlas" "ENSG00000151692" "ENST00000320892;ENST00000467276;ENST00000416587;ENST00000480970;ENST00000433456;ENST00000471060;ENST00000432850" "ENSP00000321330;ENSP00000414420;ENSP00000402645;ENSP00000411616" "P50876" "RNF144A" "9781" "ring finger protein 144A" "hUIP4;KIAA0161;RNF144;UBCE7IP4" "Cytosol" "SwissProt" "ENSG00000151726" "ENST00000281455;ENST00000454703;ENST00000513001;ENST00000515030;ENST00000503407;ENST00000507295;ENST00000506733;ENST00000504342;ENST00000513317;ENST00000504900;ENST00000505492" "ENSP00000281455;ENSP00000407165;ENSP00000422607;ENSP00000425098;ENSP00000426244;ENSP00000426491;ENSP00000425006;ENSP00000426150;ENSP00000424935;ENSP00000425640" "P33121" "ACSL1" "2180" "acyl-CoA synthetase long chain family member 1" "ACS1;FACL1;FACL2;LACS;LACS1;LACS2" "Peroxisome;Endoplasmic reticulum" "SwissProt" -"ENSG00000151729" "ENST00000281456;ENST00000491736" "ENSP00000281456;ENSP00000476711" "P12235" "SLC25A4" "291" "solute carrier family 25 member 4" "ANT1;PEO2;PEO3;T1" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000151729" "ENST00000281456;ENST00000491736" "ENSP00000281456;ENSP00000476711" "P12235" "SLC25A4" "291" "solute carrier family 25 member 4" "ANT1;PEO2;PEO3;T1" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000151790" "ENST00000503634;ENST00000506181;ENST00000506072;ENST00000507590;ENST00000509738;ENST00000536354;ENST00000512584;ENST00000510293" "ENSP00000423394;ENSP00000424384;ENSP00000444788" "P48775" "TDO2" "6999" "tryptophan 2,3-dioxygenase" "TDO;TPH2" "Cytosol" "CellAtlas" "ENSG00000151883" "ENST00000503790;ENST00000505697;ENST00000511363;ENST00000507812;ENST00000503888;ENST00000510303;ENST00000502524;ENST00000281631;ENST00000515175;ENST00000513414;ENST00000510040;ENST00000513738;ENST00000503665;ENST00000503707;ENST00000514067;ENST00000503046;ENST00000503193;ENST00000515166;ENST00000505554;ENST00000505180;ENST00000503561;ENST00000514342" "ENSP00000422217;ENSP00000422183;ENSP00000421503;ENSP00000422288;ENSP00000426243;ENSP00000281631;ENSP00000423133;ENSP00000422355;ENSP00000427138;ENSP00000426679;ENSP00000424814;ENSP00000421708;ENSP00000424916;ENSP00000424485;ENSP00000423946;ENSP00000439022" "Q8N3A8" "PARP8" "79668" "poly(ADP-ribose) polymerase family member 8" "ARTD16;FLJ21308;pART16" "Cytosol;Nucleus" "CellAtlas" "ENSG00000152127" "ENST00000481801;ENST00000468758;ENST00000409645;ENST00000488365;ENST00000281923" "ENSP00000386377;ENSP00000281923" "Q09328" "MGAT5" "4249" "alpha-1,6-mannosylglycoprotein 6-beta-N-acetylglucosaminyltransferase" "GNT-V;MGAT5A" "Golgi apparatus" "SwissProt" -"ENSG00000152234" "ENST00000398752;ENST00000586523;ENST00000590156;ENST00000590665;ENST00000586592;ENST00000587902;ENST00000592364;ENST00000589252;ENST00000589869;ENST00000589611;ENST00000590406;ENST00000590324;ENST00000590448;ENST00000591981;ENST00000592989;ENST00000585650;ENST00000591267;ENST00000588390;ENST00000593152;ENST00000282050" "ENSP00000381736;ENSP00000466309;ENSP00000467037;ENSP00000466275;ENSP00000468618;ENSP00000466975;ENSP00000465497;ENSP00000468458;ENSP00000465259;ENSP00000465805;ENSP00000467830;ENSP00000467983;ENSP00000465477;ENSP00000282050" "P25705" "ATP5F1A" "498" "ATP synthase F1 subunit alpha" "ATP5A;ATP5A1;ATP5AL2;ATPM;hATP1;OMR;ORM" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000152234" "ENST00000398752;ENST00000586523;ENST00000590156;ENST00000590665;ENST00000586592;ENST00000587902;ENST00000592364;ENST00000589252;ENST00000589869;ENST00000589611;ENST00000590406;ENST00000590324;ENST00000590448;ENST00000591981;ENST00000592989;ENST00000585650;ENST00000591267;ENST00000588390;ENST00000593152;ENST00000282050" "ENSP00000381736;ENSP00000466309;ENSP00000467037;ENSP00000466275;ENSP00000468618;ENSP00000466975;ENSP00000465497;ENSP00000468458;ENSP00000465259;ENSP00000465805;ENSP00000467830;ENSP00000467983;ENSP00000465477;ENSP00000282050" "P25705" "ATP5F1A" "498" "ATP synthase F1 subunit alpha" "ATP5A;ATP5A1;ATP5AL2;ATPM;hATP1;OMR;ORM" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000152254" "ENST00000429379;ENST00000375363;ENST00000282075;ENST00000421979;ENST00000461586" "ENSP00000396939;ENSP00000364512;ENSP00000282075;ENSP00000392183" "Q9NQR9" "G6PC2" "57818" "glucose-6-phosphatase catalytic subunit 2" "IGRP" "Endoplasmic reticulum" "SwissProt" "ENSG00000152256" "ENST00000443353;ENST00000436490;ENST00000282077;ENST00000392571;ENST00000410055;ENST00000431718;ENST00000416991;ENST00000439519;ENST00000466437" "ENSP00000399558;ENSP00000406608;ENSP00000282077;ENSP00000376352;ENSP00000386985;ENSP00000413629;ENSP00000399160;ENSP00000388366" "Q15118" "PDK1" "5163" "pyruvate dehydrogenase kinase 1" "" "Mitochondria" "SwissProt" "ENSG00000152270" "ENST00000282096;ENST00000455098;ENST00000534317;ENST00000532740;ENST00000525439" "ENSP00000282096;ENSP00000388644" "Q13370" "PDE3B" "5140" "phosphodiesterase 3B" "HcGIP1" "Endoplasmic reticulum" "CellAtlas" "ENSG00000152402" "ENST00000526355;ENST00000282249;ENST00000347596" "ENSP00000431245;ENSP00000282249;ENSP00000344874" "P33402" "GUCY1A2" "2977" "guanylate cyclase 1 soluble subunit alpha 2" "GC-SA2;GUC1A2" "Cytosol" "SwissProt" -"ENSG00000152455" "ENST00000378331;ENST00000433779;ENST00000378325;ENST00000354919;ENST00000313519;ENST00000420416;ENST00000412254;ENST00000358298" "ENSP00000367582;ENSP00000388968;ENSP00000367576;ENSP00000346997;ENSP00000319208;ENSP00000392201;ENSP00000388218;ENSP00000351046" "Q9H5I1" "SUV39H2" "79723" "suppressor of variegation 3-9 homolog 2" "FLJ23414;KMT1B" "Nucleus;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000152455" "ENST00000378331;ENST00000433779;ENST00000378325;ENST00000354919;ENST00000313519;ENST00000420416;ENST00000412254;ENST00000358298" "ENSP00000367582;ENSP00000388968;ENSP00000367576;ENSP00000346997;ENSP00000319208;ENSP00000392201;ENSP00000388218;ENSP00000351046" "Q9H5I1" "SUV39H2" "79723" "suppressor of variegation 3-9 homolog 2" "FLJ23414;KMT1B" "Nucleus;Mitochondria" "SwissProt;CellAtlas" "ENSG00000152463" "ENST00000428897;ENST00000413672;ENST00000429028;ENST00000378228;ENST00000378225;ENST00000378217;ENST00000493912;ENST00000485251" "ENSP00000399290;ENSP00000399449;ENSP00000399663;ENSP00000367473;ENSP00000367470;ENSP00000367462" "Q9NV23" "OLAH" "55301" "oleoyl-ACP hydrolase" "FLJ11106;SAST;THEDC1" "Cytosol" "SwissProt" -"ENSG00000152465" "ENST00000466201;ENST00000486786;ENST00000378165;ENST00000378150;ENST00000478580" "ENSP00000367407;ENSP00000367392" "O60551" "NMT2" "9397" "N-myristoyltransferase 2" "" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000152465" "ENST00000466201;ENST00000486786;ENST00000378165;ENST00000378150;ENST00000478580" "ENSP00000367407;ENSP00000367392" "O60551" "NMT2" "9397" "N-myristoyltransferase 2" "" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000152484" "ENST00000282344;ENST00000612674;ENST00000620323" "ENSP00000282344;ENSP00000480395;ENSP00000478929" "O75317" "USP12" "219333" "ubiquitin specific peptidase 12" "USP12L1" "Nucleus" "CellAtlas" -"ENSG00000152556" "ENST00000550345;ENST00000549003;ENST00000550924;ENST00000549941;ENST00000550257;ENST00000340802;ENST00000547581;ENST00000546755;ENST00000549366;ENST00000642730;ENST00000552792;ENST00000548288;ENST00000547066;ENST00000551339;ENST00000546964;ENST00000548720;ENST00000552989;ENST00000551548;ENST00000551485;ENST00000359794;ENST00000548345;ENST00000551804;ENST00000549022;ENST00000547587;ENST00000546465;ENST00000547148;ENST00000552752;ENST00000550802;ENST00000552214;ENST00000552818;ENST00000312352;ENST00000629846" "ENSP00000450369;ENSP00000449835;ENSP00000446945;ENSP00000446829;ENSP00000447997;ENSP00000345771;ENSP00000447992;ENSP00000450173;ENSP00000449622;ENSP00000496597;ENSP00000448940;ENSP00000448018;ENSP00000448318;ENSP00000448253;ENSP00000447774;ENSP00000448315;ENSP00000352842;ENSP00000449269;ENSP00000448177;ENSP00000446805;ENSP00000449426;ENSP00000446519;ENSP00000446740;ENSP00000309438;ENSP00000486196" "P08237" "PFKM" "5213" "phosphofructokinase, muscle" "PFK-1;PFKX;PPP1R122" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000152620" "ENST00000381937;ENST00000397338;ENST00000404560;ENST00000282512;ENST00000511613;ENST00000506945;ENST00000502355;ENST00000509225;ENST00000617628;ENST00000514504;ENST00000511088" "ENSP00000371362;ENSP00000380499;ENSP00000282512;ENSP00000422250;ENSP00000424166;ENSP00000480506;ENSP00000421029;ENSP00000426084" "Q4G0N4" "NADK2" "133686" "NAD kinase 2, mitochondrial" "C5orf33;FLJ30596;MNADK;NADKD1" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000152556" "ENST00000550345;ENST00000549003;ENST00000550924;ENST00000549941;ENST00000550257;ENST00000340802;ENST00000547581;ENST00000546755;ENST00000549366;ENST00000642730;ENST00000552792;ENST00000548288;ENST00000547066;ENST00000551339;ENST00000546964;ENST00000548720;ENST00000552989;ENST00000551548;ENST00000551485;ENST00000359794;ENST00000548345;ENST00000551804;ENST00000549022;ENST00000547587;ENST00000546465;ENST00000547148;ENST00000552752;ENST00000550802;ENST00000552214;ENST00000552818;ENST00000312352;ENST00000629846" "ENSP00000450369;ENSP00000449835;ENSP00000446945;ENSP00000446829;ENSP00000447997;ENSP00000345771;ENSP00000447992;ENSP00000450173;ENSP00000449622;ENSP00000496597;ENSP00000448940;ENSP00000448018;ENSP00000448318;ENSP00000448253;ENSP00000447774;ENSP00000448315;ENSP00000352842;ENSP00000449269;ENSP00000448177;ENSP00000446805;ENSP00000449426;ENSP00000446519;ENSP00000446740;ENSP00000309438;ENSP00000486196" "P08237" "PFKM" "5213" "phosphofructokinase, muscle" "PFK-1;PFKX;PPP1R122" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000152620" "ENST00000381937;ENST00000397338;ENST00000404560;ENST00000282512;ENST00000511613;ENST00000506945;ENST00000502355;ENST00000509225;ENST00000617628;ENST00000514504;ENST00000511088" "ENSP00000371362;ENSP00000380499;ENSP00000282512;ENSP00000422250;ENSP00000424166;ENSP00000480506;ENSP00000421029;ENSP00000426084" "Q4G0N4" "NADK2" "133686" "NAD kinase 2, mitochondrial" "C5orf33;FLJ30596;MNADK;NADKD1" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000152642" "ENST00000429432;ENST00000282541;ENST00000428684;ENST00000425459;ENST00000431009;ENST00000474846;ENST00000496151" "ENSP00000393861;ENSP00000282541;ENSP00000392199;ENSP00000408770;ENSP00000416518" "Q8N335" "GPD1L" "23171" "glycerol-3-phosphate dehydrogenase 1 like" "KIAA0089" "Cytosol" "SwissProt" -"ENSG00000152683" "ENST00000357055;ENST00000435660;ENST00000440718;ENST00000379343;ENST00000454324;ENST00000449777;ENST00000282587;ENST00000406369;ENST00000457724" "ENSP00000349563;ENSP00000399005;ENSP00000393946;ENSP00000368648;ENSP00000415790;ENSP00000388013;ENSP00000282587;ENSP00000384041;ENSP00000396634" "Q6NXT4" "SLC30A6" "55676" "solute carrier family 30 member 6" "FLJ31101;ZNT6" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000152683" "ENST00000357055;ENST00000435660;ENST00000440718;ENST00000379343;ENST00000454324;ENST00000449777;ENST00000282587;ENST00000406369;ENST00000457724" "ENSP00000349563;ENSP00000399005;ENSP00000393946;ENSP00000368648;ENSP00000415790;ENSP00000388013;ENSP00000282587;ENSP00000384041;ENSP00000396634" "Q6NXT4" "SLC30A6" "55676" "solute carrier family 30 member 6" "FLJ31101;ZNT6" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000152779" "ENST00000371790;ENST00000475682" "ENSP00000360855;ENSP00000436965" "Q6ZSM3" "SLC16A12" "387700" "solute carrier family 16 member 12" "MCT12" "Mitochondria" "CellAtlas" "ENSG00000152782" "ENST00000322191;ENST00000342512;ENST00000307534;ENST00000461829;ENST00000488482" "ENSP00000318526;ENSP00000345118;ENSP00000302108" "Q8TE04" "PANK1" "53354" "pantothenate kinase 1" "MGC24596;PANK;PANK1a;PANK1b" "Cytosol;Nucleus" "SwissProt" -"ENSG00000152904" "ENST00000488594;ENST00000471812;ENST00000282841;ENST00000391855;ENST00000482013;ENST00000489692;ENST00000497327;ENST00000358966" "ENSP00000418690;ENSP00000417772;ENSP00000282841;ENSP00000375728;ENSP00000417865;ENSP00000351852" "O95749" "GGPS1" "9453" "geranylgeranyl diphosphate synthase 1" "GGPPS1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000152952" "ENST00000461497;ENST00000282903;ENST00000360060;ENST00000494950;ENST00000495700;ENST00000475505;ENST00000478436;ENST00000460520;ENST00000469350;ENST00000480704" "ENSP00000419354;ENSP00000282903;ENSP00000353170;ENSP00000420094;ENSP00000419963;ENSP00000419880" "O00469" "PLOD2" "5352" "procollagen-lysine,2-oxoglutarate 5-dioxygenase 2" "LH2" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000153015" "ENST00000381070;ENST00000508024;ENST00000485990;ENST00000506168;ENST00000545000" "ENSP00000370460;ENSP00000426802" "Q6UX04" "CWC27" "10283" "CWC27 spliceosome associated cyclophilin" "NY-CO-10;SDCCAG-10;SDCCAG10" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000152904" "ENST00000488594;ENST00000471812;ENST00000282841;ENST00000391855;ENST00000482013;ENST00000489692;ENST00000497327;ENST00000358966" "ENSP00000418690;ENSP00000417772;ENSP00000282841;ENSP00000375728;ENSP00000417865;ENSP00000351852" "O95749" "GGPS1" "9453" "geranylgeranyl diphosphate synthase 1" "GGPPS1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000152952" "ENST00000461497;ENST00000282903;ENST00000360060;ENST00000494950;ENST00000495700;ENST00000475505;ENST00000478436;ENST00000460520;ENST00000469350;ENST00000480704" "ENSP00000419354;ENSP00000282903;ENSP00000353170;ENSP00000420094;ENSP00000419963;ENSP00000419880" "O00469" "PLOD2" "5352" "procollagen-lysine,2-oxoglutarate 5-dioxygenase 2" "LH2" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000153015" "ENST00000381070;ENST00000508024;ENST00000485990;ENST00000506168;ENST00000545000" "ENSP00000370460;ENSP00000426802" "Q6UX04" "CWC27" "10283" "CWC27 spliceosome associated cyclophilin" "NY-CO-10;SDCCAG-10;SDCCAG10" "Nucleus" "SwissProt;CellAtlas" "ENSG00000153086" "ENST00000356140;ENST00000485893;ENST00000392928;ENST00000498093" "ENSP00000348459;ENSP00000376659" "Q8TDX5" "ACMSD" "130013" "aminocarboxymuconate semialdehyde decarboxylase" "" "Cytosol" "CellAtlas" -"ENSG00000153201" "ENST00000283195;ENST00000425282;ENST00000495924;ENST00000495506;ENST00000629728" "ENSP00000283195;ENSP00000398970;ENSP00000485979" "P49792" "RANBP2" "5903" "RAN binding protein 2" "ADANE;ANE1;NUP358" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000153207" "ENST00000470300;ENST00000366508;ENST00000326225;ENST00000648844;ENST00000498601;ENST00000483900;ENST00000477526" "ENSP00000355464;ENSP00000355465;ENSP00000497061;ENSP00000418007" "Q8WYP5" "AHCTF1" "25909" "AT-hook containing transcription factor 1" "ELYS" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000153201" "ENST00000283195;ENST00000425282;ENST00000495924;ENST00000495506;ENST00000629728" "ENSP00000283195;ENSP00000398970;ENSP00000485979" "P49792" "RANBP2" "5903" "RAN binding protein 2" "ADANE;ANE1;NUP358" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000153207" "ENST00000470300;ENST00000366508;ENST00000326225;ENST00000648844;ENST00000498601;ENST00000483900;ENST00000477526" "ENSP00000355464;ENSP00000355465;ENSP00000497061;ENSP00000418007" "Q8WYP5" "AHCTF1" "25909" "AT-hook containing transcription factor 1" "ELYS" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000153291" "ENST00000411689;ENST00000371347;ENST00000603486;ENST00000604908;ENST00000604217;ENST00000604127;ENST00000604616;ENST00000603501" "ENSP00000412024;ENSP00000360398;ENSP00000474781;ENSP00000474429;ENSP00000474828;ENSP00000473804" "O95847" "SLC25A27" "9481" "solute carrier family 25 member 27" "FLJ33552;UCP4" "Mitochondria" "CellAtlas" -"ENSG00000153395" "ENST00000475622;ENST00000283415;ENST00000503252;ENST00000513757;ENST00000514484;ENST00000507282" "ENSP00000423472;ENSP00000283415" "Q8NF37" "LPCAT1" "79888" "lysophosphatidylcholine acyltransferase 1" "AGPAT10;AGPAT9;AYTL2;FLJ12443" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000153395" "ENST00000475622;ENST00000283415;ENST00000503252;ENST00000513757;ENST00000514484;ENST00000507282" "ENSP00000423472;ENSP00000283415" "Q8NF37" "LPCAT1" "79888" "lysophosphatidylcholine acyltransferase 1" "AGPAT10;AGPAT9;AYTL2;FLJ12443" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000153574" "ENST00000283646" "ENSP00000283646" "P49247" "RPIA" "22934" "ribose 5-phosphate isomerase A" "" "Nucleus" "CellAtlas" -"ENSG00000153786" "ENST00000313732;ENST00000344861;ENST00000564526;ENST00000564466;ENST00000569377;ENST00000566909;ENST00000569488;ENST00000569017" "ENSP00000315604;ENSP00000341681;ENSP00000456782;ENSP00000454965;ENSP00000454390" "Q9NXF8" "ZDHHC7" "55625" "zinc finger DHHC-type palmitoyltransferase 7" "DHHC7;FLJ10792;FLJ20279;SERZ-B;SERZ1;ZNF370" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000153827" "ENST00000675453;ENST00000675903;ENST00000283943;ENST00000675423;ENST00000389045;ENST00000389044;ENST00000418123;ENST00000459841;ENST00000470302;ENST00000495322;ENST00000461189;ENST00000487178;ENST00000479037;ENST00000477441;ENST00000409677;ENST00000453485;ENST00000435716;ENST00000428959;ENST00000430954;ENST00000343290" "ENSP00000502271;ENSP00000502713;ENSP00000283943;ENSP00000502768;ENSP00000373697;ENSP00000373696;ENSP00000408330;ENSP00000386388;ENSP00000400967;ENSP00000409460;ENSP00000414385;ENSP00000389827;ENSP00000342442" "Q14669" "TRIP12" "9320" "thyroid hormone receptor interactor 12" "KIAA0045;TRIPC;ULF" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000153786" "ENST00000313732;ENST00000344861;ENST00000564526;ENST00000564466;ENST00000569377;ENST00000566909;ENST00000569488;ENST00000569017" "ENSP00000315604;ENSP00000341681;ENSP00000456782;ENSP00000454965;ENSP00000454390" "Q9NXF8" "ZDHHC7" "55625" "zinc finger DHHC-type palmitoyltransferase 7" "DHHC7;FLJ10792;FLJ20279;SERZ-B;SERZ1;ZNF370" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000153827" "ENST00000675453;ENST00000675903;ENST00000283943;ENST00000675423;ENST00000389045;ENST00000389044;ENST00000418123;ENST00000459841;ENST00000470302;ENST00000495322;ENST00000461189;ENST00000487178;ENST00000479037;ENST00000477441;ENST00000409677;ENST00000453485;ENST00000435716;ENST00000428959;ENST00000430954;ENST00000343290" "ENSP00000502271;ENSP00000502713;ENSP00000283943;ENSP00000502768;ENSP00000373697;ENSP00000373696;ENSP00000408330;ENSP00000386388;ENSP00000400967;ENSP00000409460;ENSP00000414385;ENSP00000389827;ENSP00000342442" "Q14669" "TRIP12" "9320" "thyroid hormone receptor interactor 12" "KIAA0045;TRIPC;ULF" "Nucleus" "SwissProt;CellAtlas" "ENSG00000153904" "ENST00000426972;ENST00000284031;ENST00000633113" "ENSP00000411189;ENSP00000284031;ENSP00000488725" "O94760" "DDAH1" "23576" "dimethylarginine dimethylaminohydrolase 1" "DDAH" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000153933" "ENST00000572810;ENST00000576869;ENST00000284061;ENST00000572944;ENST00000571084;ENST00000570738" "ENSP00000459295;ENSP00000284061;ENSP00000458493;ENSP00000459958" "P52429" "DGKE" "8526" "diacylglycerol kinase epsilon" "DAGK6;DGK" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000153936" "ENST00000370551;ENST00000370550;ENST00000591456" "ENSP00000359582;ENSP00000359581;ENSP00000467253" "Q7LGA3" "HS2ST1" "9653" "heparan sulfate 2-O-sulfotransferase 1" "KIAA0448" "Golgi apparatus;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000153933" "ENST00000572810;ENST00000576869;ENST00000284061;ENST00000572944;ENST00000571084;ENST00000570738" "ENSP00000459295;ENSP00000284061;ENSP00000458493;ENSP00000459958" "P52429" "DGKE" "8526" "diacylglycerol kinase epsilon" "DAGK6;DGK" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000153936" "ENST00000370551;ENST00000370550;ENST00000591456" "ENSP00000359582;ENSP00000359581;ENSP00000467253" "Q7LGA3" "HS2ST1" "9653" "heparan sulfate 2-O-sulfotransferase 1" "KIAA0448" "Golgi apparatus;Mitochondria" "SwissProt;CellAtlas" "ENSG00000153976" "ENST00000284110;ENST00000578576" "ENSP00000284110;ENSP00000462696" "Q9Y663" "HS3ST3A1" "9955" "heparan sulfate-glucosamine 3-sulfotransferase 3A1" "30ST3A1;3OST3A1" "Golgi apparatus" "SwissProt" "ENSG00000154025" "ENST00000317977;ENST00000395647;ENST00000395643;ENST00000395645;ENST00000584658;ENST00000417251" "ENSP00000324346;ENSP00000379008;ENSP00000379005;ENSP00000379007;ENSP00000401875" "A0PJK1" "SLC5A10" "125206" "solute carrier family 5 member 10" "SGLT5" "" "" -"ENSG00000154027" "ENST00000354567;ENST00000317704;ENST00000344720;ENST00000478407;ENST00000469394;ENST00000466114;ENST00000524494;ENST00000465146;ENST00000530826;ENST00000527263;ENST00000478255;ENST00000466393;ENST00000531672" "ENSP00000346577;ENSP00000341430;ENSP00000434409;ENSP00000436859;ENSP00000433915" "Q9Y6K8" "AK5" "26289" "adenylate kinase 5" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000154027" "ENST00000354567;ENST00000317704;ENST00000344720;ENST00000478407;ENST00000469394;ENST00000466114;ENST00000524494;ENST00000465146;ENST00000530826;ENST00000527263;ENST00000478255;ENST00000466393;ENST00000531672" "ENSP00000346577;ENSP00000341430;ENSP00000434409;ENSP00000436859;ENSP00000433915" "Q9Y6K8" "AK5" "26289" "adenylate kinase 5" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000154080" "ENST00000618847;ENST00000581714;ENST00000580774" "ENSP00000480991;ENSP00000462852;ENSP00000464655" "Q7L1S5" "CHST9" "83539" "carbohydrate sulfotransferase 9" "GALNAC-4-ST2;GALNAC4ST-2" "" "" -"ENSG00000154227" "ENST00000679737;ENST00000284382;ENST00000538112;ENST00000394113;ENST00000560944;ENST00000560348;ENST00000558884;ENST00000559023;ENST00000559639" "ENSP00000506641;ENSP00000284382;ENSP00000437640;ENSP00000377672;ENSP00000453816;ENSP00000453598" "Q8IU89" "CERS3" "204219" "ceramide synthase 3" "LASS3;MGC27091" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000154227" "ENST00000679737;ENST00000284382;ENST00000538112;ENST00000394113;ENST00000560944;ENST00000560348;ENST00000558884;ENST00000559023;ENST00000559639" "ENSP00000506641;ENSP00000284382;ENSP00000437640;ENSP00000377672;ENSP00000453816;ENSP00000453598" "Q8IU89" "CERS3" "204219" "ceramide synthase 3" "LASS3;MGC27091" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000154252" "ENST00000192314" "ENSP00000192314" "Q9H3Q3" "GAL3ST2" "64090" "galactose-3-O-sulfotransferase 2" "GP3ST" "Golgi apparatus" "SwissProt" "ENSG00000154269" "ENST00000427707;ENST00000414305;ENST00000423831;ENST00000470930;ENST00000494023;ENST00000357639;ENST00000358229" "ENSP00000415589;ENSP00000406261;ENSP00000408642;ENSP00000350265;ENSP00000350964" "O14638" "ENPP3" "5169" "ectonucleotide pyrophosphatase/phosphodiesterase 3" "B10;CD203c;gp130RB13-6;PD-IBETA;PDNP3" "" "" "ENSG00000154305" "ENST00000344922;ENST00000470521;ENST00000354906;ENST00000340535;ENST00000495210;ENST00000467190;ENST00000476400;ENST00000475451;ENST00000479370;ENST00000450260;ENST00000477519" "ENSP00000340900;ENSP00000355062;ENSP00000345866" "Q5JRA6" "MIA3" "375056" "MIA SH3 domain ER export factor 3" "FLJ39207;KIAA0268;TANGO;TANGO1;UNQ6077" "Endoplasmic reticulum" "SwissProt" -"ENSG00000154330" "ENST00000604870;ENST00000396392;ENST00000396396;ENST00000431583;ENST00000587852;ENST00000472639;ENST00000496758" "ENSP00000379674;ENSP00000379678;ENSP00000394864" "Q15124" "PGM5" "5239" "phosphoglucomutase 5" "PGMRP" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000154370" "ENST00000493030;ENST00000284551;ENST00000602582;ENST00000475775;ENST00000366699;ENST00000602308" "ENSP00000473360;ENSP00000284551;ENSP00000473574;ENSP00000355660;ENSP00000473579" "Q96F44" "TRIM11" "81559" "tripartite motif containing 11" "BIA1;RNF92" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000154330" "ENST00000604870;ENST00000396392;ENST00000396396;ENST00000431583;ENST00000587852;ENST00000472639;ENST00000496758" "ENSP00000379674;ENSP00000379678;ENSP00000394864" "Q15124" "PGM5" "5239" "phosphoglucomutase 5" "PGMRP" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000154370" "ENST00000493030;ENST00000284551;ENST00000602582;ENST00000475775;ENST00000366699;ENST00000602308" "ENSP00000473360;ENSP00000284551;ENSP00000473574;ENSP00000355660;ENSP00000473579" "Q96F44" "TRIM11" "81559" "tripartite motif containing 11" "BIA1;RNF92" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000154447" "ENST00000284637;ENST00000511421;ENST00000508685;ENST00000502315;ENST00000510806" "ENSP00000284637;ENSP00000426418;ENSP00000427585;ENSP00000421714" "Q7Z6J0" "SH3RF1" "57630" "SH3 domain containing ring finger 1" "KIAA1494;POSH;RNF142;SH3MD2" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000154518" "ENST00000284727;ENST00000409194;ENST00000392541;ENST00000497075;ENST00000472782" "ENSP00000284727;ENSP00000387317;ENSP00000376324" "P48201" "ATP5MC3" "518" "ATP synthase membrane subunit c locus 3" "ATP5G3" "" "" -"ENSG00000154678" "ENST00000396191;ENST00000321453;ENST00000396193;ENST00000396184;ENST00000479980;ENST00000396182;ENST00000478736;ENST00000482681;ENST00000464881;ENST00000396189;ENST00000495221;ENST00000672256" "ENSP00000379494;ENSP00000318105;ENSP00000379496;ENSP00000379487;ENSP00000379485;ENSP00000379492;ENSP00000499831" "Q14123" "PDE1C" "5137" "phosphodiesterase 1C" "Hcam3" "Nucleus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000154723" "ENST00000400099;ENST00000400094;ENST00000284971;ENST00000457143;ENST00000400090;ENST00000400087;ENST00000400093;ENST00000486002" "ENSP00000382971;ENSP00000382966;ENSP00000284971;ENSP00000389649;ENSP00000382962;ENSP00000382959;ENSP00000382965" "P18859" "ATP5PF" "522" "ATP synthase peripheral stalk subunit F6" "ATP5;ATP5A;ATP5J;ATPM;CF6" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000154678" "ENST00000396191;ENST00000321453;ENST00000396193;ENST00000396184;ENST00000479980;ENST00000396182;ENST00000478736;ENST00000482681;ENST00000464881;ENST00000396189;ENST00000495221;ENST00000672256" "ENSP00000379494;ENSP00000318105;ENSP00000379496;ENSP00000379487;ENSP00000379485;ENSP00000379492;ENSP00000499831" "Q14123" "PDE1C" "5137" "phosphodiesterase 1C" "Hcam3" "Nucleus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000154723" "ENST00000400099;ENST00000400094;ENST00000284971;ENST00000457143;ENST00000400090;ENST00000400087;ENST00000400093;ENST00000486002" "ENSP00000382971;ENSP00000382966;ENSP00000284971;ENSP00000389649;ENSP00000382962;ENSP00000382959;ENSP00000382965" "P18859" "ATP5PF" "522" "ATP synthase peripheral stalk subunit F6" "ATP5;ATP5A;ATP5J;ATPM;CF6" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000154822" "ENST00000460467;ENST00000615277;ENST00000432376;ENST00000419842" "ENSP00000478458;ENSP00000412836;ENSP00000404433" "Q9UPR0" "PLCL2" "23228" "phospholipase C like 2" "KIAA1092;PLCE2" "Cytosol" "SwissProt" "ENSG00000154914" "ENST00000570827;ENST00000285199;ENST00000570475;ENST00000574408;ENST00000575346;ENST00000573955" "ENSP00000285199;ENSP00000458963;ENSP00000459328;ENSP00000477318" "Q70EL4" "USP43" "124739" "ubiquitin specific peptidase 43" "FLJ30626" "Nucleus" "CellAtlas" "ENSG00000154930" "ENST00000484396;ENST00000323482;ENST00000376726;ENST00000432802;ENST00000537502" "ENSP00000316924;ENSP00000365916;ENSP00000388793;ENSP00000439304" "Q9NUB1" "ACSS1" "84532" "acyl-CoA synthetase short chain family member 1" "ACAS2L;AceCS2L;dJ568C11.3;MGC33843" "Mitochondria" "SwissProt" -"ENSG00000155016" "ENST00000332884;ENST00000513302;ENST00000508453" "ENSP00000333212;ENSP00000423667" "Q7Z449" "CYP2U1" "113612" "cytochrome P450 family 2 subfamily U member 1" "SPG49;SPG56" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000155085" "ENST00000470564;ENST00000490722;ENST00000491875;ENST00000355283;ENST00000466992;ENST00000368948;ENST00000285397;ENST00000524674;ENST00000448084;ENST00000605986;ENST00000532976;ENST00000424296" "ENSP00000418771;ENSP00000419758;ENSP00000418670;ENSP00000347431;ENSP00000357944;ENSP00000285397;ENSP00000431394;ENSP00000407510;ENSP00000475585;ENSP00000436325;ENSP00000410186" "Q5TCS8" "AK9" "221264" "adenylate kinase 9" "AKD1;AKD2;C6orf199;C6orf224;dJ70A9.1;FLJ25791;FLJ42177;MGC26954" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000155097" "ENST00000518857;ENST00000395862;ENST00000521514;ENST00000518738;ENST00000521671;ENST00000518959" "ENSP00000428204;ENSP00000379203;ENSP00000430129;ENSP00000430282" "P21283" "ATP6V1C1" "528" "ATPase H+ transporting V1 subunit C1" "ATP6C;ATP6D;VATC;Vma5" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000155016" "ENST00000332884;ENST00000513302;ENST00000508453" "ENSP00000333212;ENSP00000423667" "Q7Z449" "CYP2U1" "113612" "cytochrome P450 family 2 subfamily U member 1" "SPG49;SPG56" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000155085" "ENST00000470564;ENST00000490722;ENST00000491875;ENST00000355283;ENST00000466992;ENST00000368948;ENST00000285397;ENST00000524674;ENST00000448084;ENST00000605986;ENST00000532976;ENST00000424296" "ENSP00000418771;ENSP00000419758;ENSP00000418670;ENSP00000347431;ENSP00000357944;ENSP00000285397;ENSP00000431394;ENSP00000407510;ENSP00000475585;ENSP00000436325;ENSP00000410186" "Q5TCS8" "AK9" "221264" "adenylate kinase 9" "AKD1;AKD2;C6orf199;C6orf224;dJ70A9.1;FLJ25791;FLJ42177;MGC26954" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000155097" "ENST00000518857;ENST00000395862;ENST00000521514;ENST00000518738;ENST00000521671;ENST00000518959" "ENSP00000428204;ENSP00000379203;ENSP00000430129;ENSP00000430282" "P21283" "ATP6V1C1" "528" "ATPase H+ transporting V1 subunit C1" "ATP6C;ATP6D;VATC;Vma5" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000155099" "ENST00000285419;ENST00000520709;ENST00000518359;ENST00000520014;ENST00000518869;ENST00000630164" "ENSP00000285419;ENSP00000430707;ENSP00000429280;ENSP00000427974;ENSP00000429112;ENSP00000486788" "Q8N4L2" "PIP4P2" "55529" "phosphatidylinositol-4,5-bisphosphate 4-phosphatase 2" "DKFZp762O076;TMEM55A" "Cytosol;Lysosome" "SwissProt" -"ENSG00000155189" "ENST00000285518;ENST00000523234;ENST00000518327;ENST00000523586;ENST00000530716;ENST00000533648;ENST00000533159" "ENSP00000285518;ENSP00000430016;ENSP00000430751;ENSP00000428152" "Q9NUQ2" "AGPAT5" "55326" "1-acylglycerol-3-phosphate O-acyltransferase 5" "FLJ11210;LPAAT-e;LPAAT-epsilon" "Endoplasmic reticulum;Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000155189" "ENST00000285518;ENST00000523234;ENST00000518327;ENST00000523586;ENST00000530716;ENST00000533648;ENST00000533159" "ENSP00000285518;ENSP00000430016;ENSP00000430751;ENSP00000428152" "Q9NUQ2" "AGPAT5" "55326" "1-acylglycerol-3-phosphate O-acyltransferase 5" "FLJ11210;LPAAT-e;LPAAT-epsilon" "Endoplasmic reticulum;Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000155252" "ENST00000370631" "ENSP00000359665" "Q9BTU6" "PI4K2A" "55361" "phosphatidylinositol 4-kinase type 2 alpha" "DKFZP761G1923;PI4KII;PIK42A" "Mitochondria;Cytosol;Golgi apparatus" "SwissProt" "ENSG00000155287" "ENST00000434701;ENST00000370495;ENST00000496035;ENST00000479722" "ENSP00000399102;ENSP00000359526" "Q96A46" "SLC25A28" "81894" "solute carrier family 25 member 28" "MRS3/4;MRS4L" "" "" -"ENSG00000155313" "ENST00000285679;ENST00000351097;ENST00000285681;ENST00000547201;ENST00000549362;ENST00000464435;ENST00000453553;ENST00000449491;ENST00000478932;ENST00000400183" "ENSP00000285679;ENSP00000299574;ENSP00000285681;ENSP00000404086;ENSP00000402354;ENSP00000383044" "Q9UHP3" "USP25" "29761" "ubiquitin specific peptidase 25" "USP21" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000155313" "ENST00000285679;ENST00000351097;ENST00000285681;ENST00000547201;ENST00000549362;ENST00000464435;ENST00000453553;ENST00000449491;ENST00000478932;ENST00000400183" "ENSP00000285679;ENSP00000299574;ENSP00000285681;ENSP00000404086;ENSP00000402354;ENSP00000383044" "Q9UHP3" "USP25" "29761" "ubiquitin specific peptidase 25" "USP21" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000155368" "ENST00000355857;ENST00000492375;ENST00000627093;ENST00000409094;ENST00000311521;ENST00000460901;ENST00000627305;ENST00000393103;ENST00000475783;ENST00000535757;ENST00000535617;ENST00000542275" "ENSP00000348116;ENSP00000486281;ENSP00000386486;ENSP00000311117;ENSP00000486361;ENSP00000376815;ENSP00000439012;ENSP00000442917;ENSP00000440698" "P07108" "DBI" "1622" "diazepam binding inhibitor, acyl-CoA binding protein" "ACBD1;ACBP" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000155380" "ENST00000443580;ENST00000369626;ENST00000679803;ENST00000538576;ENST00000458229;ENST00000429288;ENST00000679846;ENST00000481750;ENST00000478835" "ENSP00000399104;ENSP00000358640;ENSP00000505879;ENSP00000441065;ENSP00000416167;ENSP00000397106" "P53985" "SLC16A1" "6566" "solute carrier family 16 member 1" "MCT;MCT1" "" "" "ENSG00000155465" "ENST00000674313;ENST00000285850;ENST00000555702;ENST00000397532;ENST00000556287;ENST00000397529;ENST00000397528;ENST00000554061;ENST00000555678;ENST00000554517;ENST00000556350;ENST00000554758;ENST00000488800;ENST00000555251;ENST00000557629;ENST00000555911;ENST00000557129;ENST00000554741;ENST00000555959;ENST00000553874;ENST00000553351;ENST00000553632" "ENSP00000501493;ENSP00000285850;ENSP00000451881;ENSP00000380666;ENSP00000450715;ENSP00000380663;ENSP00000380662;ENSP00000452083;ENSP00000451026;ENSP00000450671;ENSP00000421554;ENSP00000451983;ENSP00000450495;ENSP00000452551;ENSP00000450729;ENSP00000451063;ENSP00000452256" "Q9UM01" "SLC7A7" "9056" "solute carrier family 7 member 7" "LPI;y+LAT-1" "" "" "ENSG00000155561" "ENST00000285968;ENST00000489493;ENST00000462316;ENST00000607647;ENST00000472132;ENST00000463247;ENST00000477620;ENST00000461255;ENST00000490439;ENST00000491089" "ENSP00000285968;ENSP00000475665;ENSP00000475539;ENSP00000475318;ENSP00000475877" "Q92621" "NUP205" "23165" "nucleoporin 205" "C7orf14;KIAA0225" "Cytosol;Nucleus" "SwissProt" -"ENSG00000155660" "ENST00000652332;ENST00000286091;ENST00000466592;ENST00000413966" "ENSP00000499129;ENSP00000286091;ENSP00000408628" "P13667" "PDIA4" "9601" "protein disulfide isomerase family A member 4" "ERP70;ERP72" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000155827" "ENST00000389120;ENST00000374819;ENST00000479306;ENST00000481046;ENST00000466817;ENST00000478072" "ENSP00000373772;ENSP00000363952;ENSP00000419201;ENSP00000418924" "Q5VTR2" "RNF20" "56254" "ring finger protein 20" "BRE1;BRE1A;FLJ11189;FLJ20382;hBRE1;KAIA2779" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000155660" "ENST00000652332;ENST00000286091;ENST00000466592;ENST00000413966" "ENSP00000499129;ENSP00000286091;ENSP00000408628" "P13667" "PDIA4" "9601" "protein disulfide isomerase family A member 4" "ERP70;ERP72" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000155827" "ENST00000389120;ENST00000374819;ENST00000479306;ENST00000481046;ENST00000466817;ENST00000478072" "ENSP00000373772;ENSP00000363952;ENSP00000419201;ENSP00000418924" "Q5VTR2" "RNF20" "56254" "ring finger protein 20" "BRE1;BRE1A;FLJ11189;FLJ20382;hBRE1;KAIA2779" "Nucleus" "SwissProt;CellAtlas" "ENSG00000155850" "ENST00000286298;ENST00000433184;ENST00000503336" "ENSP00000286298;ENSP00000405496;ENSP00000426053" "P50443" "SLC26A2" "1836" "solute carrier family 26 member 2" "DTD;DTDST" "" "" "ENSG00000155886" "ENST00000341998;ENST00000286344" "ENSP00000344801;ENSP00000286344" "Q9UI40" "SLC24A2" "25769" "solute carrier family 24 member 2" "NCKX2" "" "" "ENSG00000155893" "ENST00000505013;ENST00000636601;ENST00000514880;ENST00000286353;ENST00000637751;ENST00000502783;ENST00000393010;ENST00000511968;ENST00000514680;ENST00000513528;ENST00000505502;ENST00000513007;ENST00000637579;ENST00000512457;ENST00000504264;ENST00000508812;ENST00000514263" "ENSP00000421271;ENSP00000490861;ENSP00000425264;ENSP00000286353;ENSP00000490743;ENSP00000422558;ENSP00000376733;ENSP00000426956;ENSP00000426348;ENSP00000490114;ENSP00000423702;ENSP00000426877;ENSP00000422901" "Q8TE99" "PXYLP1" "92370" "2-phosphoxylose phosphatase 1" "ACPL2;FLJ23751" "Golgi apparatus" "SwissProt" "ENSG00000155897" "ENST00000286355;ENST00000377928;ENST00000522949" "ENSP00000286355;ENSP00000367161;ENSP00000428010" "P40145" "ADCY8" "114" "adenylate cyclase 8" "AC8;ADCY3;HBAC1" "Cytosol" "SwissProt" "ENSG00000156006" "ENST00000286479;ENST00000520116" "ENSP00000286479;ENSP00000428416" "P11245" "NAT2" "10" "N-acetyltransferase 2" "AAC2" "Cytosol" "SwissProt" "ENSG00000156096" "ENST00000512583;ENST00000305107;ENST00000506580;ENST00000502655;ENST00000503836;ENST00000510114;ENST00000639621" "ENSP00000421290;ENSP00000305221;ENSP00000421113;ENSP00000491743" "P06133" "UGT2B4" "7363" "UDP glucuronosyltransferase family 2 member B4" "UGT2B11" "Endoplasmic reticulum" "SwissProt" -"ENSG00000156110" "ENST00000672429;ENST00000539909;ENST00000286621;ENST00000478611;ENST00000673352;ENST00000673310;ENST00000372734;ENST00000672920;ENST00000672394;ENST00000673027;ENST00000541550;ENST00000672604;ENST00000467840;ENST00000661461" "ENSP00000500292;ENSP00000443965;ENSP00000286621;ENSP00000500114;ENSP00000500056;ENSP00000500097;ENSP00000361819;ENSP00000500141;ENSP00000500390;ENSP00000500201;ENSP00000438321;ENSP00000499911" "P55263" "ADK" "132" "adenosine kinase" "AK" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000156136" "ENST00000509617;ENST00000286648;ENST00000503359;ENST00000504730;ENST00000504952;ENST00000509764" "ENSP00000422971;ENSP00000286648;ENSP00000426389;ENSP00000425578;ENSP00000421508" "P27707" "DCK" "1633" "deoxycytidine kinase" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000156110" "ENST00000672429;ENST00000539909;ENST00000286621;ENST00000478611;ENST00000673352;ENST00000673310;ENST00000372734;ENST00000672920;ENST00000672394;ENST00000673027;ENST00000541550;ENST00000672604;ENST00000467840;ENST00000661461" "ENSP00000500292;ENSP00000443965;ENSP00000286621;ENSP00000500114;ENSP00000500056;ENSP00000500097;ENSP00000361819;ENSP00000500141;ENSP00000500390;ENSP00000500201;ENSP00000438321;ENSP00000499911" "P55263" "ADK" "132" "adenosine kinase" "AK" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000156136" "ENST00000509617;ENST00000286648;ENST00000503359;ENST00000504730;ENST00000504952;ENST00000509764" "ENSP00000422971;ENSP00000286648;ENSP00000426389;ENSP00000425578;ENSP00000421508" "P27707" "DCK" "1633" "deoxycytidine kinase" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000156219" "ENST00000513353;ENST00000510669;ENST00000341029;ENST00000513122;ENST00000504914;ENST00000355810;ENST00000349321;ENST00000513494;ENST00000510423;ENST00000395688;ENST00000504112;ENST00000506667;ENST00000506313;ENST00000511188;ENST00000510863" "ENSP00000421345;ENSP00000343843;ENSP00000422287;ENSP00000421431;ENSP00000348064;ENSP00000304313;ENSP00000425327;ENSP00000422249" "Q13508" "ART3" "419" "ADP-ribosyltransferase 3 (inactive)" "ARTC3" "" "" "ENSG00000156222" "ENST00000338602;ENST00000538177;ENST00000394573;ENST00000286749" "ENSP00000341629;ENSP00000443752;ENSP00000378074;ENSP00000286749" "O00337" "SLC28A1" "9154" "solute carrier family 28 member 1" "CNT1" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000156239" "ENST00000303775;ENST00000351429;ENST00000460212" "ENSP00000303584;ENSP00000286764;ENSP00000436490" "Q9Y5N5" "N6AMT1" "29104" "N-6 adenine-specific DNA methyltransferase 1" "C21orf127;HEMK2;KMT9;MTQ2;N6AMT;PRED28;PrmC" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000156256" "ENST00000399975;ENST00000399976;ENST00000334352;ENST00000474835;ENST00000399973;ENST00000485067" "ENSP00000382857;ENSP00000382858;ENSP00000334808;ENSP00000382855" "Q9Y5T5" "USP16" "10600" "ubiquitin specific peptidase 16" "Ubp-M" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000156269" "ENST00000511542;ENST00000513733;ENST00000286794" "ENSP00000422022;ENSP00000286794" "Q9BSU3" "NAA11" "84779" "N-alpha-acetyltransferase 11, NatA catalytic subunit" "ARD1B;ARD2;hARD2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000156239" "ENST00000303775;ENST00000351429;ENST00000460212" "ENSP00000303584;ENSP00000286764;ENSP00000436490" "Q9Y5N5" "N6AMT1" "29104" "N-6 adenine-specific DNA methyltransferase 1" "C21orf127;HEMK2;KMT9;MTQ2;N6AMT;PRED28;PrmC" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000156256" "ENST00000399975;ENST00000399976;ENST00000334352;ENST00000474835;ENST00000399973;ENST00000485067" "ENSP00000382857;ENSP00000382858;ENSP00000334808;ENSP00000382855" "Q9Y5T5" "USP16" "10600" "ubiquitin specific peptidase 16" "Ubp-M" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000156269" "ENST00000511542;ENST00000513733;ENST00000286794" "ENSP00000422022;ENSP00000286794" "Q9BSU3" "NAA11" "84779" "N-alpha-acetyltransferase 11, NatA catalytic subunit" "ARD1B;ARD2;hARD2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000156411" "ENST00000286953;ENST00000554880;ENST00000555030;ENST00000414262;ENST00000553430;ENST00000554287;ENST00000557040;ENST00000553449;ENST00000554089;ENST00000554713;ENST00000557260;ENST00000554528" "ENSP00000286953;ENSP00000452133;ENSP00000452186;ENSP00000401770;ENSP00000452462;ENSP00000450894;ENSP00000451500" "P56378" "ATP5MJ" "9556" "ATP synthase membrane subunit j" "6.8PL;ATP5MPL;C14orf2;MLQ;MP68" "Mitochondria;Nucleus" "CellAtlas" -"ENSG00000156413" "ENST00000318336;ENST00000524754;ENST00000527106;ENST00000286955;ENST00000592563;ENST00000531085;ENST00000531199;ENST00000532464;ENST00000528505;ENST00000526499;ENST00000591079" "ENSP00000313398;ENSP00000431708;ENSP00000432954;ENSP00000286955;ENSP00000466016;ENSP00000432161;ENSP00000436413;ENSP00000431880;ENSP00000433811" "P51993" "FUT6" "2528" "fucosyltransferase 6" "FCT3A;FLJ40754;FT1A;FucT-VI" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000156463" "ENST00000359120;ENST00000506591;ENST00000511217;ENST00000509286;ENST00000503848;ENST00000511705;ENST00000504522" "ENSP00000352028;ENSP00000424497" "Q8TEC5" "SH3RF2" "153769" "SH3 domain containing ring finger 2" "FLJ23654;Hepp1;POSHER;PPP1R39;RNF158" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000156413" "ENST00000318336;ENST00000524754;ENST00000527106;ENST00000286955;ENST00000592563;ENST00000531085;ENST00000531199;ENST00000532464;ENST00000528505;ENST00000526499;ENST00000591079" "ENSP00000313398;ENSP00000431708;ENSP00000432954;ENSP00000286955;ENSP00000466016;ENSP00000432161;ENSP00000436413;ENSP00000431880;ENSP00000433811" "P51993" "FUT6" "2528" "fucosyltransferase 6" "FCT3A;FLJ40754;FT1A;FucT-VI" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000156463" "ENST00000359120;ENST00000506591;ENST00000511217;ENST00000509286;ENST00000503848;ENST00000511705;ENST00000504522" "ENSP00000352028;ENSP00000424497" "Q8TEC5" "SH3RF2" "153769" "SH3 domain containing ring finger 2" "FLJ23654;Hepp1;POSHER;PPP1R39;RNF158" "Nucleus" "SwissProt;CellAtlas" "ENSG00000156467" "ENST00000287022;ENST00000517603;ENST00000521036;ENST00000518876;ENST00000517523;ENST00000518406;ENST00000521948;ENST00000523920;ENST00000519322" "ENSP00000287022;ENSP00000430672;ENSP00000427862;ENSP00000429787;ENSP00000430494;ENSP00000430560" "P14927" "UQCRB" "7381" "ubiquinol-cytochrome c reductase binding protein" "QCR7;QP-C;UQBP;UQCR6" "Inner mitochondria" "SwissProt" -"ENSG00000156471" "ENST00000517309;ENST00000337004;ENST00000517557;ENST00000518776;ENST00000522072;ENST00000517982" "ENSP00000430548;ENSP00000337331;ENSP00000430928" "P48651" "PTDSS1" "9791" "phosphatidylserine synthase 1" "KIAA0024;PSS1;PSSA" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000156508" "ENST00000676547;ENST00000423099;ENST00000316292;ENST00000309268;ENST00000610520;ENST00000615060;ENST00000678508;ENST00000676710;ENST00000678515;ENST00000490569;ENST00000331523;ENST00000356303;ENST00000679031;ENST00000488500;ENST00000491404;ENST00000455918;ENST00000677236;ENST00000678702;ENST00000495333;ENST00000678703;ENST00000678041;ENST00000677062;ENST00000678143" "ENSP00000503518;ENSP00000339063;ENSP00000339053;ENSP00000479609;ENSP00000479055;ENSP00000503249;ENSP00000504335;ENSP00000504630;ENSP00000330054;ENSP00000348651;ENSP00000392366;ENSP00000503192;ENSP00000503823;ENSP00000504801" "P68104" "EEF1A1" "1915" "eukaryotic translation elongation factor 1 alpha 1" "EE1A1;EEF1A;EF1A;LENG7" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000156510" "ENST00000354624;ENST00000488706;ENST00000470920" "ENSP00000346643" "Q2TB90" "HKDC1" "80201" "hexokinase domain containing 1" "FLJ22761;FLJ37767" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000156515" "ENST00000436817;ENST00000450646;ENST00000480047;ENST00000360289;ENST00000448642;ENST00000479594;ENST00000464803;ENST00000483077;ENST00000476368;ENST00000643399;ENST00000483054;ENST00000488644;ENST00000421088;ENST00000298649;ENST00000359426;ENST00000493591;ENST00000494253;ENST00000470050" "ENSP00000415949;ENSP00000409761;ENSP00000353433;ENSP00000402103;ENSP00000496531;ENSP00000495526;ENSP00000494664;ENSP00000398316;ENSP00000298649;ENSP00000352398;ENSP00000494917" "P19367" "HK1" "3098" "hexokinase 1" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000156471" "ENST00000517309;ENST00000337004;ENST00000517557;ENST00000518776;ENST00000522072;ENST00000517982" "ENSP00000430548;ENSP00000337331;ENSP00000430928" "P48651" "PTDSS1" "9791" "phosphatidylserine synthase 1" "KIAA0024;PSS1;PSSA" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000156508" "ENST00000676547;ENST00000423099;ENST00000316292;ENST00000309268;ENST00000610520;ENST00000615060;ENST00000678508;ENST00000676710;ENST00000678515;ENST00000490569;ENST00000331523;ENST00000356303;ENST00000679031;ENST00000488500;ENST00000491404;ENST00000455918;ENST00000677236;ENST00000678702;ENST00000495333;ENST00000678703;ENST00000678041;ENST00000677062;ENST00000678143" "ENSP00000503518;ENSP00000339063;ENSP00000339053;ENSP00000479609;ENSP00000479055;ENSP00000503249;ENSP00000504335;ENSP00000504630;ENSP00000330054;ENSP00000348651;ENSP00000392366;ENSP00000503192;ENSP00000503823;ENSP00000504801" "P68104" "EEF1A1" "1915" "eukaryotic translation elongation factor 1 alpha 1" "EE1A1;EEF1A;EF1A;LENG7" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000156510" "ENST00000354624;ENST00000488706;ENST00000470920" "ENSP00000346643" "Q2TB90" "HKDC1" "80201" "hexokinase domain containing 1" "FLJ22761;FLJ37767" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000156515" "ENST00000436817;ENST00000450646;ENST00000480047;ENST00000360289;ENST00000448642;ENST00000479594;ENST00000464803;ENST00000483077;ENST00000476368;ENST00000643399;ENST00000483054;ENST00000488644;ENST00000421088;ENST00000298649;ENST00000359426;ENST00000493591;ENST00000494253;ENST00000470050" "ENSP00000415949;ENSP00000409761;ENSP00000353433;ENSP00000402103;ENSP00000496531;ENSP00000495526;ENSP00000494664;ENSP00000398316;ENSP00000298649;ENSP00000352398;ENSP00000494917" "P19367" "HK1" "3098" "hexokinase 1" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000156587" "ENST00000340573;ENST00000287156;ENST00000528275;ENST00000527022;ENST00000526659" "ENSP00000341980;ENSP00000287156;ENSP00000435265;ENSP00000434348" "O14933" "UBE2L6" "9246" "ubiquitin conjugating enzyme E2 L6" "UBCH8" "Cytosol" "CellAtlas" "ENSG00000156599" "ENST00000527985;ENST00000528177;ENST00000287169;ENST00000524540;ENST00000527090;ENST00000532842;ENST00000529480;ENST00000529447" "ENSP00000432202;ENSP00000431209;ENSP00000287169;ENSP00000435593;ENSP00000435722" "Q9C0B5" "ZDHHC5" "25921" "zinc finger DHHC-type palmitoyltransferase 5" "DHHC5;KIAA1748;ZNF375" "Nucleus" "CellAtlas" -"ENSG00000156650" "ENST00000648828;ENST00000648725;ENST00000648159;ENST00000649006;ENST00000649463;ENST00000372725;ENST00000650232;ENST00000648370;ENST00000648899;ENST00000650434;ENST00000649119;ENST00000648483;ENST00000648892;ENST00000647890;ENST00000372724;ENST00000649657;ENST00000372714;ENST00000287239;ENST00000649442;ENST00000648539;ENST00000647666;ENST00000648048;ENST00000649375;ENST00000650330;ENST00000650380;ENST00000647637;ENST00000372711;ENST00000604130;ENST00000647554;ENST00000650517;ENST00000647642;ENST00000650048;ENST00000648369;ENST00000648302;ENST00000649645;ENST00000648696;ENST00000490365;ENST00000647891;ENST00000648793;ENST00000650610;ENST00000649305" "ENSP00000497504;ENSP00000497841;ENSP00000497197;ENSP00000498139;ENSP00000497166;ENSP00000361810;ENSP00000497570;ENSP00000497804;ENSP00000497198;ENSP00000496881;ENSP00000498103;ENSP00000498153;ENSP00000497048;ENSP00000497951;ENSP00000361809;ENSP00000497491;ENSP00000361799;ENSP00000287239;ENSP00000498102;ENSP00000497859;ENSP00000497307;ENSP00000497325;ENSP00000498141;ENSP00000497620;ENSP00000361796;ENSP00000496886;ENSP00000497300;ENSP00000497723;ENSP00000497813;ENSP00000496795;ENSP00000497079" "Q8WYB5" "KAT6B" "23522" "lysine acetyltransferase 6B" "Morf;MOZ2;MYST4;qkf;querkopf;ZC2HC6B" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000156689" "ENST00000287275;ENST00000532258;ENST00000533636" "ENSP00000287275;ENSP00000434277" "Q8WU03" "GLYATL2" "219970" "glycine-N-acyltransferase like 2" "BXMAS2-10;MGC24009" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000156795" "ENST00000287387;ENST00000523984;ENST00000524254;ENST00000522194;ENST00000650311;ENST00000517609;ENST00000519199;ENST00000523551;ENST00000523356;ENST00000518125" "ENSP00000287387;ENSP00000430427;ENSP00000497832;ENSP00000497747;ENSP00000497074;ENSP00000430390;ENSP00000497798;ENSP00000428615;ENSP00000429258" "Q96HA8" "NTAQ1" "55093" "N-terminal glutamine amidase 1" "C8orf32;FLJ10204;WDYHV1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000156650" "ENST00000648828;ENST00000648725;ENST00000648159;ENST00000649006;ENST00000649463;ENST00000372725;ENST00000650232;ENST00000648370;ENST00000648899;ENST00000650434;ENST00000649119;ENST00000648483;ENST00000648892;ENST00000647890;ENST00000372724;ENST00000649657;ENST00000372714;ENST00000287239;ENST00000649442;ENST00000648539;ENST00000647666;ENST00000648048;ENST00000649375;ENST00000650330;ENST00000650380;ENST00000647637;ENST00000372711;ENST00000604130;ENST00000647554;ENST00000650517;ENST00000647642;ENST00000650048;ENST00000648369;ENST00000648302;ENST00000649645;ENST00000648696;ENST00000490365;ENST00000647891;ENST00000648793;ENST00000650610;ENST00000649305" "ENSP00000497504;ENSP00000497841;ENSP00000497197;ENSP00000498139;ENSP00000497166;ENSP00000361810;ENSP00000497570;ENSP00000497804;ENSP00000497198;ENSP00000496881;ENSP00000498103;ENSP00000498153;ENSP00000497048;ENSP00000497951;ENSP00000361809;ENSP00000497491;ENSP00000361799;ENSP00000287239;ENSP00000498102;ENSP00000497859;ENSP00000497307;ENSP00000497325;ENSP00000498141;ENSP00000497620;ENSP00000361796;ENSP00000496886;ENSP00000497300;ENSP00000497723;ENSP00000497813;ENSP00000496795;ENSP00000497079" "Q8WYB5" "KAT6B" "23522" "lysine acetyltransferase 6B" "Morf;MOZ2;MYST4;qkf;querkopf;ZC2HC6B" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000156689" "ENST00000287275;ENST00000532258;ENST00000533636" "ENSP00000287275;ENSP00000434277" "Q8WU03" "GLYATL2" "219970" "glycine-N-acyltransferase like 2" "BXMAS2-10;MGC24009" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000156795" "ENST00000287387;ENST00000523984;ENST00000524254;ENST00000522194;ENST00000650311;ENST00000517609;ENST00000519199;ENST00000523551;ENST00000523356;ENST00000518125" "ENSP00000287387;ENSP00000430427;ENSP00000497832;ENSP00000497747;ENSP00000497074;ENSP00000430390;ENSP00000497798;ENSP00000428615;ENSP00000429258" "Q96HA8" "NTAQ1" "55093" "N-terminal glutamine amidase 1" "C8orf32;FLJ10204;WDYHV1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000156873" "ENST00000565924;ENST00000424889;ENST00000564838;ENST00000563588;ENST00000328273;ENST00000563913;ENST00000565897;ENST00000563607;ENST00000569762;ENST00000569684;ENST00000561712" "ENSP00000455091;ENSP00000388571;ENSP00000455607;ENSP00000329968;ENSP00000457359;ENSP00000454641;ENSP00000457194" "P15735" "PHKG2" "5261" "phosphorylase kinase catalytic subunit gamma 2" "" "Cytosol" "CellAtlas" "ENSG00000156885" "ENST00000287490;ENST00000565462" "ENSP00000287490" "Q02221" "COX6A2" "1339" "cytochrome c oxidase subunit 6A2" "" "Inner mitochondria" "SwissProt" "ENSG00000156958" "ENST00000559883;ENST00000559963;ENST00000327171;ENST00000560654;ENST00000558775;ENST00000561074;ENST00000559040;ENST00000560031;ENST00000396509;ENST00000558956;ENST00000559208;ENST00000559095;ENST00000558145;ENST00000560119;ENST00000544523;ENST00000560138;ENST00000559423;ENST00000559454;ENST00000561014;ENST00000558399;ENST00000559580;ENST00000560528" "ENSP00000453193;ENSP00000453457;ENSP00000316632;ENSP00000453961;ENSP00000453849;ENSP00000453241;ENSP00000453129;ENSP00000379766;ENSP00000452679;ENSP00000453844;ENSP00000454123;ENSP00000453909;ENSP00000440312;ENSP00000452614;ENSP00000453652;ENSP00000453133;ENSP00000453252;ENSP00000453257;ENSP00000452637" "Q01415" "GALK2" "2585" "galactokinase 2" "GK2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000156966" "ENST00000287590;ENST00000479618" "ENSP00000287590" "Q8NFL0" "B3GNT7" "93010" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 7" "beta3GnT7" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000156966" "ENST00000287590;ENST00000479618" "ENSP00000287590" "Q8NFL0" "B3GNT7" "93010" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 7" "beta3GnT7" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000156973" "ENST00000287600;ENST00000409772;ENST00000428104;ENST00000486044;ENST00000477748" "ENSP00000287600;ENSP00000387108;ENSP00000399098" "O43924" "PDE6D" "5147" "phosphodiesterase 6D" "JBTS22" "Cytosol" "SwissProt" -"ENSG00000156983" "ENST00000433861;ENST00000383829;ENST00000684333;ENST00000684608;ENST00000683743;ENST00000683639;ENST00000684206;ENST00000420291;ENST00000424362;ENST00000673551;ENST00000684199;ENST00000426583;ENST00000684223;ENST00000683423;ENST00000672126;ENST00000672515;ENST00000682980;ENST00000682208;ENST00000457855;ENST00000497565;ENST00000684250;ENST00000684573;ENST00000683986" "ENSP00000402485;ENSP00000373340;ENSP00000508256;ENSP00000507969;ENSP00000507469;ENSP00000506903;ENSP00000507148;ENSP00000416728;ENSP00000398863;ENSP00000500672;ENSP00000506921;ENSP00000404235;ENSP00000506789;ENSP00000507659;ENSP00000500718;ENSP00000499951;ENSP00000508198;ENSP00000508123;ENSP00000410210;ENSP00000508077;ENSP00000508263" "P55201" "BRPF1" "7862" "bromodomain and PHD finger containing 1" "BR140" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000157020" "ENST00000492602;ENST00000397109;ENST00000337354;ENST00000350697;ENST00000479868;ENST00000397117;ENST00000383801;ENST00000477547;ENST00000476597;ENST00000490283;ENST00000482647;ENST00000397105;ENST00000431352;ENST00000397102;ENST00000397101;ENST00000397099;ENST00000428626;ENST00000445064;ENST00000432213" "ENSP00000380298;ENSP00000336566;ENSP00000312122;ENSP00000380306;ENSP00000373312;ENSP00000401368;ENSP00000400260;ENSP00000398623;ENSP00000404141" "P55735" "SEC13" "6396" "SEC13 homolog, nuclear pore and COPII coat complex component" "D3S1231E;npp-20;SEC13L1;SEC13R" "Endoplasmic reticulum;Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000157045" "ENST00000287706;ENST00000566542;ENST00000565187;ENST00000568738;ENST00000568320;ENST00000566419;ENST00000570292;ENST00000563940;ENST00000567030;ENST00000567420;ENST00000624579;ENST00000622833" "ENSP00000287706;ENSP00000457467;ENSP00000454595;ENSP00000455396;ENSP00000454883;ENSP00000456142;ENSP00000485340;ENSP00000483643" "Q96AB6" "NTAN1" "123803" "N-terminal asparagine amidase" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000157064" "ENST00000294868;ENST00000287713;ENST00000464047;ENST00000473046" "ENSP00000294868;ENSP00000287713" "Q9BZQ4" "NMNAT2" "23057" "nicotinamide nucleotide adenylyltransferase 2" "C1orf15;KIAA0479;PNAT2" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000156983" "ENST00000433861;ENST00000383829;ENST00000684333;ENST00000684608;ENST00000683743;ENST00000683639;ENST00000684206;ENST00000420291;ENST00000424362;ENST00000673551;ENST00000684199;ENST00000426583;ENST00000684223;ENST00000683423;ENST00000672126;ENST00000672515;ENST00000682980;ENST00000682208;ENST00000457855;ENST00000497565;ENST00000684250;ENST00000684573;ENST00000683986" "ENSP00000402485;ENSP00000373340;ENSP00000508256;ENSP00000507969;ENSP00000507469;ENSP00000506903;ENSP00000507148;ENSP00000416728;ENSP00000398863;ENSP00000500672;ENSP00000506921;ENSP00000404235;ENSP00000506789;ENSP00000507659;ENSP00000500718;ENSP00000499951;ENSP00000508198;ENSP00000508123;ENSP00000410210;ENSP00000508077;ENSP00000508263" "P55201" "BRPF1" "7862" "bromodomain and PHD finger containing 1" "BR140" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000157020" "ENST00000492602;ENST00000397109;ENST00000337354;ENST00000350697;ENST00000479868;ENST00000397117;ENST00000383801;ENST00000477547;ENST00000476597;ENST00000490283;ENST00000482647;ENST00000397105;ENST00000431352;ENST00000397102;ENST00000397101;ENST00000397099;ENST00000428626;ENST00000445064;ENST00000432213" "ENSP00000380298;ENSP00000336566;ENSP00000312122;ENSP00000380306;ENSP00000373312;ENSP00000401368;ENSP00000400260;ENSP00000398623;ENSP00000404141" "P55735" "SEC13" "6396" "SEC13 homolog, nuclear pore and COPII coat complex component" "D3S1231E;npp-20;SEC13L1;SEC13R" "Endoplasmic reticulum;Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000157045" "ENST00000287706;ENST00000566542;ENST00000565187;ENST00000568738;ENST00000568320;ENST00000566419;ENST00000570292;ENST00000563940;ENST00000567030;ENST00000567420;ENST00000624579;ENST00000622833" "ENSP00000287706;ENSP00000457467;ENSP00000454595;ENSP00000455396;ENSP00000454883;ENSP00000456142;ENSP00000485340;ENSP00000483643" "Q96AB6" "NTAN1" "123803" "N-terminal asparagine amidase" "" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000157064" "ENST00000294868;ENST00000287713;ENST00000464047;ENST00000473046" "ENSP00000294868;ENSP00000287713" "Q9BZQ4" "NMNAT2" "23057" "nicotinamide nucleotide adenylyltransferase 2" "C1orf15;KIAA0479;PNAT2" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000157087" "ENST00000397077;ENST00000360273;ENST00000460129;ENST00000352432;ENST00000467702;ENST00000644553;ENST00000643662;ENST00000646379;ENST00000452124;ENST00000645850;ENST00000638646;ENST00000644807;ENST00000468426;ENST00000480680" "ENSP00000380267;ENSP00000353414;ENSP00000424494;ENSP00000324172;ENSP00000494252;ENSP00000494004;ENSP00000495924;ENSP00000494381;ENSP00000414854;ENSP00000494716;ENSP00000492732;ENSP00000495228" "Q01814" "ATP2B2" "491" "ATPase plasma membrane Ca2+ transporting 2" "PMCA2" "" "" "ENSG00000157103" "ENST00000646702;ENST00000287766;ENST00000642767;ENST00000425938;ENST00000645575;ENST00000642515;ENST00000643498;ENST00000646072;ENST00000646570;ENST00000645281;ENST00000642831;ENST00000642820;ENST00000645054;ENST00000642735;ENST00000646022;ENST00000645776;ENST00000646035;ENST00000645592;ENST00000646924;ENST00000645974;ENST00000644314;ENST00000642639;ENST00000646886;ENST00000646060;ENST00000462473;ENST00000460480;ENST00000642201;ENST00000646487;ENST00000647194;ENST00000646088;ENST00000643396;ENST00000645029;ENST00000644175;ENST00000644803;ENST00000647384;ENST00000643326;ENST00000645598;ENST00000645985;ENST00000642766;ENST00000646836;ENST00000495636" "ENSP00000496697;ENSP00000287766;ENSP00000494346;ENSP00000411689;ENSP00000493666;ENSP00000496348;ENSP00000494997;ENSP00000494002;ENSP00000496064;ENSP00000493746;ENSP00000495900;ENSP00000495751;ENSP00000494050;ENSP00000494134;ENSP00000495375;ENSP00000496619;ENSP00000493591;ENSP00000496390;ENSP00000493813;ENSP00000494191;ENSP00000496302;ENSP00000494289;ENSP00000494778;ENSP00000496768;ENSP00000496238;ENSP00000494608;ENSP00000494136;ENSP00000496171;ENSP00000493788;ENSP00000494469;ENSP00000493779;ENSP00000496465;ENSP00000494893" "P30531" "SLC6A1" "6529" "solute carrier family 6 member 1" "GABATHG;GABATR;GAT1" "" "" -"ENSG00000157184" "ENST00000371486;ENST00000636867;ENST00000636239;ENST00000636891;ENST00000637252;ENST00000636935;ENST00000635862;ENST00000635888;ENST00000468572;ENST00000638135;ENST00000636673;ENST00000637726" "ENSP00000360541;ENSP00000489631;ENSP00000490066;ENSP00000490399;ENSP00000490492;ENSP00000489757;ENSP00000490867;ENSP00000490042;ENSP00000489756" "P23786" "CPT2" "1376" "carnitine palmitoyltransferase 2" "CPT1;CPTASE" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000157326" "ENST00000558263;ENST00000543741;ENST00000313250;ENST00000397075;ENST00000397074;ENST00000559632;ENST00000558581;ENST00000559975" "ENSP00000453367;ENSP00000440508;ENSP00000326219;ENSP00000380265;ENSP00000380264;ENSP00000453983;ENSP00000452645;ENSP00000454099" "Q9BTZ2" "DHRS4" "10901;728635" "dehydrogenase/reductase 4" "FLJ11008;humNRDR;SCAD-SRL;SDR-SRL;SDR25C2" "Peroxisome;Nucleus" "SwissProt&CellAtlas" -"ENSG00000157349" "ENST00000566216;ENST00000563392;ENST00000570055;ENST00000563206;ENST00000451014;ENST00000569099;ENST00000568625;ENST00000562519;ENST00000393657;ENST00000568008;ENST00000562912;ENST00000288071;ENST00000568460;ENST00000355992;ENST00000568408;ENST00000569224" "ENSP00000454495;ENSP00000456574;ENSP00000455813;ENSP00000392639;ENSP00000456757;ENSP00000455193;ENSP00000377267;ENSP00000454571;ENSP00000459407;ENSP00000288071;ENSP00000457633;ENSP00000348271;ENSP00000457366" "Q9UMR2" "DDX19B" "11269" "DEAD-box helicase 19B" "DBP5;DDX19" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000157184" "ENST00000371486;ENST00000636867;ENST00000636239;ENST00000636891;ENST00000637252;ENST00000636935;ENST00000635862;ENST00000635888;ENST00000468572;ENST00000638135;ENST00000636673;ENST00000637726" "ENSP00000360541;ENSP00000489631;ENSP00000490066;ENSP00000490399;ENSP00000490492;ENSP00000489757;ENSP00000490867;ENSP00000490042;ENSP00000489756" "P23786" "CPT2" "1376" "carnitine palmitoyltransferase 2" "CPT1;CPTASE" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000157326" "ENST00000558263;ENST00000543741;ENST00000313250;ENST00000397075;ENST00000397074;ENST00000559632;ENST00000558581;ENST00000559975" "ENSP00000453367;ENSP00000440508;ENSP00000326219;ENSP00000380265;ENSP00000380264;ENSP00000453983;ENSP00000452645;ENSP00000454099" "Q9BTZ2" "DHRS4" "10901;728635" "dehydrogenase/reductase 4" "FLJ11008;humNRDR;SCAD-SRL;SDR-SRL;SDR25C2" "Peroxisome;Nucleus" "SwissProt;CellAtlas" +"ENSG00000157349" "ENST00000566216;ENST00000563392;ENST00000570055;ENST00000563206;ENST00000451014;ENST00000569099;ENST00000568625;ENST00000562519;ENST00000393657;ENST00000568008;ENST00000562912;ENST00000288071;ENST00000568460;ENST00000355992;ENST00000568408;ENST00000569224" "ENSP00000454495;ENSP00000456574;ENSP00000455813;ENSP00000392639;ENSP00000456757;ENSP00000455193;ENSP00000377267;ENSP00000454571;ENSP00000459407;ENSP00000288071;ENSP00000457633;ENSP00000348271;ENSP00000457366" "Q9UMR2" "DDX19B" "11269" "DEAD-box helicase 19B" "DBP5;DDX19" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000157350" "ENST00000342907;ENST00000393640;ENST00000567822;ENST00000566097;ENST00000561708;ENST00000567586" "ENSP00000345477;ENSP00000377257" "Q16842" "ST3GAL2" "6483" "ST3 beta-galactoside alpha-2,3-sialyltransferase 2" "SIAT4B;ST3GalA.2;ST3GALII" "Golgi apparatus" "SwissProt" "ENSG00000157353" "ENST00000572784;ENST00000576107;ENST00000574784;ENST00000571487;ENST00000571514;ENST00000288078;ENST00000378912;ENST00000464499;ENST00000573352;ENST00000576453;ENST00000498702;ENST00000573832;ENST00000485034" "ENSP00000458483;ENSP00000459168;ENSP00000462584;ENSP00000288078;ENSP00000368192;ENSP00000460484;ENSP00000458622;ENSP00000463088" "Q8N0W3" "FCSK" "197258" "fucose kinase" "FLJ39408;FUK" "" "" -"ENSG00000157399" "ENST00000683191;ENST00000681963;ENST00000682184;ENST00000684364;ENST00000683677;ENST00000683290;ENST00000684117;ENST00000540563;ENST00000381134;ENST00000673032;ENST00000672097;ENST00000672761;ENST00000545496;ENST00000684077;ENST00000684738;ENST00000682364;ENST00000672027;ENST00000684687;ENST00000683958;ENST00000672606;ENST00000438544;ENST00000682745;ENST00000684045;ENST00000681960;ENST00000683071;ENST00000483425;ENST00000683854" "ENSP00000507760;ENSP00000507043;ENSP00000507304;ENSP00000506786;ENSP00000508156;ENSP00000508337;ENSP00000438198;ENSP00000370526;ENSP00000500778;ENSP00000500727;ENSP00000500108;ENSP00000441417;ENSP00000506767;ENSP00000507481;ENSP00000507604;ENSP00000500220;ENSP00000507266;ENSP00000507756;ENSP00000500638;ENSP00000406528" "P51690" "ARSL" "415" "arylsulfatase L" "ARSE;CDPX;CDPX1" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000157399" "ENST00000683191;ENST00000681963;ENST00000682184;ENST00000684364;ENST00000683677;ENST00000683290;ENST00000684117;ENST00000540563;ENST00000381134;ENST00000673032;ENST00000672097;ENST00000672761;ENST00000545496;ENST00000684077;ENST00000684738;ENST00000682364;ENST00000672027;ENST00000684687;ENST00000683958;ENST00000672606;ENST00000438544;ENST00000682745;ENST00000684045;ENST00000681960;ENST00000683071;ENST00000483425;ENST00000683854" "ENSP00000507760;ENSP00000507043;ENSP00000507304;ENSP00000506786;ENSP00000508156;ENSP00000508337;ENSP00000438198;ENSP00000370526;ENSP00000500778;ENSP00000500727;ENSP00000500108;ENSP00000441417;ENSP00000506767;ENSP00000507481;ENSP00000507604;ENSP00000500220;ENSP00000507266;ENSP00000507756;ENSP00000500638;ENSP00000406528" "P51690" "ARSL" "415" "arylsulfatase L" "ARSE;CDPX;CDPX1" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000157426" "ENST00000451613;ENST00000602986;ENST00000513376;ENST00000205214;ENST00000514745;ENST00000503808;ENST00000502617;ENST00000510762;ENST00000510012;ENST00000514796" "ENSP00000409656;ENSP00000473564;ENSP00000423760;ENSP00000205214;ENSP00000427298;ENSP00000421658;ENSP00000421171" "Q4L235" "AASDH" "132949" "aminoadipate-semialdehyde dehydrogenase" "ACSF4;LYS2;NRPS998" "" "" "ENSG00000157593" "ENST00000495706;ENST00000393810;ENST00000393812;ENST00000538577;ENST00000537814;ENST00000615337;ENST00000619636" "ENSP00000377399;ENSP00000377401;ENSP00000443845;ENSP00000440340;ENSP00000480681;ENSP00000483181" "Q8TB61" "SLC35B2" "347734" "solute carrier family 35 member B2" "UGTrel4" "Golgi apparatus" "SwissProt" "ENSG00000157680" "ENST00000453654;ENST00000614521;ENST00000494390;ENST00000288490;ENST00000424189;ENST00000446122;ENST00000477835;ENST00000486153;ENST00000497321;ENST00000460662;ENST00000470895;ENST00000483619;ENST00000475388" "ENSP00000392161;ENSP00000479053;ENSP00000288490;ENSP00000396078;ENSP00000399131" "O75912" "DGKI" "9162" "diacylglycerol kinase iota" "DGK-IOTA" "Cytosol;Nucleus" "SwissProt" "ENSG00000157765" "ENST00000645788;ENST00000513204;ENST00000504570;ENST00000382051;ENST00000503434;ENST00000507530;ENST00000510033" "ENSP00000494094;ENSP00000423038;ENSP00000425501;ENSP00000371483;ENSP00000423021;ENSP00000424266" "O95436" "SLC34A2" "10568" "solute carrier family 34 member 2" "NAPI-3B" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000157881" "ENST00000378466;ENST00000435556;ENST00000505228;ENST00000502512;ENST00000471361;ENST00000487804;ENST00000515423;ENST00000468002;ENST00000486396;ENST00000502770;ENST00000491212;ENST00000514922" "ENSP00000367727;ENSP00000421433;ENSP00000425932;ENSP00000423920;ENSP00000425977;ENSP00000425668;ENSP00000425674" "Q9NVE7" "PANK4" "55229" "pantothenate kinase 4 (inactive)" "FLJ10782" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000157881" "ENST00000378466;ENST00000435556;ENST00000505228;ENST00000502512;ENST00000471361;ENST00000487804;ENST00000515423;ENST00000468002;ENST00000486396;ENST00000502770;ENST00000491212;ENST00000514922" "ENSP00000367727;ENSP00000421433;ENSP00000425932;ENSP00000423920;ENSP00000425977;ENSP00000425668;ENSP00000425674" "Q9NVE7" "PANK4" "55229" "pantothenate kinase 4 (inactive)" "FLJ10782" "Cytosol" "SwissProt;CellAtlas" "ENSG00000158006" "ENST00000374282;ENST00000374284;ENST00000493892;ENST00000464540;ENST00000476611;ENST00000439092;ENST00000441420" "ENSP00000363400;ENSP00000363402;ENSP00000408313;ENSP00000411011" "Q99487" "PAFAH2" "5051" "platelet activating factor acetylhydrolase 2" "HSD-PLA2" "Cytosol;Endoplasmic reticulum" "SwissProt" "ENSG00000158008" "ENST00000481377;ENST00000374280;ENST00000484339;ENST00000470037" "ENSP00000363398" "Q92935" "EXTL1" "2134" "exostosin like glycosyltransferase 1" "EXTL;MGC70794" "Endoplasmic reticulum" "SwissProt" -"ENSG00000158019" "ENST00000436924;ENST00000344773;ENST00000379624;ENST00000492702;ENST00000603461;ENST00000496951;ENST00000342045;ENST00000379632;ENST00000361704;ENST00000379629;ENST00000604932" "ENSP00000392345;ENSP00000343412;ENSP00000368945;ENSP00000339371;ENSP00000368953;ENSP00000354699;ENSP00000368950;ENSP00000474342" "Q9NXR7" "BABAM2" "9577" "BRISC and BRCA1 A complex member 2" "BRCC4;BRCC45;BRE" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000158019" "ENST00000436924;ENST00000344773;ENST00000379624;ENST00000492702;ENST00000603461;ENST00000496951;ENST00000342045;ENST00000379632;ENST00000361704;ENST00000379629;ENST00000604932" "ENSP00000392345;ENSP00000343412;ENSP00000368945;ENSP00000339371;ENSP00000368953;ENSP00000354699;ENSP00000368950;ENSP00000474342" "Q9NXR7" "BABAM2" "9577" "BRISC and BRCA1 A complex member 2" "BRCC4;BRCC45;BRE" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000158022" "ENST00000374272;ENST00000483052" "ENSP00000363390" "Q969Q1" "TRIM63" "84676" "tripartite motif containing 63" "IRF;MURF-1;RNF28;SMRZ" "Cytosol;Nucleus" "SwissProt" "ENSG00000158079" "ENST00000375360;ENST00000650567;ENST00000288976;ENST00000467049;ENST00000620992" "ENSP00000364509;ENSP00000497158;ENSP00000288976;ENSP00000477817" "A2A3K4" "PTPDC1" "138639" "protein tyrosine phosphatase domain containing 1" "FLJ37312;PTP9Q22" "Nucleus" "CellAtlas" -"ENSG00000158089" "ENST00000324589;ENST00000349752;ENST00000406653;ENST00000475320;ENST00000486564;ENST00000430167;ENST00000455477;ENST00000464038;ENST00000481023;ENST00000424136;ENST00000496397;ENST00000461193;ENST00000490212;ENST00000498206;ENST00000485468" "ENSP00000314500;ENSP00000288988;ENSP00000385435;ENSP00000406399;ENSP00000399886;ENSP00000398723" "Q96FL9" "GALNT14" "79623" "polypeptide N-acetylgalactosaminyltransferase 14" "FLJ12691;GalNac-T10;GalNac-T14" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000158104" "ENST00000289004;ENST00000543163;ENST00000542159;ENST00000535114" "ENSP00000289004;ENSP00000441677" "P32754" "HPD" "3242" "4-hydroxyphenylpyruvate dioxygenase" "4-HPPD;4HPPD;GLOD3;PPD" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000158125" "ENST00000379416;ENST00000491727;ENST00000476043" "ENSP00000368727" "P47989" "XDH" "7498" "xanthine dehydrogenase" "XO;XOR" "Peroxisome;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000158089" "ENST00000324589;ENST00000349752;ENST00000406653;ENST00000475320;ENST00000486564;ENST00000430167;ENST00000455477;ENST00000464038;ENST00000481023;ENST00000424136;ENST00000496397;ENST00000461193;ENST00000490212;ENST00000498206;ENST00000485468" "ENSP00000314500;ENSP00000288988;ENSP00000385435;ENSP00000406399;ENSP00000399886;ENSP00000398723" "Q96FL9" "GALNT14" "79623" "polypeptide N-acetylgalactosaminyltransferase 14" "FLJ12691;GalNac-T10;GalNac-T14" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000158104" "ENST00000289004;ENST00000543163;ENST00000542159;ENST00000535114" "ENSP00000289004;ENSP00000441677" "P32754" "HPD" "3242" "4-hydroxyphenylpyruvate dioxygenase" "4-HPPD;4HPPD;GLOD3;PPD" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000158125" "ENST00000379416;ENST00000491727;ENST00000476043" "ENSP00000368727" "P47989" "XDH" "7498" "xanthine dehydrogenase" "XO;XOR" "Peroxisome;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000158296" "ENST00000279027;ENST00000472148;ENST00000413164;ENST00000495082;ENST00000468915;ENST00000464518;ENST00000450298;ENST00000420568;ENST00000372121;ENST00000417157;ENST00000290317" "ENSP00000279027;ENSP00000420177;ENSP00000415852;ENSP00000419621;ENSP00000417784;ENSP00000394217;ENSP00000395095;ENSP00000361193;ENSP00000397955;ENSP00000290317" "Q8WWT9" "SLC13A3" "64849" "solute carrier family 13 member 3" "NADC3;SDCT2" "" "" -"ENSG00000158467" "ENST00000325006;ENST00000446544;ENST00000461161;ENST00000460109;ENST00000474594;ENST00000490911;ENST00000466993;ENST00000466924;ENST00000472554;ENST00000491079;ENST00000492628;ENST00000477028" "ENSP00000315931;ENSP00000413639;ENSP00000419717;ENSP00000420459;ENSP00000420801;ENSP00000419608;ENSP00000419346" "Q96HN2" "AHCYL2" "23382" "adenosylhomocysteinase like 2" "IRBIT2;KIAA0828;long-IRBIT" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000158467" "ENST00000325006;ENST00000446544;ENST00000461161;ENST00000460109;ENST00000474594;ENST00000490911;ENST00000466993;ENST00000466924;ENST00000472554;ENST00000491079;ENST00000492628;ENST00000477028" "ENSP00000315931;ENSP00000413639;ENSP00000419717;ENSP00000420459;ENSP00000420801;ENSP00000419608;ENSP00000419346" "Q96HN2" "AHCYL2" "23382" "adenosylhomocysteinase like 2" "IRBIT2;KIAA0828;long-IRBIT" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000158470" "ENST00000371711" "ENSP00000360776" "O43286" "B4GALT5" "9334" "beta-1,4-galactosyltransferase 5" "beta4GalT-V" "Golgi apparatus" "SwissProt" "ENSG00000158516" "ENST00000222481;ENST00000480781;ENST00000487259;ENST00000416698" "ENSP00000222481;ENSP00000395582" "P48052" "CPA2" "1358" "carboxypeptidase A2" "" "Golgi apparatus" "CellAtlas" "ENSG00000158525" "ENST00000497503;ENST00000463587;ENST00000461828;ENST00000495736;ENST00000494311;ENST00000466363;ENST00000485477;ENST00000431780;ENST00000474905;ENST00000393213;ENST00000479492" "ENSP00000419013;ENSP00000420060;ENSP00000418183;ENSP00000419778;ENSP00000419025;ENSP00000420237;ENSP00000393045;ENSP00000417314;ENSP00000376907;ENSP00000417886" "Q8WXQ8" "CPA5" "93979" "carboxypeptidase A5" "" "Nucleus" "CellAtlas" @@ -1911,236 +1911,236 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000158669" "ENST00000521184;ENST00000520258;ENST00000396987;ENST00000519853;ENST00000520223;ENST00000521121;ENST00000521806;ENST00000519921;ENST00000523906;ENST00000521349;ENST00000518628" "ENSP00000380184;ENSP00000429477;ENSP00000428648;ENSP00000428630" "Q86UL3" "GPAT4" "137964" "glycerol-3-phosphate acyltransferase 4" "AGPAT6;DKFZp586M1819;LPAAT-zeta;TSARG7" "Endoplasmic reticulum" "SwissProt" "ENSG00000158786" "ENST00000375102;ENST00000465062" "ENSP00000364243" "Q9BZM2" "PLA2G2F" "64600" "phospholipase A2 group IIF" "" "" "" "ENSG00000158825" "ENST00000461985;ENST00000375071" "ENSP00000364212" "P32320" "CDA" "978" "cytidine deaminase" "CDD" "Nucleus" "CellAtlas" -"ENSG00000158850" "ENST00000319769;ENST00000470882;ENST00000622395;ENST00000367998;ENST00000486938;ENST00000466504;ENST00000465740;ENST00000493164;ENST00000496313;ENST00000487004;ENST00000460415;ENST00000482288;ENST00000467863" "ENSP00000320965;ENSP00000480428;ENSP00000356977" "O60512" "B4GALT3" "8703" "beta-1,4-galactosyltransferase 3" "beta4Gal-T3" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000158864" "ENST00000479948;ENST00000677550;ENST00000676600;ENST00000676653;ENST00000678507;ENST00000496133;ENST00000679064;ENST00000677383;ENST00000677579;ENST00000679215;ENST00000678793;ENST00000677178;ENST00000678052;ENST00000677138;ENST00000677457;ENST00000677613;ENST00000677925;ENST00000676535;ENST00000677547;ENST00000678613;ENST00000677231;ENST00000679282;ENST00000677081;ENST00000677350;ENST00000678605;ENST00000677809;ENST00000678966;ENST00000678911;ENST00000677807;ENST00000677846;ENST00000678492;ENST00000679176;ENST00000367993;ENST00000676991;ENST00000678130;ENST00000496553;ENST00000467295;ENST00000392179;ENST00000678511;ENST00000677453;ENST00000677736;ENST00000678328;ENST00000676583;ENST00000493849;ENST00000677657;ENST00000676726;ENST00000677916;ENST00000677495;ENST00000678484;ENST00000679239;ENST00000677050;ENST00000678850;ENST00000677653;ENST00000678783;ENST00000676871;ENST00000677577;ENST00000678982;ENST00000677063;ENST00000677045;ENST00000679218;ENST00000677837;ENST00000679169;ENST00000678880;ENST00000677745;ENST00000677358;ENST00000677089;ENST00000480762;ENST00000678532;ENST00000677643;ENST00000678648;ENST00000677336;ENST00000677471;ENST00000677948;ENST00000678068;ENST00000676972;ENST00000475570;ENST00000678559;ENST00000676795;ENST00000478866;ENST00000677103;ENST00000679142;ENST00000676770;ENST00000677033;ENST00000679071;ENST00000678356;ENST00000473321;ENST00000465923;ENST00000483804;ENST00000468828;ENST00000492153" "ENSP00000503353;ENSP00000503989;ENSP00000504199;ENSP00000502868;ENSP00000504162;ENSP00000503431;ENSP00000504839;ENSP00000503294;ENSP00000504258;ENSP00000504269;ENSP00000503378;ENSP00000504533;ENSP00000503728;ENSP00000503969;ENSP00000503946;ENSP00000504065;ENSP00000504170;ENSP00000356972;ENSP00000376018;ENSP00000504846;ENSP00000503604;ENSP00000503681;ENSP00000504555;ENSP00000504542;ENSP00000504215;ENSP00000504597;ENSP00000504572;ENSP00000504168;ENSP00000504577;ENSP00000503661;ENSP00000504096;ENSP00000503015;ENSP00000504682;ENSP00000503510;ENSP00000503117;ENSP00000504285;ENSP00000504650;ENSP00000504800" "O75306" "NDUFS2" "4720" "NADH:ubiquinone oxidoreductase core subunit S2" "CI-49" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000158850" "ENST00000319769;ENST00000470882;ENST00000622395;ENST00000367998;ENST00000486938;ENST00000466504;ENST00000465740;ENST00000493164;ENST00000496313;ENST00000487004;ENST00000460415;ENST00000482288;ENST00000467863" "ENSP00000320965;ENSP00000480428;ENSP00000356977" "O60512" "B4GALT3" "8703" "beta-1,4-galactosyltransferase 3" "beta4Gal-T3" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000158864" "ENST00000479948;ENST00000677550;ENST00000676600;ENST00000676653;ENST00000678507;ENST00000496133;ENST00000679064;ENST00000677383;ENST00000677579;ENST00000679215;ENST00000678793;ENST00000677178;ENST00000678052;ENST00000677138;ENST00000677457;ENST00000677613;ENST00000677925;ENST00000676535;ENST00000677547;ENST00000678613;ENST00000677231;ENST00000679282;ENST00000677081;ENST00000677350;ENST00000678605;ENST00000677809;ENST00000678966;ENST00000678911;ENST00000677807;ENST00000677846;ENST00000678492;ENST00000679176;ENST00000367993;ENST00000676991;ENST00000678130;ENST00000496553;ENST00000467295;ENST00000392179;ENST00000678511;ENST00000677453;ENST00000677736;ENST00000678328;ENST00000676583;ENST00000493849;ENST00000677657;ENST00000676726;ENST00000677916;ENST00000677495;ENST00000678484;ENST00000679239;ENST00000677050;ENST00000678850;ENST00000677653;ENST00000678783;ENST00000676871;ENST00000677577;ENST00000678982;ENST00000677063;ENST00000677045;ENST00000679218;ENST00000677837;ENST00000679169;ENST00000678880;ENST00000677745;ENST00000677358;ENST00000677089;ENST00000480762;ENST00000678532;ENST00000677643;ENST00000678648;ENST00000677336;ENST00000677471;ENST00000677948;ENST00000678068;ENST00000676972;ENST00000475570;ENST00000678559;ENST00000676795;ENST00000478866;ENST00000677103;ENST00000679142;ENST00000676770;ENST00000677033;ENST00000679071;ENST00000678356;ENST00000473321;ENST00000465923;ENST00000483804;ENST00000468828;ENST00000492153" "ENSP00000503353;ENSP00000503989;ENSP00000504199;ENSP00000502868;ENSP00000504162;ENSP00000503431;ENSP00000504839;ENSP00000503294;ENSP00000504258;ENSP00000504269;ENSP00000503378;ENSP00000504533;ENSP00000503728;ENSP00000503969;ENSP00000503946;ENSP00000504065;ENSP00000504170;ENSP00000356972;ENSP00000376018;ENSP00000504846;ENSP00000503604;ENSP00000503681;ENSP00000504555;ENSP00000504542;ENSP00000504215;ENSP00000504597;ENSP00000504572;ENSP00000504168;ENSP00000504577;ENSP00000503661;ENSP00000504096;ENSP00000503015;ENSP00000504682;ENSP00000503510;ENSP00000503117;ENSP00000504285;ENSP00000504650;ENSP00000504800" "O75306" "NDUFS2" "4720" "NADH:ubiquinone oxidoreductase core subunit S2" "CI-49" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000158865" "ENST00000347898;ENST00000488922;ENST00000564125;ENST00000565769;ENST00000569520;ENST00000568579;ENST00000567758;ENST00000569071;ENST00000565586;ENST00000545376;ENST00000449109;ENST00000424767" "ENSP00000289932;ENSP00000458806;ENSP00000457179;ENSP00000454732;ENSP00000456234;ENSP00000454401;ENSP00000456376;ENSP00000441384;ENSP00000389606;ENSP00000416782" "Q8WWX8" "SLC5A11" "115584" "solute carrier family 5 member 11" "KST1;SGLT6;SMIT2" "Cytosol;Nucleus" "CellAtlas" "ENSG00000158874" "ENST00000481413;ENST00000367990;ENST00000463812;ENST00000468465;ENST00000481511;ENST00000470459;ENST00000464492;ENST00000491350;ENST00000463273;ENST00000469730" "ENSP00000356969;ENSP00000476890;ENSP00000476662;ENSP00000477054;ENSP00000477031;ENSP00000476911;ENSP00000477353;ENSP00000476740;ENSP00000476605" "P02652" "APOA2" "336" "apolipoprotein A2" "" "" "" -"ENSG00000159063" "ENST00000679559;ENST00000680398;ENST00000681221;ENST00000680761;ENST00000525783;ENST00000529139;ENST00000527099;ENST00000681489;ENST00000525870;ENST00000531213;ENST00000681853;ENST00000524925;ENST00000679581;ENST00000680329;ENST00000530910;ENST00000681417;ENST00000681225;ENST00000681765;ENST00000530608;ENST00000680063;ENST00000679986;ENST00000681699;ENST00000680459;ENST00000679685;ENST00000681384;ENST00000679874;ENST00000679444;ENST00000680142;ENST00000681723;ENST00000680797;ENST00000680256;ENST00000679697;ENST00000680580;ENST00000526849;ENST00000299626;ENST00000680467;ENST00000679497;ENST00000681351;ENST00000681575;ENST00000526737;ENST00000680223;ENST00000680866;ENST00000376156;ENST00000680499;ENST00000680829;ENST00000680101;ENST00000679648;ENST00000532306;ENST00000680996;ENST00000532440;ENST00000525761;ENST00000680399;ENST00000679539;ENST00000615266;ENST00000681957;ENST00000532552;ENST00000680643;ENST00000530454;ENST00000525755;ENST00000532050;ENST00000680650;ENST00000526928" "ENSP00000505433;ENSP00000506189;ENSP00000505136;ENSP00000506421;ENSP00000434066;ENSP00000432953;ENSP00000436064;ENSP00000505200;ENSP00000435417;ENSP00000506215;ENSP00000437033;ENSP00000505965;ENSP00000505016;ENSP00000505811;ENSP00000432381;ENSP00000504928;ENSP00000505614;ENSP00000504969;ENSP00000506617;ENSP00000505698;ENSP00000506249;ENSP00000506314;ENSP00000506099;ENSP00000506059;ENSP00000506717;ENSP00000505074;ENSP00000505696;ENSP00000506170;ENSP00000434388;ENSP00000299626;ENSP00000505609;ENSP00000505407;ENSP00000506652;ENSP00000505743;ENSP00000436366;ENSP00000505023;ENSP00000505649;ENSP00000365326;ENSP00000506092;ENSP00000506408;ENSP00000504917;ENSP00000505726;ENSP00000435626;ENSP00000505468;ENSP00000433429;ENSP00000431357;ENSP00000505984;ENSP00000504910;ENSP00000480742;ENSP00000506056;ENSP00000505207;ENSP00000434660;ENSP00000435467;ENSP00000437199" "Q9BVK2" "ALG8" "79053" "ALG8 alpha-1,3-glucosyltransferase" "MGC2840" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000159082" "ENST00000438952;ENST00000630077;ENST00000674204;ENST00000674351;ENST00000674308;ENST00000418301;ENST00000467445;ENST00000464778;ENST00000429236;ENST00000456084;ENST00000382499;ENST00000433931;ENST00000357345;ENST00000382491" "ENSP00000388869;ENSP00000487560;ENSP00000501504;ENSP00000501530;ENSP00000501426;ENSP00000387868;ENSP00000413649;ENSP00000412707;ENSP00000371939;ENSP00000409667;ENSP00000349903;ENSP00000371931" "O43426" "SYNJ1" "8867" "synaptojanin 1" "INPP5G;PARK20" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000159063" "ENST00000679559;ENST00000680398;ENST00000681221;ENST00000680761;ENST00000525783;ENST00000529139;ENST00000527099;ENST00000681489;ENST00000525870;ENST00000531213;ENST00000681853;ENST00000524925;ENST00000679581;ENST00000680329;ENST00000530910;ENST00000681417;ENST00000681225;ENST00000681765;ENST00000530608;ENST00000680063;ENST00000679986;ENST00000681699;ENST00000680459;ENST00000679685;ENST00000681384;ENST00000679874;ENST00000679444;ENST00000680142;ENST00000681723;ENST00000680797;ENST00000680256;ENST00000679697;ENST00000680580;ENST00000526849;ENST00000299626;ENST00000680467;ENST00000679497;ENST00000681351;ENST00000681575;ENST00000526737;ENST00000680223;ENST00000680866;ENST00000376156;ENST00000680499;ENST00000680829;ENST00000680101;ENST00000679648;ENST00000532306;ENST00000680996;ENST00000532440;ENST00000525761;ENST00000680399;ENST00000679539;ENST00000615266;ENST00000681957;ENST00000532552;ENST00000680643;ENST00000530454;ENST00000525755;ENST00000532050;ENST00000680650;ENST00000526928" "ENSP00000505433;ENSP00000506189;ENSP00000505136;ENSP00000506421;ENSP00000434066;ENSP00000432953;ENSP00000436064;ENSP00000505200;ENSP00000435417;ENSP00000506215;ENSP00000437033;ENSP00000505965;ENSP00000505016;ENSP00000505811;ENSP00000432381;ENSP00000504928;ENSP00000505614;ENSP00000504969;ENSP00000506617;ENSP00000505698;ENSP00000506249;ENSP00000506314;ENSP00000506099;ENSP00000506059;ENSP00000506717;ENSP00000505074;ENSP00000505696;ENSP00000506170;ENSP00000434388;ENSP00000299626;ENSP00000505609;ENSP00000505407;ENSP00000506652;ENSP00000505743;ENSP00000436366;ENSP00000505023;ENSP00000505649;ENSP00000365326;ENSP00000506092;ENSP00000506408;ENSP00000504917;ENSP00000505726;ENSP00000435626;ENSP00000505468;ENSP00000433429;ENSP00000431357;ENSP00000505984;ENSP00000504910;ENSP00000480742;ENSP00000506056;ENSP00000505207;ENSP00000434660;ENSP00000435467;ENSP00000437199" "Q9BVK2" "ALG8" "79053" "ALG8 alpha-1,3-glucosyltransferase" "MGC2840" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000159082" "ENST00000438952;ENST00000630077;ENST00000674204;ENST00000674351;ENST00000674308;ENST00000418301;ENST00000467445;ENST00000464778;ENST00000429236;ENST00000456084;ENST00000382499;ENST00000433931;ENST00000357345;ENST00000382491" "ENSP00000388869;ENSP00000487560;ENSP00000501504;ENSP00000501530;ENSP00000501426;ENSP00000387868;ENSP00000413649;ENSP00000412707;ENSP00000371939;ENSP00000409667;ENSP00000349903;ENSP00000371931" "O43426" "SYNJ1" "8867" "synaptojanin 1" "INPP5G;PARK20" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000159131" "ENST00000381815;ENST00000381831;ENST00000381839;ENST00000424203;ENST00000482663;ENST00000487155;ENST00000460305;ENST00000467575;ENST00000361093;ENST00000366093;ENST00000466882;ENST00000497313;ENST00000430874;ENST00000426819;ENST00000476524;ENST00000488791;ENST00000438059;ENST00000441403" "ENSP00000371236;ENSP00000371253;ENSP00000371261;ENSP00000390003;ENSP00000354388;ENSP00000409771;ENSP00000413040;ENSP00000398631;ENSP00000413803;ENSP00000407783" "P22102" "GART" "2618" "phosphoribosylglycinamide formyltransferase, phosphoribosylglycinamide synthetase, phosphoribosylaminoimidazole synthetase" "GARS-AIRS-GART;PGFT;PRGS" "Mitochondria;Cytosol" "CellAtlas" "ENSG00000159199" "ENST00000355938;ENST00000513347;ENST00000503641;ENST00000514808;ENST00000393366;ENST00000506855;ENST00000513781;ENST00000504591;ENST00000502964;ENST00000515060" "ENSP00000348205;ENSP00000426094;ENSP00000422086;ENSP00000377033;ENSP00000422950;ENSP00000458423" "P05496" "ATP5MC1" "516" "ATP synthase membrane subunit c locus 1" "ATP5G;ATP5G1" "" "" -"ENSG00000159202" "ENST00000360943;ENST00000508468;ENST00000506498;ENST00000511373;ENST00000504684;ENST00000513342;ENST00000506271;ENST00000514948" "ENSP00000354201;ENSP00000424543;ENSP00000425398;ENSP00000461147;ENSP00000460759;ENSP00000459473" "Q9H832" "UBE2Z" "65264" "ubiquitin conjugating enzyme E2 Z" "FLJ13855;USE1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000159228" "ENST00000466328;ENST00000530908;ENST00000439427;ENST00000290349;ENST00000399191" "ENSP00000434613;ENSP00000395132;ENSP00000290349;ENSP00000382143" "P16152" "CBR1" "873" "carbonyl reductase 1" "CBR;SDR21C1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000159231" "ENST00000290354" "ENSP00000290354" "O75828" "CBR3" "874" "carbonyl reductase 3" "SDR21C2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000159267" "ENST00000674895;ENST00000612277;ENST00000336648;ENST00000399120;ENST00000675307;ENST00000675057;ENST00000482273;ENST00000448340;ENST00000427746" "ENSP00000502087;ENSP00000479939;ENSP00000338387;ENSP00000382071;ENSP00000501750;ENSP00000501832;ENSP00000392923;ENSP00000396443" "P50747" "HLCS" "3141" "holocarboxylase synthetase" "HCS" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000159202" "ENST00000360943;ENST00000508468;ENST00000506498;ENST00000511373;ENST00000504684;ENST00000513342;ENST00000506271;ENST00000514948" "ENSP00000354201;ENSP00000424543;ENSP00000425398;ENSP00000461147;ENSP00000460759;ENSP00000459473" "Q9H832" "UBE2Z" "65264" "ubiquitin conjugating enzyme E2 Z" "FLJ13855;USE1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000159228" "ENST00000466328;ENST00000530908;ENST00000439427;ENST00000290349;ENST00000399191" "ENSP00000434613;ENSP00000395132;ENSP00000290349;ENSP00000382143" "P16152" "CBR1" "873" "carbonyl reductase 1" "CBR;SDR21C1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000159231" "ENST00000290354" "ENSP00000290354" "O75828" "CBR3" "874" "carbonyl reductase 3" "SDR21C2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000159267" "ENST00000674895;ENST00000612277;ENST00000336648;ENST00000399120;ENST00000675307;ENST00000675057;ENST00000482273;ENST00000448340;ENST00000427746" "ENSP00000502087;ENSP00000479939;ENSP00000338387;ENSP00000382071;ENSP00000501750;ENSP00000501832;ENSP00000392923;ENSP00000396443" "P50747" "HLCS" "3141" "holocarboxylase synthetase" "HCS" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000159322" "ENST00000456471;ENST00000569693;ENST00000567941;ENST00000569534;ENST00000311669;ENST00000562621;ENST00000563907;ENST00000569517;ENST00000567733;ENST00000565814;ENST00000569058;ENST00000566509;ENST00000562286;ENST00000562823" "ENSP00000397694;ENSP00000457572;ENSP00000458102;ENSP00000454707;ENSP00000312250;ENSP00000456387;ENSP00000454304;ENSP00000457447;ENSP00000457175;ENSP00000454367" "Q9BRR6" "ADPGK" "83440" "ADP dependent glucokinase" "ADP-GK;DKFZp434B195" "" "" -"ENSG00000159337" "ENST00000560932;ENST00000290472;ENST00000560132" "ENSP00000290472" "Q86XP0" "PLA2G4D" "283748" "phospholipase A2 group IVD" "cPLA2delta" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000159337" "ENST00000560932;ENST00000290472;ENST00000560132" "ENSP00000290472" "Q86XP0" "PLA2G4D" "283748" "phospholipase A2 group IVD" "cPLA2delta" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000159339" "ENST00000375453;ENST00000375448;ENST00000468945;ENST00000487048;ENST00000467001" "ENSP00000364602;ENSP00000364597" "Q9UM07" "PADI4" "23569" "peptidyl arginine deiminase 4" "PAD;PADI5;PDI4;PDI5" "Cytosol;Nucleus" "SwissProt" "ENSG00000159348" "ENST00000367249;ENST00000497655;ENST00000482572;ENST00000483915;ENST00000446185;ENST00000473599;ENST00000478009" "ENSP00000356218;ENSP00000396382" "Q9UHQ9" "CYB5R1" "51706" "cytochrome b5 reductase 1" "humb5R2;NQO3A2" "Mitochondria;Cytosol" "CellAtlas" "ENSG00000159398" "ENST00000521228;ENST00000521992;ENST00000319165;ENST00000518005;ENST00000290567;ENST00000520435;ENST00000541580;ENST00000544479;ENST00000536025" "ENSP00000461804;ENSP00000428864;ENSP00000324271;ENSP00000428571;ENSP00000290567;ENSP00000428887;ENSP00000487767;ENSP00000439810" "Q6NT32" "CES5A" "221223" "carboxylesterase 5A" "CAUXIN;CES4C1;CES5;CES7;FLJ31547" "" "" -"ENSG00000159399" "ENST00000290573;ENST00000409174;ENST00000472302" "ENSP00000290573;ENSP00000387140" "P52789" "HK2" "3099" "hexokinase 2" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000159423" "ENST00000290597;ENST00000375341;ENST00000538309;ENST00000454547;ENST00000432718;ENST00000538839" "ENSP00000290597;ENSP00000364490;ENSP00000442988;ENSP00000393209;ENSP00000446071" "P30038" "ALDH4A1" "8659" "aldehyde dehydrogenase 4 family member A1" "ALDH4;P5CDh" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000159399" "ENST00000290573;ENST00000409174;ENST00000472302" "ENSP00000290573;ENSP00000387140" "P52789" "HK2" "3099" "hexokinase 2" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000159423" "ENST00000290597;ENST00000375341;ENST00000538309;ENST00000454547;ENST00000432718;ENST00000538839" "ENSP00000290597;ENSP00000364490;ENSP00000442988;ENSP00000393209;ENSP00000446071" "P30038" "ALDH4A1" "8659" "aldehyde dehydrogenase 4 family member A1" "ALDH4;P5CDh" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000159433" "ENST00000564158;ENST00000290607;ENST00000563872;ENST00000568493;ENST00000569419;ENST00000562139;ENST00000562619" "ENSP00000290607;ENSP00000454594;ENSP00000454648" "Q9P2P6" "STARD9" "57519" "StAR related lipid transfer domain containing 9" "KIAA1300;KIF16A" "Cytosol;Nucleus" "SwissProt" -"ENSG00000159459" "ENST00000290650;ENST00000562173;ENST00000566493;ENST00000568782;ENST00000546274;ENST00000569243;ENST00000564540;ENST00000569066;ENST00000569971;ENST00000563239;ENST00000569337;ENST00000627960" "ENSP00000290650;ENSP00000477932;ENSP00000457573;ENSP00000457879;ENSP00000456327;ENSP00000455759;ENSP00000456502;ENSP00000454962;ENSP00000486206" "Q8IWV7" "UBR1" "197131" "ubiquitin protein ligase E3 component n-recognin 1" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000159461" "ENST00000290649;ENST00000492830;ENST00000566757;ENST00000568325;ENST00000563285;ENST00000567738;ENST00000566334;ENST00000568762;ENST00000565445;ENST00000563664;ENST00000568657;ENST00000564283" "ENSP00000290649;ENSP00000473636;ENSP00000456288;ENSP00000456745;ENSP00000455842" "Q9UKV5" "AMFR" "267" "autocrine motility factor receptor" "gp78;RNF45" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000159459" "ENST00000290650;ENST00000562173;ENST00000566493;ENST00000568782;ENST00000546274;ENST00000569243;ENST00000564540;ENST00000569066;ENST00000569971;ENST00000563239;ENST00000569337;ENST00000627960" "ENSP00000290650;ENSP00000477932;ENSP00000457573;ENSP00000457879;ENSP00000456327;ENSP00000455759;ENSP00000456502;ENSP00000454962;ENSP00000486206" "Q8IWV7" "UBR1" "197131" "ubiquitin protein ligase E3 component n-recognin 1" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000159461" "ENST00000290649;ENST00000492830;ENST00000566757;ENST00000568325;ENST00000563285;ENST00000567738;ENST00000566334;ENST00000568762;ENST00000565445;ENST00000563664;ENST00000568657;ENST00000564283" "ENSP00000290649;ENSP00000473636;ENSP00000456288;ENSP00000456745;ENSP00000455842" "Q9UKV5" "AMFR" "267" "autocrine motility factor receptor" "gp78;RNF45" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000159495" "ENST00000452443;ENST00000562372" "ENSP00000389466" "Q96PF1" "TGM7" "116179" "transglutaminase 7" "TGMZ" "" "" "ENSG00000159527" "ENST00000290722;ENST00000683862" "ENSP00000290722;ENSP00000507327" "Q96LB9" "PGLYRP3" "114771" "peptidoglycan recognition protein 3" "PGLYRPIalpha;PGRP-Ialpha;PGRPIA" "" "" "ENSG00000159593" "ENST00000562428;ENST00000359087;ENST00000290810;ENST00000566663;ENST00000563221;ENST00000568672;ENST00000379463;ENST00000394074;ENST00000562074;ENST00000567521;ENST00000567743;ENST00000563253;ENST00000563185;ENST00000561579;ENST00000564040;ENST00000569388;ENST00000566336;ENST00000565535;ENST00000569348;ENST00000562757;ENST00000563419;ENST00000569963" "ENSP00000463546;ENSP00000351990;ENSP00000290810;ENSP00000462937;ENSP00000368776;ENSP00000377637;ENSP00000455562;ENSP00000454471;ENSP00000454506;ENSP00000464119;ENSP00000456847;ENSP00000462040;ENSP00000455967;ENSP00000456564" "Q13564" "NAE1" "8883" "NEDD8 activating enzyme E1 subunit 1" "APP-BP1;APPBP1;ula-1" "Nucleus" "CellAtlas" "ENSG00000159640" "ENST00000583336;ENST00000584529;ENST00000582678;ENST00000290866;ENST00000428043;ENST00000579462;ENST00000582627;ENST00000580318;ENST00000579726;ENST00000290863;ENST00000582005;ENST00000578839;ENST00000413513;ENST00000579314;ENST00000579204;ENST00000584865;ENST00000582761;ENST00000577418;ENST00000583645;ENST00000578679;ENST00000582244" "ENSP00000462995;ENSP00000290866;ENSP00000397593;ENSP00000462280;ENSP00000463673;ENSP00000290863;ENSP00000462002;ENSP00000462110;ENSP00000392247;ENSP00000462599;ENSP00000464629;ENSP00000462909" "P12821" "ACE" "1636" "angiotensin I converting enzyme" "ACE1;CD143;DCP1" "Cytosol" "SwissProt" "ENSG00000159650" "ENST00000290868;ENST00000383579" "ENSP00000290868;ENSP00000373073" "Q96N76" "UROC1" "131669" "urocanate hydratase 1" "FLJ31300;HMFN0320" "" "" -"ENSG00000159692" "ENST00000382952;ENST00000290921;ENST00000503594;ENST00000514596;ENST00000504092;ENST00000382950;ENST00000510739;ENST00000511907;ENST00000505826;ENST00000514669;ENST00000506180;ENST00000504784;ENST00000514210;ENST00000514495;ENST00000515399;ENST00000513420;ENST00000510568;ENST00000515690;ENST00000629223" "ENSP00000372411;ENSP00000290921;ENSP00000422148;ENSP00000422364;ENSP00000424575;ENSP00000424684;ENSP00000422730;ENSP00000426470;ENSP00000425053;ENSP00000420983;ENSP00000423872;ENSP00000487417" "Q13363" "CTBP1" "1487" "C-terminal binding protein 1" "BARS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000159714" "ENST00000565726;ENST00000348579;ENST00000566075;ENST00000562122;ENST00000567311;ENST00000568650" "ENSP00000459264;ENSP00000340299" "Q8WTX9" "ZDHHC1" "29800" "zinc finger DHHC-type containing 1" "C16orf1;HSU90653;ZNF377" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000159692" "ENST00000382952;ENST00000290921;ENST00000503594;ENST00000514596;ENST00000504092;ENST00000382950;ENST00000510739;ENST00000511907;ENST00000505826;ENST00000514669;ENST00000506180;ENST00000504784;ENST00000514210;ENST00000514495;ENST00000515399;ENST00000513420;ENST00000510568;ENST00000515690;ENST00000629223" "ENSP00000372411;ENSP00000290921;ENSP00000422148;ENSP00000422364;ENSP00000424575;ENSP00000424684;ENSP00000422730;ENSP00000426470;ENSP00000425053;ENSP00000420983;ENSP00000423872;ENSP00000487417" "Q13363" "CTBP1" "1487" "C-terminal binding protein 1" "BARS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000159714" "ENST00000565726;ENST00000348579;ENST00000566075;ENST00000562122;ENST00000567311;ENST00000568650" "ENSP00000459264;ENSP00000340299" "Q8WTX9" "ZDHHC1" "29800" "zinc finger DHHC-type containing 1" "C16orf1;HSU90653;ZNF377" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000159720" "ENST00000568620;ENST00000602876;ENST00000290949;ENST00000563305;ENST00000565835;ENST00000426604;ENST00000540149;ENST00000567694;ENST00000561852;ENST00000563064;ENST00000564615;ENST00000567170;ENST00000566322;ENST00000564191;ENST00000564788;ENST00000568101;ENST00000561658;ENST00000568298" "ENSP00000473515;ENSP00000290949;ENSP00000463328;ENSP00000393910;ENSP00000441282;ENSP00000457744;ENSP00000457105;ENSP00000455802;ENSP00000455446;ENSP00000456695;ENSP00000455695;ENSP00000457104" "P61421" "ATP6V0D1" "9114" "ATPase H+ transporting V0 subunit d1" "ATP6D;ATP6DV;P39;VATX;Vma6;VPATPD" "Cytosol;Lysosome" "SwissProt" "ENSG00000159899" "ENST00000342694;ENST00000464810;ENST00000421267;ENST00000447210;ENST00000448821;ENST00000469249" "ENSP00000341083;ENSP00000399204;ENSP00000393029;ENSP00000402902" "P20594" "NPR2" "4882" "natriuretic peptide receptor 2" "AMDM;ANPb;ANPRB;GUCY2B;NPRB" "" "" -"ENSG00000159921" "ENST00000642385;ENST00000396594;ENST00000543356;ENST00000539208;ENST00000447283;ENST00000644762" "ENSP00000494141;ENSP00000379839;ENSP00000437765;ENSP00000445117;ENSP00000414760" "Q9Y223" "GNE" "10020" "glucosamine (UDP-N-acetyl)-2-epimerase/N-acetylmannosamine kinase" "IBM2;Uae1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000159921" "ENST00000642385;ENST00000396594;ENST00000543356;ENST00000539208;ENST00000447283;ENST00000644762" "ENSP00000494141;ENSP00000379839;ENSP00000437765;ENSP00000445117;ENSP00000414760" "Q9Y223" "GNE" "10020" "glucosamine (UDP-N-acetyl)-2-epimerase/N-acetylmannosamine kinase" "IBM2;Uae1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000160014" "ENST00000391918;ENST00000597743;ENST00000477244;ENST00000598871;ENST00000291295;ENST00000595072;ENST00000602169;ENST00000594523;ENST00000597868;ENST00000599839;ENST00000596362;ENST00000482455;ENST00000486500" "ENSP00000375785;ENSP00000470308;ENSP00000470502;ENSP00000291295;ENSP00000499372;ENSP00000468877;ENSP00000471225;ENSP00000472141" "P0DP25" "CALM3" "808" "calmodulin 3" "PHKD" "Cytosol" "SwissProt" "ENSG00000160087" "ENST00000450390;ENST00000349431;ENST00000400929;ENST00000464036;ENST00000360466;ENST00000400930;ENST00000467339;ENST00000473215;ENST00000435198;ENST00000509720;ENST00000491779;ENST00000466752;ENST00000503294;ENST00000477894;ENST00000471154;ENST00000422076;ENST00000502382;ENST00000461142;ENST00000488418;ENST00000347370" "ENSP00000407565;ENSP00000305826;ENSP00000383718;ENSP00000423880;ENSP00000353653;ENSP00000383719;ENSP00000427024;ENSP00000393301;ENSP00000425419;ENSP00000422103;ENSP00000425543;ENSP00000423480;ENSP00000401898;ENSP00000424342;ENSP00000427244;ENSP00000344857" "Q8N2K1" "UBE2J2" "118424" "ubiquitin conjugating enzyme E2 J2" "NCUBE2;Ubc6p" "Endoplasmic reticulum" "SwissProt" -"ENSG00000160179" "ENST00000398457;ENST00000462050;ENST00000347800;ENST00000450121;ENST00000361802;ENST00000398449;ENST00000343687;ENST00000398437;ENST00000472587;ENST00000467818;ENST00000496783" "ENSP00000381475;ENSP00000291524;ENSP00000414541;ENSP00000354995;ENSP00000381467;ENSP00000339744;ENSP00000381464" "P45844" "ABCG1" "9619" "ATP binding cassette subfamily G member 1" "ABC8" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000160179" "ENST00000398457;ENST00000462050;ENST00000347800;ENST00000450121;ENST00000361802;ENST00000398449;ENST00000343687;ENST00000398437;ENST00000472587;ENST00000467818;ENST00000496783" "ENSP00000381475;ENSP00000291524;ENSP00000414541;ENSP00000354995;ENSP00000381467;ENSP00000339744;ENSP00000381464" "P45844" "ABCG1" "9619" "ATP binding cassette subfamily G member 1" "ABC8" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000160190" "ENST00000454800;ENST00000419522;ENST00000398341;ENST00000484887;ENST00000352133;ENST00000471277;ENST00000398343;ENST00000487951;ENST00000496416" "ENSP00000410129;ENSP00000381383;ENSP00000344648;ENSP00000381385" "P57057" "SLC37A1" "54020" "solute carrier family 37 member 1" "" "" "" -"ENSG00000160191" "ENST00000291539;ENST00000460905;ENST00000472401;ENST00000335512;ENST00000470987;ENST00000490803;ENST00000486902;ENST00000328862;ENST00000335440;ENST00000380328;ENST00000398225;ENST00000398227;ENST00000398229;ENST00000398232;ENST00000398234;ENST00000398236;ENST00000460989;ENST00000462571;ENST00000467403;ENST00000468805;ENST00000495521;ENST00000497805;ENST00000349112;ENST00000398224;ENST00000467162;ENST00000495343;ENST00000489319;ENST00000466472" "ENSP00000291539;ENSP00000335242;ENSP00000328699;ENSP00000335365;ENSP00000369685;ENSP00000381281;ENSP00000381283;ENSP00000381285;ENSP00000381287;ENSP00000381289;ENSP00000381291;ENSP00000344730;ENSP00000381280" "O76083" "PDE9A" "5152" "phosphodiesterase 9A" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160194" "ENST00000460259;ENST00000340344;ENST00000354250;ENST00000460740" "ENSP00000342895;ENSP00000346196" "P56181" "NDUFV3" "4731" "NADH:ubiquinone oxidoreductase subunit V3" "CI-10k" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000160200" "ENST00000461686;ENST00000398158;ENST00000398165;ENST00000359624;ENST00000352178;ENST00000451248;ENST00000462349;ENST00000491776;ENST00000458223;ENST00000430013;ENST00000496485;ENST00000486098;ENST00000441030;ENST00000470912;ENST00000465732;ENST00000488526;ENST00000478709" "ENSP00000381225;ENSP00000381231;ENSP00000352643;ENSP00000344460;ENSP00000402823;ENSP00000408014;ENSP00000405929;ENSP00000388235" "P35520" "CBS" "875" "cystathionine beta-synthase" "HIP4" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160209" "ENST00000398081;ENST00000468090;ENST00000291565;ENST00000398085;ENST00000476084;ENST00000470029;ENST00000438837;ENST00000498040;ENST00000327574;ENST00000472777;ENST00000476313;ENST00000481512;ENST00000621478;ENST00000490666;ENST00000467908;ENST00000343528;ENST00000398078;ENST00000468392;ENST00000461123" "ENSP00000381155;ENSP00000418359;ENSP00000291565;ENSP00000333624;ENSP00000479315;ENSP00000420708" "O00764" "PDXK" "8566;105372824" "pyridoxal kinase" "C21orf124;C21orf97;FLJ21324;FLJ31940;MGC15873;PKH;PNK;PRED79" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160211" "ENST00000393562;ENST00000369620;ENST00000393564;ENST00000490651;ENST00000439227;ENST00000440967;ENST00000489497;ENST00000433845;ENST00000497281;ENST00000488434;ENST00000647501" "ENSP00000377192;ENSP00000358633;ENSP00000377194;ENSP00000395599;ENSP00000400648;ENSP00000394690" "P11413" "G6PD" "2539" "glucose-6-phosphate dehydrogenase" "G6PD1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000160191" "ENST00000291539;ENST00000460905;ENST00000472401;ENST00000335512;ENST00000470987;ENST00000490803;ENST00000486902;ENST00000328862;ENST00000335440;ENST00000380328;ENST00000398225;ENST00000398227;ENST00000398229;ENST00000398232;ENST00000398234;ENST00000398236;ENST00000460989;ENST00000462571;ENST00000467403;ENST00000468805;ENST00000495521;ENST00000497805;ENST00000349112;ENST00000398224;ENST00000467162;ENST00000495343;ENST00000489319;ENST00000466472" "ENSP00000291539;ENSP00000335242;ENSP00000328699;ENSP00000335365;ENSP00000369685;ENSP00000381281;ENSP00000381283;ENSP00000381285;ENSP00000381287;ENSP00000381289;ENSP00000381291;ENSP00000344730;ENSP00000381280" "O76083" "PDE9A" "5152" "phosphodiesterase 9A" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160194" "ENST00000460259;ENST00000340344;ENST00000354250;ENST00000460740" "ENSP00000342895;ENSP00000346196" "P56181" "NDUFV3" "4731" "NADH:ubiquinone oxidoreductase subunit V3" "CI-10k" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000160200" "ENST00000461686;ENST00000398158;ENST00000398165;ENST00000359624;ENST00000352178;ENST00000451248;ENST00000462349;ENST00000491776;ENST00000458223;ENST00000430013;ENST00000496485;ENST00000486098;ENST00000441030;ENST00000470912;ENST00000465732;ENST00000488526;ENST00000478709" "ENSP00000381225;ENSP00000381231;ENSP00000352643;ENSP00000344460;ENSP00000402823;ENSP00000408014;ENSP00000405929;ENSP00000388235" "P35520" "CBS" "875" "cystathionine beta-synthase" "HIP4" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160209" "ENST00000398081;ENST00000468090;ENST00000291565;ENST00000398085;ENST00000476084;ENST00000470029;ENST00000438837;ENST00000498040;ENST00000327574;ENST00000472777;ENST00000476313;ENST00000481512;ENST00000621478;ENST00000490666;ENST00000467908;ENST00000343528;ENST00000398078;ENST00000468392;ENST00000461123" "ENSP00000381155;ENSP00000418359;ENSP00000291565;ENSP00000333624;ENSP00000479315;ENSP00000420708" "O00764" "PDXK" "8566;105372824" "pyridoxal kinase" "C21orf124;C21orf97;FLJ21324;FLJ31940;MGC15873;PKH;PNK;PRED79" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160211" "ENST00000393562;ENST00000369620;ENST00000393564;ENST00000490651;ENST00000439227;ENST00000440967;ENST00000489497;ENST00000433845;ENST00000497281;ENST00000488434;ENST00000647501" "ENSP00000377192;ENSP00000358633;ENSP00000377194;ENSP00000395599;ENSP00000400648;ENSP00000394690" "P11413" "G6PD" "2539" "glucose-6-phosphate dehydrogenase" "G6PD1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000160216" "ENST00000291572;ENST00000474735;ENST00000448287;ENST00000398061;ENST00000327505;ENST00000445582;ENST00000398063;ENST00000398058;ENST00000457068;ENST00000448845;ENST00000498670;ENST00000422850;ENST00000497909;ENST00000546158;ENST00000479117;ENST00000481319;ENST00000467358;ENST00000484865" "ENSP00000291572;ENSP00000389318;ENSP00000381138;ENSP00000332989;ENSP00000412079;ENSP00000381140;ENSP00000381135;ENSP00000413906;ENSP00000394102;ENSP00000414440;ENSP00000443510" "Q9NRZ7" "AGPAT3" "56894" "1-acylglycerol-3-phosphate O-acyltransferase 3" "LPAAT-gamma;LPAAT3" "Endoplasmic reticulum;Nucleus" "SwissProt" -"ENSG00000160226" "ENST00000339818;ENST00000470196;ENST00000496321;ENST00000462742;ENST00000397956;ENST00000325223;ENST00000478674" "ENSP00000344566;ENSP00000381047;ENSP00000317302" "O43822" "CFAP410" "755" "cilia and flagella associated protein 410" "A2;C21orf2;LRRC76;YF5" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160282" "ENST00000494498;ENST00000483568;ENST00000291670;ENST00000397748;ENST00000498355;ENST00000460011;ENST00000446405;ENST00000397743;ENST00000397746;ENST00000488577;ENST00000480950;ENST00000469240" "ENSP00000507847;ENSP00000291670;ENSP00000380856;ENSP00000507070;ENSP00000409015;ENSP00000380851;ENSP00000380854" "O95954" "FTCD" "10841" "formimidoyltransferase cyclodeaminase" "" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000160226" "ENST00000339818;ENST00000470196;ENST00000496321;ENST00000462742;ENST00000397956;ENST00000325223;ENST00000478674" "ENSP00000344566;ENSP00000381047;ENSP00000317302" "O43822" "CFAP410" "755" "cilia and flagella associated protein 410" "A2;C21orf2;LRRC76;YF5" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160282" "ENST00000494498;ENST00000483568;ENST00000291670;ENST00000397748;ENST00000498355;ENST00000460011;ENST00000446405;ENST00000397743;ENST00000397746;ENST00000488577;ENST00000480950;ENST00000469240" "ENSP00000507847;ENSP00000291670;ENSP00000380856;ENSP00000507070;ENSP00000409015;ENSP00000380851;ENSP00000380854" "O95954" "FTCD" "10841" "formimidoyltransferase cyclodeaminase" "" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000160285" "ENST00000356396;ENST00000491729;ENST00000397728;ENST00000419093;ENST00000457828;ENST00000474319;ENST00000522411;ENST00000484808;ENST00000464357;ENST00000450351;ENST00000472272" "ENSP00000348762;ENSP00000380837;ENSP00000410678;ENSP00000409191;ENSP00000429133;ENSP00000391368" "P48449" "LSS" "4047" "lanosterol synthase" "OSC" "Endoplasmic reticulum" "SwissProt" -"ENSG00000160310" "ENST00000355680;ENST00000397638;ENST00000291705;ENST00000397637;ENST00000334494;ENST00000397628;ENST00000440086;ENST00000482508;ENST00000481861;ENST00000455177;ENST00000491389;ENST00000498151;ENST00000486520;ENST00000451211;ENST00000458387;ENST00000621201" "ENSP00000347906;ENSP00000380760;ENSP00000291705;ENSP00000380759;ENSP00000335490;ENSP00000380752;ENSP00000397266;ENSP00000406127;ENSP00000411984;ENSP00000407463;ENSP00000482158" "P55345" "PRMT2" "3275" "protein arginine methyltransferase 2" "HRMT1L1;MGC111373" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000160310" "ENST00000355680;ENST00000397638;ENST00000291705;ENST00000397637;ENST00000334494;ENST00000397628;ENST00000440086;ENST00000482508;ENST00000481861;ENST00000455177;ENST00000491389;ENST00000498151;ENST00000486520;ENST00000451211;ENST00000458387;ENST00000621201" "ENSP00000347906;ENSP00000380760;ENSP00000291705;ENSP00000380759;ENSP00000335490;ENSP00000380752;ENSP00000397266;ENSP00000406127;ENSP00000411984;ENSP00000407463;ENSP00000482158" "P55345" "PRMT2" "3275" "protein arginine methyltransferase 2" "HRMT1L1;MGC111373" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000160326" "ENST00000371899;ENST00000371897;ENST00000485978;ENST00000432868;ENST00000414172" "ENSP00000360966;ENSP00000360964;ENSP00000405124;ENSP00000398004" "Q9UGQ3" "SLC2A6" "11182" "solute carrier family 2 member 6" "GLUT6;GLUT9;HSA011372" "Lysosome" "SwissProt" "ENSG00000160408" "ENST00000542456;ENST00000373146;ENST00000622357;ENST00000373141;ENST00000373142;ENST00000373144;ENST00000291839;ENST00000463086;ENST00000480417;ENST00000494541;ENST00000481355;ENST00000478319;ENST00000494611;ENST00000483353" "ENSP00000438109;ENSP00000362239;ENSP00000477575;ENSP00000362234;ENSP00000362235;ENSP00000362237;ENSP00000291839" "Q969X2" "ST6GALNAC6" "30815" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 6" "SIAT7F;ST6GALNACVI" "Golgi apparatus" "SwissProt" -"ENSG00000160439" "ENST00000592423;ENST00000586331;ENST00000591960;ENST00000591868;ENST00000415061;ENST00000291892;ENST00000396247;ENST00000592573;ENST00000587721;ENST00000589605;ENST00000589305;ENST00000586945;ENST00000587026;ENST00000591603;ENST00000588306;ENST00000591023;ENST00000589197;ENST00000590349;ENST00000587373;ENST00000593134;ENST00000587046;ENST00000588941;ENST00000610356" "ENSP00000468422;ENSP00000391121;ENSP00000291892;ENSP00000379547;ENSP00000465538;ENSP00000467208;ENSP00000466708;ENSP00000467754;ENSP00000477732" "Q8NBN7" "RDH13" "112724" "retinol dehydrogenase 13" "SDR7C3" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000160439" "ENST00000592423;ENST00000586331;ENST00000591960;ENST00000591868;ENST00000415061;ENST00000291892;ENST00000396247;ENST00000592573;ENST00000587721;ENST00000589605;ENST00000589305;ENST00000586945;ENST00000587026;ENST00000591603;ENST00000588306;ENST00000591023;ENST00000589197;ENST00000590349;ENST00000587373;ENST00000593134;ENST00000587046;ENST00000588941;ENST00000610356" "ENSP00000468422;ENSP00000391121;ENSP00000291892;ENSP00000379547;ENSP00000465538;ENSP00000467208;ENSP00000466708;ENSP00000467754;ENSP00000477732" "Q8NBN7" "RDH13" "112724" "retinol dehydrogenase 13" "SDR7C3" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000160446" "ENST00000372667;ENST00000372663;ENST00000467312;ENST00000452105;ENST00000406904" "ENSP00000361752;ENSP00000361748;ENSP00000387587;ENSP00000384205" "Q96GR4" "ZDHHC12" "84885" "zinc finger DHHC-type palmitoyltransferase 12" "FLJ14524;ZNF400" "Nucleus" "CellAtlas" "ENSG00000160471" "ENST00000588572;ENST00000326529;ENST00000593184;ENST00000590900;ENST00000589879;ENST00000588586;ENST00000586191;ENST00000589467;ENST00000587357;ENST00000587854" "ENSP00000467959;ENSP00000320672;ENSP00000467266;ENSP00000467128;ENSP00000476768" "Q6YFQ2" "COX6B2" "125965" "cytochrome c oxidase subunit 6B2" "COXVIB2;CT59;FLJ32865" "Cytosol;Nucleus" "CellAtlas" "ENSG00000160539" "ENST00000645295;ENST00000372264;ENST00000372261" "ENSP00000494088;ENSP00000361338;ENSP00000361335" "Q8NBV4" "PLPP7" "84814" "phospholipid phosphatase 7 (inactive)" "C9orf67;FLJ14662;MGC12921;NET39;PPAPDC3" "Nucleus" "CellAtlas" -"ENSG00000160688" "ENST00000492620;ENST00000368433;ENST00000315144;ENST00000368432;ENST00000368431;ENST00000292180;ENST00000487371;ENST00000295530;ENST00000368428;ENST00000489992;ENST00000477609;ENST00000481758" "ENSP00000357418;ENSP00000317296;ENSP00000357417;ENSP00000357416;ENSP00000292180;ENSP00000295530;ENSP00000357413" "Q8NFF5" "FLAD1" "80308" "flavin adenine dinucleotide synthetase 1" "FAD1;PP591" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160714" "ENST00000292211;ENST00000467683;ENST00000491572;ENST00000476612;ENST00000483639;ENST00000474181;ENST00000497453" "ENSP00000292211" "Q7Z7E8" "UBE2Q1" "55585" "ubiquitin conjugating enzyme E2 Q1" "NICE-5;PRO3094;UBE2Q" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160752" "ENST00000611010;ENST00000468479;ENST00000447866;ENST00000461507;ENST00000474345;ENST00000471117;ENST00000368356;ENST00000467076;ENST00000495308;ENST00000487002;ENST00000491013;ENST00000356657;ENST00000465559;ENST00000470171;ENST00000612683;ENST00000489003;ENST00000477057;ENST00000492887;ENST00000492244;ENST00000490140;ENST00000489324" "ENSP00000483188;ENSP00000391755;ENSP00000478032;ENSP00000357340;ENSP00000480142;ENSP00000479557;ENSP00000349078;ENSP00000484099;ENSP00000478235" "P14324" "FDPS" "2224" "farnesyl diphosphate synthase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160868" "ENST00000354593;ENST00000651514;ENST00000336411;ENST00000651162;ENST00000652018;ENST00000651783;ENST00000480043;ENST00000415003" "ENSP00000346607;ENSP00000498939;ENSP00000337915;ENSP00000498733;ENSP00000498924;ENSP00000397208" "P08684" "CYP3A4" "1576" "cytochrome P450 family 3 subfamily A member 4" "CYP3A3" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160870" "ENST00000336374;ENST00000477357;ENST00000498080;ENST00000467776" "ENSP00000337450" "P24462" "CYP3A7" "1551" "cytochrome P450 family 3 subfamily A member 7" "CP37;P450-HFLA" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000160882" "ENST00000292427;ENST00000314111;ENST00000519285;ENST00000517471;ENST00000377675" "ENSP00000292427;ENSP00000430144;ENSP00000428043;ENSP00000366903" "P15538" "CYP11B1" "1584" "cytochrome P450 family 11 subfamily B member 1" "CPN1;CYP11B;FHI;P450C11" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000160688" "ENST00000492620;ENST00000368433;ENST00000315144;ENST00000368432;ENST00000368431;ENST00000292180;ENST00000487371;ENST00000295530;ENST00000368428;ENST00000489992;ENST00000477609;ENST00000481758" "ENSP00000357418;ENSP00000317296;ENSP00000357417;ENSP00000357416;ENSP00000292180;ENSP00000295530;ENSP00000357413" "Q8NFF5" "FLAD1" "80308" "flavin adenine dinucleotide synthetase 1" "FAD1;PP591" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160714" "ENST00000292211;ENST00000467683;ENST00000491572;ENST00000476612;ENST00000483639;ENST00000474181;ENST00000497453" "ENSP00000292211" "Q7Z7E8" "UBE2Q1" "55585" "ubiquitin conjugating enzyme E2 Q1" "NICE-5;PRO3094;UBE2Q" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160752" "ENST00000611010;ENST00000468479;ENST00000447866;ENST00000461507;ENST00000474345;ENST00000471117;ENST00000368356;ENST00000467076;ENST00000495308;ENST00000487002;ENST00000491013;ENST00000356657;ENST00000465559;ENST00000470171;ENST00000612683;ENST00000489003;ENST00000477057;ENST00000492887;ENST00000492244;ENST00000490140;ENST00000489324" "ENSP00000483188;ENSP00000391755;ENSP00000478032;ENSP00000357340;ENSP00000480142;ENSP00000479557;ENSP00000349078;ENSP00000484099;ENSP00000478235" "P14324" "FDPS" "2224" "farnesyl diphosphate synthase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160868" "ENST00000354593;ENST00000651514;ENST00000336411;ENST00000651162;ENST00000652018;ENST00000651783;ENST00000480043;ENST00000415003" "ENSP00000346607;ENSP00000498939;ENSP00000337915;ENSP00000498733;ENSP00000498924;ENSP00000397208" "P08684" "CYP3A4" "1576" "cytochrome P450 family 3 subfamily A member 4" "CYP3A3" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160870" "ENST00000336374;ENST00000477357;ENST00000498080;ENST00000467776" "ENSP00000337450" "P24462" "CYP3A7" "1551" "cytochrome P450 family 3 subfamily A member 7" "CP37;P450-HFLA" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000160882" "ENST00000292427;ENST00000314111;ENST00000519285;ENST00000517471;ENST00000377675" "ENSP00000292427;ENSP00000430144;ENSP00000428043;ENSP00000366903" "P15538" "CYP11B1" "1584" "cytochrome P450 family 11 subfamily B member 1" "CPN1;CYP11B;FHI;P450C11" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000160883" "ENST00000506834;ENST00000292432;ENST00000514666;ENST00000514058;ENST00000509717;ENST00000504910" "ENSP00000292432;ENSP00000424632;ENSP00000422169;ENSP00000427000" "P52790" "HK3" "3101" "hexokinase 3" "" "" "" -"ENSG00000161013" "ENST00000518778;ENST00000337755;ENST00000292591;ENST00000519836;ENST00000520969;ENST00000522293;ENST00000518980;ENST00000522451;ENST00000520875;ENST00000523382;ENST00000518867;ENST00000518702;ENST00000520822;ENST00000523108;ENST00000521855;ENST00000520918;ENST00000521305;ENST00000523329;ENST00000518168;ENST00000520134;ENST00000519616;ENST00000520019;ENST00000519965" "ENSP00000428906;ENSP00000338487;ENSP00000292591;ENSP00000430721;ENSP00000428960;ENSP00000431093;ENSP00000430723;ENSP00000428764;ENSP00000427995;ENSP00000430376;ENSP00000430964" "Q9UQ53" "MGAT4B" "11282" "alpha-1,3-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase B" "GnT-Ivb" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000161013" "ENST00000518778;ENST00000337755;ENST00000292591;ENST00000519836;ENST00000520969;ENST00000522293;ENST00000518980;ENST00000522451;ENST00000520875;ENST00000523382;ENST00000518867;ENST00000518702;ENST00000520822;ENST00000523108;ENST00000521855;ENST00000520918;ENST00000521305;ENST00000523329;ENST00000518168;ENST00000520134;ENST00000519616;ENST00000520019;ENST00000519965" "ENSP00000428906;ENSP00000338487;ENSP00000292591;ENSP00000430721;ENSP00000428960;ENSP00000431093;ENSP00000430723;ENSP00000428764;ENSP00000427995;ENSP00000430376;ENSP00000430964" "Q9UQ53" "MGAT4B" "11282" "alpha-1,3-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase B" "GnT-Ivb" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000161031" "ENST00000292609;ENST00000340880;ENST00000601792;ENST00000594637" "ENSP00000292609;ENSP00000345968;ENSP00000472856;ENSP00000470112" "Q96PD5" "PGLYRP2" "114770" "peptidoglycan recognition protein 2" "PGLYRPL;PGRP-L;PGRPL;tagL;tagL-alpha;tagl-beta;TAGL-like" "" "" "ENSG00000161133" "ENST00000486536;ENST00000292729;ENST00000470202" "ENSP00000292729" "" "USP41" "373856" "ubiquitin specific peptidase 41" "" "" "" -"ENSG00000161217" "ENST00000441879;ENST00000419333;ENST00000292823;ENST00000431016;ENST00000460827;ENST00000411591;ENST00000433733;ENST00000430755;ENST00000473978;ENST00000488235;ENST00000460677;ENST00000444822;ENST00000412869;ENST00000438634;ENST00000491544;ENST00000443555" "ENSP00000392397;ENSP00000390968;ENSP00000292823;ENSP00000394617;ENSP00000400430;ENSP00000390458;ENSP00000402283;ENSP00000397888;ENSP00000402015;ENSP00000391405;ENSP00000393341" "P49585" "PCYT1A" "5130" "phosphate cytidylyltransferase 1, choline, alpha" "CT;CTPCT;PCYT1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000161217" "ENST00000441879;ENST00000419333;ENST00000292823;ENST00000431016;ENST00000460827;ENST00000411591;ENST00000433733;ENST00000430755;ENST00000473978;ENST00000488235;ENST00000460677;ENST00000444822;ENST00000412869;ENST00000438634;ENST00000491544;ENST00000443555" "ENSP00000392397;ENSP00000390968;ENSP00000292823;ENSP00000394617;ENSP00000400430;ENSP00000390458;ENSP00000402283;ENSP00000397888;ENSP00000402015;ENSP00000391405;ENSP00000393341" "P49585" "PCYT1A" "5130" "phosphate cytidylyltransferase 1, choline, alpha" "CT;CTPCT;PCYT1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000161267" "ENST00000392378;ENST00000651856;ENST00000441275;ENST00000479425;ENST00000446746;ENST00000455876;ENST00000477015;ENST00000483920;ENST00000434143;ENST00000432819;ENST00000495285;ENST00000431056;ENST00000445160;ENST00000468710;ENST00000492681;ENST00000476764;ENST00000392379;ENST00000358186" "ENSP00000376183;ENSP00000498996;ENSP00000411014;ENSP00000387648;ENSP00000408016;ENSP00000408685;ENSP00000409849;ENSP00000396149;ENSP00000405462;ENSP00000376184;ENSP00000350914" "Q02338" "BDH1" "622" "3-hydroxybutyrate dehydrogenase 1" "BDH;SDR9C1" "Mitochondria" "CellAtlas" "ENSG00000161281" "ENST00000437291;ENST00000481297;ENST00000292907;ENST00000589154" "ENSP00000475885;ENSP00000292907;ENSP00000468063" "P24310" "COX7A1" "1346" "cytochrome c oxidase subunit 7A1" "COX7A;COX7AH" "Inner mitochondria" "SwissProt" -"ENSG00000161513" "ENST00000293195;ENST00000583881;ENST00000544854;ENST00000420580;ENST00000578473;ENST00000581530;ENST00000579482;ENST00000577509;ENST00000583917;ENST00000442102;ENST00000582944;ENST00000413947;ENST00000582710;ENST00000579893;ENST00000580492;ENST00000581969;ENST00000579543;ENST00000581219;ENST00000577932;ENST00000610946" "ENSP00000293195;ENSP00000464670;ENSP00000445432;ENSP00000414172;ENSP00000462972;ENSP00000461993;ENSP00000462083;ENSP00000463940;ENSP00000416515;ENSP00000462183;ENSP00000408595;ENSP00000462884;ENSP00000463308;ENSP00000462330;ENSP00000462488;ENSP00000463934" "P22570" "FDXR" "2232" "ferredoxin reductase" "ADR;ADXR" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000161533" "ENST00000293217;ENST00000588968;ENST00000587927;ENST00000591963;ENST00000572047;ENST00000573078;ENST00000301608;ENST00000589744;ENST00000591857;ENST00000588176;ENST00000589301;ENST00000576743;ENST00000592329" "ENSP00000293217;ENSP00000468651;ENSP00000466921;ENSP00000459936;ENSP00000458325;ENSP00000301608;ENSP00000466210;ENSP00000468435;ENSP00000461486" "Q15067" "ACOX1" "51" "acyl-CoA oxidase 1" "PALMCOX" "Peroxisome;Nucleus" "SwissProt&CellAtlas" -"ENSG00000161653" "ENST00000293404;ENST00000589767;ENST00000592915" "ENSP00000293404;ENSP00000465408" "Q8N159" "NAGS" "162417" "N-acetylglutamate synthase" "AGAS;ARGA;NAT7" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000161513" "ENST00000293195;ENST00000583881;ENST00000544854;ENST00000420580;ENST00000578473;ENST00000581530;ENST00000579482;ENST00000577509;ENST00000583917;ENST00000442102;ENST00000582944;ENST00000413947;ENST00000582710;ENST00000579893;ENST00000580492;ENST00000581969;ENST00000579543;ENST00000581219;ENST00000577932;ENST00000610946" "ENSP00000293195;ENSP00000464670;ENSP00000445432;ENSP00000414172;ENSP00000462972;ENSP00000461993;ENSP00000462083;ENSP00000463940;ENSP00000416515;ENSP00000462183;ENSP00000408595;ENSP00000462884;ENSP00000463308;ENSP00000462330;ENSP00000462488;ENSP00000463934" "P22570" "FDXR" "2232" "ferredoxin reductase" "ADR;ADXR" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000161533" "ENST00000293217;ENST00000588968;ENST00000587927;ENST00000591963;ENST00000572047;ENST00000573078;ENST00000301608;ENST00000589744;ENST00000591857;ENST00000588176;ENST00000589301;ENST00000576743;ENST00000592329" "ENSP00000293217;ENSP00000468651;ENSP00000466921;ENSP00000459936;ENSP00000458325;ENSP00000301608;ENSP00000466210;ENSP00000468435;ENSP00000461486" "Q15067" "ACOX1" "51" "acyl-CoA oxidase 1" "PALMCOX" "Peroxisome;Nucleus" "SwissProt;CellAtlas" +"ENSG00000161653" "ENST00000293404;ENST00000589767;ENST00000592915" "ENSP00000293404;ENSP00000465408" "Q8N159" "NAGS" "162417" "N-acetylglutamate synthase" "AGAS;ARGA;NAT7" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000161714" "ENST00000619929;ENST00000539433;ENST00000543623;ENST00000618022;ENST00000615898;ENST00000611986;ENST00000546350;ENST00000542173;ENST00000538988;ENST00000590644;ENST00000538093;ENST00000544446" "ENSP00000479636;ENSP00000443079;ENSP00000467800;ENSP00000440378" "Q8N3E9" "PLCD3" "113026" "phospholipase C delta 3" "" "Cytosol" "SwissProt" "ENSG00000161798" "ENST00000293599;ENST00000553132" "ENSP00000293599" "P55064" "AQP5" "362" "aquaporin 5" "" "Cytosol" "SwissProt" -"ENSG00000161860" "ENST00000293695;ENST00000592819;ENST00000591229" "ENSP00000293695;ENSP00000466359" "Q6PIF2" "SYCE2" "256126" "synaptonemal complex central element protein 2" "CESC1" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000161896" "ENST00000293756;ENST00000451316;ENST00000634274" "ENSP00000293756;ENSP00000398861;ENSP00000489479" "Q96PC2" "IP6K3" "117283" "inositol hexakisphosphate kinase 3" "IHPK3;INSP6K3" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000161860" "ENST00000293695;ENST00000592819;ENST00000591229" "ENSP00000293695;ENSP00000466359" "Q6PIF2" "SYCE2" "256126" "synaptonemal complex central element protein 2" "CESC1" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000161896" "ENST00000293756;ENST00000451316;ENST00000634274" "ENSP00000293756;ENSP00000398861;ENSP00000489479" "Q96PC2" "IP6K3" "117283" "inositol hexakisphosphate kinase 3" "IHPK3;INSP6K3" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000161905" "ENST00000293761;ENST00000574640;ENST00000570836;ENST00000576572;ENST00000572265;ENST00000573740" "ENSP00000293761;ENSP00000460483;ENSP00000458832;ENSP00000460430" "P16050" "ALOX15" "246" "arachidonate 15-lipoxygenase" "15-LOX-1" "Cytosol" "SwissProt" -"ENSG00000161980" "ENST00000293860;ENST00000481810" "ENSP00000293860" "Q9Y2Y1" "POLR3K" "51728" "RNA polymerase III subunit K" "C11;RPC11" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000161980" "ENST00000293860;ENST00000481810" "ENSP00000293860" "Q9Y2Y1" "POLR3K" "51728" "RNA polymerase III subunit K" "C11;RPC11" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000162040" "ENST00000454677" "ENSP00000416741" "Q96QI5" "HS3ST6" "64711" "heparan sulfate-glucosamine 3-sulfotransferase 6" "HS3ST5" "Golgi apparatus" "SwissProt" "ENSG00000162066" "ENST00000568263;ENST00000293971;ENST00000302956;ENST00000565963;ENST00000413459;ENST00000563633;ENST00000648227;ENST00000567475;ENST00000569219;ENST00000566706;ENST00000569879;ENST00000563556;ENST00000565570;ENST00000570028;ENST00000566947;ENST00000561487;ENST00000563444;ENST00000563145;ENST00000563453" "ENSP00000457136;ENSP00000293971;ENSP00000307481;ENSP00000391596;ENSP00000457021;ENSP00000498048;ENSP00000456898;ENSP00000457398;ENSP00000456656" "Q9Y303" "AMDHD2" "51005" "amidohydrolase domain containing 2" "CGI-14" "Cytosol;Nucleus" "CellAtlas" "ENSG00000162104" "ENST00000576936;ENST00000294016;ENST00000574721;ENST00000575550;ENST00000571467;ENST00000571889;ENST00000572288" "ENSP00000460066;ENSP00000294016;ENSP00000460160;ENSP00000461825" "O60503" "ADCY9" "115" "adenylate cyclase 9" "AC9" "Cytosol" "CellAtlas" -"ENSG00000162139" "ENST00000294064;ENST00000531509;ENST00000529024;ENST00000526068;ENST00000532963;ENST00000531619;ENST00000534628" "ENSP00000294064;ENSP00000432097;ENSP00000434474;ENSP00000436540;ENSP00000434907;ENSP00000436118;ENSP00000434754" "Q9UQ49" "NEU3" "10825" "neuraminidase 3" "" "Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000162174" "ENST00000415229;ENST00000534183;ENST00000301776;ENST00000525496;ENST00000529226;ENST00000534571;ENST00000526096;ENST00000528206;ENST00000525708;ENST00000533970;ENST00000628829" "ENSP00000400057;ENSP00000431772;ENSP00000301776;ENSP00000433136;ENSP00000478649;ENSP00000482684;ENSP00000484457;ENSP00000486943" "Q7L266" "ASRGL1" "80150" "asparaginase and isoaspartyl peptidase 1" "ALP;ALP1;FLJ22316" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000162298" "ENST00000530451;ENST00000294256;ENST00000377190;ENST00000307289;ENST00000449943;ENST00000526060;ENST00000527765;ENST00000526121;ENST00000531018;ENST00000532771;ENST00000529207;ENST00000527142;ENST00000528487;ENST00000525874;ENST00000533685" "ENSP00000294256;ENSP00000366395;ENSP00000302035;ENSP00000436984;ENSP00000431215;ENSP00000432166;ENSP00000432888;ENSP00000431720" "Q86TM6" "SYVN1" "84447" "synoviolin 1" "DER3;HRD1" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000162139" "ENST00000294064;ENST00000531509;ENST00000529024;ENST00000526068;ENST00000532963;ENST00000531619;ENST00000534628" "ENSP00000294064;ENSP00000432097;ENSP00000434474;ENSP00000436540;ENSP00000434907;ENSP00000436118;ENSP00000434754" "Q9UQ49" "NEU3" "10825" "neuraminidase 3" "" "Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000162174" "ENST00000415229;ENST00000534183;ENST00000301776;ENST00000525496;ENST00000529226;ENST00000534571;ENST00000526096;ENST00000528206;ENST00000525708;ENST00000533970;ENST00000628829" "ENSP00000400057;ENSP00000431772;ENSP00000301776;ENSP00000433136;ENSP00000478649;ENSP00000482684;ENSP00000484457;ENSP00000486943" "Q7L266" "ASRGL1" "80150" "asparaginase and isoaspartyl peptidase 1" "ALP;ALP1;FLJ22316" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000162298" "ENST00000530451;ENST00000294256;ENST00000377190;ENST00000307289;ENST00000449943;ENST00000526060;ENST00000527765;ENST00000526121;ENST00000531018;ENST00000532771;ENST00000529207;ENST00000527142;ENST00000528487;ENST00000525874;ENST00000533685" "ENSP00000294256;ENSP00000366395;ENSP00000302035;ENSP00000436984;ENSP00000431215;ENSP00000432166;ENSP00000432888;ENSP00000431720" "Q86TM6" "SYVN1" "84447" "synoviolin 1" "DER3;HRD1" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000162365" "ENST00000485117;ENST00000490948;ENST00000371891;ENST00000371890;ENST00000619754;ENST00000294337;ENST00000620131" "ENSP00000360958;ENSP00000360957;ENSP00000482952;ENSP00000294337;ENSP00000479019" "Q5TCH4" "CYP4A22" "284541" "cytochrome P450 family 4 subfamily A member 22" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000162368" "ENST00000371873;ENST00000371871;ENST00000471289;ENST00000450808;ENST00000371870" "ENSP00000360939;ENSP00000360937;ENSP00000433782;ENSP00000398192" "P30085" "CMPK1" "51727" "cytidine/uridine monophosphate kinase 1" "CMPK;UMP-CMPK" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000162368" "ENST00000371873;ENST00000371871;ENST00000471289;ENST00000450808;ENST00000371870" "ENSP00000360939;ENSP00000360937;ENSP00000433782;ENSP00000398192" "P30085" "CMPK1" "51727" "cytidine/uridine monophosphate kinase 1" "CMPK;UMP-CMPK" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000162383" "ENST00000611397;ENST00000371494;ENST00000488036;ENST00000620288;ENST00000649098;ENST00000620347;ENST00000371491" "ENSP00000484987;ENSP00000360549;ENSP00000481341;ENSP00000497247;ENSP00000478639;ENSP00000360546" "O00341" "SLC1A7" "6512" "solute carrier family 1 member 7" "EAAT5" "" "" -"ENSG00000162390" "ENST00000481208;ENST00000498228;ENST00000343744;ENST00000371316;ENST00000479837" "ENSP00000340260;ENSP00000360366" "Q8WXI4" "ACOT11" "26027" "acyl-CoA thioesterase 11" "BFIT;BFIT1;KIAA0707;STARD14;THEA;THEM1" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000162390" "ENST00000481208;ENST00000498228;ENST00000343744;ENST00000371316;ENST00000479837" "ENSP00000340260;ENSP00000360366" "Q8WXI4" "ACOT11" "26027" "acyl-CoA thioesterase 11" "BFIT;BFIT1;KIAA0707;STARD14;THEA;THEM1" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000162402" "ENST00000294383;ENST00000484447;ENST00000480962;ENST00000472566;ENST00000512504;ENST00000482197;ENST00000634589" "ENSP00000294383;ENSP00000489026;ENSP00000489531" "Q9UPU5" "USP24" "23358" "ubiquitin specific peptidase 24" "KIAA1057" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000162407" "ENST00000371250;ENST00000472957;ENST00000459962;ENST00000461655;ENST00000476206" "ENSP00000360296" "O14495" "PLPP3" "8613" "phospholipid phosphatase 3" "LPP3;PAP-2b;PPAP2B" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000162408" "ENST00000377705;ENST00000464383;ENST00000462798;ENST00000460777;ENST00000464665" "ENSP00000366934" "Q5SY16" "NOL9" "79707" "nucleolar protein 9" "FLJ23323;Grc3;NET6" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000162433" "ENST00000497030;ENST00000470888;ENST00000546702;ENST00000327299;ENST00000474968;ENST00000479060;ENST00000545314;ENST00000395334" "ENSP00000448458;ENSP00000322175;ENSP00000445912;ENSP00000378743" "P27144" "AK4" "205" "adenylate kinase 4" "AK3;AK3L1" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000162482" "ENST00000361640" "ENSP00000355377" "O95154" "AKR7A3" "22977" "aldo-keto reductase family 7 member A3" "" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000162407" "ENST00000371250;ENST00000472957;ENST00000459962;ENST00000461655;ENST00000476206" "ENSP00000360296" "O14495" "PLPP3" "8613" "phospholipid phosphatase 3" "LPP3;PAP-2b;PPAP2B" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000162408" "ENST00000377705;ENST00000464383;ENST00000462798;ENST00000460777;ENST00000464665" "ENSP00000366934" "Q5SY16" "NOL9" "79707" "nucleolar protein 9" "FLJ23323;Grc3;NET6" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000162433" "ENST00000497030;ENST00000470888;ENST00000546702;ENST00000327299;ENST00000474968;ENST00000479060;ENST00000545314;ENST00000395334" "ENSP00000448458;ENSP00000322175;ENSP00000445912;ENSP00000378743" "P27144" "AK4" "205" "adenylate kinase 4" "AK3;AK3L1" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000162482" "ENST00000361640" "ENSP00000355377" "O95154" "AKR7A3" "22977" "aldo-keto reductase family 7 member A3" "" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000162496" "ENST00000616661;ENST00000464917;ENST00000430996;ENST00000482265" "ENSP00000480439;ENSP00000478218;ENSP00000387903" "O75911" "DHRS3" "9249" "dehydrogenase/reductase 3" "RDH17;retSDR1;Rsdr1;SDR1;SDR16C1" "Mitochondria;Nucleus" "CellAtlas" -"ENSG00000162551" "ENST00000374840;ENST00000468526;ENST00000539907;ENST00000540617;ENST00000374832;ENST00000374830;ENST00000374829" "ENSP00000363973;ENSP00000437674;ENSP00000442672;ENSP00000363965;ENSP00000363963" "P05186" "ALPL" "249" "alkaline phosphatase, biomineralization associated" "HOPS;TNALP;TNAP;TNSALP" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000162551" "ENST00000374840;ENST00000468526;ENST00000539907;ENST00000540617;ENST00000374832;ENST00000374830;ENST00000374829" "ENSP00000363973;ENSP00000437674;ENSP00000442672;ENSP00000363965;ENSP00000363963" "P05186" "ALPL" "249" "alkaline phosphatase, biomineralization associated" "HOPS;TNALP;TNAP;TNSALP" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000162571" "ENST00000379290;ENST00000379289;ENST00000506177;ENST00000673999;ENST00000379288;ENST00000460998;ENST00000514695;ENST00000486379" "ENSP00000368592;ENSP00000368591;ENSP00000500959;ENSP00000368590;ENSP00000464269" "Q6ZVT0" "TTLL10" "254173" "tubulin tyrosine ligase like 10" "FLJ36119;TTLL5" "" "" -"ENSG00000162607" "ENST00000452143;ENST00000442679;ENST00000339950;ENST00000371146" "ENSP00000403662;ENSP00000387986;ENSP00000343526;ENSP00000360188" "O94782" "USP1" "7398" "ubiquitin specific peptidase 1" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000162607" "ENST00000452143;ENST00000442679;ENST00000339950;ENST00000371146" "ENSP00000403662;ENSP00000387986;ENSP00000343526;ENSP00000360188" "O94782" "USP1" "7398" "ubiquitin specific peptidase 1" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000162623" "ENST00000457880;ENST00000370867;ENST00000479111;ENST00000483990;ENST00000485401;ENST00000449696;ENST00000486467;ENST00000467646" "ENSP00000407025;ENSP00000359904;ENSP00000477469;ENSP00000476365" "Q6IPR3" "TYW3" "127253" "tRNA-yW synthesizing protein 3 homolog" "C1orf171;FLJ40918" "Cytosol" "CellAtlas" "ENSG00000162630" "ENST00000367434" "ENSP00000356404" "O43825" "B3GALT2" "8707" "beta-1,3-galactosyltransferase 2" "beta3Gal-T2" "Golgi apparatus" "SwissProt" -"ENSG00000162688" "ENST00000361915;ENST00000370165;ENST00000370163;ENST00000294724;ENST00000361302;ENST00000637337;ENST00000477753;ENST00000370161" "ENSP00000355106;ENSP00000359184;ENSP00000359182;ENSP00000294724;ENSP00000354971;ENSP00000359180" "P35573" "AGL" "178" "amylo-alpha-1, 6-glucosidase, 4-alpha-glucanotransferase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000162694" "ENST00000370113;ENST00000370114;ENST00000450240;ENST00000416479;ENST00000494907;ENST00000480774;ENST00000535414" "ENSP00000359131;ENSP00000359132;ENSP00000403363;ENSP00000392255;ENSP00000444385" "Q9UBQ6" "EXTL2" "2135" "exostosin like glycosyltransferase 2" "" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000162688" "ENST00000361915;ENST00000370165;ENST00000370163;ENST00000294724;ENST00000361302;ENST00000637337;ENST00000477753;ENST00000370161" "ENSP00000355106;ENSP00000359184;ENSP00000359182;ENSP00000294724;ENSP00000354971;ENSP00000359180" "P35573" "AGL" "178" "amylo-alpha-1, 6-glucosidase, 4-alpha-glucanotransferase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000162694" "ENST00000370113;ENST00000370114;ENST00000450240;ENST00000416479;ENST00000494907;ENST00000480774;ENST00000535414" "ENSP00000359131;ENSP00000359132;ENSP00000403363;ENSP00000392255;ENSP00000444385" "Q9UBQ6" "EXTL2" "2135" "exostosin like glycosyltransferase 2" "" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000162695" "ENST00000370112;ENST00000357650;ENST00000370111" "ENSP00000359130;ENSP00000350278;ENSP00000359129" "Q8NEW0" "SLC30A7" "148867" "solute carrier family 30 member 7" "ZNT7;ZnTL2" "Golgi apparatus" "CellAtlas" "ENSG00000162813" "ENST00000469520;ENST00000354807;ENST00000482136;ENST00000463953;ENST00000498791;ENST00000480959;ENST00000548668;ENST00000498237;ENST00000322067;ENST00000544404;ENST00000414869" "ENSP00000446828;ENSP00000346862;ENSP00000446953;ENSP00000446850;ENSP00000448740;ENSP00000449883;ENSP00000318852;ENSP00000444398;ENSP00000410348" "O95861" "BPNT1" "10380" "3'(2'), 5'-bisphosphate nucleotidase 1" "" "Nucleus" "CellAtlas" "ENSG00000162836" "ENST00000609196;ENST00000583509;ENST00000460583;ENST00000613673;ENST00000487562;ENST00000392988;ENST00000620634;ENST00000611629;ENST00000614551;ENST00000493129" "ENSP00000477476;ENSP00000463574;ENSP00000481777;ENSP00000376714;ENSP00000480100;ENSP00000482100;ENSP00000479906" "Q9NPH0" "ACP6" "51205" "acid phosphatase 6, lysophosphatidic" "ACPL1;LPAP" "Mitochondria" "SwissProt" "ENSG00000162851" "ENST00000366514" "ENSP00000355471" "Q9H5Q4" "TFB2M" "64216" "transcription factor B2, mitochondrial" "FLJ22661;FLJ23182;Hkp1" "Mitochondria" "CellAtlas" "ENSG00000162882" "ENST00000406007;ENST00000294973;ENST00000402698;ENST00000404451;ENST00000431905;ENST00000406924;ENST00000402268" "ENSP00000294973;ENSP00000412601" "P46952" "HAAO" "23498" "3-hydroxyanthranilate 3,4-dioxygenase" "" "Cytosol" "SwissProt" -"ENSG00000162885" "ENST00000366600;ENST00000675193;ENST00000676288;ENST00000675555;ENST00000477694;ENST00000462374;ENST00000612859;ENST00000313984;ENST00000494378;ENST00000461994" "ENSP00000355559;ENSP00000502069;ENSP00000502392;ENSP00000501896;ENSP00000481548;ENSP00000315678" "Q8NCR0" "B3GALNT2" "148789" "beta-1,3-N-acetylgalactosaminyltransferase 2" "MGC39558" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000163002" "ENST00000442895;ENST00000446612;ENST00000409798;ENST00000472844;ENST00000455063;ENST00000295119;ENST00000497330;ENST00000374930;ENST00000479162;ENST00000452137" "ENSP00000403819;ENSP00000412554;ENSP00000387305;ENSP00000393130;ENSP00000295119;ENSP00000364066;ENSP00000412311" "Q8NFH5" "NUP35" "129401" "nucleoporin 35" "MP44" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000162885" "ENST00000366600;ENST00000675193;ENST00000676288;ENST00000675555;ENST00000477694;ENST00000462374;ENST00000612859;ENST00000313984;ENST00000494378;ENST00000461994" "ENSP00000355559;ENSP00000502069;ENSP00000502392;ENSP00000501896;ENSP00000481548;ENSP00000315678" "Q8NCR0" "B3GALNT2" "148789" "beta-1,3-N-acetylgalactosaminyltransferase 2" "MGC39558" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000163002" "ENST00000442895;ENST00000446612;ENST00000409798;ENST00000472844;ENST00000455063;ENST00000295119;ENST00000497330;ENST00000374930;ENST00000479162;ENST00000452137" "ENSP00000403819;ENSP00000412554;ENSP00000387305;ENSP00000393130;ENSP00000295119;ENSP00000364066;ENSP00000412311" "Q8NFH5" "NUP35" "129401" "nucleoporin 35" "MP44" "Nucleus" "SwissProt;CellAtlas" "ENSG00000163012" "ENST00000295131;ENST00000419862" "ENSP00000295131;ENSP00000400595" "Q8NEG5" "ZSWIM2" "151112" "zinc finger SWIM-type containing 2" "MEX;MGC33890;ZZZ2" "" "" "ENSG00000163082" "ENST00000321276" "ENSP00000315137" "Q8IWX5" "SGPP2" "130367" "sphingosine-1-phosphate phosphatase 2" "FLJ39004;SPP2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000163106" "ENST00000295256;ENST00000514774;ENST00000506331" "ENSP00000295256" "O60760" "HPGDS" "27306" "hematopoietic prostaglandin D synthase" "GSTS;GSTS1;GSTS1-1;H-PGDS;PGD2;PGDS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000163114" "ENST00000295266" "ENSP00000295266" "P29803" "PDHA2" "5161" "pyruvate dehydrogenase E1 subunit alpha 2" "PDHAL" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000163106" "ENST00000295256;ENST00000514774;ENST00000506331" "ENSP00000295256" "O60760" "HPGDS" "27306" "hematopoietic prostaglandin D synthase" "GSTS;GSTS1;GSTS1-1;H-PGDS;PGD2;PGDS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000163114" "ENST00000295266" "ENSP00000295266" "P29803" "PDHA2" "5161" "pyruvate dehydrogenase E1 subunit alpha 2" "PDHAL" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000163131" "ENST00000680288;ENST00000679898;ENST00000680664;ENST00000679512;ENST00000368985;ENST00000472977;ENST00000607427;ENST00000681444;ENST00000680311;ENST00000483930;ENST00000680471;ENST00000680931;ENST00000681357;ENST00000448301;ENST00000681728;ENST00000679582;ENST00000480760;ENST00000681863;ENST00000680466" "ENSP00000506001;ENSP00000505326;ENSP00000506248;ENSP00000505113;ENSP00000357981;ENSP00000475176;ENSP00000475557;ENSP00000505359;ENSP00000505020;ENSP00000475812;ENSP00000506603;ENSP00000504934;ENSP00000408414;ENSP00000505313;ENSP00000504885" "P25774" "CTSS" "1520" "cathepsin S" "" "Cytosol;Lysosome" "SwissProt" "ENSG00000163162" "ENST00000485752;ENST00000424632;ENST00000295317;ENST00000490553;ENST00000463726;ENST00000478404" "ENSP00000399090;ENSP00000295317" "Q8NC42" "RNF149" "284996" "ring finger protein 149" "FLJ90504" "" "" "ENSG00000163218" "ENST00000359650;ENST00000368739;ENST00000490266" "ENSP00000352672;ENSP00000357728" "Q96LB8" "PGLYRP4" "57115" "peptidoglycan recognition protein 4" "PGLYRPIbeta;PGRP-Ibeta;PGRPIB;SBBI67" "" "" -"ENSG00000163281" "ENST00000608855;ENST00000609092;ENST00000295448;ENST00000507917;ENST00000507534;ENST00000509756;ENST00000511187" "ENSP00000477137;ENSP00000476853;ENSP00000295448;ENSP00000425868;ENSP00000427423;ENSP00000424061" "Q8TDQ7" "GNPDA2" "132789" "glucosamine-6-phosphate deaminase 2" "SB52" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000163281" "ENST00000608855;ENST00000609092;ENST00000295448;ENST00000507917;ENST00000507534;ENST00000509756;ENST00000511187" "ENSP00000477137;ENSP00000476853;ENSP00000295448;ENSP00000425868;ENSP00000427423;ENSP00000424061" "Q8TDQ7" "GNPDA2" "132789" "glucosamine-6-phosphate deaminase 2" "SB52" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000163283" "ENST00000474529;ENST00000392027;ENST00000485563" "ENSP00000375881" "P05187" "ALPP" "250" "alkaline phosphatase, placental" "PALP;PLAP" "" "" "ENSG00000163286" "ENST00000295453" "ENSP00000295453" "P10696" "ALPG" "251" "alkaline phosphatase, germ cell" "ALPPL2;GCAP" "" "" "ENSG00000163295" "ENST00000457560;ENST00000295463" "ENSP00000413068;ENSP00000295463" "P09923" "ALPI" "248" "alkaline phosphatase, intestinal" "IAP" "" "" "ENSG00000163344" "ENST00000368467" "ENSP00000357452" "Q15126" "PMVK" "10654" "phosphomevalonate kinase" "HUMPMKI;PMK;PMKA" "Cytosol" "SwissProt" "ENSG00000163352" "ENST00000368427;ENST00000392487" "ENSP00000357412;ENSP00000376278" "Q9Y5L5" "LENEP" "55891" "lens epithelial protein" "LEP503" "" "" -"ENSG00000163389" "ENST00000295588;ENST00000476573;ENST00000497447;ENST00000486607;ENST00000390401;ENST00000647766;ENST00000460339;ENST00000481043;ENST00000473648" "ENSP00000295588;ENSP00000419865;ENSP00000419288;ENSP00000419876;ENSP00000498165;ENSP00000420594" "Q8NBL1" "POGLUT1" "56983" "protein O-glucosyltransferase 1" "9630046K23Rik;C3orf9;hCLP46;KDELCL1;KTELC1;MDS010;MDSRP;MGC32995;Rumi" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000163389" "ENST00000295588;ENST00000476573;ENST00000497447;ENST00000486607;ENST00000390401;ENST00000647766;ENST00000460339;ENST00000481043;ENST00000473648" "ENSP00000295588;ENSP00000419865;ENSP00000419288;ENSP00000419876;ENSP00000498165;ENSP00000420594" "Q8NBL1" "POGLUT1" "56983" "protein O-glucosyltransferase 1" "9630046K23Rik;C3orf9;hCLP46;KDELCL1;KTELC1;MDS010;MDSRP;MGC32995;Rumi" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000163393" "ENST00000369503;ENST00000369502;ENST00000481127" "ENSP00000358515;ENSP00000358514" "Q8IZD6" "SLC22A15" "55356" "solute carrier family 22 member 15" "FLIPT1" "" "" "ENSG00000163399" "ENST00000418797;ENST00000295598;ENST00000488733;ENST00000537345;ENST00000369494;ENST00000369496;ENST00000463382;ENST00000491156;ENST00000440951;ENST00000479960;ENST00000495965" "ENSP00000400124;ENSP00000295598;ENSP00000445306;ENSP00000358506;ENSP00000358508;ENSP00000396236" "P05023" "ATP1A1" "476" "ATPase Na+/K+ transporting subunit alpha 1" "" "" "" "ENSG00000163406" "ENST00000489711;ENST00000295605;ENST00000469013;ENST00000489886;ENST00000489957;ENST00000465060;ENST00000469422" "ENSP00000417085;ENSP00000295605;ENSP00000418704" "Q16348" "SLC15A2" "6565" "solute carrier family 15 member 2" "PEPT2" "" "" "ENSG00000163481" "ENST00000473034;ENST00000295704;ENST00000474339;ENST00000463188;ENST00000423170;ENST00000497832" "ENSP00000295704;ENSP00000403582" "Q96BH1" "RNF25" "64320" "ring finger protein 25" "AO7;FLJ13906" "Cytosol;Nucleus" "CellAtlas" "ENSG00000163521" "ENST00000295759;ENST00000497855;ENST00000409640;ENST00000392089;ENST00000447002;ENST00000440853;ENST00000471516;ENST00000459951;ENST00000428427;ENST00000467548;ENST00000424620;ENST00000432839" "ENSP00000295759;ENSP00000386354;ENSP00000375939;ENSP00000396263;ENSP00000387703;ENSP00000400738;ENSP00000404698;ENSP00000392018" "Q6UWU2" "GLB1L" "79411" "galactosidase beta 1 like" "MGC10771" "" "" -"ENSG00000163527" "ENST00000453168;ENST00000295770;ENST00000423527;ENST00000462235;ENST00000436236;ENST00000463044;ENST00000488151" "ENSP00000295770" "Q8TCJ2" "STT3B" "201595" "STT3 oligosaccharyltransferase complex catalytic subunit B" "FLJ90106;SIMP;STT3-B" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000163541" "ENST00000393868;ENST00000484365;ENST00000651342;ENST00000491123;ENST00000487809;ENST00000488234;ENST00000483605;ENST00000442240;ENST00000491642;ENST00000430989" "ENSP00000377446;ENSP00000498471;ENSP00000403884" "P53597" "SUCLG1" "8802" "succinate-CoA ligase GDP/ADP-forming subunit alpha" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000163527" "ENST00000453168;ENST00000295770;ENST00000423527;ENST00000462235;ENST00000436236;ENST00000463044;ENST00000488151" "ENSP00000295770" "Q8TCJ2" "STT3B" "201595" "STT3 oligosaccharyltransferase complex catalytic subunit B" "FLJ90106;SIMP;STT3-B" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000163541" "ENST00000393868;ENST00000484365;ENST00000651342;ENST00000491123;ENST00000487809;ENST00000488234;ENST00000483605;ENST00000442240;ENST00000491642;ENST00000430989" "ENSP00000377446;ENSP00000498471;ENSP00000403884" "P53597" "SUCLG1" "8802" "succinate-CoA ligase GDP/ADP-forming subunit alpha" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000163581" "ENST00000314251;ENST00000497642;ENST00000469787;ENST00000471379;ENST00000461867" "ENSP00000323568;ENSP00000418456;ENSP00000417918;ENSP00000418888" "P11168" "SLC2A2" "6514" "solute carrier family 2 member 2" "GLUT2" "" "" -"ENSG00000163586" "ENST00000295834;ENST00000393750;ENST00000495375;ENST00000472846" "ENSP00000295834;ENSP00000377351" "P07148" "FABP1" "2168" "fatty acid binding protein 1" "L-FABP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000163586" "ENST00000295834;ENST00000393750;ENST00000495375;ENST00000472846" "ENSP00000295834;ENSP00000377351" "P07148" "FABP1" "2168" "fatty acid binding protein 1" "L-FABP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000163590" "ENST00000497343;ENST00000498165;ENST00000464260;ENST00000295839;ENST00000480117" "ENSP00000420354;ENSP00000417659;ENSP00000420746;ENSP00000295839" "Q5SGD2" "PPM1L" "151742" "protein phosphatase, Mg2+/Mn2+ dependent 1L" "PP2CE" "Cytosol;Nucleus" "CellAtlas" "ENSG00000163624" "ENST00000295887;ENST00000511298" "ENSP00000295887;ENSP00000421316" "Q92903" "CDS1" "1040" "CDP-diacylglycerol synthase 1" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000163631" "ENST00000441319;ENST00000295897;ENST00000510166;ENST00000515133;ENST00000415165;ENST00000514786;ENST00000476441;ENST00000503124;ENST00000509063;ENST00000401494;ENST00000505649;ENST00000511370;ENST00000507673;ENST00000484992;ENST00000504043;ENST00000486939;ENST00000508932;ENST00000495173;ENST00000621085;ENST00000621628" "ENSP00000392541;ENSP00000295897;ENSP00000401820;ENSP00000423727;ENSP00000421027;ENSP00000422784;ENSP00000384695;ENSP00000426179;ENSP00000483421;ENSP00000480485" "P02768" "ALB" "213" "albumin" "" "Endoplasmic reticulum;Golgi apparatus" "CellAtlas" -"ENSG00000163655" "ENST00000496455;ENST00000295920;ENST00000476145" "ENSP00000419851;ENSP00000295920" "P49915" "GMPS" "8833" "guanine monophosphate synthase" "GATD7" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000163655" "ENST00000496455;ENST00000295920;ENST00000476145" "ENSP00000419851;ENSP00000295920" "P49915" "GMPS" "8833" "guanine monophosphate synthase" "GATD7" "Cytosol" "SwissProt;CellAtlas" "ENSG00000163659" "ENST00000486483;ENST00000295924;ENST00000461166;ENST00000473702;ENST00000481853;ENST00000495891;ENST00000542783" "ENSP00000418757;ENSP00000295924;ENSP00000420612;ENSP00000419982;ENSP00000418829;ENSP00000420141;ENSP00000438345" "Q7Z3E1" "TIPARP" "25976" "TCDD inducible poly(ADP-ribose) polymerase" "ARTD14;DDF1;DKFZP434J214;DKFZp686N0351;PARP-1;PARP-7;PARP7;pART14;RM1" "Nucleus" "SwissProt" -"ENSG00000163684" "ENST00000295959;ENST00000461797;ENST00000445193;ENST00000466547;ENST00000463550;ENST00000462046" "ENSP00000295959;ENSP00000412894;ENSP00000419909" "O95059" "RPP14" "11102" "ribonuclease P/MRP subunit p14" "P14" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000163686" "ENST00000295962;ENST00000478253;ENST00000475982;ENST00000463756;ENST00000485900;ENST00000470440;ENST00000480457" "ENSP00000295962;ENSP00000420315;ENSP00000418209;ENSP00000420408;ENSP00000418934" "Q9BV23" "ABHD6" "57406" "abhydrolase domain containing 6, acylglycerol lipase" "" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000163684" "ENST00000295959;ENST00000461797;ENST00000445193;ENST00000466547;ENST00000463550;ENST00000462046" "ENSP00000295959;ENSP00000412894;ENSP00000419909" "O95059" "RPP14" "11102" "ribonuclease P/MRP subunit p14" "P14" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000163686" "ENST00000295962;ENST00000478253;ENST00000475982;ENST00000463756;ENST00000485900;ENST00000470440;ENST00000480457" "ENSP00000295962;ENSP00000420315;ENSP00000418209;ENSP00000420408;ENSP00000418934" "Q9BV23" "ABHD6" "57406" "abhydrolase domain containing 6, acylglycerol lipase" "" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000163719" "ENST00000353332;ENST00000420925;ENST00000447144;ENST00000430020;ENST00000296003;ENST00000351233;ENST00000416864;ENST00000437997;ENST00000480578;ENST00000449543;ENST00000414996;ENST00000431250;ENST00000606184" "ENSP00000323462;ENSP00000401993;ENSP00000410761;ENSP00000392690;ENSP00000296003;ENSP00000334070;ENSP00000412644;ENSP00000408813;ENSP00000411417;ENSP00000392935;ENSP00000388746" "Q8NCE2" "MTMR14" "64419" "myotubularin related protein 14" "C3orf29;FLJ22405;FLJ90311;hEDTP;hJumpy" "Cytosol;Nucleus" "SwissProt" "ENSG00000163738" "ENST00000429519;ENST00000490698;ENST00000475291;ENST00000429335;ENST00000433372;ENST00000423607;ENST00000395759;ENST00000461101;ENST00000325278;ENST00000359107;ENST00000484725;ENST00000492183;ENST00000461856;ENST00000465255;ENST00000490128" "ENSP00000391327;ENSP00000409391;ENSP00000405692;ENSP00000387614;ENSP00000379108;ENSP00000321984;ENSP00000352012" "Q9H903" "MTHFD2L" "441024" "methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2 like" "MGC72244" "Inner mitochondria" "SwissProt" -"ENSG00000163743" "ENST00000324439;ENST00000380840;ENST00000505105;ENST00000514589;ENST00000512567;ENST00000504085;ENST00000512706;ENST00000513257;ENST00000507014;ENST00000513909;ENST00000505514;ENST00000513083;ENST00000514021" "ENSP00000321239;ENSP00000370220;ENSP00000424631;ENSP00000421958;ENSP00000423976;ENSP00000421084;ENSP00000424472;ENSP00000427205" "Q96PM5" "RCHY1" "25898" "ring finger and CHY zinc finger domain containing 1" "ARNIP;CHIMP;DKFZp586C1620;PIRH2;PRO1996;RNF199;ZCHY;ZNF363" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000163743" "ENST00000324439;ENST00000380840;ENST00000505105;ENST00000514589;ENST00000512567;ENST00000504085;ENST00000512706;ENST00000513257;ENST00000507014;ENST00000513909;ENST00000505514;ENST00000513083;ENST00000514021" "ENSP00000321239;ENSP00000370220;ENSP00000424631;ENSP00000421958;ENSP00000423976;ENSP00000421084;ENSP00000424472;ENSP00000427205" "Q96PM5" "RCHY1" "25898" "ring finger and CHY zinc finger domain containing 1" "ARNIP;CHIMP;DKFZp586C1620;PIRH2;PRO1996;RNF199;ZCHY;ZNF363" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000163751" "ENST00000296046;ENST00000477926" "ENSP00000296046" "P15088" "CPA3" "1359" "carboxypeptidase A3" "" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000163754" "ENST00000627418;ENST00000296048;ENST00000483267;ENST00000478067;ENST00000345003;ENST00000484197;ENST00000492285;ENST00000461191;ENST00000473005;ENST00000465547;ENST00000497528;ENST00000488851;ENST00000479119;ENST00000469873" "ENSP00000486061;ENSP00000296048;ENSP00000419499;ENSP00000340736;ENSP00000420683;ENSP00000418297;ENSP00000420247;ENSP00000417671" "P46976" "GYG1" "2992" "glycogenin 1" "GYG" "" "" -"ENSG00000163755" "ENST00000462030;ENST00000460120;ENST00000296051;ENST00000494327;ENST00000486530;ENST00000460822;ENST00000478525" "ENSP00000418230;ENSP00000296051;ENSP00000419824" "Q969F9" "HPS3" "84343" "HPS3 biogenesis of lysosomal organelles complex 2 subunit 1" "BLOC2S1;SUTAL" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000163755" "ENST00000462030;ENST00000460120;ENST00000296051;ENST00000494327;ENST00000486530;ENST00000460822;ENST00000478525" "ENSP00000418230;ENSP00000296051;ENSP00000419824" "Q969F9" "HPS3" "84343" "HPS3 biogenesis of lysosomal organelles complex 2 subunit 1" "BLOC2S1;SUTAL" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000163803" "ENST00000416713;ENST00000327757;ENST00000404858;ENST00000436544;ENST00000485642;ENST00000481449;ENST00000479065;ENST00000411743;ENST00000444257;ENST00000473272;ENST00000436775;ENST00000422425" "ENSP00000407076;ENSP00000330442;ENSP00000384187;ENSP00000392493;ENSP00000404723;ENSP00000391810;ENSP00000399712;ENSP00000416440" "Q6P1J6" "PLB1" "151056" "phospholipase B1" "FLJ30866;PLB" "" "" "ENSG00000163810" "ENST00000490928;ENST00000296125;ENST00000471637;ENST00000422219;ENST00000495844;ENST00000459830" "ENSP00000296125;ENSP00000403711" "P49221" "TGM4" "7047" "transglutaminase 4" "TGP" "" "" -"ENSG00000163812" "ENST00000339420;ENST00000424952;ENST00000466084;ENST00000443879;ENST00000296127;ENST00000479314;ENST00000342790;ENST00000433512;ENST00000455235;ENST00000419642;ENST00000478669" "ENSP00000404108;ENSP00000395502;ENSP00000402545;ENSP00000296127;ENSP00000345268;ENSP00000416132;ENSP00000408294;ENSP00000409755" "Q9NYG2" "ZDHHC3" "51304" "zinc finger DHHC-type palmitoyltransferase 3" "DHHC3;GODZ;ZNF373" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000163812" "ENST00000339420;ENST00000424952;ENST00000466084;ENST00000443879;ENST00000296127;ENST00000479314;ENST00000342790;ENST00000433512;ENST00000455235;ENST00000419642;ENST00000478669" "ENSP00000404108;ENSP00000395502;ENSP00000402545;ENSP00000296127;ENSP00000345268;ENSP00000416132;ENSP00000408294;ENSP00000409755" "Q9NYG2" "ZDHHC3" "51304" "zinc finger DHHC-type palmitoyltransferase 3" "DHHC3;GODZ;ZNF373" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000163817" "ENST00000358525;ENST00000353278;ENST00000456124;ENST00000473146;ENST00000493980;ENST00000413781;ENST00000470226" "ENSP00000346298;ENSP00000296133;ENSP00000404310;ENSP00000395506" "Q9NP91" "SLC6A20" "54716" "solute carrier family 6 member 20" "IMINO;SIT1;XT3;Xtrp3" "" "" -"ENSG00000163864" "ENST00000506254;ENST00000339837;ENST00000413939;ENST00000642987;ENST00000643695;ENST00000646611;ENST00000645290;ENST00000296202;ENST00000511444;ENST00000507242;ENST00000509447;ENST00000512391;ENST00000645507;ENST00000647257;ENST00000509291;ENST00000514703;ENST00000505779;ENST00000509737;ENST00000509034;ENST00000511003;ENST00000645083" "ENSP00000423335;ENSP00000340523;ENSP00000412953;ENSP00000496136;ENSP00000496061;ENSP00000495112;ENSP00000494285;ENSP00000296202;ENSP00000425041;ENSP00000426357;ENSP00000495140;ENSP00000494580;ENSP00000427634;ENSP00000426375" "Q96T66" "NMNAT3" "349565" "nicotinamide nucleotide adenylyltransferase 3" "PNAT3" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000163882" "ENST00000456318;ENST00000412877;ENST00000438240;ENST00000460083;ENST00000455712;ENST00000430783;ENST00000443489;ENST00000452961;ENST00000429568;ENST00000488213;ENST00000489043;ENST00000490958;ENST00000476003" "ENSP00000392913;ENSP00000403728;ENSP00000398622;ENSP00000409065;ENSP00000411883;ENSP00000393773;ENSP00000399882;ENSP00000415536" "P52434" "POLR2H" "5437" "RNA polymerase II, I and III subunit H" "RPB8" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000163902" "ENST00000296255;ENST00000497289;ENST00000490166;ENST00000495462;ENST00000479113;ENST00000476931;ENST00000497415;ENST00000481168" "ENSP00000296255;ENSP00000417529;ENSP00000419384" "P04843" "RPN1" "6184" "ribophorin I" "OST1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000163864" "ENST00000506254;ENST00000339837;ENST00000413939;ENST00000642987;ENST00000643695;ENST00000646611;ENST00000645290;ENST00000296202;ENST00000511444;ENST00000507242;ENST00000509447;ENST00000512391;ENST00000645507;ENST00000647257;ENST00000509291;ENST00000514703;ENST00000505779;ENST00000509737;ENST00000509034;ENST00000511003;ENST00000645083" "ENSP00000423335;ENSP00000340523;ENSP00000412953;ENSP00000496136;ENSP00000496061;ENSP00000495112;ENSP00000494285;ENSP00000296202;ENSP00000425041;ENSP00000426357;ENSP00000495140;ENSP00000494580;ENSP00000427634;ENSP00000426375" "Q96T66" "NMNAT3" "349565" "nicotinamide nucleotide adenylyltransferase 3" "PNAT3" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000163882" "ENST00000456318;ENST00000412877;ENST00000438240;ENST00000460083;ENST00000455712;ENST00000430783;ENST00000443489;ENST00000452961;ENST00000429568;ENST00000488213;ENST00000489043;ENST00000490958;ENST00000476003" "ENSP00000392913;ENSP00000403728;ENSP00000398622;ENSP00000409065;ENSP00000411883;ENSP00000393773;ENSP00000399882;ENSP00000415536" "P52434" "POLR2H" "5437" "RNA polymerase II, I and III subunit H" "RPB8" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000163902" "ENST00000296255;ENST00000497289;ENST00000490166;ENST00000495462;ENST00000479113;ENST00000476931;ENST00000497415;ENST00000481168" "ENSP00000296255;ENSP00000417529;ENSP00000419384" "P04843" "RPN1" "6184" "ribophorin I" "OST1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000163931" "ENST00000462138;ENST00000423525;ENST00000460343;ENST00000461139;ENST00000423516;ENST00000450814;ENST00000296289;ENST00000469678;ENST00000460243;ENST00000472528;ENST00000494523;ENST00000466765;ENST00000487660;ENST00000483706" "ENSP00000417773;ENSP00000405455;ENSP00000391481;ENSP00000413503;ENSP00000296289;ENSP00000418340;ENSP00000417312" "P29401" "TKT" "7086" "transketolase" "" "Nucleus" "CellAtlas" "ENSG00000163958" "ENST00000296326;ENST00000460442;ENST00000465519;ENST00000397544;ENST00000438232;ENST00000497422;ENST00000488508" "ENSP00000296326;ENSP00000380678;ENSP00000393710" "Q8WVZ1" "ZDHHC19" "131540" "zinc finger DHHC-type palmitoyltransferase 19" "MGC33345" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000163959" "ENST00000416660;ENST00000296327;ENST00000442203;ENST00000472653;ENST00000428985;ENST00000476129;ENST00000475672;ENST00000484407;ENST00000475271;ENST00000471430;ENST00000415111;ENST00000492794;ENST00000496737;ENST00000479732" "ENSP00000405414;ENSP00000296327;ENSP00000391172;ENSP00000413951;ENSP00000409560" "Q86UW1" "SLC51A" "200931" "solute carrier family 51 subunit alpha" "OSTalpha" "Endoplasmic reticulum" "SwissProt" "ENSG00000163964" "ENST00000426755;ENST00000392391;ENST00000296333;ENST00000457284;ENST00000453218;ENST00000421265;ENST00000415832;ENST00000451319;ENST00000495440" "ENSP00000409073;ENSP00000376192;ENSP00000296333;ENSP00000394722;ENSP00000393424;ENSP00000416446;ENSP00000413672;ENSP00000390804" "Q8TBF5" "PIGX" "54965" "phosphatidylinositol glycan anchor biosynthesis class X" "FLJ20522" "Cytosol;Nucleus" "CellAtlas" "ENSG00000164023" "ENST00000506462;ENST00000394684;ENST00000515332;ENST00000503862;ENST00000359079;ENST00000506993;ENST00000394686;ENST00000503385;ENST00000504754" "ENSP00000378176;ENSP00000428176;ENSP00000351981;ENSP00000428294;ENSP00000378178;ENSP00000430172" "Q8NHU3" "SGMS2" "166929" "sphingomyelin synthase 2" "MGC26963;SMS2" "Golgi apparatus" "SwissProt" -"ENSG00000164039" "ENST00000296424;ENST00000492366;ENST00000464039;ENST00000475058;ENST00000506521;ENST00000511354;ENST00000504285;ENST00000509245;ENST00000513518" "ENSP00000296424;ENSP00000424173;ENSP00000421516;ENSP00000427442;ENSP00000422891" "Q9BUT1" "BDH2" "56898" "3-hydroxybutyrate dehydrogenase 2" "DHRS6;FLJ13261;PRO20933;SDR15C1;UCPA-OR;UNQ6308" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000164053" "ENST00000635099;ENST00000635082;ENST00000346691;ENST00000639561;ENST00000320211;ENST00000635464;ENST00000412052;ENST00000634384;ENST00000635084" "ENSP00000489608;ENSP00000489136;ENSP00000302338;ENSP00000491983;ENSP00000323099;ENSP00000489199;ENSP00000400930;ENSP00000489041" "Q8WXE1" "ATRIP" "84126" "ATR interacting protein" "FLJ12343;MGC20625;MGC21482;MGC26740" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000164068" "ENST00000432042;ENST00000457726;ENST00000454491;ENST00000443204;ENST00000327697;ENST00000486102;ENST00000487805;ENST00000629802;ENST00000494005;ENST00000469978;ENST00000433785;ENST00000444689;ENST00000497099;ENST00000498376" "ENSP00000392443;ENSP00000394369;ENSP00000408490;ENSP00000390856;ENSP00000328287;ENSP00000487104;ENSP00000416156;ENSP00000413794" "Q5XPI4" "RNF123" "63891" "ring finger protein 123" "FLJ12565;KPC1" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000164089" "ENST00000296486;ENST00000411864;ENST00000512646;ENST00000510706;ENST00000503912;ENST00000505233;ENST00000511923;ENST00000509402;ENST00000512320;ENST00000510723" "ENSP00000296486;ENSP00000392269;ENSP00000427065;ENSP00000423240;ENSP00000422050;ENSP00000426871;ENSP00000421217;ENSP00000426525" "Q8TBG4" "ETNPPL" "64850" "ethanolamine-phosphate phospho-lyase" "AGXT2L1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000164039" "ENST00000296424;ENST00000492366;ENST00000464039;ENST00000475058;ENST00000506521;ENST00000511354;ENST00000504285;ENST00000509245;ENST00000513518" "ENSP00000296424;ENSP00000424173;ENSP00000421516;ENSP00000427442;ENSP00000422891" "Q9BUT1" "BDH2" "56898" "3-hydroxybutyrate dehydrogenase 2" "DHRS6;FLJ13261;PRO20933;SDR15C1;UCPA-OR;UNQ6308" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000164053" "ENST00000635099;ENST00000635082;ENST00000346691;ENST00000639561;ENST00000320211;ENST00000635464;ENST00000412052;ENST00000634384;ENST00000635084" "ENSP00000489608;ENSP00000489136;ENSP00000302338;ENSP00000491983;ENSP00000323099;ENSP00000489199;ENSP00000400930;ENSP00000489041" "Q8WXE1" "ATRIP" "84126" "ATR interacting protein" "FLJ12343;MGC20625;MGC21482;MGC26740" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000164068" "ENST00000432042;ENST00000457726;ENST00000454491;ENST00000443204;ENST00000327697;ENST00000486102;ENST00000487805;ENST00000629802;ENST00000494005;ENST00000469978;ENST00000433785;ENST00000444689;ENST00000497099;ENST00000498376" "ENSP00000392443;ENSP00000394369;ENSP00000408490;ENSP00000390856;ENSP00000328287;ENSP00000487104;ENSP00000416156;ENSP00000413794" "Q5XPI4" "RNF123" "63891" "ring finger protein 123" "FLJ12565;KPC1" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000164089" "ENST00000296486;ENST00000411864;ENST00000512646;ENST00000510706;ENST00000503912;ENST00000505233;ENST00000511923;ENST00000509402;ENST00000512320;ENST00000510723" "ENSP00000296486;ENSP00000392269;ENSP00000427065;ENSP00000423240;ENSP00000422050;ENSP00000426871;ENSP00000421217;ENSP00000426525" "Q8TBG4" "ETNPPL" "64850" "ethanolamine-phosphate phospho-lyase" "AGXT2L1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000164100" "ENST00000394488;ENST00000296499" "ENSP00000296499" "O95803" "NDST3" "9348" "N-deacetylase and N-sulfotransferase 3" "HSST3" "Golgi apparatus" "SwissProt" -"ENSG00000164116" "ENST00000506455;ENST00000511108;ENST00000512983;ENST00000511507;ENST00000515602;ENST00000455639;ENST00000509901;ENST00000443668;ENST00000393832;ENST00000296518;ENST00000515201;ENST00000513574;ENST00000621234" "ENSP00000424361;ENSP00000421493;ENSP00000426968;ENSP00000412201;ENSP00000424863;ENSP00000409903;ENSP00000377418;ENSP00000296518;ENSP00000422141;ENSP00000426040;ENSP00000479710" "Q02108" "GUCY1A1" "2982" "guanylate cyclase 1 soluble subunit alpha 1" "GC-SA3;GUC1A3;GUCY1A3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000164120" "ENST00000296522;ENST00000510835;ENST00000296521;ENST00000510901;ENST00000511499;ENST00000422112;ENST00000508330;ENST00000509512;ENST00000506910;ENST00000514584;ENST00000512410;ENST00000504433;ENST00000541923;ENST00000542498" "ENSP00000296522;ENSP00000427699;ENSP00000296521;ENSP00000422418;ENSP00000398720;ENSP00000425741;ENSP00000423066;ENSP00000423110;ENSP00000420892;ENSP00000438017;ENSP00000443644" "P15428" "HPGD" "3248" "15-hydroxyprostaglandin dehydrogenase" "SDR36C1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000164134" "ENST00000296543;ENST00000398947;ENST00000482087;ENST00000480277;ENST00000468029;ENST00000496716;ENST00000485905;ENST00000515576" "ENSP00000296543;ENSP00000381920;ENSP00000421839" "Q9BXJ9" "NAA15" "80155" "N-alpha-acetyltransferase 15, NatA auxiliary subunit" "FLJ13340;NARG1;NATH;TBDN100" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000164169" "ENST00000322396;ENST00000510269;ENST00000514886;ENST00000511687" "ENSP00000314396;ENSP00000426732" "Q6P2P2" "PRMT9" "90826" "protein arginine methyltransferase 9" "FLJ46629;PRMT10" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000164116" "ENST00000506455;ENST00000511108;ENST00000512983;ENST00000511507;ENST00000515602;ENST00000455639;ENST00000509901;ENST00000443668;ENST00000393832;ENST00000296518;ENST00000515201;ENST00000513574;ENST00000621234" "ENSP00000424361;ENSP00000421493;ENSP00000426968;ENSP00000412201;ENSP00000424863;ENSP00000409903;ENSP00000377418;ENSP00000296518;ENSP00000422141;ENSP00000426040;ENSP00000479710" "Q02108" "GUCY1A1" "2982" "guanylate cyclase 1 soluble subunit alpha 1" "GC-SA3;GUC1A3;GUCY1A3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000164120" "ENST00000296522;ENST00000510835;ENST00000296521;ENST00000510901;ENST00000511499;ENST00000422112;ENST00000508330;ENST00000509512;ENST00000506910;ENST00000514584;ENST00000512410;ENST00000504433;ENST00000541923;ENST00000542498" "ENSP00000296522;ENSP00000427699;ENSP00000296521;ENSP00000422418;ENSP00000398720;ENSP00000425741;ENSP00000423066;ENSP00000423110;ENSP00000420892;ENSP00000438017;ENSP00000443644" "P15428" "HPGD" "3248" "15-hydroxyprostaglandin dehydrogenase" "SDR36C1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000164134" "ENST00000296543;ENST00000398947;ENST00000482087;ENST00000480277;ENST00000468029;ENST00000496716;ENST00000485905;ENST00000515576" "ENSP00000296543;ENSP00000381920;ENSP00000421839" "Q9BXJ9" "NAA15" "80155" "N-alpha-acetyltransferase 15, NatA auxiliary subunit" "FLJ13340;NARG1;NATH;TBDN100" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000164169" "ENST00000322396;ENST00000510269;ENST00000514886;ENST00000511687" "ENSP00000314396;ENSP00000426732" "Q6P2P2" "PRMT9" "90826" "protein arginine methyltransferase 9" "FLJ46629;PRMT10" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000164172" "ENST00000361377;ENST00000396954;ENST00000502402;ENST00000450852;ENST00000510818;ENST00000508922;ENST00000582677;ENST00000584946;ENST00000527216;ENST00000514553" "ENSP00000355160;ENSP00000380157;ENSP00000411022;ENSP00000424267;ENSP00000426274;ENSP00000462870;ENSP00000464663;ENSP00000435326" "O96033;O96007" "MOCS2" "4338" "molybdenum cofactor synthesis 2" "MOCO1;MOCS2A;MOCS2B" "Cytosol;Nucleus" "CellAtlas" "ENSG00000164181" "ENST00000508821;ENST00000505959;ENST00000504455;ENST00000511799;ENST00000507047;ENST00000514809;ENST00000425382" "ENSP00000424123;ENSP00000421043;ENSP00000425127;ENSP00000424081;ENSP00000426400;ENSP00000422602;ENSP00000402634" "A1L3X0" "ELOVL7" "79993" "ELOVL fatty acid elongase 7" "FLJ23563" "Endoplasmic reticulum" "SwissProt" "ENSG00000164197" "ENST00000296615;ENST00000389100;ENST00000504296" "ENSP00000296615;ENSP00000373752;ENSP00000426884" "Q86T96" "RNF180" "285671" "ring finger protein 180" "" "Cytosol" "CellAtlas" "ENSG00000164211" "ENST00000296632;ENST00000512160;ENST00000511137;ENST00000502931;ENST00000505803;ENST00000502322;ENST00000509887;ENST00000511569;ENST00000511436;ENST00000510346;ENST00000455172;ENST00000508215" "ENSP00000296632;ENSP00000426148;ENSP00000425014;ENSP00000427478;ENSP00000427639;ENSP00000425308;ENSP00000407063" "Q96DR4" "STARD4" "134429" "StAR related lipid transfer domain containing 4" "" "" "" -"ENSG00000164258" "ENST00000507026;ENST00000502423;ENST00000296684;ENST00000506974;ENST00000506765;ENST00000509443" "ENSP00000424993;ENSP00000422177;ENSP00000296684;ENSP00000425967;ENSP00000424570" "O43181" "NDUFS4" "4724" "NADH:ubiquinone oxidoreductase subunit S4" "AQDQ;CI-18" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000164258" "ENST00000507026;ENST00000502423;ENST00000296684;ENST00000506974;ENST00000506765;ENST00000509443" "ENSP00000424993;ENSP00000422177;ENSP00000296684;ENSP00000425967;ENSP00000424570" "O43181" "NDUFS4" "4724" "NADH:ubiquinone oxidoreductase subunit S4" "AQDQ;CI-18" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000164294" "ENST00000503787;ENST00000511617;ENST00000506123;ENST00000296734;ENST00000515370;ENST00000502733;ENST00000514317;ENST00000505096" "ENSP00000423822;ENSP00000296734;ENSP00000427466" "Q8TED1" "GPX8" "493869" "glutathione peroxidase 8 (putative)" "EPLA847;UNQ847" "Cytosol" "CellAtlas" "ENSG00000164303" "ENST00000296741;ENST00000510054;ENST00000512353;ENST00000505644" "ENSP00000296741;ENSP00000423497" "Q6UWR7" "ENPP6" "133121" "ectonucleotide pyrophosphatase/phosphodiesterase 6" "MGC33971" "Golgi apparatus" "CellAtlas" -"ENSG00000164329" "ENST00000505571;ENST00000423041;ENST00000504233;ENST00000515807;ENST00000502269;ENST00000296783;ENST00000508620;ENST00000514095;ENST00000503620;ENST00000509227;ENST00000504982;ENST00000513735;ENST00000515298;ENST00000510721;ENST00000505770;ENST00000428308;ENST00000453514" "ENSP00000393412;ENSP00000421966;ENSP00000296783;ENSP00000396861;ENSP00000397563" "Q6PIY7" "TENT2" "167153" "terminal nucleotidyltransferase 2" "FLJ38499;GLD2;PAPD4;TUT2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000164347" "ENST00000296805;ENST00000345239;ENST00000509430;ENST00000515125;ENST00000514734;ENST00000506263;ENST00000427854;ENST00000513331;ENST00000509097;ENST00000506778" "ENSP00000296805;ENSP00000296804;ENSP00000427004;ENSP00000405808;ENSP00000421717;ENSP00000424877" "Q969S9" "GFM2" "84340" "GTP dependent ribosome recycling factor mitochondrial 2" "EF-G2mt;EFG2;FLJ21661" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000164329" "ENST00000505571;ENST00000423041;ENST00000504233;ENST00000515807;ENST00000502269;ENST00000296783;ENST00000508620;ENST00000514095;ENST00000503620;ENST00000509227;ENST00000504982;ENST00000513735;ENST00000515298;ENST00000510721;ENST00000505770;ENST00000428308;ENST00000453514" "ENSP00000393412;ENSP00000421966;ENSP00000296783;ENSP00000396861;ENSP00000397563" "Q6PIY7" "TENT2" "167153" "terminal nucleotidyltransferase 2" "FLJ38499;GLD2;PAPD4;TUT2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000164347" "ENST00000296805;ENST00000345239;ENST00000509430;ENST00000515125;ENST00000514734;ENST00000506263;ENST00000427854;ENST00000513331;ENST00000509097;ENST00000506778" "ENSP00000296805;ENSP00000296804;ENSP00000427004;ENSP00000405808;ENSP00000421717;ENSP00000424877" "Q969S9" "GFM2" "84340" "GTP dependent ribosome recycling factor mitochondrial 2" "EF-G2mt;EFG2;FLJ21661" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000164363" "ENST00000324642;ENST00000513607" "ENSP00000323549" "Q96N87" "SLC6A18" "348932" "solute carrier family 6 member 18" "FLJ31236;Xtrp2" "" "" "ENSG00000164398" "ENST00000651356;ENST00000651883;ENST00000651127;ENST00000651454;ENST00000652493;ENST00000379255;ENST00000493861;ENST00000379246;ENST00000379244;ENST00000651269;ENST00000651427;ENST00000651086;ENST00000651250;ENST00000650697;ENST00000379240;ENST00000652424;ENST00000296869;ENST00000650912;ENST00000652375;ENST00000434099;ENST00000431707;ENST00000492156;ENST00000484870;ENST00000651597;ENST00000489047;ENST00000430403;ENST00000419502;ENST00000416557;ENST00000414078;ENST00000441995;ENST00000477640;ENST00000469164;ENST00000357096;ENST00000543479" "ENSP00000498260;ENSP00000499063;ENSP00000498377;ENSP00000498458;ENSP00000368557;ENSP00000368548;ENSP00000368546;ENSP00000498492;ENSP00000498263;ENSP00000498727;ENSP00000498588;ENSP00000498444;ENSP00000368542;ENSP00000498305;ENSP00000296869;ENSP00000499071;ENSP00000397507;ENSP00000413329;ENSP00000398423;ENSP00000388424;ENSP00000398381;ENSP00000394810;ENSP00000389189;ENSP00000349608;ENSP00000442124" "Q9UKU0" "ACSL6" "23305" "acyl-CoA synthetase long chain family member 6" "ACS2;FACL6;KIAA0837;LACS2;LACS5" "Peroxisome;Endoplasmic reticulum" "SwissProt" -"ENSG00000164405" "ENST00000378670;ENST00000378667;ENST00000498309;ENST00000496429;ENST00000378665;ENST00000480372" "ENSP00000367939;ENSP00000367936;ENSP00000367934" "O14949" "UQCRQ" "27089" "ubiquinol-cytochrome c reductase complex III subunit VII" "QCR8;QP-C;UQCR7" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000164405" "ENST00000378670;ENST00000378667;ENST00000498309;ENST00000496429;ENST00000378665;ENST00000480372" "ENSP00000367939;ENSP00000367936;ENSP00000367934" "O14949" "UQCRQ" "27089" "ubiquinol-cytochrome c reductase complex III subunit VII" "QCR8;QP-C;UQCR7" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000164414" "ENST00000464978;ENST00000369552;ENST00000369556;ENST00000369557;ENST00000622775" "ENSP00000358565;ENSP00000358569;ENSP00000358570;ENSP00000479535" "P78382" "SLC35A1" "10559" "solute carrier family 35 member A1" "CMPST;hCST" "Golgi apparatus" "SwissProt" -"ENSG00000164434" "ENST00000368444;ENST00000356535" "ENSP00000357429;ENSP00000348931" "O15540" "FABP7" "2173" "fatty acid binding protein 7" "B-FABP;BLBP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000164466" "ENST00000507017;ENST00000321442;ENST00000508290;ENST00000507395;ENST00000515791;ENST00000502393;ENST00000507823;ENST00000513725;ENST00000506963;ENST00000502865;ENST00000515736;ENST00000421887" "ENSP00000420961;ENSP00000316905;ENSP00000473710;ENSP00000421982;ENSP00000421467;ENSP00000424270" "Q9H9B4" "SFXN1" "94081" "sideroflexin 1" "FLJ12876;SLC56A1" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000164494" "ENST00000369037;ENST00000449027;ENST00000369031" "ENSP00000358033;ENSP00000392613;ENSP00000358027" "Q86YH6" "PDSS2" "57107" "decaprenyl diphosphate synthase subunit 2" "bA59I9.3;C6orf210;COQ1B" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000164434" "ENST00000368444;ENST00000356535" "ENSP00000357429;ENSP00000348931" "O15540" "FABP7" "2173" "fatty acid binding protein 7" "B-FABP;BLBP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000164466" "ENST00000507017;ENST00000321442;ENST00000508290;ENST00000507395;ENST00000515791;ENST00000502393;ENST00000507823;ENST00000513725;ENST00000506963;ENST00000502865;ENST00000515736;ENST00000421887" "ENSP00000420961;ENSP00000316905;ENSP00000473710;ENSP00000421982;ENSP00000421467;ENSP00000424270" "Q9H9B4" "SFXN1" "94081" "sideroflexin 1" "FLJ12876;SLC56A1" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000164494" "ENST00000369037;ENST00000449027;ENST00000369031" "ENSP00000358033;ENSP00000392613;ENSP00000358027" "Q86YH6" "PDSS2" "57107" "decaprenyl diphosphate synthase subunit 2" "bA59I9.3;C6orf210;COQ1B" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000164535" "ENST00000462934;ENST00000297056;ENST00000482149;ENST00000425398;ENST00000436575;ENST00000497308;ENST00000454738;ENST00000432248;ENST00000479922;ENST00000483716" "ENSP00000297056;ENSP00000391171;ENSP00000404785;ENSP00000411746;ENSP00000410787" "Q8NCG7" "DAGLB" "221955" "diacylglycerol lipase beta" "DAGLBETA;KCCR13L" "Nucleus" "CellAtlas" -"ENSG00000164574" "ENST00000425427;ENST00000297107;ENST00000520647;ENST00000521786;ENST00000377661;ENST00000521781;ENST00000519571;ENST00000519544;ENST00000519235;ENST00000517958" "ENSP00000415210;ENSP00000297107;ENSP00000428573;ENSP00000366889" "Q86SR1" "GALNT10" "55568" "polypeptide N-acetylgalactosaminyltransferase 10" "GalNAc-T10" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000164574" "ENST00000425427;ENST00000297107;ENST00000520647;ENST00000521786;ENST00000377661;ENST00000521781;ENST00000519571;ENST00000519544;ENST00000519235;ENST00000517958" "ENSP00000415210;ENSP00000297107;ENSP00000428573;ENSP00000366889" "Q86SR1" "GALNT10" "55568" "polypeptide N-acetylgalactosaminyltransferase 10" "GalNAc-T10" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000164638" "ENST00000434816;ENST00000396872;ENST00000444741;ENST00000297195;ENST00000406453;ENST00000439491" "ENSP00000406803;ENSP00000380081;ENSP00000413271;ENSP00000297195;ENSP00000385845" "Q7RTT9" "SLC29A4" "222962" "solute carrier family 29 member 4" "ENT4;FLJ34923" "" "" "ENSG00000164663" "ENST00000394253;ENST00000682992;ENST00000373010;ENST00000448078;ENST00000373006;ENST00000423567" "ENSP00000377797;ENSP00000507239;ENSP00000362101;ENSP00000389842;ENSP00000362097;ENSP00000411603" "Q70CQ1" "USP49" "25862" "ubiquitin specific peptidase 49" "MGC20741" "Nucleus" "SwissProt" -"ENSG00000164687" "ENST00000297258;ENST00000396359;ENST00000486269;ENST00000481695" "ENSP00000297258;ENSP00000379647" "Q01469" "FABP5" "2171" "fatty acid binding protein 5" "E-FABP;KFABP;PA-FABP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000164687" "ENST00000297258;ENST00000396359;ENST00000486269;ENST00000481695" "ENSP00000297258;ENSP00000379647" "Q01469" "FABP5" "2171" "fatty acid binding protein 5" "E-FABP;KFABP;PA-FABP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000164707" "ENST00000491630;ENST00000354042;ENST00000471405;ENST00000480376;ENST00000478310;ENST00000378428;ENST00000422620;ENST00000682651" "ENSP00000297282;ENSP00000476620;ENSP00000477467;ENSP00000508027" "Q9UKG4" "SLC13A4" "26266" "solute carrier family 13 member 4" "SUT-1;SUT1" "" "" "ENSG00000164708" "ENST00000297283" "ENSP00000297283" "P15259" "PGAM2" "5224" "phosphoglycerate mutase 2" "PGAM-M" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000164733" "ENST00000679121;ENST00000677283;ENST00000676952;ENST00000676825;ENST00000526481;ENST00000353047;ENST00000677650;ENST00000676691;ENST00000678598;ENST00000677873;ENST00000679128;ENST00000678092;ENST00000677671;ENST00000678242;ENST00000677366;ENST00000677544;ENST00000530640;ENST00000677418;ENST00000677047;ENST00000676502;ENST00000531089;ENST00000678629;ENST00000678145;ENST00000678929;ENST00000677819;ENST00000677415;ENST00000678357;ENST00000676755;ENST00000420692;ENST00000679051;ENST00000453527;ENST00000678067;ENST00000679140;ENST00000524654;ENST00000531551;ENST00000533455;ENST00000677082;ENST00000534382;ENST00000679214;ENST00000534510;ENST00000531502;ENST00000533572;ENST00000677865;ENST00000345125;ENST00000526645;ENST00000532392;ENST00000505496;ENST00000534149;ENST00000676843;ENST00000524500;ENST00000525076;ENST00000528965;ENST00000527215;ENST00000532656;ENST00000532409;ENST00000526195;ENST00000678615;ENST00000530296;ENST00000527243;ENST00000534636;ENST00000530290;ENST00000525315" "ENSP00000504223;ENSP00000503222;ENSP00000503909;ENSP00000503006;ENSP00000473301;ENSP00000345672;ENSP00000504797;ENSP00000503608;ENSP00000503734;ENSP00000503052;ENSP00000504480;ENSP00000504638;ENSP00000503578;ENSP00000503280;ENSP00000504161;ENSP00000503078;ENSP00000435105;ENSP00000503174;ENSP00000504127;ENSP00000503902;ENSP00000433215;ENSP00000504808;ENSP00000503674;ENSP00000503487;ENSP00000503435;ENSP00000502963;ENSP00000503513;ENSP00000504226;ENSP00000503858;ENSP00000409917;ENSP00000503330;ENSP00000503300;ENSP00000432077;ENSP00000436456;ENSP00000432244;ENSP00000503652;ENSP00000435260;ENSP00000503892;ENSP00000434217;ENSP00000435886;ENSP00000433995;ENSP00000502946;ENSP00000342070;ENSP00000431518;ENSP00000432408;ENSP00000435650;ENSP00000436122;ENSP00000504659;ENSP00000436074;ENSP00000433929;ENSP00000433379;ENSP00000431143;ENSP00000436627;ENSP00000504336;ENSP00000435074;ENSP00000434725;ENSP00000436159" "P07858" "CTSB" "1508" "cathepsin B" "" "Nucleus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000164742" "ENST00000432715;ENST00000297323;ENST00000646653;ENST00000468353;ENST00000621543" "ENSP00000392721;ENSP00000297323;ENSP00000479770" "Q08828" "ADCY1" "107" "adenylate cyclase 1" "AC1;DFNB44" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000164733" "ENST00000679121;ENST00000677283;ENST00000676952;ENST00000676825;ENST00000526481;ENST00000353047;ENST00000677650;ENST00000676691;ENST00000678598;ENST00000677873;ENST00000679128;ENST00000678092;ENST00000677671;ENST00000678242;ENST00000677366;ENST00000677544;ENST00000530640;ENST00000677418;ENST00000677047;ENST00000676502;ENST00000531089;ENST00000678629;ENST00000678145;ENST00000678929;ENST00000677819;ENST00000677415;ENST00000678357;ENST00000676755;ENST00000420692;ENST00000679051;ENST00000453527;ENST00000678067;ENST00000679140;ENST00000524654;ENST00000531551;ENST00000533455;ENST00000677082;ENST00000534382;ENST00000679214;ENST00000534510;ENST00000531502;ENST00000533572;ENST00000677865;ENST00000345125;ENST00000526645;ENST00000532392;ENST00000505496;ENST00000534149;ENST00000676843;ENST00000524500;ENST00000525076;ENST00000528965;ENST00000527215;ENST00000532656;ENST00000532409;ENST00000526195;ENST00000678615;ENST00000530296;ENST00000527243;ENST00000534636;ENST00000530290;ENST00000525315" "ENSP00000504223;ENSP00000503222;ENSP00000503909;ENSP00000503006;ENSP00000473301;ENSP00000345672;ENSP00000504797;ENSP00000503608;ENSP00000503734;ENSP00000503052;ENSP00000504480;ENSP00000504638;ENSP00000503578;ENSP00000503280;ENSP00000504161;ENSP00000503078;ENSP00000435105;ENSP00000503174;ENSP00000504127;ENSP00000503902;ENSP00000433215;ENSP00000504808;ENSP00000503674;ENSP00000503487;ENSP00000503435;ENSP00000502963;ENSP00000503513;ENSP00000504226;ENSP00000503858;ENSP00000409917;ENSP00000503330;ENSP00000503300;ENSP00000432077;ENSP00000436456;ENSP00000432244;ENSP00000503652;ENSP00000435260;ENSP00000503892;ENSP00000434217;ENSP00000435886;ENSP00000433995;ENSP00000502946;ENSP00000342070;ENSP00000431518;ENSP00000432408;ENSP00000435650;ENSP00000436122;ENSP00000504659;ENSP00000436074;ENSP00000433929;ENSP00000433379;ENSP00000431143;ENSP00000436627;ENSP00000504336;ENSP00000435074;ENSP00000434725;ENSP00000436159" "P07858" "CTSB" "1508" "cathepsin B" "" "Nucleus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000164742" "ENST00000432715;ENST00000297323;ENST00000646653;ENST00000468353;ENST00000621543" "ENSP00000392721;ENSP00000297323;ENSP00000479770" "Q08828" "ADCY1" "107" "adenylate cyclase 1" "AC1;DFNB44" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000164776" "ENST00000297373;ENST00000446428;ENST00000432123;ENST00000471665;ENST00000395428;ENST00000489604;ENST00000467726;ENST00000492124;ENST00000452681;ENST00000537360" "ENSP00000297373;ENSP00000389721;ENSP00000397193;ENSP00000378817;ENSP00000445440;ENSP00000441528" "Q16816" "PHKG1" "5260" "phosphorylase kinase catalytic subunit gamma 1" "PHKG" "" "" "ENSG00000164867" "ENST00000297494;ENST00000461406;ENST00000467517;ENST00000484524;ENST00000460603;ENST00000473057;ENST00000475017;ENST00000468293;ENST00000477227;ENST00000475454" "ENSP00000297494;ENSP00000417143;ENSP00000420551;ENSP00000420215;ENSP00000418245" "P29474" "NOS3" "4846" "nitric oxide synthase 3" "ECNOS;eNOS" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000164879" "ENST00000520921;ENST00000285381;ENST00000522207" "ENSP00000429760;ENSP00000285381" "P07451" "CA3" "761" "carbonic anhydrase 3" "CAIII;Car3" "Cytosol" "SwissProt" "ENSG00000164889" "ENST00000483786;ENST00000466368;ENST00000485713;ENST00000413384;ENST00000494125;ENST00000490898;ENST00000482950;ENST00000463414;ENST00000488420;ENST00000677246;ENST00000392826;ENST00000461735;ENST00000469355;ENST00000494298;ENST00000480107;ENST00000493040;ENST00000460010;ENST00000482697;ENST00000472204;ENST00000469467" "ENSP00000417808;ENSP00000419412;ENSP00000405600;ENSP00000418114;ENSP00000419379;ENSP00000418584;ENSP00000417221;ENSP00000504447;ENSP00000376571;ENSP00000419164" "P04920" "SLC4A2" "6522" "solute carrier family 4 member 2" "AE2;BND3L;EPB3L1;HKB3;NBND3" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000164904" "ENST00000637782;ENST00000635851;ENST00000409134;ENST00000636872;ENST00000637206;ENST00000637272;ENST00000636886;ENST00000636879;ENST00000636808;ENST00000636743;ENST00000553117;ENST00000485852;ENST00000497231;ENST00000638010;ENST00000636482;ENST00000458249;ENST00000637292;ENST00000638008;ENST00000636286;ENST00000636225;ENST00000636062;ENST00000476328;ENST00000503281;ENST00000637964;ENST00000509459;ENST00000413020;ENST00000433026;ENST00000636892;ENST00000511266;ENST00000510111;ENST00000412186;ENST00000509270;ENST00000636190;ENST00000637070;ENST00000479989;ENST00000635933;ENST00000635858" "ENSP00000490024;ENSP00000490819;ENSP00000387123;ENSP00000490919;ENSP00000489895;ENSP00000489686;ENSP00000490371;ENSP00000490811;ENSP00000490833;ENSP00000489725;ENSP00000448593;ENSP00000403929;ENSP00000490655;ENSP00000490400;ENSP00000490797;ENSP00000488032;ENSP00000490291;ENSP00000487998;ENSP00000487936;ENSP00000447388;ENSP00000414536;ENSP00000449318" "P49419" "ALDH7A1" "501" "aldehyde dehydrogenase 7 family member A1" "ATQ1;EPD;PDE" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000164919" "ENST00000522934;ENST00000520517;ENST00000520468;ENST00000297564;ENST00000606245;ENST00000520271;ENST00000517682;ENST00000524245;ENST00000522940;ENST00000518171;ENST00000523016" "ENSP00000428702;ENSP00000429991;ENSP00000428895;ENSP00000297564;ENSP00000428150;ENSP00000429714;ENSP00000429410;ENSP00000428965;ENSP00000429755;ENSP00000429707" "P09669" "COX6C" "1345" "cytochrome c oxidase subunit 6C" "" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000164933" "ENST00000297578;ENST00000523256;ENST00000521645;ENST00000523866;ENST00000523701" "ENSP00000297578;ENSP00000427737;ENSP00000430989;ENSP00000430371" "Q9H2D1" "SLC25A32" "81034" "solute carrier family 25 member 32" "MFTC" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000164951" "ENST00000523021;ENST00000297598;ENST00000520614;ENST00000520728;ENST00000518107;ENST00000518573;ENST00000517764;ENST00000518827;ENST00000521144;ENST00000396200" "ENSP00000297598;ENSP00000430931;ENSP00000428317;ENSP00000430366;ENSP00000428433;ENSP00000430380;ENSP00000430655;ENSP00000429492;ENSP00000379503" "Q9P0J1" "PDP1" "54704" "pyruvate dehyrogenase phosphatase catalytic subunit 1" "PDH;PDP;PPM2A;PPM2C" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000164904" "ENST00000637782;ENST00000635851;ENST00000409134;ENST00000636872;ENST00000637206;ENST00000637272;ENST00000636886;ENST00000636879;ENST00000636808;ENST00000636743;ENST00000553117;ENST00000485852;ENST00000497231;ENST00000638010;ENST00000636482;ENST00000458249;ENST00000637292;ENST00000638008;ENST00000636286;ENST00000636225;ENST00000636062;ENST00000476328;ENST00000503281;ENST00000637964;ENST00000509459;ENST00000413020;ENST00000433026;ENST00000636892;ENST00000511266;ENST00000510111;ENST00000412186;ENST00000509270;ENST00000636190;ENST00000637070;ENST00000479989;ENST00000635933;ENST00000635858" "ENSP00000490024;ENSP00000490819;ENSP00000387123;ENSP00000490919;ENSP00000489895;ENSP00000489686;ENSP00000490371;ENSP00000490811;ENSP00000490833;ENSP00000489725;ENSP00000448593;ENSP00000403929;ENSP00000490655;ENSP00000490400;ENSP00000490797;ENSP00000488032;ENSP00000490291;ENSP00000487998;ENSP00000487936;ENSP00000447388;ENSP00000414536;ENSP00000449318" "P49419" "ALDH7A1" "501" "aldehyde dehydrogenase 7 family member A1" "ATQ1;EPD;PDE" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000164919" "ENST00000522934;ENST00000520517;ENST00000520468;ENST00000297564;ENST00000606245;ENST00000520271;ENST00000517682;ENST00000524245;ENST00000522940;ENST00000518171;ENST00000523016" "ENSP00000428702;ENSP00000429991;ENSP00000428895;ENSP00000297564;ENSP00000428150;ENSP00000429714;ENSP00000429410;ENSP00000428965;ENSP00000429755;ENSP00000429707" "P09669" "COX6C" "1345" "cytochrome c oxidase subunit 6C" "" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000164933" "ENST00000297578;ENST00000523256;ENST00000521645;ENST00000523866;ENST00000523701" "ENSP00000297578;ENSP00000427737;ENSP00000430989;ENSP00000430371" "Q9H2D1" "SLC25A32" "81034" "solute carrier family 25 member 32" "MFTC" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000164951" "ENST00000523021;ENST00000297598;ENST00000520614;ENST00000520728;ENST00000518107;ENST00000518573;ENST00000517764;ENST00000518827;ENST00000521144;ENST00000396200" "ENSP00000297598;ENSP00000430931;ENSP00000428317;ENSP00000430366;ENSP00000428433;ENSP00000430380;ENSP00000430655;ENSP00000429492;ENSP00000379503" "Q9P0J1" "PDP1" "54704" "pyruvate dehyrogenase phosphatase catalytic subunit 1" "PDH;PDP;PPM2A;PPM2C" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000164978" "ENST00000346365;ENST00000379155;ENST00000618590;ENST00000379158" "ENSP00000344187;ENSP00000368452;ENSP00000482384;ENSP00000368455" "P50583" "NUDT2" "318" "nudix hydrolase 2" "APAH1" "Nucleus" "CellAtlas" "ENSG00000165029" "ENST00000374736;ENST00000678995;ENST00000494467;ENST00000423487;ENST00000374733" "ENSP00000363868;ENSP00000504612;ENSP00000416623;ENSP00000363865" "O95477" "ABCA1" "19" "ATP binding cassette subfamily A member 1" "ABC1;HDLDT1;TGD" "Nucleus" "CellAtlas" "ENSG00000165055" "ENST00000482555;ENST00000262432;ENST00000497665;ENST00000480046;ENST00000473488;ENST00000419443;ENST00000481392" "ENSP00000262432;ENSP00000417616;ENSP00000418402;ENSP00000405144;ENSP00000418989" "Q6P1Q9" "METTL2B" "55798" "methyltransferase like 2B" "FLJ11350;METL;METTL2" "Cytosol" "SwissProt" "ENSG00000165059" "ENST00000377276" "ENSP00000366488" "P22612" "PRKACG" "5568" "protein kinase cAMP-activated catalytic subunit gamma" "PKACg" "Cytosol" "CellAtlas" -"ENSG00000165060" "ENST00000644653;ENST00000484259;ENST00000396366;ENST00000377270;ENST00000498653" "ENSP00000495217;ENSP00000419243;ENSP00000379652;ENSP00000366482;ENSP00000418015" "Q16595" "FXN" "2395" "frataxin" "CyaY;FA;FARR;FRDA;X25" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000165060" "ENST00000644653;ENST00000484259;ENST00000396366;ENST00000377270;ENST00000498653" "ENSP00000495217;ENSP00000419243;ENSP00000379652;ENSP00000366482;ENSP00000418015" "Q16595" "FXN" "2395" "frataxin" "CyaY;FA;FARR;FRDA;X25" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000165078" "ENST00000639508;ENST00000638254;ENST00000297770;ENST00000479862;ENST00000639116;ENST00000518549" "ENSP00000491129;ENSP00000297770;ENSP00000419016" "Q8N4T0" "CPA6" "57094" "carboxypeptidase A6" "CPAH" "" "" -"ENSG00000165092" "ENST00000297785;ENST00000376939;ENST00000482210;ENST00000419959;ENST00000446946;ENST00000493113;ENST00000493311" "ENSP00000297785;ENSP00000366138;ENSP00000388026;ENSP00000401361" "P00352" "ALDH1A1" "216" "aldehyde dehydrogenase 1 family member A1" "ALDH1;PUMB1;RALDH1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000165092" "ENST00000297785;ENST00000376939;ENST00000482210;ENST00000419959;ENST00000446946;ENST00000493113;ENST00000493311" "ENSP00000297785;ENSP00000366138;ENSP00000388026;ENSP00000401361" "P00352" "ALDH1A1" "216" "aldehyde dehydrogenase 1 family member A1" "ALDH1;PUMB1;RALDH1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000165102" "ENST00000379644;ENST00000517319;ENST00000520704;ENST00000522082;ENST00000524016;ENST00000521576;ENST00000519000;ENST00000520678;ENST00000523989;ENST00000519705" "ENSP00000368965;ENSP00000430032;ENSP00000429109;ENSP00000430151;ENSP00000428322;ENSP00000429029" "Q68CP4" "HGSNAT" "138050" "heparan-alpha-glucosaminide N-acetyltransferase" "FLJ32731;HGNAT;TMEM76" "Lysosome;Endoplasmic reticulum" "SwissProt" "ENSG00000165140" "ENST00000648117;ENST00000375326;ENST00000682520;ENST00000415431;ENST00000414122" "ENSP00000498145;ENSP00000364475;ENSP00000507547;ENSP00000408025;ENSP00000411619" "P09467" "FBP1" "2203" "fructose-bisphosphatase 1" "FBP" "Mitochondria" "CellAtlas" "ENSG00000165195" "ENST00000635631;ENST00000542278;ENST00000333590;ENST00000635045;ENST00000635598;ENST00000637626;ENST00000638131;ENST00000637296;ENST00000634582;ENST00000482148;ENST00000634640;ENST00000475746;ENST00000463173;ENST00000635480;ENST00000634286;ENST00000474662;ENST00000637799;ENST00000634484;ENST00000635543" "ENSP00000442653;ENSP00000369820;ENSP00000489207;ENSP00000489928;ENSP00000490483;ENSP00000490545;ENSP00000489540;ENSP00000489528;ENSP00000489083;ENSP00000488970;ENSP00000489491;ENSP00000489205" "P37287" "PIGA" "5277" "phosphatidylinositol glycan anchor biosynthesis class A" "GPI3" "Endoplasmic reticulum" "SwissProt" -"ENSG00000165264" "ENST00000379847;ENST00000366466;ENST00000350021" "ENSP00000369176;ENSP00000482941;ENSP00000297983" "O95139" "NDUFB6" "4712" "NADH:ubiquinone oxidoreductase subunit B6" "B17;CI" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000165264" "ENST00000379847;ENST00000366466;ENST00000350021" "ENSP00000369176;ENSP00000482941;ENSP00000297983" "O95139" "NDUFB6" "4712" "NADH:ubiquinone oxidoreductase subunit B6" "B17;CI" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000165269" "ENST00000379507;ENST00000537089;ENST00000377425;ENST00000297988;ENST00000623097;ENST00000439678;ENST00000379506;ENST00000624075;ENST00000624890;ENST00000624005;ENST00000447660;ENST00000379503;ENST00000624420;ENST00000624095;ENST00000625109;ENST00000624432;ENST00000623743;ENST00000625032;ENST00000623519" "ENSP00000368821;ENSP00000441619;ENSP00000396111;ENSP00000297988;ENSP00000410138;ENSP00000368820;ENSP00000485332;ENSP00000485131;ENSP00000485224;ENSP00000412868;ENSP00000485348;ENSP00000485419;ENSP00000485081;ENSP00000485246" "O14520" "AQP7" "364;112267859" "aquaporin 7" "AQP7L;AQP9;AQPap" "Cytosol" "SwissProt" "ENSG00000165272" "ENST00000297991;ENST00000493581;ENST00000494313;ENST00000645858;ENST00000463983;ENST00000473153;ENST00000643650" "ENSP00000297991;ENSP00000493516;ENSP00000494946;ENSP00000493567" "Q92482" "AQP3" "360" "aquaporin 3 (Gill blood group)" "GIL" "" "" "ENSG00000165275" "ENST00000377753;ENST00000537911;ENST00000297994;ENST00000540616;ENST00000538370;ENST00000537016;ENST00000488673;ENST00000377754;ENST00000509577" "ENSP00000366982;ENSP00000444997;ENSP00000297994;ENSP00000446050;ENSP00000445362;ENSP00000444612;ENSP00000437395;ENSP00000366983" "Q6PF06" "TRMT10B" "158234" "tRNA methyltransferase 10B" "bA3J10.9;FLJ31455;RG9MTD3" "Nucleus" "CellAtlas" -"ENSG00000165282" "ENST00000298004;ENST00000378617;ENST00000361778;ENST00000474436;ENST00000465745;ENST00000491687;ENST00000472208;ENST00000492770" "ENSP00000298004;ENSP00000367880;ENSP00000354678" "Q8TEQ8" "PIGO" "84720" "phosphatidylinositol glycan anchor biosynthesis class O" "DKFZp434M222;FLJ00135" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000165282" "ENST00000298004;ENST00000378617;ENST00000361778;ENST00000474436;ENST00000465745;ENST00000491687;ENST00000472208;ENST00000492770" "ENSP00000298004;ENSP00000367880;ENSP00000354678" "Q8TEQ8" "PIGO" "84720" "phosphatidylinositol glycan anchor biosynthesis class O" "DKFZp434M222;FLJ00135" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000165338" "ENST00000631422;ENST00000371681;ENST00000298068;ENST00000498446;ENST00000371667;ENST00000446394" "ENSP00000487686;ENSP00000360746;ENSP00000298068;ENSP00000360731;ENSP00000401023" "Q5U5R9" "HECTD2" "143279" "HECT domain E3 ubiquitin protein ligase 2" "FLJ37306" "Nucleus" "CellAtlas" "ENSG00000165349" "ENST00000374299;ENST00000298085" "ENSP00000363417;ENSP00000298085" "Q8WY07" "SLC7A3" "84889" "solute carrier family 7 member 3" "ATRC3;CAT-3;FLJ14541" "" "" "ENSG00000165406" "ENST00000453424;ENST00000395769;ENST00000476962;ENST00000602712;ENST00000453980;ENST00000451376;ENST00000319836" "ENSP00000411848;ENSP00000379116;ENSP00000396678;ENSP00000317087" "Q5T0T0" "MARCHF8" "220972" "membrane associated ring-CH-type finger 8" "c-MIR;CMIR;MARCH-VIII;MARCH8;MIR;RNF178" "Cytosol;Lysosome" "SwissProt" -"ENSG00000165434" "ENST00000298198;ENST00000622957" "ENSP00000298198" "Q6PCE3" "PGM2L1" "283209" "phosphoglucomutase 2 like 1" "BM32A;FLJ32029" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000165434" "ENST00000298198;ENST00000622957" "ENSP00000298198" "Q6PCE3" "PGM2L1" "283209" "phosphoglucomutase 2 like 1" "BM32A;FLJ32029" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000165449" "ENST00000395348;ENST00000395347;ENST00000490066" "ENSP00000378757;ENSP00000378756" "Q7RTY1" "SLC16A9" "220963" "solute carrier family 16 member 9" "C10orf36;FLJ43803;MCT9" "Nucleus" "CellAtlas" "ENSG00000165457" "ENST00000449475;ENST00000619261;ENST00000454954;ENST00000541003;ENST00000539412;ENST00000298223;ENST00000536778;ENST00000535625;ENST00000321324;ENST00000538353" "ENSP00000405638;ENSP00000480592;ENSP00000414094;ENSP00000443307;ENSP00000441547;ENSP00000298223;ENSP00000438568;ENSP00000444794;ENSP00000321957;ENSP00000440337" "P14207" "FOLR2" "2350" "folate receptor beta" "FRβ" "" "" -"ENSG00000165458" "ENST00000540973;ENST00000543234;ENST00000298229;ENST00000541544;ENST00000538751;ENST00000541756;ENST00000540329;ENST00000537656;ENST00000538339;ENST00000537755;ENST00000544806;ENST00000541303;ENST00000545355;ENST00000535985;ENST00000541752;ENST00000320683" "ENSP00000440904;ENSP00000440512;ENSP00000298229;ENSP00000444619;ENSP00000446360;ENSP00000440018;ENSP00000444630;ENSP00000437852;ENSP00000441094;ENSP00000321775" "O15357" "INPPL1" "3636" "inositol polyphosphate phosphatase like 1" "SHIP2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000165475" "ENST00000643035;ENST00000298248;ENST00000644593;ENST00000644872;ENST00000382812;ENST00000643750;ENST00000644153;ENST00000643887;ENST00000644167;ENST00000480748;ENST00000645525;ENST00000646414" "ENSP00000496154;ENSP00000298248;ENSP00000493784;ENSP00000372262;ENSP00000493818;ENSP00000494794;ENSP00000495342;ENSP00000494114;ENSP00000479908;ENSP00000495054" "Q9Y2S2" "CRYL1" "51084" "crystallin lambda 1" "GDH;lambda-CRY;MGC149525;MGC149526" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000165526" "ENST00000298317;ENST00000533628;ENST00000526942;ENST00000530903;ENST00000532674;ENST00000534393;ENST00000530036;ENST00000532800;ENST00000525812" "ENSP00000298317;ENSP00000433065;ENSP00000433709" "Q96CM3" "RPUSD4" "84881" "RNA pseudouridine synthase D4" "FLJ14494" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000165458" "ENST00000540973;ENST00000543234;ENST00000298229;ENST00000541544;ENST00000538751;ENST00000541756;ENST00000540329;ENST00000537656;ENST00000538339;ENST00000537755;ENST00000544806;ENST00000541303;ENST00000545355;ENST00000535985;ENST00000541752;ENST00000320683" "ENSP00000440904;ENSP00000440512;ENSP00000298229;ENSP00000444619;ENSP00000446360;ENSP00000440018;ENSP00000444630;ENSP00000437852;ENSP00000441094;ENSP00000321775" "O15357" "INPPL1" "3636" "inositol polyphosphate phosphatase like 1" "SHIP2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000165475" "ENST00000643035;ENST00000298248;ENST00000644593;ENST00000644872;ENST00000382812;ENST00000643750;ENST00000644153;ENST00000643887;ENST00000644167;ENST00000480748;ENST00000645525;ENST00000646414" "ENSP00000496154;ENSP00000298248;ENSP00000493784;ENSP00000372262;ENSP00000493818;ENSP00000494794;ENSP00000495342;ENSP00000494114;ENSP00000479908;ENSP00000495054" "Q9Y2S2" "CRYL1" "51084" "crystallin lambda 1" "GDH;lambda-CRY;MGC149525;MGC149526" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000165526" "ENST00000298317;ENST00000533628;ENST00000526942;ENST00000530903;ENST00000532674;ENST00000534393;ENST00000530036;ENST00000532800;ENST00000525812" "ENSP00000298317;ENSP00000433065;ENSP00000433709" "Q96CM3" "RPUSD4" "84881" "RNA pseudouridine synthase D4" "FLJ14494" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000165591" "ENST00000374900;ENST00000491179;ENST00000465623" "ENSP00000364035" "Q6GMR7" "FAAH2" "158584" "fatty acid amide hydrolase 2" "AMDD;FAAH-2;FLJ31204;RP11-479E16.1" "" "" -"ENSG00000165609" "ENST00000491614;ENST00000378937;ENST00000378952;ENST00000476462;ENST00000378940;ENST00000378927;ENST00000498825;ENST00000444732;ENST00000537776" "ENSP00000419628;ENSP00000368219;ENSP00000436844;ENSP00000368222;ENSP00000368209;ENSP00000407856;ENSP00000445116" "Q9UKK9" "NUDT5" "11164" "nudix hydrolase 5" "hYSAH1;YSA1H" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000165609" "ENST00000491614;ENST00000378937;ENST00000378952;ENST00000476462;ENST00000378940;ENST00000378927;ENST00000498825;ENST00000444732;ENST00000537776" "ENSP00000419628;ENSP00000368219;ENSP00000436844;ENSP00000368222;ENSP00000368209;ENSP00000407856;ENSP00000445116" "Q9UKK9" "NUDT5" "11164" "nudix hydrolase 5" "hYSAH1;YSA1H" "Nucleus" "SwissProt;CellAtlas" "ENSG00000165629" "ENST00000356708;ENST00000493053;ENST00000462760;ENST00000460362;ENST00000335698;ENST00000465936;ENST00000460820;ENST00000472202;ENST00000473809;ENST00000480528" "ENSP00000349142;ENSP00000338568" "P36542" "ATP5F1C" "509" "ATP synthase F1 subunit gamma" "ATP5C;ATP5C1;ATP5CL1" "Inner mitochondria" "SwissProt" "ENSG00000165644" "ENST00000372538;ENST00000460899;ENST00000494596;ENST00000470947;ENST00000469299;ENST00000490521;ENST00000491270" "ENSP00000361616;ENSP00000473626" "Q86VU5" "COMTD1" "118881" "catechol-O-methyltransferase domain containing 1" "FLJ23841" "Cytosol;Golgi apparatus" "CellAtlas" "ENSG00000165646" "ENST00000497497;ENST00000644641" "ENSP00000496339" "Q05940" "SLC18A2" "6571" "solute carrier family 18 member A2" "SVAT;SVMT;VMAT2" "Cytosol" "SwissProt" -"ENSG00000165671" "ENST00000512992;ENST00000510954;ENST00000508896;ENST00000602285;ENST00000439151;ENST00000511258;ENST00000347982;ENST00000644863;ENST00000638627;ENST00000375350;ENST00000508029;ENST00000503056;ENST00000504457;ENST00000505395;ENST00000515735;ENST00000513736;ENST00000354179" "ENSP00000423982;ENSP00000423372;ENSP00000395929;ENSP00000426428;ENSP00000343209;ENSP00000496157;ENSP00000492679;ENSP00000364499;ENSP00000425120;ENSP00000424024;ENSP00000422996;ENSP00000424096;ENSP00000423048;ENSP00000346111" "Q96L73" "NSD1" "64324" "nuclear receptor binding SET domain protein 1" "ARA267;FLJ22263;KMT3B;STO" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000165672" "ENST00000298510;ENST00000494433;ENST00000463322" "ENSP00000298510" "P30048" "PRDX3" "10935" "peroxiredoxin 3" "AOP-1;AOP1;MER5;SP-22" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000165688" "ENST00000612553;ENST00000619192;ENST00000620412;ENST00000371720;ENST00000371717;ENST00000622209;ENST00000399219;ENST00000614402;ENST00000610649;ENST00000620895;ENST00000462616;ENST00000444897" "ENSP00000360782;ENSP00000416702;ENSP00000408393" "Q10713" "PMPCA" "23203" "peptidase, mitochondrial processing subunit alpha" "Alpha-MPP;CLA1;INPP5E;KIAA0123;MAS2;SCAR2" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000165671" "ENST00000512992;ENST00000510954;ENST00000508896;ENST00000602285;ENST00000439151;ENST00000511258;ENST00000347982;ENST00000644863;ENST00000638627;ENST00000375350;ENST00000508029;ENST00000503056;ENST00000504457;ENST00000505395;ENST00000515735;ENST00000513736;ENST00000354179" "ENSP00000423982;ENSP00000423372;ENSP00000395929;ENSP00000426428;ENSP00000343209;ENSP00000496157;ENSP00000492679;ENSP00000364499;ENSP00000425120;ENSP00000424024;ENSP00000422996;ENSP00000424096;ENSP00000423048;ENSP00000346111" "Q96L73" "NSD1" "64324" "nuclear receptor binding SET domain protein 1" "ARA267;FLJ22263;KMT3B;STO" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000165672" "ENST00000298510;ENST00000494433;ENST00000463322" "ENSP00000298510" "P30048" "PRDX3" "10935" "peroxiredoxin 3" "AOP-1;AOP1;MER5;SP-22" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000165688" "ENST00000612553;ENST00000619192;ENST00000620412;ENST00000371720;ENST00000371717;ENST00000622209;ENST00000399219;ENST00000614402;ENST00000610649;ENST00000620895;ENST00000462616;ENST00000444897" "ENSP00000360782;ENSP00000416702;ENSP00000408393" "Q10713" "PMPCA" "23203" "peptidase, mitochondrial processing subunit alpha" "Alpha-MPP;CLA1;INPP5E;KIAA0123;MAS2;SCAR2" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000165695" "ENST00000298545;ENST00000476719;ENST00000477396;ENST00000467161;ENST00000482422" "ENSP00000298545" "Q96MA6" "AK8" "158067" "adenylate kinase 8" "C9orf98;FLJ32704" "Cytosol" "SwissProt" -"ENSG00000165704" "ENST00000298556;ENST00000462974;ENST00000475720" "ENSP00000298556" "P00492" "HPRT1" "3251" "hypoxanthine phosphoribosyltransferase 1" "HGPRT;HPRT" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000165704" "ENST00000298556;ENST00000462974;ENST00000475720" "ENSP00000298556" "P00492" "HPRT1" "3251" "hypoxanthine phosphoribosyltransferase 1" "HGPRT;HPRT" "Cytosol" "SwissProt;CellAtlas" "ENSG00000165782" "ENST00000250489;ENST00000553460;ENST00000557041;ENST00000398020;ENST00000554028;ENST00000553602;ENST00000556093" "ENSP00000250489;ENSP00000451014;ENSP00000381102;ENSP00000452508" "Q86T03" "PIP4P1" "90809" "phosphatidylinositol-4,5-bisphosphate 4-phosphatase 1" "C14orf9;MGC26684;TMEM55B" "Cytosol;Lysosome" "SwissProt" -"ENSG00000165792" "ENST00000339374;ENST00000554949;ENST00000555177;ENST00000554985;ENST00000554588;ENST00000382985;ENST00000556670;ENST00000555640;ENST00000555533;ENST00000557701;ENST00000556442;ENST00000553564;ENST00000557550;ENST00000554751;ENST00000554283;ENST00000553441;ENST00000553536;ENST00000555670;ENST00000555902;ENST00000555390;ENST00000554354;ENST00000557279;ENST00000553389;ENST00000554849;ENST00000556733" "ENSP00000343041;ENSP00000372445;ENSP00000450794;ENSP00000450782;ENSP00000450948;ENSP00000451478;ENSP00000452392;ENSP00000451913;ENSP00000451804;ENSP00000451049;ENSP00000452238" "Q9H7H0" "METTL17" "64745" "methyltransferase like 17" "FLJ20859;METT11D1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000165792" "ENST00000339374;ENST00000554949;ENST00000555177;ENST00000554985;ENST00000554588;ENST00000382985;ENST00000556670;ENST00000555640;ENST00000555533;ENST00000557701;ENST00000556442;ENST00000553564;ENST00000557550;ENST00000554751;ENST00000554283;ENST00000553441;ENST00000553536;ENST00000555670;ENST00000555902;ENST00000555390;ENST00000554354;ENST00000557279;ENST00000553389;ENST00000554849;ENST00000556733" "ENSP00000343041;ENSP00000372445;ENSP00000450794;ENSP00000450782;ENSP00000450948;ENSP00000451478;ENSP00000452392;ENSP00000451913;ENSP00000451804;ENSP00000451049;ENSP00000452238" "Q9H7H0" "METTL17" "64745" "methyltransferase like 17" "FLJ20859;METT11D1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000165794" "ENST00000554422;ENST00000554128;ENST00000298681" "ENSP00000452568;ENSP00000298681" "Q9NP94" "SLC39A2" "29986" "solute carrier family 39 member 2" "ZIP2" "Cytosol" "CellAtlas" "ENSG00000165819" "ENST00000539760;ENST00000298717;ENST00000544500;ENST00000396522;ENST00000537163;ENST00000543235;ENST00000544248;ENST00000536201;ENST00000542054;ENST00000538267;ENST00000377543;ENST00000367606;ENST00000545319;ENST00000545788" "ENSP00000440598;ENSP00000298717;ENSP00000442407;ENSP00000445523;ENSP00000437692;ENSP00000366766" "Q86U44" "METTL3" "56339" "methyltransferase like 3" "M6A;MT-A70;Spo8" "Cytosol;Nucleus" "SwissProt" "ENSG00000165841" "ENST00000480405;ENST00000371321;ENST00000645461" "ENSP00000483847;ENSP00000360372" "P33261" "CYP2C19" "1557" "cytochrome P450 family 2 subfamily C member 19" "CPCJ;CYP2C;P450IIC19" "Endoplasmic reticulum" "SwissProt" @@ -2150,70 +2150,70 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000166035" "ENST00000356113;ENST00000414170;ENST00000560257;ENST00000299022;ENST00000559845;ENST00000433326;ENST00000560664" "ENSP00000348425;ENSP00000395569;ENSP00000299022;ENSP00000395002" "P11150" "LIPC" "3990" "lipase C, hepatic type" "HL;HTGL" "" "" "ENSG00000166123" "ENST00000340124;ENST00000562132;ENST00000440783;ENST00000562801;ENST00000569193" "ENSP00000345282;ENSP00000457475;ENSP00000413804" "Q8TD30" "GPT2" "84706" "glutamic--pyruvic transaminase 2" "ALT2" "Mitochondria" "CellAtlas" "ENSG00000166126" "ENST00000299155;ENST00000541086;ENST00000558590;ENST00000559442;ENST00000559525;ENST00000559789;ENST00000559507" "ENSP00000299155;ENSP00000453786;ENSP00000452831" "Q9BXJ7" "AMN" "81693" "amnion associated transmembrane protein" "amnionless" "" "" -"ENSG00000166135" "ENST00000533589;ENST00000526476;ENST00000299163;ENST00000528044;ENST00000478787" "ENSP00000433360;ENSP00000432791;ENSP00000299163" "Q9NWT6" "HIF1AN" "55662" "hypoxia inducible factor 1 subunit alpha inhibitor" "DKFZp762F1811;FIH1;FLJ20615;FLJ22027" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000166136" "ENST00000464651;ENST00000299166;ENST00000370322;ENST00000370320;ENST00000528425;ENST00000466088;ENST00000529437;ENST00000531418;ENST00000531189" "ENSP00000299166;ENSP00000359346;ENSP00000359344;ENSP00000434072" "O95169" "NDUFB8" "4714" "NADH:ubiquinone oxidoreductase subunit B8" "ASHI;CI-ASHI" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000166165" "ENST00000348956;ENST00000554989;ENST00000554282;ENST00000553528;ENST00000553652;ENST00000553610;ENST00000555039;ENST00000555366;ENST00000557569;ENST00000554426;ENST00000553878;ENST00000557287;ENST00000555659;ENST00000554705;ENST00000555770;ENST00000557530;ENST00000553994" "ENSP00000299198;ENSP00000451680;ENSP00000450676;ENSP00000451426;ENSP00000451686;ENSP00000451904;ENSP00000451611" "P12277" "CKB" "1152" "creatine kinase B" "CKBB" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000166169" "ENST00000463515;ENST00000370168;ENST00000370169;ENST00000339310;ENST00000299206;ENST00000370172;ENST00000415897;ENST00000485369;ENST00000429502;ENST00000470140;ENST00000426919;ENST00000454524;ENST00000413344;ENST00000461587;ENST00000430045;ENST00000370162;ENST00000628479" "ENSP00000359187;ENSP00000359188;ENSP00000343102;ENSP00000299206;ENSP00000359191;ENSP00000400676;ENSP00000406791;ENSP00000411678;ENSP00000390093;ENSP00000400517;ENSP00000414293;ENSP00000359181;ENSP00000485885" "Q9UGP5" "POLL" "27343" "DNA polymerase lambda" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000166135" "ENST00000533589;ENST00000526476;ENST00000299163;ENST00000528044;ENST00000478787" "ENSP00000433360;ENSP00000432791;ENSP00000299163" "Q9NWT6" "HIF1AN" "55662" "hypoxia inducible factor 1 subunit alpha inhibitor" "DKFZp762F1811;FIH1;FLJ20615;FLJ22027" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000166136" "ENST00000464651;ENST00000299166;ENST00000370322;ENST00000370320;ENST00000528425;ENST00000466088;ENST00000529437;ENST00000531418;ENST00000531189" "ENSP00000299166;ENSP00000359346;ENSP00000359344;ENSP00000434072" "O95169" "NDUFB8" "4714" "NADH:ubiquinone oxidoreductase subunit B8" "ASHI;CI-ASHI" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000166165" "ENST00000348956;ENST00000554989;ENST00000554282;ENST00000553528;ENST00000553652;ENST00000553610;ENST00000555039;ENST00000555366;ENST00000557569;ENST00000554426;ENST00000553878;ENST00000557287;ENST00000555659;ENST00000554705;ENST00000555770;ENST00000557530;ENST00000553994" "ENSP00000299198;ENSP00000451680;ENSP00000450676;ENSP00000451426;ENSP00000451686;ENSP00000451904;ENSP00000451611" "P12277" "CKB" "1152" "creatine kinase B" "CKBB" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000166169" "ENST00000463515;ENST00000370168;ENST00000370169;ENST00000339310;ENST00000299206;ENST00000370172;ENST00000415897;ENST00000485369;ENST00000429502;ENST00000470140;ENST00000426919;ENST00000454524;ENST00000413344;ENST00000461587;ENST00000430045;ENST00000370162;ENST00000628479" "ENSP00000359187;ENSP00000359188;ENSP00000343102;ENSP00000299206;ENSP00000359191;ENSP00000400676;ENSP00000406791;ENSP00000411678;ENSP00000390093;ENSP00000400517;ENSP00000414293;ENSP00000359181;ENSP00000485885" "Q9UGP5" "POLL" "27343" "DNA polymerase lambda" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000166183" "ENST00000551177;ENST00000548372;ENST00000546892;ENST00000551170;ENST00000549809;ENST00000552126;ENST00000556267;ENST00000550583;ENST00000551871" "ENSP00000450040;ENSP00000448911;ENSP00000447032;ENSP00000446856" "Q86U10" "ASPG" "374569" "asparaginase" "C14orf76" "" "" -"ENSG00000166224" "ENST00000486993;ENST00000373202;ENST00000299297;ENST00000409118;ENST00000611290;ENST00000613857;ENST00000620724;ENST00000618021" "ENSP00000362298;ENSP00000299297;ENSP00000386549" "O95470" "SGPL1" "8879" "sphingosine-1-phosphate lyase 1" "SPL" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000166228" "ENST00000493961;ENST00000299299;ENST00000493228" "ENSP00000299299" "P61457" "PCBD1" "5092" "pterin-4 alpha-carbinolamine dehydratase 1" "DCOH;PCBD;PCD" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000166224" "ENST00000486993;ENST00000373202;ENST00000299297;ENST00000409118;ENST00000611290;ENST00000613857;ENST00000620724;ENST00000618021" "ENSP00000362298;ENSP00000299297;ENSP00000386549" "O95470" "SGPL1" "8879" "sphingosine-1-phosphate lyase 1" "SPL" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000166228" "ENST00000493961;ENST00000299299;ENST00000493228" "ENSP00000299299" "P61457" "PCBD1" "5092" "pterin-4 alpha-carbinolamine dehydratase 1" "DCOH;PCBD;PCD" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000166262" "ENST00000559573;ENST00000299338;ENST00000560557;ENST00000561064;ENST00000559351;ENST00000561319;ENST00000558615;ENST00000558579;ENST00000558594;ENST00000561116;ENST00000559905;ENST00000560246;ENST00000558862;ENST00000557892" "ENSP00000299338;ENSP00000453028;ENSP00000453787;ENSP00000452616;ENSP00000453748;ENSP00000453379;ENSP00000454081" "Q96M60" "FAM227B" "196951" "family with sequence similarity 227 member B" "C15orf33;FLJ32800" "Nucleus" "CellAtlas" "ENSG00000166311" "ENST00000342245;ENST00000533196;ENST00000530395;ENST00000534405;ENST00000527275;ENST00000533123;ENST00000531303;ENST00000526280;ENST00000531336;ENST00000532367" "ENSP00000340409;ENSP00000431479;ENSP00000434353;ENSP00000435350;ENSP00000435950;ENSP00000432625;ENSP00000436278" "P17405" "SMPD1" "6609" "sphingomyelin phosphodiesterase 1" "ASM" "Lysosome" "SwissProt" "ENSG00000166340" "ENST00000299427;ENST00000533371;ENST00000682424;ENST00000524611;ENST00000644810;ENST00000642892;ENST00000645285;ENST00000643479;ENST00000646777;ENST00000644218;ENST00000645331;ENST00000644831;ENST00000645620;ENST00000647152;ENST00000643516;ENST00000646691;ENST00000643439;ENST00000644683;ENST00000644933;ENST00000647016;ENST00000647346;ENST00000647209;ENST00000643342;ENST00000524924;ENST00000436873;ENST00000530040;ENST00000524903;ENST00000528807;ENST00000645020;ENST00000524788;ENST00000644151;ENST00000534644;ENST00000428886;ENST00000528571;ENST00000528917;ENST00000531754;ENST00000528657" "ENSP00000299427;ENSP00000437066;ENSP00000507321;ENSP00000495895;ENSP00000494165;ENSP00000495058;ENSP00000493574;ENSP00000493657;ENSP00000495893;ENSP00000496372;ENSP00000495849;ENSP00000494085;ENSP00000496133;ENSP00000495558;ENSP00000494324;ENSP00000398136;ENSP00000434647;ENSP00000493706;ENSP00000435001" "O14773" "TPP1" "1200" "tripeptidyl peptidase 1" "CLN2;LPIC;SCAR7;TPP-1" "Lysosome" "SwissProt" -"ENSG00000166349" "ENST00000529126;ENST00000534663;ENST00000299440" "ENSP00000434610;ENSP00000299440" "P15918" "RAG1" "5896" "recombination activating 1" "MGC43321;RNF74" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000166349" "ENST00000529126;ENST00000534663;ENST00000299440" "ENSP00000434610;ENSP00000299440" "P15918" "RAG1" "5896" "recombination activating 1" "MGC43321;RNF74" "Nucleus" "SwissProt;CellAtlas" "ENSG00000166391" "ENST00000198801;ENST00000525093;ENST00000526712;ENST00000624180" "ENSP00000198801;ENSP00000436537;ENSP00000436283" "Q3SYC2" "MOGAT2" "80168" "monoacylglycerol O-acyltransferase 2" "DGAT2L5;FLJ22644;MGAT2" "Cytosol;Endoplasmic reticulum" "SwissProt" "ENSG00000166394" "ENST00000524790;ENST00000528585;ENST00000299498;ENST00000533558;ENST00000526084;ENST00000534698;ENST00000532621;ENST00000534443;ENST00000531096;ENST00000527542;ENST00000532920;ENST00000524608;ENST00000436351;ENST00000525307" "ENSP00000435916;ENSP00000299498;ENSP00000437041;ENSP00000434969;ENSP00000433856;ENSP00000432482;ENSP00000392777" "Q6BCY4" "CYB5R2" "51700" "cytochrome b5 reductase 2" "" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000166411" "ENST00000558605;ENST00000558933;ENST00000558554;ENST00000560667;ENST00000557826;ENST00000561279;ENST00000299518;ENST00000559186;ENST00000560396;ENST00000560770;ENST00000559865;ENST00000559881;ENST00000558509;ENST00000559889;ENST00000559803;ENST00000559205;ENST00000560414;ENST00000629769;ENST00000559106;ENST00000558602;ENST00000558535;ENST00000561366;ENST00000558016;ENST00000557960" "ENSP00000452620;ENSP00000453084;ENSP00000453033;ENSP00000453480;ENSP00000453747;ENSP00000299518;ENSP00000452754;ENSP00000453192;ENSP00000453903;ENSP00000453438;ENSP00000453222;ENSP00000453992;ENSP00000453338;ENSP00000453989;ENSP00000485769;ENSP00000453008;ENSP00000453795;ENSP00000453459" "P50213" "IDH3A" "3419" "isocitrate dehydrogenase (NAD(+)) 3 catalytic subunit alpha" "" "Mitochondria" "CellAtlas" "ENSG00000166428" "ENST00000649344;ENST00000540372;ENST00000392593;ENST00000557573;ENST00000472901;ENST00000472702;ENST00000553861" "ENSP00000497627;ENSP00000438677;ENSP00000376372;ENSP00000451278;ENSP00000451636" "Q96BZ4" "PLD4" "122618" "phospholipase D family member 4" "C14orf175" "" "" "ENSG00000166479" "ENST00000299608;ENST00000578816;ENST00000564631;ENST00000566135;ENST00000578765;ENST00000566887;ENST00000569053;ENST00000443099;ENST00000562706;ENST00000564008;ENST00000565918;ENST00000580785;ENST00000569982;ENST00000544714" "ENSP00000299608;ENSP00000456587;ENSP00000458132;ENSP00000402605;ENSP00000457262;ENSP00000456453;ENSP00000455234;ENSP00000457074" "Q96JJ7" "TMX3" "54495" "thioredoxin related transmembrane protein 3" "FLJ20793;KIAA1830;PDIA13;TXNDC10" "Endoplasmic reticulum" "SwissProt" -"ENSG00000166507" "ENST00000299641;ENST00000309979;ENST00000429742;ENST00000463410;ENST00000465929;ENST00000398701" "ENSP00000299641;ENSP00000310657;ENSP00000392733" "P52849" "NDST2" "8509" "N-deacetylase and N-sulfotransferase 2" "HSST2;NST2" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000166507" "ENST00000299641;ENST00000309979;ENST00000429742;ENST00000463410;ENST00000465929;ENST00000398701" "ENSP00000299641;ENSP00000310657;ENSP00000392733" "P52849" "NDST2" "8509" "N-deacetylase and N-sulfotransferase 2" "HSST2;NST2" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000166548" "ENST00000561905;ENST00000544898;ENST00000677535;ENST00000678219;ENST00000677319;ENST00000678099;ENST00000678861;ENST00000620035;ENST00000299697;ENST00000451102;ENST00000678015;ENST00000527800;ENST00000568170;ENST00000567357;ENST00000677420;ENST00000527284;ENST00000677555;ENST00000678297;ENST00000545043;ENST00000562552;ENST00000564917;ENST00000525974;ENST00000563099;ENST00000678190;ENST00000569718;ENST00000417693;ENST00000677715;ENST00000563369;ENST00000564792;ENST00000677296;ENST00000677961;ENST00000676904;ENST00000677379;ENST00000676538;ENST00000563478;ENST00000678314;ENST00000562484;ENST00000676718;ENST00000679306;ENST00000677739;ENST00000678746;ENST00000677497;ENST00000679154;ENST00000678864;ENST00000676536;ENST00000677541;ENST00000679327;ENST00000678336;ENST00000678205;ENST00000677412;ENST00000678639;ENST00000677124;ENST00000565729;ENST00000679271;ENST00000677117" "ENSP00000462721;ENSP00000440898;ENSP00000502856;ENSP00000504142;ENSP00000503900;ENSP00000504701;ENSP00000502932;ENSP00000483833;ENSP00000299697;ENSP00000414334;ENSP00000502959;ENSP00000433770;ENSP00000457959;ENSP00000504648;ENSP00000435312;ENSP00000503331;ENSP00000503472;ENSP00000438143;ENSP00000455187;ENSP00000434594;ENSP00000503824;ENSP00000464313;ENSP00000407469;ENSP00000502950;ENSP00000463560;ENSP00000504847;ENSP00000503672;ENSP00000504099;ENSP00000462341;ENSP00000504438;ENSP00000463326;ENSP00000504644;ENSP00000503227;ENSP00000503924;ENSP00000503318;ENSP00000502980;ENSP00000503758;ENSP00000503491" "O00142" "TK2" "7084" "thymidine kinase 2" "SCA31" "Mitochondria" "SwissProt" -"ENSG00000166562" "ENST00000587834;ENST00000509791;ENST00000299714;ENST00000585864;ENST00000593132;ENST00000592774;ENST00000588875;ENST00000591406" "ENSP00000468633;ENSP00000482872;ENSP00000299714;ENSP00000465281" "Q9BY50" "SEC11C" "90701" "SEC11 homolog C, signal peptidase complex subunit" "SEC11L3;SPC21;SPCS4C" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000166741" "ENST00000535185;ENST00000535401;ENST00000541090;ENST00000299964;ENST00000546313;ENST00000541754;ENST00000542647;ENST00000545255" "ENSP00000441434;ENSP00000299964" "P40261" "NNMT" "4837" "nicotinamide N-methyltransferase" "" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000166562" "ENST00000587834;ENST00000509791;ENST00000299714;ENST00000585864;ENST00000593132;ENST00000592774;ENST00000588875;ENST00000591406" "ENSP00000468633;ENSP00000482872;ENSP00000299714;ENSP00000465281" "Q9BY50" "SEC11C" "90701" "SEC11 homolog C, signal peptidase complex subunit" "SEC11L3;SPC21;SPCS4C" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000166741" "ENST00000535185;ENST00000535401;ENST00000541090;ENST00000299964;ENST00000546313;ENST00000541754;ENST00000542647;ENST00000545255" "ENSP00000441434;ENSP00000299964" "P40261" "NNMT" "4837" "nicotinamide N-methyltransferase" "" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000166743" "ENST00000520010;ENST00000519031;ENST00000307493;ENST00000519745;ENST00000524149;ENST00000523065" "ENSP00000428047;ENSP00000301956;ENSP00000428650;ENSP00000428098;ENSP00000428830" "Q08AH1" "ACSM1" "116285" "acyl-CoA synthetase medium chain family member 1" "BUCS1;MACS1" "Mitochondria" "SwissProt" -"ENSG00000166747" "ENST00000299980;ENST00000564155;ENST00000569748;ENST00000570052;ENST00000393512;ENST00000565009;ENST00000565642;ENST00000562934;ENST00000568327;ENST00000566179;ENST00000569044;ENST00000450149;ENST00000563259;ENST00000563104;ENST00000569185;ENST00000566161;ENST00000567583;ENST00000565412;ENST00000569975;ENST00000570297;ENST00000570017;ENST00000565161" "ENSP00000299980;ENSP00000454219;ENSP00000454523;ENSP00000377148;ENSP00000457726;ENSP00000454970;ENSP00000454932;ENSP00000405836;ENSP00000456058;ENSP00000454713;ENSP00000456316;ENSP00000457927;ENSP00000456493;ENSP00000454717;ENSP00000455400" "O43747" "AP1G1" "164" "adaptor related protein complex 1 subunit gamma 1" "ADTG;CLAPG1" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000166794" "ENST00000680343;ENST00000681397;ENST00000681658;ENST00000300026;ENST00000680158;ENST00000561048;ENST00000558492" "ENSP00000506584;ENSP00000505431;ENSP00000300026;ENSP00000504873" "P23284" "PPIB" "5479" "peptidylprolyl isomerase B" "B;CYP-S1;CYPB;OI9;PPIase;SCYLP" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000166747" "ENST00000299980;ENST00000564155;ENST00000569748;ENST00000570052;ENST00000393512;ENST00000565009;ENST00000565642;ENST00000562934;ENST00000568327;ENST00000566179;ENST00000569044;ENST00000450149;ENST00000563259;ENST00000563104;ENST00000569185;ENST00000566161;ENST00000567583;ENST00000565412;ENST00000569975;ENST00000570297;ENST00000570017;ENST00000565161" "ENSP00000299980;ENSP00000454219;ENSP00000454523;ENSP00000377148;ENSP00000457726;ENSP00000454970;ENSP00000454932;ENSP00000405836;ENSP00000456058;ENSP00000454713;ENSP00000456316;ENSP00000457927;ENSP00000456493;ENSP00000454717;ENSP00000455400" "O43747" "AP1G1" "164" "adaptor related protein complex 1 subunit gamma 1" "ADTG;CLAPG1" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000166794" "ENST00000680343;ENST00000681397;ENST00000681658;ENST00000300026;ENST00000680158;ENST00000561048;ENST00000558492" "ENSP00000506584;ENSP00000505431;ENSP00000300026;ENSP00000504873" "P23284" "PPIB" "5479" "peptidylprolyl isomerase B" "B;CYP-S1;CYPB;OI9;PPIase;SCYLP" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000166796" "ENST00000541669;ENST00000396215;ENST00000280704;ENST00000545848;ENST00000539369;ENST00000546146;ENST00000536880;ENST00000537486;ENST00000544105;ENST00000535809" "ENSP00000437783;ENSP00000379518;ENSP00000280704;ENSP00000438196;ENSP00000441991;ENSP00000443414;ENSP00000439555;ENSP00000441478;ENSP00000439060;ENSP00000443997" "P07864" "LDHC" "3948" "lactate dehydrogenase C" "CT32" "Cytosol" "SwissProt" "ENSG00000166800" "ENST00000615355;ENST00000396213;ENST00000280706" "ENSP00000478764;ENSP00000379516;ENSP00000280706" "Q6ZMR3" "LDHAL6A" "160287" "lactate dehydrogenase A like 6A" "LDH6A;MGC23940" "" "" -"ENSG00000166816" "ENST00000300051;ENST00000450168;ENST00000569876;ENST00000568164" "ENSP00000300051;ENSP00000417011;ENSP00000454260" "Q86WU2" "LDHD" "197257" "lactate dehydrogenase D" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000166819" "ENST00000560330;ENST00000300055;ENST00000430628;ENST00000531697" "ENSP00000453426;ENSP00000300055;ENSP00000402167" "O60240" "PLIN1" "5346" "perilipin 1" "PLIN" "Endoplasmic reticulum;Peroxisome" "SwissProt&CellAtlas" +"ENSG00000166816" "ENST00000300051;ENST00000450168;ENST00000569876;ENST00000568164" "ENSP00000300051;ENSP00000417011;ENSP00000454260" "Q86WU2" "LDHD" "197257" "lactate dehydrogenase D" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000166819" "ENST00000560330;ENST00000300055;ENST00000430628;ENST00000531697" "ENSP00000453426;ENSP00000300055;ENSP00000402167" "O60240" "PLIN1" "5346" "perilipin 1" "PLIN" "Endoplasmic reticulum;Peroxisome" "SwissProt;CellAtlas" "ENSG00000166821" "ENST00000557982;ENST00000561224;ENST00000300056;ENST00000561257;ENST00000559170" "ENSP00000453552;ENSP00000300056;ENSP00000453492;ENSP00000453878" "O75192" "PEX11A" "8800" "peroxisomal biogenesis factor 11 alpha" "MGC119947;MGC138534;PEX11-ALPHA" "Peroxisome" "SwissProt" "ENSG00000166825" "ENST00000679248;ENST00000300060;ENST00000560137;ENST00000559874;ENST00000558740;ENST00000559761;ENST00000558177;ENST00000560030;ENST00000559887;ENST00000560028" "ENSP00000502886;ENSP00000300060;ENSP00000453413;ENSP00000452934;ENSP00000453545;ENSP00000453405" "P15144" "ANPEP" "290" "alanyl aminopeptidase, membrane" "CD13;gp150;LAP1;p150;PEPN" "" "" "ENSG00000166840" "ENST00000534674;ENST00000524629;ENST00000525608;ENST00000526351;ENST00000317391;ENST00000533864;ENST00000534612;ENST00000524403;ENST00000532726;ENST00000527708;ENST00000300079;ENST00000530774;ENST00000534241;ENST00000530240;ENST00000531245;ENST00000524881;ENST00000534119;ENST00000534063;ENST00000612196" "ENSP00000433716;ENSP00000434652;ENSP00000322223;ENSP00000431640;ENSP00000436116;ENSP00000434757;ENSP00000300079;ENSP00000434661;ENSP00000437155;ENSP00000432225;ENSP00000479741" "Q969I3" "GLYATL1" "92292" "glycine-N-acyltransferase like 1" "FLJ34646;MGC15397" "Cytosol;Golgi apparatus" "CellAtlas" -"ENSG00000166908" "ENST00000422156;ENST00000354947;ENST00000540759;ENST00000551772;ENST00000550465;ENST00000550360;ENST00000550095;ENST00000548264" "ENSP00000412035;ENSP00000347032;ENSP00000439878;ENSP00000450197;ENSP00000447390;ENSP00000449335;ENSP00000448042;ENSP00000449538" "Q8TBX8" "PIP4K2C" "79837" "phosphatidylinositol-5-phosphate 4-kinase type 2 gamma" "FLJ22055;PIP5K2C" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000166908" "ENST00000422156;ENST00000354947;ENST00000540759;ENST00000551772;ENST00000550465;ENST00000550360;ENST00000550095;ENST00000548264" "ENSP00000412035;ENSP00000347032;ENSP00000439878;ENSP00000450197;ENSP00000447390;ENSP00000449335;ENSP00000448042;ENSP00000449538" "Q8TBX8" "PIP4K2C" "79837" "phosphatidylinositol-5-phosphate 4-kinase type 2 gamma" "FLJ22055;PIP5K2C" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000166948" "ENST00000202625;ENST00000381423;ENST00000477505" "ENSP00000202625;ENSP00000370831" "O95932" "TGM6" "343641" "transglutaminase 6" "dJ734P14.3;SCA35;TGM3L;TGY" "Cytosol" "SwissProt" -"ENSG00000166986" "ENST00000549133;ENST00000537638;ENST00000548674;ENST00000550449;ENST00000546481;ENST00000545888;ENST00000547062;ENST00000548714;ENST00000551842;ENST00000553162;ENST00000547501;ENST00000551431;ENST00000549074;ENST00000447721;ENST00000628866;ENST00000262027;ENST00000552007;ENST00000551892;ENST00000630571;ENST00000630803;ENST00000548146;ENST00000553123;ENST00000552371;ENST00000549827;ENST00000548944;ENST00000549603;ENST00000546971;ENST00000548630;ENST00000549048;ENST00000548202;ENST00000552914;ENST00000551805;ENST00000547665;ENST00000552499;ENST00000551172" "ENSP00000446168;ENSP00000439307;ENSP00000447145;ENSP00000446729;ENSP00000447258;ENSP00000486738;ENSP00000262027;ENSP00000448576;ENSP00000450018;ENSP00000485951;ENSP00000486356;ENSP00000447914;ENSP00000449071;ENSP00000449787;ENSP00000448910;ENSP00000447335;ENSP00000448378" "P56192" "MARS1" "4141" "methionyl-tRNA synthetase 1" "CMT2U;MARS;MetRS;SPG70" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000167004" "ENST00000469684;ENST00000300289;ENST00000446523;ENST00000434494;ENST00000455250;ENST00000497349" "ENSP00000300289;ENSP00000391111;ENSP00000398005;ENSP00000389906" "P30101" "PDIA3" "2923" "protein disulfide isomerase family A member 3" "ERp57;ERp60;ERp61;GRP57;GRP58;HsT17083;P58;PI-PLC" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000166986" "ENST00000549133;ENST00000537638;ENST00000548674;ENST00000550449;ENST00000546481;ENST00000545888;ENST00000547062;ENST00000548714;ENST00000551842;ENST00000553162;ENST00000547501;ENST00000551431;ENST00000549074;ENST00000447721;ENST00000628866;ENST00000262027;ENST00000552007;ENST00000551892;ENST00000630571;ENST00000630803;ENST00000548146;ENST00000553123;ENST00000552371;ENST00000549827;ENST00000548944;ENST00000549603;ENST00000546971;ENST00000548630;ENST00000549048;ENST00000548202;ENST00000552914;ENST00000551805;ENST00000547665;ENST00000552499;ENST00000551172" "ENSP00000446168;ENSP00000439307;ENSP00000447145;ENSP00000446729;ENSP00000447258;ENSP00000486738;ENSP00000262027;ENSP00000448576;ENSP00000450018;ENSP00000485951;ENSP00000486356;ENSP00000447914;ENSP00000449071;ENSP00000449787;ENSP00000448910;ENSP00000447335;ENSP00000448378" "P56192" "MARS1" "4141" "methionyl-tRNA synthetase 1" "CMT2U;MARS;MetRS;SPG70" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000167004" "ENST00000469684;ENST00000300289;ENST00000446523;ENST00000434494;ENST00000455250;ENST00000497349" "ENSP00000300289;ENSP00000391111;ENSP00000398005;ENSP00000389906" "P30101" "PDIA3" "2923" "protein disulfide isomerase family A member 3" "ERp57;ERp60;ERp61;GRP57;GRP58;HsT17083;P58;PI-PLC" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000167011" "ENST00000300303;ENST00000455377;ENST00000444446;ENST00000443096" "ENSP00000300303;ENSP00000395125;ENSP00000391769;ENSP00000394435" "Q8N8M0" "NAT16" "375607" "N-acetyltransferase 16 (putative)" "C7orf52;FLJ39237" "Nucleus" "CellAtlas" "ENSG00000167080" "ENST00000504681;ENST00000393354;ENST00000300404" "ENSP00000425510;ENSP00000377022;ENSP00000300404" "Q8NHY0" "B4GALNT2" "124872" "beta-1,4-N-acetyl-galactosaminyltransferase 2" "Cad;GALGT2;Sda" "Golgi apparatus" "SwissProt" "ENSG00000167103" "ENST00000477191;ENST00000485562;ENST00000388747;ENST00000300432;ENST00000464759;ENST00000495448;ENST00000464108;ENST00000498783;ENST00000490773;ENST00000497234;ENST00000476624;ENST00000492296" "ENSP00000373399;ENSP00000300432" "Q5T9C9" "PIP5KL1" "138429" "phosphatidylinositol-4-phosphate 5-kinase like 1" "bA203J24.5;MGC46424" "Cytosol" "CellAtlas" -"ENSG00000167107" "ENST00000510410;ENST00000300441;ENST00000504945;ENST00000503408;ENST00000506582;ENST00000504392;ENST00000427954;ENST00000502667;ENST00000570356;ENST00000506052;ENST00000513101;ENST00000508245;ENST00000510262;ENST00000507769;ENST00000509806;ENST00000513544;ENST00000511288;ENST00000506085;ENST00000508734;ENST00000503387;ENST00000512119;ENST00000512537;ENST00000503295;ENST00000511147;ENST00000507792" "ENSP00000425332;ENSP00000300441;ENSP00000426730;ENSP00000424842;ENSP00000425964;ENSP00000401831;ENSP00000421884;ENSP00000422546;ENSP00000421558" "Q96CM8" "ACSF2" "80221" "acyl-CoA synthetase family member 2" "ACSMW;FLJ20920" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000167107" "ENST00000510410;ENST00000300441;ENST00000504945;ENST00000503408;ENST00000506582;ENST00000504392;ENST00000427954;ENST00000502667;ENST00000570356;ENST00000506052;ENST00000513101;ENST00000508245;ENST00000510262;ENST00000507769;ENST00000509806;ENST00000513544;ENST00000511288;ENST00000506085;ENST00000508734;ENST00000503387;ENST00000512119;ENST00000512537;ENST00000503295;ENST00000511147;ENST00000507792" "ENSP00000425332;ENSP00000300441;ENSP00000426730;ENSP00000424842;ENSP00000425964;ENSP00000401831;ENSP00000421884;ENSP00000422546;ENSP00000421558" "Q96CM8" "ACSF2" "80221" "acyl-CoA synthetase family member 2" "ACSMW;FLJ20920" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000167114" "ENST00000300456;ENST00000372870" "ENSP00000300456;ENSP00000361961" "Q6P1M0" "SLC27A4" "10999" "solute carrier family 27 member 4" "ACSVL4;FATP4" "Endoplasmic reticulum" "SwissProt" -"ENSG00000167123" "ENST00000420034;ENST00000372842;ENST00000447915;ENST00000420512;ENST00000493788;ENST00000411852;ENST00000372838;ENST00000612334;ENST00000483737;ENST00000463535;ENST00000483893;ENST00000487001;ENST00000613052;ENST00000472858" "ENSP00000402508;ENSP00000361933;ENSP00000402928;ENSP00000416676;ENSP00000403766;ENSP00000361929;ENSP00000481729;ENSP00000478713" "Q5T4B2" "CERCAM" "51148" "cerebral endothelial cell adhesion molecule" "CEECAM1;GLT25D3" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000167123" "ENST00000420034;ENST00000372842;ENST00000447915;ENST00000420512;ENST00000493788;ENST00000411852;ENST00000372838;ENST00000612334;ENST00000483737;ENST00000463535;ENST00000483893;ENST00000487001;ENST00000613052;ENST00000472858" "ENSP00000402508;ENSP00000361933;ENSP00000402928;ENSP00000416676;ENSP00000403766;ENSP00000361929;ENSP00000481729;ENSP00000478713" "Q5T4B2" "CERCAM" "51148" "cerebral endothelial cell adhesion molecule" "CEECAM1;GLT25D3" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000167130" "ENST00000406974;ENST00000372546;ENST00000327812;ENST00000412363;ENST00000480255" "ENSP00000384043;ENSP00000361625;ENSP00000333294;ENSP00000403278" "Q86YN1" "DOLPP1" "57171" "dolichyldiphosphatase 1" "LSFR2" "" "" -"ENSG00000167165" "ENST00000373424;ENST00000441351;ENST00000480628;ENST00000446481;ENST00000305139;ENST00000484784;ENST00000478062;ENST00000406651" "ENSP00000362523;ENSP00000389637;ENSP00000401541;ENSP00000303174;ENSP00000419780;ENSP00000386107" "P19224" "UGT1A6" "54578" "UDP glucuronosyltransferase family 1 member A6" "GNT1;HLUGP;UGT1F" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000167186" "ENST00000321998;ENST00000566049;ENST00000568985;ENST00000566110;ENST00000564746;ENST00000569312;ENST00000544894;ENST00000561858;ENST00000569127;ENST00000567314;ENST00000569259" "ENSP00000322316;ENSP00000456490;ENSP00000456734;ENSP00000456943;ENSP00000459076;ENSP00000442923;ENSP00000457256;ENSP00000455122" "Q99807" "COQ7" "10229" "coenzyme Q7, hydroxylase" "CAT5;CLK-1" "Mitochondria;Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000167165" "ENST00000373424;ENST00000441351;ENST00000480628;ENST00000446481;ENST00000305139;ENST00000484784;ENST00000478062;ENST00000406651" "ENSP00000362523;ENSP00000389637;ENSP00000401541;ENSP00000303174;ENSP00000419780;ENSP00000386107" "P19224" "UGT1A6" "54578" "UDP glucuronosyltransferase family 1 member A6" "GNT1;HLUGP;UGT1F" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000167186" "ENST00000321998;ENST00000566049;ENST00000568985;ENST00000566110;ENST00000564746;ENST00000569312;ENST00000544894;ENST00000561858;ENST00000569127;ENST00000567314;ENST00000569259" "ENSP00000322316;ENSP00000456490;ENSP00000456734;ENSP00000456943;ENSP00000459076;ENSP00000442923;ENSP00000457256;ENSP00000455122" "Q99807" "COQ7" "10229" "coenzyme Q7, hydroxylase" "CAT5;CLK-1" "Mitochondria;Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000167261" "ENST00000393847;ENST00000575203;ENST00000572888;ENST00000575510;ENST00000573808;ENST00000268795;ENST00000572624;ENST00000574865;ENST00000574316" "ENSP00000377430;ENSP00000459375;ENSP00000458977;ENSP00000462652;ENSP00000463604;ENSP00000460169;ENSP00000461250" "Q9H4A9" "DPEP2" "64174" "dipeptidase 2" "" "" "" "ENSG00000167280" "ENST00000311595;ENST00000578419;ENST00000579016;ENST00000300682;ENST00000583646;ENST00000584568;ENST00000577783;ENST00000583041;ENST00000579809;ENST00000585160" "ENSP00000308158;ENSP00000463537;ENSP00000462333;ENSP00000300682" "Q8NFI3" "ENGASE" "64772" "endo-beta-N-acetylglucosaminidase" "FLJ21865" "Cytosol" "CellAtlas" "ENSG00000167283" "ENST00000300688;ENST00000529790;ENST00000529770;ENST00000533172;ENST00000524422;ENST00000529460;ENST00000534385;ENST00000527186" "ENSP00000300688;ENSP00000497243;ENSP00000496895;ENSP00000434865" "O75964" "ATP5MG" "10632" "ATP synthase membrane subunit g" "ATP5JG;ATP5L" "Mitochondria" "CellAtlas" "ENSG00000167306" "ENST00000285039;ENST00000324581;ENST00000592688;ENST00000587895;ENST00000589568;ENST00000585859;ENST00000586036" "ENSP00000285039;ENSP00000315531;ENSP00000466368" "Q9ULV0" "MYO5B" "4645" "myosin VB" "KIAA1119" "Cytosol" "SwissProt" "ENSG00000167311" "ENST00000397067;ENST00000397068;ENST00000359918;ENST00000453353;ENST00000425767" "ENSP00000380257;ENSP00000380258;ENSP00000352992;ENSP00000402737;ENSP00000413852" "Q96L15" "ART5" "116969" "ADP-ribosyltransferase 5" "ARTC5" "" "" -"ENSG00000167315" "ENST00000285093;ENST00000589432;ENST00000591171;ENST00000587994;ENST00000586485;ENST00000585948;ENST00000586100" "ENSP00000285093;ENSP00000466466;ENSP00000466015;ENSP00000465045;ENSP00000465095;ENSP00000468157" "P42765" "ACAA2" "10449" "acetyl-CoA acyltransferase 2" "DSAEC" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000167325" "ENST00000532710;ENST00000532170;ENST00000300738;ENST00000526865;ENST00000533349;ENST00000526350;ENST00000530368;ENST00000528442;ENST00000534285;ENST00000533495;ENST00000526304;ENST00000528470;ENST00000531591;ENST00000529109" "ENSP00000435656;ENSP00000300738;ENSP00000434069;ENSP00000432555;ENSP00000431464;ENSP00000436377" "P23921" "RRM1" "6240" "ribonucleotide reductase catalytic subunit M1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000167315" "ENST00000285093;ENST00000589432;ENST00000591171;ENST00000587994;ENST00000586485;ENST00000585948;ENST00000586100" "ENSP00000285093;ENSP00000466466;ENSP00000466015;ENSP00000465045;ENSP00000465095;ENSP00000468157" "P42765" "ACAA2" "10449" "acetyl-CoA acyltransferase 2" "DSAEC" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000167325" "ENST00000532710;ENST00000532170;ENST00000300738;ENST00000526865;ENST00000533349;ENST00000526350;ENST00000530368;ENST00000528442;ENST00000534285;ENST00000533495;ENST00000526304;ENST00000528470;ENST00000531591;ENST00000529109" "ENSP00000435656;ENSP00000300738;ENSP00000434069;ENSP00000432555;ENSP00000431464;ENSP00000436377" "P23921" "RRM1" "6240" "ribonucleotide reductase catalytic subunit M1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000167363" "ENST00000300784;ENST00000574496;ENST00000573841;ENST00000572813;ENST00000570734" "ENSP00000300784" "Q9H479" "FN3K" "64122" "fructosamine 3 kinase" "" "Mitochondria" "CellAtlas" "ENSG00000167371" "ENST00000568516;ENST00000637596;ENST00000562148;ENST00000637542;ENST00000636001;ENST00000647876;ENST00000636131;ENST00000567551;ENST00000637290;ENST00000567659;ENST00000637565;ENST00000358758;ENST00000636619;ENST00000636019;ENST00000300797;ENST00000637403;ENST00000572820;ENST00000637064;ENST00000636246;ENST00000636902;ENST00000637425" "ENSP00000489805;ENSP00000454634;ENSP00000498021;ENSP00000490390;ENSP00000489813;ENSP00000490278;ENSP00000456226;ENSP00000490207;ENSP00000351608;ENSP00000489669;ENSP00000300797;ENSP00000489782;ENSP00000458291;ENSP00000490826;ENSP00000489948;ENSP00000489935" "Q7Z6L0" "PRRT2" "112476" "proline rich transmembrane protein 2" "DKFZp547J199;DSPB3;DYT10;EKD1;FICCA;FLJ25513;ICCA;IFITMD1;PKC" "Cytosol" "SwissProt" -"ENSG00000167397" "ENST00000300851;ENST00000319788;ENST00000354895;ENST00000420057;ENST00000394975;ENST00000394971;ENST00000498155;ENST00000472468" "ENSP00000300851;ENSP00000326135;ENSP00000346969;ENSP00000437064;ENSP00000378426;ENSP00000378422;ENSP00000417662;ENSP00000458994" "Q9BQB6" "VKORC1" "79001" "vitamin K epoxide reductase complex subunit 1" "VKCFD2" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000167397" "ENST00000300851;ENST00000319788;ENST00000354895;ENST00000420057;ENST00000394975;ENST00000394971;ENST00000498155;ENST00000472468" "ENSP00000300851;ENSP00000326135;ENSP00000346969;ENSP00000437064;ENSP00000378426;ENSP00000378422;ENSP00000417662;ENSP00000458994" "Q9BQB6" "VKORC1" "79001" "vitamin K epoxide reductase complex subunit 1" "VKCFD2" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000167419" "ENST00000582328;ENST00000262290;ENST00000543544;ENST00000578403;ENST00000582684;ENST00000580346;ENST00000578643;ENST00000581008;ENST00000580890;ENST00000389576;ENST00000421678" "ENSP00000464636;ENSP00000262290;ENSP00000445344;ENSP00000464643;ENSP00000462752;ENSP00000374227;ENSP00000400245" "P22079" "LPO" "4025" "lactoperoxidase" "SPO" "Cytosol" "SwissProt" "ENSG00000167434" "ENST00000300900;ENST00000585705;ENST00000591725;ENST00000586876;ENST00000590203;ENST00000587265" "ENSP00000300900;ENSP00000466964;ENSP00000467465;ENSP00000465837;ENSP00000464757" "P22748" "CA4" "762" "carbonic anhydrase 4" "CAIV;Car4;RP17" "Cytosol" "CellAtlas" -"ENSG00000167468" "ENST00000354171;ENST00000589115;ENST00000611653;ENST00000593032;ENST00000588919;ENST00000585362;ENST00000614791;ENST00000587648;ENST00000592940;ENST00000587932;ENST00000585480;ENST00000622390;ENST00000616066" "ENSP00000346103;ENSP00000466872;ENSP00000483655;ENSP00000465828;ENSP00000464989;ENSP00000473614;ENSP00000484697;ENSP00000468349;ENSP00000467900;ENSP00000477503;ENSP00000485000" "P36969" "GPX4" "2879" "glutathione peroxidase 4" "MCSP;PHGPx" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000167508" "ENST00000565149;ENST00000301012;ENST00000562981;ENST00000561895;ENST00000569177;ENST00000567064;ENST00000568133;ENST00000563785;ENST00000568709;ENST00000563170;ENST00000566636;ENST00000565720;ENST00000562651;ENST00000565610;ENST00000563463;ENST00000562741;ENST00000565842" "ENSP00000301012;ENSP00000455131;ENSP00000458049;ENSP00000455602;ENSP00000456465" "P53602" "MVD" "4597" "mevalonate diphosphate decarboxylase" "MPD" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000167468" "ENST00000354171;ENST00000589115;ENST00000611653;ENST00000593032;ENST00000588919;ENST00000585362;ENST00000614791;ENST00000587648;ENST00000592940;ENST00000587932;ENST00000585480;ENST00000622390;ENST00000616066" "ENSP00000346103;ENSP00000466872;ENSP00000483655;ENSP00000465828;ENSP00000464989;ENSP00000473614;ENSP00000484697;ENSP00000468349;ENSP00000467900;ENSP00000477503;ENSP00000485000" "P36969" "GPX4" "2879" "glutathione peroxidase 4" "MCSP;PHGPx" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000167508" "ENST00000565149;ENST00000301012;ENST00000562981;ENST00000561895;ENST00000569177;ENST00000567064;ENST00000568133;ENST00000563785;ENST00000568709;ENST00000563170;ENST00000566636;ENST00000565720;ENST00000562651;ENST00000565610;ENST00000563463;ENST00000562741;ENST00000565842" "ENSP00000301012;ENSP00000455131;ENSP00000458049;ENSP00000455602;ENSP00000456465" "P53602" "MVD" "4597" "mevalonate diphosphate decarboxylase" "MPD" "Cytosol" "SwissProt;CellAtlas" "ENSG00000167531" "ENST00000301046;ENST00000549817" "ENSP00000301046;ENSP00000449780" "P00709" "LALBA" "3906" "lactalbumin alpha" "LYZL7" "" "" -"ENSG00000167548" "ENST00000301067;ENST00000683543;ENST00000682693;ENST00000682886;ENST00000681974;ENST00000684428;ENST00000684755;ENST00000683863;ENST00000552391;ENST00000549743;ENST00000683043;ENST00000549799;ENST00000550356;ENST00000650290" "ENSP00000301067;ENSP00000506726;ENSP00000507433;ENSP00000497218" "O14686" "KMT2D" "8085" "lysine methyltransferase 2D" "ALR;CAGL114;MLL2;MLL4;TNRC21" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000167548" "ENST00000301067;ENST00000683543;ENST00000682693;ENST00000682886;ENST00000681974;ENST00000684428;ENST00000684755;ENST00000683863;ENST00000552391;ENST00000549743;ENST00000683043;ENST00000549799;ENST00000550356;ENST00000650290" "ENSP00000301067;ENSP00000506726;ENSP00000507433;ENSP00000497218" "O14686" "KMT2D" "8085" "lysine methyltransferase 2D" "ALR;CAGL114;MLL2;MLL4;TNRC21" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000167580" "ENST00000551526;ENST00000199280;ENST00000550862" "ENSP00000447148;ENSP00000199280;ENSP00000450022" "P41181" "AQP2" "359" "aquaporin 2" "" "Cytosol;Golgi apparatus" "SwissProt" "ENSG00000167588" "ENST00000301149;ENST00000547964;ENST00000551939;ENST00000547190;ENST00000548814;ENST00000548152;ENST00000550172" "ENSP00000301149;ENSP00000448244;ENSP00000446768" "P21695" "GPD1" "2819" "glycerol-3-phosphate dehydrogenase 1" "" "Cytosol" "SwissProt" -"ENSG00000167600" "ENST00000597754;ENST00000310054;ENST00000593545;ENST00000600561;ENST00000595590;ENST00000593890" "ENSP00000471637;ENSP00000308032;ENSP00000472555;ENSP00000471016;ENSP00000469593;ENSP00000469850" "Q96SQ9" "CYP2S1" "29785" "cytochrome P450 family 2 subfamily S member 1" "" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000167658" "ENST00000600794;ENST00000309311;ENST00000596417;ENST00000598182;ENST00000598436;ENST00000600720;ENST00000594885" "ENSP00000471265;ENSP00000307940" "P13639" "EEF2" "1938" "eukaryotic translation elongation factor 2" "EEF-2;EF2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000167676" "ENST00000301286;ENST00000633942" "ENSP00000301286;ENSP00000488481" "Q96Q06" "PLIN4" "729359" "perilipin 4" "KIAA1881;S3-12" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000167600" "ENST00000597754;ENST00000310054;ENST00000593545;ENST00000600561;ENST00000595590;ENST00000593890" "ENSP00000471637;ENSP00000308032;ENSP00000472555;ENSP00000471016;ENSP00000469593;ENSP00000469850" "Q96SQ9" "CYP2S1" "29785" "cytochrome P450 family 2 subfamily S member 1" "" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000167658" "ENST00000600794;ENST00000309311;ENST00000596417;ENST00000598182;ENST00000598436;ENST00000600720;ENST00000594885" "ENSP00000471265;ENSP00000307940" "P13639" "EEF2" "1938" "eukaryotic translation elongation factor 2" "EEF-2;EF2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000167676" "ENST00000301286;ENST00000633942" "ENSP00000301286;ENSP00000488481" "Q96Q06" "PLIN4" "729359" "perilipin 4" "KIAA1881;S3-12" "Cytosol" "SwissProt;CellAtlas" "ENSG00000167699" "ENST00000575800;ENST00000301329;ENST00000536578;ENST00000571073;ENST00000301328;ENST00000576239;ENST00000574554;ENST00000575528;ENST00000573137;ENST00000575851;ENST00000576419;ENST00000575790;ENST00000574581;ENST00000572220;ENST00000576670;ENST00000574354;ENST00000576750;ENST00000628529;ENST00000625892" "ENSP00000301329;ENSP00000444315;ENSP00000301328;ENSP00000459446;ENSP00000460423;ENSP00000458849;ENSP00000461829;ENSP00000460634;ENSP00000458796;ENSP00000459557;ENSP00000461837;ENSP00000466922;ENSP00000486254;ENSP00000486778" "Q9HC38" "GLOD4" "51031" "glyoxalase domain containing 4" "C17orf25;CGI-150;HC71" "Cytosol" "CellAtlas" "ENSG00000167701" "ENST00000528431;ENST00000527165;ENST00000531330;ENST00000354769;ENST00000534702;ENST00000527961;ENST00000394955" "ENSP00000433586;ENSP00000378408" "P24298" "GPT" "2875" "glutamic--pyruvic transaminase" "ALT1;GPT1" "Cytosol" "SwissProt" "ENSG00000167703" "ENST00000301335;ENST00000571650;ENST00000412517;ENST00000576537;ENST00000576769;ENST00000572135;ENST00000574743;ENST00000572801;ENST00000574274;ENST00000576721;ENST00000571376;ENST00000575944" "ENSP00000301335;ENSP00000461382;ENSP00000408284;ENSP00000461298;ENSP00000460388;ENSP00000461553" "Q8N370" "SLC43A2" "124935" "solute carrier family 43 member 2" "MGC34680" "" "" @@ -2225,200 +2225,200 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000167769" "ENST00000301452" "ENSP00000301452" "Q8TDN7" "ACER1" "125981" "alkaline ceramidase 1" "ASAH3" "Endoplasmic reticulum" "SwissProt" "ENSG00000167772" "ENST00000601886;ENST00000599192;ENST00000597137;ENST00000601770;ENST00000301455;ENST00000595079;ENST00000598255;ENST00000594348;ENST00000393962;ENST00000593998;ENST00000594875" "ENSP00000470307;ENSP00000473090;ENSP00000471345;ENSP00000301455;ENSP00000473025;ENSP00000377534;ENSP00000472551;ENSP00000472869" "Q9BY76" "ANGPTL4" "51129" "angiopoietin like 4" "ARP4;FIAF;HFARP;NL2;PGAR;pp1158" "Nucleus" "CellAtlas" "ENSG00000167780" "ENST00000551896;ENST00000301466;ENST00000542365" "ENSP00000450120;ENSP00000301466;ENSP00000442234" "O75908" "SOAT2" "8435" "sterol O-acyltransferase 2" "ACAT2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000167792" "ENST00000647561;ENST00000532303;ENST00000532244;ENST00000528328;ENST00000322776;ENST00000529927;ENST00000524876;ENST00000524838;ENST00000532343;ENST00000415352;ENST00000528548;ENST00000532260;ENST00000530014;ENST00000530103;ENST00000525086;ENST00000534139;ENST00000533075;ENST00000529867;ENST00000526138;ENST00000530638;ENST00000528314;ENST00000528377;ENST00000526770;ENST00000526169;ENST00000533919;ENST00000527355;ENST00000527923;ENST00000531250;ENST00000534352" "ENSP00000497587;ENSP00000432015;ENSP00000435202;ENSP00000436906;ENSP00000322450;ENSP00000436766;ENSP00000431751;ENSP00000395368;ENSP00000434575;ENSP00000437267;ENSP00000434438;ENSP00000436936;ENSP00000434581;ENSP00000435199;ENSP00000432637" "P49821" "NDUFV1" "4723" "NADH:ubiquinone oxidoreductase core subunit V1" "CI-51K" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000167792" "ENST00000647561;ENST00000532303;ENST00000532244;ENST00000528328;ENST00000322776;ENST00000529927;ENST00000524876;ENST00000524838;ENST00000532343;ENST00000415352;ENST00000528548;ENST00000532260;ENST00000530014;ENST00000530103;ENST00000525086;ENST00000534139;ENST00000533075;ENST00000529867;ENST00000526138;ENST00000530638;ENST00000528314;ENST00000528377;ENST00000526770;ENST00000526169;ENST00000533919;ENST00000527355;ENST00000527923;ENST00000531250;ENST00000534352" "ENSP00000497587;ENSP00000432015;ENSP00000435202;ENSP00000436906;ENSP00000322450;ENSP00000436766;ENSP00000431751;ENSP00000395368;ENSP00000434575;ENSP00000437267;ENSP00000434438;ENSP00000436936;ENSP00000434581;ENSP00000435199;ENSP00000432637" "P49821" "NDUFV1" "4723" "NADH:ubiquinone oxidoreductase core subunit V1" "CI-51K" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000167815" "ENST00000334482;ENST00000466174;ENST00000301522;ENST00000498785;ENST00000478908;ENST00000477555" "ENSP00000334063;ENSP00000301522" "P32119" "PRDX2" "7001" "peroxiredoxin 2" "MGC4104;NKEFB;PRP;PRX2;PRXII;TDPX1;TSA" "Cytosol" "SwissProt" -"ENSG00000167862" "ENST00000584208;ENST00000301585;ENST00000580800;ENST00000583772" "ENSP00000462256;ENSP00000301585;ENSP00000464192" "Q14197" "MRPL58" "3396" "mitochondrial ribosomal protein L58" "DS-1;ICT1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000167862" "ENST00000584208;ENST00000301585;ENST00000580800;ENST00000583772" "ENSP00000462256;ENSP00000301585;ENSP00000464192" "Q14197" "MRPL58" "3396" "mitochondrial ribosomal protein L58" "DS-1;ICT1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000167863" "ENST00000580649;ENST00000301587;ENST00000344546;ENST00000538432;ENST00000582341" "ENSP00000301587;ENSP00000344230;ENSP00000437996" "O75947" "ATP5PD" "10476" "ATP synthase peripheral stalk subunit d" "ATP5H;ATP5JD;ATPQ" "Mitochondria" "CellAtlas" -"ENSG00000167889" "ENST00000301618;ENST00000569840;ENST00000565675;ENST00000374998;ENST00000428789;ENST00000565043;ENST00000563627;ENST00000563153;ENST00000568598" "ENSP00000301618;ENSP00000456037;ENSP00000457614;ENSP00000391227;ENSP00000455631" "Q3V5L5" "MGAT5B" "146664" "alpha-1,6-mannosylglycoprotein 6-beta-N-acetylglucosaminyltransferase B" "FLJ25132;GnT-IX;GnT-VB" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000167889" "ENST00000301618;ENST00000569840;ENST00000565675;ENST00000374998;ENST00000428789;ENST00000565043;ENST00000563627;ENST00000563153;ENST00000568598" "ENSP00000301618;ENSP00000456037;ENSP00000457614;ENSP00000391227;ENSP00000455631" "Q3V5L5" "MGAT5B" "146664" "alpha-1,6-mannosylglycoprotein 6-beta-N-acetylglucosaminyltransferase B" "FLJ25132;GnT-IX;GnT-VB" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000167900" "ENST00000301634;ENST00000588734;ENST00000590862;ENST00000590430;ENST00000586613;ENST00000592126" "ENSP00000301634;ENSP00000468425;ENSP00000468556;ENSP00000467121;ENSP00000468278" "P04183" "TK1" "7083" "thymidine kinase 1" "" "Cytosol" "SwissProt" "ENSG00000167910" "ENST00000301645" "ENSP00000301645" "P22680" "CYP7A1" "1581" "cytochrome P450 family 7 subfamily A member 1" "CYP7" "Endoplasmic reticulum" "SwissProt" -"ENSG00000167969" "ENST00000301729;ENST00000562238;ENST00000570258;ENST00000566379;ENST00000563447;ENST00000563029;ENST00000561688" "ENSP00000301729;ENSP00000456319;ENSP00000457900;ENSP00000456565" "P42126" "ECI1" "1632" "enoyl-CoA delta isomerase 1" "DCI" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000167972" "ENST00000301732;ENST00000382381;ENST00000566200;ENST00000569062;ENST00000563623;ENST00000567910" "ENSP00000301732;ENSP00000371818;ENSP00000454397" "Q99758" "ABCA3" "21" "ATP binding cassette subfamily A member 3" "ABC-C;ABC3;EST111653;LBM180" "Endoplasmic reticulum;Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000167969" "ENST00000301729;ENST00000562238;ENST00000570258;ENST00000566379;ENST00000563447;ENST00000563029;ENST00000561688" "ENSP00000301729;ENSP00000456319;ENSP00000457900;ENSP00000456565" "P42126" "ECI1" "1632" "enoyl-CoA delta isomerase 1" "DCI" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000167972" "ENST00000301732;ENST00000382381;ENST00000566200;ENST00000569062;ENST00000563623;ENST00000567910" "ENSP00000301732;ENSP00000371818;ENSP00000454397" "Q99758" "ABCA3" "21" "ATP binding cassette subfamily A member 3" "ABC-C;ABC3;EST111653;LBM180" "Endoplasmic reticulum;Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000167996" "ENST00000529191;ENST00000529631;ENST00000530019;ENST00000273550;ENST00000532829;ENST00000534180;ENST00000526640;ENST00000532601;ENST00000534719;ENST00000533138;ENST00000529548;ENST00000620041" "ENSP00000431659;ENSP00000431575;ENSP00000433470;ENSP00000273550;ENSP00000432223;ENSP00000434403;ENSP00000433321;ENSP00000435111;ENSP00000436947;ENSP00000484477" "P02794" "FTH1" "2495" "ferritin heavy chain 1" "FHC;FTH;FTHL6;PIG15;PLIF" "" "" "ENSG00000168000" "ENST00000683846;ENST00000449636;ENST00000684475;ENST00000684285;ENST00000682555;ENST00000682262;ENST00000684115;ENST00000683025;ENST00000683892;ENST00000360796;ENST00000683296;ENST00000405837;ENST00000679883;ENST00000470529;ENST00000278893;ENST00000403098;ENST00000684067;ENST00000684258;ENST00000682003;ENST00000683494;ENST00000403550;ENST00000407022;ENST00000524862;ENST00000301781;ENST00000421906;ENST00000683368;ENST00000682794;ENST00000683193;ENST00000682223;ENST00000463679;ENST00000684609;ENST00000684720;ENST00000682644;ENST00000412351;ENST00000468505;ENST00000532115;ENST00000448568;ENST00000526426;ENST00000531524;ENST00000537604;ENST00000530900;ENST00000533982;ENST00000532818;ENST00000464544;ENST00000413908;ENST00000530009;ENST00000528874" "ENSP00000405265;ENSP00000507429;ENSP00000507669;ENSP00000507814;ENSP00000507103;ENSP00000507028;ENSP00000354032;ENSP00000507725;ENSP00000385332;ENSP00000505838;ENSP00000278893;ENSP00000384258;ENSP00000506799;ENSP00000385561;ENSP00000384080;ENSP00000433888;ENSP00000301781;ENSP00000413209;ENSP00000508140;ENSP00000413340;ENSP00000436026;ENSP00000434149;ENSP00000435831;ENSP00000431782;ENSP00000393728;ENSP00000435500;ENSP00000436991" "Q96G97" "BSCL2" "26580" "BSCL2 lipid droplet biogenesis associated, seipin" "GNG3LG;seipin;SPG17" "Endoplasmic reticulum" "SwissProt" -"ENSG00000168002" "ENST00000533442;ENST00000525455;ENST00000301788;ENST00000524819;ENST00000531944;ENST00000527435;ENST00000531996;ENST00000526368" "ENSP00000432198;ENSP00000433529;ENSP00000301788;ENSP00000431624;ENSP00000433877;ENSP00000435669" "P62487" "POLR2G" "5436" "RNA polymerase II subunit G" "hRPB19;hsRPB7;RPB7" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000168003" "ENST00000680729;ENST00000680002;ENST00000377890;ENST00000681467;ENST00000538084;ENST00000681569;ENST00000377891;ENST00000680725;ENST00000377889;ENST00000681215;ENST00000535296;ENST00000680631;ENST00000544377;ENST00000680297;ENST00000680610;ENST00000680134;ENST00000541372;ENST00000539458;ENST00000680654;ENST00000681107;ENST00000338663;ENST00000681563;ENST00000681232;ENST00000681657;ENST00000541425;ENST00000679908;ENST00000541649;ENST00000537839;ENST00000537508;ENST00000535768;ENST00000679594;ENST00000538682;ENST00000536981;ENST00000539891;ENST00000546253;ENST00000457660;ENST00000546312;ENST00000542922;ENST00000539507;ENST00000542793" "ENSP00000505639;ENSP00000506366;ENSP00000367122;ENSP00000506217;ENSP00000440001;ENSP00000506498;ENSP00000367123;ENSP00000505585;ENSP00000367121;ENSP00000444236;ENSP00000506006;ENSP00000442135;ENSP00000506230;ENSP00000505079;ENSP00000504939;ENSP00000444250;ENSP00000438032;ENSP00000505253;ENSP00000340815;ENSP00000506460;ENSP00000505110;ENSP00000445858;ENSP00000506238;ENSP00000444439;ENSP00000438353;ENSP00000440819" "P08195" "SLC3A2" "6520" "solute carrier family 3 member 2" "4F2;4F2HC;4T2HC;CD98;CD98HC;MDU1;NACAE" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000168002" "ENST00000533442;ENST00000525455;ENST00000301788;ENST00000524819;ENST00000531944;ENST00000527435;ENST00000531996;ENST00000526368" "ENSP00000432198;ENSP00000433529;ENSP00000301788;ENSP00000431624;ENSP00000433877;ENSP00000435669" "P62487" "POLR2G" "5436" "RNA polymerase II subunit G" "hRPB19;hsRPB7;RPB7" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000168003" "ENST00000680729;ENST00000680002;ENST00000377890;ENST00000681467;ENST00000538084;ENST00000681569;ENST00000377891;ENST00000680725;ENST00000377889;ENST00000681215;ENST00000535296;ENST00000680631;ENST00000544377;ENST00000680297;ENST00000680610;ENST00000680134;ENST00000541372;ENST00000539458;ENST00000680654;ENST00000681107;ENST00000338663;ENST00000681563;ENST00000681232;ENST00000681657;ENST00000541425;ENST00000679908;ENST00000541649;ENST00000537839;ENST00000537508;ENST00000535768;ENST00000679594;ENST00000538682;ENST00000536981;ENST00000539891;ENST00000546253;ENST00000457660;ENST00000546312;ENST00000542922;ENST00000539507;ENST00000542793" "ENSP00000505639;ENSP00000506366;ENSP00000367122;ENSP00000506217;ENSP00000440001;ENSP00000506498;ENSP00000367123;ENSP00000505585;ENSP00000367121;ENSP00000444236;ENSP00000506006;ENSP00000442135;ENSP00000506230;ENSP00000505079;ENSP00000504939;ENSP00000444250;ENSP00000438032;ENSP00000505253;ENSP00000340815;ENSP00000506460;ENSP00000505110;ENSP00000445858;ENSP00000506238;ENSP00000444439;ENSP00000438353;ENSP00000440819" "P08195" "SLC3A2" "6520" "solute carrier family 3 member 2" "4F2;4F2HC;4T2HC;CD98;CD98HC;MDU1;NACAE" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000168032" "ENST00000301825;ENST00000647765;ENST00000439533;ENST00000456402;ENST00000445129" "ENSP00000301825;ENSP00000497683;ENSP00000406555;ENSP00000401565;ENSP00000404671" "O75355" "ENTPD3" "956" "ectonucleoside triphosphate diphosphohydrolase 3" "CD39L3;HB6;NTPDase-3" "" "" "ENSG00000168065" "ENST00000377585;ENST00000301891;ENST00000377581;ENST00000490834;ENST00000478051;ENST00000460745;ENST00000428570;ENST00000416590" "ENSP00000366809;ENSP00000301891;ENSP00000366804;ENSP00000394043;ENSP00000413508" "Q9NSA0" "SLC22A11" "55867" "solute carrier family 22 member 11" "OAT4" "" "" -"ENSG00000168092" "ENST00000419197;ENST00000527958;ENST00000304808;ENST00000529887;ENST00000526888;ENST00000530272;ENST00000533206;ENST00000533677" "ENSP00000388742;ENSP00000435289;ENSP00000304006;ENSP00000434951;ENSP00000431365" "P68402" "PAFAH1B2" "5049" "platelet activating factor acetylhydrolase 1b catalytic subunit 2" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000168137" "ENST00000431285;ENST00000402198;ENST00000683012;ENST00000463180;ENST00000478475;ENST00000415650;ENST00000682536;ENST00000663774;ENST00000683262;ENST00000684606;ENST00000665872;ENST00000666307;ENST00000443339;ENST00000406341;ENST00000670063;ENST00000468208;ENST00000684055;ENST00000407969;ENST00000490791;ENST00000493918;ENST00000399686;ENST00000497213;ENST00000413704;ENST00000466242;ENST00000464410;ENST00000682236;ENST00000488236;ENST00000421188;ENST00000478961;ENST00000476740;ENST00000486465;ENST00000492939;ENST00000459941;ENST00000479538;ENST00000466826" "ENSP00000397076;ENSP00000385852;ENSP00000506933;ENSP00000395959;ENSP00000507956;ENSP00000499452;ENSP00000507464;ENSP00000506817;ENSP00000499600;ENSP00000499402;ENSP00000393221;ENSP00000383939;ENSP00000499725;ENSP00000499609;ENSP00000507953;ENSP00000384114;ENSP00000507055;ENSP00000382593;ENSP00000401554;ENSP00000507801;ENSP00000399993;ENSP00000506929;ENSP00000507322" "Q9C0A6" "SETD5" "55209" "SET domain containing 5" "FLJ10707" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000168159" "ENST00000305943;ENST00000482739" "ENSP00000306396" "Q5TA31" "RNF187" "149603" "ring finger protein 187" "RACO-1;RACO1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000168237" "ENST00000461183;ENST00000305690;ENST00000473032;ENST00000486393;ENST00000436784;ENST00000471180;ENST00000473583;ENST00000477382;ENST00000489173" "ENSP00000417264;ENSP00000301965;ENSP00000418951;ENSP00000419868;ENSP00000389175;ENSP00000417526;ENSP00000419008" "Q8IVS8" "GLYCTK" "132158" "glycerate kinase" "HBEBP2;HBEBP4" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000168282" "ENST00000305386" "ENSP00000307423" "Q10469" "MGAT2" "4247" "alpha-1,6-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase" "GNT-II" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000168291" "ENST00000302746;ENST00000383714;ENST00000469364;ENST00000485460;ENST00000479945;ENST00000474765;ENST00000461692;ENST00000480626;ENST00000482894;ENST00000469827" "ENSP00000307241;ENSP00000373220;ENSP00000419580;ENSP00000417267;ENSP00000418448" "P11177" "PDHB" "5162" "pyruvate dehydrogenase E1 subunit beta" "PDHE1B" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000168306" "ENST00000481527;ENST00000467738;ENST00000459701;ENST00000302819;ENST00000460921;ENST00000489472;ENST00000459888;ENST00000466810;ENST00000492530;ENST00000474098;ENST00000475143;ENST00000466689;ENST00000480791" "ENSP00000418562;ENSP00000307697;ENSP00000417877;ENSP00000418515;ENSP00000419133;ENSP00000419927" "Q99424" "ACOX2" "8309" "acyl-CoA oxidase 2" "BRCACOX;BRCOX;THCCox" "Peroxisome;Cytosol" "SwissProt&CellAtlas" -"ENSG00000168350" "ENST00000305631;ENST00000553834;ENST00000557117" "ENSP00000307126;ENSP00000450637" "Q6QHC5" "DEGS2" "123099" "delta 4-desaturase, sphingolipid 2" "C14orf66;DES2;FADS8" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000168092" "ENST00000419197;ENST00000527958;ENST00000304808;ENST00000529887;ENST00000526888;ENST00000530272;ENST00000533206;ENST00000533677" "ENSP00000388742;ENSP00000435289;ENSP00000304006;ENSP00000434951;ENSP00000431365" "P68402" "PAFAH1B2" "5049" "platelet activating factor acetylhydrolase 1b catalytic subunit 2" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000168137" "ENST00000431285;ENST00000402198;ENST00000683012;ENST00000463180;ENST00000478475;ENST00000415650;ENST00000682536;ENST00000663774;ENST00000683262;ENST00000684606;ENST00000665872;ENST00000666307;ENST00000443339;ENST00000406341;ENST00000670063;ENST00000468208;ENST00000684055;ENST00000407969;ENST00000490791;ENST00000493918;ENST00000399686;ENST00000497213;ENST00000413704;ENST00000466242;ENST00000464410;ENST00000682236;ENST00000488236;ENST00000421188;ENST00000478961;ENST00000476740;ENST00000486465;ENST00000492939;ENST00000459941;ENST00000479538;ENST00000466826" "ENSP00000397076;ENSP00000385852;ENSP00000506933;ENSP00000395959;ENSP00000507956;ENSP00000499452;ENSP00000507464;ENSP00000506817;ENSP00000499600;ENSP00000499402;ENSP00000393221;ENSP00000383939;ENSP00000499725;ENSP00000499609;ENSP00000507953;ENSP00000384114;ENSP00000507055;ENSP00000382593;ENSP00000401554;ENSP00000507801;ENSP00000399993;ENSP00000506929;ENSP00000507322" "Q9C0A6" "SETD5" "55209" "SET domain containing 5" "FLJ10707" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000168159" "ENST00000305943;ENST00000482739" "ENSP00000306396" "Q5TA31" "RNF187" "149603" "ring finger protein 187" "RACO-1;RACO1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000168237" "ENST00000461183;ENST00000305690;ENST00000473032;ENST00000486393;ENST00000436784;ENST00000471180;ENST00000473583;ENST00000477382;ENST00000489173" "ENSP00000417264;ENSP00000301965;ENSP00000418951;ENSP00000419868;ENSP00000389175;ENSP00000417526;ENSP00000419008" "Q8IVS8" "GLYCTK" "132158" "glycerate kinase" "HBEBP2;HBEBP4" "Golgi apparatus;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000168282" "ENST00000305386" "ENSP00000307423" "Q10469" "MGAT2" "4247" "alpha-1,6-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase" "GNT-II" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000168291" "ENST00000302746;ENST00000383714;ENST00000469364;ENST00000485460;ENST00000479945;ENST00000474765;ENST00000461692;ENST00000480626;ENST00000482894;ENST00000469827" "ENSP00000307241;ENSP00000373220;ENSP00000419580;ENSP00000417267;ENSP00000418448" "P11177" "PDHB" "5162" "pyruvate dehydrogenase E1 subunit beta" "PDHE1B" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000168306" "ENST00000481527;ENST00000467738;ENST00000459701;ENST00000302819;ENST00000460921;ENST00000489472;ENST00000459888;ENST00000466810;ENST00000492530;ENST00000474098;ENST00000475143;ENST00000466689;ENST00000480791" "ENSP00000418562;ENSP00000307697;ENSP00000417877;ENSP00000418515;ENSP00000419133;ENSP00000419927" "Q99424" "ACOX2" "8309" "acyl-CoA oxidase 2" "BRCACOX;BRCOX;THCCox" "Peroxisome;Cytosol" "SwissProt;CellAtlas" +"ENSG00000168350" "ENST00000305631;ENST00000553834;ENST00000557117" "ENSP00000307126;ENSP00000450637" "Q6QHC5" "DEGS2" "123099" "delta 4-desaturase, sphingolipid 2" "C14orf66;DES2;FADS8" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000168393" "ENST00000305784;ENST00000400770;ENST00000445261;ENST00000432348;ENST00000420144;ENST00000493095;ENST00000464603" "ENSP00000304802;ENSP00000383581;ENSP00000408939;ENSP00000410647;ENSP00000387379" "P23919" "DTYMK" "1841" "deoxythymidylate kinase" "CDC8;TMPK;TYMK" "Mitochondria" "CellAtlas" -"ENSG00000168411" "ENST00000361070;ENST00000571750;ENST00000575154;ENST00000575281;ENST00000572610;ENST00000572337;ENST00000571776;ENST00000575397;ENST00000572990;ENST00000576652;ENST00000575113;ENST00000572840" "ENSP00000354361;ENSP00000460049;ENSP00000459465;ENSP00000459899;ENSP00000459515;ENSP00000461285" "Q6PCD5" "RFWD3" "55159" "ring finger and WD repeat domain 3" "FANCW;FLJ10520;RNF201" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000168411" "ENST00000361070;ENST00000571750;ENST00000575154;ENST00000575281;ENST00000572610;ENST00000572337;ENST00000571776;ENST00000575397;ENST00000572990;ENST00000576652;ENST00000575113;ENST00000572840" "ENSP00000354361;ENSP00000460049;ENSP00000459465;ENSP00000459899;ENSP00000459515;ENSP00000461285" "Q6PCD5" "RFWD3" "55159" "ring finger and WD repeat domain 3" "FANCW;FLJ10520;RNF201" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000168487" "ENST00000397814;ENST00000354870;ENST00000520970;ENST00000518913;ENST00000520982;ENST00000520626;ENST00000518656;ENST00000306349;ENST00000306385;ENST00000471755;ENST00000483364;ENST00000521385;ENST00000521521;ENST00000523849;ENST00000523457;ENST00000523749;ENST00000517324;ENST00000522332" "ENSP00000380915;ENSP00000346941;ENSP00000428332;ENSP00000427950;ENSP00000428798;ENSP00000430015;ENSP00000430977;ENSP00000306121;ENSP00000305714;ENSP00000428665;ENSP00000428249;ENSP00000430406" "P13497" "BMP1" "649" "bone morphogenetic protein 1" "BMP-1;PCOLC" "Golgi apparatus" "SwissProt" -"ENSG00000168495" "ENST00000306433;ENST00000519237;ENST00000397802;ENST00000518039;ENST00000517789" "ENSP00000303088;ENSP00000429677;ENSP00000380904;ENSP00000429821" "P05423" "POLR3D" "661" "RNA polymerase III subunit D" "BN51T;C53;RPC4;TSBN51" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000168495" "ENST00000306433;ENST00000519237;ENST00000397802;ENST00000518039;ENST00000517789" "ENSP00000303088;ENSP00000429677;ENSP00000380904;ENSP00000429821" "P05423" "POLR3D" "661" "RNA polymerase III subunit D" "BN51T;C53;RPC4;TSBN51" "Nucleus" "SwissProt;CellAtlas" "ENSG00000168522" "ENST00000533559;ENST00000526755;ENST00000302279;ENST00000527153;ENST00000533383;ENST00000533998;ENST00000524546;ENST00000531266;ENST00000533368;ENST00000525699;ENST00000529687;ENST00000533336;ENST00000525099;ENST00000528400" "ENSP00000437208;ENSP00000303423;ENSP00000435455;ENSP00000432892;ENSP00000432411;ENSP00000436998;ENSP00000473479;ENSP00000434430" "P49354" "FNTA" "2339" "farnesyltransferase, CAAX box, alpha" "FPTA;PGGT1A;PTAR2" "Cytosol" "CellAtlas" "ENSG00000168575" "ENST00000342228;ENST00000520262;ENST00000520179;ENST00000518660;ENST00000522401;ENST00000524211;ENST00000518717;ENST00000517366;ENST00000522707;ENST00000518384;ENST00000524237;ENST00000523340;ENST00000519463;ENST00000521455" "ENSP00000340465;ENSP00000429754;ENSP00000429712;ENSP00000429989;ENSP00000430166;ENSP00000427756;ENSP00000429299;ENSP00000430462" "Q08357" "SLC20A2" "6575" "solute carrier family 20 member 2" "Glvr-2;GLVR2;MLVAR;PiT-2;Ram-1" "" "" "ENSG00000168653" "ENST00000372967;ENST00000372969" "ENSP00000362058;ENSP00000362060" "O43920" "NDUFS5" "4725" "NADH:ubiquinone oxidoreductase subunit S5" "CI-15k" "Inner mitochondria" "SwissProt" "ENSG00000168671" "ENST00000282507;ENST00000513300;ENST00000504685;ENST00000504954;ENST00000515131" "ENSP00000282507;ENSP00000427404;ENSP00000426017;ENSP00000420865" "Q3SY77" "UGT3A2" "167127" "UDP glycosyltransferase family 3 member A2" "" "Cytosol;Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000168679" "ENST00000437429;ENST00000541986;ENST00000369779;ENST00000472422;ENST00000369781;ENST00000461647;ENST00000528649;ENST00000492412;ENST00000467986;ENST00000497687" "ENSP00000394790;ENSP00000446087;ENSP00000358794;ENSP00000432495;ENSP00000358796;ENSP00000432190;ENSP00000434136;ENSP00000433463;ENSP00000435768" "O15374" "SLC16A4" "9122" "solute carrier family 16 member 4" "MCT4;MCT5" "Cytosol" "CellAtlas" -"ENSG00000168710" "ENST00000369799;ENST00000475081;ENST00000359172;ENST00000481423;ENST00000469401;ENST00000393614" "ENSP00000358814;ENSP00000352092;ENSP00000377238" "O43865" "AHCYL1" "10768" "adenosylhomocysteinase like 1" "IRBIT;PPP1R78;XPVKONA" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000168710" "ENST00000369799;ENST00000475081;ENST00000359172;ENST00000481423;ENST00000469401;ENST00000393614" "ENSP00000358814;ENSP00000352092;ENSP00000377238" "O43865" "AHCYL1" "10768" "adenosylhomocysteinase like 1" "IRBIT;PPP1R78;XPVKONA" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000168748" "ENST00000338437;ENST00000548332;ENST00000394069" "ENSP00000345659;ENSP00000447178;ENSP00000377632" "P43166" "CA7" "766" "carbonic anhydrase 7" "" "Cytosol" "SwissProt" -"ENSG00000168765" "ENST00000369836;ENST00000464733;ENST00000461767;ENST00000479578;ENST00000326729;ENST00000495742;ENST00000369833;ENST00000485640;ENST00000336075;ENST00000638994;ENST00000478397;ENST00000493171;ENST00000493395" "ENSP00000358851;ENSP00000316471;ENSP00000358848;ENSP00000336744;ENSP00000491134" "Q03013" "GSTM4" "2948" "glutathione S-transferase mu 4" "" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000168781" "ENST00000348806;ENST00000381885;ENST00000396923;ENST00000360135;ENST00000360301;ENST00000334933;ENST00000420765;ENST00000381879;ENST00000644537;ENST00000488490;ENST00000439195;ENST00000437065;ENST00000432870;ENST00000462136;ENST00000488768;ENST00000469229;ENST00000465123;ENST00000427877;ENST00000476294;ENST00000472547;ENST00000453080;ENST00000429176;ENST00000417085;ENST00000431962" "ENSP00000308773;ENSP00000371309;ENSP00000380129;ENSP00000353253;ENSP00000353446;ENSP00000334779;ENSP00000400887;ENSP00000371303;ENSP00000496290;ENSP00000387999;ENSP00000410563;ENSP00000415349;ENSP00000407704;ENSP00000405106;ENSP00000390657;ENSP00000405200" "Q6PFW1" "PPIP5K1" "9677" "diphosphoinositol pentakisphosphate kinase 1" "HISPPD2A;IPS1;KIAA0377;VIP1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000168765" "ENST00000369836;ENST00000464733;ENST00000461767;ENST00000479578;ENST00000326729;ENST00000495742;ENST00000369833;ENST00000485640;ENST00000336075;ENST00000638994;ENST00000478397;ENST00000493171;ENST00000493395" "ENSP00000358851;ENSP00000316471;ENSP00000358848;ENSP00000336744;ENSP00000491134" "Q03013" "GSTM4" "2948" "glutathione S-transferase mu 4" "" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000168781" "ENST00000348806;ENST00000381885;ENST00000396923;ENST00000360135;ENST00000360301;ENST00000334933;ENST00000420765;ENST00000381879;ENST00000644537;ENST00000488490;ENST00000439195;ENST00000437065;ENST00000432870;ENST00000462136;ENST00000488768;ENST00000469229;ENST00000465123;ENST00000427877;ENST00000476294;ENST00000472547;ENST00000453080;ENST00000429176;ENST00000417085;ENST00000431962" "ENSP00000308773;ENSP00000371309;ENSP00000380129;ENSP00000353253;ENSP00000353446;ENSP00000334779;ENSP00000400887;ENSP00000371303;ENSP00000496290;ENSP00000387999;ENSP00000410563;ENSP00000415349;ENSP00000407704;ENSP00000405106;ENSP00000390657;ENSP00000405200" "Q6PFW1" "PPIP5K1" "9677" "diphosphoinositol pentakisphosphate kinase 1" "HISPPD2A;IPS1;KIAA0377;VIP1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000168806" "ENST00000305641;ENST00000567039" "ENSP00000307214;ENSP00000457403" "O60294" "LCMT2" "9836" "leucine carboxyl methyltransferase 2" "KIAA0547;MGC9534;PPM2;TYW4" "Cytosol" "CellAtlas" -"ENSG00000168827" "ENST00000486715;ENST00000478576;ENST00000478254;ENST00000264263;ENST00000464732;ENST00000478251;ENST00000312756;ENST00000490261;ENST00000477721;ENST00000481468;ENST00000472383" "ENSP00000419038;ENSP00000418755;ENSP00000417225;ENSP00000264263;ENSP00000417532;ENSP00000420272" "Q96RP9" "GFM1" "85476" "G elongation factor mitochondrial 1" "EFGM;EGF1;GFM;mtEF-G1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000168827" "ENST00000486715;ENST00000478576;ENST00000478254;ENST00000264263;ENST00000464732;ENST00000478251;ENST00000312756;ENST00000490261;ENST00000477721;ENST00000481468;ENST00000472383" "ENSP00000419038;ENSP00000418755;ENSP00000417225;ENSP00000264263;ENSP00000417532;ENSP00000420272" "Q96RP9" "GFM1" "85476" "G elongation factor mitochondrial 1" "EFGM;EGF1;GFM;mtEF-G1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000168906" "ENST00000306434;ENST00000465151;ENST00000469221;ENST00000481412;ENST00000409017;ENST00000490878" "ENSP00000303147;ENSP00000386353" "P31153" "MAT2A" "4144" "methionine adenosyltransferase 2A" "MATA2;MATII;SAMS2" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000168907" "ENST00000397272;ENST00000562320;ENST00000290497;ENST00000569985;ENST00000561893;ENST00000561627;ENST00000565553" "ENSP00000380442;ENSP00000455037;ENSP00000290497;ENSP00000454330;ENSP00000456697;ENSP00000455513" "Q68DD2" "PLA2G4F" "255189" "phospholipase A2 group IVF" "PLA2G4F/Z" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000168918" "ENST00000359570;ENST00000451407;ENST00000445964;ENST00000467393;ENST00000474278;ENST00000496402;ENST00000415617;ENST00000493078;ENST00000472517;ENST00000493632;ENST00000480983;ENST00000465281;ENST00000417661;ENST00000491070" "ENSP00000352575;ENSP00000405338;ENSP00000397421;ENSP00000414835;ENSP00000473280" "Q92835" "INPP5D" "3635" "inositol polyphosphate-5-phosphatase D" "hp51CN;SHIP;SHIP1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000168907" "ENST00000397272;ENST00000562320;ENST00000290497;ENST00000569985;ENST00000561893;ENST00000561627;ENST00000565553" "ENSP00000380442;ENSP00000455037;ENSP00000290497;ENSP00000454330;ENSP00000456697;ENSP00000455513" "Q68DD2" "PLA2G4F" "255189" "phospholipase A2 group IVF" "PLA2G4F/Z" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000168918" "ENST00000359570;ENST00000451407;ENST00000445964;ENST00000467393;ENST00000474278;ENST00000496402;ENST00000415617;ENST00000493078;ENST00000472517;ENST00000493632;ENST00000480983;ENST00000465281;ENST00000417661;ENST00000491070" "ENSP00000352575;ENSP00000405338;ENSP00000397421;ENSP00000414835;ENSP00000473280" "Q92835" "INPP5D" "3635" "inositol polyphosphate-5-phosphatase D" "hp51CN;SHIP;SHIP1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000168938" "ENST00000306442;ENST00000415659" "ENSP00000303057" "P45877" "PPIC" "5480" "peptidylprolyl isomerase C" "CYPC" "Cytosol" "SwissProt" "ENSG00000168970" "ENST00000490848;ENST00000382448;ENST00000491746;ENST00000342159;ENST00000476036;ENST00000487292" "ENSP00000371886;ENSP00000342785;ENSP00000424127" "" "JMJD7-PLA2G4B" "8681" "JMJD7-PLA2G4B readthrough" "" "Cytosol" "CellAtlas" "ENSG00000169020" "ENST00000515202;ENST00000304312;ENST00000506525;ENST00000505852;ENST00000515116" "ENSP00000306003" "P56385" "ATP5ME" "521" "ATP synthase membrane subunit e" "ATP5I" "Mitochondria" "CellAtlas" -"ENSG00000169021" "ENST00000304863" "ENSP00000306397" "P47985" "UQCRFS1" "7386" "ubiquinol-cytochrome c reductase, Rieske iron-sulfur polypeptide 1" "RIP1;RIS1;RISP;UQCR5" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000169100" "ENST00000381401;ENST00000475167;ENST00000484026" "ENSP00000370808" "P12236" "SLC25A6" "293" "solute carrier family 25 member 6" "ANT3;ANT3Y;MGC17525" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000169105" "ENST00000306243;ENST00000559991" "ENSP00000307297;ENSP00000453882" "Q8NCH0" "CHST14" "113189" "carbohydrate sulfotransferase 14" "D4ST-1;D4ST1;HD4ST" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000169021" "ENST00000304863" "ENSP00000306397" "P47985" "UQCRFS1" "7386" "ubiquinol-cytochrome c reductase, Rieske iron-sulfur polypeptide 1" "RIP1;RIS1;RISP;UQCR5" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000169100" "ENST00000381401;ENST00000475167;ENST00000484026" "ENSP00000370808" "P12236" "SLC25A6" "293" "solute carrier family 25 member 6" "ANT3;ANT3Y;MGC17525" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000169105" "ENST00000306243;ENST00000559991" "ENSP00000307297;ENSP00000453882" "Q8NCH0" "CHST14" "113189" "carbohydrate sulfotransferase 14" "D4ST-1;D4ST1;HD4ST" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000169154" "ENST00000307599;ENST00000518826;ENST00000524298" "ENSP00000303077;ENSP00000429558;ENSP00000430453" "Q8NHS2" "GOT1L1" "137362" "glutamic-oxaloacetic transaminase 1 like 1" "MGC33309" "" "" "ENSG00000169169" "ENST00000594038;ENST00000323446;ENST00000598259;ENST00000599023;ENST00000392518;ENST00000598293;ENST00000598396;ENST00000598714;ENST00000405931;ENST00000600944;ENST00000596922;ENST00000602019;ENST00000594587;ENST00000595969;ENST00000595568;ENST00000295404;ENST00000596701;ENST00000594431;ENST00000595031;ENST00000595901;ENST00000599937;ENST00000598647;ENST00000598072;ENST00000597099" "ENSP00000471160;ENSP00000319343;ENSP00000472742;ENSP00000376303;ENSP00000473028;ENSP00000470221;ENSP00000384465;ENSP00000470739;ENSP00000472828;ENSP00000471579;ENSP00000472453;ENSP00000473082;ENSP00000472579;ENSP00000471841" "Q8TCG5" "CPT1C" "126129" "carnitine palmitoyltransferase 1C" "CATL1;CPT1P;CPTIC;FLJ23809" "Endoplasmic reticulum" "SwissProt" -"ENSG00000169180" "ENST00000565698;ENST00000568065;ENST00000304658;ENST00000569315;ENST00000567038;ENST00000570007;ENST00000573275;ENST00000569216;ENST00000564905;ENST00000562408;ENST00000563138;ENST00000565284;ENST00000567842;ENST00000564337;ENST00000570294;ENST00000566175;ENST00000574435;ENST00000561488;ENST00000569973;ENST00000573645;ENST00000570033;ENST00000569951;ENST00000566073" "ENSP00000457341;ENSP00000456422;ENSP00000302790;ENSP00000454586;ENSP00000458314;ENSP00000455310;ENSP00000459591;ENSP00000459736;ENSP00000456066;ENSP00000457742;ENSP00000456273" "Q96QU8" "XPO6" "23214" "exportin 6" "FLJ22519;KIAA0370;RANBP20" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000169180" "ENST00000565698;ENST00000568065;ENST00000304658;ENST00000569315;ENST00000567038;ENST00000570007;ENST00000573275;ENST00000569216;ENST00000564905;ENST00000562408;ENST00000563138;ENST00000565284;ENST00000567842;ENST00000564337;ENST00000570294;ENST00000566175;ENST00000574435;ENST00000561488;ENST00000569973;ENST00000573645;ENST00000570033;ENST00000569951;ENST00000566073" "ENSP00000457341;ENSP00000456422;ENSP00000302790;ENSP00000454586;ENSP00000458314;ENSP00000455310;ENSP00000459591;ENSP00000459736;ENSP00000456066;ENSP00000457742;ENSP00000456273" "Q96QU8" "XPO6" "23214" "exportin 6" "FLJ22519;KIAA0370;RANBP20" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000169239" "ENST00000498004;ENST00000318636;ENST00000478923;ENST00000474624;ENST00000380319;ENST00000479740;ENST00000380313;ENST00000454127;ENST00000478341;ENST00000496188" "ENSP00000418622;ENSP00000314099;ENSP00000417553;ENSP00000417021;ENSP00000417236" "Q9Y2D0" "CA5B" "11238" "carbonic anhydrase 5B" "" "Mitochondria" "CellAtlas" "ENSG00000169255" "ENST00000392781;ENST00000320474;ENST00000392779;ENST00000651430;ENST00000650695;ENST00000651801;ENST00000651379;ENST00000652111;ENST00000651460;ENST00000651686;ENST00000651972;ENST00000651953;ENST00000651292;ENST00000651380;ENST00000651689;ENST00000652059;ENST00000652730;ENST00000651791;ENST00000651117;ENST00000651254;ENST00000651178;ENST00000651916;ENST00000651282;ENST00000652377;ENST00000652143;ENST00000650733;ENST00000417187;ENST00000652134;ENST00000652593;ENST00000496295;ENST00000473285;ENST00000651509;ENST00000651305;ENST00000652669;ENST00000652596;ENST00000651147;ENST00000651422;ENST00000494818;ENST00000476999;ENST00000494173;ENST00000652032;ENST00000488170;ENST00000652309;ENST00000468268;ENST00000492353;ENST00000473142;ENST00000498216;ENST00000484127;ENST00000460353;ENST00000478383;ENST00000497487" "ENSP00000376532;ENSP00000323479;ENSP00000376530;ENSP00000499079;ENSP00000498902;ENSP00000498243;ENSP00000498978;ENSP00000498689;ENSP00000498369;ENSP00000498346;ENSP00000498907;ENSP00000498633;ENSP00000498542;ENSP00000499072;ENSP00000499010;ENSP00000498743;ENSP00000498660;ENSP00000499180;ENSP00000498854;ENSP00000498553;ENSP00000498982;ENSP00000498487;ENSP00000498435;ENSP00000498481;ENSP00000498655;ENSP00000499186;ENSP00000407027;ENSP00000498331;ENSP00000418226;ENSP00000499003;ENSP00000498427;ENSP00000498696;ENSP00000498810;ENSP00000498478;ENSP00000498378;ENSP00000498840;ENSP00000419127;ENSP00000498901;ENSP00000420163;ENSP00000498765;ENSP00000419476;ENSP00000418567;ENSP00000420604;ENSP00000417643;ENSP00000420059;ENSP00000417053" "O75752" "B3GALNT1" "8706" "beta-1,3-N-acetylgalactosaminyltransferase 1 (globoside blood group)" "B3GALT3;beta3Gal-T3;galT3;GLOB;P1" "Golgi apparatus" "SwissProt" "ENSG00000169299" "ENST00000381967;ENST00000515668;ENST00000505986;ENST00000512556;ENST00000510084;ENST00000625312" "ENSP00000371393;ENSP00000426738;ENSP00000423269;ENSP00000425733;ENSP00000422785;ENSP00000485904" "Q96G03" "PGM2" "55276" "phosphoglucomutase 2" "FLJ10983" "Cytosol" "SwissProt" -"ENSG00000169359" "ENST00000643144;ENST00000359479;ENST00000468581;ENST00000646424;ENST00000644094;ENST00000642438;ENST00000644855;ENST00000475842;ENST00000496772;ENST00000460729" "ENSP00000496241;ENSP00000352456;ENSP00000418847;ENSP00000494846;ENSP00000494476;ENSP00000495971;ENSP00000493564;ENSP00000419066;ENSP00000419165" "O00400" "SLC33A1" "9197" "solute carrier family 33 member 1" "ACATN;AT-1;AT1;SPG42" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000169375" "ENST00000394947;ENST00000360439;ENST00000394949;ENST00000566640;ENST00000570124;ENST00000570021;ENST00000564778;ENST00000562776;ENST00000568431;ENST00000567289;ENST00000570115;ENST00000568309;ENST00000568190;ENST00000568919;ENST00000565264" "ENSP00000378402;ENSP00000353622;ENSP00000378403;ENSP00000455204;ENSP00000455072;ENSP00000454750;ENSP00000455834;ENSP00000455662;ENSP00000455644;ENSP00000456997;ENSP00000454296" "Q96ST3" "SIN3A" "25942" "SIN3 transcription regulator family member A" "DKFZP434K2235;KIAA0700" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000169359" "ENST00000643144;ENST00000359479;ENST00000468581;ENST00000646424;ENST00000644094;ENST00000642438;ENST00000644855;ENST00000475842;ENST00000496772;ENST00000460729" "ENSP00000496241;ENSP00000352456;ENSP00000418847;ENSP00000494846;ENSP00000494476;ENSP00000495971;ENSP00000493564;ENSP00000419066;ENSP00000419165" "O00400" "SLC33A1" "9197" "solute carrier family 33 member 1" "ACATN;AT-1;AT1;SPG42" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000169375" "ENST00000394947;ENST00000360439;ENST00000394949;ENST00000566640;ENST00000570124;ENST00000570021;ENST00000564778;ENST00000562776;ENST00000568431;ENST00000567289;ENST00000570115;ENST00000568309;ENST00000568190;ENST00000568919;ENST00000565264" "ENSP00000378402;ENSP00000353622;ENSP00000378403;ENSP00000455204;ENSP00000455072;ENSP00000454750;ENSP00000455834;ENSP00000455662;ENSP00000455644;ENSP00000456997;ENSP00000454296" "Q96ST3" "SIN3A" "25942" "SIN3 transcription regulator family member A" "DKFZP434K2235;KIAA0700" "Nucleus" "SwissProt;CellAtlas" "ENSG00000169418" "ENST00000368680;ENST00000413826;ENST00000368677" "ENSP00000357669" "P16066" "NPR1" "4881" "natriuretic peptide receptor 1" "ANPa;ANPRA;GUCY2A;NPRA" "Nucleus" "CellAtlas" -"ENSG00000169519" "ENST00000406787;ENST00000403099;ENST00000451385;ENST00000407364;ENST00000532947;ENST00000303459;ENST00000634973;ENST00000634627;ENST00000437814;ENST00000634762;ENST00000634721;ENST00000468295" "ENSP00000385507;ENSP00000385860;ENSP00000396550;ENSP00000384369;ENSP00000489497;ENSP00000307251;ENSP00000489505;ENSP00000489381;ENSP00000392806;ENSP00000489363;ENSP00000489468" "A6NJ78" "METTL15" "196074" "methyltransferase like 15" "FLJ33979;METT5D1" "Golgi apparatus;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000169660" "ENST00000337014;ENST00000644886;ENST00000327949;ENST00000583978;ENST00000580235;ENST00000578775;ENST00000582315;ENST00000577944;ENST00000581482;ENST00000644009;ENST00000578632;ENST00000582429;ENST00000578130;ENST00000585077;ENST00000578616;ENST00000583354;ENST00000582131" "ENSP00000337854;ENSP00000332634;ENSP00000462856;ENSP00000462303;ENSP00000462923;ENSP00000463129;ENSP00000464497;ENSP00000496193;ENSP00000463625;ENSP00000464912;ENSP00000462000;ENSP00000463241;ENSP00000465465" "Q8WVB3" "HEXD" "284004" "hexosaminidase D" "FLJ23825;HEXDC" "Nucleus;Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000169519" "ENST00000406787;ENST00000403099;ENST00000451385;ENST00000407364;ENST00000532947;ENST00000303459;ENST00000634973;ENST00000634627;ENST00000437814;ENST00000634762;ENST00000634721;ENST00000468295" "ENSP00000385507;ENSP00000385860;ENSP00000396550;ENSP00000384369;ENSP00000489497;ENSP00000307251;ENSP00000489505;ENSP00000489381;ENSP00000392806;ENSP00000489363;ENSP00000489468" "A6NJ78" "METTL15" "196074" "methyltransferase like 15" "FLJ33979;METT5D1" "Golgi apparatus;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000169660" "ENST00000337014;ENST00000644886;ENST00000327949;ENST00000583978;ENST00000580235;ENST00000578775;ENST00000582315;ENST00000577944;ENST00000581482;ENST00000644009;ENST00000578632;ENST00000582429;ENST00000578130;ENST00000585077;ENST00000578616;ENST00000583354;ENST00000582131" "ENSP00000337854;ENSP00000332634;ENSP00000462856;ENSP00000462303;ENSP00000462923;ENSP00000463129;ENSP00000464497;ENSP00000496193;ENSP00000463625;ENSP00000464912;ENSP00000462000;ENSP00000463241;ENSP00000465465" "Q8WVB3" "HEXD" "284004" "hexosaminidase D" "FLJ23825;HEXDC" "Nucleus;Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000169692" "ENST00000371694;ENST00000371696;ENST00000538402;ENST00000472820;ENST00000470861" "ENSP00000360759;ENSP00000360761;ENSP00000438919" "O15120" "AGPAT2" "10555" "1-acylglycerol-3-phosphate O-acyltransferase 2" "BSCL;LPAAT-beta" "Endoplasmic reticulum" "SwissProt" -"ENSG00000169710" "ENST00000306749;ENST00000634990;ENST00000584610;ENST00000578424;ENST00000580382;ENST00000636628;ENST00000579410;ENST00000635197;ENST00000637525;ENST00000637026;ENST00000635733;ENST00000636968;ENST00000637693" "ENSP00000304592;ENSP00000488964;ENSP00000462949;ENSP00000490921;ENSP00000489514;ENSP00000489808;ENSP00000490553" "P49327" "FASN" "2194" "fatty acid synthase" "FAS;SDR27X1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000169710" "ENST00000306749;ENST00000634990;ENST00000584610;ENST00000578424;ENST00000580382;ENST00000636628;ENST00000579410;ENST00000635197;ENST00000637525;ENST00000637026;ENST00000635733;ENST00000636968;ENST00000637693" "ENSP00000304592;ENSP00000488964;ENSP00000462949;ENSP00000490921;ENSP00000489514;ENSP00000489808;ENSP00000490553" "P49327" "FASN" "2194" "fatty acid synthase" "FAS;SDR27X1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000169738" "ENST00000577532;ENST00000306869;ENST00000579004;ENST00000579334;ENST00000580320;ENST00000577286;ENST00000579842;ENST00000580750;ENST00000578885;ENST00000582074;ENST00000581584;ENST00000578273;ENST00000582900;ENST00000579821;ENST00000585085;ENST00000577996;ENST00000577712;ENST00000579155;ENST00000582613;ENST00000584318;ENST00000585164" "ENSP00000463354;ENSP00000303356;ENSP00000464332;ENSP00000464507;ENSP00000462272;ENSP00000464518;ENSP00000462725;ENSP00000462226" "Q7Z4W1" "DCXR" "51181" "dicarbonyl and L-xylulose reductase" "DCR;HCR2;KIDCR;P34H;SDR20C1" "Nucleus" "CellAtlas" -"ENSG00000169764" "ENST00000466642;ENST00000484142;ENST00000482668;ENST00000467648;ENST00000394417;ENST00000497510;ENST00000483461;ENST00000480679;ENST00000613823;ENST00000483108;ENST00000487469;ENST00000493222;ENST00000676870;ENST00000678298;ENST00000627474;ENST00000677841;ENST00000467400;ENST00000676780;ENST00000487640;ENST00000678951;ENST00000678974;ENST00000475550;ENST00000484056;ENST00000640075;ENST00000337130;ENST00000488245;ENST00000626380;ENST00000497883;ENST00000445915;ENST00000496334;ENST00000467999;ENST00000475462;ENST00000487042;ENST00000491621;ENST00000472047;ENST00000465515;ENST00000494536;ENST00000679256;ENST00000495020" "ENSP00000418619;ENSP00000418375;ENSP00000419548;ENSP00000420793;ENSP00000377939;ENSP00000418179;ENSP00000417286;ENSP00000482043;ENSP00000417801;ENSP00000418206;ENSP00000504663;ENSP00000504265;ENSP00000486008;ENSP00000502898;ENSP00000419019;ENSP00000504593;ENSP00000419551;ENSP00000503329;ENSP00000503051;ENSP00000338703;ENSP00000419442;ENSP00000486332;ENSP00000420131;ENSP00000411803;ENSP00000420760;ENSP00000418642;ENSP00000419335;ENSP00000417358;ENSP00000420342;ENSP00000419238;ENSP00000504563" "Q16851" "UGP2" "7360" "UDP-glucose pyrophosphorylase 2" "SVUGP2;UGP1;UGPP1" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000169764" "ENST00000466642;ENST00000484142;ENST00000482668;ENST00000467648;ENST00000394417;ENST00000497510;ENST00000483461;ENST00000480679;ENST00000613823;ENST00000483108;ENST00000487469;ENST00000493222;ENST00000676870;ENST00000678298;ENST00000627474;ENST00000677841;ENST00000467400;ENST00000676780;ENST00000487640;ENST00000678951;ENST00000678974;ENST00000475550;ENST00000484056;ENST00000640075;ENST00000337130;ENST00000488245;ENST00000626380;ENST00000497883;ENST00000445915;ENST00000496334;ENST00000467999;ENST00000475462;ENST00000487042;ENST00000491621;ENST00000472047;ENST00000465515;ENST00000494536;ENST00000679256;ENST00000495020" "ENSP00000418619;ENSP00000418375;ENSP00000419548;ENSP00000420793;ENSP00000377939;ENSP00000418179;ENSP00000417286;ENSP00000482043;ENSP00000417801;ENSP00000418206;ENSP00000504663;ENSP00000504265;ENSP00000486008;ENSP00000502898;ENSP00000419019;ENSP00000504593;ENSP00000419551;ENSP00000503329;ENSP00000503051;ENSP00000338703;ENSP00000419442;ENSP00000486332;ENSP00000420131;ENSP00000411803;ENSP00000420760;ENSP00000418642;ENSP00000419335;ENSP00000417358;ENSP00000420342;ENSP00000419238;ENSP00000504563" "Q16851" "UGP2" "7360" "UDP-glucose pyrophosphorylase 2" "SVUGP2;UGP1;UGPP1" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000169814" "ENST00000427382;ENST00000449107;ENST00000673620;ENST00000303498;ENST00000417015;ENST00000672065;ENST00000672112;ENST00000643237;ENST00000672141;ENST00000480711;ENST00000672968;ENST00000646371;ENST00000672427;ENST00000467027;ENST00000672336;ENST00000471964;ENST00000673467;ENST00000672760;ENST00000437172;ENST00000436193;ENST00000383778;ENST00000642517;ENST00000482824;ENST00000672892;ENST00000671928" "ENSP00000397113;ENSP00000388212;ENSP00000500325;ENSP00000306477;ENSP00000403775;ENSP00000500403;ENSP00000500193;ENSP00000495254;ENSP00000500210;ENSP00000495866;ENSP00000500131;ENSP00000500267;ENSP00000500288;ENSP00000500530;ENSP00000400995;ENSP00000394277;ENSP00000373288;ENSP00000494864;ENSP00000499944;ENSP00000500069" "P43251" "BTD" "686" "biotinidase" "" "" "" -"ENSG00000169826" "ENST00000374466" "ENSP00000363590" "Q8N6G5" "CSGALNACT2" "55454" "chondroitin sulfate N-acetylgalactosaminyltransferase 2" "GALNACT-2;GALNACT2;MGC40204;PRO0082" "Golgi apparatus;Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000169902" "ENST00000304842;ENST00000442120;ENST00000480281;ENST00000649664;ENST00000451388;ENST00000490159" "ENSP00000302413;ENSP00000399642;ENSP00000497281;ENSP00000391338" "O60507" "TPST1" "8460" "tyrosylprotein sulfotransferase 1" "TANGO13A" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000169826" "ENST00000374466" "ENSP00000363590" "Q8N6G5" "CSGALNACT2" "55454" "chondroitin sulfate N-acetylgalactosaminyltransferase 2" "GALNACT-2;GALNACT2;MGC40204;PRO0082" "Golgi apparatus;Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000169902" "ENST00000304842;ENST00000442120;ENST00000480281;ENST00000649664;ENST00000451388;ENST00000490159" "ENSP00000302413;ENSP00000399642;ENSP00000497281;ENSP00000391338" "O60507" "TPST1" "8460" "tyrosylprotein sulfotransferase 1" "TANGO13A" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000169919" "ENST00000304895;ENST00000466883;ENST00000447929;ENST00000430730;ENST00000421103;ENST00000461622;ENST00000462371;ENST00000465785;ENST00000479038;ENST00000489482;ENST00000475316;ENST00000476486;ENST00000446111;ENST00000478118" "ENSP00000302728;ENSP00000411262;ENSP00000411859;ENSP00000391390;ENSP00000416793" "P08236" "GUSB" "2990" "glucuronidase beta" "" "Lysosome" "SwissProt" "ENSG00000170035" "ENST00000602303;ENST00000602959;ENST00000602479;ENST00000602291;ENST00000410062;ENST00000602475;ENST00000602499;ENST00000602710;ENST00000602762;ENST00000602632;ENST00000602888;ENST00000602837;ENST00000602970;ENST00000392415" "ENSP00000473525;ENSP00000473639;ENSP00000473345;ENSP00000473591;ENSP00000386788;ENSP00000473264;ENSP00000473521;ENSP00000473623;ENSP00000473642;ENSP00000376215" "Q969T4" "UBE2E3" "10477" "ubiquitin conjugating enzyme E2 E3" "UbcH9" "Cytosol;Nucleus" "SwissProt" -"ENSG00000170142" "ENST00000306627;ENST00000484048;ENST00000346855;ENST00000495141;ENST00000481622;ENST00000442670;ENST00000467766;ENST00000424381;ENST00000475680;ENST00000452012;ENST00000493707" "ENSP00000303709;ENSP00000329113;ENSP00000410652;ENSP00000475890;ENSP00000411351;ENSP00000393088" "P51965" "UBE2E1" "7324" "ubiquitin conjugating enzyme E2 E1" "UbcH6" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000170142" "ENST00000306627;ENST00000484048;ENST00000346855;ENST00000495141;ENST00000481622;ENST00000442670;ENST00000467766;ENST00000424381;ENST00000475680;ENST00000452012;ENST00000493707" "ENSP00000303709;ENSP00000329113;ENSP00000410652;ENSP00000475890;ENSP00000411351;ENSP00000393088" "P51965" "UBE2E1" "7324" "ubiquitin conjugating enzyme E2 E1" "UbcH6" "Nucleus" "SwissProt;CellAtlas" "ENSG00000170185" "ENST00000510377;ENST00000307017;ENST00000683224;ENST00000682469;ENST00000684586;ENST00000511739;ENST00000684346;ENST00000684615;ENST00000682486" "ENSP00000427647;ENSP00000303434;ENSP00000508233;ENSP00000507210;ENSP00000507201;ENSP00000424158" "Q8NB14" "USP38" "84640" "ubiquitin specific peptidase 38" "HP43.8KD;KIAA1891" "Cytosol;Nucleus" "CellAtlas" "ENSG00000170190" "ENST00000580123;ENST00000578847;ENST00000585293;ENST00000329783;ENST00000578376;ENST00000582048;ENST00000450736;ENST00000584207;ENST00000538213;ENST00000584118" "ENSP00000463434;ENSP00000462866;ENSP00000330141;ENSP00000463363;ENSP00000390564;ENSP00000462267;ENSP00000440212;ENSP00000463931" "O15375" "SLC16A5" "9121" "solute carrier family 16 member 5" "MCT5;MCT6" "" "" "ENSG00000170191" "ENST00000304788" "ENSP00000302441" "Q8TBE9" "NANP" "140838" "N-acetylneuraminic acid phosphatase" "C20orf147;dJ694B14.3;HDHD4;MGC26833" "Nucleus" "CellAtlas" "ENSG00000170222" "ENST00000379774;ENST00000468843;ENST00000527582;ENST00000609540" "ENSP00000369099;ENSP00000431622;ENSP00000477021" "Q3LIE5" "ADPRM" "56985" "ADP-ribose/CDP-alcohol diphosphatase, manganese dependent" "C17orf48;MDS006" "" "" "ENSG00000170231" "ENST00000393980;ENST00000523955;ENST00000402432;ENST00000521362" "ENSP00000377549;ENSP00000428766;ENSP00000385433" "P51161" "FABP6" "2172" "fatty acid binding protein 6" "I-15P;I-BABP;I-BALB;I-BAP;ILBP;ILBP3;ILLBP" "Cytosol;Nucleus" "SwissProt" "ENSG00000170242" "ENST00000339865;ENST00000525257;ENST00000527733;ENST00000399455;ENST00000525367;ENST00000525078;ENST00000531513;ENST00000530041;ENST00000530369;ENST00000305481;ENST00000529813" "ENSP00000339957;ENSP00000433146;ENSP00000382382" "Q96K76" "USP47" "55031" "ubiquitin specific peptidase 47" "" "Cytosol" "SwissProt" -"ENSG00000170266" "ENST00000307363;ENST00000399402;ENST00000307377;ENST00000461475;ENST00000497796;ENST00000467571;ENST00000473477;ENST00000482097;ENST00000485698;ENST00000481581;ENST00000490658;ENST00000498537;ENST00000415454;ENST00000446732;ENST00000438227;ENST00000440656;ENST00000464355;ENST00000450835;ENST00000436768" "ENSP00000306920;ENSP00000382333;ENSP00000305920;ENSP00000411813;ENSP00000407365;ENSP00000401250;ENSP00000411769;ENSP00000403264;ENSP00000387989" "P16278" "GLB1" "2720" "galactosidase beta 1" "EBP;ELNR1" "Golgi apparatus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000170266" "ENST00000307363;ENST00000399402;ENST00000307377;ENST00000461475;ENST00000497796;ENST00000467571;ENST00000473477;ENST00000482097;ENST00000485698;ENST00000481581;ENST00000490658;ENST00000498537;ENST00000415454;ENST00000446732;ENST00000438227;ENST00000440656;ENST00000464355;ENST00000450835;ENST00000436768" "ENSP00000306920;ENSP00000382333;ENSP00000305920;ENSP00000411813;ENSP00000407365;ENSP00000401250;ENSP00000411769;ENSP00000403264;ENSP00000387989" "P16278" "GLB1" "2720" "galactosidase beta 1" "EBP;ELNR1" "Golgi apparatus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000170271" "ENST00000326080;ENST00000423554;ENST00000524250;ENST00000517938;ENST00000520581;ENST00000521518;ENST00000524363;ENST00000522825;ENST00000519501;ENST00000519258;ENST00000523997;ENST00000518651;ENST00000520968;ENST00000517448;ENST00000517874;ENST00000520461" "ENSP00000320604;ENSP00000430286;ENSP00000431084;ENSP00000428992;ENSP00000428834;ENSP00000429004;ENSP00000429837;ENSP00000429876;ENSP00000429406;ENSP00000431015" "Q96IV6" "FAXDC2" "10826" "fatty acid hydroxylase domain containing 2" "C5orf4;FLJ13758" "Cytosol" "SwissProt" "ENSG00000170323" "ENST00000256104;ENST00000518669;ENST00000522659;ENST00000521734" "ENSP00000256104;ENSP00000428385" "P15090" "FABP4" "2167" "fatty acid binding protein 4" "A-FABP;aP2" "Cytosol;Nucleus" "SwissProt" "ENSG00000170340" "ENST00000301998;ENST00000405767" "ENSP00000305595;ENSP00000384692" "Q9NY97" "B3GNT2" "10678" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 2" "B3GN-T1;B3GN-T2;B3GNT-2;B3GNT1;BETA3GNT" "Golgi apparatus" "SwissProt" -"ENSG00000170364" "ENST00000358065;ENST00000413809;ENST00000425046;ENST00000430981;ENST00000425863;ENST00000358950;ENST00000490691;ENST00000462115" "ENSP00000373354;ENSP00000393044;ENSP00000397463;ENSP00000403000;ENSP00000403145;ENSP00000369673" "Q53H47" "SETMAR" "6419" "SET domain and mariner transposase fusion gene" "metnase" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000170364" "ENST00000358065;ENST00000413809;ENST00000425046;ENST00000430981;ENST00000425863;ENST00000358950;ENST00000490691;ENST00000462115" "ENSP00000373354;ENSP00000393044;ENSP00000397463;ENSP00000403000;ENSP00000403145;ENSP00000369673" "Q53H47" "SETMAR" "6419" "SET domain and mariner transposase fusion gene" "metnase" "Nucleus" "SwissProt;CellAtlas" "ENSG00000170385" "ENST00000367001" "ENSP00000355968" "Q9Y6M5" "SLC30A1" "7779" "solute carrier family 30 member 1" "ZNT1;ZRC1" "" "" "ENSG00000170426" "ENST00000293502" "ENSP00000293502" "Q8NEX9" "SDR9C7" "121214" "short chain dehydrogenase/reductase family 9C member 7" "RDHS;SDR-O" "" "" -"ENSG00000170430" "ENST00000482653;ENST00000651593;ENST00000482547;ENST00000462672;ENST00000306010" "ENSP00000498729;ENSP00000302111" "P16455" "MGMT" "4255" "O-6-methylguanine-DNA methyltransferase" "" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000170430" "ENST00000482653;ENST00000651593;ENST00000482547;ENST00000462672;ENST00000306010" "ENSP00000498729;ENSP00000302111" "P16455" "MGMT" "4255" "O-6-methylguanine-DNA methyltransferase" "" "Nucleus" "SwissProt;CellAtlas" "ENSG00000170439" "ENST00000614691;ENST00000394252" "ENSP00000482867;ENSP00000377796" "Q6UX53" "METTL7B" "196410" "methyltransferase like 7B" "ALDI;MGC17301" "" "" -"ENSG00000170445" "ENST00000675898;ENST00000675355;ENST00000675967;ENST00000675763;ENST00000675698;ENST00000676327;ENST00000675094;ENST00000506579;ENST00000675851;ENST00000675366;ENST00000674523;ENST00000431330;ENST00000457527;ENST00000675827;ENST00000504156;ENST00000504366;ENST00000307633;ENST00000509087;ENST00000438307;ENST00000645491;ENST00000512396;ENST00000675204;ENST00000646229;ENST00000643686;ENST00000507746;ENST00000415192;ENST00000518126;ENST00000502888;ENST00000674721;ENST00000674819" "ENSP00000501581;ENSP00000502594;ENSP00000502624;ENSP00000501747;ENSP00000501816;ENSP00000393244;ENSP00000387893;ENSP00000501900;ENSP00000425634;ENSP00000304668;ENSP00000502781;ENSP00000411511;ENSP00000494297;ENSP00000421576;ENSP00000501643;ENSP00000495358;ENSP00000493611;ENSP00000425889;ENSP00000411085" "P12081" "HARS1" "3035" "histidyl-tRNA synthetase 1" "HARS;HisRS;USH3B" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000170445" "ENST00000675898;ENST00000675355;ENST00000675967;ENST00000675763;ENST00000675698;ENST00000676327;ENST00000675094;ENST00000506579;ENST00000675851;ENST00000675366;ENST00000674523;ENST00000431330;ENST00000457527;ENST00000675827;ENST00000504156;ENST00000504366;ENST00000307633;ENST00000509087;ENST00000438307;ENST00000645491;ENST00000512396;ENST00000675204;ENST00000646229;ENST00000643686;ENST00000507746;ENST00000415192;ENST00000518126;ENST00000502888;ENST00000674721;ENST00000674819" "ENSP00000501581;ENSP00000502594;ENSP00000502624;ENSP00000501747;ENSP00000501816;ENSP00000393244;ENSP00000387893;ENSP00000501900;ENSP00000425634;ENSP00000304668;ENSP00000502781;ENSP00000411511;ENSP00000494297;ENSP00000421576;ENSP00000501643;ENSP00000495358;ENSP00000493611;ENSP00000425889;ENSP00000411085" "P12081" "HARS1" "3035" "histidyl-tRNA synthetase 1" "HARS;HisRS;USH3B" "Cytosol" "SwissProt;CellAtlas" "ENSG00000170482" "ENST00000353963;ENST00000348729;ENST00000504513;ENST00000506512;ENST00000503919;ENST00000502863;ENST00000508270" "ENSP00000302851;ENSP00000302701;ENSP00000422688;ENSP00000427271" "Q9UHI7" "SLC23A1" "9963" "solute carrier family 23 member 1" "SLC23A2;SVCT1;YSPL3" "" "" -"ENSG00000170485" "ENST00000335681;ENST00000427413;ENST00000486017;ENST00000448812;ENST00000451740;ENST00000492373;ENST00000474550;ENST00000471974;ENST00000450763;ENST00000433408;ENST00000495559;ENST00000490052" "ENSP00000338283;ENSP00000397595;ENSP00000388528;ENSP00000395265;ENSP00000392125;ENSP00000393396" "Q99743" "NPAS2" "4862" "neuronal PAS domain protein 2" "bHLHe9;MOP4;PASD4" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000170485" "ENST00000335681;ENST00000427413;ENST00000486017;ENST00000448812;ENST00000451740;ENST00000492373;ENST00000474550;ENST00000471974;ENST00000450763;ENST00000433408;ENST00000495559;ENST00000490052" "ENSP00000338283;ENSP00000397595;ENSP00000388528;ENSP00000395265;ENSP00000392125;ENSP00000393396" "Q99743" "NPAS2" "4862" "neuronal PAS domain protein 2" "bHLHe9;MOP4;PASD4" "Nucleus" "SwissProt;CellAtlas" "ENSG00000170502" "ENST00000302174;ENST00000512216;ENST00000514345;ENST00000473942;ENST00000514227;ENST00000440591;ENST00000502933;ENST00000515371" "ENSP00000303575;ENSP00000424702;ENSP00000421811;ENSP00000410270;ENSP00000422232" "Q9BW91" "NUDT9" "53343" "nudix hydrolase 9" "MGC3037" "Mitochondria;Nucleus" "CellAtlas" "ENSG00000170516" "ENST00000396533;ENST00000355591;ENST00000505102;ENST00000543208" "ENSP00000379784;ENSP00000347799;ENSP00000423519;ENSP00000437439" "Q8TF08" "COX7B2" "170712" "cytochrome c oxidase subunit 7B2" "" "" "" "ENSG00000170522" "ENST00000302274;ENST00000394607;ENST00000514184;ENST00000507451;ENST00000506625;ENST00000506461;ENST00000503885;ENST00000513003" "ENSP00000304736;ENSP00000378105;ENSP00000424023;ENSP00000425488;ENSP00000426086" "Q9H5J4" "ELOVL6" "79071" "ELOVL fatty acid elongase 6" "FLJ23378;LCE;MGC5487" "Endoplasmic reticulum" "SwissProt" "ENSG00000170525" "ENST00000379789;ENST00000536985;ENST00000639949;ENST00000317350;ENST00000461744;ENST00000467491;ENST00000490474;ENST00000477914;ENST00000379785;ENST00000360521;ENST00000379775;ENST00000640683;ENST00000450232;ENST00000487989;ENST00000475881;ENST00000414237;ENST00000441697;ENST00000626882;ENST00000625260" "ENSP00000369115;ENSP00000443319;ENSP00000491095;ENSP00000369105;ENSP00000433771;ENSP00000434628;ENSP00000436885;ENSP00000432356;ENSP00000369111;ENSP00000353712;ENSP00000369100;ENSP00000492001;ENSP00000390285;ENSP00000434342;ENSP00000416677;ENSP00000404995;ENSP00000487277;ENSP00000486311" "Q16875" "PFKFB3" "5209" "6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3" "" "Nucleus" "CellAtlas" "ENSG00000170634" "ENST00000606082;ENST00000458030;ENST00000607452;ENST00000422521;ENST00000406041;ENST00000303536;ENST00000394666;ENST00000494922;ENST00000606865" "ENSP00000475424;ENSP00000475986;ENSP00000475658;ENSP00000385674;ENSP00000306448;ENSP00000378161;ENSP00000475312;ENSP00000475333" "P14621" "ACYP2" "98" "acylphosphatase 2" "" "Nucleus" "CellAtlas" -"ENSG00000170734" "ENST00000372236;ENST00000372226;ENST00000443535" "ENSP00000361310;ENSP00000361300;ENSP00000405320" "Q9Y253" "POLH" "5429" "DNA polymerase eta" "RAD30A;XP-V" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000170734" "ENST00000372236;ENST00000372226;ENST00000443535" "ENSP00000361310;ENSP00000361300;ENSP00000405320" "Q9Y253" "POLH" "5429" "DNA polymerase eta" "RAD30A;XP-V" "Nucleus" "SwissProt;CellAtlas" "ENSG00000170786" "ENST00000396721;ENST00000303749;ENST00000522671" "ENSP00000379947;ENSP00000307607;ENSP00000431010" "Q8N3Y7" "SDR16C5" "195814" "short chain dehydrogenase/reductase family 16C member 5" "EPHD-2;RDH-E2;RDHE2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000170832" "ENST00000300896;ENST00000592339;ENST00000593071;ENST00000586238;ENST00000585720;ENST00000590133;ENST00000591768;ENST00000587651;ENST00000589552;ENST00000589335;ENST00000393003;ENST00000588898;ENST00000589761;ENST00000586881;ENST00000590297" "ENSP00000300896;ENSP00000467885;ENSP00000466740;ENSP00000465844;ENSP00000464762;ENSP00000465922;ENSP00000465659;ENSP00000376727;ENSP00000467098;ENSP00000467435" "Q8NFA0" "USP32" "84669" "ubiquitin specific peptidase 32" "NY-REN-60;USP10" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000170832" "ENST00000300896;ENST00000592339;ENST00000593071;ENST00000586238;ENST00000585720;ENST00000590133;ENST00000591768;ENST00000587651;ENST00000589552;ENST00000589335;ENST00000393003;ENST00000588898;ENST00000589761;ENST00000586881;ENST00000590297" "ENSP00000300896;ENSP00000467885;ENSP00000466740;ENSP00000465844;ENSP00000464762;ENSP00000465922;ENSP00000465659;ENSP00000376727;ENSP00000467098;ENSP00000467435" "Q8NFA0" "USP32" "84669" "ubiquitin specific peptidase 32" "NY-REN-60;USP10" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000170835" "ENST00000372080" "ENSP00000361151" "P19835" "CEL" "1056" "carboxyl ester lipase" "BSSL;MODY8" "" "" "ENSG00000170881" "ENST00000303545;ENST00000517684" "ENSP00000304051;ENSP00000429836" "Q8WU17" "RNF139" "11236" "ring finger protein 139" "HRCA1;RCA1;TRC8" "Endoplasmic reticulum" "SwissProt" "ENSG00000170890" "ENST00000308366;ENST00000423423;ENST00000549767" "ENSP00000312286;ENSP00000413594;ENSP00000447233" "P04054" "PLA2G1B" "5319" "phospholipase A2 group IB" "PLA2;PLA2A;PPLA2" "" "" "ENSG00000170899" "ENST00000486559;ENST00000370963;ENST00000477599;ENST00000370960;ENST00000370959;ENST00000457564" "ENSP00000360002;ENSP00000359999;ENSP00000359998;ENSP00000394228" "O15217" "GSTA4" "2941" "glutathione S-transferase alpha 4" "" "Cytosol" "SwissProt" "ENSG00000170906" "ENST00000417903;ENST00000419113;ENST00000391762;ENST00000471292;ENST00000451517;ENST00000485876;ENST00000391763;ENST00000391764;ENST00000484103;ENST00000303553;ENST00000422029;ENST00000420296;ENST00000480713;ENST00000482960" "ENSP00000412325;ENSP00000398290;ENSP00000375642;ENSP00000474705;ENSP00000410453;ENSP00000418438;ENSP00000375643;ENSP00000375644;ENSP00000474408;ENSP00000407335;ENSP00000394383" "O95167" "NDUFA3" "4696" "NADH:ubiquinone oxidoreductase subunit A3" "B9" "Inner mitochondria" "SwissProt" "ENSG00000170950" "ENST00000304801" "ENSP00000305995" "P07205" "PGK2" "5232" "phosphoglycerate kinase 2" "PGK-2;PGKPS" "Cytosol" "SwissProt" -"ENSG00000170961" "ENST00000303924" "ENSP00000306991" "Q92819" "HAS2" "3037" "hyaluronan synthase 2" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000170961" "ENST00000303924" "ENSP00000306991" "Q92819" "HAS2" "3037" "hyaluronan synthase 2" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000171004" "ENST00000370836;ENST00000521489;ENST00000602570;ENST00000370833;ENST00000406696;ENST00000640529" "ENSP00000359873;ENSP00000429473;ENSP00000359870;ENSP00000384013;ENSP00000491722" "Q96MM7" "HS6ST2" "90161" "heparan sulfate 6-O-sulfotransferase 2" "" "Golgi apparatus" "CellAtlas" -"ENSG00000171097" "ENST00000302586;ENST00000462722;ENST00000320665;ENST00000483599;ENST00000436267;ENST00000466418;ENST00000451800;ENST00000416084;ENST00000474824;ENST00000427720" "ENSP00000302227;ENSP00000317342;ENSP00000399415;ENSP00000390377;ENSP00000412402;ENSP00000392354" "Q16773" "KYAT1" "883" "kynurenine aminotransferase 1" "CCBL1;GTK;KATI" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000171097" "ENST00000302586;ENST00000462722;ENST00000320665;ENST00000483599;ENST00000436267;ENST00000466418;ENST00000451800;ENST00000416084;ENST00000474824;ENST00000427720" "ENSP00000302227;ENSP00000317342;ENSP00000399415;ENSP00000390377;ENSP00000412402;ENSP00000392354" "Q16773" "KYAT1" "883" "kynurenine aminotransferase 1" "CCBL1;GTK;KATI" "Cytosol" "SwissProt;CellAtlas" "ENSG00000171100" "ENST00000370396;ENST00000424519;ENST00000370393;ENST00000306167;ENST00000490530" "ENSP00000359423;ENSP00000400699" "Q13496" "MTM1" "4534" "myotubularin 1" "" "Cytosol" "SwissProt" "ENSG00000171124" "ENST00000303225;ENST00000458379;ENST00000589918;ENST00000589620;ENST00000589714;ENST00000587048;ENST00000585715;ENST00000587183;ENST00000593144;ENST00000588539" "ENSP00000305603;ENSP00000416443;ENSP00000468123;ENSP00000465804;ENSP00000467081;ENSP00000468515;ENSP00000467633;ENSP00000468795" "P21217" "FUT3" "2525" "fucosyltransferase 3 (Lewis blood group)" "CD174;LE" "Golgi apparatus" "SwissProt" "ENSG00000171155" "ENST00000304661;ENST00000371313" "ENSP00000304364;ENSP00000360363" "Q96EU7" "C1GALT1C1" "29071" "C1GALT1 specific chaperone 1" "C1GALT2;COSMC" "" "" -"ENSG00000171174" "ENST00000302188;ENST00000449378;ENST00000458185;ENST00000453412" "ENSP00000306817;ENSP00000413789;ENSP00000393558;ENSP00000415975" "Q9H477" "RBKS" "64080" "ribokinase" "DKFZp686G13268;RBSK" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000171174" "ENST00000302188;ENST00000449378;ENST00000458185;ENST00000453412" "ENSP00000306817;ENSP00000413789;ENSP00000393558;ENSP00000415975" "Q9H477" "RBKS" "64080" "ribokinase" "DKFZp686G13268;RBSK" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000171234" "ENST00000502942;ENST00000509763;ENST00000305231;ENST00000508661;ENST00000622664" "ENSP00000426206;ENSP00000304811;ENSP00000427659;ENSP00000483172" "P16662" "UGT2B7" "7364" "UDP glucuronosyltransferase family 2 member B7" "UGT2B9" "Endoplasmic reticulum" "SwissProt" "ENSG00000171298" "ENST00000570803;ENST00000577106;ENST00000390015;ENST00000574376;ENST00000302262;ENST00000572080;ENST00000572803;ENST00000570716;ENST00000573556" "ENSP00000460543;ENSP00000458306;ENSP00000374665;ENSP00000305692;ENSP00000459972" "P10253" "GAA" "2548" "alpha glucosidase" "" "Lysosome" "SwissProt" -"ENSG00000171302" "ENST00000392446;ENST00000302345;ENST00000592228;ENST00000591773;ENST00000588096;ENST00000588611;ENST00000588075;ENST00000590370;ENST00000586916;ENST00000592033;ENST00000591811;ENST00000591625;ENST00000592887;ENST00000587242;ENST00000591732;ENST00000620915" "ENSP00000376241;ENSP00000307674;ENSP00000466743;ENSP00000467437;ENSP00000465816;ENSP00000465769;ENSP00000466637;ENSP00000467970;ENSP00000467886;ENSP00000464841;ENSP00000467777;ENSP00000477798" "Q8WVQ1" "CANT1" "124583" "calcium activated nucleotidase 1" "SCAN-1;SHAPY" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000171307" "ENST00000370854;ENST00000414567;ENST00000459777;ENST00000466895;ENST00000370846;ENST00000352634;ENST00000353979;ENST00000370842;ENST00000345745;ENST00000462924;ENST00000433086;ENST00000492610;ENST00000495735;ENST00000420089;ENST00000417044;ENST00000487315;ENST00000492733;ENST00000393760" "ENSP00000359891;ENSP00000400719;ENSP00000359883;ENSP00000345383;ENSP00000323360;ENSP00000359879;ENSP00000304487;ENSP00000398532;ENSP00000405240;ENSP00000396286;ENSP00000377357" "Q969W1" "ZDHHC16" "84287" "zinc finger DHHC-type palmitoyltransferase 16" "APH2" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000171310" "ENST00000550711;ENST00000547956;ENST00000549260;ENST00000303694;ENST00000546689;ENST00000549016" "ENSP00000449093;ENSP00000450004;ENSP00000305725;ENSP00000448678;ENSP00000449095" "Q9NPF2" "CHST11" "50515" "carbohydrate sulfotransferase 11" "C4ST;C4St-1;C4ST1;HSA269537" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000171302" "ENST00000392446;ENST00000302345;ENST00000592228;ENST00000591773;ENST00000588096;ENST00000588611;ENST00000588075;ENST00000590370;ENST00000586916;ENST00000592033;ENST00000591811;ENST00000591625;ENST00000592887;ENST00000587242;ENST00000591732;ENST00000620915" "ENSP00000376241;ENSP00000307674;ENSP00000466743;ENSP00000467437;ENSP00000465816;ENSP00000465769;ENSP00000466637;ENSP00000467970;ENSP00000467886;ENSP00000464841;ENSP00000467777;ENSP00000477798" "Q8WVQ1" "CANT1" "124583" "calcium activated nucleotidase 1" "SCAN-1;SHAPY" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000171307" "ENST00000370854;ENST00000414567;ENST00000459777;ENST00000466895;ENST00000370846;ENST00000352634;ENST00000353979;ENST00000370842;ENST00000345745;ENST00000462924;ENST00000433086;ENST00000492610;ENST00000495735;ENST00000420089;ENST00000417044;ENST00000487315;ENST00000492733;ENST00000393760" "ENSP00000359891;ENSP00000400719;ENSP00000359883;ENSP00000345383;ENSP00000323360;ENSP00000359879;ENSP00000304487;ENSP00000398532;ENSP00000405240;ENSP00000396286;ENSP00000377357" "Q969W1" "ZDHHC16" "84287" "zinc finger DHHC-type palmitoyltransferase 16" "APH2" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000171310" "ENST00000550711;ENST00000547956;ENST00000549260;ENST00000303694;ENST00000546689;ENST00000549016" "ENSP00000449093;ENSP00000450004;ENSP00000305725;ENSP00000448678;ENSP00000449095" "Q9NPF2" "CHST11" "50515" "carbohydrate sulfotransferase 11" "C4ST;C4St-1;C4ST1;HSA269537" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000171314" "ENST00000334828;ENST00000473929;ENST00000467867" "ENSP00000359991" "P18669" "PGAM1" "5223" "phosphoglycerate mutase 1" "PGAM-B;PGAMA" "Nucleus" "CellAtlas" -"ENSG00000171320" "ENST00000523566;ENST00000305188;ENST00000522378;ENST00000519637;ENST00000524293;ENST00000523910;ENST00000518262;ENST00000397418" "ENSP00000428435;ENSP00000306999;ENSP00000428928;ENSP00000428027;ENSP00000428959;ENSP00000380563" "Q56NI9" "ESCO2" "157570" "establishment of sister chromatid cohesion N-acetyltransferase 2" "EFO2;RBS" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000171320" "ENST00000523566;ENST00000305188;ENST00000522378;ENST00000519637;ENST00000524293;ENST00000523910;ENST00000518262;ENST00000397418" "ENSP00000428435;ENSP00000306999;ENSP00000428928;ENSP00000428027;ENSP00000428959;ENSP00000380563" "Q56NI9" "ESCO2" "157570" "establishment of sister chromatid cohesion N-acetyltransferase 2" "EFO2;RBS" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000171408" "ENST00000308191;ENST00000446774;ENST00000615259" "ENSP00000310661;ENSP00000403732;ENSP00000482117" "Q9NP56" "PDE7B" "27115" "phosphodiesterase 7B" "" "Nucleus" "CellAtlas" "ENSG00000171428" "ENST00000517441;ENST00000307719;ENST00000518029;ENST00000517574;ENST00000519006;ENST00000545197;ENST00000517492;ENST00000520546" "ENSP00000307218;ENSP00000428270;ENSP00000443194;ENSP00000429407;ENSP00000429341" "P18440" "NAT1" "9" "N-acetyltransferase 1" "AAC1" "Cytosol" "SwissProt" -"ENSG00000171453" "ENST00000428025;ENST00000646188;ENST00000481352;ENST00000512472;ENST00000372344;ENST00000642195;ENST00000643799;ENST00000304004;ENST00000646700;ENST00000646433;ENST00000607635;ENST00000645141;ENST00000488601;ENST00000643341;ENST00000423780;ENST00000455605" "ENSP00000395401;ENSP00000496001;ENSP00000361419;ENSP00000496044;ENSP00000494529;ENSP00000307212;ENSP00000495521;ENSP00000494368;ENSP00000496683;ENSP00000496755;ENSP00000496018;ENSP00000409536" "O15160" "POLR1C" "9533" "RNA polymerase I and III subunit C" "AC40;RPA39;RPA40;RPA5;RPAC1;RPC40" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000171497" "ENST00000307720;ENST00000512699;ENST00000507213" "ENSP00000303754;ENSP00000423207;ENSP00000421221" "Q08752" "PPID" "5481" "peptidylprolyl isomerase D" "CYP-40" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000171453" "ENST00000428025;ENST00000646188;ENST00000481352;ENST00000512472;ENST00000372344;ENST00000642195;ENST00000643799;ENST00000304004;ENST00000646700;ENST00000646433;ENST00000607635;ENST00000645141;ENST00000488601;ENST00000643341;ENST00000423780;ENST00000455605" "ENSP00000395401;ENSP00000496001;ENSP00000361419;ENSP00000496044;ENSP00000494529;ENSP00000307212;ENSP00000495521;ENSP00000494368;ENSP00000496683;ENSP00000496755;ENSP00000496018;ENSP00000409536" "O15160" "POLR1C" "9533" "RNA polymerase I and III subunit C" "AC40;RPA39;RPA40;RPA5;RPAC1;RPC40" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000171497" "ENST00000307720;ENST00000512699;ENST00000507213" "ENSP00000303754;ENSP00000423207;ENSP00000421221" "Q08752" "PPID" "5481" "peptidylprolyl isomerase D" "CYP-40" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000171503" "ENST00000512251;ENST00000682345;ENST00000436096;ENST00000684296;ENST00000682734;ENST00000682601;ENST00000684622;ENST00000684552;ENST00000683483;ENST00000684641;ENST00000682456;ENST00000684675;ENST00000684627;ENST00000683478;ENST00000511912;ENST00000683079;ENST00000684505;ENST00000683305;ENST00000684036;ENST00000683751;ENST00000507475;ENST00000510353;ENST00000683004;ENST00000684611;ENST00000683448;ENST00000684129;ENST00000683750;ENST00000307738;ENST00000682409;ENST00000683081;ENST00000506422;ENST00000682452;ENST00000682820;ENST00000683799;ENST00000684749;ENST00000682178;ENST00000682910;ENST00000681978;ENST00000684209;ENST00000514148;ENST00000683123;ENST00000682613;ENST00000682566;ENST00000683181;ENST00000683209;ENST00000683622" "ENSP00000508122;ENSP00000507740;ENSP00000507860;ENSP00000507546;ENSP00000506899;ENSP00000507719;ENSP00000507642;ENSP00000508240;ENSP00000506934;ENSP00000507471;ENSP00000507793;ENSP00000426638;ENSP00000507296;ENSP00000508237;ENSP00000508043;ENSP00000507276;ENSP00000506944;ENSP00000506936;ENSP00000506931;ENSP00000507174;ENSP00000303552;ENSP00000507722" "Q16134" "ETFDH" "2110" "electron transfer flavoprotein dehydrogenase" "ETFQO" "Inner mitochondria" "SwissProt" "ENSG00000171560" "ENST00000651975;ENST00000403106;ENST00000622532" "ENSP00000498441;ENSP00000385981;ENSP00000478487" "P02671" "FGA" "2243" "fibrinogen alpha chain" "" "Endoplasmic reticulum" "CellAtlas" "ENSG00000171608" "ENST00000377346;ENST00000484851;ENST00000361110;ENST00000481137;ENST00000479223;ENST00000536656;ENST00000628140;ENST00000543390" "ENSP00000366563;ENSP00000354410;ENSP00000446444;ENSP00000486826;ENSP00000443811" "O00329" "PIK3CD" "5293" "phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit delta" "p110D" "Cytosol" "SwissProt" -"ENSG00000171720" "ENST00000469550;ENST00000305264;ENST00000469207;ENST00000459727;ENST00000491581;ENST00000486618;ENST00000467533;ENST00000492407;ENST00000475549;ENST00000523088;ENST00000519474;ENST00000476739;ENST00000495485;ENST00000490808;ENST00000471968;ENST00000492506" "ENSP00000302967;ENSP00000429099;ENSP00000430782" "O15379" "HDAC3" "8841" "histone deacetylase 3" "HD3;KDAC3;RPD3;RPD3-2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000171723" "ENST00000315266;ENST00000478722;ENST00000459628;ENST00000543237;ENST00000555668;ENST00000556633;ENST00000557654;ENST00000553936;ENST00000556020;ENST00000544752;ENST00000555456;ENST00000556501;ENST00000555527;ENST00000555503;ENST00000557678;ENST00000556240" "ENSP00000312771;ENSP00000417901;ENSP00000452220;ENSP00000438404;ENSP00000451935;ENSP00000451056;ENSP00000451790;ENSP00000451725;ENSP00000450706;ENSP00000452009;ENSP00000450442" "Q9NQX3" "GPHN" "10243" "gephyrin" "KIAA1385" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000171720" "ENST00000469550;ENST00000305264;ENST00000469207;ENST00000459727;ENST00000491581;ENST00000486618;ENST00000467533;ENST00000492407;ENST00000475549;ENST00000523088;ENST00000519474;ENST00000476739;ENST00000495485;ENST00000490808;ENST00000471968;ENST00000492506" "ENSP00000302967;ENSP00000429099;ENSP00000430782" "O15379" "HDAC3" "8841" "histone deacetylase 3" "HD3;KDAC3;RPD3;RPD3-2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000171723" "ENST00000315266;ENST00000478722;ENST00000459628;ENST00000543237;ENST00000555668;ENST00000556633;ENST00000557654;ENST00000553936;ENST00000556020;ENST00000544752;ENST00000555456;ENST00000556501;ENST00000555527;ENST00000555503;ENST00000557678;ENST00000556240" "ENSP00000312771;ENSP00000417901;ENSP00000452220;ENSP00000438404;ENSP00000451935;ENSP00000451056;ENSP00000451790;ENSP00000451725;ENSP00000450706;ENSP00000452009;ENSP00000450442" "Q9NQX3" "GPHN" "10243" "gephyrin" "KIAA1385" "Cytosol" "SwissProt;CellAtlas" "ENSG00000171759" "ENST00000553106;ENST00000307000;ENST00000551114;ENST00000635528;ENST00000635477;ENST00000549247;ENST00000549111;ENST00000551988;ENST00000550978;ENST00000551337;ENST00000548928;ENST00000546844;ENST00000548677;ENST00000635500;ENST00000547319;ENST00000546708;ENST00000552251;ENST00000550405" "ENSP00000448059;ENSP00000303500;ENSP00000489230;ENSP00000489016;ENSP00000447620;ENSP00000446658" "P00439" "PAH" "5053" "phenylalanine hydroxylase" "PH" "Endoplasmic reticulum" "CellAtlas" -"ENSG00000171766" "ENST00000396659;ENST00000558362;ENST00000676090;ENST00000675323;ENST00000675158;ENST00000675974;ENST00000674905;ENST00000675701;ENST00000558336;ENST00000561376;ENST00000558916;ENST00000558163;ENST00000558537;ENST00000561148;ENST00000559885;ENST00000558118;ENST00000560538;ENST00000458245;ENST00000527933" "ENSP00000379895;ENSP00000501630;ENSP00000502445;ENSP00000501737;ENSP00000502176;ENSP00000502671;ENSP00000454008;ENSP00000453781;ENSP00000453151;ENSP00000453860;ENSP00000453087;ENSP00000452971" "P50440" "GATM" "2628" "glycine amidinotransferase" "AGAT" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000171793" "ENST00000480420;ENST00000650070;ENST00000648914;ENST00000649864;ENST00000648020;ENST00000649124;ENST00000498694;ENST00000648801;ENST00000463285;ENST00000470271;ENST00000475060;ENST00000479480;ENST00000372616;ENST00000650634;ENST00000649215;ENST00000486889;ENST00000463423;ENST00000464283" "ENSP00000497602;ENSP00000496963;ENSP00000496792;ENSP00000497714;ENSP00000497744;ENSP00000497762;ENSP00000497901;ENSP00000361699;ENSP00000497698;ENSP00000497446" "P17812" "CTPS1" "1503" "CTP synthase 1" "CTPS;GATD5" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000171806" "ENST00000303469;ENST00000310392;ENST00000454472" "ENSP00000307077;ENSP00000307975;ENSP00000402305" "O95568" "METTL18" "92342" "methyltransferase like 18" "AsTP2;C1orf156;HPM1;MGC9084" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000171848" "ENST00000641198;ENST00000607140;ENST00000360566;ENST00000459969;ENST00000652660;ENST00000498343;ENST00000461327;ENST00000304567;ENST00000641498;ENST00000491447;ENST00000615152;ENST00000487591;ENST00000462343;ENST00000485717;ENST00000646978;ENST00000381786;ENST00000642996" "ENSP00000493399;ENSP00000353770;ENSP00000302955;ENSP00000493425;ENSP00000484183;ENSP00000496624" "P31350" "RRM2" "6241" "ribonucleotide reductase regulatory subunit M2" "C2orf48;FLJ25102" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000171861" "ENST00000304478;ENST00000574916;ENST00000574509;ENST00000571157" "ENSP00000306080;ENSP00000458328;ENSP00000460957" "Q9HC36" "MRM3" "55178" "mitochondrial rRNA methyltransferase 3" "FLJ10581;HC90;RMTL1;RNMTL1" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000171862" "ENST00000371953;ENST00000487939;ENST00000462694;ENST00000618586;ENST00000498703;ENST00000472832" "ENSP00000361021;ENSP00000483066" "P60484" "PTEN" "5728" "phosphatase and tensin homolog" "BZS;MHAM;MMAC1;PTEN1;TEP1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000171766" "ENST00000396659;ENST00000558362;ENST00000676090;ENST00000675323;ENST00000675158;ENST00000675974;ENST00000674905;ENST00000675701;ENST00000558336;ENST00000561376;ENST00000558916;ENST00000558163;ENST00000558537;ENST00000561148;ENST00000559885;ENST00000558118;ENST00000560538;ENST00000458245;ENST00000527933" "ENSP00000379895;ENSP00000501630;ENSP00000502445;ENSP00000501737;ENSP00000502176;ENSP00000502671;ENSP00000454008;ENSP00000453781;ENSP00000453151;ENSP00000453860;ENSP00000453087;ENSP00000452971" "P50440" "GATM" "2628" "glycine amidinotransferase" "AGAT" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000171793" "ENST00000480420;ENST00000650070;ENST00000648914;ENST00000649864;ENST00000648020;ENST00000649124;ENST00000498694;ENST00000648801;ENST00000463285;ENST00000470271;ENST00000475060;ENST00000479480;ENST00000372616;ENST00000650634;ENST00000649215;ENST00000486889;ENST00000463423;ENST00000464283" "ENSP00000497602;ENSP00000496963;ENSP00000496792;ENSP00000497714;ENSP00000497744;ENSP00000497762;ENSP00000497901;ENSP00000361699;ENSP00000497698;ENSP00000497446" "P17812" "CTPS1" "1503" "CTP synthase 1" "CTPS;GATD5" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000171806" "ENST00000303469;ENST00000310392;ENST00000454472" "ENSP00000307077;ENSP00000307975;ENSP00000402305" "O95568" "METTL18" "92342" "methyltransferase like 18" "AsTP2;C1orf156;HPM1;MGC9084" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000171848" "ENST00000641198;ENST00000607140;ENST00000360566;ENST00000459969;ENST00000652660;ENST00000498343;ENST00000461327;ENST00000304567;ENST00000641498;ENST00000491447;ENST00000615152;ENST00000487591;ENST00000462343;ENST00000485717;ENST00000646978;ENST00000381786;ENST00000642996" "ENSP00000493399;ENSP00000353770;ENSP00000302955;ENSP00000493425;ENSP00000484183;ENSP00000496624" "P31350" "RRM2" "6241" "ribonucleotide reductase regulatory subunit M2" "C2orf48;FLJ25102" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000171861" "ENST00000304478;ENST00000574916;ENST00000574509;ENST00000571157" "ENSP00000306080;ENSP00000458328;ENSP00000460957" "Q9HC36" "MRM3" "55178" "mitochondrial rRNA methyltransferase 3" "FLJ10581;HC90;RMTL1;RNMTL1" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000171862" "ENST00000371953;ENST00000487939;ENST00000462694;ENST00000618586;ENST00000498703;ENST00000472832" "ENSP00000361021;ENSP00000483066" "P60484" "PTEN" "5728" "phosphatase and tensin homolog" "BZS;MHAM;MMAC1;PTEN1;TEP1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000171885" "ENST00000383168;ENST00000672981;ENST00000672188;ENST00000581374;ENST00000440832;ENST00000675739;ENST00000583022;ENST00000584088;ENST00000578776;ENST00000383170" "ENSP00000372654;ENSP00000500598;ENSP00000500720;ENSP00000462597;ENSP00000393121;ENSP00000502364;ENSP00000462075;ENSP00000372656" "P55087" "AQP4" "361" "aquaporin 4" "MIWC" "" "" "ENSG00000171903" "ENST00000248041;ENST00000326742;ENST00000402119;ENST00000591841;ENST00000620614" "ENSP00000248041;ENSP00000319859;ENSP00000384588;ENSP00000476972;ENSP00000481243" "Q9HBI6" "CYP4F11" "57834" "cytochrome P450 family 4 subfamily F member 11" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000171954" "ENST00000269703;ENST00000601005" "ENSP00000269703;ENSP00000469866" "Q6NT55" "CYP4F22" "126410" "cytochrome P450 family 4 subfamily F member 22" "FLJ39501" "Endoplasmic reticulum" "SwissProt" "ENSG00000171960" "ENST00000677900;ENST00000678038;ENST00000372550;ENST00000676675;ENST00000678193;ENST00000304979;ENST00000678803;ENST00000677926;ENST00000678333;ENST00000677307;ENST00000440068;ENST00000679245;ENST00000677356;ENST00000678308;ENST00000372549;ENST00000678076;ENST00000677219;ENST00000677312;ENST00000436387;ENST00000461351" "ENSP00000504595;ENSP00000504108;ENSP00000361630;ENSP00000503489;ENSP00000504625;ENSP00000306614;ENSP00000503922;ENSP00000503226;ENSP00000503384;ENSP00000504781;ENSP00000402836;ENSP00000504606;ENSP00000504397;ENSP00000503998;ENSP00000502912;ENSP00000504429;ENSP00000504195;ENSP00000436091" "O43447" "PPIH" "10465" "peptidylprolyl isomerase H" "CYP-20;CYPH;MGC5016;SnuCyp-20;USA-CYP" "Cytosol;Nucleus" "SwissProt" "ENSG00000171989" "ENST00000307144" "ENSP00000302393" "Q9BYZ2" "LDHAL6B" "92483" "lactate dehydrogenase A like 6B" "LDH6B;LDHAL6;LDHL" "" "" -"ENSG00000172009" "ENST00000307741;ENST00000585673;ENST00000585338;ENST00000586780;ENST00000586677;ENST00000589087;ENST00000591149;ENST00000590533;ENST00000591363;ENST00000590970;ENST00000587401;ENST00000395212;ENST00000592639;ENST00000587468" "ENSP00000304467;ENSP00000465545;ENSP00000467226;ENSP00000466653;ENSP00000465855;ENSP00000465895;ENSP00000378638;ENSP00000464786" "P52888" "THOP1" "7064" "thimet oligopeptidase 1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000172009" "ENST00000307741;ENST00000585673;ENST00000585338;ENST00000586780;ENST00000586677;ENST00000589087;ENST00000591149;ENST00000590533;ENST00000591363;ENST00000590970;ENST00000587401;ENST00000395212;ENST00000592639;ENST00000587468" "ENSP00000304467;ENSP00000465545;ENSP00000467226;ENSP00000466653;ENSP00000465855;ENSP00000465895;ENSP00000378638;ENSP00000464786" "P52888" "THOP1" "7064" "thimet oligopeptidase 1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000172046" "ENST00000398896;ENST00000417901;ENST00000453664;ENST00000398888;ENST00000434032;ENST00000483667;ENST00000306026;ENST00000464931;ENST00000479073;ENST00000465902" "ENSP00000381870;ENSP00000395260;ENSP00000400090;ENSP00000381863;ENSP00000401197;ENSP00000303503;ENSP00000428539;ENSP00000499646" "O94966" "USP19" "10869" "ubiquitin specific peptidase 19" "KIAA0891;ZMYND9" "Endoplasmic reticulum" "SwissProt" -"ENSG00000172053" "ENST00000482248;ENST00000453392;ENST00000637281;ENST00000306125;ENST00000487495;ENST00000497635;ENST00000636669;ENST00000430182;ENST00000494984;ENST00000634473;ENST00000414533;ENST00000634336;ENST00000464962;ENST00000637113;ENST00000459870;ENST00000636018;ENST00000470113;ENST00000466179;ENST00000637543;ENST00000637908;ENST00000634432;ENST00000482468;ENST00000478561;ENST00000494838;ENST00000470225;ENST00000635443;ENST00000494767;ENST00000635541;ENST00000470619;ENST00000635501;ENST00000452739;ENST00000482261;ENST00000635375;ENST00000634802;ENST00000634527;ENST00000634602;ENST00000635622;ENST00000635292;ENST00000635231;ENST00000635052;ENST00000635194;ENST00000479495;ENST00000418549;ENST00000417025;ENST00000634609;ENST00000634425;ENST00000635494;ENST00000634953;ENST00000634724;ENST00000635278;ENST00000634359;ENST00000482438" "ENSP00000396326;ENSP00000489828;ENSP00000307567;ENSP00000489384;ENSP00000490664;ENSP00000389823;ENSP00000489214;ENSP00000390015;ENSP00000489223;ENSP00000489011;ENSP00000489930;ENSP00000489462;ENSP00000489118;ENSP00000489154;ENSP00000489170;ENSP00000489365;ENSP00000392850;ENSP00000488917;ENSP00000489039;ENSP00000489082;ENSP00000489558;ENSP00000489056;ENSP00000489550;ENSP00000489409;ENSP00000488960;ENSP00000415247;ENSP00000489331" "P47897" "QARS1" "5859" "glutaminyl-tRNA synthetase 1" "QARS" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000172053" "ENST00000482248;ENST00000453392;ENST00000637281;ENST00000306125;ENST00000487495;ENST00000497635;ENST00000636669;ENST00000430182;ENST00000494984;ENST00000634473;ENST00000414533;ENST00000634336;ENST00000464962;ENST00000637113;ENST00000459870;ENST00000636018;ENST00000470113;ENST00000466179;ENST00000637543;ENST00000637908;ENST00000634432;ENST00000482468;ENST00000478561;ENST00000494838;ENST00000470225;ENST00000635443;ENST00000494767;ENST00000635541;ENST00000470619;ENST00000635501;ENST00000452739;ENST00000482261;ENST00000635375;ENST00000634802;ENST00000634527;ENST00000634602;ENST00000635622;ENST00000635292;ENST00000635231;ENST00000635052;ENST00000635194;ENST00000479495;ENST00000418549;ENST00000417025;ENST00000634609;ENST00000634425;ENST00000635494;ENST00000634953;ENST00000634724;ENST00000635278;ENST00000634359;ENST00000482438" "ENSP00000396326;ENSP00000489828;ENSP00000307567;ENSP00000489384;ENSP00000490664;ENSP00000389823;ENSP00000489214;ENSP00000390015;ENSP00000489223;ENSP00000489011;ENSP00000489930;ENSP00000489462;ENSP00000489118;ENSP00000489154;ENSP00000489170;ENSP00000489365;ENSP00000392850;ENSP00000488917;ENSP00000489039;ENSP00000489082;ENSP00000489558;ENSP00000489056;ENSP00000489550;ENSP00000489409;ENSP00000488960;ENSP00000415247;ENSP00000489331" "P47897" "QARS1" "5859" "glutaminyl-tRNA synthetase 1" "QARS" "Cytosol" "SwissProt;CellAtlas" "ENSG00000172113" "ENST00000451657;ENST00000442597;ENST00000643011;ENST00000421967;ENST00000643457;ENST00000426689;ENST00000452211;ENST00000642710;ENST00000444069;ENST00000415644;ENST00000415053;ENST00000447314;ENST00000418431;ENST00000435684;ENST00000425930;ENST00000456495;ENST00000454531;ENST00000494209;ENST00000447724;ENST00000484959;ENST00000302378;ENST00000495734" "ENSP00000407933;ENSP00000406642;ENSP00000496560;ENSP00000416658;ENSP00000495130;ENSP00000440286;ENSP00000392352;ENSP00000494272;ENSP00000493725;ENSP00000394232;ENSP00000399582;ENSP00000414842;ENSP00000394128;ENSP00000393261;ENSP00000411116;ENSP00000392715;ENSP00000410435;ENSP00000405755" "O75414" "NME6" "10201" "NME/NM23 nucleoside diphosphate kinase 6" "IPIA-ALPHA;NM23-H6" "" "" "ENSG00000172197" "ENST00000324607" "ENSP00000324944" "Q6ZNC8" "MBOAT1" "154141" "membrane bound O-acyltransferase domain containing 1" "dJ434O11.1;LPEAT1;MGC44669;OACT1" "" "" "ENSG00000172236" "ENST00000677899;ENST00000561736;ENST00000338844;ENST00000461509;ENST00000562432" "ENSP00000502948;ENSP00000456821;ENSP00000343577;ENSP00000418247" "Q15661" "TPSAB1" "7177" "tryptase alpha/beta 1" "TPS1;TPS2;TPSB1" "" "" -"ENSG00000172264" "ENST00000217246;ENST00000477147;ENST00000483997;ENST00000492055;ENST00000642719;ENST00000462552;ENST00000494602;ENST00000490428;ENST00000463861;ENST00000464883;ENST00000497992;ENST00000402914;ENST00000486914;ENST00000407045;ENST00000378058;ENST00000684519" "ENSP00000217246;ENSP00000496601;ENSP00000385290;ENSP00000385516;ENSP00000367297;ENSP00000507484" "A1Z1Q3" "MACROD2" "140733" "mono-ADP ribosylhydrolase 2" "C20orf133;dJ631M13.5" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000172264" "ENST00000217246;ENST00000477147;ENST00000483997;ENST00000492055;ENST00000642719;ENST00000462552;ENST00000494602;ENST00000490428;ENST00000463861;ENST00000464883;ENST00000497992;ENST00000402914;ENST00000486914;ENST00000407045;ENST00000378058;ENST00000684519" "ENSP00000217246;ENSP00000496601;ENSP00000385290;ENSP00000385516;ENSP00000367297;ENSP00000507484" "A1Z1Q3" "MACROD2" "140733" "mono-ADP ribosylhydrolase 2" "C20orf133;dJ631M13.5" "Nucleus" "SwissProt;CellAtlas" "ENSG00000172269" "ENST00000682232;ENST00000409993;ENST00000354202;ENST00000392834;ENST00000461999;ENST00000481084;ENST00000530052;ENST00000524658;ENST00000683567;ENST00000682791;ENST00000682946;ENST00000682811;ENST00000683143;ENST00000683373;ENST00000682192;ENST00000684345;ENST00000683955;ENST00000682652;ENST00000683558;ENST00000684682;ENST00000682326;ENST00000684315;ENST00000682517;ENST00000684499;ENST00000684252;ENST00000445653;ENST00000684255;ENST00000684142;ENST00000682691;ENST00000682191;ENST00000414373;ENST00000682665;ENST00000639704;ENST00000636404;ENST00000638850;ENST00000640747;ENST00000682883;ENST00000682404;ENST00000442480;ENST00000640102;ENST00000525456;ENST00000533687;ENST00000460183;ENST00000472016" "ENSP00000507302;ENSP00000386597;ENSP00000346142;ENSP00000376579;ENSP00000507312;ENSP00000506856;ENSP00000508196;ENSP00000507168;ENSP00000507163;ENSP00000507326;ENSP00000508129;ENSP00000506800;ENSP00000507398;ENSP00000508008;ENSP00000402019;ENSP00000491336;ENSP00000490380;ENSP00000492088;ENSP00000492730;ENSP00000406591;ENSP00000492027" "Q9H3H5" "DPAGT1" "1798" "dolichyl-phosphate N-acetylglucosaminephosphotransferase 1" "ALG7;CDG-Ij;D11S366;DGPT;DPAGT;DPAGT2;GPT" "Endoplasmic reticulum" "SwissProt" "ENSG00000172288" "ENST00000361963;ENST00000306609" "ENSP00000354799;ENSP00000302968" "Q9Y6F8" "CDY1" "9085" "chromodomain Y-linked 1" "CDY1A" "Nucleus" "SwissProt" "ENSG00000172292" "ENST00000305747;ENST00000392687" "ENSP00000306579;ENSP00000376453" "Q6ZMG9" "CERS6" "253782" "ceramide synthase 6" "LASS6" "Endoplasmic reticulum" "SwissProt" "ENSG00000172296" "ENST00000476791;ENST00000434210;ENST00000399002;ENST00000450297;ENST00000431275;ENST00000485952" "ENSP00000389749;ENSP00000381968;ENSP00000409125;ENSP00000409760" "Q9NUV7" "SPTLC3" "55304" "serine palmitoyltransferase long chain base subunit 3" "C20orf38;FLJ11112;hLCB2b;LCB2B;SPTLC2L" "Endoplasmic reticulum" "SwissProt" "ENSG00000172318" "ENST00000392690" "ENSP00000376456" "Q9Y5Z6" "B3GALT1" "8708" "beta-1,3-galactosyltransferase 1" "beta3Gal-T1" "Golgi apparatus" "SwissProt" "ENSG00000172331" "ENST00000344924;ENST00000418040;ENST00000393132;ENST00000443095" "ENSP00000342032;ENSP00000399838;ENSP00000376840;ENSP00000403050" "P07738" "BPGM" "669" "bisphosphoglycerate mutase" "" "Nucleus" "CellAtlas" -"ENSG00000172339" "ENST00000370205;ENST00000507727;ENST00000495856" "ENSP00000359224" "Q96F25" "ALG14" "199857" "ALG14 UDP-N-acetylglucosaminyltransferase subunit" "MGC19780" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000172340" "ENST00000493112;ENST00000460567;ENST00000307227;ENST00000492795" "ENSP00000419325;ENSP00000417260;ENSP00000307432;ENSP00000417589" "Q96I99" "SUCLG2" "8801" "succinate-CoA ligase GDP-forming subunit beta" "" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000172339" "ENST00000370205;ENST00000507727;ENST00000495856" "ENSP00000359224" "Q96F25" "ALG14" "199857" "ALG14 UDP-N-acetylglucosaminyltransferase subunit" "MGC19780" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000172340" "ENST00000493112;ENST00000460567;ENST00000307227;ENST00000492795" "ENSP00000419325;ENSP00000417260;ENSP00000307432;ENSP00000417589" "Q96I99" "SUCLG2" "8801" "succinate-CoA ligase GDP-forming subunit beta" "" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000172345" "ENST00000302824;ENST00000560916;ENST00000560723;ENST00000325346;ENST00000560156;ENST00000559913" "ENSP00000304032;ENSP00000317519;ENSP00000453368" "Q9NSY2" "STARD5" "80765" "StAR related lipid transfer domain containing 5" "MGC10327" "Cytosol" "CellAtlas" "ENSG00000172352" "ENST00000306882;ENST00000382407" "ENSP00000303178;ENSP00000371844" "Q9Y6F8" "CDY1B" "253175" "chromodomain Y-linked 1B" "" "Nucleus" "SwissProt" "ENSG00000172456" "ENST00000582567;ENST00000413489;ENST00000634606;ENST00000474476;ENST00000462744;ENST00000371218;ENST00000495718;ENST00000583635;ENST00000303721;ENST00000430447;ENST00000634364;ENST00000635297;ENST00000634399;ENST00000635156;ENST00000424725;ENST00000371212;ENST00000475949;ENST00000485720;ENST00000371210;ENST00000493891;ENST00000466791;ENST00000476939;ENST00000472783;ENST00000471169;ENST00000480847" "ENSP00000463260;ENSP00000406607;ENSP00000489030;ENSP00000360262;ENSP00000305922;ENSP00000403425;ENSP00000489446;ENSP00000489549;ENSP00000489146;ENSP00000489417;ENSP00000489345;ENSP00000360256;ENSP00000360254" "Q96C11" "FGGY" "55277" "FGGY carbohydrate kinase domain containing" "FLJ10986" "Nucleus" "CellAtlas" -"ENSG00000172461" "ENST00000483933;ENST00000302103" "ENSP00000302599" "Q9Y231" "FUT9" "10690" "fucosyltransferase 9" "Fuc-TIX" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000172461" "ENST00000483933;ENST00000302103" "ENSP00000302599" "Q9Y231" "FUT9" "10690" "fucosyltransferase 9" "Fuc-TIX" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000172482" "ENST00000307503;ENST00000472436;ENST00000476698;ENST00000470255" "ENSP00000302620" "P21549" "AGXT" "189" "alanine--glyoxylate and serine--pyruvate aminotransferase" "AGT;AGT1;AGXT1;PH1;SPAT;SPT" "Peroxisome" "SwissProt" -"ENSG00000172497" "ENST00000307624;ENST00000508234;ENST00000506440;ENST00000513751" "ENSP00000303246;ENSP00000421628" "Q8WYK0" "ACOT12" "134526" "acyl-CoA thioesterase 12" "Cach;STARD15;THEAL" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000172497" "ENST00000307624;ENST00000508234;ENST00000506440;ENST00000513751" "ENSP00000303246;ENSP00000421628" "Q8WYK0" "ACOT12" "134526" "acyl-CoA thioesterase 12" "Cach;STARD15;THEAL" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000172508" "ENST00000525907;ENST00000529925;ENST00000531040;ENST00000531958;ENST00000307823;ENST00000445895;ENST00000531388" "ENSP00000431670;ENSP00000308268;ENSP00000389009" "A5YM72" "CARNS1" "57571" "carnosine synthase 1" "ATPGD1;KIAA1394" "" "" -"ENSG00000172531" "ENST00000537694;ENST00000312989;ENST00000376745;ENST00000677322;ENST00000677343;ENST00000532446;ENST00000679175;ENST00000527663;ENST00000532279;ENST00000526510;ENST00000358239;ENST00000529724;ENST00000546202;ENST00000542876" "ENSP00000326031;ENSP00000365936;ENSP00000503926;ENSP00000431146;ENSP00000350974" "P62136" "PPP1CA" "5499" "protein phosphatase 1 catalytic subunit alpha" "PP-1A;PP1A;PP1alpha;PPP1A" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000172531" "ENST00000537694;ENST00000312989;ENST00000376745;ENST00000677322;ENST00000677343;ENST00000532446;ENST00000679175;ENST00000527663;ENST00000532279;ENST00000526510;ENST00000358239;ENST00000529724;ENST00000546202;ENST00000542876" "ENSP00000326031;ENSP00000365936;ENSP00000503926;ENSP00000431146;ENSP00000350974" "P62136" "PPP1CA" "5499" "protein phosphatase 1 catalytic subunit alpha" "PP-1A;PP1A;PP1alpha;PPP1A" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000172543" "ENST00000528419;ENST00000307886;ENST00000526034;ENST00000679584;ENST00000681512;ENST00000680443;ENST00000680670;ENST00000524681" "ENSP00000436568;ENSP00000311300;ENSP00000434267;ENSP00000505022;ENSP00000505903;ENSP00000505179;ENSP00000504913" "P56202" "CTSW" "1521" "cathepsin W" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000172572" "ENST00000359062;ENST00000542675;ENST00000544307" "ENSP00000351957" "Q14432" "PDE3A" "5139" "phosphodiesterase 3A" "CGI-PDE" "Cytosol" "SwissProt" -"ENSG00000172613" "ENST00000622583;ENST00000621995;ENST00000543808;ENST00000544620;ENST00000538013;ENST00000542139;ENST00000541132;ENST00000307980;ENST00000530934;ENST00000529100;ENST00000535644" "ENSP00000478994;ENSP00000444979;ENSP00000442064;ENSP00000445137;ENSP00000311360" "Q99638" "RAD9A" "5883" "RAD9 checkpoint clamp component A" "RAD9" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000172728" "ENST00000327671;ENST00000518672;ENST00000519440;ENST00000517942;ENST00000524021;ENST00000517891;ENST00000520767;ENST00000518076;ENST00000416169;ENST00000520935;ENST00000520503" "ENSP00000332757;ENSP00000430428;ENSP00000429870" "Q6P4F1" "FUT10" "84750" "fucosyltransferase 10" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000172613" "ENST00000622583;ENST00000621995;ENST00000543808;ENST00000544620;ENST00000538013;ENST00000542139;ENST00000541132;ENST00000307980;ENST00000530934;ENST00000529100;ENST00000535644" "ENSP00000478994;ENSP00000444979;ENSP00000442064;ENSP00000445137;ENSP00000311360" "Q99638" "RAD9A" "5883" "RAD9 checkpoint clamp component A" "RAD9" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000172728" "ENST00000327671;ENST00000518672;ENST00000519440;ENST00000517942;ENST00000524021;ENST00000517891;ENST00000520767;ENST00000518076;ENST00000416169;ENST00000520935;ENST00000520503" "ENSP00000332757;ENSP00000430428;ENSP00000429870" "Q6P4F1" "FUT10" "84750" "fucosyltransferase 10" "" "Endoplasmic reticulum;Golgi apparatus;Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000172782" "ENST00000612771;ENST00000413142;ENST00000579663;ENST00000621859" "ENSP00000481684;ENSP00000464267;ENSP00000480385" "" "FADS6" "283985" "fatty acid desaturase 6" "" "" "" "ENSG00000172817" "ENST00000523954;ENST00000310193" "ENSP00000310721" "O75881" "CYP7B1" "9420" "cytochrome P450 family 7 subfamily B member 1" "SPG5A" "Endoplasmic reticulum" "SwissProt" -"ENSG00000172828" "ENST00000394037;ENST00000566453;ENST00000566746;ENST00000303334;ENST00000568118;ENST00000570236;ENST00000564715;ENST00000543856" "ENSP00000377602;ENSP00000456203;ENSP00000304782;ENSP00000457547;ENSP00000445559" "Q6UWW8" "CES3" "23491" "carboxylesterase 3" "ES31;FLJ21736" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000172831" "ENST00000417689;ENST00000561697;ENST00000568470;ENST00000566182;ENST00000570032;ENST00000317091;ENST00000566359;ENST00000561843;ENST00000564420;ENST00000567128;ENST00000568347;ENST00000563988" "ENSP00000394452;ENSP00000463641;ENSP00000456167;ENSP00000457721;ENSP00000317842;ENSP00000464620" "O00748" "CES2" "8824" "carboxylesterase 2" "CE-2;CES2A1;iCE" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000172828" "ENST00000394037;ENST00000566453;ENST00000566746;ENST00000303334;ENST00000568118;ENST00000570236;ENST00000564715;ENST00000543856" "ENSP00000377602;ENSP00000456203;ENSP00000304782;ENSP00000457547;ENSP00000445559" "Q6UWW8" "CES3" "23491" "carboxylesterase 3" "ES31;FLJ21736" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000172831" "ENST00000417689;ENST00000561697;ENST00000568470;ENST00000566182;ENST00000570032;ENST00000317091;ENST00000566359;ENST00000561843;ENST00000564420;ENST00000567128;ENST00000568347;ENST00000563988" "ENSP00000394452;ENSP00000463641;ENSP00000456167;ENSP00000457721;ENSP00000317842;ENSP00000464620" "O00748" "CES2" "8824" "carboxylesterase 2" "CE-2;CES2A1;iCE" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000172840" "ENST00000566543;ENST00000311765;ENST00000568869;ENST00000561704;ENST00000568398;ENST00000566805;ENST00000568720;ENST00000566776;ENST00000561475" "ENSP00000457331;ENSP00000309548;ENSP00000456611;ENSP00000457951;ENSP00000456171;ENSP00000455975" "Q9P2J9" "PDP2" "57546" "pyruvate dehyrogenase phosphatase catalytic subunit 2" "KIAA1348;PPM2B;PPM2C2" "Mitochondria" "CellAtlas" "ENSG00000172890" "ENST00000534634;ENST00000319023;ENST00000533612;ENST00000529120;ENST00000528509;ENST00000524949;ENST00000533769;ENST00000527538;ENST00000525245;ENST00000525200;ENST00000530534;ENST00000527852;ENST00000529840;ENST00000530055;ENST00000526039;ENST00000527227;ENST00000531236;ENST00000524450;ENST00000530831;ENST00000525593;ENST00000527963;ENST00000528211;ENST00000624637" "ENSP00000326424;ENSP00000437220;ENSP00000433472;ENSP00000432129;ENSP00000431515;ENSP00000437172;ENSP00000431820;ENSP00000433612;ENSP00000435570" "Q6IA69" "NADSYN1" "55191" "NAD synthetase 1" "FLJ10631" "Cytosol;Golgi apparatus" "CellAtlas" -"ENSG00000172893" "ENST00000534795;ENST00000355527;ENST00000407721;ENST00000684396;ENST00000682708;ENST00000683287;ENST00000683714;ENST00000533800;ENST00000525137;ENST00000682880;ENST00000527316;ENST00000534701;ENST00000683874;ENST00000526780;ENST00000525346;ENST00000531364;ENST00000529990;ENST00000527452" "ENSP00000432256;ENSP00000347717;ENSP00000384739;ENSP00000506866;ENSP00000507607;ENSP00000508207;ENSP00000435011;ENSP00000435956;ENSP00000507520;ENSP00000435047;ENSP00000435668;ENSP00000435707;ENSP00000432589;ENSP00000435058;ENSP00000436007" "Q9UBM7" "DHCR7" "1717" "7-dehydrocholesterol reductase" "SLOS" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000172893" "ENST00000534795;ENST00000355527;ENST00000407721;ENST00000684396;ENST00000682708;ENST00000683287;ENST00000683714;ENST00000533800;ENST00000525137;ENST00000682880;ENST00000527316;ENST00000534701;ENST00000683874;ENST00000526780;ENST00000525346;ENST00000531364;ENST00000529990;ENST00000527452" "ENSP00000432256;ENSP00000347717;ENSP00000384739;ENSP00000506866;ENSP00000507607;ENSP00000508207;ENSP00000435011;ENSP00000435956;ENSP00000507520;ENSP00000435047;ENSP00000435668;ENSP00000435707;ENSP00000432589;ENSP00000435058;ENSP00000436007" "Q9UBM7" "DHCR7" "1717" "7-dehydrocholesterol reductase" "SLOS" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000172940" "ENST00000311856;ENST00000415844;ENST00000649621" "ENSP00000310241;ENSP00000395106;ENSP00000497644" "Q9Y226" "SLC22A13" "9390" "solute carrier family 22 member 13" "OAT10;OCTL1;OCTL3;ORCTL3" "" "" -"ENSG00000172954" "ENST00000466477;ENST00000465200;ENST00000379509;ENST00000319406;ENST00000491680;ENST00000488144;ENST00000465538;ENST00000309052;ENST00000478015;ENST00000476038;ENST00000497423;ENST00000476535" "ENSP00000419966;ENSP00000420481;ENSP00000368823;ENSP00000368826;ENSP00000417951;ENSP00000417565;ENSP00000310551;ENSP00000419735;ENSP00000419646;ENSP00000417875;ENSP00000419444" "Q6UWP7" "LCLAT1" "253558" "lysocardiolipin acyltransferase 1" "AGPAT8;ALCAT1;FLJ37965;LYCAT" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000172954" "ENST00000466477;ENST00000465200;ENST00000379509;ENST00000319406;ENST00000491680;ENST00000488144;ENST00000465538;ENST00000309052;ENST00000478015;ENST00000476038;ENST00000497423;ENST00000476535" "ENSP00000419966;ENSP00000420481;ENSP00000368823;ENSP00000368826;ENSP00000417951;ENSP00000417565;ENSP00000310551;ENSP00000419735;ENSP00000419646;ENSP00000417875;ENSP00000419444" "Q6UWP7" "LCLAT1" "253558" "lysocardiolipin acyltransferase 1" "AGPAT8;ALCAT1;FLJ37965;LYCAT" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000172955" "ENST00000394897;ENST00000394899;ENST00000512708;ENST00000507484;ENST00000237653;ENST00000508558;ENST00000504257;ENST00000513262" "ENSP00000378358;ENSP00000378359;ENSP00000422124;ENSP00000425275;ENSP00000237653;ENSP00000426187" "P28332" "ADH6" "130" "alcohol dehydrogenase 6 (class V)" "ADH-5" "Cytosol" "SwissProt" -"ENSG00000172977" "ENST00000377046;ENST00000352980;ENST00000532042;ENST00000530446;ENST00000534104;ENST00000341318;ENST00000530605;ENST00000534293;ENST00000527544;ENST00000528198;ENST00000531880;ENST00000534650;ENST00000525204;ENST00000534681;ENST00000533441;ENST00000525600;ENST00000533596" "ENSP00000366245;ENSP00000344955;ENSP00000434765;ENSP00000435939;ENSP00000340330;ENSP00000436247;ENSP00000436000;ENSP00000436012;ENSP00000431819;ENSP00000434993;ENSP00000435766" "Q92993" "KAT5" "10524" "lysine acetyltransferase 5" "cPLA2;ESA1;HTATIP;HTATIP1;PLIP;TIP60;ZC2HC5" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000172977" "ENST00000377046;ENST00000352980;ENST00000532042;ENST00000530446;ENST00000534104;ENST00000341318;ENST00000530605;ENST00000534293;ENST00000527544;ENST00000528198;ENST00000531880;ENST00000534650;ENST00000525204;ENST00000534681;ENST00000533441;ENST00000525600;ENST00000533596" "ENSP00000366245;ENSP00000344955;ENSP00000434765;ENSP00000435939;ENSP00000340330;ENSP00000436247;ENSP00000436000;ENSP00000436012;ENSP00000431819;ENSP00000434993;ENSP00000435766" "Q92993" "KAT5" "10524" "lysine acetyltransferase 5" "cPLA2;ESA1;HTATIP;HTATIP1;PLIP;TIP60;ZC2HC5" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000172985" "ENST00000309415" "ENSP00000309186" "Q8TEJ3" "SH3RF3" "344558" "SH3 domain containing ring finger 3" "FLJ00204;POSH2;SH3MD4" "Nucleus" "CellAtlas" "ENSG00000172987" "ENST00000370552;ENST00000370549;ENST00000628193;ENST00000370546;ENST00000404542;ENST00000614306" "ENSP00000359583;ENSP00000359580;ENSP00000485916;ENSP00000359577;ENSP00000384384;ENSP00000484672" "Q8WWQ2" "HPSE2" "60495" "heparanase 2 (inactive)" "HPA2;HPR2;UFS" "" "" -"ENSG00000173020" "ENST00000308595;ENST00000526285;ENST00000530291;ENST00000416281;ENST00000529738;ENST00000533077;ENST00000534651;ENST00000532099;ENST00000526572;ENST00000527176;ENST00000529815;ENST00000531390;ENST00000532611;ENST00000524899" "ENSP00000312262;ENSP00000434126" "P25098" "GRK2" "156" "G protein-coupled receptor kinase 2" "ADRBK1;BARK1" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000173083" "ENST00000311412;ENST00000405413;ENST00000681769;ENST00000507150;ENST00000508891;ENST00000509906;ENST00000512196;ENST00000513463;ENST00000680713" "ENSP00000308107;ENSP00000384262;ENSP00000506434;ENSP00000426139;ENSP00000421827;ENSP00000421038;ENSP00000423265;ENSP00000421365" "Q9Y251" "HPSE" "10855" "heparanase" "HPA;HPSE1;HSE1" "Nucleus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000173085" "ENST00000503391;ENST00000503915;ENST00000647002;ENST00000311469;ENST00000311461;ENST00000514935" "ENSP00000426242;ENSP00000427146;ENSP00000495761;ENSP00000310873;ENSP00000311835" "Q96H96" "COQ2" "27235" "coenzyme Q2, polyprenyltransferase" "CL640;FLJ26072" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000173020" "ENST00000308595;ENST00000526285;ENST00000530291;ENST00000416281;ENST00000529738;ENST00000533077;ENST00000534651;ENST00000532099;ENST00000526572;ENST00000527176;ENST00000529815;ENST00000531390;ENST00000532611;ENST00000524899" "ENSP00000312262;ENSP00000434126" "P25098" "GRK2" "156" "G protein-coupled receptor kinase 2" "ADRBK1;BARK1" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000173083" "ENST00000311412;ENST00000405413;ENST00000681769;ENST00000507150;ENST00000508891;ENST00000509906;ENST00000512196;ENST00000513463;ENST00000680713" "ENSP00000308107;ENSP00000384262;ENSP00000506434;ENSP00000426139;ENSP00000421827;ENSP00000421038;ENSP00000423265;ENSP00000421365" "Q9Y251" "HPSE" "10855" "heparanase" "HPA;HPSE1;HSE1" "Nucleus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000173085" "ENST00000503391;ENST00000503915;ENST00000647002;ENST00000311469;ENST00000311461;ENST00000514935" "ENSP00000426242;ENSP00000427146;ENSP00000495761;ENSP00000310873;ENSP00000311835" "Q96H96" "COQ2" "27235" "coenzyme Q2, polyprenyltransferase" "CL640;FLJ26072" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000173175" "ENST00000462833;ENST00000491190;ENST00000478092;ENST00000309879;ENST00000474577;ENST00000466617;ENST00000468683;ENST00000483566;ENST00000476455;ENST00000470367" "ENSP00000419361;ENSP00000418537;ENSP00000308685;ENSP00000420082;ENSP00000420252;ENSP00000417789" "O95622" "ADCY5" "111" "adenylate cyclase 5" "AC5" "" "" -"ENSG00000173193" "ENST00000474629;ENST00000494811;ENST00000649945;ENST00000483611;ENST00000460683;ENST00000474669;ENST00000475640" "ENSP00000418194;ENSP00000418535;ENSP00000497854;ENSP00000420649" "Q460N5" "PARP14" "54625" "poly(ADP-ribose) polymerase family member 14" "ARTD8;KIAA1268;pART8" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000173200" "ENST00000464300;ENST00000483793;ENST00000465304;ENST00000310366;ENST00000493645;ENST00000473627" "ENSP00000417214;ENSP00000417785;ENSP00000308436;ENSP00000419488" "Q460N3" "PARP15" "165631" "poly(ADP-ribose) polymerase family member 15" "ARTD7;FLJ40597;pART7" "Nucleus;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000173193" "ENST00000474629;ENST00000494811;ENST00000649945;ENST00000483611;ENST00000460683;ENST00000474669;ENST00000475640" "ENSP00000418194;ENSP00000418535;ENSP00000497854;ENSP00000420649" "Q460N5" "PARP14" "54625" "poly(ADP-ribose) polymerase family member 14" "ARTD8;KIAA1268;pART8" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000173200" "ENST00000464300;ENST00000483793;ENST00000465304;ENST00000310366;ENST00000493645;ENST00000473627" "ENSP00000417214;ENSP00000417785;ENSP00000308436;ENSP00000419488" "Q460N3" "PARP15" "165631" "poly(ADP-ribose) polymerase family member 15" "ARTD7;FLJ40597;pART7" "Nucleus;Mitochondria" "SwissProt;CellAtlas" "ENSG00000173208" "ENST00000308666" "ENSP00000310688" "Q9UBJ2" "ABCD2" "225" "ATP binding cassette subfamily D member 2" "ALDL1;ALDR;ALDRP" "Peroxisome" "SwissProt" -"ENSG00000173221" "ENST00000508780;ENST00000507605;ENST00000237858;ENST00000379979;ENST00000507412;ENST00000505427;ENST00000512469" "ENSP00000422708;ENSP00000237858;ENSP00000369314;ENSP00000427353;ENSP00000424636" "P35754" "GLRX" "2745" "glutaredoxin" "GRX;GRX1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000173221" "ENST00000508780;ENST00000507605;ENST00000237858;ENST00000379979;ENST00000507412;ENST00000505427;ENST00000512469" "ENSP00000422708;ENSP00000237858;ENSP00000369314;ENSP00000427353;ENSP00000424636" "P35754" "GLRX" "2745" "glutaredoxin" "GRX;GRX1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000173262" "ENST00000340749;ENST00000543909;ENST00000431042;ENST00000542505;ENST00000396589;ENST00000535295;ENST00000539924;ENST00000546234;ENST00000542782;ENST00000535344;ENST00000537557;ENST00000535266;ENST00000539738;ENST00000542916;ENST00000536594;ENST00000535383;ENST00000535587;ENST00000539234;ENST00000544749;ENST00000542546;ENST00000616981" "ENSP00000340450;ENSP00000440480;ENSP00000407287;ENSP00000438484;ENSP00000379834;ENSP00000440492;ENSP00000445929;ENSP00000440043;ENSP00000438312;ENSP00000443217;ENSP00000440044;ENSP00000437653;ENSP00000442402;ENSP00000440980;ENSP00000443076;ENSP00000438876;ENSP00000444692;ENSP00000443903;ENSP00000482927" "Q8TDB8" "SLC2A14" "144195" "solute carrier family 2 member 14" "GLUT14;SLC2A3P3" "" "" -"ENSG00000173273" "ENST00000520408;ENST00000310430;ENST00000522110;ENST00000517652;ENST00000518281;ENST00000518027;ENST00000521039;ENST00000519392;ENST00000517989;ENST00000519930;ENST00000518635;ENST00000519191;ENST00000517770" "ENSP00000428299;ENSP00000311579;ENSP00000430920;ENSP00000429890;ENSP00000431098;ENSP00000428185" "O95271" "TNKS" "8658" "tankyrase" "ARTD5;PARP-5a;PARP5A;pART5;TIN1;TINF1;TNKS1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000173273" "ENST00000520408;ENST00000310430;ENST00000522110;ENST00000517652;ENST00000518281;ENST00000518027;ENST00000521039;ENST00000519392;ENST00000517989;ENST00000519930;ENST00000518635;ENST00000519191;ENST00000517770" "ENSP00000428299;ENSP00000311579;ENSP00000430920;ENSP00000429890;ENSP00000431098;ENSP00000428185" "O95271" "TNKS" "8658" "tankyrase" "ARTD5;PARP-5a;PARP5A;pART5;TIN1;TINF1;TNKS1" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000173281" "ENST00000310455;ENST00000519699" "ENSP00000308318;ENSP00000428642" "Q86XI6" "PPP1R3B" "79660" "protein phosphatase 1 regulatory subunit 3B" "FLJ14005;GL;PPP1R4" "Cytosol" "CellAtlas" -"ENSG00000173418" "ENST00000310450;ENST00000484480;ENST00000463154;ENST00000480550;ENST00000334982;ENST00000398602;ENST00000481837" "ENSP00000311027;ENSP00000335636;ENSP00000381603" "P61599" "NAA20" "51126" "N-alpha-acetyltransferase 20, NatB catalytic subunit" "dJ1002M8.1;NAT3;NAT5" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000173418" "ENST00000310450;ENST00000484480;ENST00000463154;ENST00000480550;ENST00000334982;ENST00000398602;ENST00000481837" "ENSP00000311027;ENSP00000335636;ENSP00000381603" "P61599" "NAA20" "51126" "N-alpha-acetyltransferase 20, NatB catalytic subunit" "dJ1002M8.1;NAT3;NAT5" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000173486" "ENST00000536642;ENST00000541388;ENST00000309366;ENST00000449942;ENST00000535135;ENST00000652094" "ENSP00000310935;ENSP00000398147;ENSP00000438749;ENSP00000499135" "P26885" "FKBP2" "2286" "FKBP prolyl isomerase 2" "FKBP-13;FKBP13;PPIase" "Endoplasmic reticulum" "SwissProt" "ENSG00000173540" "ENST00000480687;ENST00000308388;ENST00000308375;ENST00000677393;ENST00000678853;ENST00000678208;ENST00000678010;ENST00000495627;ENST00000481959" "ENSP00000418565;ENSP00000311130;ENSP00000309092;ENSP00000503880;ENSP00000504692;ENSP00000503176;ENSP00000503768" "Q9Y5P6" "GMPPB" "29925" "GDP-mannose pyrophosphorylase B" "KIAA1851" "Cytosol" "SwissProt" -"ENSG00000173597" "ENST00000310613;ENST00000510821;ENST00000512870" "ENSP00000308770;ENSP00000425464;ENSP00000427536" "O43704" "SULT1B1" "27284" "sulfotransferase family 1B member 1" "ST1B2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000173598" "ENST00000337179;ENST00000415493;ENST00000550056;ENST00000549992;ENST00000548662;ENST00000547014;ENST00000546925" "ENSP00000338352;ENSP00000406612;ENSP00000448504;ENSP00000449552;ENSP00000449724;ENSP00000448032;ENSP00000448620" "Q9NZJ9" "NUDT4" "11163" "nudix hydrolase 4" "DIPP2;DIPP2alpha;DIPP2beta;HDCMB47P;KIAA0487" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000173599" "ENST00000529047;ENST00000393955;ENST00000393958;ENST00000651036;ENST00000651469;ENST00000393960;ENST00000652125;ENST00000651854;ENST00000528224;ENST00000525476;ENST00000530259;ENST00000651831;ENST00000652387;ENST00000528403;ENST00000530187;ENST00000524491;ENST00000531614;ENST00000534194;ENST00000628663" "ENSP00000435905;ENSP00000377527;ENSP00000377530;ENSP00000498406;ENSP00000498712;ENSP00000377532;ENSP00000498302;ENSP00000498994;ENSP00000498317;ENSP00000498816;ENSP00000434192;ENSP00000498218;ENSP00000486373" "P11498" "PC" "5091" "pyruvate carboxylase" "PCB" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000173597" "ENST00000310613;ENST00000510821;ENST00000512870" "ENSP00000308770;ENSP00000425464;ENSP00000427536" "O43704" "SULT1B1" "27284" "sulfotransferase family 1B member 1" "ST1B2" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000173598" "ENST00000337179;ENST00000415493;ENST00000550056;ENST00000549992;ENST00000548662;ENST00000547014;ENST00000546925" "ENSP00000338352;ENSP00000406612;ENSP00000448504;ENSP00000449552;ENSP00000449724;ENSP00000448032;ENSP00000448620" "Q9NZJ9" "NUDT4" "11163" "nudix hydrolase 4" "DIPP2;DIPP2alpha;DIPP2beta;HDCMB47P;KIAA0487" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000173599" "ENST00000529047;ENST00000393955;ENST00000393958;ENST00000651036;ENST00000651469;ENST00000393960;ENST00000652125;ENST00000651854;ENST00000528224;ENST00000525476;ENST00000530259;ENST00000651831;ENST00000652387;ENST00000528403;ENST00000530187;ENST00000524491;ENST00000531614;ENST00000534194;ENST00000628663" "ENSP00000435905;ENSP00000377527;ENSP00000377530;ENSP00000498406;ENSP00000498712;ENSP00000377532;ENSP00000498302;ENSP00000498994;ENSP00000498317;ENSP00000498816;ENSP00000434192;ENSP00000498218;ENSP00000486373" "P11498" "PC" "5091" "pyruvate carboxylase" "PCB" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000173610" "ENST00000503640;ENST00000512704;ENST00000514019;ENST00000286604;ENST00000502343;ENST00000514341;ENST00000505512" "ENSP00000424478;ENSP00000421432;ENSP00000425497;ENSP00000286604;ENSP00000427709" "P0DTE4" "UGT2A1" "10941" "UDP glucuronosyltransferase family 2 member A1 complex locus" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000173614" "ENST00000403197;ENST00000377205;ENST00000462686;ENST00000492735;ENST00000496751" "ENSP00000385131;ENSP00000366410;ENSP00000435134;ENSP00000467340" "Q9HAN9" "NMNAT1" "64802" "nicotinamide nucleotide adenylyltransferase 1" "LCA9;NMNAT;PNAT1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000173614" "ENST00000403197;ENST00000377205;ENST00000462686;ENST00000492735;ENST00000496751" "ENSP00000385131;ENSP00000366410;ENSP00000435134;ENSP00000467340" "Q9HAN9" "NMNAT1" "64802" "nicotinamide nucleotide adenylyltransferase 1" "LCA9;NMNAT;PNAT1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000173627" "ENST00000308641;ENST00000481562" "ENSP00000310622" "Q8WW27" "APOBEC4" "403314" "apolipoprotein B mRNA editing enzyme catalytic polypeptide like 4" "C1orf169;FLJ25691;MGC26594;RP1-127C7.4" "" "" "ENSG00000173638" "ENST00000417954;ENST00000567670;ENST00000461785;ENST00000468508;ENST00000311124;ENST00000460174;ENST00000380010;ENST00000650808;ENST00000485649;ENST00000427839;ENST00000443742;ENST00000486303;ENST00000528477;ENST00000651099" "ENSP00000393988;ENSP00000457278;ENSP00000308895;ENSP00000369347;ENSP00000498221;ENSP00000441772;ENSP00000401850;ENSP00000411345;ENSP00000435780" "P41440" "SLC19A1" "6573" "solute carrier family 19 member 1" "FOLT;RFC1" "" "" "ENSG00000173660" "ENST00000311672;ENST00000489056;ENST00000486951;ENST00000496387;ENST00000460947" "ENSP00000309565;ENSP00000484857;ENSP00000477826" "P07919" "UQCRH" "7388" "ubiquinol-cytochrome c reductase hinge protein" "QCR6;UQCR8" "Inner mitochondria" "SwissProt" @@ -2427,258 +2427,258 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000173868" "ENST00000310544;ENST00000514112;ENST00000511066;ENST00000574638;ENST00000512250;ENST00000503902;ENST00000413580" "ENSP00000311925;ENSP00000427694;ENSP00000426095;ENSP00000461392;ENSP00000427397;ENSP00000424406;ENSP00000406909" "Q8TCT1" "PHOSPHO1" "162466" "phosphoethanolamine/phosphocholine phosphatase 1" "" "" "" "ENSG00000173915" "ENST00000369825;ENST00000369811;ENST00000309579;ENST00000337003;ENST00000369815" "ENSP00000358840;ENSP00000358826;ENSP00000311245;ENSP00000337705;ENSP00000358830" "Q96IX5" "ATP5MK" "84833" "ATP synthase membrane subunit k" "AGP;ATP5MD;bA792D24.4;DAPIT;MGC14697;USMG5" "Mitochondria" "CellAtlas" "ENSG00000173926" "ENST00000308660;ENST00000506088;ENST00000504239;ENST00000515241;ENST00000502289" "ENSP00000309141;ENSP00000421979" "Q86UD3" "MARCHF3" "115123" "membrane associated ring-CH-type finger 3" "MARCH-III;MARCH3;MGC48332;RNF173" "Cytosol" "SwissProt" -"ENSG00000174080" "ENST00000679160;ENST00000678294;ENST00000678305;ENST00000310325;ENST00000677896;ENST00000677587;ENST00000679347;ENST00000677005;ENST00000678872;ENST00000679024;ENST00000526010;ENST00000677298;ENST00000678154;ENST00000530565;ENST00000678710;ENST00000676924;ENST00000677779;ENST00000679314;ENST00000678614;ENST00000676860;ENST00000678946;ENST00000677020;ENST00000677365;ENST00000678471;ENST00000527141;ENST00000678383;ENST00000677678;ENST00000677526;ENST00000524994;ENST00000677920;ENST00000679011;ENST00000679225;ENST00000678413;ENST00000533168;ENST00000678953;ENST00000525733;ENST00000677186;ENST00000529199;ENST00000529561" "ENSP00000503972;ENSP00000504383;ENSP00000310832;ENSP00000504605;ENSP00000503791;ENSP00000503676;ENSP00000503238;ENSP00000503425;ENSP00000503506;ENSP00000435822;ENSP00000502935;ENSP00000504254;ENSP00000503579;ENSP00000503465;ENSP00000502949;ENSP00000504693;ENSP00000433082;ENSP00000503614;ENSP00000503980;ENSP00000503232;ENSP00000504169;ENSP00000434936" "Q9UBX1" "CTSF" "8722" "cathepsin F" "CATSF;CLN13" "Endoplasmic reticulum;Lysosome" "SwissProt&CellAtlas" -"ENSG00000174156" "ENST00000370968;ENST00000211122;ENST00000431899" "ENSP00000360007;ENSP00000211122;ENSP00000399142" "Q16772" "GSTA3" "2940" "glutathione S-transferase alpha 3" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000174080" "ENST00000679160;ENST00000678294;ENST00000678305;ENST00000310325;ENST00000677896;ENST00000677587;ENST00000679347;ENST00000677005;ENST00000678872;ENST00000679024;ENST00000526010;ENST00000677298;ENST00000678154;ENST00000530565;ENST00000678710;ENST00000676924;ENST00000677779;ENST00000679314;ENST00000678614;ENST00000676860;ENST00000678946;ENST00000677020;ENST00000677365;ENST00000678471;ENST00000527141;ENST00000678383;ENST00000677678;ENST00000677526;ENST00000524994;ENST00000677920;ENST00000679011;ENST00000679225;ENST00000678413;ENST00000533168;ENST00000678953;ENST00000525733;ENST00000677186;ENST00000529199;ENST00000529561" "ENSP00000503972;ENSP00000504383;ENSP00000310832;ENSP00000504605;ENSP00000503791;ENSP00000503676;ENSP00000503238;ENSP00000503425;ENSP00000503506;ENSP00000435822;ENSP00000502935;ENSP00000504254;ENSP00000503579;ENSP00000503465;ENSP00000502949;ENSP00000504693;ENSP00000433082;ENSP00000503614;ENSP00000503980;ENSP00000503232;ENSP00000504169;ENSP00000434936" "Q9UBX1" "CTSF" "8722" "cathepsin F" "CATSF;CLN13" "Endoplasmic reticulum;Lysosome" "SwissProt;CellAtlas" +"ENSG00000174156" "ENST00000370968;ENST00000211122;ENST00000431899" "ENSP00000360007;ENSP00000211122;ENSP00000399142" "Q16772" "GSTA3" "2940" "glutathione S-transferase alpha 3" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000174165" "ENST00000534073;ENST00000526986;ENST00000310442;ENST00000525925" "ENSP00000436503;ENSP00000431321;ENSP00000309429" "Q6UX98" "ZDHHC24" "254359" "zinc finger DHHC-type containing 24" "" "Cytosol" "CellAtlas" -"ENSG00000174173" "ENST00000309922;ENST00000495642" "ENSP00000312356;ENSP00000419389" "Q7L0Y3" "TRMT10C" "54931" "tRNA methyltransferase 10C, mitochondrial RNase P subunit" "FLJ20432;MRPP1;RG9MTD1" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000174173" "ENST00000309922;ENST00000495642" "ENSP00000312356;ENSP00000419389" "Q7L0Y3" "TRMT10C" "54931" "tRNA methyltransferase 10C, mitochondrial RNase P subunit" "FLJ20432;MRPP1;RG9MTD1" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000174227" "ENST00000504187;ENST00000310340;ENST00000453061;ENST00000504346;ENST00000502311;ENST00000503111;ENST00000511448;ENST00000506402;ENST00000383028;ENST00000509768;ENST00000514953;ENST00000506898;ENST00000507493;ENST00000513679;ENST00000508562;ENST00000511247;ENST00000508669;ENST00000503261;ENST00000510235;ENST00000511666;ENST00000513239;ENST00000513192;ENST00000504879;ENST00000508144;ENST00000515237;ENST00000505800" "ENSP00000427069;ENSP00000311750;ENSP00000415203;ENSP00000424800;ENSP00000426002;ENSP00000423596;ENSP00000424619;ENSP00000372494;ENSP00000421550;ENSP00000422410" "Q5H8A4" "PIGG" "54872" "phosphatidylinositol glycan anchor biosynthesis class G" "FLJ20265;GPI7;LAS21" "Endoplasmic reticulum" "SwissProt" "ENSG00000174233" "ENST00000547260;ENST00000357869;ENST00000550422;ENST00000307885;ENST00000552099;ENST00000548351;ENST00000552090;ENST00000551435;ENST00000548820" "ENSP00000350536;ENSP00000446730;ENSP00000311405;ENSP00000447702" "O43306" "ADCY6" "112" "adenylate cyclase 6" "AC6" "Golgi apparatus" "CellAtlas" -"ENSG00000174327" "ENST00000308027;ENST00000575844" "ENSP00000309751" "Q7RTY0" "SLC16A13" "201232" "solute carrier family 16 member 13" "MCT13" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000174327" "ENST00000308027;ENST00000575844" "ENSP00000309751" "Q7RTY0" "SLC16A13" "201232" "solute carrier family 16 member 13" "MCT13" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000174358" "ENST00000515652;ENST00000304460" "ENSP00000425701;ENSP00000305302" "Q695T7" "SLC6A19" "340024" "solute carrier family 6 member 19" "" "" "" "ENSG00000174437" "ENST00000552636;ENST00000308664;ENST00000539276;ENST00000377685;ENST00000548169;ENST00000550248;ENST00000547050;ENST00000549840;ENST00000550262;ENST00000547792;ENST00000313432;ENST00000553144" "ENSP00000447406;ENSP00000311186;ENSP00000440045;ENSP00000366913;ENSP00000449454;ENSP00000450407" "P16615" "ATP2A2" "488" "ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 2" "ATP2B;DAR;SERCA2" "Endoplasmic reticulum" "SwissProt" "ENSG00000174448" "ENST00000581310;ENST00000577499;ENST00000584040;ENST00000307844" "ENSP00000462349;ENSP00000464406;ENSP00000464377;ENSP00000310814" "P59095" "STARD6" "147323" "StAR related lipid transfer domain containing 6" "" "" "" "ENSG00000174473" "ENST00000511251;ENST00000506823;ENST00000504379;ENST00000513061;ENST00000508122;ENST00000457021;ENST00000616459" "ENSP00000425590;ENSP00000423313;ENSP00000423827;ENSP00000483822" "Q49A17" "GALNTL6" "442117" "polypeptide N-acetylgalactosaminyltransferase like 6" "GalNAc-T6L;GALNT17" "" "" "ENSG00000174502" "ENST00000340781;ENST00000367135;ENST00000491127;ENST00000461505;ENST00000469392;ENST00000367134" "ENSP00000341682;ENSP00000356103;ENSP00000356102" "Q7LBE3" "SLC26A9" "115019" "solute carrier family 26 member 9" "" "" "" -"ENSG00000174607" "ENST00000310836;ENST00000507710;ENST00000394511" "ENSP00000311648;ENSP00000421446;ENSP00000378019" "Q16880" "UGT8" "7368" "UDP glycosyltransferase 8" "CGT" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000174607" "ENST00000310836;ENST00000507710;ENST00000394511" "ENSP00000311648;ENSP00000421446;ENSP00000378019" "Q16880" "UGT8" "7368" "UDP glycosyltransferase 8" "CGT" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" "ENSG00000174640" "ENST00000310926;ENST00000493729;ENST00000481359;ENST00000462770;ENST00000477061;ENST00000464676;ENST00000478651;ENST00000478662" "ENSP00000311291;ENSP00000418893;ENSP00000420028" "Q92959" "SLCO2A1" "6578" "solute carrier organic anion transporter family member 2A1" "MATR1;OATP2A1;PGT;SLC21A2" "" "" -"ENSG00000174669" "ENST00000357440;ENST00000311161;ENST00000540386;ENST00000619145;ENST00000544554;ENST00000541567;ENST00000546034" "ENSP00000350024;ENSP00000311250;ENSP00000444870;ENSP00000481944;ENSP00000439456;ENSP00000442116;ENSP00000440329" "Q14542" "SLC29A2" "3177" "solute carrier family 29 member 2" "DER12;ENT2;HNP36" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000174669" "ENST00000357440;ENST00000311161;ENST00000540386;ENST00000619145;ENST00000544554;ENST00000541567;ENST00000546034" "ENSP00000350024;ENSP00000311250;ENSP00000444870;ENSP00000481944;ENSP00000439456;ENSP00000442116;ENSP00000440329" "Q14542" "SLC29A2" "3177" "solute carrier family 29 member 2" "DER12;ENT2;HNP36" "Nucleus" "SwissProt;CellAtlas" "ENSG00000174684" "ENST00000311181" "ENSP00000309096" "O43505" "B4GAT1" "11041" "beta-1,4-glucuronyltransferase 1" "B3GN-T1;B3GNT1;B3GNT6;BETA3GNTI;iGAT;iGNT" "Golgi apparatus" "SwissProt" "ENSG00000174876" "ENST00000330330;ENST00000370080;ENST00000464691;ENST00000425410" "ENSP00000330484;ENSP00000359097;ENSP00000393584" "P0DUB6;P0DTE7" "AMY1B" "277" "amylase alpha 1B" "AMY1" "" "" -"ENSG00000174886" "ENST00000418389;ENST00000592634;ENST00000593233;ENST00000308961;ENST00000591341;ENST00000650663;ENST00000591160" "ENSP00000389160;ENSP00000467706;ENSP00000311740" "Q86Y39" "NDUFA11" "126328" "NADH:ubiquinone oxidoreductase subunit A11" "B14.7" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000174886" "ENST00000418389;ENST00000592634;ENST00000593233;ENST00000308961;ENST00000591341;ENST00000650663;ENST00000591160" "ENSP00000389160;ENSP00000467706;ENSP00000311740" "Q86Y39" "NDUFA11" "126328" "NADH:ubiquinone oxidoreductase subunit A11" "B14.7" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000174915" "ENST00000532614;ENST00000308020;ENST00000531520;ENST00000528617;ENST00000525727;ENST00000525059;ENST00000526558;ENST00000527479;ENST00000526878;ENST00000530087;ENST00000527325;ENST00000531411;ENST00000530029" "ENSP00000308258;ENSP00000435168;ENSP00000432100" "Q9BVG9" "PTDSS2" "81490" "phosphatidylserine synthase 2" "PSS2" "Endoplasmic reticulum" "SwissProt" "ENSG00000174951" "ENST00000645652;ENST00000599826;ENST00000601931;ENST00000643950;ENST00000597220;ENST00000601988;ENST00000680253" "ENSP00000494643" "P19526" "FUT1" "2523" "fucosyltransferase 1 (H blood group)" "H;HSC" "Golgi apparatus" "SwissProt" "ENSG00000174990" "ENST00000649158;ENST00000648177;ENST00000649794;ENST00000648022;ENST00000566402;ENST00000568801" "ENSP00000496993;ENSP00000497626;ENSP00000498065;ENSP00000497934" "P35218" "CA5A" "763" "carbonic anhydrase 5A" "CA5;CAV;CAVA" "Mitochondria" "SwissProt" "ENSG00000175003" "ENST00000366963;ENST00000539263;ENST00000324965;ENST00000457470;ENST00000460902;ENST00000540443;ENST00000478607" "ENSP00000355930;ENSP00000443245;ENSP00000318103;ENSP00000409557;ENSP00000439274;ENSP00000440105" "O15245" "SLC22A1" "6580" "solute carrier family 22 member 1" "OCT1" "" "" -"ENSG00000175040" "ENST00000309575" "ENSP00000307911" "Q9Y4C5" "CHST2" "9435" "carbohydrate sulfotransferase 2" "C6ST" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000175040" "ENST00000309575" "ENSP00000307911" "Q9Y4C5" "CHST2" "9435" "carbohydrate sulfotransferase 2" "C6ST" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000175048" "ENST00000414563;ENST00000359775;ENST00000518214;ENST00000523468;ENST00000341375;ENST00000340347;ENST00000523706;ENST00000517432;ENST00000422910" "ENSP00000410713;ENSP00000352821;ENSP00000428211;ENSP00000345721" "Q8IZN3" "ZDHHC14" "79683" "zinc finger DHHC-type palmitoyltransferase 14" "FLJ20984;NEW1CP" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000175063" "ENST00000405520;ENST00000617055;ENST00000335046;ENST00000356455;ENST00000243893;ENST00000352551;ENST00000372568;ENST00000496085" "ENSP00000385878;ENSP00000479486;ENSP00000335674;ENSP00000348838;ENSP00000243893;ENSP00000333975;ENSP00000361649" "O00762" "UBE2C" "11065" "ubiquitin conjugating enzyme E2 C" "UBCH10" "Cytosol" "CellAtlas" "ENSG00000175066" "ENST00000392993;ENST00000492097;ENST00000480757;ENST00000460515;ENST00000463349;ENST00000486459;ENST00000460630;ENST00000460544;ENST00000487672;ENST00000466685;ENST00000472759;ENST00000489085" "ENSP00000418001;ENSP00000420312;ENSP00000419031;ENSP00000417153;ENSP00000420593;ENSP00000418239" "Q6ZS86" "GK5" "256356" "glycerol kinase 5" "MGC40579" "Cytosol;Nucleus" "CellAtlas" "ENSG00000175164" "ENST00000679909;ENST00000680600;ENST00000453660;ENST00000647353;ENST00000611156;ENST00000538324;ENST00000651471" "ENSP00000506089;ENSP00000483265;ENSP00000483018" "" "ABO" "28" "ABO, alpha 1-3-N-acetylgalactosaminyltransferase and alpha 1-3-galactosyltransferase" "A3GALNT;A3GALT1" "" "" -"ENSG00000175198" "ENST00000376285;ENST00000647303;ENST00000637358;ENST00000636420;ENST00000636366;ENST00000636475;ENST00000637657;ENST00000485946;ENST00000424527;ENST00000443601;ENST00000458283;ENST00000413170;ENST00000621936;ENST00000428969;ENST00000376286;ENST00000376279" "ENSP00000365462;ENSP00000495663;ENSP00000489804;ENSP00000490290;ENSP00000490939;ENSP00000490843;ENSP00000489974;ENSP00000396050;ENSP00000400740;ENSP00000390850;ENSP00000411194;ENSP00000399413;ENSP00000365463;ENSP00000365456" "P05165" "PCCA" "5095" "propionyl-CoA carboxylase subunit alpha" "" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000175198" "ENST00000376285;ENST00000647303;ENST00000637358;ENST00000636420;ENST00000636366;ENST00000636475;ENST00000637657;ENST00000485946;ENST00000424527;ENST00000443601;ENST00000458283;ENST00000413170;ENST00000621936;ENST00000428969;ENST00000376286;ENST00000376279" "ENSP00000365462;ENSP00000495663;ENSP00000489804;ENSP00000490290;ENSP00000490939;ENSP00000490843;ENSP00000489974;ENSP00000396050;ENSP00000400740;ENSP00000390850;ENSP00000411194;ENSP00000399413;ENSP00000365463;ENSP00000365456" "P05165" "PCCA" "5095" "propionyl-CoA carboxylase subunit alpha" "" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000175229" "ENST00000312006;ENST00000527878;ENST00000527048" "ENSP00000308591;ENSP00000434829" "Q96A11" "GAL3ST3" "89792" "galactose-3-O-sulfotransferase 3" "GAL3ST2" "Golgi apparatus" "SwissProt" "ENSG00000175264" "ENST00000308064;ENST00000533673;ENST00000531322" "ENSP00000309270" "O43916" "CHST1" "8534" "carbohydrate sulfotransferase 1" "C6ST;KSGal6ST" "Golgi apparatus" "SwissProt" -"ENSG00000175283" "ENST00000372586" "ENSP00000361667" "Q9UPQ8" "DOLK" "22845" "dolichol kinase" "DK1;KIAA1094;TMEM15" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000175309" "ENST00000308158;ENST00000481436;ENST00000481811;ENST00000489262;ENST00000474052;ENST00000393488;ENST00000493197;ENST00000494126;ENST00000510991;ENST00000476487;ENST00000506045;ENST00000510913;ENST00000504096;ENST00000514424;ENST00000323594;ENST00000506001;ENST00000511716;ENST00000476170" "ENSP00000310978;ENSP00000423806;ENSP00000377128;ENSP00000425425;ENSP00000427444;ENSP00000424608;ENSP00000321290;ENSP00000421810" "Q8IUZ5" "PHYKPL" "85007" "5-phosphohydroxy-L-lysine phospho-lyase" "AGXT2L2;MGC15875" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000175283" "ENST00000372586" "ENSP00000361667" "Q9UPQ8" "DOLK" "22845" "dolichol kinase" "DK1;KIAA1094;TMEM15" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000175309" "ENST00000308158;ENST00000481436;ENST00000481811;ENST00000489262;ENST00000474052;ENST00000393488;ENST00000493197;ENST00000494126;ENST00000510991;ENST00000476487;ENST00000506045;ENST00000510913;ENST00000504096;ENST00000514424;ENST00000323594;ENST00000506001;ENST00000511716;ENST00000476170" "ENSP00000310978;ENSP00000423806;ENSP00000377128;ENSP00000425425;ENSP00000427444;ENSP00000424608;ENSP00000321290;ENSP00000421810" "Q8IUZ5" "PHYKPL" "85007" "5-phosphohydroxy-L-lysine phospho-lyase" "AGXT2L2;MGC15875" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000175445" "ENST00000520959;ENST00000524029;ENST00000522701;ENST00000650287;ENST00000519773;ENST00000521994;ENST00000523696;ENST00000650478" "ENSP00000428496;ENSP00000428237;ENSP00000428557;ENSP00000497642;ENSP00000431028;ENSP00000497560" "P06858" "LPL" "4023" "lipoprotein lipase" "LIPD" "" "" "ENSG00000175482" "ENST00000312419;ENST00000529704;ENST00000533429;ENST00000530584;ENST00000532830;ENST00000534515;ENST00000528087;ENST00000539074;ENST00000531239;ENST00000524743;ENST00000542982;ENST00000529000" "ENSP00000311368;ENSP00000481251;ENSP00000436361;ENSP00000479678;ENSP00000444780;ENSP00000433408" "Q9HCU8" "POLD4" "57804" "DNA polymerase delta 4, accessory subunit" "p12;POLDS" "Nucleus" "SwissProt" "ENSG00000175505" "ENST00000312438;ENST00000533438" "ENSP00000309338;ENSP00000434122" "Q9UBD9" "CLCF1" "23529" "cardiotrophin like cytokine factor 1" "BSF-3;BSF3;CISS2;CLC;NNT-1;NNT1;NR6" "Nucleus" "CellAtlas" "ENSG00000175535" "ENST00000369221;ENST00000470562" "ENSP00000358223" "P16233" "PNLIP" "5406" "pancreatic lipase" "PL" "" "" "ENSG00000175536" "ENST00000310109;ENST00000527115;ENST00000528085" "ENSP00000309463;ENSP00000431210;ENSP00000433005" "A6NK58" "LIPT2" "387787" "lipoyl(octanoyl) transferase 2" "" "Mitochondria" "SwissProt" "ENSG00000175548" "ENST00000308742;ENST00000551464;ENST00000553138;ENST00000548240" "ENSP00000310120;ENSP00000448819;ENSP00000449210" "Q5I7T1" "ALG10B" "144245" "ALG10 alpha-1,2-glucosyltransferase B" "KCR1" "Endoplasmic reticulum" "CellAtlas" -"ENSG00000175564" "ENST00000314032;ENST00000545271;ENST00000426995;ENST00000544614" "ENSP00000323740;ENSP00000392143;ENSP00000445279" "P55916" "UCP3" "7352" "uncoupling protein 3" "SLC25A9" "Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000175567" "ENST00000663595;ENST00000310473;ENST00000536983;ENST00000544615;ENST00000545212;ENST00000545562;ENST00000543714;ENST00000539764;ENST00000542615;ENST00000541027;ENST00000539330" "ENSP00000499695;ENSP00000312029;ENSP00000441147;ENSP00000439706;ENSP00000438230" "P55851" "UCP2" "7351" "uncoupling protein 2" "BMIQ4;SLC25A8" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000175592" "ENST00000312562;ENST00000448083;ENST00000531493;ENST00000532401;ENST00000534222" "ENSP00000310170;ENSP00000393302;ENSP00000436276;ENSP00000431594;ENSP00000434350" "P15407" "FOSL1" "8061" "FOS like 1, AP-1 transcription factor subunit" "fra-1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000175564" "ENST00000314032;ENST00000545271;ENST00000426995;ENST00000544614" "ENSP00000323740;ENSP00000392143;ENSP00000445279" "P55916" "UCP3" "7352" "uncoupling protein 3" "SLC25A9" "Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000175567" "ENST00000663595;ENST00000310473;ENST00000536983;ENST00000544615;ENST00000545212;ENST00000545562;ENST00000543714;ENST00000539764;ENST00000542615;ENST00000541027;ENST00000539330" "ENSP00000499695;ENSP00000312029;ENSP00000441147;ENSP00000439706;ENSP00000438230" "P55851" "UCP2" "7351" "uncoupling protein 2" "BMIQ4;SLC25A8" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000175592" "ENST00000312562;ENST00000448083;ENST00000531493;ENST00000532401;ENST00000534222" "ENSP00000310170;ENSP00000393302;ENSP00000436276;ENSP00000431594;ENSP00000434350" "P15407" "FOSL1" "8061" "FOS like 1, AP-1 transcription factor subunit" "fra-1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000175711" "ENST00000572977;ENST00000572267;ENST00000573363;ENST00000570947;ENST00000576599;ENST00000320865;ENST00000571301;ENST00000571394;ENST00000571954;ENST00000573629;ENST00000571218" "ENSP00000459327;ENSP00000461127;ENSP00000319979;ENSP00000458682" "Q67FW5" "B3GNTL1" "146712" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase like 1" "B3GNT8" "Nucleus" "CellAtlas" -"ENSG00000175806" "ENST00000317173;ENST00000441698;ENST00000518255;ENST00000521209;ENST00000522907;ENST00000528246;ENST00000523637;ENST00000382490;ENST00000521686;ENST00000517594" "ENSP00000313921;ENSP00000410912;ENSP00000429461;ENSP00000435644;ENSP00000428214;ENSP00000436839;ENSP00000371930;ENSP00000427725" "Q9UJ68" "MSRA" "4482" "methionine sulfoxide reductase A" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000175806" "ENST00000317173;ENST00000441698;ENST00000518255;ENST00000521209;ENST00000522907;ENST00000528246;ENST00000523637;ENST00000382490;ENST00000521686;ENST00000517594" "ENSP00000313921;ENSP00000410912;ENSP00000429461;ENSP00000435644;ENSP00000428214;ENSP00000436839;ENSP00000371930;ENSP00000427725" "Q9UJ68" "MSRA" "4482" "methionine sulfoxide reductase A" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000175809" "ENST00000323684" "ENSP00000323348" "Q8N7E2" "CBLL2" "158506" "Cbl proto-oncogene like 2" "CT138;FLJ25735;HAKAIL;ZNF645" "Cytosol" "SwissProt" -"ENSG00000175893" "ENST00000380916;ENST00000497966" "ENSP00000370303" "Q8IVQ6" "ZDHHC21" "340481" "zinc finger DHHC-type palmitoyltransferase 21" "DHHC21;DNZ1;HSPC097" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000175931" "ENST00000319380;ENST00000587127;ENST00000586409;ENST00000587581;ENST00000590658;ENST00000586505" "ENSP00000323687;ENSP00000468498;ENSP00000467623" "Q9C0C9" "UBE2O" "63893" "ubiquitin conjugating enzyme E2 O" "E2-230K" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000175893" "ENST00000380916;ENST00000497966" "ENSP00000370303" "Q8IVQ6" "ZDHHC21" "340481" "zinc finger DHHC-type palmitoyltransferase 21" "DHHC21;DNZ1;HSPC097" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000175931" "ENST00000319380;ENST00000587127;ENST00000586409;ENST00000587581;ENST00000590658;ENST00000586505" "ENSP00000323687;ENSP00000468498;ENSP00000467623" "Q9C0C9" "UBE2O" "63893" "ubiquitin conjugating enzyme E2 O" "E2-230K" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000176020" "ENST00000320431" "ENSP00000323096" "Q86WK7" "AMIGO3" "386724" "adhesion molecule with Ig like domain 3" "" "" "" "ENSG00000176022" "ENST00000379198" "ENSP00000368496" "Q96L58" "B3GALT6" "126792" "beta-1,3-galactosyltransferase 6" "beta3GalT6" "Golgi apparatus" "SwissProt" -"ENSG00000176095" "ENST00000321599;ENST00000468463;ENST00000460540;ENST00000495798;ENST00000479464;ENST00000498149;ENST00000495152;ENST00000613416;ENST00000395238" "ENSP00000323780;ENSP00000420467;ENSP00000420762;ENSP00000482032;ENSP00000378659" "Q92551" "IP6K1" "9807" "inositol hexakisphosphate kinase 1" "IHPK1;KIAA0263" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000176153" "ENST00000553522;ENST00000612794;ENST00000389614;ENST00000557049;ENST00000557323" "ENSP00000450991;ENSP00000478082;ENSP00000374265;ENSP00000451721;ENSP00000451844" "P18283" "GPX2" "2877" "glutathione peroxidase 2" "GSHPX-GI" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000176170" "ENST00000591651;ENST00000545180;ENST00000588682;ENST00000591762;ENST00000590379;ENST00000592299;ENST00000590959;ENST00000323374;ENST00000392496;ENST00000587167" "ENSP00000468474;ENSP00000440970;ENSP00000466422;ENSP00000465002;ENSP00000465726;ENSP00000468547;ENSP00000313681;ENSP00000376285" "Q9NYA1" "SPHK1" "8877" "sphingosine kinase 1" "SPHK" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000176095" "ENST00000321599;ENST00000468463;ENST00000460540;ENST00000495798;ENST00000479464;ENST00000498149;ENST00000495152;ENST00000613416;ENST00000395238" "ENSP00000323780;ENSP00000420467;ENSP00000420762;ENSP00000482032;ENSP00000378659" "Q92551" "IP6K1" "9807" "inositol hexakisphosphate kinase 1" "IHPK1;KIAA0263" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000176153" "ENST00000553522;ENST00000612794;ENST00000389614;ENST00000557049;ENST00000557323" "ENSP00000450991;ENSP00000478082;ENSP00000374265;ENSP00000451721;ENSP00000451844" "P18283" "GPX2" "2877" "glutathione peroxidase 2" "GSHPX-GI" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000176170" "ENST00000591651;ENST00000545180;ENST00000588682;ENST00000591762;ENST00000590379;ENST00000592299;ENST00000590959;ENST00000323374;ENST00000392496;ENST00000587167" "ENSP00000468474;ENSP00000440970;ENSP00000466422;ENSP00000465002;ENSP00000465726;ENSP00000468547;ENSP00000313681;ENSP00000376285" "Q9NYA1" "SPHK1" "8877" "sphingosine kinase 1" "SPHK" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000176194" "ENST00000522713;ENST00000320477;ENST00000521296;ENST00000520620" "ENSP00000429238;ENSP00000320209" "O60543" "CIDEA" "1149" "cell death inducing DFFA like effector a" "CIDE-A" "Nucleus" "SwissProt" "ENSG00000176340" "ENST00000314133" "ENSP00000321260" "P10176" "COX8A" "1351" "cytochrome c oxidase subunit 8A" "COX;COX8;COX8-2;COX8L;VIII;VIII-L" "Inner mitochondria" "SwissProt" -"ENSG00000176383" "ENST00000546192;ENST00000324189;ENST00000545141;ENST00000537991;ENST00000538257;ENST00000535274" "ENSP00000438840;ENSP00000319636;ENSP00000493771;ENSP00000444534" "Q9C0J1" "B3GNT4" "79369" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 4" "B3GN-T4;beta3Gn-T4" "Golgi apparatus;Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000176387" "ENST00000567684;ENST00000326152;ENST00000569303;ENST00000566606" "ENSP00000316786;ENSP00000473429" "P80365" "HSD11B2" "3291" "hydroxysteroid 11-beta dehydrogenase 2" "SDR9C3" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000176383" "ENST00000546192;ENST00000324189;ENST00000545141;ENST00000537991;ENST00000538257;ENST00000535274" "ENSP00000438840;ENSP00000319636;ENSP00000493771;ENSP00000444534" "Q9C0J1" "B3GNT4" "79369" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 4" "B3GN-T4;beta3Gn-T4" "Golgi apparatus;Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000176387" "ENST00000567684;ENST00000326152;ENST00000569303;ENST00000566606" "ENSP00000316786;ENSP00000473429" "P80365" "HSD11B2" "3291" "hydroxysteroid 11-beta dehydrogenase 2" "SDR9C3" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000176393" "ENST00000481780;ENST00000295640;ENST00000367286;ENST00000487116;ENST00000492587;ENST00000471105;ENST00000447312;ENST00000478617;ENST00000479726;ENST00000492849;ENST00000620670;ENST00000449524;ENST00000464707;ENST00000479531" "ENSP00000295640;ENSP00000356255;ENSP00000478325;ENSP00000478884;ENSP00000389602;ENSP00000407614" "Q9H4A4" "RNPEP" "6051" "arginyl aminopeptidase" "APB" "Golgi apparatus" "CellAtlas" "ENSG00000176454" "ENST00000314891;ENST00000563748;ENST00000617710;ENST00000567507;ENST00000563240;ENST00000562404;ENST00000566581;ENST00000623384;ENST00000569804;ENST00000562431" "ENSP00000317300;ENSP00000478003;ENSP00000454422" "Q643R3" "LPCAT4" "254531" "lysophosphatidylcholine acyltransferase 4" "AGPAT7;AYTL3;FLJ10257;LPAAT-eta;LPEAT2" "Endoplasmic reticulum" "SwissProt" "ENSG00000176463" "ENST00000318445;ENST00000553653;ENST00000424469;ENST00000555111;ENST00000553304;ENST00000555769;ENST00000556649;ENST00000555549;ENST00000555892;ENST00000555210;ENST00000555513;ENST00000564072;ENST00000566477" "ENSP00000320634;ENSP00000387846;ENSP00000450559;ENSP00000451287;ENSP00000451780" "Q9UIG8" "SLCO3A1" "28232" "solute carrier organic anion transporter family member 3A1" "OATP-D;OATP3A1;SLC21A11" "" "" -"ENSG00000176485" "ENST00000415826;ENST00000323646;ENST00000639271;ENST00000394613;ENST00000540943;ENST00000544269" "ENSP00000389124;ENSP00000320337;ENSP00000492682;ENSP00000442576" "P53816" "PLAAT3" "11145" "phospholipase A and acyltransferase 3" "AdPLA;H-REV107-1;HRASLS3;HREV107;HREV107-3;MGC118754.;PLA2G16;PLAAT-3" "Nucleus;Peroxisome;Cytosol;Lysosome;Mitochondria;Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000176597" "ENST00000326505;ENST00000493370;ENST00000480551;ENST00000464191;ENST00000460419;ENST00000464923;ENST00000496270;ENST00000465010;ENST00000488301;ENST00000477699;ENST00000481531;ENST00000462559" "ENSP00000316173;ENSP00000418785;ENSP00000420778;ENSP00000418477;ENSP00000417868;ENSP00000417301" "Q9BYG0" "B3GNT5" "84002" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 5" "B3GN-T5;beta3Gn-T5" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000176485" "ENST00000415826;ENST00000323646;ENST00000639271;ENST00000394613;ENST00000540943;ENST00000544269" "ENSP00000389124;ENSP00000320337;ENSP00000492682;ENSP00000442576" "P53816" "PLAAT3" "11145" "phospholipase A and acyltransferase 3" "AdPLA;H-REV107-1;HRASLS3;HREV107;HREV107-3;MGC118754.;PLA2G16;PLAAT-3" "Nucleus;Peroxisome;Cytosol;Lysosome;Mitochondria;Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000176597" "ENST00000326505;ENST00000493370;ENST00000480551;ENST00000464191;ENST00000460419;ENST00000464923;ENST00000496270;ENST00000465010;ENST00000488301;ENST00000477699;ENST00000481531;ENST00000462559" "ENSP00000316173;ENSP00000418785;ENSP00000420778;ENSP00000418477;ENSP00000417868;ENSP00000417301" "Q9BYG0" "B3GNT5" "84002" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 5" "B3GN-T5;beta3Gn-T5" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000176641" "ENST00000312828;ENST00000591306;ENST00000588064;ENST00000619552;ENST00000588396" "ENSP00000316628;ENSP00000466492" "Q8N8N0" "RNF152" "220441" "ring finger protein 152" "FLJ39176" "Lysosome" "SwissProt" -"ENSG00000176715" "ENST00000537895;ENST00000317447;ENST00000614302;ENST00000537290;ENST00000540697;ENST00000406948;ENST00000378345;ENST00000541755;ENST00000542688;ENST00000649953;ENST00000544543;ENST00000538340;ENST00000543676;ENST00000562204;ENST00000537116;ENST00000537155;ENST00000535176;ENST00000393145;ENST00000562750" "ENSP00000439201;ENSP00000320646;ENSP00000479130;ENSP00000440734;ENSP00000445397;ENSP00000384627;ENSP00000367596;ENSP00000457301;ENSP00000446281;ENSP00000497456;ENSP00000442781;ENSP00000445870;ENSP00000442683;ENSP00000443428" "Q4G176" "ACSF3" "197322" "acyl-CoA synthetase family member 3" "" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000176715" "ENST00000537895;ENST00000317447;ENST00000614302;ENST00000537290;ENST00000540697;ENST00000406948;ENST00000378345;ENST00000541755;ENST00000542688;ENST00000649953;ENST00000544543;ENST00000538340;ENST00000543676;ENST00000562204;ENST00000537116;ENST00000537155;ENST00000535176;ENST00000393145;ENST00000562750" "ENSP00000439201;ENSP00000320646;ENSP00000479130;ENSP00000440734;ENSP00000445397;ENSP00000384627;ENSP00000367596;ENSP00000457301;ENSP00000446281;ENSP00000497456;ENSP00000442781;ENSP00000445870;ENSP00000442683;ENSP00000443428" "Q4G176" "ACSF3" "197322" "acyl-CoA synthetase family member 3" "" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000176890" "ENST00000323274;ENST00000579128;ENST00000323250;ENST00000323224;ENST00000584122;ENST00000581920" "ENSP00000315644;ENSP00000314902;ENSP00000314727" "P04818" "TYMS" "7298" "thymidylate synthetase" "HsT422;TMS;TS;Tsase" "Mitochondria;Cytosol;Nucleus;Inner mitochondria" "SwissProt" -"ENSG00000176920" "ENST00000522966;ENST00000425340;ENST00000522283;ENST00000391876" "ENSP00000430227;ENSP00000387498;ENSP00000375748" "Q10981" "FUT2" "2524" "fucosyltransferase 2" "SE;Se2;SEC2;sej" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000176920" "ENST00000522966;ENST00000425340;ENST00000522283;ENST00000391876" "ENSP00000430227;ENSP00000387498;ENSP00000375748" "Q10981" "FUT2" "2524" "fucosyltransferase 2" "SE;Se2;SEC2;sej" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000176928" "ENST00000322348;ENST00000652361" "ENSP00000317027;ENSP00000498836" "Q9P109" "GCNT4" "51301" "glucosaminyl (N-acetyl) transferase 4" "C2GNT3;LINC01336" "Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000176974" "ENST00000395684;ENST00000316694;ENST00000580002;ENST00000354098;ENST00000582352;ENST00000579558;ENST00000582653;ENST00000395682;ENST00000583780;ENST00000352886;ENST00000618902" "ENSP00000318868;ENSP00000462043;ENSP00000318805;ENSP00000462227;ENSP00000462041;ENSP00000345881;ENSP00000477782" "P34896" "SHMT1" "6470" "serine hydroxymethyltransferase 1" "CSHMT;MGC15229;MGC24556;SHMT" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000176974" "ENST00000395684;ENST00000316694;ENST00000580002;ENST00000354098;ENST00000582352;ENST00000579558;ENST00000582653;ENST00000395682;ENST00000583780;ENST00000352886;ENST00000618902" "ENSP00000318868;ENSP00000462043;ENSP00000318805;ENSP00000462227;ENSP00000462041;ENSP00000345881;ENSP00000477782" "P34896" "SHMT1" "6470" "serine hydroxymethyltransferase 1" "CSHMT;MGC15229;MGC24556;SHMT" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000177000" "ENST00000376592;ENST00000376585;ENST00000376590;ENST00000641747;ENST00000641805;ENST00000423400;ENST00000641446;ENST00000641407;ENST00000641759;ENST00000641820;ENST00000641721;ENST00000376486;ENST00000641909;ENST00000641437;ENST00000418034;ENST00000431243;ENST00000642002;ENST00000413656;ENST00000376583" "ENSP00000365777;ENSP00000365770;ENSP00000365775;ENSP00000493116;ENSP00000398908;ENSP00000493262;ENSP00000493098;ENSP00000492937;ENSP00000365669;ENSP00000405082;ENSP00000408307;ENSP00000365767" "P42898" "MTHFR" "4524" "methylenetetrahydrofolate reductase" "" "" "" -"ENSG00000177054" "ENST00000532026;ENST00000446113;ENST00000399351;ENST00000525490;ENST00000524744;ENST00000532812;ENST00000530698;ENST00000530100" "ENSP00000400113;ENSP00000382288" "Q8IUH4" "ZDHHC13" "54503" "zinc finger DHHC-type palmitoyltransferase 13" "FLJ10852;FLJ10941;HIP14L" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000177054" "ENST00000532026;ENST00000446113;ENST00000399351;ENST00000525490;ENST00000524744;ENST00000532812;ENST00000530698;ENST00000530100" "ENSP00000400113;ENSP00000382288" "Q8IUH4" "ZDHHC13" "54503" "zinc finger DHHC-type palmitoyltransferase 13" "FLJ10852;FLJ10941;HIP14L" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000177076" "ENST00000340967" "ENSP00000342609" "Q5QJU3" "ACER2" "340485" "alkaline ceramidase 2" "ALKCDase2;ASAH3L;FLJ41587" "Golgi apparatus" "SwissProt" -"ENSG00000177084" "ENST00000541627;ENST00000320574;ENST00000434528;ENST00000672002;ENST00000672742;ENST00000537064;ENST00000534922;ENST00000535270;ENST00000544692;ENST00000538196;ENST00000544870;ENST00000441786;ENST00000541213;ENST00000544414;ENST00000416953;ENST00000540987;ENST00000536445;ENST00000503265;ENST00000539215;ENST00000545015;ENST00000535934;ENST00000539618;ENST00000539357" "ENSP00000322570;ENSP00000500921;ENSP00000500233;ENSP00000500279;ENSP00000442578;ENSP00000445753;ENSP00000479927;ENSP00000480727" "Q07864" "POLE" "5426" "DNA polymerase epsilon, catalytic subunit" "POLE1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000177084" "ENST00000541627;ENST00000320574;ENST00000434528;ENST00000672002;ENST00000672742;ENST00000537064;ENST00000534922;ENST00000535270;ENST00000544692;ENST00000538196;ENST00000544870;ENST00000441786;ENST00000541213;ENST00000544414;ENST00000416953;ENST00000540987;ENST00000536445;ENST00000503265;ENST00000539215;ENST00000545015;ENST00000535934;ENST00000539618;ENST00000539357" "ENSP00000322570;ENSP00000500921;ENSP00000500233;ENSP00000500279;ENSP00000442578;ENSP00000445753;ENSP00000479927;ENSP00000480727" "Q07864" "POLE" "5426" "DNA polymerase epsilon, catalytic subunit" "POLE1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000177108" "ENST00000319374;ENST00000555389;ENST00000555327" "ENSP00000318222;ENSP00000451337;ENSP00000450478" "Q8N966" "ZDHHC22" "283576" "zinc finger DHHC-type palmitoyltransferase 22" "C14orf59" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000177156" "ENST00000528070;ENST00000532685;ENST00000528097;ENST00000530440;ENST00000530119;ENST00000319006;ENST00000533796;ENST00000530666;ENST00000532202" "ENSP00000435042;ENSP00000437098;ENSP00000433501;ENSP00000321259" "P37837" "TALDO1" "6888" "transaldolase 1" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000177156" "ENST00000528070;ENST00000532685;ENST00000528097;ENST00000530440;ENST00000530119;ENST00000319006;ENST00000533796;ENST00000530666;ENST00000532202" "ENSP00000435042;ENSP00000437098;ENSP00000433501;ENSP00000321259" "P37837" "TALDO1" "6888" "transaldolase 1" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000177191" "ENST00000321702;ENST00000601616;ENST00000601379" "ENSP00000312700" "Q7Z7M8" "B3GNT8" "374907" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 8" "B3GALT7;beta3Gn-T8;BGALT15" "Golgi apparatus" "SwissProt" -"ENSG00000177192" "ENST00000443358;ENST00000322060;ENST00000542167;ENST00000376649;ENST00000538037;ENST00000544662;ENST00000456665;ENST00000544213;ENST00000535067;ENST00000537484;ENST00000543754" "ENSP00000392451;ENSP00000324726;ENSP00000438948;ENSP00000365837;ENSP00000440326;ENSP00000409705;ENSP00000445819;ENSP00000443969;ENSP00000440179" "Q9Y606" "PUS1" "80324" "pseudouridine synthase 1" "" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000177200" "ENST00000447540;ENST00000615216;ENST00000566029;ENST00000561869;ENST00000565832;ENST00000564582;ENST00000564845;ENST00000563410;ENST00000398510;ENST00000562785;ENST00000564255;ENST00000565803;ENST00000569794;ENST00000565442;ENST00000562791;ENST00000569225;ENST00000219084;ENST00000565119;ENST00000562806;ENST00000564600;ENST00000564641" "ENSP00000396345;ENSP00000478361;ENSP00000457466;ENSP00000456793;ENSP00000455307;ENSP00000457929;ENSP00000381522;ENSP00000460155;ENSP00000457355;ENSP00000456415;ENSP00000462685;ENSP00000462008" "Q3L8U1" "CHD9" "80205" "chromodomain helicase DNA binding protein 9" "BC022889;FLJ12178;KIAA0308" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000177192" "ENST00000443358;ENST00000322060;ENST00000542167;ENST00000376649;ENST00000538037;ENST00000544662;ENST00000456665;ENST00000544213;ENST00000535067;ENST00000537484;ENST00000543754" "ENSP00000392451;ENSP00000324726;ENSP00000438948;ENSP00000365837;ENSP00000440326;ENSP00000409705;ENSP00000445819;ENSP00000443969;ENSP00000440179" "Q9Y606" "PUS1" "80324" "pseudouridine synthase 1" "" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000177200" "ENST00000447540;ENST00000615216;ENST00000566029;ENST00000561869;ENST00000565832;ENST00000564582;ENST00000564845;ENST00000563410;ENST00000398510;ENST00000562785;ENST00000564255;ENST00000565803;ENST00000569794;ENST00000565442;ENST00000562791;ENST00000569225;ENST00000219084;ENST00000565119;ENST00000562806;ENST00000564600;ENST00000564641" "ENSP00000396345;ENSP00000478361;ENSP00000457466;ENSP00000456793;ENSP00000455307;ENSP00000457929;ENSP00000381522;ENSP00000460155;ENSP00000457355;ENSP00000456415;ENSP00000462685;ENSP00000462008" "Q3L8U1" "CHD9" "80205" "chromodomain helicase DNA binding protein 9" "BC022889;FLJ12178;KIAA0308" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000177239" "ENST00000682881;ENST00000683324;ENST00000684138;ENST00000683135;ENST00000542372;ENST00000371587;ENST00000684366;ENST00000684229;ENST00000683355;ENST00000682425;ENST00000683475;ENST00000682117;ENST00000682210;ENST00000684645;ENST00000684297;ENST00000544448;ENST00000682212;ENST00000545539;ENST00000684144;ENST00000683987;ENST00000683979;ENST00000371589;ENST00000535144;ENST00000684272;ENST00000475449;ENST00000684759;ENST00000545096;ENST00000540346;ENST00000683113;ENST00000474902;ENST00000682964;ENST00000535028;ENST00000536349;ENST00000684336;ENST00000540391;ENST00000480100;ENST00000682502;ENST00000536268;ENST00000683529;ENST00000550113" "ENSP00000506762;ENSP00000507373;ENSP00000506755;ENSP00000507130;ENSP00000444189;ENSP00000483132;ENSP00000507668;ENSP00000508045;ENSP00000507749;ENSP00000507328;ENSP00000507160;ENSP00000444966;ENSP00000508217;ENSP00000440314;ENSP00000508213;ENSP00000507715;ENSP00000507362;ENSP00000360645;ENSP00000441398;ENSP00000506776;ENSP00000448658;ENSP00000507818" "Q9UKM7" "MAN1B1" "11253" "mannosidase alpha class 1B member 1" "ERManI;MANA-ER;MRT15" "Endoplasmic reticulum" "SwissProt" "ENSG00000177414" "ENST00000371077;ENST00000611228;ENST00000371076;ENST00000608020;ENST00000464349;ENST00000608956" "ENSP00000360117;ENSP00000481174;ENSP00000360116;ENSP00000477356;ENSP00000476556" "Q5VVX9" "UBE2U" "148581" "ubiquitin conjugating enzyme E2 U" "MGC35130" "" "" "ENSG00000177465" "ENST00000326303" "ENSP00000323071" "Q8N9L9" "ACOT4" "122970" "acyl-CoA thioesterase 4" "FLJ31235;PTE-Ib;PTE2B" "Peroxisome" "SwissProt" -"ENSG00000177542" "ENST00000320230;ENST00000628067;ENST00000531214;ENST00000481290;ENST00000627843;ENST00000630809;ENST00000531437;ENST00000625419;ENST00000532484;ENST00000528606;ENST00000529351;ENST00000533385;ENST00000531534;ENST00000531514;ENST00000527723;ENST00000526152;ENST00000527734;ENST00000625752;ENST00000456706;ENST00000528936;ENST00000524891;ENST00000629634;ENST00000625316;ENST00000529066;ENST00000532361;ENST00000527127;ENST00000525010;ENST00000532459;ENST00000525644;ENST00000629602;ENST00000530360" "ENSP00000322020;ENSP00000486058;ENSP00000437236;ENSP00000431829;ENSP00000486512;ENSP00000435862;ENSP00000485719;ENSP00000431466;ENSP00000437045;ENSP00000432222;ENSP00000434287;ENSP00000435402;ENSP00000433780;ENSP00000434479;ENSP00000436745;ENSP00000433655;ENSP00000487237;ENSP00000392749;ENSP00000432817;ENSP00000486434;ENSP00000433028;ENSP00000434850" "Q9H936" "SLC25A22" "79751" "solute carrier family 25 member 22" "EIEE3;FLJ13044;GC1;NET44" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000177565" "ENST00000636864;ENST00000430069;ENST00000637659;ENST00000474363;ENST00000673974;ENST00000631253;ENST00000457928;ENST00000352800;ENST00000422442;ENST00000626758;ENST00000638074;ENST00000636348;ENST00000635757;ENST00000637681;ENST00000428970;ENST00000424913;ENST00000437738;ENST00000431421;ENST00000635794;ENST00000630796;ENST00000450267;ENST00000630833;ENST00000431674;ENST00000422066;ENST00000443315;ENST00000627825;ENST00000427349;ENST00000413084;ENST00000637137;ENST00000491623;ENST00000637544;ENST00000636478;ENST00000637755;ENST00000636187;ENST00000636912;ENST00000637123" "ENSP00000405574;ENSP00000490514;ENSP00000501274;ENSP00000486324;ENSP00000413251;ENSP00000263964;ENSP00000387849;ENSP00000486622;ENSP00000391559;ENSP00000404863;ENSP00000392180;ENSP00000402402;ENSP00000490246;ENSP00000486235;ENSP00000406297;ENSP00000486082;ENSP00000397450;ENSP00000398477;ENSP00000396120;ENSP00000401044;ENSP00000415506" "Q9BZK7" "TBL1XR1" "79718" "TBL1X receptor 1" "C21;DC42;FLJ12894;IRA1;TBLR1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000177542" "ENST00000320230;ENST00000628067;ENST00000531214;ENST00000481290;ENST00000627843;ENST00000630809;ENST00000531437;ENST00000625419;ENST00000532484;ENST00000528606;ENST00000529351;ENST00000533385;ENST00000531534;ENST00000531514;ENST00000527723;ENST00000526152;ENST00000527734;ENST00000625752;ENST00000456706;ENST00000528936;ENST00000524891;ENST00000629634;ENST00000625316;ENST00000529066;ENST00000532361;ENST00000527127;ENST00000525010;ENST00000532459;ENST00000525644;ENST00000629602;ENST00000530360" "ENSP00000322020;ENSP00000486058;ENSP00000437236;ENSP00000431829;ENSP00000486512;ENSP00000435862;ENSP00000485719;ENSP00000431466;ENSP00000437045;ENSP00000432222;ENSP00000434287;ENSP00000435402;ENSP00000433780;ENSP00000434479;ENSP00000436745;ENSP00000433655;ENSP00000487237;ENSP00000392749;ENSP00000432817;ENSP00000486434;ENSP00000433028;ENSP00000434850" "Q9H936" "SLC25A22" "79751" "solute carrier family 25 member 22" "EIEE3;FLJ13044;GC1;NET44" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000177565" "ENST00000636864;ENST00000430069;ENST00000637659;ENST00000474363;ENST00000673974;ENST00000631253;ENST00000457928;ENST00000352800;ENST00000422442;ENST00000626758;ENST00000638074;ENST00000636348;ENST00000635757;ENST00000637681;ENST00000428970;ENST00000424913;ENST00000437738;ENST00000431421;ENST00000635794;ENST00000630796;ENST00000450267;ENST00000630833;ENST00000431674;ENST00000422066;ENST00000443315;ENST00000627825;ENST00000427349;ENST00000413084;ENST00000637137;ENST00000491623;ENST00000637544;ENST00000636478;ENST00000637755;ENST00000636187;ENST00000636912;ENST00000637123" "ENSP00000405574;ENSP00000490514;ENSP00000501274;ENSP00000486324;ENSP00000413251;ENSP00000263964;ENSP00000387849;ENSP00000486622;ENSP00000391559;ENSP00000404863;ENSP00000392180;ENSP00000402402;ENSP00000490246;ENSP00000486235;ENSP00000406297;ENSP00000486082;ENSP00000397450;ENSP00000398477;ENSP00000396120;ENSP00000401044;ENSP00000415506" "Q9BZK7" "TBL1XR1" "79718" "TBL1X receptor 1" "C21;DC42;FLJ12894;IRA1;TBLR1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000177628" "ENST00000368373;ENST00000327247;ENST00000464536;ENST00000427500;ENST00000428024;ENST00000478472;ENST00000484489;ENST00000491081;ENST00000497670;ENST00000460156;ENST00000493842;ENST00000473570;ENST00000467918;ENST00000470104" "ENSP00000357357;ENSP00000314508;ENSP00000402577;ENSP00000397986" "P04062" "GBA" "2629" "glucosylceramidase beta" "GBA1;GLUC" "Lysosome" "SwissProt" -"ENSG00000177646" "ENST00000505602;ENST00000679613;ENST00000681367;ENST00000681583;ENST00000514643;ENST00000681784;ENST00000681319;ENST00000681585;ENST00000511325;ENST00000680636;ENST00000512801;ENST00000308982;ENST00000505192;ENST00000511227;ENST00000681552;ENST00000679399;ENST00000515429;ENST00000514336;ENST00000679990;ENST00000681886;ENST00000679431;ENST00000680764;ENST00000505867;ENST00000681589;ENST00000680744;ENST00000679824;ENST00000679715;ENST00000511526;ENST00000508971;ENST00000680638" "ENSP00000504971;ENSP00000505309;ENSP00000506340;ENSP00000422020;ENSP00000506316;ENSP00000504886;ENSP00000427283;ENSP00000312618;ENSP00000426277;ENSP00000425226;ENSP00000505699;ENSP00000505434;ENSP00000426189;ENSP00000423758;ENSP00000506500;ENSP00000506440;ENSP00000505126;ENSP00000425346;ENSP00000505243;ENSP00000505516;ENSP00000506228;ENSP00000422683" "Q9H845" "ACAD9" "28976" "acyl-CoA dehydrogenase family member 9" "MGC14452;NPD002" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000177666" "ENST00000336615;ENST00000525250;ENST00000534561;ENST00000531923;ENST00000529255;ENST00000526083" "ENSP00000337701" "Q96AD5" "PNPLA2" "57104" "patatin like phospholipase domain containing 2" "ATGL;desnutrin;FP17548;iPLA2zeta;TTS-2.2" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000177669" "ENST00000320542" "ENSP00000314196" "Q96T53" "MBOAT4" "619373" "membrane bound O-acyltransferase domain containing 4" "FKSG89;GOAT;OACT4" "Endoplasmic reticulum;Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000177700" "ENST00000534030;ENST00000322028" "ENSP00000432807;ENSP00000324124" "P62875" "POLR2L" "5441" "RNA polymerase II, I and III subunit L" "hRPB7.6;hsRPB10b;RBP10;RPABC5;RPB10beta;RPB7.6" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000177889" "ENST00000548946;ENST00000318066;ENST00000550657;ENST00000549833;ENST00000549490;ENST00000552442" "ENSP00000316176;ENSP00000449352;ENSP00000450260;ENSP00000447009;ENSP00000448352" "P61088" "UBE2N" "7334" "ubiquitin conjugating enzyme E2 N" "MGC8489;UBC13;UbcH-ben" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000178035" "ENST00000466147;ENST00000491610;ENST00000326739;ENST00000678724;ENST00000679117;ENST00000472328;ENST00000429182;ENST00000463903;ENST00000462980;ENST00000484872;ENST00000677168;ENST00000676627;ENST00000442157;ENST00000677519;ENST00000677205;ENST00000678001;ENST00000677010;ENST00000678920;ENST00000677991;ENST00000677480;ENST00000676607;ENST00000678603;ENST00000679339;ENST00000676708;ENST00000676864;ENST00000678177;ENST00000677185;ENST00000678085;ENST00000677344;ENST00000481274;ENST00000679019;ENST00000677740;ENST00000677108;ENST00000677593;ENST00000485500;ENST00000496837" "ENSP00000321584;ENSP00000503874;ENSP00000503240;ENSP00000393525;ENSP00000403502;ENSP00000503089;ENSP00000504378" "P12268" "IMPDH2" "3615" "inosine monophosphate dehydrogenase 2" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000178127" "ENST00000577703;ENST00000318388;ENST00000497577;ENST00000583375;ENST00000400033;ENST00000474350;ENST00000483511;ENST00000465096;ENST00000474740" "ENSP00000461911;ENSP00000327268;ENSP00000464504;ENSP00000382908" "P19404" "NDUFV2" "4729" "NADH:ubiquinone oxidoreductase core subunit V2" "CI-24k" "Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000177646" "ENST00000505602;ENST00000679613;ENST00000681367;ENST00000681583;ENST00000514643;ENST00000681784;ENST00000681319;ENST00000681585;ENST00000511325;ENST00000680636;ENST00000512801;ENST00000308982;ENST00000505192;ENST00000511227;ENST00000681552;ENST00000679399;ENST00000515429;ENST00000514336;ENST00000679990;ENST00000681886;ENST00000679431;ENST00000680764;ENST00000505867;ENST00000681589;ENST00000680744;ENST00000679824;ENST00000679715;ENST00000511526;ENST00000508971;ENST00000680638" "ENSP00000504971;ENSP00000505309;ENSP00000506340;ENSP00000422020;ENSP00000506316;ENSP00000504886;ENSP00000427283;ENSP00000312618;ENSP00000426277;ENSP00000425226;ENSP00000505699;ENSP00000505434;ENSP00000426189;ENSP00000423758;ENSP00000506500;ENSP00000506440;ENSP00000505126;ENSP00000425346;ENSP00000505243;ENSP00000505516;ENSP00000506228;ENSP00000422683" "Q9H845" "ACAD9" "28976" "acyl-CoA dehydrogenase family member 9" "MGC14452;NPD002" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000177666" "ENST00000336615;ENST00000525250;ENST00000534561;ENST00000531923;ENST00000529255;ENST00000526083" "ENSP00000337701" "Q96AD5" "PNPLA2" "57104" "patatin like phospholipase domain containing 2" "ATGL;desnutrin;FP17548;iPLA2zeta;TTS-2.2" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000177669" "ENST00000320542" "ENSP00000314196" "Q96T53" "MBOAT4" "619373" "membrane bound O-acyltransferase domain containing 4" "FKSG89;GOAT;OACT4" "Endoplasmic reticulum;Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000177700" "ENST00000534030;ENST00000322028" "ENSP00000432807;ENSP00000324124" "P62875" "POLR2L" "5441" "RNA polymerase II, I and III subunit L" "hRPB7.6;hsRPB10b;RBP10;RPABC5;RPB10beta;RPB7.6" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000177889" "ENST00000548946;ENST00000318066;ENST00000550657;ENST00000549833;ENST00000549490;ENST00000552442" "ENSP00000316176;ENSP00000449352;ENSP00000450260;ENSP00000447009;ENSP00000448352" "P61088" "UBE2N" "7334" "ubiquitin conjugating enzyme E2 N" "MGC8489;UBC13;UbcH-ben" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000178035" "ENST00000466147;ENST00000491610;ENST00000326739;ENST00000678724;ENST00000679117;ENST00000472328;ENST00000429182;ENST00000463903;ENST00000462980;ENST00000484872;ENST00000677168;ENST00000676627;ENST00000442157;ENST00000677519;ENST00000677205;ENST00000678001;ENST00000677010;ENST00000678920;ENST00000677991;ENST00000677480;ENST00000676607;ENST00000678603;ENST00000679339;ENST00000676708;ENST00000676864;ENST00000678177;ENST00000677185;ENST00000678085;ENST00000677344;ENST00000481274;ENST00000679019;ENST00000677740;ENST00000677108;ENST00000677593;ENST00000485500;ENST00000496837" "ENSP00000321584;ENSP00000503874;ENSP00000503240;ENSP00000393525;ENSP00000403502;ENSP00000503089;ENSP00000504378" "P12268" "IMPDH2" "3615" "inosine monophosphate dehydrogenase 2" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000178127" "ENST00000577703;ENST00000318388;ENST00000497577;ENST00000583375;ENST00000400033;ENST00000474350;ENST00000483511;ENST00000465096;ENST00000474740" "ENSP00000461911;ENSP00000327268;ENSP00000464504;ENSP00000382908" "P19404" "NDUFV2" "4729" "NADH:ubiquinone oxidoreductase core subunit V2" "CI-24k" "Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000178234" "ENST00000482812;ENST00000430044;ENST00000431668;ENST00000446096;ENST00000447778;ENST00000423337;ENST00000434507;ENST00000415421;ENST00000422997;ENST00000419245;ENST00000447796;ENST00000491061;ENST00000431940" "ENSP00000395122;ENSP00000395020;ENSP00000414890;ENSP00000395078;ENSP00000393892;ENSP00000416787;ENSP00000410093;ENSP00000389449;ENSP00000397581;ENSP00000412142;ENSP00000390247" "Q8NCW6" "GALNT11" "63917" "polypeptide N-acetylgalactosaminyltransferase 11" "GalNAc-T11" "Golgi apparatus" "SwissProt" -"ENSG00000178445" "ENST00000321612;ENST00000638274;ENST00000639639;ENST00000640505;ENST00000638233;ENST00000639364;ENST00000638661;ENST00000639461;ENST00000639954;ENST00000639318;ENST00000638694;ENST00000477960;ENST00000639443;ENST00000640592;ENST00000460457;ENST00000640208;ENST00000463305;ENST00000640703;ENST00000639493;ENST00000638654;ENST00000639840;ENST00000639020" "ENSP00000370737;ENSP00000491487;ENSP00000491312;ENSP00000491369;ENSP00000491932;ENSP00000491895;ENSP00000491209;ENSP00000491101;ENSP00000491161;ENSP00000491392" "P23378" "GLDC" "2731" "glycine decarboxylase" "GCSP;NKH" "Mitochondria;Nucleus" "SwissProt&CellAtlas" -"ENSG00000178537" "ENST00000319017;ENST00000430379;ENST00000479050;ENST00000440964" "ENSP00000326305;ENSP00000388986;ENSP00000388563" "O43772" "SLC25A20" "788" "solute carrier family 25 member 20" "CAC;CACT" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000178445" "ENST00000321612;ENST00000638274;ENST00000639639;ENST00000640505;ENST00000638233;ENST00000639364;ENST00000638661;ENST00000639461;ENST00000639954;ENST00000639318;ENST00000638694;ENST00000477960;ENST00000639443;ENST00000640592;ENST00000460457;ENST00000640208;ENST00000463305;ENST00000640703;ENST00000639493;ENST00000638654;ENST00000639840;ENST00000639020" "ENSP00000370737;ENSP00000491487;ENSP00000491312;ENSP00000491369;ENSP00000491932;ENSP00000491895;ENSP00000491209;ENSP00000491101;ENSP00000491161;ENSP00000491392" "P23378" "GLDC" "2731" "glycine decarboxylase" "GCSP;NKH" "Mitochondria;Nucleus" "SwissProt;CellAtlas" +"ENSG00000178537" "ENST00000319017;ENST00000430379;ENST00000479050;ENST00000440964" "ENSP00000326305;ENSP00000388986;ENSP00000388563" "O43772" "SLC25A20" "788" "solute carrier family 25 member 20" "CAC;CACT" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000178538" "ENST00000317995;ENST00000524872;ENST00000528666;ENST00000529918" "ENSP00000314407" "P35219" "CA8" "767" "carbonic anhydrase 8" "CALS;CARP" "" "" -"ENSG00000178685" "ENST00000526007;ENST00000524918;ENST00000313028;ENST00000525773;ENST00000527262;ENST00000528963;ENST00000313059;ENST00000533665;ENST00000526985;ENST00000525879;ENST00000528625;ENST00000525486;ENST00000531537;ENST00000529842;ENST00000528914;ENST00000528136;ENST00000529311;ENST00000528580;ENST00000530478;ENST00000532311;ENST00000531707;ENST00000534737;ENST00000532660" "ENSP00000431620;ENSP00000325618;ENSP00000434776;ENSP00000432733;ENSP00000314320;ENSP00000436301;ENSP00000431818;ENSP00000435793;ENSP00000432204;ENSP00000436697;ENSP00000434005;ENSP00000431250;ENSP00000434411;ENSP00000436333;ENSP00000435161;ENSP00000433990" "Q53GL7" "PARP10" "84875" "poly(ADP-ribose) polymerase family member 10" "ARTD10;FLJ14464" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000178685" "ENST00000526007;ENST00000524918;ENST00000313028;ENST00000525773;ENST00000527262;ENST00000528963;ENST00000313059;ENST00000533665;ENST00000526985;ENST00000525879;ENST00000528625;ENST00000525486;ENST00000531537;ENST00000529842;ENST00000528914;ENST00000528136;ENST00000529311;ENST00000528580;ENST00000530478;ENST00000532311;ENST00000531707;ENST00000534737;ENST00000532660" "ENSP00000431620;ENSP00000325618;ENSP00000434776;ENSP00000432733;ENSP00000314320;ENSP00000436301;ENSP00000431818;ENSP00000435793;ENSP00000432204;ENSP00000436697;ENSP00000434005;ENSP00000431250;ENSP00000434411;ENSP00000436333;ENSP00000435161;ENSP00000433990" "Q53GL7" "PARP10" "84875" "poly(ADP-ribose) polymerase family member 10" "ARTD10;FLJ14464" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000178694" "ENST00000477077;ENST00000483378;ENST00000476588;ENST00000485793;ENST00000461625;ENST00000468555;ENST00000314622;ENST00000494128" "ENSP00000419297;ENSP00000318986" "Q9H649" "NSUN3" "63899" "NOP2/Sun RNA methyltransferase 3" "FLJ22609" "Mitochondria" "SwissProt" -"ENSG00000178700" "ENST00000481631;ENST00000314636;ENST00000394221;ENST00000461173;ENST00000619045;ENST00000496983" "ENSP00000319170;ENSP00000377768;ENSP00000418415;ENSP00000480823;ENSP00000420810" "Q86XF0" "DHFR2" "200895" "dihydrofolate reductase 2" "DHFRL1;DHFRP4;FLJ16119" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000178700" "ENST00000481631;ENST00000314636;ENST00000394221;ENST00000461173;ENST00000619045;ENST00000496983" "ENSP00000319170;ENSP00000377768;ENSP00000418415;ENSP00000480823;ENSP00000420810" "Q86XF0" "DHFR2" "200895" "dihydrofolate reductase 2" "DHFRL1;DHFRP4;FLJ16119" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000178741" "ENST00000322347;ENST00000562233;ENST00000567270;ENST00000568783;ENST00000568517;ENST00000564811" "ENSP00000317780;ENSP00000456253;ENSP00000457974;ENSP00000455053;ENSP00000456314;ENSP00000456386" "P20674" "COX5A" "9377" "cytochrome c oxidase subunit 5A" "" "Inner mitochondria" "SwissProt" "ENSG00000178773" "ENST00000319518;ENST00000268720;ENST00000525982;ENST00000532500;ENST00000529800;ENST00000568977;ENST00000566398;ENST00000526232;ENST00000564421" "ENSP00000317374;ENSP00000268720;ENSP00000431863;ENSP00000435876;ENSP00000455086;ENSP00000434886" "Q9UBL6" "CPNE7" "27132" "copine 7" "" "Cytosol;Nucleus" "SwissProt" -"ENSG00000178802" "ENST00000569931;ENST00000352410;ENST00000566377;ENST00000569233;ENST00000567132;ENST00000564633;ENST00000568907;ENST00000561470;ENST00000563422;ENST00000564003;ENST00000562800;ENST00000563786;ENST00000535694;ENST00000323744;ENST00000567116;ENST00000568303;ENST00000568828;ENST00000562606;ENST00000565576;ENST00000567570;ENST00000568840;ENST00000567177;ENST00000566556;ENST00000564692" "ENSP00000455161;ENSP00000318318;ENSP00000455405;ENSP00000454622;ENSP00000455972;ENSP00000455383;ENSP00000457494;ENSP00000454267;ENSP00000457885;ENSP00000454312;ENSP00000457619;ENSP00000455241;ENSP00000440447;ENSP00000318192;ENSP00000455065;ENSP00000457020;ENSP00000454619;ENSP00000455477;ENSP00000457013" "P34949" "MPI" "4351" "mannose phosphate isomerase" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000178802" "ENST00000569931;ENST00000352410;ENST00000566377;ENST00000569233;ENST00000567132;ENST00000564633;ENST00000568907;ENST00000561470;ENST00000563422;ENST00000564003;ENST00000562800;ENST00000563786;ENST00000535694;ENST00000323744;ENST00000567116;ENST00000568303;ENST00000568828;ENST00000562606;ENST00000565576;ENST00000567570;ENST00000568840;ENST00000567177;ENST00000566556;ENST00000564692" "ENSP00000455161;ENSP00000318318;ENSP00000455405;ENSP00000454622;ENSP00000455972;ENSP00000455383;ENSP00000457494;ENSP00000454267;ENSP00000457885;ENSP00000454312;ENSP00000457619;ENSP00000455241;ENSP00000440447;ENSP00000318192;ENSP00000455065;ENSP00000457020;ENSP00000454619;ENSP00000455477;ENSP00000457013" "P34949" "MPI" "4351" "mannose phosphate isomerase" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000178814" "ENST00000618853;ENST00000527993;ENST00000531027;ENST00000567871" "ENSP00000480476;ENSP00000481640" "O14841" "OPLAH" "26873" "5-oxoprolinase, ATP-hydrolysing" "5-Opase;OPLA" "Nucleus" "CellAtlas" "ENSG00000178921" "ENST00000585183;ENST00000584044;ENST00000580356;ENST00000314666;ENST00000581242;ENST00000625942;ENST00000585319;ENST00000583059;ENST00000581288;ENST00000578979;ENST00000546020;ENST00000580251" "ENSP00000463362;ENSP00000464689;ENSP00000464671;ENSP00000313490;ENSP00000463045;ENSP00000487260;ENSP00000462874;ENSP00000463103;ENSP00000443244" "O15067" "PFAS" "5198" "phosphoribosylformylglycinamidine synthase" "FGARAT;GATD8;KIAA0361;PURL" "Cytosol" "SwissProt" "ENSG00000178922" "ENST00000583037;ENST00000483618;ENST00000372433;ENST00000372434;ENST00000470662;ENST00000487366;ENST00000372430;ENST00000372432;ENST00000372427;ENST00000486909;ENST00000496142;ENST00000469587" "ENSP00000461969;ENSP00000361510;ENSP00000361511;ENSP00000428803;ENSP00000428501;ENSP00000361507;ENSP00000361509;ENSP00000428399" "Q5T013" "HYI" "81888" "hydroxypyruvate isomerase (putative)" "HT036" "Cytosol;Golgi apparatus" "CellAtlas" -"ENSG00000178952" "ENST00000313511;ENST00000569217;ENST00000565012;ENST00000561644" "ENSP00000322439;ENSP00000455007" "P49411" "TUFM" "7284" "Tu translation elongation factor, mitochondrial" "EF-TuMT;EFTu" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000178952" "ENST00000313511;ENST00000569217;ENST00000565012;ENST00000561644" "ENSP00000322439;ENSP00000455007" "P49411" "TUFM" "7284" "Tu translation elongation factor, mitochondrial" "EF-TuMT;EFTu" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000179085" "ENST00000368399;ENST00000368400;ENST00000341298" "ENSP00000357384;ENSP00000357385;ENSP00000344338" "Q9P2X0" "DPM3" "54344" "dolichyl-phosphate mannosyltransferase subunit 3, regulatory" "MGC125904;MGC125905;MGC34275" "Endoplasmic reticulum" "SwissProt" -"ENSG00000179091" "ENST00000533444;ENST00000318911;ENST00000528618;ENST00000525122" "ENSP00000317159" "P08574" "CYC1" "1537" "cytochrome c1" "UQCR4" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000179115" "ENST00000314606;ENST00000588025;ENST00000423140;ENST00000586146;ENST00000588965;ENST00000587488;ENST00000593021;ENST00000592662;ENST00000586280;ENST00000587981" "ENSP00000320309;ENSP00000468051;ENSP00000396548;ENSP00000468068;ENSP00000468384;ENSP00000467384;ENSP00000465402" "Q9Y285" "FARSA" "2193" "phenylalanyl-tRNA synthetase subunit alpha" "CML33;FARSL;FARSLA" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000179142" "ENST00000323110" "ENSP00000325822" "P19099" "CYP11B2" "1585" "cytochrome P450 family 11 subfamily B member 2" "ALDOS;CPN2;CYP11B;CYP11BL;P-450C18;P450aldo" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000179148" "ENST00000380149;ENST00000448843;ENST00000583808;ENST00000318227" "ENSP00000369494;ENSP00000400581;ENSP00000314879" "Q9BYJ1" "ALOXE3" "59344" "arachidonate lipoxygenase 3" "E-LOX;eLOX3" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000179091" "ENST00000533444;ENST00000318911;ENST00000528618;ENST00000525122" "ENSP00000317159" "P08574" "CYC1" "1537" "cytochrome c1" "UQCR4" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000179115" "ENST00000314606;ENST00000588025;ENST00000423140;ENST00000586146;ENST00000588965;ENST00000587488;ENST00000593021;ENST00000592662;ENST00000586280;ENST00000587981" "ENSP00000320309;ENSP00000468051;ENSP00000396548;ENSP00000468068;ENSP00000468384;ENSP00000467384;ENSP00000465402" "Q9Y285" "FARSA" "2193" "phenylalanyl-tRNA synthetase subunit alpha" "CML33;FARSL;FARSLA" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000179142" "ENST00000323110" "ENSP00000325822" "P19099" "CYP11B2" "1585" "cytochrome P450 family 11 subfamily B member 2" "ALDOS;CPN2;CYP11B;CYP11BL;P-450C18;P450aldo" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000179148" "ENST00000380149;ENST00000448843;ENST00000583808;ENST00000318227" "ENSP00000369494;ENSP00000400581;ENSP00000314879" "Q9BYJ1" "ALOXE3" "59344" "arachidonate lipoxygenase 3" "E-LOX;eLOX3" "Cytosol" "SwissProt;CellAtlas" "ENSG00000179163" "ENST00000374479" "ENSP00000363603" "P04066" "FUCA1" "2517" "alpha-L-fucosidase 1" "" "Lysosome" "SwissProt" "ENSG00000179299" "ENST00000381782;ENST00000316607;ENST00000473399;ENST00000463952;ENST00000469033;ENST00000423784;ENST00000478857" "ENSP00000371201;ENSP00000319127" "Q8NE18" "NSUN7" "79730" "NOP2/Sun RNA methyltransferase family member 7" "FLJ14001" "" "" "ENSG00000179455" "ENST00000314520;ENST00000679144;ENST00000564592;ENST00000677119;ENST00000570112;ENST00000647595;ENST00000568252;ENST00000649065;ENST00000678440;ENST00000676568;ENST00000568945;ENST00000677372" "ENSP00000313881;ENSP00000504844;ENSP00000455368;ENSP00000503815;ENSP00000496869;ENSP00000456779;ENSP00000496859;ENSP00000503032;ENSP00000502884;ENSP00000497232;ENSP00000503024" "Q13064" "MKRN3" "7681" "makorin ring finger protein 3" "D15S9;MGC88288;RNF63;ZFP127;ZNF127" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000179477" "ENST00000647874;ENST00000649809;ENST00000650441;ENST00000577351;ENST00000583276;ENST00000584116" "ENSP00000497784;ENSP00000496845" "O75342" "ALOX12B" "242" "arachidonate 12-lipoxygenase, 12R type" "12R-LOX" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000179477" "ENST00000647874;ENST00000649809;ENST00000650441;ENST00000577351;ENST00000583276;ENST00000584116" "ENSP00000497784;ENSP00000496845" "O75342" "ALOX12B" "242" "arachidonate 12-lipoxygenase, 12R type" "12R-LOX" "Cytosol" "SwissProt;CellAtlas" "ENSG00000179520" "ENST00000323346;ENST00000392989;ENST00000547922;ENST00000552697" "ENSP00000316909;ENSP00000376715" "Q8NDX2" "SLC17A8" "246213" "solute carrier family 17 member 8" "DFNA25;VGLUT3" "Cytosol" "SwissProt" -"ENSG00000179593" "ENST00000572022;ENST00000380173;ENST00000380183;ENST00000571240;ENST00000573359" "ENSP00000458749;ENSP00000369520;ENSP00000369530;ENSP00000460332" "O15296" "ALOX15B" "247" "arachidonate 15-lipoxygenase type B" "15-LOX-2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000179593" "ENST00000572022;ENST00000380173;ENST00000380183;ENST00000571240;ENST00000573359" "ENSP00000458749;ENSP00000369520;ENSP00000369530;ENSP00000460332" "O15296" "ALOX15B" "247" "arachidonate 15-lipoxygenase type B" "15-LOX-2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000179598" "ENST00000321560" "ENSP00000317177" "Q8N2A8" "PLD6" "201164" "phospholipase D family member 6" "" "Golgi apparatus" "SwissProt" "ENSG00000179761" "ENST00000580241;ENST00000580383;ENST00000583215;ENST00000578748;ENST00000577182;ENST00000323372;ENST00000466889;ENST00000469082;ENST00000484308;ENST00000419875" "ENSP00000317721;ENSP00000465428;ENSP00000465329" "Q9P0Z9" "PIPOX" "51268" "pipecolic acid and sarcosine oxidase" "LPIPOX" "Peroxisome" "SwissProt" "ENSG00000179913" "ENST00000599265;ENST00000318683;ENST00000600777;ENST00000595387" "ENSP00000471733;ENSP00000321874;ENSP00000468914;ENSP00000472638" "Q9Y2A9" "B3GNT3" "10331" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 3" "B3GN-T3;B3GNT-3;beta3Gn-T3;HP10328;TMEM3" "Golgi apparatus" "SwissProt" "ENSG00000179918" "ENST00000478753" "ENSP00000418669" "Q99611" "SEPHS2" "22928" "selenophosphate synthetase 2" "SPS2;SPS2b" "Nucleus" "CellAtlas" -"ENSG00000179958" "ENST00000319285;ENST00000678016;ENST00000567983;ENST00000568434;ENST00000568973;ENST00000565758" "ENSP00000322524;ENSP00000503857;ENSP00000456612;ENSP00000455391;ENSP00000460764;ENSP00000460933" "Q9H773" "DCTPP1" "79077" "dCTP pyrophosphatase 1" "CDA03;MGC5627;RS21C6;XTP3TPA" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000179958" "ENST00000319285;ENST00000678016;ENST00000567983;ENST00000568434;ENST00000568973;ENST00000565758" "ENSP00000322524;ENSP00000503857;ENSP00000456612;ENSP00000455391;ENSP00000460764;ENSP00000460933" "Q9H773" "DCTPP1" "79077" "dCTP pyrophosphatase 1" "CDA03;MGC5627;RS21C6;XTP3TPA" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000180011" "ENST00000322342;ENST00000537114;ENST00000582437;ENST00000581620" "ENSP00000323678;ENSP00000440111;ENSP00000463106;ENSP00000463844" "Q8N4Q0" "ZADH2" "284273" "zinc binding alcohol dehydrogenase domain containing 2" "MGC45594" "Golgi apparatus;Nucleus" "CellAtlas" -"ENSG00000180176" "ENST00000381178;ENST00000381175;ENST00000352909;ENST00000324155;ENST00000479437;ENST00000416223;ENST00000412076;ENST00000461172;ENST00000381168;ENST00000469226;ENST00000333684" "ENSP00000370571;ENSP00000370567;ENSP00000325951;ENSP00000325831;ENSP00000403440;ENSP00000403546;ENSP00000370560;ENSP00000328814" "P07101" "TH" "7054" "tyrosine hydroxylase" "DYT5b" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000180176" "ENST00000381178;ENST00000381175;ENST00000352909;ENST00000324155;ENST00000479437;ENST00000416223;ENST00000412076;ENST00000461172;ENST00000381168;ENST00000469226;ENST00000333684" "ENSP00000370571;ENSP00000370567;ENSP00000325951;ENSP00000325831;ENSP00000403440;ENSP00000403546;ENSP00000370560;ENSP00000328814" "P07101" "TH" "7054" "tyrosine hydroxylase" "DYT5b" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000180210" "ENST00000311907;ENST00000469189;ENST00000530231;ENST00000442468;ENST00000490274" "ENSP00000308541;ENSP00000433907;ENSP00000387413" "P00734" "F2" "2147" "coagulation factor II, thrombin" "" "" "" -"ENSG00000180233" "ENST00000323037;ENST00000459998" "ENSP00000323879" "Q8NHG8" "ZNRF2" "223082" "zinc and ring finger 2" "RNF202" "Nucleus;Lysosome" "SwissProt&CellAtlas" +"ENSG00000180233" "ENST00000323037;ENST00000459998" "ENSP00000323879" "Q8NHG8" "ZNRF2" "223082" "zinc and ring finger 2" "RNF202" "Nucleus;Lysosome" "SwissProt;CellAtlas" "ENSG00000180251" "ENST00000295269;ENST00000492154" "ENSP00000295269" "Q6AI14" "SLC9A4" "389015" "solute carrier family 9 member A4" "NHE4" "Nucleus" "CellAtlas" "ENSG00000180432" "ENST00000437102;ENST00000316161" "ENSP00000404499;ENSP00000318867" "Q9UNU6" "CYP8B1" "1582" "cytochrome P450 family 8 subfamily B member 1" "CYP12" "Endoplasmic reticulum" "SwissProt" -"ENSG00000180537" "ENST00000488763;ENST00000488300;ENST00000420478;ENST00000471906;ENST00000423553;ENST00000537663;ENST00000544682;ENST00000537388" "ENSP00000417500;ENSP00000420465;ENSP00000419329;ENSP00000417514;ENSP00000418717;ENSP00000443228;ENSP00000442021;ENSP00000441271" "Q8N6D2" "RNF182" "221687" "ring finger protein 182" "MGC33993" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000180549" "ENST00000314412" "ENSP00000318142" "Q11130" "FUT7" "2529" "fucosyltransferase 7" "" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000180537" "ENST00000488763;ENST00000488300;ENST00000420478;ENST00000471906;ENST00000423553;ENST00000537663;ENST00000544682;ENST00000537388" "ENSP00000417500;ENSP00000420465;ENSP00000419329;ENSP00000417514;ENSP00000418717;ENSP00000443228;ENSP00000442021;ENSP00000441271" "Q8N6D2" "RNF182" "221687" "ring finger protein 182" "MGC33993" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000180549" "ENST00000314412" "ENSP00000318142" "Q11130" "FUT7" "2529" "fucosyltransferase 7" "" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000180638" "ENST00000325411;ENST00000467609;ENST00000463318;ENST00000433844;ENST00000350657;ENST00000574239;ENST00000574220;ENST00000467379;ENST00000483510;ENST00000456947" "ENSP00000326671;ENSP00000391848;ENSP00000338084;ENSP00000458694" "Q86VL8" "SLC47A2" "146802" "solute carrier family 47 member 2" "FLJ31196;MATE2;MATE2-K" "" "" -"ENSG00000180767" "ENST00000319340;ENST00000615522" "ENSP00000317404;ENSP00000478416" "Q8NET6" "CHST13" "166012" "carbohydrate sulfotransferase 13" "C4ST3" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000180767" "ENST00000319340;ENST00000615522" "ENSP00000317404;ENSP00000478416" "Q8NET6" "CHST13" "166012" "carbohydrate sulfotransferase 13" "C4ST3" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000180773" "ENST00000326402;ENST00000527503;ENST00000529184;ENST00000526735;ENST00000534116;ENST00000524875;ENST00000527743" "ENSP00000317382;ENSP00000436570;ENSP00000432061;ENSP00000434879" "Q6YBV0" "SLC36A4" "120103" "solute carrier family 36 member 4" "FLJ38932;PAT4" "Cytosol;Golgi apparatus" "CellAtlas" "ENSG00000180776" "ENST00000626464;ENST00000400590;ENST00000464055;ENST00000477811;ENST00000494731;ENST00000484277;ENST00000382466;ENST00000415724;ENST00000542645;ENST00000320220" "ENSP00000485858;ENSP00000383433;ENSP00000371905;ENSP00000401232;ENSP00000443236;ENSP00000313583" "Q5W0Z9" "ZDHHC20" "253832" "zinc finger DHHC-type palmitoyltransferase 20" "DHHC20;FLJ25952" "Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000180817" "ENST00000373232;ENST00000610026;ENST00000373230;ENST00000625364;ENST00000460755;ENST00000495346" "ENSP00000362329;ENSP00000362327;ENSP00000486162" "Q15181" "PPA1" "5464" "inorganic pyrophosphatase 1" "IOPPP;PP;PP1;Ppase;SID6-8061" "" "" -"ENSG00000180879" "ENST00000320857;ENST00000491833;ENST00000370087;ENST00000482902;ENST00000460616;ENST00000370086;ENST00000370085;ENST00000471724;ENST00000471880;ENST00000486204;ENST00000485612;ENST00000447375" "ENSP00000317331;ENSP00000359104;ENSP00000359103;ENSP00000359102" "P51571" "SSR4" "6748" "signal sequence receptor subunit 4" "TRAPD" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000180917" "ENST00000338099;ENST00000434935;ENST00000563876;ENST00000564183;ENST00000565850;ENST00000567610;ENST00000568910;ENST00000564690" "ENSP00000337512;ENSP00000411148;ENSP00000457399;ENSP00000456036;ENSP00000456476;ENSP00000455080;ENSP00000457679" "Q8IYT2" "CMTR2" "55783" "cap methyltransferase 2" "AFT;FLJ11171;FTSJD1;MTr2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000180879" "ENST00000320857;ENST00000491833;ENST00000370087;ENST00000482902;ENST00000460616;ENST00000370086;ENST00000370085;ENST00000471724;ENST00000471880;ENST00000486204;ENST00000485612;ENST00000447375" "ENSP00000317331;ENSP00000359104;ENSP00000359103;ENSP00000359102" "P51571" "SSR4" "6748" "signal sequence receptor subunit 4" "TRAPD" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000180917" "ENST00000338099;ENST00000434935;ENST00000563876;ENST00000564183;ENST00000565850;ENST00000567610;ENST00000568910;ENST00000564690" "ENSP00000337512;ENSP00000411148;ENSP00000457399;ENSP00000456036;ENSP00000456476;ENSP00000455080;ENSP00000457679" "Q8IYT2" "CMTR2" "55783" "cap methyltransferase 2" "AFT;FLJ11171;FTSJD1;MTr2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000180953" "ENST00000562759;ENST00000478497;ENST00000485386" "ENSP00000457965;ENSP00000453502;ENSP00000453693" "Q9HBF5" "ST20" "" "suppressor of tumorigenicity 20" "HCCS-1" "" "" -"ENSG00000181019" "ENST00000561500;ENST00000379047;ENST00000320623;ENST00000379046;ENST00000439109;ENST00000564043;ENST00000569118" "ENSP00000456282;ENSP00000368335;ENSP00000319788;ENSP00000368334;ENSP00000398330;ENSP00000455020" "P15559" "NQO1" "1728" "NAD(P)H quinone dehydrogenase 1" "DHQU;DIA4;DTD;NMOR1;QR1" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000181035" "ENST00000318596;ENST00000597661;ENST00000594070;ENST00000600275;ENST00000600251;ENST00000596819" "ENSP00000326693" "Q86VD7" "SLC25A42" "284439" "solute carrier family 25 member 42" "MGC26694" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000181019" "ENST00000561500;ENST00000379047;ENST00000320623;ENST00000379046;ENST00000439109;ENST00000564043;ENST00000569118" "ENSP00000456282;ENSP00000368335;ENSP00000319788;ENSP00000368334;ENSP00000398330;ENSP00000455020" "P15559" "NQO1" "1728" "NAD(P)H quinone dehydrogenase 1" "DHQU;DIA4;DTD;NMOR1;QR1" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000181035" "ENST00000318596;ENST00000597661;ENST00000594070;ENST00000600275;ENST00000600251;ENST00000596819" "ENSP00000326693" "Q86VD7" "SLC25A42" "284439" "solute carrier family 25 member 42" "MGC26694" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000181038" "ENST00000589977;ENST00000615984;ENST00000591571;ENST00000592849;ENST00000586738;ENST00000588783;ENST00000588563;ENST00000586752;ENST00000588302;ENST00000590964;ENST00000341249;ENST00000588822;ENST00000586200;ENST00000589581;ENST00000588964" "ENSP00000464965;ENSP00000482599;ENSP00000466614;ENSP00000467527;ENSP00000468386;ENSP00000466938;ENSP00000467503;ENSP00000466203;ENSP00000468704;ENSP00000465890;ENSP00000341543;ENSP00000465430;ENSP00000465959;ENSP00000467101" "Q86XA0" "METTL23" "124512" "methyltransferase like 23" "C17orf95;LOC124512" "Cytosol;Nucleus" "SwissProt" -"ENSG00000181045" "ENST00000577155;ENST00000573809;ENST00000361193;ENST00000574967;ENST00000572652;ENST00000576126;ENST00000571888;ENST00000411502;ENST00000546047;ENST00000571602;ENST00000571564;ENST00000572725;ENST00000572226;ENST00000571176;ENST00000571072;ENST00000571215;ENST00000575019" "ENSP00000458521;ENSP00000459735;ENSP00000355384;ENSP00000460535;ENSP00000459420;ENSP00000403998;ENSP00000440724;ENSP00000459470;ENSP00000458831;ENSP00000458234;ENSP00000459379" "Q86WA9" "SLC26A11" "284129" "solute carrier family 26 member 11" "" "Golgi apparatus;Nucleus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000181090" "ENST00000460843;ENST00000462484;ENST00000371394;ENST00000630754;ENST00000626216;ENST00000637593;ENST00000629335;ENST00000637335;ENST00000636376;ENST00000637655;ENST00000636027;ENST00000492232;ENST00000460486;ENST00000636081;ENST00000637161;ENST00000629417;ENST00000637662;ENST00000636186;ENST00000637261;ENST00000637977;ENST00000626066;ENST00000638071;ENST00000495657;ENST00000637318;ENST00000478940;ENST00000640639;ENST00000629808;ENST00000462942;ENST00000465566;ENST00000637891;ENST00000637949;ENST00000493484;ENST00000482340;ENST00000636565;ENST00000486164;ENST00000637277;ENST00000635783;ENST00000488242;ENST00000483653;ENST00000637407;ENST00000636463;ENST00000494249;ENST00000635987;ENST00000637748;ENST00000635741;ENST00000475564;ENST00000637784;ENST00000636472;ENST00000636526;ENST00000472849;ENST00000637287;ENST00000475704" "ENSP00000417980;ENSP00000417328;ENSP00000485945;ENSP00000485933;ENSP00000485878;ENSP00000490056;ENSP00000489961;ENSP00000486580;ENSP00000486969;ENSP00000490328;ENSP00000486857;ENSP00000490815;ENSP00000490714;ENSP00000485900;ENSP00000490417;ENSP00000490611;ENSP00000490732;ENSP00000491823;ENSP00000485947;ENSP00000436107;ENSP00000486261;ENSP00000490907;ENSP00000489786;ENSP00000486503;ENSP00000486748;ENSP00000486127" "Q9H9B1" "EHMT1" "79813" "euchromatic histone lysine methyltransferase 1" "bA188C12.1;EHMT1-IT1;Eu-HMTase1;FLJ12879;FLJ40292;KIAA1876;KMT1D" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000181045" "ENST00000577155;ENST00000573809;ENST00000361193;ENST00000574967;ENST00000572652;ENST00000576126;ENST00000571888;ENST00000411502;ENST00000546047;ENST00000571602;ENST00000571564;ENST00000572725;ENST00000572226;ENST00000571176;ENST00000571072;ENST00000571215;ENST00000575019" "ENSP00000458521;ENSP00000459735;ENSP00000355384;ENSP00000460535;ENSP00000459420;ENSP00000403998;ENSP00000440724;ENSP00000459470;ENSP00000458831;ENSP00000458234;ENSP00000459379" "Q86WA9" "SLC26A11" "284129" "solute carrier family 26 member 11" "" "Golgi apparatus;Nucleus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000181090" "ENST00000460843;ENST00000462484;ENST00000371394;ENST00000630754;ENST00000626216;ENST00000637593;ENST00000629335;ENST00000637335;ENST00000636376;ENST00000637655;ENST00000636027;ENST00000492232;ENST00000460486;ENST00000636081;ENST00000637161;ENST00000629417;ENST00000637662;ENST00000636186;ENST00000637261;ENST00000637977;ENST00000626066;ENST00000638071;ENST00000495657;ENST00000637318;ENST00000478940;ENST00000640639;ENST00000629808;ENST00000462942;ENST00000465566;ENST00000637891;ENST00000637949;ENST00000493484;ENST00000482340;ENST00000636565;ENST00000486164;ENST00000637277;ENST00000635783;ENST00000488242;ENST00000483653;ENST00000637407;ENST00000636463;ENST00000494249;ENST00000635987;ENST00000637748;ENST00000635741;ENST00000475564;ENST00000637784;ENST00000636472;ENST00000636526;ENST00000472849;ENST00000637287;ENST00000475704" "ENSP00000417980;ENSP00000417328;ENSP00000485945;ENSP00000485933;ENSP00000485878;ENSP00000490056;ENSP00000489961;ENSP00000486580;ENSP00000486969;ENSP00000490328;ENSP00000486857;ENSP00000490815;ENSP00000490714;ENSP00000485900;ENSP00000490417;ENSP00000490611;ENSP00000490732;ENSP00000491823;ENSP00000485947;ENSP00000436107;ENSP00000486261;ENSP00000490907;ENSP00000489786;ENSP00000486503;ENSP00000486748;ENSP00000486127" "Q9H9B1" "EHMT1" "79813" "euchromatic histone lysine methyltransferase 1" "bA188C12.1;EHMT1-IT1;Eu-HMTase1;FLJ12879;FLJ40292;KIAA1876;KMT1D" "Nucleus" "SwissProt;CellAtlas" "ENSG00000181191" "ENST00000471141;ENST00000374583;ENST00000374584;ENST00000361478;ENST00000374571;ENST00000477231;ENST00000590146" "ENSP00000467564;ENSP00000363711;ENSP00000363712;ENSP00000355014;ENSP00000363699;ENSP00000467404" "Q8NG27" "PJA1" "64219" "praja ring finger ubiquitin ligase 1" "FLJ11830;RNF70" "Nucleus" "CellAtlas" -"ENSG00000181192" "ENST00000263035;ENST00000437298;ENST00000465617;ENST00000415935;ENST00000448829;ENST00000479283" "ENSP00000263035;ENSP00000388163;ENSP00000400625;ENSP00000398482" "Q96HY7" "DHTKD1" "55526" "dehydrogenase E1 and transketolase domain containing 1" "CMT2Q;DKFZP762M115;KIAA1630;MGC3090" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000181192" "ENST00000263035;ENST00000437298;ENST00000465617;ENST00000415935;ENST00000448829;ENST00000479283" "ENSP00000263035;ENSP00000388163;ENSP00000400625;ENSP00000398482" "Q96HY7" "DHTKD1" "55526" "dehydrogenase E1 and transketolase domain containing 1" "CMT2Q;DKFZP762M115;KIAA1630;MGC3090" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000181222" "ENST00000674977;ENST00000617998;ENST00000572844;ENST00000576952;ENST00000575547;ENST00000576114;ENST00000576718;ENST00000574158;ENST00000573603;ENST00000576553" "ENSP00000502190" "" "POLR2A" "5430" "RNA polymerase II subunit A" "POLR2;POLRA;RPB1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000181523" "ENST00000575484;ENST00000571156;ENST00000572257;ENST00000326317;ENST00000575282;ENST00000573150;ENST00000576856;ENST00000570923;ENST00000576941;ENST00000574505;ENST00000572208;ENST00000571051;ENST00000576707;ENST00000570427;ENST00000571675;ENST00000575188;ENST00000571075" "ENSP00000461827;ENSP00000314606;ENSP00000459280;ENSP00000460720;ENSP00000458200;ENSP00000461160;ENSP00000459708;ENSP00000461128;ENSP00000459765" "P51688" "SGSH" "6448" "N-sulfoglucosamine sulfohydrolase" "HSS;MPS3A;SFMD" "Lysosome" "SwissProt" -"ENSG00000181555" "ENST00000431180;ENST00000330022;ENST00000409792;ENST00000445387;ENST00000479832;ENST00000492397;ENST00000638947;ENST00000484689;ENST00000412450" "ENSP00000388349;ENSP00000332415;ENSP00000386759;ENSP00000411901;ENSP00000491413;ENSP00000416401" "Q9BYW2" "SETD2" "29072" "SET domain containing 2, histone lysine methyltransferase" "FLJ23184;HIF-1;HYPB;KIAA1732;KMT3A" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000181555" "ENST00000431180;ENST00000330022;ENST00000409792;ENST00000445387;ENST00000479832;ENST00000492397;ENST00000638947;ENST00000484689;ENST00000412450" "ENSP00000388349;ENSP00000332415;ENSP00000386759;ENSP00000411901;ENSP00000491413;ENSP00000416401" "Q9BYW2" "SETD2" "29072" "SET domain containing 2, histone lysine methyltransferase" "FLJ23184;HIF-1;HYPB;KIAA1732;KMT3A" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000181652" "ENST00000498521;ENST00000605952;ENST00000639579;ENST00000617967;ENST00000404733;ENST00000476282;ENST00000471797;ENST00000611177;ENST00000469530;ENST00000473409;ENST00000473134;ENST00000466157" "ENSP00000475737;ENSP00000491504;ENSP00000479879" "Q674R7" "ATG9B" "285973" "autophagy related 9B" "APG9L2;FLJ14885;NOS3AS;SONE" "Cytosol" "SwissProt" -"ENSG00000181788" "ENST00000312960;ENST00000482706;ENST00000472885" "ENSP00000322457;ENSP00000417619" "O43255" "SIAH2" "6478" "siah E3 ubiquitin protein ligase 2" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000181789" "ENST00000314797;ENST00000513965;ENST00000515725;ENST00000504350;ENST00000509208;ENST00000504547;ENST00000513410;ENST00000509889;ENST00000514478;ENST00000512034" "ENSP00000325002;ENSP00000426457;ENSP00000422478;ENSP00000420916" "Q9Y678" "COPG1" "22820" "COPI coat complex subunit gamma 1" "COPG" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000181788" "ENST00000312960;ENST00000482706;ENST00000472885" "ENSP00000322457;ENSP00000417619" "O43255" "SIAH2" "6478" "siah E3 ubiquitin protein ligase 2" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000181789" "ENST00000314797;ENST00000513965;ENST00000515725;ENST00000504350;ENST00000509208;ENST00000504547;ENST00000513410;ENST00000509889;ENST00000514478;ENST00000512034" "ENSP00000325002;ENSP00000426457;ENSP00000422478;ENSP00000420916" "Q9Y678" "COPG1" "22820" "COPI coat complex subunit gamma 1" "COPG" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000181804" "ENST00000316549;ENST00000483124;ENST00000474727;ENST00000474151;ENST00000498717" "ENSP00000320246;ENSP00000419090;ENSP00000418627" "Q8IVB4" "SLC9A9" "285195" "solute carrier family 9 member A9" "FLJ35613;NHE9" "" "" -"ENSG00000181830" "ENST00000442528;ENST00000526817;ENST00000530471;ENST00000314134" "ENSP00000412408;ENSP00000432145;ENSP00000432669;ENSP00000313318" "Q96A29" "SLC35C1" "55343" "solute carrier family 35 member C1" "FLJ11320;FUCT1" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000181830" "ENST00000442528;ENST00000526817;ENST00000530471;ENST00000314134" "ENSP00000412408;ENSP00000432145;ENSP00000432669;ENSP00000313318" "Q96A29" "SLC35C1" "55343" "solute carrier family 35 member C1" "FLJ11320;FUCT1" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000181852" "ENST00000345093;ENST00000615206;ENST00000547967;ENST00000394013;ENST00000552656;ENST00000548120;ENST00000551711;ENST00000552244;ENST00000549038;ENST00000549119;ENST00000548225;ENST00000550379" "ENSP00000342755;ENSP00000484671;ENSP00000449575;ENSP00000377581;ENSP00000447303;ENSP00000450164;ENSP00000448187;ENSP00000446595;ENSP00000448330" "Q9H4P4" "RNF41" "10193" "ring finger protein 41" "NRDP1;SBBI03" "Nucleus" "CellAtlas" "ENSG00000181856" "ENST00000317370;ENST00000572485;ENST00000571308;ENST00000570783;ENST00000424875" "ENSP00000320935;ENSP00000461086;ENSP00000459864;ENSP00000459056;ENSP00000396887" "P14672" "SLC2A4" "6517" "solute carrier family 2 member 4" "GLUT4" "Cytosol" "SwissProt" "ENSG00000181867" "ENST00000321339" "ENSP00000313691" "Q8N4E7" "FTMT" "94033" "ferritin mitochondrial" "MtF" "Mitochondria" "SwissProt" "ENSG00000181915" "ENST00000373783" "ENSP00000362888" "Q96SZ5" "ADO" "84890" "2-aminoethanethiol dioxygenase" "C10orf22;FLJ14547" "" "" -"ENSG00000182022" "ENST00000346248;ENST00000628426;ENST00000476765;ENST00000462406;ENST00000435907" "ENSP00000333947;ENSP00000485905;ENSP00000487014;ENSP00000402394" "Q7LFX5" "CHST15" "51363" "carbohydrate sulfotransferase 15" "BRAG;GALNAC4S-6ST;KIAA0598" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000182022" "ENST00000346248;ENST00000628426;ENST00000476765;ENST00000462406;ENST00000435907" "ENSP00000333947;ENSP00000485905;ENSP00000487014;ENSP00000402394" "Q7LFX5" "CHST15" "51363" "carbohydrate sulfotransferase 15" "BRAG;GALNAC4S-6ST;KIAA0598" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000182050" "ENST00000611864;ENST00000620241;ENST00000621808;ENST00000552808;ENST00000547225;ENST00000552435;ENST00000602941;ENST00000550365;ENST00000551921;ENST00000551751;ENST00000548651" "ENSP00000481096;ENSP00000477650;ENSP00000478300;ENSP00000446647;ENSP00000449172;ENSP00000448093;ENSP00000447253" "Q9UBM8" "MGAT4C" "25834" "MGAT4 family member C" "HGNT-IV-H" "" "" -"ENSG00000182054" "ENST00000330062;ENST00000560061;ENST00000559482;ENST00000540499" "ENSP00000331897;ENSP00000453254;ENSP00000453016;ENSP00000446147" "P48735" "IDH2" "3418" "isocitrate dehydrogenase (NADP(+)) 2" "" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000182054" "ENST00000330062;ENST00000560061;ENST00000559482;ENST00000540499" "ENSP00000331897;ENSP00000453254;ENSP00000453016;ENSP00000446147" "P48735" "IDH2" "3418" "isocitrate dehydrogenase (NADP(+)) 2" "" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000182156" "ENST00000328313;ENST00000576512" "ENSP00000332656;ENSP00000460429" "Q6UWV6" "ENPP7" "339221" "ectonucleotide pyrophosphatase/phosphodiesterase 7" "alk-SMase;NPP7" "" "" "ENSG00000182179" "ENST00000333486;ENST00000497908;ENST00000488536;ENST00000483751;ENST00000478875;ENST00000473992;ENST00000489826;ENST00000460516;ENST00000460703;ENST00000478688;ENST00000494212" "ENSP00000333266" "P41226" "UBA7" "7318" "ubiquitin like modifier activating enzyme 7" "D8;UBA1B;UBE1L;UBE2" "Cytosol;Nucleus" "CellAtlas" "ENSG00000182197" "ENST00000378204;ENST00000684189;ENST00000684443;ENST00000437196;ENST00000436216" "ENSP00000367446;ENSP00000407299;ENSP00000400372" "Q16394" "EXT1" "2131" "exostosin glycosyltransferase 1" "LGCR;LGS;ttv" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000182199" "ENST00000328923;ENST00000556825;ENST00000557740;ENST00000554600;ENST00000553324;ENST00000554467;ENST00000557487;ENST00000553950;ENST00000555634;ENST00000556689;ENST00000557269;ENST00000555563;ENST00000557433;ENST00000414700;ENST00000557348;ENST00000557703;ENST00000553529;ENST00000554310;ENST00000557302;ENST00000554656;ENST00000557427;ENST00000553474;ENST00000555773;ENST00000554975;ENST00000449049;ENST00000555774;ENST00000555116;ENST00000553837;ENST00000554604;ENST00000553949;ENST00000556737;ENST00000553868;ENST00000555213;ENST00000557529;ENST00000556798" "ENSP00000333667;ENSP00000451169;ENSP00000452315;ENSP00000450930;ENSP00000452035;ENSP00000450594;ENSP00000451630;ENSP00000450610;ENSP00000406881;ENSP00000450927;ENSP00000450452;ENSP00000452161;ENSP00000450893;ENSP00000452045;ENSP00000452419;ENSP00000451968;ENSP00000452404;ENSP00000413770;ENSP00000451872;ENSP00000452339;ENSP00000451371;ENSP00000452163;ENSP00000451495;ENSP00000450490" "P34897" "SHMT2" "6472" "serine hydroxymethyltransferase 2" "SHMT" "Mitochondria;Nucleus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000182199" "ENST00000328923;ENST00000556825;ENST00000557740;ENST00000554600;ENST00000553324;ENST00000554467;ENST00000557487;ENST00000553950;ENST00000555634;ENST00000556689;ENST00000557269;ENST00000555563;ENST00000557433;ENST00000414700;ENST00000557348;ENST00000557703;ENST00000553529;ENST00000554310;ENST00000557302;ENST00000554656;ENST00000557427;ENST00000553474;ENST00000555773;ENST00000554975;ENST00000449049;ENST00000555774;ENST00000555116;ENST00000553837;ENST00000554604;ENST00000553949;ENST00000556737;ENST00000553868;ENST00000555213;ENST00000557529;ENST00000556798" "ENSP00000333667;ENSP00000451169;ENSP00000452315;ENSP00000450930;ENSP00000452035;ENSP00000450594;ENSP00000451630;ENSP00000450610;ENSP00000406881;ENSP00000450927;ENSP00000450452;ENSP00000452161;ENSP00000450893;ENSP00000452045;ENSP00000452419;ENSP00000451968;ENSP00000452404;ENSP00000413770;ENSP00000451872;ENSP00000452339;ENSP00000451371;ENSP00000452163;ENSP00000451495;ENSP00000450490" "P34897" "SHMT2" "6472" "serine hydroxymethyltransferase 2" "SHMT" "Mitochondria;Nucleus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000182224" "ENST00000571846;ENST00000574357;ENST00000332439;ENST00000570446;ENST00000573940;ENST00000574196" "ENSP00000459369;ENSP00000331479;ENSP00000461852;ENSP00000460105" "Q6P9G0" "CYB5D1" "124637" "cytochrome b5 domain containing 1" "FLJ32499" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000182247" "ENST00000425792;ENST00000452894;ENST00000335798;ENST00000396703;ENST00000427371;ENST00000628311;ENST00000613545" "ENSP00000401053;ENSP00000392800;ENSP00000338340;ENSP00000379931;ENSP00000486775;ENSP00000484777" "Q96LR5" "UBE2E2" "7325" "ubiquitin conjugating enzyme E2 E2" "FLJ25157;UbcH8" "Nucleus" "CellAtlas" "ENSG00000182272" "ENST00000329962;ENST00000530717;ENST00000524443;ENST00000526584;ENST00000534778" "ENSP00000328277;ENSP00000434463;ENSP00000432372" "Q76KP1" "B4GALNT4" "338707" "beta-1,4-N-acetyl-galactosaminyltransferase 4" "FLJ25045;NGalNAc-T1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000182333" "ENST00000394375;ENST00000608620;ENST00000609378;ENST00000238983;ENST00000355843;ENST00000496797" "ENSP00000377900;ENSP00000477140;ENSP00000238983;ENSP00000348101" "P07098" "LIPF" "8513" "lipase F, gastric type" "HGL;HLAL" "" "" "ENSG00000182415" "ENST00000250838" "ENSP00000250838" "Q9Y6F7" "CDY2A" "9426" "chromodomain Y-linked 2A" "CDY2" "" "" -"ENSG00000182551" "ENST00000327435;ENST00000382093;ENST00000415131" "ENSP00000333666;ENSP00000371525;ENSP00000410178" "Q9BV57" "ADI1" "55256" "acireductone dioxygenase 1" "APL1;ARD;FLJ10913;HMFT1638;MTCBP-1;mtnD;SIPL" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000182551" "ENST00000327435;ENST00000382093;ENST00000415131" "ENSP00000333666;ENSP00000371525;ENSP00000410178" "Q9BV57" "ADI1" "55256" "acireductone dioxygenase 1" "APL1;ARD;FLJ10913;HMFT1638;MTCBP-1;mtnD;SIPL" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000182591" "ENST00000332378" "ENSP00000330720" "Q8IUC1" "KRTAP11-1" "337880" "keratin associated protein 11-1" "KAP11.1" "" "" "ENSG00000182601" "ENST00000331351;ENST00000475436" "ENSP00000330606" "Q9Y661" "HS3ST4" "9951" "heparan sulfate-glucosamine 3-sulfotransferase 4" "3OST4" "" "" "ENSG00000182621" "ENST00000637919;ENST00000625874;ENST00000630495;ENST00000378641;ENST00000338037;ENST00000629992;ENST00000636319;ENST00000626161;ENST00000404098;ENST00000378637;ENST00000630757;ENST00000637204;ENST00000636825;ENST00000635830;ENST00000636784;ENST00000626114;ENST00000628900;ENST00000626966;ENST00000637000;ENST00000635850;ENST00000475958;ENST00000487210;ENST00000494924;ENST00000636711;ENST00000439627;ENST00000628239;ENST00000635929;ENST00000437439;ENST00000637422;ENST00000637935;ENST00000637254;ENST00000637273;ENST00000617005;ENST00000612075" "ENSP00000490862;ENSP00000486301;ENSP00000486655;ENSP00000367908;ENSP00000338185;ENSP00000486531;ENSP00000490455;ENSP00000384001;ENSP00000367904;ENSP00000490771;ENSP00000487075;ENSP00000486428;ENSP00000431704;ENSP00000391162;ENSP00000487544;ENSP00000490792;ENSP00000389911;ENSP00000489643;ENSP00000490641;ENSP00000477664;ENSP00000479997" "Q9NQ66" "PLCB1" "23236" "phospholipase C beta 1" "KIAA0581;PLC-I;PLC154" "Cytosol;Nucleus" "SwissProt" -"ENSG00000182670" "ENST00000492275;ENST00000418766;ENST00000485402;ENST00000450533;ENST00000438055;ENST00000463216;ENST00000481605;ENST00000494243;ENST00000540756;ENST00000399010;ENST00000399017;ENST00000484047;ENST00000354749;ENST00000479930;ENST00000460328;ENST00000491952;ENST00000476784;ENST00000414818;ENST00000411496;ENST00000487711;ENST00000472398;ENST00000469939;ENST00000428693;ENST00000488522;ENST00000355666" "ENSP00000403943;ENSP00000408456;ENSP00000391891;ENSP00000442875;ENSP00000381974;ENSP00000381981;ENSP00000346791;ENSP00000414658;ENSP00000387880;ENSP00000393681;ENSP00000347889" "P53804" "TTC3" "7267" "tetratricopeptide repeat domain 3" "DCRR1;RNF105;TPRD;TPRDI;TPRDII;TPRDIII" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000182670" "ENST00000492275;ENST00000418766;ENST00000485402;ENST00000450533;ENST00000438055;ENST00000463216;ENST00000481605;ENST00000494243;ENST00000540756;ENST00000399010;ENST00000399017;ENST00000484047;ENST00000354749;ENST00000479930;ENST00000460328;ENST00000491952;ENST00000476784;ENST00000414818;ENST00000411496;ENST00000487711;ENST00000472398;ENST00000469939;ENST00000428693;ENST00000488522;ENST00000355666" "ENSP00000403943;ENSP00000408456;ENSP00000391891;ENSP00000442875;ENSP00000381974;ENSP00000381981;ENSP00000346791;ENSP00000414658;ENSP00000387880;ENSP00000393681;ENSP00000347889" "P53804" "TTC3" "7267" "tetratricopeptide repeat domain 3" "DCRR1;RNF105;TPRD;TPRDI;TPRDII;TPRDIII" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000182793" "ENST00000370989;ENST00000475052" "ENSP00000360028" "Q7RTV2" "GSTA5" "221357" "glutathione S-transferase alpha 5" "" "Cytosol" "CellAtlas" -"ENSG00000182858" "ENST00000330817;ENST00000486602;ENST00000492791" "ENSP00000333813;ENSP00000420630;ENSP00000417387" "Q9BV10" "ALG12" "79087" "ALG12 alpha-1,6-mannosyltransferase" "CDG1G;ECM39" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000182858" "ENST00000330817;ENST00000486602;ENST00000492791" "ENSP00000333813;ENSP00000420630;ENSP00000417387" "Q9BV10" "ALG12" "79087" "ALG12 alpha-1,6-mannosyltransferase" "CDG1G;ECM39" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000182870" "ENST00000397325;ENST00000411988;ENST00000328957;ENST00000541995;ENST00000538356;ENST00000542942;ENST00000424720;ENST00000535208;ENST00000614360;ENST00000540493" "ENSP00000380488;ENSP00000394446;ENSP00000329846;ENSP00000440544;ENSP00000444709;ENSP00000438221" "Q9HCQ5" "GALNT9" "50614" "polypeptide N-acetylgalactosaminyltransferase 9" "GALNAC-T9" "Golgi apparatus" "SwissProt" -"ENSG00000182890" "ENST00000328078" "ENSP00000327589" "P49448" "GLUD2" "2747" "glutamate dehydrogenase 2" "GLUDP1" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000182902" "ENST00000399813;ENST00000496051;ENST00000327451;ENST00000467228;ENST00000497401;ENST00000469889" "ENSP00000382710;ENSP00000329033" "Q9H1K4" "SLC25A18" "83733" "solute carrier family 25 member 18" "" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000182890" "ENST00000328078" "ENSP00000327589" "P49448" "GLUD2" "2747" "glutamate dehydrogenase 2" "GLUDP1" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000182902" "ENST00000399813;ENST00000496051;ENST00000327451;ENST00000467228;ENST00000497401;ENST00000469889" "ENSP00000382710;ENSP00000329033" "Q9H1K4" "SLC25A18" "83733" "solute carrier family 25 member 18" "" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000183010" "ENST00000337943;ENST00000403172;ENST00000619204;ENST00000629768;ENST00000329875;ENST00000577756;ENST00000584848;ENST00000402252;ENST00000582198;ENST00000405481;ENST00000585215;ENST00000577624;ENST00000579698;ENST00000579366;ENST00000581271;ENST00000583564;ENST00000585244" "ENSP00000336579;ENSP00000385483;ENSP00000479793;ENSP00000485679;ENSP00000328858;ENSP00000463352;ENSP00000463342;ENSP00000384949;ENSP00000463226;ENSP00000386002;ENSP00000463343;ENSP00000464098;ENSP00000463601;ENSP00000462398;ENSP00000464440;ENSP00000463225;ENSP00000462892" "P32322" "PYCR1" "5831" "pyrroline-5-carboxylate reductase 1" "P5C" "Mitochondria" "SwissProt" "ENSG00000183023" "ENST00000406785;ENST00000407929;ENST00000403092;ENST00000405901;ENST00000402441;ENST00000405269;ENST00000408028;ENST00000455476;ENST00000448531;ENST00000417271;ENST00000332839;ENST00000406391" "ENSP00000383886;ENSP00000386116;ENSP00000384763;ENSP00000385678;ENSP00000385188;ENSP00000385535;ENSP00000384908;ENSP00000389330;ENSP00000398575;ENSP00000412560;ENSP00000332931;ENSP00000385811" "P32418" "SLC8A1" "6546" "solute carrier family 8 member A1" "NCX1" "Nucleus" "CellAtlas" "ENSG00000183032" "ENST00000555449;ENST00000331299;ENST00000556444;ENST00000546428;ENST00000557611" "ENSP00000451873;ENSP00000329452" "Q9BQT8" "SLC25A21" "89874" "solute carrier family 25 member 21" "ODC;ODC1" "Inner mitochondria" "SwissProt" -"ENSG00000183044" "ENST00000564714;ENST00000563992;ENST00000268251;ENST00000568847;ENST00000561870;ENST00000569695;ENST00000396600;ENST00000566590;ENST00000563215;ENST00000565016;ENST00000567812;ENST00000425191;ENST00000569156;ENST00000562115;ENST00000565671;ENST00000564453" "ENSP00000456392;ENSP00000268251;ENSP00000455184;ENSP00000456267;ENSP00000379845;ENSP00000455198;ENSP00000454415;ENSP00000456330;ENSP00000411916;ENSP00000454963;ENSP00000455502" "P80404" "ABAT" "18" "4-aminobutyrate aminotransferase" "GABA-T;GABAT" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000183048" "ENST00000545862;ENST00000574129;ENST00000350690;ENST00000331531;ENST00000574884;ENST00000571876;ENST00000570310;ENST00000573246" "ENSP00000446242;ENSP00000460597;ENSP00000345580;ENSP00000328403;ENSP00000458785" "Q9UBX3" "SLC25A10" "1468" "solute carrier family 25 member 10" "DIC" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000183044" "ENST00000564714;ENST00000563992;ENST00000268251;ENST00000568847;ENST00000561870;ENST00000569695;ENST00000396600;ENST00000566590;ENST00000563215;ENST00000565016;ENST00000567812;ENST00000425191;ENST00000569156;ENST00000562115;ENST00000565671;ENST00000564453" "ENSP00000456392;ENSP00000268251;ENSP00000455184;ENSP00000456267;ENSP00000379845;ENSP00000455198;ENSP00000454415;ENSP00000456330;ENSP00000411916;ENSP00000454963;ENSP00000455502" "P80404" "ABAT" "18" "4-aminobutyrate aminotransferase" "GABA-T;GABAT" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000183048" "ENST00000545862;ENST00000574129;ENST00000350690;ENST00000331531;ENST00000574884;ENST00000571876;ENST00000570310;ENST00000573246" "ENSP00000446242;ENSP00000460597;ENSP00000345580;ENSP00000328403;ENSP00000458785" "Q9UBX3" "SLC25A10" "1468" "solute carrier family 25 member 10" "DIC" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000183077" "ENST00000409257;ENST00000591256;ENST00000589256;ENST00000592988;ENST00000589107;ENST00000588199;ENST00000588800;ENST00000591952;ENST00000327898;ENST00000586542;ENST00000586731;ENST00000591538;ENST00000587750;ENST00000589664;ENST00000585419" "ENSP00000386890;ENSP00000466515;ENSP00000466859;ENSP00000467869;ENSP00000465406;ENSP00000464929;ENSP00000467365;ENSP00000328938;ENSP00000466566;ENSP00000466241" "Q63HM1" "AFMID" "125061" "arylformamidase" "DKFZp686F03259;KF" "Mitochondria" "CellAtlas" "ENSG00000183196" "ENST00000332272;ENST00000649824;ENST00000649341;ENST00000390664" "ENSP00000328983;ENSP00000496806;ENSP00000497635;ENSP00000375079" "Q9GZX3" "CHST6" "4166" "carbohydrate sulfotransferase 6" "MCDC1" "Golgi apparatus" "SwissProt" "ENSG00000183305" "ENST00000492402;ENST00000370293;ENST00000423993;ENST00000447530;ENST00000458057;ENST00000422085;ENST00000497578;ENST00000453150;ENST00000409560;ENST00000467743;ENST00000331220;ENST00000682532" "ENSP00000359316;ENSP00000395386;ENSP00000389223;ENSP00000389999;ENSP00000397216;ENSP00000413384;ENSP00000386463;ENSP00000333487;ENSP00000507594" "P43356" "MAGEA2B" "266740" "MAGE family member A2B" "MAGE2;MAGEA2;MGC16973" "Nucleus" "SwissProt" "ENSG00000183463" "ENST00000332715" "ENSP00000333490" "A6NGE7" "URAD" "646625" "ureidoimidazoline (2-oxo-4-hydroxy-4-carboxy-5-) decarboxylase" "PRHOXNB" "" "" "ENSG00000183479" "ENST00000370231;ENST00000393862;ENST00000330912;ENST00000334497;ENST00000338525;ENST00000370232;ENST00000370212" "ENSP00000359251;ENSP00000377442;ENSP00000333441;ENSP00000334993;ENSP00000345218;ENSP00000359252;ENSP00000359231" "Q9BQ50" "TREX2" "11219" "three prime repair exonuclease 2" "" "Nucleus" "SwissProt" "ENSG00000183549" "ENST00000575584;ENST00000331849;ENST00000575070;ENST00000570305;ENST00000574748;ENST00000573920;ENST00000577024" "ENSP00000460112;ENSP00000327916;ENSP00000478073;ENSP00000461752" "Q6NUN0" "ACSM5" "54988" "acyl-CoA synthetase medium chain family member 5" "FLJ20581" "Mitochondria" "SwissProt" -"ENSG00000183648" "ENST00000553514;ENST00000605997;ENST00000329559;ENST00000553666;ENST00000555441;ENST00000617122;ENST00000556555" "ENSP00000451090;ENSP00000475170;ENSP00000330787;ENSP00000450776;ENSP00000483888" "O75438" "NDUFB1" "4707" "NADH:ubiquinone oxidoreductase subunit B1" "CI-MNLL;MNLL" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000183648" "ENST00000553514;ENST00000605997;ENST00000329559;ENST00000553666;ENST00000555441;ENST00000617122;ENST00000556555" "ENSP00000451090;ENSP00000475170;ENSP00000330787;ENSP00000450776;ENSP00000483888" "O75438" "NDUFB1" "4707" "NADH:ubiquinone oxidoreductase subunit B1" "CI-MNLL;MNLL" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000183654" "ENST00000332432;ENST00000507111;ENST00000505509" "ENSP00000333181;ENSP00000424425" "A6NNE9" "MARCHF11" "441061" "membrane associated ring-CH-type finger 11" "MARCH-XI;MARCH11;RNF226" "" "" "ENSG00000183665" "ENST00000328599;ENST00000521443;ENST00000522518" "ENSP00000329858;ENSP00000429771" "Q53H54" "TRMT12" "55039" "tRNA methyltransferase 12 homolog" "FLJ20772;Trm12;TYW2" "Mitochondria;Nucleus" "CellAtlas" "ENSG00000183696" "ENST00000416681;ENST00000331803;ENST00000432131;ENST00000457596;ENST00000421046;ENST00000395564;ENST00000436673;ENST00000395560;ENST00000444999;ENST00000482015;ENST00000417464;ENST00000495446" "ENSP00000405209;ENSP00000330032;ENSP00000387607;ENSP00000408899;ENSP00000414963;ENSP00000378931;ENSP00000390118;ENSP00000378927;ENSP00000396820;ENSP00000413611" "Q16831" "UPP1" "7378" "uridine phosphorylase 1" "UDRPASE;UP;UPASE;UPP" "Nucleus" "CellAtlas" "ENSG00000183747" "ENST00000574251;ENST00000570698;ENST00000573854;ENST00000576361;ENST00000417235;ENST00000575558;ENST00000219054;ENST00000575690;ENST00000571204;ENST00000574692;ENST00000571894;ENST00000396104;ENST00000572921;ENST00000572843;ENST00000576101;ENST00000576119" "ENSP00000460153;ENSP00000459451;ENSP00000460948;ENSP00000392169;ENSP00000219054;ENSP00000460349;ENSP00000460884;ENSP00000460031;ENSP00000379411" "Q08AH3" "ACSM2A" "123876" "acyl-CoA synthetase medium chain family member 2A" "A-923A4.1;ACSM2;MGC150530" "Mitochondria" "SwissProt" "ENSG00000183760" "ENST00000601575;ENST00000331256;ENST00000594229;ENST00000601531" "ENSP00000469048;ENSP00000327557;ENSP00000470989;ENSP00000470089" "Q6ZNF0" "ACP7" "390928" "acid phosphatase 7, tartrate resistant (putative)" "FLJ16165;PAPL;PAPL1" "" "" "ENSG00000183778" "ENST00000380620;ENST00000475838;ENST00000615480;ENST00000682818;ENST00000684187;ENST00000684495;ENST00000683344;ENST00000398714;ENST00000682542;ENST00000343118;ENST00000380618" "ENSP00000369994;ENSP00000480285;ENSP00000506797;ENSP00000507285;ENSP00000508165;ENSP00000381699;ENSP00000507453;ENSP00000343318;ENSP00000369992" "Q9Y2C3" "B3GALT5" "10317" "beta-1,3-galactosyltransferase 5" "B3GalT-V;B3T5;beta3Gal-T5;GLCT5" "Golgi apparatus" "SwissProt" -"ENSG00000183828" "ENST00000550912;ENST00000392568;ENST00000551024;ENST00000550002;ENST00000339418;ENST00000546553" "ENSP00000376349;ENSP00000447933" "O95848" "NUDT14" "256281" "nudix hydrolase 14" "UGPP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000183828" "ENST00000550912;ENST00000392568;ENST00000551024;ENST00000550002;ENST00000339418;ENST00000546553" "ENSP00000376349;ENSP00000447933" "O95848" "NUDT14" "256281" "nudix hydrolase 14" "UGPP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000183921" "ENST00000602312" "ENSP00000473474" "A6NKP2" "SDR42E2" "100288072" "short chain dehydrogenase/reductase family 42E, member 2" "" "" "" -"ENSG00000183955" "ENST00000402868;ENST00000437519;ENST00000537270;ENST00000478781;ENST00000461103;ENST00000462311;ENST00000437502;ENST00000485469;ENST00000330479" "ENSP00000384629;ENSP00000406830;ENSP00000413811;ENSP00000332995" "Q9NQR1" "KMT5A" "387893" "lysine methyltransferase 5A" "PR-Set7;SET07;SET8;SETD8" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184005" "ENST00000328299;ENST00000464140;ENST00000621530" "ENSP00000329214;ENSP00000480283" "Q8NDV1" "ST6GALNAC3" "256435" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 3" "SIAT7C" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000183955" "ENST00000402868;ENST00000437519;ENST00000537270;ENST00000478781;ENST00000461103;ENST00000462311;ENST00000437502;ENST00000485469;ENST00000330479" "ENSP00000384629;ENSP00000406830;ENSP00000413811;ENSP00000332995" "Q9NQR1" "KMT5A" "387893" "lysine methyltransferase 5A" "PR-Set7;SET07;SET8;SETD8" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184005" "ENST00000328299;ENST00000464140;ENST00000621530" "ENSP00000329214;ENSP00000480283" "Q8NDV1" "ST6GALNAC3" "256435" "ST6 N-acetylgalactosaminide alpha-2,6-sialyltransferase 3" "SIAT7C" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000184076" "ENST00000330029;ENST00000401406" "ENSP00000332887;ENSP00000384962" "Q9UDW1" "UQCR10" "29796" "ubiquinol-cytochrome c reductase, complex III subunit X" "HSPC051;QCR9;UCCR7.2;UCRC" "Inner mitochondria" "SwissProt" "ENSG00000184154" "ENST00000538413;ENST00000642648;ENST00000289488;ENST00000642813;ENST00000535883;ENST00000647530;ENST00000539271;ENST00000642510;ENST00000412777;ENST00000423494;ENST00000539587;ENST00000536917;ENST00000538478;ENST00000645358;ENST00000324866;ENST00000642478;ENST00000542846;ENST00000541614;ENST00000537483;ENST00000644745;ENST00000440313" "ENSP00000438762;ENSP00000494362;ENSP00000289488;ENSP00000437561;ENSP00000494072;ENSP00000442267;ENSP00000496544;ENSP00000441249;ENSP00000437649;ENSP00000443421;ENSP00000444583;ENSP00000495121;ENSP00000440693;ENSP00000495182;ENSP00000440248;ENSP00000438522" "Q96E66" "LRTOMT" "220074" "leucine rich transmembrane and O-methyltransferase domain containing" "CFAP111;COMT2;DFNB63;LRRC51;LRTOMT1;LRTOMT2" "" "" "ENSG00000184182" "ENST00000440223;ENST00000441728;ENST00000272930;ENST00000414443;ENST00000433568;ENST00000448502;ENST00000416292;ENST00000409633;ENST00000455999;ENST00000417231;ENST00000445676;ENST00000439338;ENST00000439780;ENST00000454786;ENST00000433241;ENST00000409953;ENST00000409332;ENST00000434655;ENST00000612130;ENST00000434137;ENST00000480828;ENST00000482096;ENST00000472479" "ENSP00000412965;ENSP00000409749;ENSP00000272930;ENSP00000399183;ENSP00000410867;ENSP00000396003;ENSP00000390813;ENSP00000387299;ENSP00000389685;ENSP00000408823;ENSP00000396296;ENSP00000410345;ENSP00000396630;ENSP00000408676;ENSP00000393515;ENSP00000386680;ENSP00000387060;ENSP00000406113;ENSP00000478474;ENSP00000414619" "Q969M7" "UBE2F" "140739" "ubiquitin conjugating enzyme E2 F (putative)" "NCE2" "Cytosol" "CellAtlas" "ENSG00000184207" "ENST00000333503;ENST00000562001" "ENSP00000330918;ENSP00000457909" "A6NDG6" "PGP" "283871" "phosphoglycolate phosphatase" "" "Nucleus" "CellAtlas" "ENSG00000184210" "ENST00000333026" "ENSP00000328036" "Q6ZPD8" "DGAT2L6" "347516" "diacylglycerol O-acyltransferase 2 like 6" "DC3;FLJ25989" "Endoplasmic reticulum" "SwissProt" -"ENSG00000184227" "ENST00000311148;ENST00000557556" "ENSP00000311224;ENSP00000451764" "Q86TX2" "ACOT1" "641371" "acyl-CoA thioesterase 1" "ACH2;CTE-1;LACH2" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184254" "ENST00000561338;ENST00000329841;ENST00000558033;ENST00000557963;ENST00000560555;ENST00000346623;ENST00000558869" "ENSP00000452789;ENSP00000332256;ENSP00000454107;ENSP00000453328;ENSP00000343294" "P47895" "ALDH1A3" "220" "aldehyde dehydrogenase 1 family member A3" "ALDH6;RALDH3" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184304" "ENST00000331968;ENST00000651571;ENST00000415220;ENST00000651616;ENST00000490795;ENST00000546371;ENST00000551644;ENST00000468370;ENST00000549503;ENST00000616995" "ENSP00000333568;ENSP00000498919;ENSP00000390535;ENSP00000498661;ENSP00000447723;ENSP00000447333;ENSP00000446866;ENSP00000482645" "Q15139" "PRKD1" "5587" "protein kinase D1" "PKC-mu;PKCM;PKD;PRKCM" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184307" "ENST00000330212;ENST00000498275;ENST00000478793;ENST00000491556;ENST00000638807;ENST00000488129;ENST00000496083" "ENSP00000330485;ENSP00000417840;ENSP00000420251;ENSP00000420292;ENSP00000492287;ENSP00000417579" "Q8IYP9" "ZDHHC23" "254887" "zinc finger DHHC-type palmitoyltransferase 23" "MGC42530" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000184227" "ENST00000311148;ENST00000557556" "ENSP00000311224;ENSP00000451764" "Q86TX2" "ACOT1" "641371" "acyl-CoA thioesterase 1" "ACH2;CTE-1;LACH2" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184254" "ENST00000561338;ENST00000329841;ENST00000558033;ENST00000557963;ENST00000560555;ENST00000346623;ENST00000558869" "ENSP00000452789;ENSP00000332256;ENSP00000454107;ENSP00000453328;ENSP00000343294" "P47895" "ALDH1A3" "220" "aldehyde dehydrogenase 1 family member A3" "ALDH6;RALDH3" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184304" "ENST00000331968;ENST00000651571;ENST00000415220;ENST00000651616;ENST00000490795;ENST00000546371;ENST00000551644;ENST00000468370;ENST00000549503;ENST00000616995" "ENSP00000333568;ENSP00000498919;ENSP00000390535;ENSP00000498661;ENSP00000447723;ENSP00000447333;ENSP00000446866;ENSP00000482645" "Q15139" "PRKD1" "5587" "protein kinase D1" "PKC-mu;PKCM;PKD;PRKCM" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184307" "ENST00000330212;ENST00000498275;ENST00000478793;ENST00000491556;ENST00000638807;ENST00000488129;ENST00000496083" "ENSP00000330485;ENSP00000417840;ENSP00000420251;ENSP00000420292;ENSP00000492287;ENSP00000417579" "Q8IYP9" "ZDHHC23" "254887" "zinc finger DHHC-type palmitoyltransferase 23" "MGC42530" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000184343" "ENST00000489426;ENST00000393786;ENST00000370104;ENST00000370108;ENST00000370101;ENST00000430541;ENST00000370100;ENST00000458681" "ENSP00000420058;ENSP00000377376;ENSP00000359122;ENSP00000359126;ENSP00000359119;ENSP00000402300;ENSP00000359118;ENSP00000406166" "Q9UPE1" "SRPK3" "26576" "SRSF protein kinase 3" "MSSK1;STK23" "" "" -"ENSG00000184381" "ENST00000663895;ENST00000332509;ENST00000402064;ENST00000668499;ENST00000664587;ENST00000655142;ENST00000660610;ENST00000665987;ENST00000667521;ENST00000463287;ENST00000673413;ENST00000671093;ENST00000668949;ENST00000436218;ENST00000496409;ENST00000427114;ENST00000454670;ENST00000448094;ENST00000668208;ENST00000491986;ENST00000490473;ENST00000471636;ENST00000452794;ENST00000480154;ENST00000427453;ENST00000452542;ENST00000498338;ENST00000430886;ENST00000479641;ENST00000445591;ENST00000452972;ENST00000447598;ENST00000435484;ENST00000417303;ENST00000455341;ENST00000420435;ENST00000426674;ENST00000594306;ENST00000335539" "ENSP00000499712;ENSP00000333142;ENSP00000386100;ENSP00000499626;ENSP00000499394;ENSP00000499715;ENSP00000499555;ENSP00000499423;ENSP00000499665;ENSP00000500600;ENSP00000499711;ENSP00000401242;ENSP00000407743;ENSP00000413145;ENSP00000407106;ENSP00000412629;ENSP00000472058;ENSP00000395464;ENSP00000393761;ENSP00000473160;ENSP00000335149" "O60733" "PLA2G6" "8398" "phospholipase A2 group VI" "iPLA2;iPLA2beta;NBIA2;PARK14;PNPLA9" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184432" "ENST00000502734;ENST00000677073;ENST00000677882;ENST00000677601;ENST00000677309;ENST00000503326;ENST00000676700;ENST00000510181;ENST00000333188;ENST00000514508;ENST00000507777;ENST00000512242;ENST00000512309;ENST00000515006;ENST00000512153;ENST00000513274;ENST00000510491;ENST00000504295" "ENSP00000504033;ENSP00000503393;ENSP00000503548;ENSP00000426682;ENSP00000502846;ENSP00000329419;ENSP00000422469;ENSP00000422295;ENSP00000427185;ENSP00000422917;ENSP00000423271;ENSP00000422547;ENSP00000424144" "P35606" "COPB2" "9276" "COPI coat complex subunit beta 2" "beta'-COP;betaprime-COP" "Golgi apparatus;Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184470" "ENST00000400518;ENST00000494454;ENST00000542719;ENST00000474308;ENST00000462330;ENST00000487165;ENST00000634537;ENST00000400519;ENST00000400521;ENST00000400525;ENST00000495655;ENST00000485358;ENST00000462843;ENST00000634471;ENST00000635155;ENST00000491939;ENST00000334363;ENST00000475995;ENST00000484672;ENST00000471835;ENST00000496729" "ENSP00000383362;ENSP00000485128;ENSP00000485665;ENSP00000485603;ENSP00000489208;ENSP00000383363;ENSP00000383365;ENSP00000383369;ENSP00000485499;ENSP00000485466;ENSP00000485543;ENSP00000334451;ENSP00000485290" "Q9NNW7" "TXNRD2" "10587" "thioredoxin reductase 2" "SELZ;TR;TR3;TRXR2" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184588" "ENST00000329654;ENST00000341517;ENST00000423207;ENST00000531358;ENST00000532040;ENST00000526666;ENST00000412480;ENST00000371048;ENST00000490695;ENST00000491340;ENST00000528771;ENST00000371045;ENST00000531025;ENST00000526197;ENST00000480109;ENST00000534463;ENST00000524999;ENST00000483863" "ENSP00000332116;ENSP00000342637;ENSP00000392947;ENSP00000397548;ENSP00000432400;ENSP00000431909;ENSP00000360084;ENSP00000437249;ENSP00000436104;ENSP00000432592" "Q07343" "PDE4B" "5142" "phosphodiesterase 4B" "DPDE4" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000184752" "ENST00000552205;ENST00000547447;ENST00000684522;ENST00000684171;ENST00000682903;ENST00000547157;ENST00000538372;ENST00000551991;ENST00000327772;ENST00000684558;ENST00000547986;ENST00000546788;ENST00000550187" "ENSP00000449144;ENSP00000506808;ENSP00000507486;ENSP00000448846;ENSP00000450096;ENSP00000330737;ENSP00000507784;ENSP00000450130;ENSP00000448545" "Q9UI09" "NDUFA12" "55967" "NADH:ubiquinone oxidoreductase subunit A12" "B17.2;DAP13" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000184381" "ENST00000663895;ENST00000332509;ENST00000402064;ENST00000668499;ENST00000664587;ENST00000655142;ENST00000660610;ENST00000665987;ENST00000667521;ENST00000463287;ENST00000673413;ENST00000671093;ENST00000668949;ENST00000436218;ENST00000496409;ENST00000427114;ENST00000454670;ENST00000448094;ENST00000668208;ENST00000491986;ENST00000490473;ENST00000471636;ENST00000452794;ENST00000480154;ENST00000427453;ENST00000452542;ENST00000498338;ENST00000430886;ENST00000479641;ENST00000445591;ENST00000452972;ENST00000447598;ENST00000435484;ENST00000417303;ENST00000455341;ENST00000420435;ENST00000426674;ENST00000594306;ENST00000335539" "ENSP00000499712;ENSP00000333142;ENSP00000386100;ENSP00000499626;ENSP00000499394;ENSP00000499715;ENSP00000499555;ENSP00000499423;ENSP00000499665;ENSP00000500600;ENSP00000499711;ENSP00000401242;ENSP00000407743;ENSP00000413145;ENSP00000407106;ENSP00000412629;ENSP00000472058;ENSP00000395464;ENSP00000393761;ENSP00000473160;ENSP00000335149" "O60733" "PLA2G6" "8398" "phospholipase A2 group VI" "iPLA2;iPLA2beta;NBIA2;PARK14;PNPLA9" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184432" "ENST00000502734;ENST00000677073;ENST00000677882;ENST00000677601;ENST00000677309;ENST00000503326;ENST00000676700;ENST00000510181;ENST00000333188;ENST00000514508;ENST00000507777;ENST00000512242;ENST00000512309;ENST00000515006;ENST00000512153;ENST00000513274;ENST00000510491;ENST00000504295" "ENSP00000504033;ENSP00000503393;ENSP00000503548;ENSP00000426682;ENSP00000502846;ENSP00000329419;ENSP00000422469;ENSP00000422295;ENSP00000427185;ENSP00000422917;ENSP00000423271;ENSP00000422547;ENSP00000424144" "P35606" "COPB2" "9276" "COPI coat complex subunit beta 2" "beta'-COP;betaprime-COP" "Golgi apparatus;Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184470" "ENST00000400518;ENST00000494454;ENST00000542719;ENST00000474308;ENST00000462330;ENST00000487165;ENST00000634537;ENST00000400519;ENST00000400521;ENST00000400525;ENST00000495655;ENST00000485358;ENST00000462843;ENST00000634471;ENST00000635155;ENST00000491939;ENST00000334363;ENST00000475995;ENST00000484672;ENST00000471835;ENST00000496729" "ENSP00000383362;ENSP00000485128;ENSP00000485665;ENSP00000485603;ENSP00000489208;ENSP00000383363;ENSP00000383365;ENSP00000383369;ENSP00000485499;ENSP00000485466;ENSP00000485543;ENSP00000334451;ENSP00000485290" "Q9NNW7" "TXNRD2" "10587" "thioredoxin reductase 2" "SELZ;TR;TR3;TRXR2" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184588" "ENST00000329654;ENST00000341517;ENST00000423207;ENST00000531358;ENST00000532040;ENST00000526666;ENST00000412480;ENST00000371048;ENST00000490695;ENST00000491340;ENST00000528771;ENST00000371045;ENST00000531025;ENST00000526197;ENST00000480109;ENST00000534463;ENST00000524999;ENST00000483863" "ENSP00000332116;ENSP00000342637;ENSP00000392947;ENSP00000397548;ENSP00000432400;ENSP00000431909;ENSP00000360084;ENSP00000437249;ENSP00000436104;ENSP00000432592" "Q07343" "PDE4B" "5142" "phosphodiesterase 4B" "DPDE4" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000184752" "ENST00000552205;ENST00000547447;ENST00000684522;ENST00000684171;ENST00000682903;ENST00000547157;ENST00000538372;ENST00000551991;ENST00000327772;ENST00000684558;ENST00000547986;ENST00000546788;ENST00000550187" "ENSP00000449144;ENSP00000506808;ENSP00000507486;ENSP00000448846;ENSP00000450096;ENSP00000330737;ENSP00000507784;ENSP00000450130;ENSP00000448545" "Q9UI09" "NDUFA12" "55967" "NADH:ubiquinone oxidoreductase subunit A12" "B17.2;DAP13" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000184787" "ENST00000345496;ENST00000481546;ENST00000497630;ENST00000477954;ENST00000491513;ENST00000330942;ENST00000478200;ENST00000497664;ENST00000462569;ENST00000490450;ENST00000496395;ENST00000490091" "ENSP00000338348;ENSP00000418423;ENSP00000331384;ENSP00000420671" "P60604" "UBE2G2" "7327" "ubiquitin conjugating enzyme E2 G2" "UBC7" "Endoplasmic reticulum" "SwissProt" "ENSG00000184788" "ENST00000509231;ENST00000646235;ENST00000644105;ENST00000646118;ENST00000647304;ENST00000395409" "ENSP00000425421;ENSP00000495329;ENSP00000494345;ENSP00000493598;ENSP00000378804" "Q86VE3" "SATL1" "340562" "spermidine/spermine N1-acetyl transferase like 1" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000184860" "ENST00000328945;ENST00000532128;ENST00000534209" "ENSP00000332407;ENSP00000434529" "Q8WUS8" "SDR42E1" "93517" "short chain dehydrogenase/reductase family 42E, member 1" "HSPC105" "" "" -"ENSG00000184979" "ENST00000215794" "ENSP00000215794" "Q9UMW8" "USP18" "11274" "ubiquitin specific peptidase 18" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000184979" "ENST00000215794" "ENSP00000215794" "Q9UMW8" "USP18" "11274" "ubiquitin specific peptidase 18" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000184983" "ENST00000498737;ENST00000617763;ENST00000470753" "ENSP00000418842;ENSP00000482543;ENSP00000473478" "P56556" "NDUFA6" "4700" "NADH:ubiquinone oxidoreductase subunit A6" "B14;CI-B14;LYRM6;NADHB14" "Inner mitochondria" "SwissProt" "ENSG00000184999" "ENST00000682643;ENST00000525620;ENST00000533483;ENST00000332793;ENST00000533176;ENST00000532724;ENST00000526800" "ENSP00000506810;ENSP00000433048;ENSP00000327569;ENSP00000433817;ENSP00000433908" "Q63ZE4" "SLC22A10" "387775" "solute carrier family 22 member 10" "hOAT5;OAT5" "" "" -"ENSG00000185000" "ENST00000528718;ENST00000620428;ENST00000524965;ENST00000332324;ENST00000527885;ENST00000524844;ENST00000531896;ENST00000525371" "ENSP00000482264;ENSP00000332258" "O75907" "DGAT1" "8694" "diacylglycerol O-acyltransferase 1" "ARGP1;DGAT" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000185000" "ENST00000528718;ENST00000620428;ENST00000524965;ENST00000332324;ENST00000527885;ENST00000524844;ENST00000531896;ENST00000525371" "ENSP00000482264;ENSP00000332258" "O75907" "DGAT1" "8694" "diacylglycerol O-acyltransferase 1" "ARGP1;DGAT" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000185013" "ENST00000304081;ENST00000406971;ENST00000359846;ENST00000418427;ENST00000490687;ENST00000416783;ENST00000460052" "ENSP00000305979;ENSP00000383905;ENSP00000352904;ENSP00000390811;ENSP00000401656" "Q96P26" "NT5C1B" "93034" "5'-nucleotidase, cytosolic IB" "AIRP;CN-IB" "Nucleus" "CellAtlas" "ENSG00000185015" "ENST00000517831;ENST00000517298;ENST00000522631;ENST00000518392;ENST00000321764" "ENSP00000318912" "Q8N1Q1" "CA13" "377677" "carbonic anhydrase 13" "CAXIII;FLJ37995;MGC59868" "Nucleus" "CellAtlas" "ENSG00000185052" "ENST00000328041" "ENSP00000333519" "Q9HC58" "SLC24A3" "57419" "solute carrier family 24 member 3" "" "Cytosol;Golgi apparatus" "CellAtlas" "ENSG00000185100" "ENST00000330877;ENST00000555486;ENST00000332972;ENST00000553540;ENST00000557582;ENST00000554281;ENST00000553580;ENST00000555884;ENST00000557271;ENST00000554657;ENST00000556623;ENST00000555674" "ENSP00000331260;ENSP00000333019;ENSP00000450759;ENSP00000452303;ENSP00000450433" "Q8N142" "ADSS1" "122622" "adenylosuccinate synthase 1" "ADSSL1;FLJ38602" "Cytosol" "SwissProt" -"ENSG00000185133" "ENST00000463528;ENST00000412985;ENST00000331075;ENST00000461241;ENST00000420017;ENST00000400294;ENST00000405300;ENST00000404390;ENST00000402238;ENST00000404453;ENST00000401755;ENST00000620191;ENST00000412277" "ENSP00000401124;ENSP00000333262;ENSP00000406570;ENSP00000383150;ENSP00000384596;ENSP00000384534;ENSP00000385264;ENSP00000385343;ENSP00000384540;ENSP00000479645;ENSP00000392924" "Q15735" "INPP5J" "27124" "inositol polyphosphate-5-phosphatase J" "INPP5;PIB5PA;PIPP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000185133" "ENST00000463528;ENST00000412985;ENST00000331075;ENST00000461241;ENST00000420017;ENST00000400294;ENST00000405300;ENST00000404390;ENST00000402238;ENST00000404453;ENST00000401755;ENST00000620191;ENST00000412277" "ENSP00000401124;ENSP00000333262;ENSP00000406570;ENSP00000383150;ENSP00000384596;ENSP00000384534;ENSP00000385264;ENSP00000385343;ENSP00000384540;ENSP00000479645;ENSP00000392924" "Q15735" "INPP5J" "27124" "inositol polyphosphate-5-phosphatase J" "INPP5;PIB5PA;PIPP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000185238" "ENST00000331079;ENST00000330796;ENST00000525188;ENST00000437750;ENST00000526583;ENST00000529592" "ENSP00000331879;ENSP00000329586;ENSP00000435151;ENSP00000397766;ENSP00000434260" "O60678" "PRMT3" "10196" "protein arginine methyltransferase 3" "HRMT1L3" "Cytosol" "SwissProt" "ENSG00000185250" "ENST00000521072;ENST00000447468;ENST00000440797;ENST00000520723;ENST00000417394;ENST00000518648;ENST00000524031;ENST00000424445" "ENSP00000427929;ENSP00000389292;ENSP00000392257;ENSP00000427899;ENSP00000411731;ENSP00000430998;ENSP00000407731" "Q8IXY8" "PPIL6" "285755" "peptidylprolyl isomerase like 6" "bA425D10.6;dJ919F19.1;MGC41939;RSPH12" "Cytosol;Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000185274" "ENST00000333538;ENST00000498380;ENST00000447516;ENST00000467723;ENST00000618959" "ENSP00000329654;ENSP00000392019;ENSP00000479090" "Q6IS24" "GALNT17" "64409" "polypeptide N-acetylgalactosaminyltransferase 17" "GalNAc-T17;GalNAc-T19;GalNAc-T5L;GALNTL3;ppGalNAc-T17;WBSCR17" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000185344" "ENST00000330342;ENST00000613625;ENST00000675344;ENST00000540368;ENST00000676034;ENST00000504192;ENST00000674794;ENST00000545059;ENST00000536426;ENST00000675260;ENST00000534943;ENST00000544833;ENST00000543687" "ENSP00000332247;ENSP00000482236;ENSP00000501953;ENSP00000443441;ENSP00000502672;ENSP00000443726;ENSP00000441143" "Q9Y487" "ATP6V0A2" "23545" "ATPase H+ transporting V0 subunit a2" "a2;ATP6a2;ATP6N1D;J6B7;Stv1;TJ6;TJ6M;TJ6s;Vph1" "" "" -"ENSG00000185345" "ENST00000366898;ENST00000674006;ENST00000674436;ENST00000673871;ENST00000366897;ENST00000366896;ENST00000366894;ENST00000338468;ENST00000479615;ENST00000674501;ENST00000366892;ENST00000674232;ENST00000674259;ENST00000674493;ENST00000648830;ENST00000674395;ENST00000674176;ENST00000647006;ENST00000674250;ENST00000642604;ENST00000674224;ENST00000674353;ENST00000615065;ENST00000610470;ENST00000612485;ENST00000612540" "ENSP00000355865;ENSP00000501207;ENSP00000355863;ENSP00000355862;ENSP00000355860;ENSP00000343589;ENSP00000434414;ENSP00000355858;ENSP00000501337;ENSP00000501354;ENSP00000484112;ENSP00000483773;ENSP00000480716;ENSP00000478353" "O60260" "PRKN" "5071" "parkin RBR E3 ubiquitin protein ligase" "AR-JP;PARK2;parkin;PDJ" "Endoplasmic reticulum;Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000185345" "ENST00000366898;ENST00000674006;ENST00000674436;ENST00000673871;ENST00000366897;ENST00000366896;ENST00000366894;ENST00000338468;ENST00000479615;ENST00000674501;ENST00000366892;ENST00000674232;ENST00000674259;ENST00000674493;ENST00000648830;ENST00000674395;ENST00000674176;ENST00000647006;ENST00000674250;ENST00000642604;ENST00000674224;ENST00000674353;ENST00000615065;ENST00000610470;ENST00000612485;ENST00000612540" "ENSP00000355865;ENSP00000501207;ENSP00000355863;ENSP00000355862;ENSP00000355860;ENSP00000343589;ENSP00000434414;ENSP00000355858;ENSP00000501337;ENSP00000501354;ENSP00000484112;ENSP00000483773;ENSP00000480716;ENSP00000478353" "O60260" "PRKN" "5071" "parkin RBR E3 ubiquitin protein ligase" "AR-JP;PARK2;parkin;PDJ" "Endoplasmic reticulum;Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000185352" "ENST00000376705;ENST00000620595" "ENSP00000365895;ENSP00000483366" "Q8IZP7" "HS6ST3" "266722" "heparan sulfate 6-O-sulfotransferase 3" "" "Nucleus" "CellAtlas" -"ENSG00000185420" "ENST00000482592;ENST00000366516;ENST00000366517;ENST00000630181;ENST00000490107;ENST00000483072;ENST00000470510;ENST00000490322;ENST00000493441;ENST00000488153;ENST00000492487;ENST00000391836;ENST00000464398;ENST00000453676;ENST00000462422;ENST00000403792;ENST00000470863;ENST00000455277" "ENSP00000487434;ENSP00000419184;ENSP00000375712;ENSP00000408122;ENSP00000385380;ENSP00000394281" "Q9H7B4" "SMYD3" "64754" "SET and MYND domain containing 3" "KMT3E;ZMYND1;ZNFN3A1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000185420" "ENST00000482592;ENST00000366516;ENST00000366517;ENST00000630181;ENST00000490107;ENST00000483072;ENST00000470510;ENST00000490322;ENST00000493441;ENST00000488153;ENST00000492487;ENST00000391836;ENST00000464398;ENST00000453676;ENST00000462422;ENST00000403792;ENST00000470863;ENST00000455277" "ENSP00000487434;ENSP00000419184;ENSP00000375712;ENSP00000408122;ENSP00000385380;ENSP00000394281" "Q9H7B4" "SMYD3" "64754" "SET and MYND domain containing 3" "KMT3E;ZMYND1;ZNFN3A1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000185432" "ENST00000548553;ENST00000550502;ENST00000547104;ENST00000332160;ENST00000550097" "ENSP00000448785;ENSP00000450239;ENSP00000447542;ENSP00000331787;ENSP00000448286" "Q9H8H3" "METTL7A" "25840" "methyltransferase like 7A" "DKFZP586A0522" "Endoplasmic reticulum" "SwissProt" "ENSG00000185527" "ENST00000331056;ENST00000574024;ENST00000574777;ENST00000571224;ENST00000571004" "ENSP00000328412;ENSP00000458167;ENSP00000461464" "P18545" "PDE6G" "5148" "phosphodiesterase 6G" "PDEG;RP57" "" "" "ENSG00000185615" "ENST00000219406;ENST00000467212;ENST00000404312;ENST00000456379;ENST00000482665;ENST00000462950;ENST00000435833" "ENSP00000219406;ENSP00000384410;ENSP00000392277;ENSP00000405081" "Q13087" "PDIA2" "64714" "protein disulfide isomerase family A member 2" "PDA2;PDI;PDIP;PDIR" "Endoplasmic reticulum" "SwissProt" -"ENSG00000185624" "ENST00000680083;ENST00000681030;ENST00000575069;ENST00000680416;ENST00000571507;ENST00000680226;ENST00000679688;ENST00000571617;ENST00000679470;ENST00000681515;ENST00000681161;ENST00000680884;ENST00000681693;ENST00000331483;ENST00000680914;ENST00000680593;ENST00000681420;ENST00000574914;ENST00000680400;ENST00000681259;ENST00000681954;ENST00000681835;ENST00000576390;ENST00000473021;ENST00000474712;ENST00000680368;ENST00000680105;ENST00000680076;ENST00000681566;ENST00000484286;ENST00000681872;ENST00000466567;ENST00000415593;ENST00000679396;ENST00000681571;ENST00000679889;ENST00000680719;ENST00000680191;ENST00000680547;ENST00000680799;ENST00000680208;ENST00000679439;ENST00000472244;ENST00000439918;ENST00000681068;ENST00000680846;ENST00000681031;ENST00000477607;ENST00000679366;ENST00000681020;ENST00000681614;ENST00000681485;ENST00000679628;ENST00000476482;ENST00000679455;ENST00000680559;ENST00000680259;ENST00000680909;ENST00000681760;ENST00000681933;ENST00000570907;ENST00000680732;ENST00000680838;ENST00000680847;ENST00000574007;ENST00000573778;ENST00000478034;ENST00000576380;ENST00000576052;ENST00000471535;ENST00000576541;ENST00000467086" "ENSP00000505575;ENSP00000505707;ENSP00000459211;ENSP00000506306;ENSP00000505635;ENSP00000505272;ENSP00000458300;ENSP00000505872;ENSP00000505659;ENSP00000505953;ENSP00000505096;ENSP00000327801;ENSP00000505149;ENSP00000505754;ENSP00000505993;ENSP00000460612;ENSP00000505382;ENSP00000461718;ENSP00000506284;ENSP00000506218;ENSP00000388117;ENSP00000506718;ENSP00000506544;ENSP00000505377;ENSP00000388374;ENSP00000506612;ENSP00000505466;ENSP00000506375;ENSP00000506014;ENSP00000505971;ENSP00000504869;ENSP00000505545;ENSP00000506555;ENSP00000504864;ENSP00000461362;ENSP00000505727;ENSP00000506451;ENSP00000460088;ENSP00000460285;ENSP00000461791;ENSP00000460741" "P07237" "P4HB" "5034" "prolyl 4-hydroxylase subunit beta" "DSI;ERBA2L;GIT;P4Hbeta;PDI;PDIA1;PO4DB;PO4HB;PROHB" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000185651" "ENST00000342192;ENST00000496722;ENST00000545681;ENST00000458578" "ENSP00000344259;ENSP00000445931;ENSP00000400906" "P68036" "UBE2L3" "7332" "ubiquitin conjugating enzyme E2 L3" "UBCH7" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000185624" "ENST00000680083;ENST00000681030;ENST00000575069;ENST00000680416;ENST00000571507;ENST00000680226;ENST00000679688;ENST00000571617;ENST00000679470;ENST00000681515;ENST00000681161;ENST00000680884;ENST00000681693;ENST00000331483;ENST00000680914;ENST00000680593;ENST00000681420;ENST00000574914;ENST00000680400;ENST00000681259;ENST00000681954;ENST00000681835;ENST00000576390;ENST00000473021;ENST00000474712;ENST00000680368;ENST00000680105;ENST00000680076;ENST00000681566;ENST00000484286;ENST00000681872;ENST00000466567;ENST00000415593;ENST00000679396;ENST00000681571;ENST00000679889;ENST00000680719;ENST00000680191;ENST00000680547;ENST00000680799;ENST00000680208;ENST00000679439;ENST00000472244;ENST00000439918;ENST00000681068;ENST00000680846;ENST00000681031;ENST00000477607;ENST00000679366;ENST00000681020;ENST00000681614;ENST00000681485;ENST00000679628;ENST00000476482;ENST00000679455;ENST00000680559;ENST00000680259;ENST00000680909;ENST00000681760;ENST00000681933;ENST00000570907;ENST00000680732;ENST00000680838;ENST00000680847;ENST00000574007;ENST00000573778;ENST00000478034;ENST00000576380;ENST00000576052;ENST00000471535;ENST00000576541;ENST00000467086" "ENSP00000505575;ENSP00000505707;ENSP00000459211;ENSP00000506306;ENSP00000505635;ENSP00000505272;ENSP00000458300;ENSP00000505872;ENSP00000505659;ENSP00000505953;ENSP00000505096;ENSP00000327801;ENSP00000505149;ENSP00000505754;ENSP00000505993;ENSP00000460612;ENSP00000505382;ENSP00000461718;ENSP00000506284;ENSP00000506218;ENSP00000388117;ENSP00000506718;ENSP00000506544;ENSP00000505377;ENSP00000388374;ENSP00000506612;ENSP00000505466;ENSP00000506375;ENSP00000506014;ENSP00000505971;ENSP00000504869;ENSP00000505545;ENSP00000506555;ENSP00000504864;ENSP00000461362;ENSP00000505727;ENSP00000506451;ENSP00000460088;ENSP00000460285;ENSP00000461791;ENSP00000460741" "P07237" "P4HB" "5034" "prolyl 4-hydroxylase subunit beta" "DSI;ERBA2L;GIT;P4Hbeta;PDI;PDIA1;PO4DB;PO4HB;PROHB" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000185651" "ENST00000342192;ENST00000496722;ENST00000545681;ENST00000458578" "ENSP00000344259;ENSP00000445931;ENSP00000400906" "P68036" "UBE2L3" "7332" "ubiquitin conjugating enzyme E2 L3" "UBCH7" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000185803" "ENST00000675888;ENST00000524541;ENST00000532815;ENST00000644270;ENST00000675292;ENST00000530047;ENST00000527078;ENST00000674870;ENST00000526338;ENST00000402965;ENST00000329994;ENST00000526752;ENST00000533662;ENST00000534725;ENST00000674929;ENST00000675597;ENST00000643944;ENST00000675121;ENST00000676358;ENST00000675280;ENST00000526891;ENST00000526779;ENST00000674779;ENST00000675787;ENST00000674821;ENST00000676094;ENST00000675998" "ENSP00000502294;ENSP00000434239;ENSP00000501933;ENSP00000502652;ENSP00000435820;ENSP00000434728;ENSP00000502406;ENSP00000433583;ENSP00000385961;ENSP00000333638;ENSP00000433796;ENSP00000502274;ENSP00000431965;ENSP00000501554;ENSP00000501973;ENSP00000496184;ENSP00000501993;ENSP00000501821;ENSP00000502796;ENSP00000502670;ENSP00000436917;ENSP00000501929;ENSP00000502189;ENSP00000502219;ENSP00000502066" "Q9HAB3" "SLC52A2" "79581" "solute carrier family 52 member 2" "D15Ertd747e;FLJ11856;GPCR41;GPR172A;hRFT3;PAR1;RFVT2" "" "" "ENSG00000185808" "ENST00000360525;ENST00000464265;ENST00000329667;ENST00000399102;ENST00000399103;ENST00000399098;ENST00000479152;ENST00000430792" "ENSP00000353719;ENSP00000420037;ENSP00000382053;ENSP00000382054;ENSP00000382049;ENSP00000388372" "P57054" "PIGP" "51227" "phosphatidylinositol glycan anchor biosynthesis class P" "DCRC;DSCR5;DSRC" "" "" "ENSG00000185813" "ENST00000538936;ENST00000331285;ENST00000538721;ENST00000571105;ENST00000570391;ENST00000574343;ENST00000572995;ENST00000570388;ENST00000572924;ENST00000576343;ENST00000571944;ENST00000573636;ENST00000574155;ENST00000573401;ENST00000571581;ENST00000573927;ENST00000572473;ENST00000572157" "ENSP00000439245;ENSP00000331719;ENSP00000442050;ENSP00000459044;ENSP00000461190;ENSP00000460767;ENSP00000458330;ENSP00000458931;ENSP00000459836;ENSP00000458472;ENSP00000458727;ENSP00000458805;ENSP00000461814" "Q99447" "PCYT2" "5833" "phosphate cytidylyltransferase 2, ethanolamine" "ET" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000185818" "ENST00000423729" "ENSP00000413064" "Q8N9F0" "NAT8L" "339983" "N-acetyltransferase 8 like" "FLJ37478;Hcml3;Shati" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000185825" "ENST00000458587;ENST00000345046;ENST00000647529;ENST00000645377;ENST00000672675;ENST00000646514;ENST00000645006;ENST00000442093;ENST00000429550;ENST00000416815;ENST00000423827;ENST00000430088;ENST00000645802;ENST00000468947" "ENSP00000392330;ENSP00000343458;ENSP00000494052;ENSP00000494936;ENSP00000499882;ENSP00000400345;ENSP00000409888;ENSP00000394270;ENSP00000389740;ENSP00000402342" "P51572" "BCAP31" "10134" "B cell receptor associated protein 31" "6C6-Ag;BAP31;CDM;DXS1357E" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000185818" "ENST00000423729" "ENSP00000413064" "Q8N9F0" "NAT8L" "339983" "N-acetyltransferase 8 like" "FLJ37478;Hcml3;Shati" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000185825" "ENST00000458587;ENST00000345046;ENST00000647529;ENST00000645377;ENST00000672675;ENST00000646514;ENST00000645006;ENST00000442093;ENST00000429550;ENST00000416815;ENST00000423827;ENST00000430088;ENST00000645802;ENST00000468947" "ENSP00000392330;ENSP00000343458;ENSP00000494052;ENSP00000494936;ENSP00000499882;ENSP00000400345;ENSP00000409888;ENSP00000394270;ENSP00000389740;ENSP00000402342" "P51572" "BCAP31" "10134" "B cell receptor associated protein 31" "6C6-Ag;BAP31;CDM;DXS1357E" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000185875" "ENST00000376356;ENST00000524413" "ENSP00000365534;ENSP00000434887" "Q8IYQ7" "THNSL1" "79896" "threonine synthase like 1" "FLJ22002;TSH1" "Mitochondria;Cytosol;Nucleus" "CellAtlas" -"ENSG00000185883" "ENST00000330398;ENST00000568562;ENST00000565223;ENST00000564973" "ENSP00000329757;ENSP00000454597;ENSP00000457782;ENSP00000454868" "P27449" "ATP6V0C" "527" "ATPase H+ transporting V0 subunit c" "ATP6C;ATP6L;ATPL;VATL;Vma3" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000185973" "ENST00000334398;ENST00000675642;ENST00000449645;ENST00000369439;ENST00000487422;ENST00000461075" "ENSP00000335261;ENSP00000502604;ENSP00000358447" "Q9NVH6" "TMLHE" "55217" "trimethyllysine hydroxylase, epsilon" "BBOX2;FLJ10727;TMLH;XAP130" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000185883" "ENST00000330398;ENST00000568562;ENST00000565223;ENST00000564973" "ENSP00000329757;ENSP00000454597;ENSP00000457782;ENSP00000454868" "P27449" "ATP6V0C" "527" "ATPase H+ transporting V0 subunit c" "ATP6C;ATP6L;ATPL;VATL;Vma3" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000185973" "ENST00000334398;ENST00000675642;ENST00000449645;ENST00000369439;ENST00000487422;ENST00000461075" "ENSP00000335261;ENSP00000502604;ENSP00000358447" "Q9NVH6" "TMLHE" "55217" "trimethyllysine hydroxylase, epsilon" "BBOX2;FLJ10727;TMLH;XAP130" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000185974" "ENST00000335678;ENST00000545304;ENST00000606140" "ENSP00000334876" "Q15835" "GRK1" "6011" "G protein-coupled receptor kinase 1" "GPRK1;RHOK;RK" "" "" "ENSG00000186009" "ENST00000335288" "ENSP00000334216" "P51164" "ATP4B" "496" "ATPase H+/K+ transporting subunit beta" "ATP6B" "" "" -"ENSG00000186010" "ENST00000502506;ENST00000507754;ENST00000503283;ENST00000511584;ENST00000428459;ENST00000511180;ENST00000606722" "ENSP00000467274;ENSP00000423673;ENSP00000468317;ENSP00000465129;ENSP00000476093" "Q9P0J0" "NDUFA13" "51079" "NADH:ubiquinone oxidoreductase subunit A13" "B16.6;CDA016;CGI-39;GRIM-19;GRIM19" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000186010" "ENST00000502506;ENST00000507754;ENST00000503283;ENST00000511584;ENST00000428459;ENST00000511180;ENST00000606722" "ENSP00000467274;ENSP00000423673;ENSP00000468317;ENSP00000465129;ENSP00000476093" "Q9P0J0" "NDUFA13" "51079" "NADH:ubiquinone oxidoreductase subunit A13" "B16.6;CDA016;CGI-39;GRIM-19;GRIM19" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000186104" "ENST00000334636;ENST00000532805;ENST00000530609;ENST00000534686;ENST00000525015;ENST00000532378;ENST00000526489;ENST00000526276;ENST00000532641;ENST00000529043" "ENSP00000334592;ENSP00000465097;ENSP00000466060;ENSP00000432087;ENSP00000466604;ENSP00000435484" "Q6VVX0" "CYP2R1" "120227" "cytochrome P450 family 2 subfamily R member 1" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000186111" "ENST00000679885;ENST00000679828;ENST00000335312;ENST00000539785;ENST00000537021;ENST00000589578;ENST00000592530;ENST00000587482;ENST00000636612;ENST00000637724" "ENSP00000504894;ENSP00000506175;ENSP00000335333;ENSP00000445992;ENSP00000444779;ENSP00000466363" "O60331" "PIP5K1C" "23396" "phosphatidylinositol-4-phosphate 5-kinase type 1 gamma" "KIAA0589;LCCS3;PIP5Kgamma" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000186111" "ENST00000679885;ENST00000679828;ENST00000335312;ENST00000539785;ENST00000537021;ENST00000589578;ENST00000592530;ENST00000587482;ENST00000636612;ENST00000637724" "ENSP00000504894;ENSP00000506175;ENSP00000335333;ENSP00000445992;ENSP00000444779;ENSP00000466363" "O60331" "PIP5K1C" "23396" "phosphatidylinositol-4-phosphate 5-kinase type 1 gamma" "KIAA0589;LCCS3;PIP5Kgamma" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000186115" "ENST00000392846;ENST00000221700;ENST00000589654;ENST00000592710;ENST00000587671;ENST00000586927;ENST00000608168;ENST00000011989" "ENSP00000221700;ENSP00000467846;ENSP00000467443;ENSP00000465514;ENSP00000011989" "P78329" "CYP4F2" "8529" "cytochrome P450 family 4 subfamily F member 2" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000186141" "ENST00000471254;ENST00000369294;ENST00000334163;ENST00000466003;ENST00000489436;ENST00000479819" "ENSP00000358300;ENSP00000334564" "Q9BUI4" "POLR3C" "10623" "RNA polymerase III subunit C" "C82;RPC3;RPC62" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000186153" "ENST00000627394;ENST00000684632;ENST00000683929;ENST00000684070;ENST00000684381;ENST00000682609;ENST00000684452;ENST00000683286;ENST00000569332;ENST00000402655;ENST00000406884;ENST00000539474;ENST00000566780;ENST00000562214;ENST00000566662;ENST00000569818;ENST00000355860;ENST00000408984;ENST00000565562;ENST00000561846;ENST00000563358;ENST00000562639;ENST00000565791;ENST00000620008;ENST00000566103" "ENSP00000485925;ENSP00000507689;ENSP00000454788;ENSP00000384238;ENSP00000384495;ENSP00000445210;ENSP00000457230;ENSP00000454331;ENSP00000454485;ENSP00000348119;ENSP00000386161;ENSP00000482648" "Q9NZC7" "WWOX" "51741" "WW domain containing oxidoreductase" "FOR;SDR41C1;WOX1" "Golgi apparatus;Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000186141" "ENST00000471254;ENST00000369294;ENST00000334163;ENST00000466003;ENST00000489436;ENST00000479819" "ENSP00000358300;ENSP00000334564" "Q9BUI4" "POLR3C" "10623" "RNA polymerase III subunit C" "C82;RPC3;RPC62" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000186153" "ENST00000627394;ENST00000684632;ENST00000683929;ENST00000684070;ENST00000684381;ENST00000682609;ENST00000684452;ENST00000683286;ENST00000569332;ENST00000402655;ENST00000406884;ENST00000539474;ENST00000566780;ENST00000562214;ENST00000566662;ENST00000569818;ENST00000355860;ENST00000408984;ENST00000565562;ENST00000561846;ENST00000563358;ENST00000562639;ENST00000565791;ENST00000620008;ENST00000566103" "ENSP00000485925;ENSP00000507689;ENSP00000454788;ENSP00000384238;ENSP00000384495;ENSP00000445210;ENSP00000457230;ENSP00000454331;ENSP00000454485;ENSP00000348119;ENSP00000386161;ENSP00000482648" "Q9NZC7" "WWOX" "51741" "WW domain containing oxidoreductase" "FOR;SDR41C1;WOX1" "Golgi apparatus;Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000186160" "ENST00000334194;ENST00000471598" "ENSP00000334246" "Q86W10" "CYP4Z1" "199974" "cytochrome P450 family 4 subfamily Z member 1" "CYP4A20" "Endoplasmic reticulum" "SwissProt" "ENSG00000186184" "ENST00000626929;ENST00000627604;ENST00000626064;ENST00000637180;ENST00000621089;ENST00000637389;ENST00000302979;ENST00000399697;ENST00000489647;ENST00000630983;ENST00000636817;ENST00000465887;ENST00000637071;ENST00000636226;ENST00000399696;ENST00000636618;ENST00000472179;ENST00000636411;ENST00000636952;ENST00000636679;ENST00000630281;ENST00000636117" "ENSP00000486327;ENSP00000490619;ENSP00000478213;ENSP00000302478;ENSP00000382604;ENSP00000483656;ENSP00000486928;ENSP00000490310;ENSP00000487057;ENSP00000489713;ENSP00000382603" "P0DPB6;P0DPB5" "POLR1D" "51082" "RNA polymerase I and III subunit D" "AC19;MGC9850;RPA16;RPA9;RPAC2;RPO1-3" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000186187" "ENST00000335325;ENST00000320619;ENST00000566250;ENST00000567962;ENST00000564320;ENST00000568511;ENST00000579084;ENST00000566244;ENST00000568351;ENST00000568494;ENST00000568844" "ENSP00000335091;ENSP00000323362;ENSP00000456168;ENSP00000455601;ENSP00000462910;ENSP00000457606" "Q8ND25" "ZNRF1" "84937" "zinc and ring finger 1" "DKFZp434E229;FLJ14846;nin283" "Cytosol;Lysosome" "SwissProt" @@ -2688,39 +2688,39 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000186298" "ENST00000335007;ENST00000340766;ENST00000550261;ENST00000546904;ENST00000551582;ENST00000553024;ENST00000546933;ENST00000550991;ENST00000551676;ENST00000620030;ENST00000551690" "ENSP00000335084;ENSP00000341779;ENSP00000447528;ENSP00000447090;ENSP00000447122;ENSP00000448981;ENSP00000448437;ENSP00000482210" "P36873" "PPP1CC" "5501" "protein phosphatase 1 catalytic subunit gamma" "PP1C;PP1gamma" "Mitochondria;Cytosol;Nucleus" "SwissProt" "ENSG00000186334" "ENST00000335230;ENST00000423071;ENST00000377713" "ENSP00000334750;ENSP00000366942" "Q495N2" "SLC36A3" "285641" "solute carrier family 36 member 3" "PAT3;TRAMD2;tramdorin2" "" "" "ENSG00000186335" "ENST00000335244;ENST00000518617;ENST00000518280;ENST00000521967;ENST00000523044;ENST00000522829" "ENSP00000334223;ENSP00000430149;ENSP00000428453;ENSP00000430535;ENSP00000428634" "Q495M3" "SLC36A2" "153201" "solute carrier family 36 member 2" "PAT2;TRAMD1;tramdorin" "Endoplasmic reticulum" "SwissProt" -"ENSG00000186350" "ENST00000484822;ENST00000481739;ENST00000356384;ENST00000672570;ENST00000649020" "ENSP00000419692;ENSP00000500402;ENSP00000497073" "P19793" "RXRA" "6256" "retinoid X receptor alpha" "NR2B1" "Golgi apparatus;Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000186350" "ENST00000484822;ENST00000481739;ENST00000356384;ENST00000672570;ENST00000649020" "ENSP00000419692;ENSP00000500402;ENSP00000497073" "P19793" "RXRA" "6256" "retinoid X receptor alpha" "NR2B1" "Golgi apparatus;Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000186377" "ENST00000371901;ENST00000466294" "ENSP00000360968" "Q8N118" "CYP4X1" "260293" "cytochrome P450 family 4 subfamily X member 1" "MGC40051" "" "" "ENSG00000186526" "ENST00000617645;ENST00000441682;ENST00000325723;ENST00000590209;ENST00000622291;ENST00000612078;ENST00000587680;ENST00000589927;ENST00000585349;ENST00000590745;ENST00000589778;ENST00000589722" "ENSP00000478555;ENSP00000479430;ENSP00000477567;ENSP00000482692" "P98187" "CYP4F8" "11283" "cytochrome P450 family 4 subfamily F member 8" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000186529" "ENST00000592279;ENST00000586182;ENST00000591058;ENST00000221307;ENST00000587360;ENST00000585846;ENST00000609670;ENST00000592424;ENST00000588886" "ENSP00000466395;ENSP00000466988;ENSP00000221307;ENSP00000465394;ENSP00000468105;ENSP00000476546" "Q08477" "CYP4F3" "4051" "cytochrome P450 family 4 subfamily F member 3" "CYP4F;LTB4H" "Endoplasmic reticulum" "SwissProt" "ENSG00000186591" "ENST00000355621;ENST00000649897;ENST00000473814;ENST00000496698;ENST00000483368;ENST00000472396;ENST00000480245;ENST00000486283;ENST00000463272;ENST00000490974" "ENSP00000347836;ENSP00000497987;ENSP00000419097;ENSP00000417681;ENSP00000419689;ENSP00000417709;ENSP00000419750" "P62256" "UBE2H" "7328" "ubiquitin conjugating enzyme E2 H" "GID3;UBC8;UBCH" "Mitochondria" "CellAtlas" -"ENSG00000186642" "ENST00000334456;ENST00000376450;ENST00000539367;ENST00000544570;ENST00000418754;ENST00000540345;ENST00000536918;ENST00000420501;ENST00000544239;ENST00000441209;ENST00000542223;ENST00000475807;ENST00000538299;ENST00000536308;ENST00000543750;ENST00000543575;ENST00000490749;ENST00000541998;ENST00000538749;ENST00000537631;ENST00000540380;ENST00000485058;ENST00000535701;ENST00000542969;ENST00000546038;ENST00000536458;ENST00000444035" "ENSP00000334910;ENSP00000365633;ENSP00000445443;ENSP00000442256;ENSP00000410310;ENSP00000446399;ENSP00000388997;ENSP00000392457;ENSP00000440834;ENSP00000439077;ENSP00000441322;ENSP00000438559;ENSP00000438008;ENSP00000442797;ENSP00000438868;ENSP00000439683;ENSP00000443737;ENSP00000439302;ENSP00000443232;ENSP00000438295;ENSP00000445750;ENSP00000411657" "O00408" "PDE2A" "5138" "phosphodiesterase 2A" "" "Mitochondria;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000186666" "ENST00000333924;ENST00000550861" "ENSP00000335201" "Q7Z5W3" "BCDIN3D" "144233" "BCDIN3 domain containing RNA methyltransferase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000186642" "ENST00000334456;ENST00000376450;ENST00000539367;ENST00000544570;ENST00000418754;ENST00000540345;ENST00000536918;ENST00000420501;ENST00000544239;ENST00000441209;ENST00000542223;ENST00000475807;ENST00000538299;ENST00000536308;ENST00000543750;ENST00000543575;ENST00000490749;ENST00000541998;ENST00000538749;ENST00000537631;ENST00000540380;ENST00000485058;ENST00000535701;ENST00000542969;ENST00000546038;ENST00000536458;ENST00000444035" "ENSP00000334910;ENSP00000365633;ENSP00000445443;ENSP00000442256;ENSP00000410310;ENSP00000446399;ENSP00000388997;ENSP00000392457;ENSP00000440834;ENSP00000439077;ENSP00000441322;ENSP00000438559;ENSP00000438008;ENSP00000442797;ENSP00000438868;ENSP00000439683;ENSP00000443737;ENSP00000439302;ENSP00000443232;ENSP00000438295;ENSP00000445750;ENSP00000411657" "O00408" "PDE2A" "5138" "phosphodiesterase 2A" "" "Mitochondria;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000186666" "ENST00000333924;ENST00000550861" "ENSP00000335201" "Q7Z5W3" "BCDIN3D" "144233" "BCDIN3 domain containing RNA methyltransferase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000186792" "ENST00000359051;ENST00000621157;ENST00000336307;ENST00000415204;ENST00000450982;ENST00000513170;ENST00000435141" "ENSP00000351946;ENSP00000479935;ENSP00000337425;ENSP00000401092;ENSP00000391922;ENSP00000424633;ENSP00000391663" "O43820" "HYAL3" "8372" "hyaluronidase 3" "LUCA-3;LUCA14;Minna14" "Cytosol;Lysosome;Endoplasmic reticulum" "SwissProt" -"ENSG00000186908" "ENST00000426126;ENST00000546778;ENST00000552453;ENST00000547620;ENST00000550876;ENST00000551407;ENST00000547604;ENST00000550163;ENST00000549682;ENST00000549944;ENST00000549010;ENST00000550789;ENST00000552693;ENST00000553091;ENST00000550244;ENST00000547673" "ENSP00000403397;ENSP00000447871;ENSP00000449551;ENSP00000446954;ENSP00000449734;ENSP00000447934;ENSP00000449728;ENSP00000449836;ENSP00000450295;ENSP00000448757" "Q8IUH5" "ZDHHC17" "23390" "zinc finger DHHC-type palmitoyltransferase 17" "HIP14;HYPH;KIAA0946" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000186951" "ENST00000440343;ENST00000415785;ENST00000420804;ENST00000460086;ENST00000407236;ENST00000496865;ENST00000624793;ENST00000484619;ENST00000481567;ENST00000402126;ENST00000493286;ENST00000262735" "ENSP00000397291;ENSP00000411677;ENSP00000414752;ENSP00000385523;ENSP00000385246;ENSP00000262735" "Q07869" "PPARA" "5465" "peroxisome proliferator activated receptor alpha" "hPPAR;NR1C1;PPAR" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000186908" "ENST00000426126;ENST00000546778;ENST00000552453;ENST00000547620;ENST00000550876;ENST00000551407;ENST00000547604;ENST00000550163;ENST00000549682;ENST00000549944;ENST00000549010;ENST00000550789;ENST00000552693;ENST00000553091;ENST00000550244;ENST00000547673" "ENSP00000403397;ENSP00000447871;ENSP00000449551;ENSP00000446954;ENSP00000449734;ENSP00000447934;ENSP00000449728;ENSP00000449836;ENSP00000450295;ENSP00000448757" "Q8IUH5" "ZDHHC17" "23390" "zinc finger DHHC-type palmitoyltransferase 17" "HIP14;HYPH;KIAA0946" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000186951" "ENST00000440343;ENST00000415785;ENST00000420804;ENST00000460086;ENST00000407236;ENST00000496865;ENST00000624793;ENST00000484619;ENST00000481567;ENST00000402126;ENST00000493286;ENST00000262735" "ENSP00000397291;ENSP00000411677;ENSP00000414752;ENSP00000385523;ENSP00000385246;ENSP00000262735" "Q07869" "PPARA" "5465" "peroxisome proliferator activated receptor alpha" "hPPAR;NR1C1;PPAR" "Nucleus" "SwissProt;CellAtlas" "ENSG00000187021" "ENST00000525157;ENST00000530626;ENST00000484402;ENST00000470678;ENST00000531984;ENST00000482159;ENST00000529584;ENST00000531825;ENST00000526223;ENST00000525820;ENST00000358834;ENST00000528052;ENST00000497792;ENST00000530319;ENST00000527980;ENST00000480870;ENST00000471549;ENST00000534537;ENST00000510125;ENST00000482833;ENST00000534513" "ENSP00000436123;ENSP00000351695;ENSP00000433933;ENSP00000431406;ENSP00000437263;ENSP00000433785;ENSP00000431207;ENSP00000434159;ENSP00000434549" "P54315" "PNLIPRP1" "5407" "pancreatic lipase related protein 1" "PLRP1" "" "" "ENSG00000187024" "ENST00000641641;ENST00000335223;ENST00000423807;ENST00000419060;ENST00000543175;ENST00000456267;ENST00000414832;ENST00000416214;ENST00000429848" "ENSP00000492921;ENSP00000493136;ENSP00000418219;ENSP00000418661;ENSP00000439469;ENSP00000485347;ENSP00000485479;ENSP00000485367" "Q86Y79" "PTRH1" "138428" "peptidyl-tRNA hydrolase 1 homolog" "C9orf115;PTH1" "" "" "ENSG00000187048" "ENST00000310638;ENST00000475477;ENST00000462347;ENST00000474458;ENST00000468629;ENST00000465874;ENST00000371905;ENST00000496519;ENST00000371904" "ENSP00000311095;ENSP00000476854;ENSP00000477495;ENSP00000476988;ENSP00000476619;ENSP00000476368;ENSP00000360972;ENSP00000360971" "Q02928" "CYP4A11" "1579" "cytochrome P450 family 4 subfamily A member 11" "CYP4A2;CYP4AII" "Endoplasmic reticulum" "SwissProt" "ENSG00000187091" "ENST00000417185;ENST00000461445;ENST00000463876;ENST00000334661;ENST00000495395;ENST00000484829;ENST00000495367;ENST00000479619;ENST00000473834" "ENSP00000430344;ENSP00000335600" "P51178" "PLCD1" "5333" "phospholipase C delta 1" "" "" "" "ENSG00000187097" "ENST00000557325;ENST00000555829;ENST00000334696;ENST00000553284;ENST00000556242;ENST00000554664;ENST00000556108;ENST00000557681" "ENSP00000451810;ENSP00000451499;ENSP00000335246;ENSP00000451591;ENSP00000451483" "O75356" "ENTPD5" "957" "ectonucleoside triphosphate diphosphohydrolase 5 (inactive)" "CD39L4;NTPDase-5;PCPH" "Endoplasmic reticulum" "SwissProt" -"ENSG00000187134" "ENST00000477661;ENST00000380872;ENST00000442997;ENST00000380859;ENST00000476100" "ENSP00000370254;ENSP00000416415;ENSP00000370240" "Q04828" "AKR1C1" "1645" "aldo-keto reductase family 1 member C1" "DD1;DDH;DDH1;HAKRC;MBAB" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000187210" "ENST00000488136;ENST00000480311;ENST00000376730;ENST00000648797;ENST00000444201;ENST00000442371" "ENSP00000365920;ENSP00000390703;ENSP00000415454" "Q02742" "GCNT1" "2650" "glucosaminyl (N-acetyl) transferase 1" "C2GNT;NACGT2;NAGCT2" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" +"ENSG00000187134" "ENST00000477661;ENST00000380872;ENST00000442997;ENST00000380859;ENST00000476100" "ENSP00000370254;ENSP00000416415;ENSP00000370240" "Q04828" "AKR1C1" "1645" "aldo-keto reductase family 1 member C1" "DD1;DDH;DDH1;HAKRC;MBAB" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000187210" "ENST00000488136;ENST00000480311;ENST00000376730;ENST00000648797;ENST00000444201;ENST00000442371" "ENSP00000365920;ENSP00000390703;ENSP00000415454" "Q02742" "GCNT1" "2650" "glucosaminyl (N-acetyl) transferase 1" "C2GNT;NACGT2;NAGCT2" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" "ENSG00000187486" "ENST00000682764;ENST00000339994;ENST00000528731;ENST00000682350;ENST00000526747;ENST00000526912;ENST00000528992" "ENSP00000506780;ENSP00000345708;ENSP00000434755;ENSP00000508090;ENSP00000432729;ENSP00000436479" "Q14654" "KCNJ11" "3767" "potassium inwardly rectifying channel subfamily J member 11" "BIR;Kir6.2" "" "" -"ENSG00000187531" "ENST00000574992;ENST00000572976;ENST00000571832;ENST00000328666;ENST00000536038;ENST00000574153;ENST00000576156;ENST00000571233;ENST00000572902;ENST00000572350;ENST00000577065;ENST00000574495;ENST00000573367;ENST00000571915;ENST00000575360;ENST00000575244;ENST00000570367;ENST00000572671;ENST00000571213;ENST00000573576;ENST00000574915" "ENSP00000329466;ENSP00000461044;ENSP00000459524" "Q9NRC8" "SIRT7" "51547" "sirtuin 7" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000187555" "ENST00000344836;ENST00000673704;ENST00000563961;ENST00000381886;ENST00000565455;ENST00000563085;ENST00000567113;ENST00000565883;ENST00000562615;ENST00000563043;ENST00000562051;ENST00000567692;ENST00000569448;ENST00000566131;ENST00000570256;ENST00000567329;ENST00000542333;ENST00000566004;ENST00000569230;ENST00000566273;ENST00000564117;ENST00000566224" "ENSP00000343535;ENSP00000501290;ENSP00000454362;ENSP00000371310;ENSP00000456258;ENSP00000454795;ENSP00000459594;ENSP00000458027;ENSP00000439272;ENSP00000456150;ENSP00000457237;ENSP00000455719;ENSP00000457815" "Q93009" "USP7" "7874" "ubiquitin specific peptidase 7" "HAUSP" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000187531" "ENST00000574992;ENST00000572976;ENST00000571832;ENST00000328666;ENST00000536038;ENST00000574153;ENST00000576156;ENST00000571233;ENST00000572902;ENST00000572350;ENST00000577065;ENST00000574495;ENST00000573367;ENST00000571915;ENST00000575360;ENST00000575244;ENST00000570367;ENST00000572671;ENST00000571213;ENST00000573576;ENST00000574915" "ENSP00000329466;ENSP00000461044;ENSP00000459524" "Q9NRC8" "SIRT7" "51547" "sirtuin 7" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000187555" "ENST00000344836;ENST00000673704;ENST00000563961;ENST00000381886;ENST00000565455;ENST00000563085;ENST00000567113;ENST00000565883;ENST00000562615;ENST00000563043;ENST00000562051;ENST00000567692;ENST00000569448;ENST00000566131;ENST00000570256;ENST00000567329;ENST00000542333;ENST00000566004;ENST00000569230;ENST00000566273;ENST00000564117;ENST00000566224" "ENSP00000343535;ENSP00000501290;ENSP00000454362;ENSP00000371310;ENSP00000456258;ENSP00000454795;ENSP00000459594;ENSP00000458027;ENSP00000439272;ENSP00000456150;ENSP00000457237;ENSP00000455719;ENSP00000457815" "Q93009" "USP7" "7874" "ubiquitin specific peptidase 7" "HAUSP" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000187566" "ENST00000340650" "ENSP00000345464" "Q6VVB1" "NHLRC1" "378884" "NHL repeat containing E3 ubiquitin protein ligase 1" "bA204B7.2;EPM2B" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000187581" "ENST00000342144" "ENSP00000340568" "Q7Z4L0" "COX8C" "341947" "cytochrome c oxidase subunit 8C" "COX8-3" "" "" "ENSG00000187630" "ENST00000534993;ENST00000543805;ENST00000621761;ENST00000397071;ENST00000559411;ENST00000558753;ENST00000537912;ENST00000335125;ENST00000559387;ENST00000557812;ENST00000560276" "ENSP00000441095;ENSP00000441433;ENSP00000481066;ENSP00000380261;ENSP00000453889;ENSP00000453845;ENSP00000439942;ENSP00000334801;ENSP00000453173;ENSP00000452875" "Q6PKH6" "DHRS4L2" "317749" "dehydrogenase/reductase 4 like 2" "SDR25C3" "Nucleus" "CellAtlas" "ENSG00000187676" "ENST00000343307;ENST00000461652" "ENSP00000343002" "Q6Y288" "B3GLCT" "145173" "beta 3-glucosyltransferase" "B3GALTL;B3Glc-T;B3GTL" "Endoplasmic reticulum" "SwissProt" "ENSG00000187714" "ENST00000374115" "ENSP00000363229" "Q16572" "SLC18A3" "6572" "solute carrier family 18 member A3" "VACHT" "" "" "ENSG00000187733" "ENST00000684141;ENST00000683532;ENST00000622339;ENST00000370079" "ENSP00000507077;ENSP00000506825;ENSP00000481450;ENSP00000359096" "P04746;P0DUB6;P0DTE8" "AMY1C" "278" "amylase alpha 1C" "AMY1" "" "" -"ENSG00000187758" "ENST00000209668;ENST00000503461;ENST00000511656" "ENSP00000209668" "P07327" "ADH1A" "124" "alcohol dehydrogenase 1A (class I), alpha polypeptide" "ADH1" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000187758" "ENST00000209668;ENST00000503461;ENST00000511656" "ENSP00000209668" "P07327" "ADH1A" "124" "alcohol dehydrogenase 1A (class I), alpha polypeptide" "ADH1" "Cytosol" "SwissProt;CellAtlas" "ENSG00000187980" "ENST00000429261;ENST00000679259;ENST00000495760;ENST00000247992;ENST00000442226" "ENSP00000389335;ENSP00000504292;ENSP00000247992" "Q5R387" "PLA2G2C" "391013" "phospholipase A2 group IIC" "UBXN10-AS1" "" "" "ENSG00000188050" "ENST00000340112" "ENSP00000344489" "Q8WVZ7" "RNF133" "168433" "ring finger protein 133" "" "" "" -"ENSG00000188089" "ENST00000399518;ENST00000547930;ENST00000551073" "ENSP00000382434" "Q3MJ16" "PLA2G4E" "123745" "phospholipase A2 group IVE" "FLJ45651" "Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000188089" "ENST00000399518;ENST00000547930;ENST00000551073" "ENSP00000382434" "Q3MJ16" "PLA2G4E" "123745" "phospholipase A2 group IVE" "FLJ45651" "Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000188167" "ENST00000416695;ENST00000342462" "ENSP00000400715;ENSP00000343398" "Q6ZT21" "TMPPE" "643853" "transmembrane protein with metallophosphoesterase domain" "FLJ45032" "Mitochondria;Nucleus" "CellAtlas" "ENSG00000188257" "ENST00000400520;ENST00000649436;ENST00000496748;ENST00000375111;ENST00000482011;ENST00000461140" "ENSP00000383364;ENSP00000496912;ENSP00000364252;ENSP00000504762" "P14555" "PLA2G2A" "5320" "phospholipase A2 group IIA" "PLA2B;PLA2L" "" "" -"ENSG00000188266" "ENST00000566289;ENST00000566332;ENST00000569878;ENST00000563233;ENST00000388988;ENST00000408962" "ENSP00000456614;ENSP00000457154;ENSP00000455459;ENSP00000454850;ENSP00000373640;ENSP00000386197" "A2RU49" "HYKK" "123688" "hydroxylysine kinase" "AGPHD1;LOC123688" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000188266" "ENST00000566289;ENST00000566332;ENST00000569878;ENST00000563233;ENST00000388988;ENST00000408962" "ENSP00000456614;ENSP00000457154;ENSP00000455459;ENSP00000454850;ENSP00000373640;ENSP00000386197" "A2RU49" "HYKK" "123688" "hydroxylysine kinase" "AGPHD1;LOC123688" "Cytosol" "SwissProt;CellAtlas" "ENSG00000188338" "ENST00000610458;ENST00000614032;ENST00000621714;ENST00000620404;ENST00000445096;ENST00000621456;ENST00000439524;ENST00000417851;ENST00000417121" "ENSP00000479737;ENSP00000481301;ENSP00000483959;ENSP00000480466;ENSP00000484379" "Q99624" "SLC38A3" "10991" "solute carrier family 38 member 3" "G17;SN1" "Cytosol" "CellAtlas" "ENSG00000188467" "ENST00000341459;ENST00000482911;ENST00000449382;ENST00000463289" "ENSP00000341550;ENSP00000453395;ENSP00000389966" "Q71RS6" "SLC24A5" "283652" "solute carrier family 24 member 5" "JSX;OCA6" "Golgi apparatus" "SwissProt" "ENSG00000188573" "ENST00000338333" "ENSP00000473383" "A6NHQ2" "FBLL1" "345630" "fibrillarin like 1" "LOC345630" "Nucleus" "CellAtlas" @@ -2729,44 +2729,44 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000188676" "ENST00000343295;ENST00000389060;ENST00000418094;ENST00000502986" "ENSP00000426447;ENSP00000443432" "Q6ZQW0" "IDO2" "169355" "indoleamine 2,3-dioxygenase 2" "INDOL1" "Cytosol" "CellAtlas" "ENSG00000188687" "ENST00000483195;ENST00000394019;ENST00000480696;ENST00000637036;ENST00000358683;ENST00000425249;ENST00000377632;ENST00000377634;ENST00000479776;ENST00000432728;ENST00000444570;ENST00000436454;ENST00000423644;ENST00000346834" "ENSP00000377587;ENSP00000490265;ENSP00000490698;ENSP00000351513;ENSP00000405678;ENSP00000366859;ENSP00000366861;ENSP00000414162;ENSP00000407550;ENSP00000399319;ENSP00000395804;ENSP00000251768" "Q9BY07" "SLC4A5" "57835" "solute carrier family 4 member 5" "NBC4" "" "" "ENSG00000188690" "ENST00000616800;ENST00000622016;ENST00000470483;ENST00000484541;ENST00000368786;ENST00000465577;ENST00000650587;ENST00000648427;ENST00000649536;ENST00000368797;ENST00000650524;ENST00000650472;ENST00000464267;ENST00000650185;ENST00000462490;ENST00000648119;ENST00000420761;ENST00000649275;ENST00000649450;ENST00000368778;ENST00000368774" "ENSP00000482520;ENSP00000483041;ENSP00000357775;ENSP00000498183;ENSP00000497366;ENSP00000497909;ENSP00000497817;ENSP00000357787;ENSP00000498108;ENSP00000497095;ENSP00000497155;ENSP00000478957;ENSP00000497494;ENSP00000414833;ENSP00000497497;ENSP00000357767;ENSP00000357763" "P10746" "UROS" "7390" "uroporphyrinogen III synthase" "" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000188706" "ENST00000357166;ENST00000371064;ENST00000433917;ENST00000406492;ENST00000491039" "ENSP00000349689;ENSP00000360103;ENSP00000406165;ENSP00000383991" "Q9Y397" "ZDHHC9" "51114" "zinc finger DHHC-type palmitoyltransferase 9" "CGI-89;CXorf11;DHHC9;ZDHHC10;ZNF379;ZNF380" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000188706" "ENST00000357166;ENST00000371064;ENST00000433917;ENST00000406492;ENST00000491039" "ENSP00000349689;ENSP00000360103;ENSP00000406165;ENSP00000383991" "Q9Y397" "ZDHHC9" "51114" "zinc finger DHHC-type palmitoyltransferase 9" "CGI-89;CXorf11;DHHC9;ZDHHC10;ZNF379;ZNF380" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000188784" "ENST00000375116" "ENSP00000364257" "Q9NZK7" "PLA2G2E" "30814" "phospholipase A2 group IIE" "" "Cytosol" "SwissProt" -"ENSG00000188818" "ENST00000503758;ENST00000283441;ENST00000507800;ENST00000508951;ENST00000511193;ENST00000511539;ENST00000505815;ENST00000512190;ENST00000503880;ENST00000512775;ENST00000424784" "ENSP00000283441;ENSP00000423817;ENSP00000426873;ENSP00000427067;ENSP00000397719" "Q9H8X9" "ZDHHC11" "79844" "zinc finger DHHC-type containing 11" "FLJ13153;ZNF399" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" +"ENSG00000188818" "ENST00000503758;ENST00000283441;ENST00000507800;ENST00000508951;ENST00000511193;ENST00000511539;ENST00000505815;ENST00000512190;ENST00000503880;ENST00000512775;ENST00000424784" "ENSP00000283441;ENSP00000423817;ENSP00000426873;ENSP00000427067;ENSP00000397719" "Q9H8X9" "ZDHHC11" "79844" "zinc finger DHHC-type containing 11" "FLJ13153;ZNF399" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" "ENSG00000188833" "ENST00000371506;ENST00000344119;ENST00000461823;ENST00000493135" "ENSP00000360561;ENSP00000344089;ENSP00000420099" "Q5MY95" "ENTPD8" "377841" "ectonucleoside triphosphate diphosphohydrolase 8" "NTPDase-8;UNQ2492" "Cytosol;Nucleus" "CellAtlas" "ENSG00000188921" "ENST00000495827;ENST00000488436" "ENSP00000419503" "Q5VWC8" "HACD4" "401494" "3-hydroxyacyl-CoA dehydratase 4" "Em:AL662879.1;OTTHUMG00000021016;PTPLAD2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000189043" "ENST00000339600;ENST00000482299;ENST00000470761;ENST00000486007;ENST00000463308;ENST00000492822" "ENSP00000339720" "O00483" "NDUFA4" "4697" "NDUFA4 mitochondrial complex associated" "CI-9k;COXFA4;MLRQ" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000189221" "ENST00000338702;ENST00000497485;ENST00000490604;ENST00000542639" "ENSP00000340684;ENSP00000440846" "P21397" "MAOA" "4128" "monoamine oxidase A" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000189283" "ENST00000476844;ENST00000492590;ENST00000466788;ENST00000468189;ENST00000488467;ENST00000490952;ENST00000465330;ENST00000341848" "ENSP00000417557;ENSP00000418582;ENSP00000417480;ENSP00000418596;ENSP00000342087" "P49789" "FHIT" "2272" "fragile histidine triad diadenosine triphosphatase" "AP3Aase;FRA3B" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000189043" "ENST00000339600;ENST00000482299;ENST00000470761;ENST00000486007;ENST00000463308;ENST00000492822" "ENSP00000339720" "O00483" "NDUFA4" "4697" "NDUFA4 mitochondrial complex associated" "CI-9k;COXFA4;MLRQ" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000189221" "ENST00000338702;ENST00000497485;ENST00000490604;ENST00000542639" "ENSP00000340684;ENSP00000440846" "P21397" "MAOA" "4128" "monoamine oxidase A" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000189283" "ENST00000476844;ENST00000492590;ENST00000466788;ENST00000468189;ENST00000488467;ENST00000490952;ENST00000465330;ENST00000341848" "ENSP00000417557;ENSP00000418582;ENSP00000417480;ENSP00000418596;ENSP00000342087" "P49789" "FHIT" "2272" "fragile histidine triad diadenosine triphosphatase" "AP3Aase;FRA3B" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000189366" "ENST00000683534;ENST00000611639;ENST00000340333;ENST00000682163" "" "" "ALG1L" "200810" "ALG1 chitobiosyldiphosphodolichol beta-mannosyltransferase like" "ALG1L1" "" "" "ENSG00000196136" "ENST00000485588;ENST00000393080;ENST00000555820;ENST00000556388;ENST00000393078;ENST00000467132;ENST00000556968;ENST00000482740;ENST00000621603" "ENSP00000376795;ENSP00000452246;ENSP00000376793;ENSP00000450540;ENSP00000452476;ENSP00000451119;ENSP00000481617" "P01011" "SERPINA3" "12" "serpin family A member 3" "AACT;ACT" "" "" -"ENSG00000196139" "ENST00000605781;ENST00000470862;ENST00000480822;ENST00000602997;ENST00000439082;ENST00000605149;ENST00000380554;ENST00000480697;ENST00000605322;ENST00000603312;ENST00000603484" "ENSP00000474188;ENSP00000401327;ENSP00000474882;ENSP00000369927" "P42330" "AKR1C3" "8644" "aldo-keto reductase family 1 member C3" "DDX;HAKRB;HSD17B5;KIAA0119;PGFS" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000196177" "ENST00000368869;ENST00000358776;ENST00000411816;ENST00000541070" "ENSP00000357862;ENSP00000357873" "P45954" "ACADSB" "36" "acyl-CoA dehydrogenase short/branched chain" "ACAD7;SBCAD" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000196139" "ENST00000605781;ENST00000470862;ENST00000480822;ENST00000602997;ENST00000439082;ENST00000605149;ENST00000380554;ENST00000480697;ENST00000605322;ENST00000603312;ENST00000603484" "ENSP00000474188;ENSP00000401327;ENSP00000474882;ENSP00000369927" "P42330" "AKR1C3" "8644" "aldo-keto reductase family 1 member C3" "DDX;HAKRB;HSD17B5;KIAA0119;PGFS" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000196177" "ENST00000368869;ENST00000358776;ENST00000411816;ENST00000541070" "ENSP00000357862;ENSP00000357873" "P45954" "ACADSB" "36" "acyl-CoA dehydrogenase short/branched chain" "ACAD7;SBCAD" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000196188" "ENST00000678498;ENST00000358184;ENST00000360218;ENST00000678712;ENST00000468617;ENST00000486757;ENST00000677924;ENST00000678285;ENST00000677780" "ENSP00000504305;ENSP00000350911;ENSP00000353350;ENSP00000503796;ENSP00000504853;ENSP00000504037;ENSP00000503890" "P14091" "CTSE" "1510" "cathepsin E" "" "Endoplasmic reticulum;Golgi apparatus" "SwissProt" "ENSG00000196262" "ENST00000481437;ENST00000451562;ENST00000489459;ENST00000355968;ENST00000676977;ENST00000677107;ENST00000468812;ENST00000479021;ENST00000415933;ENST00000620047;ENST00000678643;ENST00000677521;ENST00000678789;ENST00000678165;ENST00000677022;ENST00000678805;ENST00000494484;ENST00000480603" "ENSP00000405975;ENSP00000427976;ENSP00000430817;ENSP00000504621;ENSP00000504735;ENSP00000419425;ENSP00000429251;ENSP00000394670;ENSP00000479961;ENSP00000503804;ENSP00000504216;ENSP00000502945;ENSP00000504293" "P62937" "PPIA" "5478" "peptidylprolyl isomerase A" "CYPA" "Cytosol;Nucleus" "SwissProt" -"ENSG00000196296" "ENST00000357084;ENST00000395503;ENST00000563975;ENST00000562185;ENST00000536376;ENST00000564732;ENST00000564470;ENST00000565042;ENST00000564112" "ENSP00000349595;ENSP00000378879;ENSP00000458035;ENSP00000457798;ENSP00000443101;ENSP00000457357;ENSP00000457148;ENSP00000457793" "O14983" "ATP2A1" "487" "ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1" "ATP2A;SERCA1" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000196305" "ENST00000443024;ENST00000375643;ENST00000447699;ENST00000683565;ENST00000682756;ENST00000684726;ENST00000683192;ENST00000683537;ENST00000683793;ENST00000684542;ENST00000682521;ENST00000683017;ENST00000682156;ENST00000682141;ENST00000682893;ENST00000684557;ENST00000498025;ENST00000683817;ENST00000627121;ENST00000682714;ENST00000684101;ENST00000684232;ENST00000683477;ENST00000684594;ENST00000684267;ENST00000683119;ENST00000683679;ENST00000682578;ENST00000682533;ENST00000472894;ENST00000684757;ENST00000684445;ENST00000683376;ENST00000683469;ENST00000683495;ENST00000684328;ENST00000375627;ENST00000474340;ENST00000684575;ENST00000467876;ENST00000473915;ENST00000490438" "ENSP00000406448;ENSP00000364794;ENSP00000415020;ENSP00000507144;ENSP00000508281;ENSP00000508102;ENSP00000508100;ENSP00000507051;ENSP00000508205;ENSP00000507796;ENSP00000486469;ENSP00000508070;ENSP00000507577;ENSP00000506798;ENSP00000507221;ENSP00000507247;ENSP00000507341;ENSP00000507286;ENSP00000507926" "P41252" "IARS1" "3376" "isoleucyl-tRNA synthetase 1" "IARS;ILRS" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000196313" "ENST00000395270;ENST00000627934;ENST00000446813;ENST00000358357;ENST00000434423" "ENSP00000378687;ENSP00000486504;ENSP00000393020;ENSP00000351124;ENSP00000405562" "Q96HA1" "POM121" "9883" "POM121 transmembrane nucleoporin" "DKFZP586G1822;DKFZP586P2220;KIAA0618;POM121A" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000196344" "ENST00000209665;ENST00000437033;ENST00000482593;ENST00000485660;ENST00000476959;ENST00000474027" "ENSP00000209665;ENSP00000414254;ENSP00000420613;ENSP00000420269;ENSP00000420300" "P40394" "ADH7" "131" "alcohol dehydrogenase 7 (class IV), mu or sigma polypeptide" "ADH-4" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000196368" "ENST00000375992" "ENSP00000365160" "Q96G61" "NUDT11" "55190" "nudix hydrolase 11" "DIPP3b;FLJ10628;hDIPP3beta" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000196296" "ENST00000357084;ENST00000395503;ENST00000563975;ENST00000562185;ENST00000536376;ENST00000564732;ENST00000564470;ENST00000565042;ENST00000564112" "ENSP00000349595;ENSP00000378879;ENSP00000458035;ENSP00000457798;ENSP00000443101;ENSP00000457357;ENSP00000457148;ENSP00000457793" "O14983" "ATP2A1" "487" "ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1" "ATP2A;SERCA1" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000196305" "ENST00000443024;ENST00000375643;ENST00000447699;ENST00000683565;ENST00000682756;ENST00000684726;ENST00000683192;ENST00000683537;ENST00000683793;ENST00000684542;ENST00000682521;ENST00000683017;ENST00000682156;ENST00000682141;ENST00000682893;ENST00000684557;ENST00000498025;ENST00000683817;ENST00000627121;ENST00000682714;ENST00000684101;ENST00000684232;ENST00000683477;ENST00000684594;ENST00000684267;ENST00000683119;ENST00000683679;ENST00000682578;ENST00000682533;ENST00000472894;ENST00000684757;ENST00000684445;ENST00000683376;ENST00000683469;ENST00000683495;ENST00000684328;ENST00000375627;ENST00000474340;ENST00000684575;ENST00000467876;ENST00000473915;ENST00000490438" "ENSP00000406448;ENSP00000364794;ENSP00000415020;ENSP00000507144;ENSP00000508281;ENSP00000508102;ENSP00000508100;ENSP00000507051;ENSP00000508205;ENSP00000507796;ENSP00000486469;ENSP00000508070;ENSP00000507577;ENSP00000506798;ENSP00000507221;ENSP00000507247;ENSP00000507341;ENSP00000507286;ENSP00000507926" "P41252" "IARS1" "3376" "isoleucyl-tRNA synthetase 1" "IARS;ILRS" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000196313" "ENST00000395270;ENST00000627934;ENST00000446813;ENST00000358357;ENST00000434423" "ENSP00000378687;ENSP00000486504;ENSP00000393020;ENSP00000351124;ENSP00000405562" "Q96HA1" "POM121" "9883" "POM121 transmembrane nucleoporin" "DKFZP586G1822;DKFZP586P2220;KIAA0618;POM121A" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000196344" "ENST00000209665;ENST00000437033;ENST00000482593;ENST00000485660;ENST00000476959;ENST00000474027" "ENSP00000209665;ENSP00000414254;ENSP00000420613;ENSP00000420269;ENSP00000420300" "P40394" "ADH7" "131" "alcohol dehydrogenase 7 (class IV), mu or sigma polypeptide" "ADH-4" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000196368" "ENST00000375992" "ENSP00000365160" "Q96G61" "NUDT11" "55190" "nudix hydrolase 11" "DIPP3b;FLJ10628;hDIPP3beta" "Cytosol" "SwissProt;CellAtlas" "ENSG00000196371" "ENST00000358752" "ENSP00000351602" "P22083" "FUT4" "2526" "fucosyltransferase 4" "CD15;ELFT;FCT3A;FUC-TIV" "Golgi apparatus" "SwissProt" "ENSG00000196433" "ENST00000381241;ENST00000381229;ENST00000381233;ENST00000509780;ENST00000432523" "ENSP00000370639;ENSP00000370627;ENSP00000370631;ENSP00000392053" "P46597" "ASMT" "438" "acetylserotonin O-methyltransferase" "ASMTY;HIOMT;HIOMTY" "" "" -"ENSG00000196470" "ENST00000565620;ENST00000568007;ENST00000380006;ENST00000356721;ENST00000394725;ENST00000563745;ENST00000573005;ENST00000567973" "ENSP00000456421;ENSP00000369343;ENSP00000349156;ENSP00000378214;ENSP00000457415" "Q8IUQ4" "SIAH1" "6477" "siah E3 ubiquitin protein ligase 1" "hSIAH1" "Nucleus;Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000196470" "ENST00000565620;ENST00000568007;ENST00000380006;ENST00000356721;ENST00000394725;ENST00000563745;ENST00000573005;ENST00000567973" "ENSP00000456421;ENSP00000369343;ENSP00000349156;ENSP00000378214;ENSP00000457415" "Q8IUQ4" "SIAH1" "6477" "siah E3 ubiquitin protein ligase 1" "hSIAH1" "Nucleus;Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000196475" "ENST00000358842" "ENSP00000351706" "Q14410" "GK2" "2712" "glycerol kinase 2" "GKP2;GKTA" "Cytosol" "SwissProt" -"ENSG00000196498" "ENST00000405201;ENST00000404621;ENST00000429285;ENST00000418829;ENST00000443451;ENST00000413172;ENST00000464377;ENST00000440337;ENST00000461081;ENST00000474079;ENST00000440187;ENST00000453428;ENST00000458234;ENST00000473999;ENST00000536195;ENST00000493859;ENST00000448614;ENST00000420698;ENST00000494460;ENST00000542927;ENST00000448008;ENST00000542565;ENST00000404121;ENST00000356219" "ENSP00000384018;ENSP00000384202;ENSP00000400281;ENSP00000391389;ENSP00000407357;ENSP00000398963;ENSP00000396044;ENSP00000400687;ENSP00000402808;ENSP00000408247;ENSP00000405367;ENSP00000443689;ENSP00000403034;ENSP00000385618;ENSP00000348551" "Q9Y618" "NCOR2" "9612" "nuclear receptor corepressor 2" "CTG26;SMRT;SMRTE;TNRC14;TRAC-1" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000196498" "ENST00000405201;ENST00000404621;ENST00000429285;ENST00000418829;ENST00000443451;ENST00000413172;ENST00000464377;ENST00000440337;ENST00000461081;ENST00000474079;ENST00000440187;ENST00000453428;ENST00000458234;ENST00000473999;ENST00000536195;ENST00000493859;ENST00000448614;ENST00000420698;ENST00000494460;ENST00000542927;ENST00000448008;ENST00000542565;ENST00000404121;ENST00000356219" "ENSP00000384018;ENSP00000384202;ENSP00000400281;ENSP00000391389;ENSP00000407357;ENSP00000398963;ENSP00000396044;ENSP00000400687;ENSP00000402808;ENSP00000408247;ENSP00000405367;ENSP00000443689;ENSP00000403034;ENSP00000385618;ENSP00000348551" "Q9Y618" "NCOR2" "9612" "nuclear receptor corepressor 2" "CTG26;SMRT;SMRTE;TNRC14;TRAC-1" "Nucleus" "SwissProt;CellAtlas" "ENSG00000196502" "ENST00000395609;ENST00000569554;ENST00000350842;ENST00000564818;ENST00000567998;ENST00000562058;ENST00000314752;ENST00000563493;ENST00000566189;ENST00000567512" "ENSP00000457912;ENSP00000329399;ENSP00000454388;ENSP00000456215;ENSP00000321988;ENSP00000457083;ENSP00000456459;ENSP00000455979" "P50225" "SULT1A1" "6817" "sulfotransferase family 1A member 1" "P-PST;STP;STP1" "Cytosol" "SwissProt" "ENSG00000196511" "ENST00000482940;ENST00000360057;ENST00000538212;ENST00000378098;ENST00000547966;ENST00000551062;ENST00000548831;ENST00000552881;ENST00000481645;ENST00000489798;ENST00000546806;ENST00000548460;ENST00000378099;ENST00000639328" "ENSP00000449909;ENSP00000353165;ENSP00000438813;ENSP00000367338;ENSP00000448655;ENSP00000450028;ENSP00000367339;ENSP00000491869" "Q9H3S4" "TPK1" "27010" "thiamin pyrophosphokinase 1" "HTPK1;PP20" "" "" "ENSG00000196517" "ENST00000372307;ENST00000372306;ENST00000372310;ENST00000673836;ENST00000475075;ENST00000357730;ENST00000360584;ENST00000492434;ENST00000528803;ENST00000489764;ENST00000466926;ENST00000533007" "ENSP00000361381;ENSP00000361380;ENSP00000361384;ENSP00000501314;ENSP00000434460;ENSP00000350362;ENSP00000353791;ENSP00000435652;ENSP00000433241" "P48067" "SLC6A9" "6536" "solute carrier family 6 member 9" "GLYT1" "Golgi apparatus;Nucleus" "CellAtlas" "ENSG00000196547" "ENST00000558290;ENST00000558853;ENST00000559999;ENST00000560534;ENST00000560451;ENST00000558161;ENST00000559717;ENST00000559965;ENST00000560192;ENST00000559132;ENST00000558640;ENST00000561046;ENST00000557865;ENST00000560616;ENST00000558171;ENST00000561240;ENST00000560505;ENST00000559374;ENST00000561047;ENST00000561448;ENST00000560147;ENST00000557990;ENST00000558538;ENST00000559341;ENST00000560926;ENST00000560880;ENST00000558374;ENST00000559558;ENST00000559704;ENST00000360468" "ENSP00000453740;ENSP00000452691;ENSP00000453078;ENSP00000453999;ENSP00000452631;ENSP00000452948;ENSP00000453956;ENSP00000452897;ENSP00000453140;ENSP00000452866;ENSP00000452928;ENSP00000452813;ENSP00000453253;ENSP00000453341;ENSP00000453659;ENSP00000353655" "P49641" "MAN2A2" "4122" "mannosidase alpha class 2A member 2" "HsT19662;MANA2X" "Cytosol" "CellAtlas" -"ENSG00000196616" "ENST00000305046;ENST00000515694;ENST00000506651;ENST00000632775;ENST00000504498;ENST00000625860;ENST00000639454" "ENSP00000306606;ENSP00000425998;ENSP00000486614;ENSP00000491622" "P00325" "ADH1B" "125" "alcohol dehydrogenase 1B (class I), beta polypeptide" "ADH2" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000196616" "ENST00000305046;ENST00000515694;ENST00000506651;ENST00000632775;ENST00000504498;ENST00000625860;ENST00000639454" "ENSP00000306606;ENSP00000425998;ENSP00000486614;ENSP00000491622" "P00325" "ADH1B" "125" "alcohol dehydrogenase 1B (class I), beta polypeptide" "ADH2" "Cytosol" "SwissProt;CellAtlas" "ENSG00000196620" "ENST00000338206" "ENSP00000341045" "P54855" "UGT2B15" "7366" "UDP glucuronosyltransferase family 2 member B15" "UGT2B8" "Endoplasmic reticulum" "SwissProt" -"ENSG00000196743" "ENST00000523466;ENST00000357164;ENST00000523004" "ENSP00000429100;ENSP00000349687;ENSP00000430541" "P17900" "GM2A" "2760" "GM2 ganglioside activator" "SAP-3" "Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000196839" "ENST00000464097;ENST00000372874;ENST00000536532;ENST00000492931;ENST00000539235;ENST00000537820;ENST00000545776;ENST00000536076;ENST00000535573" "ENSP00000361965;ENSP00000440946;ENSP00000446464;ENSP00000441818" "P00813" "ADA" "100" "adenosine deaminase" "ADA1" "Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000196743" "ENST00000523466;ENST00000357164;ENST00000523004" "ENSP00000429100;ENSP00000349687;ENSP00000430541" "P17900" "GM2A" "2760" "GM2 ganglioside activator" "SAP-3" "Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000196839" "ENST00000464097;ENST00000372874;ENST00000536532;ENST00000492931;ENST00000539235;ENST00000537820;ENST00000545776;ENST00000536076;ENST00000535573" "ENSP00000361965;ENSP00000440946;ENSP00000446464;ENSP00000441818" "P00813" "ADA" "100" "adenosine deaminase" "ADA1" "Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000196950" "ENST00000458054;ENST00000409086;ENST00000444421;ENST00000359634;ENST00000430412;ENST00000412905;ENST00000464301;ENST00000418005;ENST00000465851" "ENSP00000389640;ENSP00000386766;ENSP00000394469;ENSP00000352655;ENSP00000394995;ENSP00000406590;ENSP00000409272" "Q9ULF5" "SLC39A10" "57181" "solute carrier family 39 member 10" "DKFZp564L2123;FLJ90515;KIAA1265" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000196968" "ENST00000372841;ENST00000394790;ENST00000465695;ENST00000489264" "ENSP00000361932;ENSP00000378270" "Q495W5" "FUT11" "170384" "fucosyltransferase 11" "MGC33202" "Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000197093" "ENST00000413800;ENST00000495882;ENST00000360039;ENST00000423751;ENST00000411994;ENST00000498000;ENST00000482469;ENST00000460995" "ENSP00000400451;ENSP00000353142;ENSP00000399066;ENSP00000414733;ENSP00000488586;ENSP00000487594;ENSP00000488800" "Q96RP7" "GAL3ST4" "79690" "galactose-3-O-sulfotransferase 4" "FLJ12116" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000196968" "ENST00000372841;ENST00000394790;ENST00000465695;ENST00000489264" "ENSP00000361932;ENSP00000378270" "Q495W5" "FUT11" "170384" "fucosyltransferase 11" "MGC33202" "Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000197093" "ENST00000413800;ENST00000495882;ENST00000360039;ENST00000423751;ENST00000411994;ENST00000498000;ENST00000482469;ENST00000460995" "ENSP00000400451;ENSP00000353142;ENSP00000399066;ENSP00000414733;ENSP00000488586;ENSP00000487594;ENSP00000488800" "Q96RP7" "GAL3ST4" "79690" "galactose-3-O-sulfotransferase 4" "FLJ12116" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000197119" "ENST00000359232;ENST00000554912;ENST00000392908;ENST00000556505;ENST00000555927;ENST00000554224;ENST00000556715;ENST00000554291;ENST00000554060;ENST00000556868;ENST00000555475;ENST00000553359;ENST00000556873;ENST00000553574;ENST00000555051;ENST00000555949;ENST00000557438;ENST00000555888;ENST00000556201;ENST00000556844" "ENSP00000352167;ENSP00000450913;ENSP00000376640;ENSP00000452446;ENSP00000452078;ENSP00000451573;ENSP00000451952;ENSP00000452324;ENSP00000451644;ENSP00000451808" "Q8N8R3" "SLC25A29" "123096" "solute carrier family 25 member 29" "C14orf69;FLJ38975" "Inner mitochondria" "SwissProt" "ENSG00000197121" "ENST00000354764;ENST00000423035;ENST00000422444;ENST00000459896;ENST00000470179;ENST00000409475;ENST00000476250;ENST00000482051;ENST00000409188;ENST00000374738;ENST00000485830" "ENSP00000346809;ENSP00000415405;ENSP00000390555;ENSP00000387028;ENSP00000386802;ENSP00000363870" "Q75T13" "PGAP1" "80055" "post-GPI attachment to proteins inositol deacylase 1" "Bst1;FLJ12377;SPG67" "Endoplasmic reticulum" "SwissProt" -"ENSG00000197142" "ENST00000354655;ENST00000393081;ENST00000433418;ENST00000356116;ENST00000354273;ENST00000495539;ENST00000467340;ENST00000496328" "ENSP00000346680;ENSP00000376796;ENSP00000403647;ENSP00000348429;ENSP00000346223;ENSP00000507158" "Q9ULC5" "ACSL5" "51703" "acyl-CoA synthetase long chain family member 5" "ACS2;ACS5;FACL5" "Endoplasmic reticulum;Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000197142" "ENST00000354655;ENST00000393081;ENST00000433418;ENST00000356116;ENST00000354273;ENST00000495539;ENST00000467340;ENST00000496328" "ENSP00000346680;ENSP00000376796;ENSP00000403647;ENSP00000348429;ENSP00000346223;ENSP00000507158" "Q9ULC5" "ACSL5" "51703" "acyl-CoA synthetase long chain family member 5" "ACS2;ACS5;FACL5" "Endoplasmic reticulum;Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000197165" "ENST00000534108;ENST00000533150;ENST00000335715;ENST00000395630;ENST00000526384" "ENSP00000433075;ENSP00000435271;ENSP00000338742;ENSP00000378992;ENSP00000435358" "P50226" "SULT1A2" "6799" "sulfotransferase family 1A member 2" "HAST4;STP2" "Cytosol" "SwissProt" "ENSG00000197208" "ENST00000200652;ENST00000491257;ENST00000425923" "ENSP00000200652" "Q9H015" "SLC22A4" "6583" "solute carrier family 22 member 4" "DFNB60;MGC34546;OCTN1" "Mitochondria" "CellAtlas" "ENSG00000197217" "ENST00000518471;ENST00000356206;ENST00000521321;ENST00000358689;ENST00000522255;ENST00000417069;ENST00000523958;ENST00000522913;ENST00000520936;ENST00000519839;ENST00000518718" "ENSP00000430579;ENSP00000348536;ENSP00000351520;ENSP00000408573;ENSP00000427724;ENSP00000429455" "Q9Y227" "ENTPD4" "9583" "ectonucleoside triphosphate diphosphohydrolase 4" "KIAA0392;LALP70;LAP70;LYSAL1;NTPDase-4;UDPase" "Cytosol;Lysosome;Golgi apparatus" "SwissProt" @@ -2774,114 +2774,114 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000197249" "ENST00000393087;ENST00000440909;ENST00000355814;ENST00000437397;ENST00000448921;ENST00000489769;ENST00000636712;ENST00000393088;ENST00000404814;ENST00000449399;ENST00000402629;ENST00000554720;ENST00000556091;ENST00000557492;ENST00000556955;ENST00000553327;ENST00000557118;ENST00000555289;ENST00000557361;ENST00000557093" "ENSP00000376802;ENSP00000390299;ENSP00000348068;ENSP00000408474;ENSP00000416066;ENSP00000451525;ENSP00000490054;ENSP00000376803;ENSP00000385960;ENSP00000416354;ENSP00000386094;ENSP00000450561;ENSP00000452169;ENSP00000452452;ENSP00000451098;ENSP00000452480;ENSP00000451826" "P01009" "SERPINA1" "5265" "serpin family A member 1" "A1A;A1AT;AAT;alpha-1-antitrypsin;alpha1AT;PI;PI1" "Endoplasmic reticulum" "SwissProt" "ENSG00000197253" "ENST00000611196;ENST00000606293;ENST00000612142" "ENSP00000484461;ENSP00000482743;ENSP00000478695" "P20231" "TPSB2" "64499" "tryptase beta 2" "" "" "" "ENSG00000197296" "ENST00000396825" "ENSP00000380037" "Q8N6M3" "FITM2" "128486" "fat storage inducing transmembrane protein 2" "C20orf142;dJ881L22.2;FIT2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000197323" "ENST00000358465;ENST00000492227;ENST00000478032;ENST00000448034;ENST00000369543;ENST00000476908" "ENSP00000351250;ENSP00000402333;ENSP00000358556" "Q9UPN9" "TRIM33" "51592" "tripartite motif containing 33" "FLJ11429;KIAA1113;PTC7;RFG7;TF1G;TIF1G;TIF1GAMMA;TIFGAMMA" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000197323" "ENST00000358465;ENST00000492227;ENST00000478032;ENST00000448034;ENST00000369543;ENST00000476908" "ENSP00000351250;ENSP00000402333;ENSP00000358556" "Q9UPN9" "TRIM33" "51592" "tripartite motif containing 33" "FLJ11429;KIAA1113;PTC7;RFG7;TF1G;TIF1G;TIF1GAMMA;TIFGAMMA" "Nucleus" "SwissProt;CellAtlas" "ENSG00000197355" "ENST00000409858;ENST00000476184;ENST00000360271;ENST00000474787" "ENSP00000386935;ENSP00000484649;ENSP00000353409" "Q3KQV9" "UAP1L1" "91373" "UDP-N-acetylglucosamine pyrophosphorylase 1 like 1" "" "Cytosol" "CellAtlas" "ENSG00000197375" "ENST00000245407;ENST00000437841;ENST00000435065;ENST00000415928;ENST00000461013;ENST00000448810;ENST00000479605;ENST00000447841;ENST00000475308" "ENSP00000245407;ENSP00000400553;ENSP00000402760;ENSP00000388838;ENSP00000401860;ENSP00000389284" "O76082" "SLC22A5" "6584" "solute carrier family 22 member 5" "CDSP;OCTN2;SCD" "Mitochondria" "CellAtlas" "ENSG00000197406" "ENST00000510508" "ENSP00000427336" "P55073" "DIO3" "1735" "iodothyronine deiodinase 3" "TXDI3" "" "" -"ENSG00000197408" "ENST00000324071;ENST00000598834;ENST00000593831;ENST00000594187;ENST00000597612" "ENSP00000324648;ENSP00000496294;ENSP00000470582" "P20813" "CYP2B6" "1555" "cytochrome P450 family 2 subfamily B member 6" "CPB6;CYP2B;CYPIIB6" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000197408" "ENST00000324071;ENST00000598834;ENST00000593831;ENST00000594187;ENST00000597612" "ENSP00000324648;ENSP00000496294;ENSP00000470582" "P20813" "CYP2B6" "1555" "cytochrome P450 family 2 subfamily B member 6" "CPB6;CYP2B;CYPIIB6" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000197416" "ENST00000519696;ENST00000360464" "ENSP00000427973;ENSP00000353650" "A6NFH5" "FABP12" "646486" "fatty acid binding protein 12" "" "" "" -"ENSG00000197417" "ENST00000225519" "ENSP00000225519" "Q9UHJ6" "SHPK" "23729" "sedoheptulokinase" "CARKL;SHK" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000197444" "ENST00000374103;ENST00000419399;ENST00000432695;ENST00000490844;ENST00000496884;ENST00000471460" "ENSP00000363216;ENSP00000401356;ENSP00000390240" "Q9ULD0" "OGDHL" "55753" "oxoglutarate dehydrogenase L" "FLJ10851" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000197417" "ENST00000225519" "ENSP00000225519" "Q9UHJ6" "SHPK" "23729" "sedoheptulokinase" "CARKL;SHK" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000197444" "ENST00000374103;ENST00000419399;ENST00000432695;ENST00000490844;ENST00000496884;ENST00000471460" "ENSP00000363216;ENSP00000401356;ENSP00000390240" "Q9ULD0" "OGDHL" "55753" "oxoglutarate dehydrogenase L" "FLJ10851" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000197446" "ENST00000526093;ENST00000531409;ENST00000331105;ENST00000532164;ENST00000534009;ENST00000439903" "ENSP00000333534;ENSP00000471416;ENSP00000470136;ENSP00000443424" "P24903" "CYP2F1" "1572" "cytochrome P450 family 2 subfamily F member 1" "CYP2F" "Endoplasmic reticulum" "SwissProt" -"ENSG00000197448" "ENST00000436038;ENST00000409500;ENST00000443571;ENST00000358406;ENST00000442394;ENST00000479303;ENST00000494735;ENST00000473649;ENST00000489654" "ENSP00000408341;ENSP00000386944;ENSP00000415813;ENSP00000351181;ENSP00000406802;ENSP00000431049" "Q9Y2Q3" "GSTK1" "373156" "glutathione S-transferase kappa 1" "GST13" "Peroxisome" "SwissProt&CellAtlas" -"ENSG00000197496" "ENST00000359271;ENST00000486000;ENST00000611837" "ENSP00000352216;ENSP00000478679" "O95528" "SLC2A10" "81031" "solute carrier family 2 member 10" "GLUT10" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000197448" "ENST00000436038;ENST00000409500;ENST00000443571;ENST00000358406;ENST00000442394;ENST00000479303;ENST00000494735;ENST00000473649;ENST00000489654" "ENSP00000408341;ENSP00000386944;ENSP00000415813;ENSP00000351181;ENSP00000406802;ENSP00000431049" "Q9Y2Q3" "GSTK1" "373156" "glutathione S-transferase kappa 1" "GST13" "Peroxisome" "SwissProt;CellAtlas" +"ENSG00000197496" "ENST00000359271;ENST00000486000;ENST00000611837" "ENSP00000352216;ENSP00000478679" "O95528" "SLC2A10" "81031" "solute carrier family 2 member 10" "GLUT10" "Cytosol" "SwissProt;CellAtlas" "ENSG00000197506" "ENST00000376238;ENST00000495823" "ENSP00000365413" "Q9HAS3" "SLC28A3" "64078" "solute carrier family 28 member 3" "CNT3" "Endoplasmic reticulum" "SwissProt" "ENSG00000197530" "ENST00000479659;ENST00000489635;ENST00000355826;ENST00000505820;ENST00000518681;ENST00000520777;ENST00000511502;ENST00000477990;ENST00000514363;ENST00000487053;ENST00000502470;ENST00000378712;ENST00000507082;ENST00000463492;ENST00000510793;ENST00000504599;ENST00000507229;ENST00000503789;ENST00000378708;ENST00000506488;ENST00000512004;ENST00000508455;ENST00000514234;ENST00000467597;ENST00000508148;ENST00000486072;ENST00000505370;ENST00000473511;ENST00000464570;ENST00000483015;ENST00000511910;ENST00000470373" "ENSP00000426007;ENSP00000348081;ENSP00000426103;ENSP00000428264;ENSP00000428660;ENSP00000420935;ENSP00000424615;ENSP00000423221;ENSP00000367984;ENSP00000426865;ENSP00000426128;ENSP00000426603;ENSP00000367980;ENSP00000425032;ENSP00000427680;ENSP00000463504;ENSP00000464106" "Q96AX9" "MIB2" "142678" "MIB E3 ubiquitin protein ligase 2" "FLJ39787;skeletrophin;ZZANK1;ZZZ5" "Cytosol" "SwissProt" -"ENSG00000197563" "ENST00000639600;ENST00000639372;ENST00000640252;ENST00000639912;ENST00000640876;ENST00000357637;ENST00000640145;ENST00000638977;ENST00000640170;ENST00000638167;ENST00000640540;ENST00000639342;ENST00000639491;ENST00000638435;ENST00000639681;ENST00000400334;ENST00000639902;ENST00000639758;ENST00000638936;ENST00000638858;ENST00000638369;ENST00000640593;ENST00000587942;ENST00000640268;ENST00000640682;ENST00000638904;ENST00000638424;ENST00000640050;ENST00000638183;ENST00000640248;ENST00000639174;ENST00000640704;ENST00000590948;ENST00000639214;ENST00000638329;ENST00000589339;ENST00000588571;ENST00000589414;ENST00000638591;ENST00000586566;ENST00000591238;ENST00000585344;ENST00000592803;ENST00000588748;ENST00000589720;ENST00000585458;ENST00000590765;ENST00000585923;ENST00000585926;ENST00000587134;ENST00000593225" "ENSP00000492474;ENSP00000491459;ENSP00000492233;ENSP00000490970;ENSP00000491628;ENSP00000350263;ENSP00000491525;ENSP00000491010;ENSP00000491270;ENSP00000491549;ENSP00000491620;ENSP00000491022;ENSP00000491850;ENSP00000491929;ENSP00000383188;ENSP00000490965;ENSP00000491475;ENSP00000492592;ENSP00000491811;ENSP00000492017;ENSP00000491111;ENSP00000491415;ENSP00000491318;ENSP00000491963;ENSP00000492051;ENSP00000491013;ENSP00000492783;ENSP00000465241;ENSP00000492804;ENSP00000465506;ENSP00000466035;ENSP00000492660;ENSP00000467410;ENSP00000466462;ENSP00000465897;ENSP00000466985;ENSP00000468721;ENSP00000466883;ENSP00000464707;ENSP00000467812;ENSP00000468456" "O95427" "PIGN" "23556" "phosphatidylinositol glycan anchor biosynthesis class N" "MCD4;PIG-N" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000197579" "ENST00000360538;ENST00000379858" "ENSP00000353735;ENSP00000369187" "Q9NS56" "TOPORS" "10210" "TOP1 binding arginine/serine rich protein, E3 ubiquitin ligase" "LUN;RP31;TP53BPL" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000197563" "ENST00000639600;ENST00000639372;ENST00000640252;ENST00000639912;ENST00000640876;ENST00000357637;ENST00000640145;ENST00000638977;ENST00000640170;ENST00000638167;ENST00000640540;ENST00000639342;ENST00000639491;ENST00000638435;ENST00000639681;ENST00000400334;ENST00000639902;ENST00000639758;ENST00000638936;ENST00000638858;ENST00000638369;ENST00000640593;ENST00000587942;ENST00000640268;ENST00000640682;ENST00000638904;ENST00000638424;ENST00000640050;ENST00000638183;ENST00000640248;ENST00000639174;ENST00000640704;ENST00000590948;ENST00000639214;ENST00000638329;ENST00000589339;ENST00000588571;ENST00000589414;ENST00000638591;ENST00000586566;ENST00000591238;ENST00000585344;ENST00000592803;ENST00000588748;ENST00000589720;ENST00000585458;ENST00000590765;ENST00000585923;ENST00000585926;ENST00000587134;ENST00000593225" "ENSP00000492474;ENSP00000491459;ENSP00000492233;ENSP00000490970;ENSP00000491628;ENSP00000350263;ENSP00000491525;ENSP00000491010;ENSP00000491270;ENSP00000491549;ENSP00000491620;ENSP00000491022;ENSP00000491850;ENSP00000491929;ENSP00000383188;ENSP00000490965;ENSP00000491475;ENSP00000492592;ENSP00000491811;ENSP00000492017;ENSP00000491111;ENSP00000491415;ENSP00000491318;ENSP00000491963;ENSP00000492051;ENSP00000491013;ENSP00000492783;ENSP00000465241;ENSP00000492804;ENSP00000465506;ENSP00000466035;ENSP00000492660;ENSP00000467410;ENSP00000466462;ENSP00000465897;ENSP00000466985;ENSP00000468721;ENSP00000466883;ENSP00000464707;ENSP00000467812;ENSP00000468456" "O95427" "PIGN" "23556" "phosphatidylinositol glycan anchor biosynthesis class N" "MCD4;PIG-N" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000197579" "ENST00000360538;ENST00000379858" "ENSP00000353735;ENSP00000369187" "Q9NS56" "TOPORS" "10210" "TOP1 binding arginine/serine rich protein, E3 ubiquitin ligase" "LUN;RP31;TP53BPL" "Nucleus" "SwissProt;CellAtlas" "ENSG00000197580" "ENST00000460924;ENST00000461480;ENST00000357685;ENST00000534550;ENST00000361053;ENST00000531003;ENST00000494860;ENST00000527939;ENST00000532612;ENST00000534122;ENST00000438022;ENST00000526088;ENST00000532593;ENST00000531169;ENST00000530677;ENST00000527198;ENST00000525175;ENST00000532716;ENST00000532673" "ENSP00000350314;ENSP00000434488;ENSP00000354338;ENSP00000435869;ENSP00000436956;ENSP00000476560;ENSP00000414843;ENSP00000436615;ENSP00000431802;ENSP00000437053;ENSP00000432045;ENSP00000431882" "Q9BYV7" "BCO2" "83875" "beta-carotene oxygenase 2" "B-DIOX-II;BCDO2;FLJ34464" "Mitochondria" "SwissProt" -"ENSG00000197586" "ENST00000354989;ENST00000360031;ENST00000376652;ENST00000439162;ENST00000433417;ENST00000417467;ENST00000433259;ENST00000427553;ENST00000435520;ENST00000418890;ENST00000425813;ENST00000447877;ENST00000376666;ENST00000471478;ENST00000485936;ENST00000481322;ENST00000463734;ENST00000490187" "ENSP00000347084;ENSP00000353131;ENSP00000365840;ENSP00000408098;ENSP00000390095;ENSP00000395064;ENSP00000401895;ENSP00000401573;ENSP00000398844;ENSP00000390511;ENSP00000390646;ENSP00000406975;ENSP00000365854" "O75354" "ENTPD6" "955" "ectonucleoside triphosphate diphosphohydrolase 6" "CD39L2;dJ738P15.3;IL6ST2;NTPDase-6" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000197586" "ENST00000354989;ENST00000360031;ENST00000376652;ENST00000439162;ENST00000433417;ENST00000417467;ENST00000433259;ENST00000427553;ENST00000435520;ENST00000418890;ENST00000425813;ENST00000447877;ENST00000376666;ENST00000471478;ENST00000485936;ENST00000481322;ENST00000463734;ENST00000490187" "ENSP00000347084;ENSP00000353131;ENSP00000365840;ENSP00000408098;ENSP00000390095;ENSP00000395064;ENSP00000401895;ENSP00000401573;ENSP00000398844;ENSP00000390511;ENSP00000390646;ENSP00000406975;ENSP00000365854" "O75354" "ENTPD6" "955" "ectonucleoside triphosphate diphosphohydrolase 6" "CD39L2;dJ738P15.3;IL6ST2;NTPDase-6" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000197594" "ENST00000486853;ENST00000647893;ENST00000513998;ENST00000650507;ENST00000684147;ENST00000650147;ENST00000650437;ENST00000459624;ENST00000647981;ENST00000684536;ENST00000683687;ENST00000684674" "ENSP00000498074;ENSP00000422424;ENSP00000497375;ENSP00000497519;ENSP00000497981" "P22413" "ENPP1" "5167" "ectonucleotide pyrophosphatase/phosphodiesterase 1" "M6S1;NPPS;PC-1;PCA1;PDNP1" "Cytosol" "SwissProt" -"ENSG00000197601" "ENST00000354817;ENST00000532701;ENST00000532769;ENST00000524933;ENST00000527202;ENST00000532502" "ENSP00000346874;ENSP00000437111;ENSP00000434624" "Q8WVX9" "FAR1" "84188" "fatty acyl-CoA reductase 1" "FLJ22728;MLSTD2;SDR10E1" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000197601" "ENST00000354817;ENST00000532701;ENST00000532769;ENST00000524933;ENST00000527202;ENST00000532502" "ENSP00000346874;ENSP00000437111;ENSP00000434624" "Q8WVX9" "FAR1" "84188" "fatty acyl-CoA reductase 1" "FLJ22728;MLSTD2;SDR10E1" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000197713" "ENST00000359429;ENST00000436630;ENST00000408981;ENST00000454822;ENST00000429921;ENST00000453724;ENST00000438265;ENST00000429907;ENST00000441588;ENST00000445268;ENST00000452025;ENST00000438204;ENST00000438191;ENST00000411934;ENST00000435437;ENST00000354506" "ENSP00000352401;ENSP00000403808;ENSP00000386194;ENSP00000394455;ENSP00000401838;ENSP00000412245;ENSP00000397674;ENSP00000392279;ENSP00000416805;ENSP00000405695;ENSP00000400449;ENSP00000402061;ENSP00000411405;ENSP00000389411;ENSP00000411186;ENSP00000346501" "Q96AT9" "RPE" "6120" "ribulose-5-phosphate-3-epimerase" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000197746" "ENST00000394936;ENST00000394934;ENST00000610929;ENST00000495196;ENST00000493143;ENST00000633965" "ENSP00000378394;ENSP00000378392;ENSP00000480857;ENSP00000488331" "P07602" "PSAP" "5660" "prosaposin" "GLBA;SAP1;SAP2" "Lysosome" "SwissProt" -"ENSG00000197763" "ENST00000383572;ENST00000524230;ENST00000518740;ENST00000523403" "ENSP00000430031;ENSP00000429584" "Q86VQ6" "TXNRD3" "114112" "thioredoxin reductase 3" "TGR;TR2;TR2IT1;TRXR3;TXNRD3IT1;TXNRD3NB;TXNRD3NT1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000197763" "ENST00000383572;ENST00000524230;ENST00000518740;ENST00000523403" "ENSP00000430031;ENSP00000429584" "Q86VQ6" "TXNRD3" "114112" "thioredoxin reductase 3" "TGR;TR2;TR2IT1;TRXR3;TXNRD3IT1;TXNRD3NB;TXNRD3NT1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000197818" "ENST00000361573;ENST00000489787;ENST00000490250;ENST00000417961" "ENSP00000354966;ENSP00000416418" "Q9Y2E8" "SLC9A8" "23315" "solute carrier family 9 member A8" "KIAA0939;NHE8" "" "" "ENSG00000197838" "ENST00000330436" "ENSP00000332679" "Q16696" "CYP2A13" "1553" "cytochrome P450 family 2 subfamily A member 13" "CPAD;CYP2A" "Endoplasmic reticulum" "SwissProt" -"ENSG00000197858" "ENST00000529503;ENST00000526341;ENST00000525087;ENST00000532758;ENST00000530633;ENST00000355091;ENST00000361036;ENST00000524418;ENST00000528073;ENST00000530258;ENST00000527144;ENST00000525308;ENST00000526233;ENST00000527653;ENST00000529638;ENST00000531593;ENST00000530796;ENST00000534072" "ENSP00000435024;ENSP00000434485;ENSP00000431233;ENSP00000347206;ENSP00000354316;ENSP00000434544;ENSP00000435119;ENSP00000435132" "O43292" "GPAA1" "8733" "glycosylphosphatidylinositol anchor attachment 1" "GAA1;hGAA1" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000197858" "ENST00000529503;ENST00000526341;ENST00000525087;ENST00000532758;ENST00000530633;ENST00000355091;ENST00000361036;ENST00000524418;ENST00000528073;ENST00000530258;ENST00000527144;ENST00000525308;ENST00000526233;ENST00000527653;ENST00000529638;ENST00000531593;ENST00000530796;ENST00000534072" "ENSP00000435024;ENSP00000434485;ENSP00000431233;ENSP00000347206;ENSP00000354316;ENSP00000434544;ENSP00000435119;ENSP00000435132" "O43292" "GPAA1" "8733" "glycosylphosphatidylinositol anchor attachment 1" "GAA1;hGAA1" "Endoplasmic reticulum;Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000197888" "ENST00000317746;ENST00000684088" "ENSP00000320401;ENSP00000507374" "O75795" "UGT2B17" "7367" "UDP glucuronosyltransferase family 2 member B17" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000197891" "ENST00000377567;ENST00000377572;ENST00000377574;ENST00000473690;ENST00000336464" "ENSP00000366790;ENSP00000366795;ENSP00000366797;ENSP00000438437;ENSP00000336836" "Q96S37" "SLC22A12" "116085" "solute carrier family 22 member 12" "OAT4L;RST;URAT1" "" "" "ENSG00000197894" "ENST00000296412;ENST00000512621;ENST00000512659;ENST00000508511;ENST00000503130;ENST00000502590;ENST00000512991;ENST00000512604;ENST00000505652;ENST00000508146;ENST00000507102;ENST00000502386;ENST00000626055" "ENSP00000296412;ENSP00000424650;ENSP00000427049;ENSP00000422119;ENSP00000421556;ENSP00000487496" "P11766" "ADH5" "128" "alcohol dehydrogenase 5 (class III), chi polypeptide" "ADH-3;ADHX;FDH;GSNOR" "Cytosol" "SwissProt" "ENSG00000197901" "ENST00000540654;ENST00000360421;ENST00000377871;ENST00000421062;ENST00000458333;ENST00000537349" "ENSP00000445946;ENSP00000353597;ENSP00000367102;ENSP00000404441;ENSP00000396401" "Q4U2R8" "SLC22A6" "9356" "solute carrier family 22 member 6" "OAT1;PAHT;ROAT1" "" "" "ENSG00000197943" "ENST00000565054;ENST00000564138;ENST00000569929;ENST00000567980;ENST00000565400;ENST00000569523;ENST00000565020;ENST00000563193;ENST00000562605;ENST00000563375;ENST00000570198;ENST00000570196;ENST00000563269;ENST00000567373;ENST00000563834;ENST00000567356;ENST00000359376" "ENSP00000455956;ENSP00000482457;ENSP00000455533;ENSP00000454536;ENSP00000352336" "P16885" "PLCG2" "5336" "phospholipase C gamma 2" "" "Cytosol;Nucleus" "CellAtlas" -"ENSG00000197959" "ENST00000367733;ENST00000355305;ENST00000627582;ENST00000367731;ENST00000520906;ENST00000523513;ENST00000485254;ENST00000491124" "ENSP00000356707;ENSP00000347457;ENSP00000486701;ENSP00000356705;ENSP00000429701;ENSP00000429416;ENSP00000429165" "Q9UQ16" "DNM3" "26052" "dynamin 3" "KIAA0820" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000197959" "ENST00000367733;ENST00000355305;ENST00000627582;ENST00000367731;ENST00000520906;ENST00000523513;ENST00000485254;ENST00000491124" "ENSP00000356707;ENSP00000347457;ENSP00000486701;ENSP00000356705;ENSP00000429701;ENSP00000429416;ENSP00000429165" "Q9UQ16" "DNM3" "26052" "dynamin 3" "KIAA0820" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000197977" "ENST00000354666" "ENSP00000346693" "Q9NXB9" "ELOVL2" "54898" "ELOVL fatty acid elongase 2" "Ssc2" "Endoplasmic reticulum" "SwissProt" -"ENSG00000198060" "ENST00000358935;ENST00000467521;ENST00000462465;ENST00000492319" "ENSP00000351813" "Q9NX47" "MARCHF5" "54708" "membrane associated ring-CH-type finger 5" "FLJ20445;MARCH-V;MARCH5;MITOL;RNF153" "Endoplasmic reticulum;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000198074" "ENST00000359579;ENST00000475559;ENST00000498818;ENST00000496435" "ENSP00000352584" "O60218" "AKR1B10" "57016" "aldo-keto reductase family 1 member B10" "AKR1B11;AKR1B12;ALDRLn;ARL-1;ARL1;HIS;HSI" "Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000198075" "ENST00000494122;ENST00000272452;ENST00000409309" "ENSP00000272452;ENSP00000387225" "O75897" "SULT1C4" "27233" "sulfotransferase family 1C member 4" "SULT1C;SULT1C2" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000198060" "ENST00000358935;ENST00000467521;ENST00000462465;ENST00000492319" "ENSP00000351813" "Q9NX47" "MARCHF5" "54708" "membrane associated ring-CH-type finger 5" "FLJ20445;MARCH-V;MARCH5;MITOL;RNF153" "Endoplasmic reticulum;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000198074" "ENST00000359579;ENST00000475559;ENST00000498818;ENST00000496435" "ENSP00000352584" "O60218" "AKR1B10" "57016" "aldo-keto reductase family 1 member B10" "AKR1B11;AKR1B12;ALDRLn;ARL-1;ARL1;HIS;HSI" "Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000198075" "ENST00000494122;ENST00000272452;ENST00000409309" "ENSP00000272452;ENSP00000387225" "O75897" "SULT1C4" "27233" "sulfotransferase family 1C member 4" "SULT1C;SULT1C2" "Cytosol" "SwissProt;CellAtlas" "ENSG00000198077" "ENST00000301146;ENST00000602008;ENST00000598264;ENST00000594332;ENST00000291764" "ENSP00000301146;ENSP00000470933;ENSP00000291764" "P20853" "CYP2A7" "1549" "cytochrome P450 family 2 subfamily A member 7" "CYP2A" "" "" "ENSG00000198088" "ENST00000372466;ENST00000484614;ENST00000432145;ENST00000421752" "ENSP00000361544;ENSP00000433269;ENSP00000408612;ENSP00000405906" "Q9H1M0" "NUP62CL" "54830" "nucleoporin 62 C-terminal like" "FLJ20130" "" "" -"ENSG00000198099" "ENST00000508393;ENST00000265512;ENST00000509471;ENST00000505590;ENST00000506705;ENST00000512499;ENST00000503416;ENST00000504125;ENST00000503944;ENST00000504894;ENST00000504581;ENST00000629236" "ENSP00000424630;ENSP00000265512;ENSP00000424583;ENSP00000425416;ENSP00000426667;ENSP00000423571;ENSP00000427525;ENSP00000427261;ENSP00000486450" "P08319" "ADH4" "127" "alcohol dehydrogenase 4 (class II), pi polypeptide" "ADH-2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198099" "ENST00000508393;ENST00000265512;ENST00000509471;ENST00000505590;ENST00000506705;ENST00000512499;ENST00000503416;ENST00000504125;ENST00000503944;ENST00000504894;ENST00000504581;ENST00000629236" "ENSP00000424630;ENSP00000265512;ENSP00000424583;ENSP00000425416;ENSP00000426667;ENSP00000423571;ENSP00000427525;ENSP00000427261;ENSP00000486450" "P08319" "ADH4" "127" "alcohol dehydrogenase 4 (class II), pi polypeptide" "ADH-2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000198108" "ENST00000305031;ENST00000507545" "ENSP00000302629" "Q70JA7" "CHSY3" "337876" "chondroitin sulfate synthase 3" "CHSY-2;CSS3" "" "" -"ENSG00000198130" "ENST00000399855;ENST00000392332;ENST00000359678;ENST00000486981;ENST00000410045;ENST00000416732;ENST00000489147;ENST00000409820;ENST00000392333;ENST00000485992;ENST00000414928;ENST00000409934;ENST00000489269;ENST00000495792" "ENSP00000398060;ENSP00000376144;ENSP00000352706;ENSP00000386274;ENSP00000399263;ENSP00000387098;ENSP00000376145;ENSP00000414820;ENSP00000387247" "Q6NVY1" "HIBCH" "26275" "3-hydroxyisobutyryl-CoA hydrolase" "" "Mitochondria" "SwissProt&CellAtlas" -"ENSG00000198162" "ENST00000356554;ENST00000482811;ENST00000449370;ENST00000421535;ENST00000422329" "ENSP00000348959;ENSP00000412706;ENSP00000396362;ENSP00000402416" "O60476" "MAN1A2" "10905" "mannosidase alpha class 1A member 2" "MAN1B" "Golgi apparatus" "SwissProt&CellAtlas" +"ENSG00000198130" "ENST00000399855;ENST00000392332;ENST00000359678;ENST00000486981;ENST00000410045;ENST00000416732;ENST00000489147;ENST00000409820;ENST00000392333;ENST00000485992;ENST00000414928;ENST00000409934;ENST00000489269;ENST00000495792" "ENSP00000398060;ENSP00000376144;ENSP00000352706;ENSP00000386274;ENSP00000399263;ENSP00000387098;ENSP00000376145;ENSP00000414820;ENSP00000387247" "Q6NVY1" "HIBCH" "26275" "3-hydroxyisobutyryl-CoA hydrolase" "" "Mitochondria" "SwissProt;CellAtlas" +"ENSG00000198162" "ENST00000356554;ENST00000482811;ENST00000449370;ENST00000421535;ENST00000422329" "ENSP00000348959;ENSP00000412706;ENSP00000396362;ENSP00000402416" "O60476" "MAN1A2" "10905" "mannosidase alpha class 1A member 2" "MAN1B" "Golgi apparatus" "SwissProt;CellAtlas" "ENSG00000198189" "ENST00000358290;ENST00000507518;ENST00000512344;ENST00000502576;ENST00000507286;ENST00000513854;ENST00000508413" "ENSP00000351035;ENSP00000423775" "Q8NBQ5" "HSD17B11" "51170" "hydroxysteroid 17-beta dehydrogenase 11" "17-BETA-HSD11;17-BETA-HSDXI;DHRS8;PAN1B;RetSDR2;SDR16C2" "Endoplasmic reticulum" "SwissProt" "ENSG00000198203" "ENST00000326853;ENST00000251481;ENST00000438339;ENST00000409880;ENST00000437390;ENST00000442801;ENST00000409067;ENST00000492554;ENST00000495441" "ENSP00000319622;ENSP00000251481;ENSP00000401996;ENSP00000387054;ENSP00000399651;ENSP00000415194;ENSP00000387340" "O00338" "SULT1C2" "6819" "sulfotransferase family 1C member 2" "ST1C1;SULT1C1" "Cytosol;Lysosome" "SwissProt" -"ENSG00000198246" "ENST00000373189;ENST00000644591;ENST00000643752;ENST00000644895;ENST00000647524;ENST00000479577;ENST00000642772;ENST00000644088;ENST00000645345;ENST00000642198;ENST00000643619;ENST00000643042;ENST00000469204" "ENSP00000362285;ENSP00000496664;ENSP00000495000;ENSP00000493872;ENSP00000495077;ENSP00000493995;ENSP00000495041;ENSP00000494066;ENSP00000495859;ENSP00000494827;ENSP00000494378;ENSP00000496674" "Q9BZD2" "SLC29A3" "55315" "solute carrier family 29 member 3" "ENT3;FLJ11160" "Golgi apparatus;Lysosome" "SwissProt&CellAtlas" -"ENSG00000198276" "ENST00000354216;ENST00000369908;ENST00000632800;ENST00000430743;ENST00000492660;ENST00000483710;ENST00000358711" "ENSP00000346155;ENSP00000358924;ENSP00000402994;ENSP00000351546" "Q9NWZ5" "UCKL1" "54963" "uridine-cytidine kinase 1 like 1" "FLJ20517;URKL1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000198363" "ENST00000379454;ENST00000541428;ENST00000521909;ENST00000524173;ENST00000521499;ENST00000522349;ENST00000523897;ENST00000523927;ENST00000522919;ENST00000356457;ENST00000519234;ENST00000518068;ENST00000517903;ENST00000517847;ENST00000518441;ENST00000522835;ENST00000519678;ENST00000519264;ENST00000518306;ENST00000520198;ENST00000517856;ENST00000517928;ENST00000389204;ENST00000522603;ENST00000379449;ENST00000517661;ENST00000522325;ENST00000522036;ENST00000522343;ENST00000445642" "ENSP00000368767;ENSP00000437864;ENSP00000479945;ENSP00000429718;ENSP00000478706;ENSP00000430516;ENSP00000348841;ENSP00000427823;ENSP00000429286;ENSP00000430245;ENSP00000429954;ENSP00000429160;ENSP00000483443;ENSP00000479830;ENSP00000427877;ENSP00000429743;ENSP00000373856;ENSP00000436188;ENSP00000368762;ENSP00000428060;ENSP00000394013" "Q12797" "ASPH" "444" "aspartate beta-hydroxylase" "BAH;CASQ2BP1;HAAH;JCTN" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000198246" "ENST00000373189;ENST00000644591;ENST00000643752;ENST00000644895;ENST00000647524;ENST00000479577;ENST00000642772;ENST00000644088;ENST00000645345;ENST00000642198;ENST00000643619;ENST00000643042;ENST00000469204" "ENSP00000362285;ENSP00000496664;ENSP00000495000;ENSP00000493872;ENSP00000495077;ENSP00000493995;ENSP00000495041;ENSP00000494066;ENSP00000495859;ENSP00000494827;ENSP00000494378;ENSP00000496674" "Q9BZD2" "SLC29A3" "55315" "solute carrier family 29 member 3" "ENT3;FLJ11160" "Golgi apparatus;Lysosome" "SwissProt;CellAtlas" +"ENSG00000198276" "ENST00000354216;ENST00000369908;ENST00000632800;ENST00000430743;ENST00000492660;ENST00000483710;ENST00000358711" "ENSP00000346155;ENSP00000358924;ENSP00000402994;ENSP00000351546" "Q9NWZ5" "UCKL1" "54963" "uridine-cytidine kinase 1 like 1" "FLJ20517;URKL1" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000198363" "ENST00000379454;ENST00000541428;ENST00000521909;ENST00000524173;ENST00000521499;ENST00000522349;ENST00000523897;ENST00000523927;ENST00000522919;ENST00000356457;ENST00000519234;ENST00000518068;ENST00000517903;ENST00000517847;ENST00000518441;ENST00000522835;ENST00000519678;ENST00000519264;ENST00000518306;ENST00000520198;ENST00000517856;ENST00000517928;ENST00000389204;ENST00000522603;ENST00000379449;ENST00000517661;ENST00000522325;ENST00000522036;ENST00000522343;ENST00000445642" "ENSP00000368767;ENSP00000437864;ENSP00000479945;ENSP00000429718;ENSP00000478706;ENSP00000430516;ENSP00000348841;ENSP00000427823;ENSP00000429286;ENSP00000430245;ENSP00000429954;ENSP00000429160;ENSP00000483443;ENSP00000479830;ENSP00000427877;ENSP00000429743;ENSP00000373856;ENSP00000436188;ENSP00000368762;ENSP00000428060;ENSP00000394013" "Q12797" "ASPH" "444" "aspartate beta-hydroxylase" "BAH;CASQ2BP1;HAAH;JCTN" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000198373" "ENST00000359154;ENST00000561780;ENST00000569620;ENST00000568845;ENST00000563659;ENST00000569658;ENST00000569174;ENST00000544162;ENST00000567986;ENST00000563618;ENST00000570104;ENST00000569297;ENST00000567579;ENST00000566463;ENST00000568684;ENST00000568185;ENST00000568818;ENST00000567161;ENST00000567303;ENST00000356003" "ENSP00000352069;ENSP00000456451;ENSP00000456582;ENSP00000455347;ENSP00000455311;ENSP00000456216;ENSP00000348283" "O00308" "WWP2" "11060" "WW domain containing E3 ubiquitin protein ligase 2" "AIP2" "Nucleus" "SwissProt" "ENSG00000198380" "ENST00000357308;ENST00000361060;ENST00000674507;ENST00000674438;ENST00000494201" "ENSP00000349860;ENSP00000354347;ENSP00000501332;ENSP00000501469;ENSP00000501359" "Q06210" "GFPT1" "2673" "glutamine--fructose-6-phosphate transaminase 1" "GFA;GFAT;GFAT1;GFPT" "Nucleus" "CellAtlas" -"ENSG00000198408" "ENST00000439817;ENST00000361464;ENST00000462994;ENST00000482611;ENST00000357797;ENST00000494347;ENST00000479811;ENST00000461645;ENST00000492204;ENST00000370094;ENST00000429860" "ENSP00000409973;ENSP00000354850;ENSP00000350445;ENSP00000359112;ENSP00000414235" "O60502" "OGA" "10724" "O-GlcNAcase" "MEA5;MGEA5;NCOAT" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000198431" "ENST00000429002;ENST00000525566;ENST00000534282;ENST00000526006;ENST00000526266;ENST00000503506;ENST00000354940;ENST00000388854;ENST00000397736;ENST00000526691;ENST00000531691;ENST00000526390;ENST00000531689;ENST00000529546;ENST00000529751;ENST00000526207;ENST00000528079;ENST00000526580;ENST00000529784;ENST00000524698;ENST00000527688;ENST00000527335;ENST00000526950;ENST00000525265" "ENSP00000412045;ENSP00000434516;ENSP00000431294;ENSP00000421934;ENSP00000347020;ENSP00000373506;ENSP00000380844;ENSP00000435929;ENSP00000431925;ENSP00000435123;ENSP00000433507;ENSP00000434919;ENSP00000432273;ENSP00000433732;ENSP00000433887;ENSP00000436229;ENSP00000433425;ENSP00000433935;ENSP00000433599;ENSP00000432812" "Q16881" "TXNRD1" "7296" "thioredoxin reductase 1" "GRIM-12;Trxr1;TXNR" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198408" "ENST00000439817;ENST00000361464;ENST00000462994;ENST00000482611;ENST00000357797;ENST00000494347;ENST00000479811;ENST00000461645;ENST00000492204;ENST00000370094;ENST00000429860" "ENSP00000409973;ENSP00000354850;ENSP00000350445;ENSP00000359112;ENSP00000414235" "O60502" "OGA" "10724" "O-GlcNAcase" "MEA5;MGEA5;NCOAT" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000198431" "ENST00000429002;ENST00000525566;ENST00000534282;ENST00000526006;ENST00000526266;ENST00000503506;ENST00000354940;ENST00000388854;ENST00000397736;ENST00000526691;ENST00000531691;ENST00000526390;ENST00000531689;ENST00000529546;ENST00000529751;ENST00000526207;ENST00000528079;ENST00000526580;ENST00000529784;ENST00000524698;ENST00000527688;ENST00000527335;ENST00000526950;ENST00000525265" "ENSP00000412045;ENSP00000434516;ENSP00000431294;ENSP00000421934;ENSP00000347020;ENSP00000373506;ENSP00000380844;ENSP00000435929;ENSP00000431925;ENSP00000435123;ENSP00000433507;ENSP00000434919;ENSP00000432273;ENSP00000433732;ENSP00000433887;ENSP00000436229;ENSP00000433425;ENSP00000433935;ENSP00000433599;ENSP00000432812" "Q16881" "TXNRD1" "7296" "thioredoxin reductase 1" "GRIM-12;Trxr1;TXNR" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000198488" "ENST00000528622;ENST00000622824" "ENSP00000435628;ENSP00000484640" "Q6ZMB0" "B3GNT6" "192134" "UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 6" "B3Gn-T6" "Golgi apparatus" "SwissProt" "ENSG00000198569" "ENST00000673865;ENST00000538474;ENST00000673835;ENST00000673953;ENST00000361134" "ENSP00000501101;ENSP00000442397;ENSP00000501114;ENSP00000501108;ENSP00000355353" "Q8N130" "SLC34A3" "142680" "solute carrier family 34 member 3" "FLJ38680;NPTIIc" "" "" -"ENSG00000198610" "ENST00000469875;ENST00000380448;ENST00000263126" "ENSP00000369814;ENSP00000263126" "P17516" "AKR1C4" "1109" "aldo-keto reductase family 1 member C4" "3-alpha-HSD;C11;CDR;CHDR;DD4;HAKRA;MGC22581" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000198646" "ENST00000626057;ENST00000434040;ENST00000593786;ENST00000628752;ENST00000374796;ENST00000359003;ENST00000471897;ENST00000612493;ENST00000616167" "ENSP00000486894;ENSP00000363929;ENSP00000351894;ENSP00000481177;ENSP00000481935" "Q14686" "NCOA6" "23054" "nuclear receptor coactivator 6" "AIB3;ASC2;KIAA0181;NRC;PRIP;RAP250;TRBP" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000198610" "ENST00000469875;ENST00000380448;ENST00000263126" "ENSP00000369814;ENSP00000263126" "P17516" "AKR1C4" "1109" "aldo-keto reductase family 1 member C4" "3-alpha-HSD;C11;CDR;CHDR;DD4;HAKRA;MGC22581" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000198646" "ENST00000626057;ENST00000434040;ENST00000593786;ENST00000628752;ENST00000374796;ENST00000359003;ENST00000471897;ENST00000612493;ENST00000616167" "ENSP00000486894;ENSP00000363929;ENSP00000351894;ENSP00000481177;ENSP00000481935" "Q14686" "NCOA6" "23054" "nuclear receptor coactivator 6" "AIB3;ASC2;KIAA0181;NRC;PRIP;RAP250;TRBP" "Nucleus" "SwissProt;CellAtlas" "ENSG00000198650" "ENST00000355962;ENST00000564007;ENST00000566094;ENST00000566010" "ENSP00000348234" "P17735" "TAT" "6898" "tyrosine aminotransferase" "" "" "" -"ENSG00000198668" "ENST00000557020;ENST00000447653;ENST00000356978;ENST00000555132;ENST00000557123;ENST00000556757;ENST00000553995;ENST00000553630;ENST00000553542;ENST00000659177;ENST00000553964;ENST00000544280;ENST00000663135;ENST00000555267;ENST00000553422;ENST00000554296;ENST00000556721;ENST00000626705" "ENSP00000451062;ENSP00000403491;ENSP00000349467;ENSP00000451646;ENSP00000450829;ENSP00000499421;ENSP00000442853;ENSP00000499498;ENSP00000450425;ENSP00000486402" "P0DP23" "CALM1" "801" "calmodulin 1" "CALML2;CAMI;DD132;PHKD" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000198668" "ENST00000557020;ENST00000447653;ENST00000356978;ENST00000555132;ENST00000557123;ENST00000556757;ENST00000553995;ENST00000553630;ENST00000553542;ENST00000659177;ENST00000553964;ENST00000544280;ENST00000663135;ENST00000555267;ENST00000553422;ENST00000554296;ENST00000556721;ENST00000626705" "ENSP00000451062;ENSP00000403491;ENSP00000349467;ENSP00000451646;ENSP00000450829;ENSP00000499421;ENSP00000442853;ENSP00000499498;ENSP00000450425;ENSP00000486402" "P0DP23" "CALM1" "801" "calmodulin 1" "CALML2;CAMI;DD132;PHKD" "Cytosol" "SwissProt;CellAtlas" "ENSG00000198682" "ENST00000361175;ENST00000456849;ENST00000465996;ENST00000482258" "ENSP00000354436;ENSP00000406157" "O95340" "PAPSS2" "9060" "3'-phosphoadenosine 5'-phosphosulfate synthase 2" "ATPSK2" "Mitochondria" "CellAtlas" -"ENSG00000198691" "ENST00000370225;ENST00000465352;ENST00000484388;ENST00000470771;ENST00000460514;ENST00000649773;ENST00000472033;ENST00000536513" "ENSP00000359245;ENSP00000496882;ENSP00000439707" "P78363" "ABCA4" "24" "ATP binding cassette subfamily A member 4" "ABCR;ARMD2;CORD3;FFM;RP19;STGD;STGD1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198691" "ENST00000370225;ENST00000465352;ENST00000484388;ENST00000470771;ENST00000460514;ENST00000649773;ENST00000472033;ENST00000536513" "ENSP00000359245;ENSP00000496882;ENSP00000439707" "P78363" "ABCA4" "24" "ATP binding cassette subfamily A member 4" "ABCR;ARMD2;CORD3;FFM;RP19;STGD;STGD1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000198695" "ENST00000361681" "ENSP00000354665" "P03923" "MT-ND6" "4541" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 6" "MTND6;NAD6;ND6" "Inner mitochondria" "SwissProt" "ENSG00000198704" "ENST00000361902;ENST00000474923;ENST00000483058;ENST00000612264" "ENSP00000354581;ENSP00000417364;ENSP00000483462" "P59796" "GPX6" "257202" "glutathione peroxidase 6" "GPXP3" "" "" "ENSG00000198712" "ENST00000361739" "ENSP00000354876" "P00403" "MT-CO2" "4513" "mitochondrially encoded cytochrome c oxidase II" "CO2;COX2;MTCO2" "Inner mitochondria" "SwissProt" -"ENSG00000198721" "ENST00000380125;ENST00000496241;ENST00000380120;ENST00000478266;ENST00000380118;ENST00000464057;ENST00000361538;ENST00000465828;ENST00000464583;ENST00000495548;ENST00000489086" "ENSP00000369468;ENSP00000417170;ENSP00000369463;ENSP00000417803;ENSP00000369461;ENSP00000354737;ENSP00000420309;ENSP00000417459" "O75521" "ECI2" "10455" "enoyl-CoA delta isomerase 2" "ACBD2;DRS1;HCA88;PECI" "Peroxisome;Mitochondria" "SwissProt&CellAtlas" -"ENSG00000198727" "ENST00000361789" "ENSP00000354554" "P00156" "MT-CYB" "4519" "mitochondrially encoded cytochrome b" "COB;CYTB;MTCYB;UQCR3" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000198742" "ENST00000361368;ENST00000361125;ENST00000480055;ENST00000472627" "ENSP00000355326;ENSP00000354621" "Q9HCE7" "SMURF1" "57154" "SMAD specific E3 ubiquitin protein ligase 1" "KIAA1625" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198721" "ENST00000380125;ENST00000496241;ENST00000380120;ENST00000478266;ENST00000380118;ENST00000464057;ENST00000361538;ENST00000465828;ENST00000464583;ENST00000495548;ENST00000489086" "ENSP00000369468;ENSP00000417170;ENSP00000369463;ENSP00000417803;ENSP00000369461;ENSP00000354737;ENSP00000420309;ENSP00000417459" "O75521" "ECI2" "10455" "enoyl-CoA delta isomerase 2" "ACBD2;DRS1;HCA88;PECI" "Peroxisome;Mitochondria" "SwissProt;CellAtlas" +"ENSG00000198727" "ENST00000361789" "ENSP00000354554" "P00156" "MT-CYB" "4519" "mitochondrially encoded cytochrome b" "COB;CYTB;MTCYB;UQCR3" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000198742" "ENST00000361368;ENST00000361125;ENST00000480055;ENST00000472627" "ENSP00000355326;ENSP00000354621" "Q9HCE7" "SMURF1" "57154" "SMAD specific E3 ubiquitin protein ligase 1" "KIAA1625" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000198743" "ENST00000381151" "ENSP00000370543" "P53794" "SLC5A3" "6526" "solute carrier family 5 member 3" "SMIT;SMIT1" "" "" "ENSG00000198753" "ENST00000538966;ENST00000361971;ENST00000411613;ENST00000482654;ENST00000455214;ENST00000485980;ENST00000448847;ENST00000469190;ENST00000472415" "ENSP00000442736;ENSP00000355378;ENSP00000391650;ENSP00000396048;ENSP00000412454" "Q9ULL4" "PLXNB3" "5365" "plexin B3" "PLEXB3;PLEXR;PLXN6" "" "" "ENSG00000198754" "ENST00000327582" "ENSP00000361914" "Q9BYC2" "OXCT2" "64064" "3-oxoacid CoA-transferase 2" "FKSG25;FLJ00030;SCOT-T" "" "" -"ENSG00000198756" "ENST00000649786;ENST00000486375;ENST00000367521;ENST00000361927;ENST00000367520" "ENSP00000497601;ENSP00000356491;ENSP00000354960;ENSP00000356490" "Q8IYK4" "COLGALT2" "23127" "collagen beta(1-O)galactosyltransferase 2" "C1orf17;GLT25D2;KIAA0584" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000198756" "ENST00000649786;ENST00000486375;ENST00000367521;ENST00000361927;ENST00000367520" "ENSP00000497601;ENSP00000356491;ENSP00000354960;ENSP00000356490" "Q8IYK4" "COLGALT2" "23127" "collagen beta(1-O)galactosyltransferase 2" "C1orf17;GLT25D2;KIAA0584" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000198763" "ENST00000361453" "ENSP00000355046" "P03891" "MT-ND2" "4536" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 2" "MTND2;NAD2;ND2" "Inner mitochondria" "SwissProt" "ENSG00000198786" "ENST00000361567" "ENSP00000354813" "P03915" "MT-ND5" "4540" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 5" "MTND5;NAD5;ND5" "Inner mitochondria" "SwissProt" -"ENSG00000198804" "ENST00000361624" "ENSP00000354499" "P00395" "MT-CO1" "4512" "mitochondrially encoded cytochrome c oxidase I" "COI;COX1;MTCO1" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000198805" "ENST00000553418;ENST00000556293;ENST00000557229;ENST00000361505;ENST00000554056;ENST00000553591;ENST00000554065;ENST00000556754" "ENSP00000450663;ENSP00000354532;ENSP00000452421;ENSP00000451108" "P00491" "PNP" "4860" "purine nucleoside phosphorylase" "NP;PUNP" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000198804" "ENST00000361624" "ENSP00000354499" "P00395" "MT-CO1" "4512" "mitochondrially encoded cytochrome c oxidase I" "COI;COX1;MTCO1" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000198805" "ENST00000553418;ENST00000556293;ENST00000557229;ENST00000361505;ENST00000554056;ENST00000553591;ENST00000554065;ENST00000556754" "ENSP00000450663;ENSP00000354532;ENSP00000452421;ENSP00000451108" "P00491" "PNP" "4860" "purine nucleoside phosphorylase" "NP;PUNP" "Cytosol" "SwissProt;CellAtlas" "ENSG00000198814" "ENST00000378943;ENST00000378946;ENST00000427190;ENST00000378945;ENST00000481024;ENST00000479048;ENST00000487652;ENST00000471362;ENST00000378941;ENST00000425166;ENST00000488296;ENST00000378938" "ENSP00000368226;ENSP00000368229;ENSP00000401720;ENSP00000368228;ENSP00000418873;ENSP00000420676;ENSP00000419332;ENSP00000417942;ENSP00000368224;ENSP00000404682;ENSP00000419771;ENSP00000368221" "P32189" "GK" "2710" "glycerol kinase" "GK1;GKD" "Cytosol" "SwissProt" "ENSG00000198825" "ENST00000649297;ENST00000648621;ENST00000649251;ENST00000649742;ENST00000650623;ENST00000647933;ENST00000650305;ENST00000369081;ENST00000648661;ENST00000648262;ENST00000648166;ENST00000648515;ENST00000649454;ENST00000649957;ENST00000647699;ENST00000631485;ENST00000650409;ENST00000631572;ENST00000637174;ENST00000631555;ENST00000490818" "ENSP00000498154;ENSP00000497027;ENSP00000497368;ENSP00000497412;ENSP00000497527;ENSP00000497291;ENSP00000497212;ENSP00000489864;ENSP00000497205;ENSP00000496843;ENSP00000496989;ENSP00000497846;ENSP00000498016;ENSP00000497772;ENSP00000488052;ENSP00000496955;ENSP00000488726;ENSP00000490226;ENSP00000488905;ENSP00000487706" "Q9Y2H2" "INPP5F" "22876" "inositol polyphosphate-5-phosphatase F" "hSac2;KIAA0966;SAC2" "" "" "ENSG00000198833" "ENST00000435041" "ENSP00000451261" "Q9Y385" "UBE2J1" "51465" "ubiquitin conjugating enzyme E2 J1" "CGI-76;HSPC153;NCUBE1;UBC6" "Endoplasmic reticulum" "SwissProt" -"ENSG00000198840" "ENST00000361227" "ENSP00000355206" "P03897" "MT-ND3" "4537" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 3" "MTND3;NAD3;ND3" "Cytosol;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000198848" "ENST00000565568;ENST00000360526;ENST00000422046;ENST00000563241;ENST00000361503;ENST00000569260;ENST00000563005;ENST00000565403;ENST00000566555" "ENSP00000455902;ENSP00000353720;ENSP00000390492;ENSP00000455959;ENSP00000355193;ENSP00000456865" "P23141" "CES1" "1066" "carboxylesterase 1" "CEH;CES1A1;CES1A2;CES2;HMSE;HMSE1;SES1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198840" "ENST00000361227" "ENSP00000355206" "P03897" "MT-ND3" "4537" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 3" "MTND3;NAD3;ND3" "Cytosol;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000198848" "ENST00000565568;ENST00000360526;ENST00000422046;ENST00000563241;ENST00000361503;ENST00000569260;ENST00000563005;ENST00000565403;ENST00000566555" "ENSP00000455902;ENSP00000353720;ENSP00000390492;ENSP00000455959;ENSP00000355193;ENSP00000456865" "P23141" "CES1" "1066" "carboxylesterase 1" "CEH;CES1A1;CES1A2;CES2;HMSE;HMSE1;SES1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000198881" "ENST00000362002" "ENSP00000355195" "Q8WXK4" "ASB12" "142689" "ankyrin repeat and SOCS box containing 12" "FLJ39577" "" "" -"ENSG00000198886" "ENST00000361381" "ENSP00000354961" "P03905" "MT-ND4" "4538" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 4" "LHON;MTND4;NAD4;ND4" "Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000198886" "ENST00000361381" "ENSP00000354961" "P03905" "MT-ND4" "4538" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 4" "LHON;MTND4;NAD4;ND4" "Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000198888" "ENST00000361390" "ENSP00000354687" "P03886" "MT-ND1" "4535" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 1" "MTND1;NAD1;ND1" "Inner mitochondria" "SwissProt" -"ENSG00000198890" "ENST00000370078;ENST00000650338;ENST00000649727" "ENSP00000359095;ENSP00000497826" "Q96LA8" "PRMT6" "55170" "protein arginine methyltransferase 6" "FLJ10559;HRMT1L6" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000198890" "ENST00000370078;ENST00000650338;ENST00000649727" "ENSP00000359095;ENSP00000497826" "Q96LA8" "PRMT6" "55170" "protein arginine methyltransferase 6" "FLJ10559;HRMT1L6" "Nucleus" "SwissProt;CellAtlas" "ENSG00000198899" "ENST00000361899" "ENSP00000354632" "P00846" "MT-ATP6" "4508" "mitochondrially encoded ATP synthase membrane subunit 6" "ATP6;ATPase-6;MTATP6;RP;Su6m" "Inner mitochondria" "SwissProt" "ENSG00000198910" "ENST00000361981;ENST00000370060;ENST00000370055;ENST00000370058;ENST00000361699;ENST00000491983;ENST00000474853;ENST00000455590;ENST00000496122;ENST00000484652;ENST00000439496;ENST00000407935;ENST00000420165;ENST00000458029;ENST00000460553;ENST00000616195" "ENSP00000354712;ENSP00000359077;ENSP00000359072;ENSP00000359075;ENSP00000355380;ENSP00000397792;ENSP00000402407;ENSP00000384902;ENSP00000392524;ENSP00000396079" "P32004" "L1CAM" "3897" "L1 cell adhesion molecule" "CD171;HSAS;HSAS1;MASA;MIC5;S10;SPG1" "Nucleus" "CellAtlas" "ENSG00000198919" "ENST00000361582;ENST00000495008;ENST00000486815;ENST00000479138;ENST00000497905;ENST00000463306" "ENSP00000355028;ENSP00000418871;ENSP00000420030;ENSP00000418115;ENSP00000417829;ENSP00000419981" "Q86Y13" "DZIP3" "9666" "DAZ interacting zinc finger protein 3" "hRUL138;PPP1R66" "Cytosol" "SwissProt" -"ENSG00000198931" "ENST00000378364;ENST00000567713;ENST00000567057;ENST00000426324;ENST00000567391;ENST00000568319;ENST00000563655;ENST00000569616;ENST00000568575;ENST00000562464;ENST00000564858" "ENSP00000367615;ENSP00000455749;ENSP00000397007;ENSP00000457964;ENSP00000456905;ENSP00000456012;ENSP00000455692" "P07741" "APRT" "353" "adenine phosphoribosyltransferase" "" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198931" "ENST00000378364;ENST00000567713;ENST00000567057;ENST00000426324;ENST00000567391;ENST00000568319;ENST00000563655;ENST00000569616;ENST00000568575;ENST00000562464;ENST00000564858" "ENSP00000367615;ENSP00000455749;ENSP00000397007;ENSP00000457964;ENSP00000456905;ENSP00000456012;ENSP00000455692" "P07741" "APRT" "353" "adenine phosphoribosyltransferase" "" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000198938" "ENST00000362079" "ENSP00000354982" "P00414" "MT-CO3" "4514" "mitochondrially encoded cytochrome c oxidase III" "CO3;COIII;COX3;MTCO3" "Inner mitochondria" "SwissProt" "ENSG00000198951" "ENST00000396398;ENST00000403363;ENST00000402937" "ENSP00000379680;ENSP00000385283;ENSP00000384603" "P17050" "NAGA" "4668" "alpha-N-acetylgalactosaminidase" "D22S674" "Lysosome" "SwissProt" -"ENSG00000198959" "ENST00000361475;ENST00000469269;ENST00000468262;ENST00000474777;ENST00000373403;ENST00000453095" "ENSP00000355330;ENSP00000362502;ENSP00000387642" "P21980" "TGM2" "7052" "transglutaminase 2" "TGC" "Mitochondria;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198959" "ENST00000361475;ENST00000469269;ENST00000468262;ENST00000474777;ENST00000373403;ENST00000453095" "ENSP00000355330;ENSP00000362502;ENSP00000387642" "P21980" "TGM2" "7052" "transglutaminase 2" "TGC" "Mitochondria;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000198961" "ENST00000361189;ENST00000511624;ENST00000512822;ENST00000361557" "ENSP00000354775;ENSP00000355284" "O43164" "PJA2" "9867" "praja ring finger ubiquitin ligase 2" "KIAA0438;Neurodap1;RNF131" "Cytosol;Endoplasmic reticulum;Golgi apparatus" "SwissProt" -"ENSG00000198964" "ENST00000429490;ENST00000361781;ENST00000602619;ENST00000361543;ENST00000626236;ENST00000619438;ENST00000602565;ENST00000492601;ENST00000609445;ENST00000498514;ENST00000608287" "ENSP00000406795;ENSP00000354829;ENSP00000473668;ENSP00000355235;ENSP00000486310;ENSP00000479633;ENSP00000475427" "Q86VZ5" "SGMS1" "259230" "sphingomyelin synthase 1" "MGC17342;MOB;SMS1;TMEM23" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000203791" "ENST00000495711;ENST00000652548;ENST00000466270;ENST00000368836;ENST00000464099;ENST00000498770;ENST00000468738" "ENSP00000470332;ENSP00000498289;ENSP00000451190;ENSP00000357829;ENSP00000450447" "Q5JPI9" "EEF1AKMT2" "399818" "EEF1A lysine methyltransferase 2" "C10orf138;Efm4;METTL10" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000203797" "ENST00000368923;ENST00000479373;ENST00000368924" "ENSP00000357919;ENSP00000436642;ENSP00000357920" "Q99489" "DDO" "8528" "D-aspartate oxidase" "" "Peroxisome;Cytosol" "SwissProt&CellAtlas" +"ENSG00000198964" "ENST00000429490;ENST00000361781;ENST00000602619;ENST00000361543;ENST00000626236;ENST00000619438;ENST00000602565;ENST00000492601;ENST00000609445;ENST00000498514;ENST00000608287" "ENSP00000406795;ENSP00000354829;ENSP00000473668;ENSP00000355235;ENSP00000486310;ENSP00000479633;ENSP00000475427" "Q86VZ5" "SGMS1" "259230" "sphingomyelin synthase 1" "MGC17342;MOB;SMS1;TMEM23" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000203791" "ENST00000495711;ENST00000652548;ENST00000466270;ENST00000368836;ENST00000464099;ENST00000498770;ENST00000468738" "ENSP00000470332;ENSP00000498289;ENSP00000451190;ENSP00000357829;ENSP00000450447" "Q5JPI9" "EEF1AKMT2" "399818" "EEF1A lysine methyltransferase 2" "C10orf138;Efm4;METTL10" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000203797" "ENST00000368923;ENST00000479373;ENST00000368924" "ENSP00000357919;ENSP00000436642;ENSP00000357920" "Q99489" "DDO" "8528" "D-aspartate oxidase" "" "Peroxisome;Cytosol" "SwissProt;CellAtlas" "ENSG00000203805" "ENST00000398250;ENST00000369073;ENST00000496437" "ENSP00000381302" "Q5VZY2" "PLPP4" "196051" "phospholipid phosphatase 4" "DPPL2;PPAPDC1;PPAPDC1A" "Nucleus" "CellAtlas" "ENSG00000203837" "ENST00000369230" "ENSP00000358232" "Q17RR3" "PNLIPRP3" "119548" "pancreatic lipase related protein 3" "" "" "" -"ENSG00000203857" "ENST00000531340;ENST00000369413;ENST00000492140;ENST00000487520;ENST00000528909" "ENSP00000435999;ENSP00000358421;ENSP00000432268" "P14060" "HSD3B1" "3283" "hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 1" "HSD3B;HSDB3;SDR11E1" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" -"ENSG00000203859" "ENST00000433745;ENST00000369416;ENST00000471656;ENST00000443865;ENST00000448448;ENST00000543831" "ENSP00000388292;ENSP00000358424;ENSP00000445122" "P26439" "HSD3B2" "3284" "hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 2" "SDR11E2" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000203857" "ENST00000531340;ENST00000369413;ENST00000492140;ENST00000487520;ENST00000528909" "ENSP00000435999;ENSP00000358421;ENSP00000432268" "P14060" "HSD3B1" "3283" "hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 1" "HSD3B;HSDB3;SDR11E1" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" +"ENSG00000203859" "ENST00000433745;ENST00000369416;ENST00000471656;ENST00000443865;ENST00000448448;ENST00000543831" "ENSP00000388292;ENSP00000358424;ENSP00000445122" "P26439" "HSD3B2" "3284" "hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 2" "SDR11E2" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000203972" "ENST00000371197;ENST00000545705" "ENSP00000360240;ENSP00000440029" "Q5SZD4" "GLYATL3" "389396" "glycine-N-acyltransferase like 3" "bA28H17.2;C6orf140" "" "" "ENSG00000204007" "ENST00000371763;ENST00000613244" "ENSP00000360829;ENSP00000483037" "Q7Z4J2" "GLT6D1" "360203" "glycosyltransferase 6 domain containing 1" "GLTDC1" "" "" -"ENSG00000204084" "ENST00000373027;ENST00000373026;ENST00000373024;ENST00000487328;ENST00000470364;ENST00000474758;ENST00000467066;ENST00000373021;ENST00000491406;ENST00000373023;ENST00000458109" "ENSP00000362118;ENSP00000362117;ENSP00000362115;ENSP00000362112;ENSP00000362114;ENSP00000397748" "P32019" "INPP5B" "3633" "inositol polyphosphate-5-phosphatase B" "" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000204084" "ENST00000373027;ENST00000373026;ENST00000373024;ENST00000487328;ENST00000470364;ENST00000474758;ENST00000467066;ENST00000373021;ENST00000491406;ENST00000373023;ENST00000458109" "ENSP00000362118;ENSP00000362117;ENSP00000362115;ENSP00000362112;ENSP00000362114;ENSP00000397748" "P32019" "INPP5B" "3633" "inositol polyphosphate-5-phosphatase B" "" "Endoplasmic reticulum;Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000204099" "ENST00000415936;ENST00000405370;ENST00000476542;ENST00000435855;ENST00000618597;ENST00000407683;ENST00000423583;ENST00000404257;ENST00000391969;ENST00000325935;ENST00000435934;ENST00000435894;ENST00000426032;ENST00000420288;ENST00000494678;ENST00000488997;ENST00000428592" "ENSP00000397167;ENSP00000384804;ENSP00000394769;ENSP00000385402;ENSP00000397860;ENSP00000385149;ENSP00000375830;ENSP00000320318;ENSP00000412688;ENSP00000398571;ENSP00000406678;ENSP00000388707;ENSP00000396197" "Q8WWR8" "NEU4" "129807" "neuraminidase 4" "" "Lysosome;Endoplasmic reticulum;Inner mitochondria" "SwissProt" "ENSG00000204160" "ENST00000374142;ENST00000374141;ENST00000534643;ENST00000488397;ENST00000478902" "ENSP00000363257;ENSP00000363256;ENSP00000435510;ENSP00000436203" "Q9NUE0" "ZDHHC18" "84243" "zinc finger DHHC-type palmitoyltransferase 18" "DKFZp667O2416" "Golgi apparatus" "SwissProt" "ENSG00000204195" "ENST00000480702;ENST00000374521" "ENSP00000363645" "Q58HT5" "AWAT1" "158833" "acyl-CoA wax alcohol acyltransferase 1" "DGAT2L3" "Endoplasmic reticulum" "SwissProt" -"ENSG00000204227" "ENST00000374656;ENST00000478431" "ENSP00000363787" "Q06587" "RING1" "6015" "ring finger protein 1" "RNF1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000204227" "ENST00000374656;ENST00000478431" "ENSP00000363787" "Q06587" "RING1" "6015" "ring finger protein 1" "RNF1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000204228" "ENST00000374662;ENST00000469186" "ENSP00000363794" "Q92506" "HSD17B8" "7923" "hydroxysteroid 17-beta dehydrogenase 8" "D6S2245E;FABGL;H2-KE6;HKE6;KE6;RING2;SDR30C1" "Mitochondria" "SwissProt" -"ENSG00000204308" "ENST00000375094;ENST00000487940" "ENSP00000364235" "Q99942" "RNF5" "6048" "ring finger protein 5" "G16;NG2;RING5;RMA1" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" -"ENSG00000204310" "ENST00000395496;ENST00000375107;ENST00000395499;ENST00000375104;ENST00000490711;ENST00000395497;ENST00000336984;ENST00000476663" "ENSP00000378874;ENSP00000364248;ENSP00000378877;ENSP00000364245;ENSP00000378875;ENSP00000337463" "Q99943" "AGPAT1" "10554" "1-acylglycerol-3-phosphate O-acyltransferase 1" "LPAAT-alpha" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000204308" "ENST00000375094;ENST00000487940" "ENSP00000364235" "Q99942" "RNF5" "6048" "ring finger protein 5" "G16;NG2;RING5;RMA1" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" +"ENSG00000204310" "ENST00000395496;ENST00000375107;ENST00000395499;ENST00000375104;ENST00000490711;ENST00000395497;ENST00000336984;ENST00000476663" "ENSP00000378874;ENSP00000364248;ENSP00000378877;ENSP00000364245;ENSP00000378875;ENSP00000337463" "Q99943" "AGPAT1" "10554" "1-acylglycerol-3-phosphate O-acyltransferase 1" "LPAAT-alpha" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000204370" "ENST00000640554;ENST00000528182;ENST00000528048;ENST00000375549;ENST00000528021;ENST00000526592;ENST00000525291;ENST00000530923;ENST00000534010" "ENSP00000491141;ENSP00000435475;ENSP00000436217;ENSP00000364699;ENSP00000432465;ENSP00000432005;ENSP00000436669;ENSP00000432946;ENSP00000433202" "O14521" "SDHD" "6392" "succinate dehydrogenase complex subunit D" "cybS;PGL;PGL1" "Inner mitochondria" "SwissProt" -"ENSG00000204371" "ENST00000478491;ENST00000461880;ENST00000494816;ENST00000480912;ENST00000395728;ENST00000375528;ENST00000375530;ENST00000375537;ENST00000436026;ENST00000477678;ENST00000463484;ENST00000465429" "ENSP00000379078;ENSP00000364678;ENSP00000364680;ENSP00000364687;ENSP00000412353" "Q96KQ7" "EHMT2" "10919" "euchromatic histone lysine methyltransferase 2" "BAT8;C6orf30;Em:AF134726.3;G9A;KMT1C;NG36/G9a" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000204371" "ENST00000478491;ENST00000461880;ENST00000494816;ENST00000480912;ENST00000395728;ENST00000375528;ENST00000375530;ENST00000375537;ENST00000436026;ENST00000477678;ENST00000463484;ENST00000465429" "ENSP00000379078;ENSP00000364678;ENSP00000364680;ENSP00000364687;ENSP00000412353" "Q96KQ7" "EHMT2" "10919" "euchromatic histone lysine methyltransferase 2" "BAT8;C6orf30;Em:AF134726.3;G9A;KMT1C;NG36/G9a" "Nucleus" "SwissProt;CellAtlas" "ENSG00000204385" "ENST00000229729;ENST00000544672;ENST00000375562;ENST00000487680;ENST00000414427;ENST00000479777;ENST00000475563;ENST00000465707;ENST00000462671" "ENSP00000229729;ENSP00000444109;ENSP00000364712;ENSP00000398901" "Q53GD3" "SLC44A4" "80736" "solute carrier family 44 member 4" "C6orf29;CTL4;DFNA72;FLJ14491;NG22;TPPT" "" "" "ENSG00000204386" "ENST00000495807;ENST00000375631;ENST00000480384;ENST00000491768;ENST00000678869;ENST00000677054;ENST00000677512" "ENSP00000364782;ENSP00000433127" "Q99519" "NEU1" "4758" "neuraminidase 1" "NEU" "Cytosol;Lysosome" "SwissProt" "ENSG00000204394" "ENST00000470953;ENST00000375663;ENST00000463184;ENST00000428445;ENST00000482996;ENST00000479051;ENST00000459667;ENST00000461874;ENST00000474643;ENST00000483275;ENST00000461328;ENST00000495010;ENST00000489979;ENST00000440048" "ENSP00000364815;ENSP00000415679;ENSP00000413925" "P26640" "VARS1" "7407" "valyl-tRNA synthetase 1" "VARS;VARS2" "Cytosol" "CellAtlas" @@ -2894,8 +2894,8 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000205629" "ENST00000399069;ENST00000380962;ENST00000380966;ENST00000564011;ENST00000577157;ENST00000570981;ENST00000576382;ENST00000576625;ENST00000573435;ENST00000572869;ENST00000572761;ENST00000575396;ENST00000574450" "ENSP00000382021;ENSP00000370349;ENSP00000370353;ENSP00000457741;ENSP00000459851;ENSP00000461100;ENSP00000459604;ENSP00000461754" "Q9UIC8" "LCMT1" "51451" "leucine carboxyl methyltransferase 1" "CGI-68;PPMT1" "Cytosol;Nucleus" "CellAtlas" "ENSG00000205669" "ENST00000554229;ENST00000645972;ENST00000381139" "ENSP00000451464;ENSP00000496277;ENSP00000370531" "Q3I5F7" "ACOT6" "641372" "acyl-CoA thioesterase 6" "C14orf42" "" "" "ENSG00000205678" "ENST00000507440;ENST00000381210;ENST00000511997;ENST00000513125;ENST00000511356;ENST00000509536" "ENSP00000426043;ENSP00000370607;ENSP00000423975;ENSP00000422497" "Q5HYJ1" "TECRL" "253017" "trans-2,3-enoyl-CoA reductase like" "DKFZp313B2333;DKFZp313D0829;GPSN2L;SRD5A2L2;TERL" "" "" -"ENSG00000205808" "ENST00000381883" "ENSP00000371307" "Q8IY26" "PLPP6" "403313" "phospholipid phosphatase 6" "FLJ46512;FLJ90191;PDP1;PPAPDC2" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000205923" "ENST00000567119;ENST00000565480" "ENSP00000457380;ENSP00000455479" "Q6PRD7" "CEMP1" "752014" "cementum protein 1" "CP-23" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000205808" "ENST00000381883" "ENSP00000371307" "Q8IY26" "PLPP6" "403313" "phospholipid phosphatase 6" "FLJ46512;FLJ90191;PDP1;PPAPDC2" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000205923" "ENST00000567119;ENST00000565480" "ENSP00000457380;ENSP00000455479" "Q6PRD7" "CEMP1" "752014" "cementum protein 1" "CP-23" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000206077" "ENST00000522356;ENST00000508859;ENST00000622126;ENST00000651714;ENST00000651221;ENST00000652055;ENST00000651083" "ENSP00000505988;ENSP00000442373;ENSP00000498273;ENSP00000499203;ENSP00000498706" "P0C7U3" "ZDHHC11B" "653082" "zinc finger DHHC-type containing 11B" "" "Mitochondria" "CellAtlas" "ENSG00000206190" "ENST00000555815;ENST00000356865;ENST00000673805;ENST00000674021;ENST00000673680;ENST00000555450;ENST00000674138;ENST00000555756;ENST00000620538;ENST00000673676;ENST00000673763;ENST00000673849;ENST00000673747;ENST00000673898;ENST00000673716;ENST00000673679;ENST00000553577;ENST00000389967;ENST00000619904" "ENSP00000450480;ENSP00000349325;ENSP00000451615;ENSP00000501079;ENSP00000500973;ENSP00000501230;ENSP00000501027;ENSP00000501244;ENSP00000374617;ENSP00000480665" "O60312" "ATP10A" "57194" "ATPase phospholipid transporting 10A (putative)" "ATP10C;ATPVA;ATPVC;KIAA0566" "Endoplasmic reticulum" "SwissProt" "ENSG00000206527" "ENST00000471236;ENST00000383657;ENST00000493515;ENST00000480081;ENST00000469317" "ENSP00000373153;ENSP00000417567;ENSP00000419237" "Q6Y1H2" "HACD2" "201562" "3-hydroxyacyl-CoA dehydratase 2" "PTPLB" "Endoplasmic reticulum" "SwissProt" @@ -2903,46 +2903,46 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000211445" "ENST00000388825;ENST00000521722;ENST00000521650;ENST00000519214;ENST00000517973;ENST00000625178;ENST00000521632;ENST00000520597;ENST00000520059;ENST00000614343;ENST00000622181" "ENSP00000373477;ENSP00000427873;ENSP00000430508;ENSP00000429709;ENSP00000430743;ENSP00000429314;ENSP00000483660;ENSP00000484258" "P22352" "GPX3" "2878" "glutathione peroxidase 3" "" "" "" "ENSG00000211448" "ENST00000438257;ENST00000557010;ENST00000556811;ENST00000555750;ENST00000557125;ENST00000555844;ENST00000554188;ENST00000553968;ENST00000553594;ENST00000556384;ENST00000422005" "ENSP00000405854;ENSP00000451419;ENSP00000451971;ENSP00000450980;ENSP00000450547;ENSP00000450781;ENSP00000451136;ENSP00000451339;ENSP00000451265;ENSP00000411438" "Q92813" "DIO2" "1734" "iodothyronine deiodinase 2" "SelY;TXDI2" "Nucleus" "CellAtlas" "ENSG00000211452" "ENST00000534069;ENST00000529589;ENST00000361921;ENST00000322679;ENST00000530084;ENST00000528946;ENST00000525044;ENST00000527060;ENST00000526329;ENST00000532493;ENST00000525202;ENST00000529329;ENST00000524406;ENST00000388876;ENST00000610607;ENST00000613679;ENST00000617230" "ENSP00000432797;ENSP00000354643;ENSP00000323198;ENSP00000431999;ENSP00000433891;ENSP00000436550;ENSP00000435030;ENSP00000434758;ENSP00000435725;ENSP00000432700;ENSP00000434152;ENSP00000373528;ENSP00000483367;ENSP00000479755;ENSP00000481665" "P49895" "DIO1" "1733" "iodothyronine deiodinase 1" "TXDI1" "" "" -"ENSG00000211456" "ENST00000464524;ENST00000455997;ENST00000418611;ENST00000463237;ENST00000672477;ENST00000441228;ENST00000463347;ENST00000438671;ENST00000389061;ENST00000478586;ENST00000445499;ENST00000672858;ENST00000463659;ENST00000433336;ENST00000464102;ENST00000471207;ENST00000485311" "ENSP00000389975;ENSP00000396387;ENSP00000500361;ENSP00000406263;ENSP00000411966;ENSP00000373713;ENSP00000500542;ENSP00000412883" "Q9NTJ5" "SACM1L" "22908" "SAC1 like phosphatidylinositide phosphatase" "KIAA0851;SAC1" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt&CellAtlas" -"ENSG00000212907" "ENST00000361335" "ENSP00000354728" "P03901" "MT-ND4L" "4539" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 4L" "MTND4L;NAD4L;ND4L" "Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000213024" "ENST00000422090;ENST00000352066;ENST00000597029;ENST00000597723;ENST00000596217;ENST00000595463;ENST00000593652;ENST00000595761;ENST00000599567;ENST00000600645;ENST00000596437;ENST00000600583;ENST00000594673;ENST00000599788;ENST00000600935;ENST00000596680;ENST00000601665;ENST00000599560;ENST00000595373;ENST00000599186;ENST00000597814;ENST00000599830;ENST00000598301" "ENSP00000407331;ENSP00000305503;ENSP00000473192;ENSP00000469283;ENSP00000471191;ENSP00000472918;ENSP00000468930;ENSP00000472081;ENSP00000470624;ENSP00000468842;ENSP00000470157;ENSP00000468884;ENSP00000468839;ENSP00000471133" "P37198" "NUP62" "23636" "nucleoporin 62" "DKFZp547L134;FLJ20822;FLJ43869;IBSN;MGC841;p62;SNDI" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000211456" "ENST00000464524;ENST00000455997;ENST00000418611;ENST00000463237;ENST00000672477;ENST00000441228;ENST00000463347;ENST00000438671;ENST00000389061;ENST00000478586;ENST00000445499;ENST00000672858;ENST00000463659;ENST00000433336;ENST00000464102;ENST00000471207;ENST00000485311" "ENSP00000389975;ENSP00000396387;ENSP00000500361;ENSP00000406263;ENSP00000411966;ENSP00000373713;ENSP00000500542;ENSP00000412883" "Q9NTJ5" "SACM1L" "22908" "SAC1 like phosphatidylinositide phosphatase" "KIAA0851;SAC1" "Endoplasmic reticulum;Golgi apparatus;Nucleus" "SwissProt;CellAtlas" +"ENSG00000212907" "ENST00000361335" "ENSP00000354728" "P03901" "MT-ND4L" "4539" "mitochondrially encoded NADH:ubiquinone oxidoreductase core subunit 4L" "MTND4L;NAD4L;ND4L" "Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000213024" "ENST00000422090;ENST00000352066;ENST00000597029;ENST00000597723;ENST00000596217;ENST00000595463;ENST00000593652;ENST00000595761;ENST00000599567;ENST00000600645;ENST00000596437;ENST00000600583;ENST00000594673;ENST00000599788;ENST00000600935;ENST00000596680;ENST00000601665;ENST00000599560;ENST00000595373;ENST00000599186;ENST00000597814;ENST00000599830;ENST00000598301" "ENSP00000407331;ENSP00000305503;ENSP00000473192;ENSP00000469283;ENSP00000471191;ENSP00000472918;ENSP00000468930;ENSP00000472081;ENSP00000470624;ENSP00000468842;ENSP00000470157;ENSP00000468884;ENSP00000468839;ENSP00000471133" "P37198" "NUP62" "23636" "nucleoporin 62" "DKFZp547L134;FLJ20822;FLJ43869;IBSN;MGC841;p62;SNDI" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000213160" "ENST00000498202;ENST00000272797;ENST00000602521;ENST00000392647;ENST00000437875;ENST00000494387;ENST00000448589" "ENSP00000474581;ENSP00000272797;ENSP00000475081;ENSP00000376419;ENSP00000394732;ENSP00000400833" "Q8NBE8" "KLHL23" "151230;100526832" "kelch like family member 23" "FLJ37812;MGC22679;MGC2610" "Nucleus" "CellAtlas" -"ENSG00000213316" "ENST00000465572;ENST00000505170;ENST00000292596;ENST00000401985;ENST00000466071;ENST00000486713;ENST00000510544;ENST00000509898" "ENSP00000427299;ENSP00000292596;ENSP00000385627;ENSP00000493196" "Q16873" "LTC4S" "4056" "leukotriene C4 synthase" "MGC33147" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000213339" "ENST00000589488;ENST00000250237;ENST00000585885;ENST00000590705;ENST00000421333;ENST00000587599;ENST00000592254;ENST00000591643;ENST00000587861;ENST00000592376;ENST00000587500;ENST00000592531" "ENSP00000250237;ENSP00000389126;ENSP00000464990;ENSP00000468811;ENSP00000467394;ENSP00000465974" "Q9BXR0" "QTRT1" "81890" "queuine tRNA-ribosyltransferase catalytic subunit 1" "TGT" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000213366" "ENST00000369831;ENST00000460717;ENST00000464206;ENST00000481656;ENST00000476040;ENST00000241337;ENST00000467579;ENST00000414179;ENST00000369829;ENST00000568786;ENST00000472225;ENST00000496578;ENST00000624726;ENST00000442650;ENST00000369827" "ENSP00000358846;ENSP00000435910;ENSP00000241337;ENSP00000435157;ENSP00000404662;ENSP00000358844;ENSP00000416883;ENSP00000358842" "P28161" "GSTM2" "2946" "glutathione S-transferase mu 2" "GST4" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000213316" "ENST00000465572;ENST00000505170;ENST00000292596;ENST00000401985;ENST00000466071;ENST00000486713;ENST00000510544;ENST00000509898" "ENSP00000427299;ENSP00000292596;ENSP00000385627;ENSP00000493196" "Q16873" "LTC4S" "4056" "leukotriene C4 synthase" "MGC33147" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000213339" "ENST00000589488;ENST00000250237;ENST00000585885;ENST00000590705;ENST00000421333;ENST00000587599;ENST00000592254;ENST00000591643;ENST00000587861;ENST00000592376;ENST00000587500;ENST00000592531" "ENSP00000250237;ENSP00000389126;ENSP00000464990;ENSP00000468811;ENSP00000467394;ENSP00000465974" "Q9BXR0" "QTRT1" "81890" "queuine tRNA-ribosyltransferase catalytic subunit 1" "TGT" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000213366" "ENST00000369831;ENST00000460717;ENST00000464206;ENST00000481656;ENST00000476040;ENST00000241337;ENST00000467579;ENST00000414179;ENST00000369829;ENST00000568786;ENST00000472225;ENST00000496578;ENST00000624726;ENST00000442650;ENST00000369827" "ENSP00000358846;ENSP00000435910;ENSP00000241337;ENSP00000435157;ENSP00000404662;ENSP00000358844;ENSP00000416883;ENSP00000358842" "P28161" "GSTM2" "2946" "glutathione S-transferase mu 2" "GST4" "Cytosol" "SwissProt;CellAtlas" "ENSG00000213398" "ENST00000264005;ENST00000573538;ENST00000570369;ENST00000570980;ENST00000575467;ENST00000576450;ENST00000570396;ENST00000573846;ENST00000575277" "ENSP00000264005;ENSP00000463220;ENSP00000459014;ENSP00000464651;ENSP00000460653;ENSP00000458141;ENSP00000459291" "P04180" "LCAT" "3931" "lecithin-cholesterol acyltransferase" "" "Nucleus" "CellAtlas" -"ENSG00000213614" "ENST00000268097;ENST00000683243;ENST00000684263;ENST00000683853;ENST00000682235;ENST00000682064;ENST00000684667;ENST00000683133;ENST00000684305;ENST00000682461;ENST00000682843;ENST00000683579;ENST00000682721;ENST00000684203;ENST00000683735;ENST00000684602;ENST00000684231;ENST00000683548;ENST00000683463;ENST00000683587;ENST00000684125;ENST00000682653;ENST00000565873;ENST00000564677;ENST00000567411;ENST00000683681;ENST00000566304;ENST00000683860;ENST00000569116;ENST00000567027;ENST00000684415;ENST00000684520;ENST00000682657;ENST00000682061;ENST00000682177;ENST00000683884;ENST00000568777;ENST00000683003;ENST00000567159;ENST00000684041;ENST00000563762;ENST00000566672;ENST00000569410;ENST00000683742;ENST00000683228;ENST00000563908;ENST00000569509;ENST00000568260;ENST00000567213" "ENSP00000268097;ENSP00000507042;ENSP00000508369;ENSP00000506834;ENSP00000507003;ENSP00000508108;ENSP00000506819;ENSP00000507308;ENSP00000508173;ENSP00000506867;ENSP00000507535;ENSP00000508336;ENSP00000507996;ENSP00000507748;ENSP00000507986;ENSP00000507320;ENSP00000455545;ENSP00000508110;ENSP00000455114;ENSP00000507179;ENSP00000457521;ENSP00000507227;ENSP00000506826;ENSP00000507753;ENSP00000508316;ENSP00000507409;ENSP00000507004;ENSP00000507576;ENSP00000456489;ENSP00000508382;ENSP00000456346;ENSP00000457037;ENSP00000457125;ENSP00000458128;ENSP00000478217" "P06865" "HEXA" "3073" "hexosaminidase subunit alpha" "" "Cytosol;Lysosome" "SwissProt&CellAtlas" -"ENSG00000213619" "ENST00000533507;ENST00000529276;ENST00000528192;ENST00000530295;ENST00000534208;ENST00000534716;ENST00000263774;ENST00000533105;ENST00000524568;ENST00000677462;ENST00000678975;ENST00000531351;ENST00000525378;ENST00000525212;ENST00000527178" "ENSP00000433753;ENSP00000432099;ENSP00000431588;ENSP00000433405;ENSP00000263774" "O75489" "NDUFS3" "4722" "NADH:ubiquinone oxidoreductase core subunit S3" "CI-30" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000213639" "ENST00000455580;ENST00000420282;ENST00000441461;ENST00000427786;ENST00000296122;ENST00000395366;ENST00000464273;ENST00000418910;ENST00000358506" "ENSP00000390715;ENSP00000398839;ENSP00000414918;ENSP00000394589;ENSP00000296122;ENSP00000378769;ENSP00000388056;ENSP00000351298" "P62140" "PPP1CB" "5500" "protein phosphatase 1 catalytic subunit beta" "MP;PP-1B;PP1B;PP1beta;PP1c;PPP1beta" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000213614" "ENST00000268097;ENST00000683243;ENST00000684263;ENST00000683853;ENST00000682235;ENST00000682064;ENST00000684667;ENST00000683133;ENST00000684305;ENST00000682461;ENST00000682843;ENST00000683579;ENST00000682721;ENST00000684203;ENST00000683735;ENST00000684602;ENST00000684231;ENST00000683548;ENST00000683463;ENST00000683587;ENST00000684125;ENST00000682653;ENST00000565873;ENST00000564677;ENST00000567411;ENST00000683681;ENST00000566304;ENST00000683860;ENST00000569116;ENST00000567027;ENST00000684415;ENST00000684520;ENST00000682657;ENST00000682061;ENST00000682177;ENST00000683884;ENST00000568777;ENST00000683003;ENST00000567159;ENST00000684041;ENST00000563762;ENST00000566672;ENST00000569410;ENST00000683742;ENST00000683228;ENST00000563908;ENST00000569509;ENST00000568260;ENST00000567213" "ENSP00000268097;ENSP00000507042;ENSP00000508369;ENSP00000506834;ENSP00000507003;ENSP00000508108;ENSP00000506819;ENSP00000507308;ENSP00000508173;ENSP00000506867;ENSP00000507535;ENSP00000508336;ENSP00000507996;ENSP00000507748;ENSP00000507986;ENSP00000507320;ENSP00000455545;ENSP00000508110;ENSP00000455114;ENSP00000507179;ENSP00000457521;ENSP00000507227;ENSP00000506826;ENSP00000507753;ENSP00000508316;ENSP00000507409;ENSP00000507004;ENSP00000507576;ENSP00000456489;ENSP00000508382;ENSP00000456346;ENSP00000457037;ENSP00000457125;ENSP00000458128;ENSP00000478217" "P06865" "HEXA" "3073" "hexosaminidase subunit alpha" "" "Cytosol;Lysosome" "SwissProt;CellAtlas" +"ENSG00000213619" "ENST00000533507;ENST00000529276;ENST00000528192;ENST00000530295;ENST00000534208;ENST00000534716;ENST00000263774;ENST00000533105;ENST00000524568;ENST00000677462;ENST00000678975;ENST00000531351;ENST00000525378;ENST00000525212;ENST00000527178" "ENSP00000433753;ENSP00000432099;ENSP00000431588;ENSP00000433405;ENSP00000263774" "O75489" "NDUFS3" "4722" "NADH:ubiquinone oxidoreductase core subunit S3" "CI-30" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000213639" "ENST00000455580;ENST00000420282;ENST00000441461;ENST00000427786;ENST00000296122;ENST00000395366;ENST00000464273;ENST00000418910;ENST00000358506" "ENSP00000390715;ENSP00000398839;ENSP00000414918;ENSP00000394589;ENSP00000296122;ENSP00000378769;ENSP00000388056;ENSP00000351298" "P62140" "PPP1CB" "5500" "protein phosphatase 1 catalytic subunit beta" "MP;PP-1B;PP1B;PP1beta;PP1c;PPP1beta" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000213648" "ENST00000360423;ENST00000569544;ENST00000565290;ENST00000563944;ENST00000562941" "ENSP00000353600;ENSP00000455063;ENSP00000456834;ENSP00000457597" "P0DMN0" "SULT1A4" "445329" "sulfotransferase family 1A member 4" "" "Cytosol" "SwissProt" -"ENSG00000213689" "ENST00000433541;ENST00000444177;ENST00000625293;ENST00000492235;ENST00000635452;ENST00000456089" "ENSP00000412404;ENSP00000415972;ENSP00000486676;ENSP00000494511;ENSP00000492023;ENSP00000411331" "Q9NSU2" "TREX1" "11277" "three prime repair exonuclease 1" "AGS1;DRN3" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000213722" "ENST00000437288;ENST00000436437;ENST00000469963;ENST00000416410;ENST00000480913;ENST00000483792;ENST00000375787;ENST00000375792;ENST00000375789;ENST00000488119" "ENSP00000413164;ENSP00000395759;ENSP00000397466;ENSP00000364943;ENSP00000364949;ENSP00000364945" "O95865" "DDAH2" "23564" "dimethylarginine dimethylaminohydrolase 2" "G6A" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000213689" "ENST00000433541;ENST00000444177;ENST00000625293;ENST00000492235;ENST00000635452;ENST00000456089" "ENSP00000412404;ENSP00000415972;ENSP00000486676;ENSP00000494511;ENSP00000492023;ENSP00000411331" "Q9NSU2" "TREX1" "11277" "three prime repair exonuclease 1" "AGS1;DRN3" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000213722" "ENST00000437288;ENST00000436437;ENST00000469963;ENST00000416410;ENST00000480913;ENST00000483792;ENST00000375787;ENST00000375792;ENST00000375789;ENST00000488119" "ENSP00000413164;ENSP00000395759;ENSP00000397466;ENSP00000364943;ENSP00000364949;ENSP00000364945" "O95865" "DDAH2" "23564" "dimethylarginine dimethylaminohydrolase 2" "G6A" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000213759" "ENST00000446444;ENST00000513315" "ENSP00000387683" "O75310" "UGT2B11" "10720" "UDP glucuronosyltransferase family 2 member B11" "" "Endoplasmic reticulum" "SwissProt" "ENSG00000213760" "ENST00000376151;ENST00000303892;ENST00000483251;ENST00000415099;ENST00000483170;ENST00000481998" "ENSP00000365321;ENSP00000302194;ENSP00000419698;ENSP00000390148" "O95670" "ATP6V1G2" "534" "ATPase H+ transporting V1 subunit G2" "ATP6G;ATP6G2;Em:AC004181.3;NG38;Vma10" "Cytosol" "SwissProt" "ENSG00000213920" "ENST00000530222;ENST00000396833;ENST00000288087;ENST00000532557;ENST00000531553;ENST00000525696;ENST00000533536;ENST00000532742;ENST00000528849;ENST00000466422" "ENSP00000380045;ENSP00000288087" "Q86V88" "MDP1" "145553" "magnesium dependent phosphatase 1" "FN6Pase;MGC5987" "Nucleus" "CellAtlas" "ENSG00000213930" "ENST00000605275;ENST00000450095;ENST00000468099;ENST00000554550;ENST00000473506;ENST00000557541;ENST00000554139;ENST00000473529;ENST00000472111;ENST00000465543;ENST00000554897;ENST00000554944;ENST00000489643;ENST00000555020;ENST00000378842;ENST00000554085;ENST00000487381;ENST00000554638;ENST00000555214;ENST00000556403;ENST00000555086;ENST00000554330;ENST00000556494;ENST00000485531;ENST00000557706;ENST00000556157;ENST00000556244;ENST00000555754;ENST00000488412" "ENSP00000401956;ENSP00000451435;ENSP00000432839;ENSP00000450942;ENSP00000368119;ENSP00000450419;ENSP00000451756" "P07902" "GALT" "2592" "galactose-1-phosphate uridylyltransferase" "" "Cytosol" "CellAtlas" "ENSG00000214013" "ENST00000561871;ENST00000562170;ENST00000562859;ENST00000566442;ENST00000440615;ENST00000318010;ENST00000567784;ENST00000570013;ENST00000568687;ENST00000567421;ENST00000568953;ENST00000567596;ENST00000566690" "ENSP00000454816;ENSP00000454578;ENSP00000454449;ENSP00000454747;ENSP00000399557;ENSP00000326227;ENSP00000455872;ENSP00000456360" "Q8TET4" "GANC" "2595" "glucosidase alpha, neutral C" "" "Cytosol" "CellAtlas" "ENSG00000214160" "ENST00000397676;ENST00000411922;ENST00000445626;ENST00000485912;ENST00000455059;ENST00000446569;ENST00000414845;ENST00000463495;ENST00000462735;ENST00000423996;ENST00000477959;ENST00000461415;ENST00000488976;ENST00000482048" "ENSP00000380793;ENSP00000394917;ENSP00000402744;ENSP00000397613;ENSP00000397326;ENSP00000392209;ENSP00000407011" "Q92685" "ALG3" "10195" "ALG3 alpha-1,3- mannosyltransferase" "CDGS4;D16Ertd36e;Not56;NOT56L" "Endoplasmic reticulum" "SwissProt" -"ENSG00000214357" "ENST00000520919;ENST00000522853;ENST00000369800" "ENSP00000429797;ENSP00000430001;ENSP00000358815" "A8MQ27" "NEURL1B" "54492" "neuralized E3 ubiquitin protein ligase 1B" "DKFZP761M1511;Neur2;RNF67B" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000214435" "ENST00000369880;ENST00000615257" "ENSP00000358896;ENSP00000479361" "Q9HBK9" "AS3MT" "57412" "arsenite methyltransferase" "CYT19" "Mitochondria;Cytosol" "SwissProt&CellAtlas" -"ENSG00000214530" "ENST00000537351;ENST00000543304;ENST00000334805;ENST00000538536;ENST00000538437;ENST00000543089;ENST00000535075;ENST00000545082;ENST00000544767;ENST00000537947;ENST00000536728;ENST00000400925;ENST00000542989;ENST00000546314;ENST00000535267;ENST00000539138;ENST00000535054;ENST00000536290;ENST00000536377;ENST00000538009;ENST00000540587" "ENSP00000445708;ENSP00000438792;ENSP00000335247;ENSP00000440016;ENSP00000443548;ENSP00000438357;ENSP00000445657;ENSP00000442414;ENSP00000444027;ENSP00000443597;ENSP00000445886;ENSP00000441589;ENSP00000440924;ENSP00000443523;ENSP00000438924;ENSP00000440302" "Q9Y365" "STARD10" "10809" "StAR related lipid transfer domain containing 10" "CGI-52;NY-CO-28;PCTP2;SDCCAG28" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000214357" "ENST00000520919;ENST00000522853;ENST00000369800" "ENSP00000429797;ENSP00000430001;ENSP00000358815" "A8MQ27" "NEURL1B" "54492" "neuralized E3 ubiquitin protein ligase 1B" "DKFZP761M1511;Neur2;RNF67B" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000214435" "ENST00000369880;ENST00000615257" "ENSP00000358896;ENSP00000479361" "Q9HBK9" "AS3MT" "57412" "arsenite methyltransferase" "CYT19" "Mitochondria;Cytosol" "SwissProt;CellAtlas" +"ENSG00000214530" "ENST00000537351;ENST00000543304;ENST00000334805;ENST00000538536;ENST00000538437;ENST00000543089;ENST00000535075;ENST00000545082;ENST00000544767;ENST00000537947;ENST00000536728;ENST00000400925;ENST00000542989;ENST00000546314;ENST00000535267;ENST00000539138;ENST00000535054;ENST00000536290;ENST00000536377;ENST00000538009;ENST00000540587" "ENSP00000445708;ENSP00000438792;ENSP00000335247;ENSP00000440016;ENSP00000443548;ENSP00000438357;ENSP00000445657;ENSP00000442414;ENSP00000444027;ENSP00000443597;ENSP00000445886;ENSP00000441589;ENSP00000440924;ENSP00000443523;ENSP00000438924;ENSP00000440302" "Q9Y365" "STARD10" "10809" "StAR related lipid transfer domain containing 10" "CGI-52;NY-CO-28;PCTP2;SDCCAG28" "Cytosol" "SwissProt;CellAtlas" "ENSG00000214756" "ENST00000398922;ENST00000532971;ENST00000529868;ENST00000594728" "ENSP00000431287" "A8MUP2" "CSKMT" "751071" "citrate synthase lysine methyltransferase" "CS-KMT;METTL12;U99HG" "Mitochondria" "SwissProt" "ENSG00000215009" "ENST00000399422;ENST00000533292" "ENSP00000382349" "P0C7M7" "ACSM4" "341392" "acyl-CoA synthetase medium chain family member 4" "" "" "" -"ENSG00000215218" "ENST00000399816" "ENSP00000382713" "A1L167" "UBE2QL1" "134111" "ubiquitin conjugating enzyme E2 Q family like 1" "FLJ25076" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000215218" "ENST00000399816" "ENSP00000382713" "A1L167" "UBE2QL1" "134111" "ubiquitin conjugating enzyme E2 Q family like 1" "FLJ25076" "Nucleus" "SwissProt;CellAtlas" "ENSG00000215883" "ENST00000287899;ENST00000420054;ENST00000421415;ENST00000490863;ENST00000528287;ENST00000534324;ENST00000493530;ENST00000462299;ENST00000497820" "ENSP00000287899;ENSP00000403021;ENSP00000394709;ENSP00000431428;ENSP00000434343;ENSP00000434606;ENSP00000431157" "Q6IPT4" "CYB5RL" "606495" "cytochrome b5 reductase like" "LOC606495" "Nucleus" "CellAtlas" "ENSG00000218823" "ENST00000404991" "ENSP00000384700" "Q9NRJ5" "PAPOLB" "56903" "poly(A) polymerase beta" "PAPT" "Nucleus" "CellAtlas" -"ENSG00000221968" "ENST00000527697;ENST00000533676;ENST00000278829;ENST00000529404;ENST00000527379;ENST00000525094;ENST00000525588;ENST00000531956;ENST00000534223;ENST00000526294;ENST00000414624;ENST00000534426;ENST00000529525" "ENSP00000431533;ENSP00000278829;ENSP00000435597;ENSP00000432012;ENSP00000432206;ENSP00000436890;ENSP00000434551" "Q9Y5Q0" "FADS3" "3995" "fatty acid desaturase 3" "CYB5RP;LLCDL3" "Endoplasmic reticulum;Nucleus" "SwissProt&CellAtlas" +"ENSG00000221968" "ENST00000527697;ENST00000533676;ENST00000278829;ENST00000529404;ENST00000527379;ENST00000525094;ENST00000525588;ENST00000531956;ENST00000534223;ENST00000526294;ENST00000414624;ENST00000534426;ENST00000529525" "ENSP00000431533;ENSP00000278829;ENSP00000435597;ENSP00000432012;ENSP00000432206;ENSP00000436890;ENSP00000434551" "Q9Y5Q0" "FADS3" "3995" "fatty acid desaturase 3" "CYB5RP;LLCDL3" "Endoplasmic reticulum;Nucleus" "SwissProt;CellAtlas" "ENSG00000221988" "ENST00000414204;ENST00000361568;ENST00000478521;ENST00000395523;ENST00000375137;ENST00000375143;ENST00000324816;ENST00000424499;ENST00000493548;ENST00000436118;ENST00000465047;ENST00000495908" "ENSP00000398847;ENSP00000354608;ENSP00000378894;ENSP00000364279;ENSP00000364285;ENSP00000320528;ENSP00000409877;ENSP00000395456" "Q9UMR5" "PPT2" "9374" "palmitoyl-protein thioesterase 2" "" "Lysosome" "SwissProt" "ENSG00000223443" "ENST00000333796" "ENSP00000333329" "Q6R6M4" "USP17L2" "377630;401447" "ubiquitin specific peptidase 17 like family member 2" "DUB3" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000223572" "ENST00000434505;ENST00000411750;ENST00000457648;ENST00000413453;ENST00000415044;ENST00000626814;ENST00000483604;ENST00000479938" "ENSP00000413165;ENSP00000398973;ENSP00000389806;ENSP00000406577;ENSP00000401927;ENSP00000487331" "P12532" "CKMT1A" "548596" "creatine kinase, mitochondrial 1A" "CKMT1" "Inner mitochondria" "SwissProt" -"ENSG00000223802" "ENST00000623882;ENST00000429504;ENST00000542296;ENST00000596048" "ENSP00000485308;ENSP00000389044;ENSP00000437648;ENSP00000471428" "P27544" "CERS1" "10715" "ceramide synthase 1" "LAG1;LASS1;UOG1" "Endoplasmic reticulum" "SwissProt&CellAtlas" +"ENSG00000223802" "ENST00000623882;ENST00000429504;ENST00000542296;ENST00000596048" "ENSP00000485308;ENSP00000389044;ENSP00000437648;ENSP00000471428" "P27544" "CERS1" "10715" "ceramide synthase 1" "LAG1;LASS1;UOG1" "Endoplasmic reticulum" "SwissProt;CellAtlas" "ENSG00000224586" "ENST00000412168;ENST00000469384;ENST00000442674;ENST00000483784" "ENSP00000392398;ENSP00000419935" "O75715" "GPX5" "2880" "glutathione peroxidase 5" "" "" "" "ENSG00000225697" "ENST00000395550;ENST00000420764;ENST00000358747;ENST00000489483;ENST00000307364;ENST00000383733;ENST00000337000;ENST00000480524;ENST00000455886;ENST00000466257;ENST00000462009;ENST00000469693;ENST00000496469;ENST00000421649;ENST00000444531;ENST00000414944;ENST00000485361;ENST00000494717;ENST00000482282;ENST00000431213;ENST00000431739;ENST00000426599" "ENSP00000378920;ENSP00000404684;ENSP00000351597;ENSP00000307089;ENSP00000373239;ENSP00000337648;ENSP00000401066;ENSP00000389922;ENSP00000404607;ENSP00000388721;ENSP00000387532;ENSP00000401813;ENSP00000405872" "Q9BXS9" "SLC26A6" "65010" "solute carrier family 26 member 6" "DKFZp586E1422" "Cytosol" "SwissProt" "ENSG00000226784" "ENST00000458128" "ENSP00000412189" "Q8N0Y7" "PGAM4" "441531" "phosphoglycerate mutase family member 4" "dJ1000K24.1;PGAM-B;PGAM1;PGAM3" "Nucleus" "CellAtlas" "ENSG00000227140" "ENST00000507227" "ENSP00000425955" "A8MUK1" "USP17L5" "728386" "ubiquitin specific peptidase 17 like family member 5" "" "" "" -"ENSG00000227471" "ENST00000457545;ENST00000467156;ENST00000652743;ENST00000423958" "ENSP00000389289;ENSP00000498877;ENSP00000397009" "C9JRZ8" "AKR1B15" "441282" "aldo-keto reductase family 1 member B15" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000227471" "ENST00000457545;ENST00000467156;ENST00000652743;ENST00000423958" "ENSP00000389289;ENSP00000498877;ENSP00000397009" "C9JRZ8" "AKR1B15" "441282" "aldo-keto reductase family 1 member B15" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000228253" "ENST00000361851" "ENSP00000355265" "P03928" "MT-ATP8" "4509" "mitochondrially encoded ATP synthase membrane subunit 8" "A6L;ATP8;MTATP8;URFA6L" "" "" -"ENSG00000228716" "ENST00000439211;ENST00000505337;ENST00000511032;ENST00000504396;ENST00000513048;ENST00000508282;ENST00000513314" "ENSP00000396308;ENSP00000426474;ENSP00000422732;ENSP00000421334" "P00374" "DHFR" "1719" "dihydrofolate reductase" "" "Mitochondria;Cytosol" "SwissProt&CellAtlas" +"ENSG00000228716" "ENST00000439211;ENST00000505337;ENST00000511032;ENST00000504396;ENST00000513048;ENST00000508282;ENST00000513314" "ENSP00000396308;ENSP00000426474;ENSP00000422732;ENSP00000421334" "P00374" "DHFR" "1719" "dihydrofolate reductase" "" "Mitochondria;Cytosol" "SwissProt;CellAtlas" "ENSG00000228727" "ENST00000415669;ENST00000425424;ENST00000494299" "ENSP00000411948;ENSP00000413372" "Q5SSQ6" "SAPCD1" "401251" "suppressor APC domain containing 1" "C6orf26;NG23" "" "" "ENSG00000228856" "ENST00000504104" "ENSP00000422887" "Q0WX57" "USP17L30" "728419" "ubiquitin specific peptidase 17 like family member 30" "" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000229579" "ENST00000509660" "ENSP00000427366" "Q0WX57" "USP17L26" "728379" "ubiquitin specific peptidase 17 like family member 26" "" "Endoplasmic reticulum;Nucleus" "SwissProt" @@ -2953,7 +2953,7 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000231637" "ENST00000511681" "ENSP00000422969" "Q0WX57" "USP17L29" "728405" "ubiquitin specific peptidase 17 like family member 29" "" "Endoplasmic reticulum;Nucleus" "SwissProt" "ENSG00000231852" "ENST00000466779;ENST00000486063;ENST00000479074;ENST00000479730;ENST00000480027;ENST00000483041;ENST00000478281;ENST00000488465;ENST00000471671;ENST00000435122;ENST00000644719;ENST00000469053;ENST00000464325;ENST00000466879;ENST00000462278" "ENSP00000417321;ENSP00000419572;ENSP00000418561;ENSP00000415043;ENSP00000496625;ENSP00000418104" "P08686" "CYP21A2" "1589" "cytochrome P450 family 21 subfamily A member 2" "CA21H;CAH1;CPS1;CYP21;CYP21B;P450c21B" "Endoplasmic reticulum" "SwissProt" "ENSG00000232264" "ENST00000504481" "ENSP00000425375" "Q0WX57" "USP17L24" "728369" "ubiquitin specific peptidase 17 like family member 24" "" "Endoplasmic reticulum;Nucleus" "SwissProt" -"ENSG00000233276" "ENST00000419783;ENST00000419349;ENST00000643797;ENST00000646881;ENST00000496791" "ENSP00000407375;ENSP00000391316;ENSP00000495108;ENSP00000495001;ENSP00000493593" "P07203" "GPX1" "2876" "glutathione peroxidase 1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000233276" "ENST00000419783;ENST00000419349;ENST00000643797;ENST00000646881;ENST00000496791" "ENSP00000407375;ENSP00000391316;ENSP00000495108;ENSP00000495001;ENSP00000493593" "P07203" "GPX1" "2876" "glutathione peroxidase 1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000234906" "ENST00000592257;ENST00000252490;ENST00000591597;ENST00000590360;ENST00000585786" "ENSP00000477261;ENSP00000252490;ENSP00000476835;ENSP00000466775;ENSP00000465001" "P02655" "APOC2" "344" "apolipoprotein C2" "" "" "" "ENSG00000235376" "ENST00000441178" "ENSP00000476672" "Q2QD12" "RPEL1" "729020" "ribulose-5-phosphate-3-epimerase like 1" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000235780" "ENST00000515574" "ENSP00000423211" "Q0WX57" "USP17L27" "728393" "ubiquitin specific peptidase 17 like family member 27" "" "Endoplasmic reticulum;Nucleus" "SwissProt" @@ -2965,7 +2965,7 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000238205" "ENST00000423387" "ENSP00000489748" "P0DKB6" "MPC1L" "347411" "mitochondrial pyruvate carrier 1 like" "SLC54A3" "" "" "ENSG00000239305" "ENST00000237455;ENST00000472030;ENST00000463333;ENST00000477307;ENST00000465629;ENST00000472680" "ENSP00000237455" "O00237" "RNF103" "7844" "ring finger protein 103" "hkf-1;KF1;ZFP103" "Endoplasmic reticulum" "SwissProt" "ENSG00000239642" "ENST00000439905;ENST00000442687;ENST00000446743;ENST00000425320;ENST00000616644" "ENSP00000488457;ENSP00000488568;ENSP00000481155" "A0A087WXM9" "MEIKIN" "728637" "meiotic kinetochore factor" "" "" "" -"ENSG00000239672" "ENST00000393196;ENST00000487481;ENST00000336097;ENST00000480143;ENST00000512768;ENST00000511355;ENST00000475573;ENST00000013034;ENST00000456492;ENST00000465188" "ENSP00000376892;ENSP00000337060;ENSP00000429318;ENSP00000428553;ENSP00000435498;ENSP00000013034;ENSP00000387682" "P15531" "NME1" "4830" "NME/NM23 nucleoside diphosphate kinase 1" "NDPKA;NM23;NM23-H1" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000239672" "ENST00000393196;ENST00000487481;ENST00000336097;ENST00000480143;ENST00000512768;ENST00000511355;ENST00000475573;ENST00000013034;ENST00000456492;ENST00000465188" "ENSP00000376892;ENSP00000337060;ENSP00000429318;ENSP00000428553;ENSP00000435498;ENSP00000013034;ENSP00000387682" "P15531" "NME1" "4830" "NME/NM23 nucleoside diphosphate kinase 1" "NDPKA;NM23;NM23-H1" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000239900" "ENST00000623632;ENST00000681159;ENST00000625194;ENST00000637666;ENST00000680978;ENST00000623063;ENST00000679723;ENST00000342312;ENST00000480775;ENST00000680444;ENST00000636714;ENST00000466863;ENST00000624503;ENST00000637669;ENST00000216194;ENST00000477111;ENST00000623978;ENST00000636265;ENST00000679656;ENST00000675622;ENST00000679609;ENST00000623287;ENST00000624474;ENST00000680378;ENST00000636124;ENST00000638161;ENST00000679845;ENST00000674592;ENST00000636433;ENST00000679904;ENST00000681003;ENST00000623387;ENST00000423176;ENST00000624027;ENST00000498234" "ENSP00000485288;ENSP00000485289;ENSP00000489696;ENSP00000505244;ENSP00000485525;ENSP00000505155;ENSP00000341429;ENSP00000485462;ENSP00000505298;ENSP00000490946;ENSP00000485073;ENSP00000489728;ENSP00000216194;ENSP00000485477;ENSP00000490909;ENSP00000506592;ENSP00000485437;ENSP00000485286;ENSP00000505556;ENSP00000485443;ENSP00000485202;ENSP00000476535" "P30566" "ADSL" "158" "adenylosuccinate lyase" "" "Cytosol" "CellAtlas" "ENSG00000240038" "ENST00000477657;ENST00000361355;ENST00000435302;ENST00000453959;ENST00000491397;ENST00000610648;ENST00000684275;ENST00000462971;ENST00000481821" "ENSP00000433347;ENSP00000354610;ENSP00000391423;ENSP00000401627;ENSP00000481588;ENSP00000507176" "P19961" "AMY2B" "280" "amylase alpha 2B" "AMY2" "" "" "ENSG00000240303" "ENST00000496418;ENST00000264990;ENST00000485198;ENST00000469042;ENST00000510100;ENST00000477604;ENST00000507705;ENST00000487024;ENST00000481970;ENST00000489991" "ENSP00000264990;ENSP00000419973;ENSP00000423796;ENSP00000420907" "Q709F0" "ACAD11" "84129" "acyl-CoA dehydrogenase family member 11" "FLJ12592" "Peroxisome;Cytosol" "SwissProt" @@ -2973,41 +2973,41 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000240583" "ENST00000652696;ENST00000311813;ENST00000441328;ENST00000652692;ENST00000482461;ENST00000409899;ENST00000409611;ENST00000651610" "ENSP00000498672;ENSP00000311165;ENSP00000498806;ENSP00000386712;ENSP00000387178;ENSP00000499196" "P29972" "AQP1" "358" "aquaporin 1 (Colton blood group)" "CHIP28;CO" "" "" "ENSG00000240857" "ENST00000381249;ENST00000468071" "ENSP00000370648" "Q9HBH5" "RDH14" "57665" "retinol dehydrogenase 14" "PAN2;SDR7C4" "Cytosol;Nucleus" "CellAtlas" "ENSG00000240891" "ENST00000636933;ENST00000393934;ENST00000477665;ENST00000468174;ENST00000474484" "ENSP00000490816;ENSP00000377511;ENSP00000420686" "Q0VAA5" "PLCXD2" "257068" "phosphatidylinositol specific phospholipase C X domain containing 2" "FLJ31579" "Nucleus" "CellAtlas" -"ENSG00000240972" "ENST00000215754;ENST00000465752;ENST00000498385" "ENSP00000215754" "P14174" "MIF" "4282" "macrophage migration inhibitory factor" "GIF;GLIF" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000241058" "ENST00000377304;ENST00000493816;ENST00000606425;ENST00000456217;ENST00000607346;ENST00000449529;ENST00000444660;ENST00000414939" "ENSP00000366519;ENSP00000476221;ENSP00000486203" "Q8TEA1" "NSUN6" "221078" "NOP2/Sun RNA methyltransferase 6" "ARL5B-AS1;FLJ23743;NOPD1" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000240972" "ENST00000215754;ENST00000465752;ENST00000498385" "ENSP00000215754" "P14174" "MIF" "4282" "macrophage migration inhibitory factor" "GIF;GLIF" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000241058" "ENST00000377304;ENST00000493816;ENST00000606425;ENST00000456217;ENST00000607346;ENST00000449529;ENST00000444660;ENST00000414939" "ENSP00000366519;ENSP00000476221;ENSP00000486203" "Q8TEA1" "NSUN6" "221078" "NOP2/Sun RNA methyltransferase 6" "ARL5B-AS1;FLJ23743;NOPD1" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" "ENSG00000241119" "ENST00000354728" "ENSP00000346768" "O60656" "UGT1A9" "54600" "UDP glucuronosyltransferase family 1 member A9" "HLUGP4;LUGP4;UGT1AI" "Endoplasmic reticulum" "SwissProt" -"ENSG00000241258" "ENST00000360415;ENST00000395326;ENST00000431089;ENST00000398684;ENST00000338592;ENST00000486848;ENST00000492264" "ENSP00000353589;ENSP00000378736;ENSP00000388653;ENSP00000381674;ENSP00000340044" "O75575" "CRCP" "27297" "CGRP receptor component" "C17;CGRP-RCP;POLR3I;RCP;RCP9" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000241343" "ENST00000427805;ENST00000614077;ENST00000392994;ENST00000491851;ENST00000465340;ENST00000553110;ENST00000372849;ENST00000465744;ENST00000471855;ENST00000489407" "ENSP00000404375;ENSP00000483017;ENSP00000397659;ENSP00000446503;ENSP00000361940;ENSP00000473451" "P83881" "RPL36A" "6173" "ribosomal protein L36a" "L36A;RPL44" "Endoplasmic reticulum;Cytosol" "SwissProt&CellAtlas" +"ENSG00000241258" "ENST00000360415;ENST00000395326;ENST00000431089;ENST00000398684;ENST00000338592;ENST00000486848;ENST00000492264" "ENSP00000353589;ENSP00000378736;ENSP00000388653;ENSP00000381674;ENSP00000340044" "O75575" "CRCP" "27297" "CGRP receptor component" "C17;CGRP-RCP;POLR3I;RCP;RCP9" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000241343" "ENST00000427805;ENST00000614077;ENST00000392994;ENST00000491851;ENST00000465340;ENST00000553110;ENST00000372849;ENST00000465744;ENST00000471855;ENST00000489407" "ENSP00000404375;ENSP00000483017;ENSP00000397659;ENSP00000446503;ENSP00000361940;ENSP00000473451" "P83881" "RPL36A" "6173" "ribosomal protein L36a" "L36A;RPL44" "Endoplasmic reticulum;Cytosol" "SwissProt;CellAtlas" "ENSG00000241360" "ENST00000215904;ENST00000403251" "ENSP00000215904;ENSP00000385336" "Q96GD0" "PDXP" "57026" "pyridoxal phosphatase" "CIN;dJ37E16.5;FLJ32703" "Cytosol" "SwissProt" "ENSG00000241404" "ENST00000333845;ENST00000395512;ENST00000432129;ENST00000466239;ENST00000482938;ENST00000489721" "ENSP00000333380;ENSP00000378888;ENSP00000401694" "Q99944" "EGFL8" "80864" "EGF like domain multiple 8" "C6orf8;NG3" "Nucleus" "CellAtlas" -"ENSG00000241468" "ENST00000466753;ENST00000414062;ENST00000449683;ENST00000491560;ENST00000359832;ENST00000292475;ENST00000488775;ENST00000394186;ENST00000481899;ENST00000523680;ENST00000485011;ENST00000524321" "ENSP00000412149;ENSP00000407540;ENSP00000352890;ENSP00000292475;ENSP00000418197;ENSP00000377740;ENSP00000430398" "P56134" "ATP5MF" "9551" "ATP synthase membrane subunit f" "ATP5J2;ATP5JL" "Nucleus;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000241468" "ENST00000466753;ENST00000414062;ENST00000449683;ENST00000491560;ENST00000359832;ENST00000292475;ENST00000488775;ENST00000394186;ENST00000481899;ENST00000523680;ENST00000485011;ENST00000524321" "ENSP00000412149;ENSP00000407540;ENSP00000352890;ENSP00000292475;ENSP00000418197;ENSP00000377740;ENSP00000430398" "P56134" "ATP5MF" "9551" "ATP synthase membrane subunit f" "ATP5J2;ATP5JL" "Nucleus;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000241635" "ENST00000305208;ENST00000360418" "ENSP00000304845;ENSP00000353593" "P22309" "UGT1A1" "54658" "UDP glucuronosyltransferase family 1 member A1" "GNT1;UGT1;UGT1A" "Cytosol;Endoplasmic reticulum" "SwissProt" -"ENSG00000241644" "ENST00000484180;ENST00000461246;ENST00000013222;ENST00000409539" "ENSP00000013222;ENSP00000386961" "O95050" "INMT" "11185" "indolethylamine N-methyltransferase" "" "Golgi apparatus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000241837" "ENST00000431254;ENST00000491703;ENST00000290299;ENST00000652380;ENST00000417181;ENST00000418933;ENST00000429064;ENST00000495005;ENST00000496044;ENST00000484627;ENST00000487374" "ENSP00000393496;ENSP00000290299;ENSP00000498572;ENSP00000407220;ENSP00000393211;ENSP00000403964" "P48047" "ATP5PO" "539" "ATP synthase peripheral stalk subunit OSCP" "ATP5O;ATPO;OSCP" "Mitochondria;Inner mitochondria" "SwissProt&CellAtlas" -"ENSG00000241878" "ENST00000382151;ENST00000460723;ENST00000437808;ENST00000473770;ENST00000397500;ENST00000435900;ENST00000439502;ENST00000474017;ENST00000478893;ENST00000491342;ENST00000422020;ENST00000442379;ENST00000431201;ENST00000429683;ENST00000486675;ENST00000479851;ENST00000266095" "ENSP00000371586;ENSP00000396500;ENSP00000380637;ENSP00000414395;ENSP00000391739;ENSP00000412169;ENSP00000399818;ENSP00000401606;ENSP00000396002;ENSP00000266095" "Q9UG56" "PISD" "23761" "phosphatidylserine decarboxylase" "dJ858B16.2;PSDC" "Golgi apparatus;Cytosol;Inner mitochondria" "SwissProt&CellAtlas" +"ENSG00000241644" "ENST00000484180;ENST00000461246;ENST00000013222;ENST00000409539" "ENSP00000013222;ENSP00000386961" "O95050" "INMT" "11185" "indolethylamine N-methyltransferase" "" "Golgi apparatus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000241837" "ENST00000431254;ENST00000491703;ENST00000290299;ENST00000652380;ENST00000417181;ENST00000418933;ENST00000429064;ENST00000495005;ENST00000496044;ENST00000484627;ENST00000487374" "ENSP00000393496;ENSP00000290299;ENSP00000498572;ENSP00000407220;ENSP00000393211;ENSP00000403964" "P48047" "ATP5PO" "539" "ATP synthase peripheral stalk subunit OSCP" "ATP5O;ATPO;OSCP" "Mitochondria;Inner mitochondria" "SwissProt;CellAtlas" +"ENSG00000241878" "ENST00000382151;ENST00000460723;ENST00000437808;ENST00000473770;ENST00000397500;ENST00000435900;ENST00000439502;ENST00000474017;ENST00000478893;ENST00000491342;ENST00000422020;ENST00000442379;ENST00000431201;ENST00000429683;ENST00000486675;ENST00000479851;ENST00000266095" "ENSP00000371586;ENSP00000396500;ENSP00000380637;ENSP00000414395;ENSP00000391739;ENSP00000412169;ENSP00000399818;ENSP00000401606;ENSP00000396002;ENSP00000266095" "Q9UG56" "PISD" "23761" "phosphatidylserine decarboxylase" "dJ858B16.2;PSDC" "Golgi apparatus;Cytosol;Inner mitochondria" "SwissProt;CellAtlas" "ENSG00000241935" "ENST00000465608;ENST00000370647;ENST00000370646;ENST00000370642" "ENSP00000359681;ENSP00000359680;ENSP00000359676" "Q86XE5" "HOGA1" "112817" "4-hydroxy-2-oxoglutarate aldolase 1" "C10orf65;DHDPS2;DHDPSL;FLJ37472;NPL2" "Mitochondria" "SwissProt" -"ENSG00000241973" "ENST00000255882;ENST00000492581;ENST00000477245;ENST00000466772;ENST00000399213;ENST00000482030;ENST00000466394;ENST00000489966;ENST00000485123;ENST00000462210;ENST00000477368;ENST00000494113;ENST00000475414;ENST00000466162;ENST00000484220;ENST00000485963;ENST00000485950;ENST00000449120" "ENSP00000255882;ENSP00000382162;ENSP00000402437" "P42356" "PI4KA" "5297" "phosphatidylinositol 4-kinase alpha" "PI4K-ALPHA;pi4K230;PIK4CA" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000241973" "ENST00000255882;ENST00000492581;ENST00000477245;ENST00000466772;ENST00000399213;ENST00000482030;ENST00000466394;ENST00000489966;ENST00000485123;ENST00000462210;ENST00000477368;ENST00000494113;ENST00000475414;ENST00000466162;ENST00000484220;ENST00000485963;ENST00000485950;ENST00000449120" "ENSP00000255882;ENSP00000382162;ENSP00000402437" "P42356" "PI4KA" "5297" "phosphatidylinositol 4-kinase alpha" "PI4K-ALPHA;pi4K230;PIK4CA" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000242110" "ENST00000335606;ENST00000382072;ENST00000506639;ENST00000514195;ENST00000382085;ENST00000502637;ENST00000426255;ENST00000512079;ENST00000382068" "ENSP00000334424;ENSP00000371504;ENSP00000427227;ENSP00000371517;ENSP00000424351;ENSP00000476965;ENSP00000477411;ENSP00000477108" "Q9UHK6" "AMACR" "23600" "alpha-methylacyl-CoA racemase" "P504S;RACE" "Peroxisome;Mitochondria" "SwissProt" "ENSG00000242366" "ENST00000373450" "ENSP00000362549" "Q9HAW9" "UGT1A8" "54576" "UDP glucuronosyltransferase family 1 member A8" "UGT1H" "Endoplasmic reticulum" "SwissProt" "ENSG00000242515" "ENST00000344644;ENST00000373445" "ENSP00000343838;ENSP00000362544" "Q9HAW8" "UGT1A10" "54575" "UDP glucuronosyltransferase family 1 member A10" "UGT1J" "Endoplasmic reticulum" "SwissProt" -"ENSG00000242612" "ENST00000627716;ENST00000424398;ENST00000633923;ENST00000631605;ENST00000219481;ENST00000439661;ENST00000437024;ENST00000633348;ENST00000445291;ENST00000633025;ENST00000461802;ENST00000632744;ENST00000461947;ENST00000465166;ENST00000429116;ENST00000461749;ENST00000469922" "ENSP00000486613;ENSP00000400374;ENSP00000487776;ENSP00000488859;ENSP00000219481;ENSP00000399697;ENSP00000402180;ENSP00000488501;ENSP00000395913;ENSP00000488142;ENSP00000393382" "Q9NUI1" "DECR2" "26063" "2,4-dienoyl-CoA reductase 2" "PDCR;SDR17C1" "Peroxisome" "SwissProt&CellAtlas" +"ENSG00000242612" "ENST00000627716;ENST00000424398;ENST00000633923;ENST00000631605;ENST00000219481;ENST00000439661;ENST00000437024;ENST00000633348;ENST00000445291;ENST00000633025;ENST00000461802;ENST00000632744;ENST00000461947;ENST00000465166;ENST00000429116;ENST00000461749;ENST00000469922" "ENSP00000486613;ENSP00000400374;ENSP00000487776;ENSP00000488859;ENSP00000219481;ENSP00000399697;ENSP00000402180;ENSP00000488501;ENSP00000395913;ENSP00000488142;ENSP00000393382" "Q9NUI1" "DECR2" "26063" "2,4-dienoyl-CoA reductase 2" "PDCR;SDR17C1" "Peroxisome" "SwissProt;CellAtlas" "ENSG00000243056" "ENST00000310331" "ENSP00000308472" "O60516" "EIF4EBP3" "8637" "eukaryotic translation initiation factor 4E binding protein 3" "4E-BP3" "" "" "ENSG00000243477" "ENST00000443094;ENST00000354862;ENST00000417393;ENST00000443842;ENST00000450489;ENST00000442620;ENST00000452674" "ENSP00000410610;ENSP00000346927;ENSP00000391893;ENSP00000400559;ENSP00000388316;ENSP00000391158;ENSP00000413623" "Q93015" "NAA80" "24142" "N-alpha-acetyltransferase 80, NatH catalytic subunit" "FUS2;NAT6" "Cytosol" "SwissProt" "ENSG00000243480" "ENST00000423678;ENST00000414303;ENST00000497748;ENST00000682202" "ENSP00000390832;ENSP00000397582" "P04746" "AMY2A" "279" "amylase alpha 2A" "AMY2" "" "" -"ENSG00000243678" "ENST00000514264;ENST00000513177;ENST00000512737;ENST00000503064;ENST00000393183;ENST00000485076;ENST00000393190;ENST00000570801;ENST00000573262" "ENSP00000426976;ENSP00000425581;ENSP00000421064;ENSP00000426901;ENSP00000376880;ENSP00000376886" "P22392" "NME2" "4831" "NME/NM23 nucleoside diphosphate kinase 2" "NDPKB;NM23-H2" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000243678" "ENST00000514264;ENST00000513177;ENST00000512737;ENST00000503064;ENST00000393183;ENST00000485076;ENST00000393190;ENST00000570801;ENST00000573262" "ENSP00000426976;ENSP00000425581;ENSP00000421064;ENSP00000426901;ENSP00000376880;ENSP00000376886" "P22392" "NME2" "4831" "NME/NM23 nucleoside diphosphate kinase 2" "NDPKB;NM23-H2" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000243708" "ENST00000452633;ENST00000461382;ENST00000458483;ENST00000483748;ENST00000566076;ENST00000569354" "ENSP00000396045;ENSP00000416610;ENSP00000456919" "P0C869" "PLA2G4B" "100137049" "phospholipase A2 group IVB" "cPLA2-beta;HsT16992" "Cytosol" "SwissProt" "ENSG00000243709" "ENST00000272134;ENST00000492457" "ENSP00000272134" "O75610" "LEFTY1" "10637" "left-right determination factor 1" "LEFTB;LEFTYB" "" "" -"ENSG00000243955" "ENST00000334575;ENST00000493331;ENST00000476213" "ENSP00000335620" "P08263" "GSTA1" "2938" "glutathione S-transferase alpha 1" "" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000243955" "ENST00000334575;ENST00000493331;ENST00000476213" "ENSP00000335620" "P08263" "GSTA1" "2938" "glutathione S-transferase alpha 1" "" "Cytosol" "SwissProt;CellAtlas" "ENSG00000243989" "ENST00000496679;ENST00000637209;ENST00000636880;ENST00000476351;ENST00000476854;ENST00000491318;ENST00000494103;ENST00000636556;ENST00000404366;ENST00000637349;ENST00000637460;ENST00000465121;ENST00000635797;ENST00000636358;ENST00000469863;ENST00000636047;ENST00000635941;ENST00000468068;ENST00000637251;ENST00000638136;ENST00000464587;ENST00000638096;ENST00000637199;ENST00000637034;ENST00000637102;ENST00000637746;ENST00000637149;ENST00000490244;ENST00000638077" "ENSP00000490708;ENSP00000489947;ENSP00000417056;ENSP00000419262;ENSP00000418683;ENSP00000417618;ENSP00000490500;ENSP00000384296;ENSP00000489688;ENSP00000490007;ENSP00000490149;ENSP00000419830;ENSP00000490309;ENSP00000490497" "Q03154" "ACY1" "95" "aminoacylase 1" "" "Cytosol" "SwissProt" -"ENSG00000244038" "ENST00000415136;ENST00000602624;ENST00000475210;ENST00000464364;ENST00000477229" "ENSP00000399457;ENSP00000473655;ENSP00000475634" "P39656" "DDOST" "1650" "dolichyl-diphosphooligosaccharide--protein glycosyltransferase non-catalytic subunit" "GATD6;KIAA0115;OST;OST48;WBP1" "Endoplasmic reticulum" "SwissProt&CellAtlas" -"ENSG00000244067" "ENST00000493422" "ENSP00000420168" "P09210" "GSTA2" "2939" "glutathione S-transferase alpha 2" "GST2" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000244038" "ENST00000415136;ENST00000602624;ENST00000475210;ENST00000464364;ENST00000477229" "ENSP00000399457;ENSP00000473655;ENSP00000475634" "P39656" "DDOST" "1650" "dolichyl-diphosphooligosaccharide--protein glycosyltransferase non-catalytic subunit" "GATD6;KIAA0115;OST;OST48;WBP1" "Endoplasmic reticulum" "SwissProt;CellAtlas" +"ENSG00000244067" "ENST00000493422" "ENSP00000420168" "P09210" "GSTA2" "2939" "glutathione S-transferase alpha 2" "GST2" "Cytosol" "SwissProt;CellAtlas" "ENSG00000244122" "ENST00000373426;ENST00000485022" "ENSP00000362525;ENSP00000420181" "Q9HAW7" "UGT1A7" "54577" "UDP glucuronosyltransferase family 1 member A7" "UGT1G" "Endoplasmic reticulum" "SwissProt" "ENSG00000244474" "ENST00000373409;ENST00000450233" "ENSP00000362508;ENSP00000408608" "P22310" "UGT1A4" "54657" "UDP glucuronosyltransferase family 1 member A4" "HUG-BR2;UGT1D" "Endoplasmic reticulum" "SwissProt" "ENSG00000244486" "ENST00000622235;ENST00000623402;ENST00000494535" "ENSP00000477564;ENSP00000485276" "Q96GP6" "SCARF2" "91179" "scavenger receptor class F member 2" "HUMZD58C02;SREC-II;SREC2" "Cytosol;Nucleus" "CellAtlas" "ENSG00000247626" "ENST00000282276" "ENSP00000282276" "Q96GW9" "MARS2" "92935" "methionyl-tRNA synthetase 2, mitochondrial" "mtMetRS;SPAX3" "Mitochondria" "SwissProt" "ENSG00000247746" "ENST00000500968;ENST00000586165" "ENSP00000423333;ENSP00000490435" "Q70EK9" "USP51" "158880" "ubiquitin specific peptidase 51" "" "Cytosol;Nucleus" "CellAtlas" "ENSG00000248098" "ENST00000538423;ENST00000269980;ENST00000542943;ENST00000457836;ENST00000541315;ENST00000535632;ENST00000545787;ENST00000544905" "ENSP00000269980;ENSP00000440345;ENSP00000416000;ENSP00000445809;ENSP00000445727" "P12694" "BCKDHA" "593" "branched chain keto acid dehydrogenase E1 subunit alpha" "MSU;OVD1A" "Mitochondria" "SwissProt" -"ENSG00000248144" "ENST00000515683;ENST00000510055;ENST00000511397;ENST00000505942" "ENSP00000426083;ENSP00000478439;ENSP00000478545" "P00326" "ADH1C" "126" "alcohol dehydrogenase 1C (class I), gamma polypeptide" "ADH3" "Cytosol" "SwissProt&CellAtlas" +"ENSG00000248144" "ENST00000515683;ENST00000510055;ENST00000511397;ENST00000505942" "ENSP00000426083;ENSP00000478439;ENSP00000478545" "P00326" "ADH1C" "126" "alcohol dehydrogenase 1C (class I), gamma polypeptide" "ADH3" "Cytosol" "SwissProt;CellAtlas" "ENSG00000248933" "ENST00000511280" "ENSP00000423115" "D6RA61" "USP17L22" "100287513" "ubiquitin specific peptidase 17 like family member 22" "" "" "" "ENSG00000249853" "ENST00000312719;ENST00000441954" "ENSP00000427888" "Q8IZT8" "HS3ST5" "222537" "heparan sulfate-glucosamine 3-sulfotransferase 5" "3-OST-5" "Golgi apparatus" "SwissProt" "ENSG00000249948" "ENST00000508166;ENST00000503442;ENST00000511446;ENST00000504802;ENST00000508264;ENST00000613293;ENST00000610628" "ENSP00000427458;ENSP00000422220;ENSP00000423754;ENSP00000480447;ENSP00000478226" "" "GBA3" "57733" "glucosylceramidase beta 3 (gene/pseudogene)" "GLUC;KLrP" "" "" @@ -3027,39 +3027,39 @@ genes geneENSTID geneENSPID geneUniProtID geneSymbols geneEntrezID geneNames gen "ENSG00000256870" "ENST00000536262" "ENSP00000445340" "Q8N695" "SLC5A8" "160728" "solute carrier family 5 member 8" "AIT" "" "" "ENSG00000257335" "ENST00000465654;ENST00000497554;ENST00000549489;ENST00000497673;ENST00000475668;ENST00000495045;ENST00000490593;ENST00000485078;ENST00000620571" "ENSP00000419372;ENSP00000447378;ENSP00000417103;ENSP00000417515;ENSP00000482292" "O43451" "MGAM" "8972" "maltase-glucoamylase" "MGA" "" "" "ENSG00000257365" "ENST00000555372;ENST00000246166;ENST00000555742;ENST00000554210;ENST00000554334;ENST00000556709;ENST00000555618;ENST00000557300" "ENSP00000246166" "P49356" "FNTB" "2342;100529261" "farnesyltransferase, CAAX box, beta" "FPTB" "" "" -"ENSG00000257594" "ENST00000529983" "ENSP00000436604" "Q8N4A0" "GALNT4" "8693" "polypeptide N-acetylgalactosaminyltransferase 4" "GalNAc-T4" "Golgi apparatus" "SwissProt&CellAtlas" -"ENSG00000258429" "ENST00000288022" "ENSP00000288022" "Q9HBH1" "PDF" "64146" "peptide deformylase, mitochondrial" "" "Mitochondria;Nucleus" "SwissProt&CellAtlas" +"ENSG00000257594" "ENST00000529983" "ENSP00000436604" "Q8N4A0" "GALNT4" "8693" "polypeptide N-acetylgalactosaminyltransferase 4" "GalNAc-T4" "Golgi apparatus" "SwissProt;CellAtlas" +"ENSG00000258429" "ENST00000288022" "ENSP00000288022" "Q9HBH1" "PDF" "64146" "peptide deformylase, mitochondrial" "" "Mitochondria;Nucleus" "SwissProt;CellAtlas" "ENSG00000259030" "ENST00000557284;ENST00000370899;ENST00000370895;ENST00000534632;ENST00000533006;ENST00000648585;ENST00000370893" "ENSP00000450895;ENSP00000359936;ENSP00000359932;ENSP00000433587;ENSP00000497631;ENSP00000359930" "" "FPGT-TNNI3K" "100526835" "FPGT-TNNI3K readthrough" "" "" "" "ENSG00000259075" "ENST00000548729;ENST00000547474" "ENSP00000447852;ENSP00000447754" "" "POC1B-GALNT4" "100528030" "POC1B-GALNT4 readthrough" "" "Golgi apparatus" "CellAtlas" -"ENSG00000259431" "ENST00000555446;ENST00000404535;ENST00000557630;ENST00000556015;ENST00000554970;ENST00000288014;ENST00000554789;ENST00000556545" "ENSP00000384580;ENSP00000452281;ENSP00000451835;ENSP00000452465;ENSP00000288014;ENSP00000450459;ENSP00000452164" "Q9BU02" "THTPA" "79178" "thiamine triphosphatase" "THTPASE" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000259431" "ENST00000555446;ENST00000404535;ENST00000557630;ENST00000556015;ENST00000554970;ENST00000288014;ENST00000554789;ENST00000556545" "ENSP00000384580;ENSP00000452281;ENSP00000451835;ENSP00000452465;ENSP00000288014;ENSP00000450459;ENSP00000452164" "Q9BU02" "THTPA" "79178" "thiamine triphosphatase" "THTPASE" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000259916" "ENST00000561882" "ENSP00000456868" "" "" "100509620" "novel member of the aquaporin (AQP) gene family" "" "" "" "ENSG00000261052" "ENST00000567309;ENST00000338971;ENST00000395138;ENST00000569409;ENST00000563322;ENST00000569485;ENST00000562257;ENST00000563638;ENST00000561549;ENST00000561533" "ENSP00000343645;ENSP00000378570;ENSP00000454518;ENSP00000455372;ENSP00000456391" "P0DMM9" "SULT1A3" "6818" "sulfotransferase family 1A member 3" "STM;TL-PST" "Cytosol" "SwissProt" "ENSG00000263353" "ENST00000577856" "ENSP00000485206" "Q9Y536" "PPIAL4A" "653505" "peptidylprolyl isomerase A like 4A" "COAS2;PPIAL4;PPIAL4B" "" "" "ENSG00000263464" "ENST00000585245" "ENSP00000463057" "A0A0B4J2A2" "PPIAL4C" "653598" "peptidylprolyl isomerase A like 4C" "" "" "" "ENSG00000265203" "ENST00000584701" "ENSP00000463151" "P10745" "RBP3" "5949" "retinol binding protein 3" "D10S64;D10S65;D10S66;RP66" "" "" -"ENSG00000265491" "ENST00000582693;ENST00000539368" "ENSP00000463650" "Q9Y4L5" "RNF115" "27246" "ring finger protein 115" "CL469780;ZNF364" "Mitochondria;Nucleus;Cytosol;Lysosome" "SwissProt&CellAtlas" +"ENSG00000265491" "ENST00000582693;ENST00000539368" "ENSP00000463650" "Q9Y4L5" "RNF115" "27246" "ring finger protein 115" "CL469780;ZNF364" "Mitochondria;Nucleus;Cytosol;Lysosome" "SwissProt;CellAtlas" "ENSG00000266200" "ENST00000579578;ENST00000586762;ENST00000588823;ENST00000611850;ENST00000591655" "ENSP00000463502;ENSP00000480815;ENSP00000468117" "P54317" "PNLIPRP2" "5408" "pancreatic lipase related protein 2 (gene/pseudogene)" "PLRP2" "" "" "ENSG00000268104" "ENST00000598581;ENST00000463626" "ENSP00000470801" "Q9UN76" "SLC6A14" "11254" "solute carrier family 6 member 14" "" "" "" "ENSG00000268606" "ENST00000620710;ENST00000595583;ENST00000617846;ENST00000617505;ENST00000623806;ENST00000623438;ENST00000611557;ENST00000598543;ENST00000611674;ENST00000684311" "ENSP00000484290;ENSP00000470872;ENSP00000482879;ENSP00000483352;ENSP00000485541;ENSP00000485391;ENSP00000480738;ENSP00000469919;ENSP00000480491;ENSP00000507899" "P43356" "MAGEA2" "4101" "MAGE family member A2" "CT1.2;MAGE2;MAGEA2A" "Nucleus" "SwissProt" "ENSG00000271567" "ENST00000581164" "ENSP00000463419" "A0A075B759" "PPIAL4E" "730262" "peptidylprolyl isomerase A like 4E" "" "" "" -"ENSG00000272325" "ENST00000607016" "ENSP00000476119" "O95989" "NUDT3" "11165" "nudix hydrolase 3" "DIPP" "Cytosol" "SwissProt&CellAtlas" -"ENSG00000272333" "ENST00000673918;ENST00000420124;ENST00000606995;ENST00000674114;ENST00000673946;ENST00000592092;ENST00000585476;ENST00000674101;ENST00000586308" "ENSP00000501283;ENSP00000398837;ENSP00000501039;ENSP00000501076;ENSP00000501226" "Q9UMN6" "KMT2B" "9757" "lysine methyltransferase 2B" "CXXC10;HRX2;KIAA0304;MLL1B;MLL2;MLL4;TRX2;WBP7" "Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000272325" "ENST00000607016" "ENSP00000476119" "O95989" "NUDT3" "11165" "nudix hydrolase 3" "DIPP" "Cytosol" "SwissProt;CellAtlas" +"ENSG00000272333" "ENST00000673918;ENST00000420124;ENST00000606995;ENST00000674114;ENST00000673946;ENST00000592092;ENST00000585476;ENST00000674101;ENST00000586308" "ENSP00000501283;ENSP00000398837;ENSP00000501039;ENSP00000501076;ENSP00000501226" "Q9UMN6" "KMT2B" "9757" "lysine methyltransferase 2B" "CXXC10;HRX2;KIAA0304;MLL1B;MLL2;MLL4;TRX2;WBP7" "Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000272916" "ENST00000603027;ENST00000603706" "ENSP00000475031;ENSP00000476336" "" "" "" "novel transcript" "" "" "" -"ENSG00000273820" "ENST00000621775" "ENSP00000483631" "A6NNY8" "USP27X" "389856" "ubiquitin specific peptidase 27 X-linked" "USP27" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000273841" "ENST00000506736;ENST00000217893;ENST00000328663;ENST00000503245;ENST00000509462;ENST00000504109;ENST00000512152;ENST00000508954" "ENSP00000421873;ENSP00000217893;ENSP00000370193;ENSP00000425944;ENSP00000427343;ENSP00000426283;ENSP00000425798;ENSP00000427617" "Q16594" "TAF9" "6880" "TATA-box binding protein associated factor 9" "AD-004;CGI-137;MGC1603;MGC3647;MGC5067;TAF2G;TAFII31;TAFII32;TAFIID32" "Nucleus" "SwissProt&CellAtlas" +"ENSG00000273820" "ENST00000621775" "ENSP00000483631" "A6NNY8" "USP27X" "389856" "ubiquitin specific peptidase 27 X-linked" "USP27" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000273841" "ENST00000506736;ENST00000217893;ENST00000328663;ENST00000503245;ENST00000509462;ENST00000504109;ENST00000512152;ENST00000508954" "ENSP00000421873;ENSP00000217893;ENSP00000370193;ENSP00000425944;ENSP00000427343;ENSP00000426283;ENSP00000425798;ENSP00000427617" "Q16594" "TAF9" "6880" "TATA-box binding protein associated factor 9" "AD-004;CGI-137;MGC1603;MGC3647;MGC5067;TAF2G;TAFII31;TAFII32;TAFIID32" "Nucleus" "SwissProt;CellAtlas" "ENSG00000274252" "ENST00000619998" "ENSP00000477856" "B5MD39" "GGTLC3" "728226" "gamma-glutamyltransferase light chain family member 3" "" "" "" "ENSG00000274588" "ENST00000611977" "ENSP00000477515" "Q5KSL6" "DGKK" "139189" "diacylglycerol kinase kappa" "" "" "" "ENSG00000275183" "ENST00000611161" "ENSP00000479355" "" "LENG9" "94059" "leukocyte receptor cluster member 9" "" "Nucleus" "CellAtlas" -"ENSG00000276043" "ENST00000612630;ENST00000620565;ENST00000613817;ENST00000615884;ENST00000622802;ENST00000616255;ENST00000650932;ENST00000624301" "ENSP00000484739;ENSP00000478171;ENSP00000480214;ENSP00000478601;ENSP00000479617;ENSP00000478348;ENSP00000498698;ENSP00000485604" "Q96T88" "UHRF1" "29128" "ubiquitin like with PHD and ring finger domains 1" "FLJ21925;ICBP90;Np95;RNF106;TDRD22" "Nucleus" "SwissProt&CellAtlas" -"ENSG00000276231" "ENST00000619866;ENST00000613555;ENST00000611951" "ENSP00000480157;ENSP00000484155;ENSP00000480685" "Q5UE93" "PIK3R6" "146850" "phosphoinositide-3-kinase regulatory subunit 6" "C17orf38;FLJ34500;HsT41028;p87PIKAP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000276293" "ENST00000619039;ENST00000613767;ENST00000617781;ENST00000617499" "ENSP00000482548;ENSP00000477549" "P78356" "PIP4K2B" "8396" "phosphatidylinositol-5-phosphate 4-kinase type 2 beta" "PIP5K2B;PIP5KIIB;PIP5KIIbeta" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt&CellAtlas" +"ENSG00000276043" "ENST00000612630;ENST00000620565;ENST00000613817;ENST00000615884;ENST00000622802;ENST00000616255;ENST00000650932;ENST00000624301" "ENSP00000484739;ENSP00000478171;ENSP00000480214;ENSP00000478601;ENSP00000479617;ENSP00000478348;ENSP00000498698;ENSP00000485604" "Q96T88" "UHRF1" "29128" "ubiquitin like with PHD and ring finger domains 1" "FLJ21925;ICBP90;Np95;RNF106;TDRD22" "Nucleus" "SwissProt;CellAtlas" +"ENSG00000276231" "ENST00000619866;ENST00000613555;ENST00000611951" "ENSP00000480157;ENSP00000484155;ENSP00000480685" "Q5UE93" "PIK3R6" "146850" "phosphoinositide-3-kinase regulatory subunit 6" "C17orf38;FLJ34500;HsT41028;p87PIKAP" "Golgi apparatus;Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000276293" "ENST00000619039;ENST00000613767;ENST00000617781;ENST00000617499" "ENSP00000482548;ENSP00000477549" "P78356" "PIP4K2B" "8396" "phosphatidylinositol-5-phosphate 4-kinase type 2 beta" "PIP5K2B;PIP5KIIB;PIP5KIIbeta" "Endoplasmic reticulum;Nucleus;Cytosol" "SwissProt;CellAtlas" "ENSG00000276380" "ENST00000618570" "ENSP00000488314" "" "UBE2NL" "389898" "ubiquitin conjugating enzyme E2 N like (gene/pseudogene)" "" "" "" "ENSG00000276747" "ENST00000619609" "ENSP00000483125" "Q6TGC4" "PADI6" "353238" "peptidyl arginine deiminase 6" "" "Cytosol;Nucleus" "SwissProt" "ENSG00000277161" "ENST00000619326;ENST00000614443;ENST00000620233" "ENSP00000480475;ENSP00000482202;ENSP00000480021" "Q7Z7B1" "PIGW" "284098" "phosphatidylinositol glycan anchor biosynthesis class W" "FLJ37433;Gwt1" "Endoplasmic reticulum" "SwissProt" "ENSG00000277494" "ENST00000622500" "ENSP00000480053" "Q8IV16" "GPIHBP1" "338328" "glycosylphosphatidylinositol anchored high density lipoprotein binding protein 1" "GPI-HBP1;LOC338328" "" "" "ENSG00000277893" "ENST00000622030" "ENSP00000477587" "P31213" "SRD5A2" "6716" "steroid 5 alpha-reductase 2" "" "Endoplasmic reticulum" "SwissProt" -"ENSG00000278540" "ENST00000616317;ENST00000612895;ENST00000614428;ENST00000619546;ENST00000617649;ENST00000614482;ENST00000618053;ENST00000613776;ENST00000618575;ENST00000619245;ENST00000614450;ENST00000612120;ENST00000613146;ENST00000612926;ENST00000615229;ENST00000621960;ENST00000614789;ENST00000617548;ENST00000616352;ENST00000614438;ENST00000612007;ENST00000614333;ENST00000618351" "ENSP00000483300;ENSP00000482269;ENSP00000478547;ENSP00000483969;ENSP00000482368;ENSP00000480371;ENSP00000482064;ENSP00000482498;ENSP00000483696;ENSP00000479621;ENSP00000481900;ENSP00000477912;ENSP00000483852;ENSP00000484948" "Q13085" "ACACA" "31" "acetyl-CoA carboxylase alpha" "ACAC;ACC;ACC1" "Nucleus;Cytosol" "SwissProt&CellAtlas" -"ENSG00000278619" "ENST00000614766;ENST00000612760" "ENSP00000481559;ENSP00000482526" "Q6IN84" "MRM1" "79922" "mitochondrial rRNA methyltransferase 1" "FLJ22578" "Mitochondria" "SwissProt&CellAtlas" +"ENSG00000278540" "ENST00000616317;ENST00000612895;ENST00000614428;ENST00000619546;ENST00000617649;ENST00000614482;ENST00000618053;ENST00000613776;ENST00000618575;ENST00000619245;ENST00000614450;ENST00000612120;ENST00000613146;ENST00000612926;ENST00000615229;ENST00000621960;ENST00000614789;ENST00000617548;ENST00000616352;ENST00000614438;ENST00000612007;ENST00000614333;ENST00000618351" "ENSP00000483300;ENSP00000482269;ENSP00000478547;ENSP00000483969;ENSP00000482368;ENSP00000480371;ENSP00000482064;ENSP00000482498;ENSP00000483696;ENSP00000479621;ENSP00000481900;ENSP00000477912;ENSP00000483852;ENSP00000484948" "Q13085" "ACACA" "31" "acetyl-CoA carboxylase alpha" "ACAC;ACC;ACC1" "Nucleus;Cytosol" "SwissProt;CellAtlas" +"ENSG00000278619" "ENST00000614766;ENST00000612760" "ENSP00000481559;ENSP00000482526" "Q6IN84" "MRM1" "79922" "mitochondrial rRNA methyltransferase 1" "FLJ22578" "Mitochondria" "SwissProt;CellAtlas" "ENSG00000282301" "ENST00000620220;ENST00000611620" "ENSP00000479282;ENSP00000480571" "" "CYP3A7-CYP3A51P" "100861540" "CYP3A7-CYP3A51P readthrough" "" "Cytosol" "CellAtlas" "ENSG00000284844" "ENST00000541899" "ENSP00000494667" "" "" "" "novel protein, ortholog of mouse Tomt" "" "" "" "ENSG00000285043" "ENST00000338110;ENST00000395248;ENST00000575627;ENST00000566897;ENST00000568435;ENST00000562240;ENST00000566280;ENST00000567249" "ENSP00000336927;ENSP00000378669;ENSP00000494290;ENSP00000455724;ENSP00000457683;ENSP00000494734" "" "" "112694756" "novel protein" "" "" ""