forked from dmpio/stim1-data-in-brief
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMouse.MitoCarta3.0.txt
1141 lines (1141 loc) · 671 KB
/
Mouse.MitoCarta3.0.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
MouseGeneID HumanOrthologGeneID Symbol Synonyms Description MitoCarta3.0_List MitoCarta3.0_Evidence MitoCarta3.0_SubMitoLocalization MitoCarta3.0_MitoPathways TrainingDataset MitoCarta2.0_Score MitoCarta2.0_FDR MitoCarta2.0_List MitoCarta2.0_Evidence EnsemblGeneID accession ProteinLength TargetP_Score MitoDomain_Score CoexpressionGnfN50_Score PGC_Induction_Score YeastMitoHomolog_Score RickettsiaHomolog_Score MSMS_Score mm10_Chromosome mm10_Start mm10_Stop MSMS_NUM_TISSUES MSMS_NUM_PEPTIDES_UNIQUE MSMS_NUM_SPECTRA MSMS_TOTAL_INTENSITY MSMS_PERCENT_COVERAGE Tissues cerebrum_total_peak_intensity_log10 cerebellum_total_peak_intensity_log10 brainstem_total_peak_intensity_log10 spinalcord_total_peak_intensity_log10 kidney_total_peak_intensity_log10 liver_total_peak_intensity_log10 heart_total_peak_intensity_log10 skeletalmuscle_total_peak_intensity_log10 adipose_total_peak_intensity_log10 smallintestine_total_peak_intensity_log10 largeintestine_total_peak_intensity_log10 stomach_total_peak_intensity_log10 placenta_total_peak_intensity_log10 testis_total_peak_intensity_log10 HPA_Main_Location_2020 (Reliability)
66445 1537 Cyc1 2610002H19Rik|AA408921|Cyct1 cytochrome c-1 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | Metabolism > Metals and cofactors > Heme-containing proteins | Metabolism > Electron carriers > Cytochromes | OXPHOS > OXPHOS subunits Tmito 44.1268 0 1 "literature, APEX_IMS, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000022551 Q9D0M3 325 2 MitoDomain 49 1.24 OrthologMitoHighConf Ortholog 50-75pure chr15 76343522 76345934 14 19 2616 2.05E+11 50 all 14 10.3 10.1 10.4 10.2 10.2 10 10.4 9.8 10.1 10.2 10.2 10 10 9.8 Mitochondria (Supported)
18597 5160 Pdha1 Pdha|Pdha-1 pyruvate dehydrogenase E1 alpha 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 42.9867 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000031299 P35486 390 1 MitoDomain 45 1.13 OrthologMitoLowConf Homolog 75-100pure chrX 160122218 160138336 14 43 2251 1.48E+11 82 all 14 10.1 9.6 10 10 10.3 9.6 10.5 10 10.1 9.9 9.6 10 9.9 8.9 Mitochondria (Supported)
66043 513 Atp5d 0610008F14Rik|1500000I11Rik|AA960090|AI876556|AU020773|Atp5f1d|C85518 "ATP synthase, H+ transporting, mitochondrial F1 complex, delta subunit" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 42.8936 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000003072 Q9D3D9 168 2 MitoDomain 49 1.75 OrthologMitoHighConf Ortholog 25-50pure chr10 80142314 80145818 14 6 939 1.42E+11 43 all 14 10.1 9.9 10.3 9.8 10.6 9.8 9.8 9.5 9.8 10.1 10 9.8 9.8 9.6
74316 122961 Isca2 0710001C05Rik|5730594E03Rik|Hbld|Hbld1 iron-sulfur cluster assembly 2 MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 42.7814 0 1 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000021241 Q9DCB8 154 1 MitoDomain 28 1.07 OrthologMitoHighConf Ortholog 75-100pure chr12 84773269 84775089 14 10 163 3.99E+09 79 all 14 8.4 8.4 8.7 8.3 8.8 8.2 7.9 7.2 8.7 8.5 8.4 8 8.5 8.5
68263 5162 Pdhb 2610103L06Rik|AL024199|C81408 pyruvate dehydrogenase (lipoamide) beta MitoCarta3.0 "literature, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 42.6144 0 1 "literature, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000021748 Q9D051 359 1 MitoDomain 47 1.67 OrthologMitoLowConf Homolog 50-75pure chr14 8165990 8172992 14 22 1918 1.96E+11 74 all 14 10.2 9.9 10.3 10.2 10 9.6 10.5 9.8 10.4 9.8 9.9 9.9 10 10.5 Mitochondria (Supported)
22273 7384 Uqcrc1 1110032G10Rik ubiquinol-cytochrome c reductase core protein 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits" Tmito 42.6144 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000025651 Q9CZ13 480 1 MitoDomain 49 1.55 OrthologMitoLowConf Homolog 50-75pure chr9 108936647 108949641 14 32 3377 2.56E+11 60 all 14 10.1 9.5 9.9 9.9 10.4 10 10.8 10.3 10.1 10.6 10.2 10.3 10.2 9.9 Mitochondria (Supported)
67914 57017 Coq9 2310005O14Rik|C78387 coenzyme Q9 MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS++" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 42.4091 0 1 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000031782 Q8K1Z0 313 1 MitoDomain 28 1.8 OrthologMitoHighConf Ortholog 50-75pure chr8 94838416 94854895 14 18 379 2.24E+10 50 all 14 9.3 8.6 8.9 9 9.3 9.1 9.8 8.6 9.5 9.2 9.2 9.1 8.7 8.8
56282 6182 Mrpl12 0610034O11Rik|1500031N16Rik|L12mt|MRP-|MRP-L12|Rpm|Rpml12 mitochondrial ribosomal protein L12 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > mtRNA metabolism > Transcription | Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 42.3044 0 1 "literature, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000039640 Q9DB15 201 1 SharedDomain 42 1.98 OrthologMitoHighConf Ortholog 50-75pure chr11 120484668 120488754 14 14 634 2.77E+10 66 all 14 9.2 9.1 9.4 9 9.5 9.3 8.9 8.6 9.3 9.2 9.8 9 9.4 9 Mitochondria (Supported)
232536 60488 Mrps35 MDSO|MDSO23|MRP|MRP-|MRP-S28|MRPS28 mitochondrial ribosomal protein S35 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 42.0443 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000040112 Q8BJZ4 320 1 MitoDomain 43 1.81 OrthologMitoHighConf NoHomolog 50-75pure chr6 147042769 147070902 14 22 144 3.27E+09 57 all 14 8.4 8 8.1 6.8 8.2 7.4 7.8 8 8.5 8.5 8.8 7.7 9 8.1 Mitochondria (Approved)
12858 9377 Cox5a AA959768|CcO|CcOX cytochrome c oxidase subunit 5A MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 42.0443 0 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000000088 P12787 146 1 MitoDomain 49 1.91 OrthologMitoHighConf NoHomolog 50-75pure chr9 57521231 57532426 14 19 1523 4.27E+11 65 all 14 10.4 10.2 10.6 10.3 11 10.5 10.4 9.8 10.3 10.6 10.6 10.5 10.3 10.2
66694 7386 Uqcrfs1 4430402G14Rik|AI875505 "ubiquinol-cytochrome c reductase, Rieske iron-sulfur polypeptide 1" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 41.8598 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000038462 Q9CR68 274 2 MitoDomain 48 OrthologMitoHighConf Ortholog 75-100pure chr13 30540311 30545316 14 28 3522 2.78E+11 77 all 14 10.5 10.4 10.7 10.2 10.5 10.3 10.5 9.7 10 10.2 10.1 10 10.1 10 Mitochondria (Approved)
12850 10229 Coq7 clk-|clk-1 demethyl-Q 7 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression++, MS/MS++" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 41.8598 0 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000030652 P97478 217 2 MitoDomain 49 OrthologMitoHighConf Ortholog 75-100pure chr7 118525061 118533313 14 14 366 7.27E+09 81 all 14 8.7 8.5 8.7 8.5 8.9 9 8.6 8.7 8.8 8.6 9 8.7 8.3 8.3 Plasma membrane (Approved)
66945 6389 Sdha 1500032O14Rik|2310034D06Rik|4921513A11|C81073|F|FP|SDH|SDH2|SDHF "succinate dehydrogenase complex, subunit A, flavoprotein (Fp)" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex II > CII subunits | Metabolism > Carbohydrate metabolism > TCA cycle | OXPHOS > OXPHOS subunits Tmito 41.8438 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000021577 Q8K2B3 664 2 SharedDomain 47 1.8 OrthologMitoHighConf Ortholog 75-100pure chr13 74322254 74350240 14 48 4919 5.29E+11 83 all 14 10.4 9.9 10.5 10.3 11 10.5 10.7 10.6 10.6 10.7 10.6 10.5 10.4 10.4 Mitochondria (Supported)
67680 6390 Sdhb 0710008N11Rik "succinate dehydrogenase complex, subunit B, iron sulfur (Ip)" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex II > CII subunits | Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 41.8214 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000009863 Q9CQA3 282 2 MitoDomain 49 2.32 HomologMitoHighConf Ortholog 75-100pure chr4 140961270 140979192 14 34 1571 1.50E+11 82 all 14 9.9 9.6 9.9 10 10.1 10.2 10.3 9.2 10.1 10.3 9.9 9.9 10.1 9.9 Mitochondria (Supported)
11946 498 Atp5a1 AI035633|AL022851|AL023067|At|Atp5f1a|Atpm|D18Ertd206|D18Ertd206e|Mom|Mom2 "ATP synthase, H+ transporting, mitochondrial F1 complex, alpha subunit 1" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 41.6009 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000025428 Q03265 553 1 SharedDomain 48 1.53 OrthologMitoHighConf Homolog 75-100pure chr18 77773767 77782868 14 71 14666 2.25E+12 80 all 14 11.2 10.8 11.2 10.9 11.5 11 11.6 11.1 11.1 11.4 11 11.3 11.2 10.5 Mitochondria (Supported)
68002 135154 Sdhaf4 1110058L19Rik|1700001E18Rik|C6orf57 succinate dehydrogenase complex assembly factor 4 MitoCarta3.0 "targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS" Matrix OXPHOS > Complex II > CII assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 41.3676 0 1 "targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS" ENSMUSG00000026154 Q8BTE0 104 1 MitoDomain 44 1.38 OrthologMitoHighConf Ortholog 25-50ambig chr1 23995938 24005640 2 4 10 1.48E+08 38 "adipose, testis" 8 7.7 Mitochondria (Approved)
73078 9512 Pmpcb 3110004O18Rik|MPP|MPP11|MPPB|MPPP52 peptidase (mitochondrial processing) beta MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 41.3602 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000029017 Q9CXT8 489 1 MitoDomain 42 0.74 OrthologMitoLowConf Homolog 50-75pure chr5 21737159 21757152 14 22 275 2.37E+10 55 all 14 9 6.8 9.1 8.7 9.8 8.7 9.6 8 9 9.6 8.9 9.2 9.4 9 Mitochondria (Enhanced)
66925 6392 Sdhd 3110001M13Rik|AVLL5809|C78570|PRO19626 "succinate dehydrogenase complex, subunit D, integral membrane protein" MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" MIM OXPHOS > Complex II > CII subunits | Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Metals and cofactors > Heme-containing proteins | OXPHOS > OXPHOS subunits Tmito 41.0374 0 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000000171 Q9CXV1 159 3 MitoDomain 45 2.02 OrthologMitoHighConf Ortholog 25-50pure chr9 50596339 50603849 14 4 221 5.87E+09 28 all 14 8.8 8.3 8.5 7.8 8.9 8.6 8.4 8.3 8.4 8.9 8.6 8.5 8.7 8.9
67003 7385 Uqcrc2 1500004O06Rik ubiquinol cytochrome c reductase core protein 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits" Tmito 40.5274 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000030884 Q9DB77 453 2 MitoDomain 45 1.79 OrthologMitoLowConf Homolog 50-75pure chr7 120635188 120659523 14 36 4282 4.09E+11 61 all 14 10.5 10 10.3 10.3 10.6 10.3 10.9 10.4 10.3 10.7 10.5 10.5 10.2 10.2 Mitochondria (Enhanced)
52064 84274 Coq5 1810014G04Rik|D5Ertd33|D5Ertd33e coenzyme Q5 methyltransferase MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 40.5274 0 1 "APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000041733 Q9CXI0 327 2 MitoDomain 41 2.95 OrthologMitoLowConf Homolog 50-75pure chr5 115279701 115296972 14 16 132 5.76E+09 65 all 14 8.5 8.3 8.3 8 8.6 8 8.8 8.2 9 9.2 8.8 8.3 7.8 7.5 Nucleoli (Uncertain)
18293 4967 Ogdh 2210403E04Rik|2210412K19Rik|AA409584|d1401|mKIAA4192 oxoglutarate (alpha-ketoglutarate) dehydrogenase (lipoamide) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 40.5274 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000020456 Q60597 1038 2 MitoDomain 46 3.07 OrthologMitoLowConf Homolog 50-75pure chr11 6291596 6359094 14 106 8271 7.16E+11 71 all 14 10.6 10.6 10.9 9.9 11.1 9.9 10.8 10.9 10.6 10.8 10.7 10.7 10.5 10.4 Mitochondria (Enhanced)
22272 27089 Uqcrq 1100001F06Rik|1500040F11Rik|5830407L17Rik|9.5kDa|AA959903|QP-|QP-C|Qp|Qpc|Uqcrb|c1502 "ubiquinol-cytochrome c reductase, complex III subunit VII" MitoCarta3.0 "literature, APEX_IMS, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits Tmito 40.3296 0 1 "literature, APEX_IMS, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000044894 Q9CQ69 82 2 MitoDomain 47 0.66 OrthologMitoHighConf NoHomolog 75-100pure chr11 53428947 53430831 14 16 1153 9.68E+10 93 all 14 9.9 9.6 9.9 9.6 10.2 9.8 9.8 9.2 9.8 10 10.1 9.8 9.6 9.5 Mitochondria (Enhanced)
17448 4191 Mdh2 MDH|Mdh-2|Mo|Mor|Mor-1|Mor1 "malate dehydrogenase 2, NAD (mitochondrial)" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > Malate-aspartate shuttle | Metabolism > Carbohydrate metabolism > TCA cycle Tmito 39.5139 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000019179 P08249 338 2 SharedDomain 50 1.54 OrthologMitoHighConf Homolog 75-100pure chr5 135778648 135790386 14 42 6117 1.44E+12 79 all 14 11.1 10.8 11.2 10.9 10.9 10.6 11.4 10.6 11 11.3 10.9 10.8 11 10.6 Mitochondria (Enhanced)
13171 1629 Dbt BCKAD-E2|D3Wsu60|D3Wsu60e dihydrolipoamide branched chain transacylase E2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid dehydrogenase complex Tmito 38.8044 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000000340 P53395 482 1 MitoDomain 34 2.32 OrthologMitoLowConf Homolog 50-75pure chr3 116513078 116549981 14 33 809 3.27E+10 67 all 14 8.5 7.7 8.4 8.4 9.9 9.6 9.2 8.6 9.8 9.2 9.1 9.9 9.2 8.9 Mitochondria (Supported)
235339 1737 Dlat 6332404G05Rik|DLTA|PDC-E|PDC-E2 dihydrolipoamide S-acetyltransferase (E2 component of pyruvate dehydrogenase complex) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 38.6712 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000000168 Q8BMF4 642 3 MitoDomain 41 2.68 OrthologMitoLowConf Homolog 50-75pure chr9 50634632 50659780 14 36 2960 3.70E+11 60 all 14 10.6 10.3 10.7 10.5 10.4 9.8 10.4 10.5 10.5 9.9 10.1 10.1 10.1 10.5 Mitochondria (Enhanced)
72416 10128 Lrpprc 3110001K13Rik|C76645|Gp130|Lrp|Lrp130|Lsfc leucine-rich PPR-motif containing MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay | Mitochondrial central dogma > Translation Tmito 38.5071 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000024120 Q6PB66 1392 1 SharedDomain 47 2.59 OrthologMitoHighConf NoHomolog 75-100pure chr17 84705246 84790786 14 145 5900 2.76E+11 90 all 14 10.2 10.4 10.4 9.4 10.8 9.8 9.6 10.3 9.9 10.2 10.5 10.2 10.2 10.5 Mitochondria (Enhanced)
68499 116540 Mrpl53 1110007K17Rik mitochondrial ribosomal protein L53 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 38.4734 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000030037 Q9D1H8 118 3 MitoDomain 47 0.6 OrthologMitoHighConf NoHomolog 75-100pure chr6 83109107 83109932 14 13 157 4.34E+09 92 all 14 8.4 8.2 8.4 8.1 8.6 8.6 7.7 7.1 8.3 8.6 8.9 8.2 8.9 8.4 Mitochondria (Supported)
78920 1743 Dlst 1600017E01Rik|4632413C10Rik|4930529O08Rik|DLTS dihydrolipoamide S-succinyltransferase (E2 component of 2-oxo-glutarate complex) MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" Matrix Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Amino acid metabolism > Lysine metabolism Tmito 38.04 0 1 "literature, APEX_IMS, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000004789 Q9D2G2 454 2 MitoDomain 42 1.79 OrthologMitoLowConf Homolog 25-50pure chr12 85110832 85134091 14 27 1780 1.09E+11 46 all 14 9.7 9.3 9.7 9.7 10.2 9.6 10.1 9.7 9.9 10.3 9.6 9.9 9.9 9.3
27402 8050 Pdhx AI481367|E3bp|Pdx|Pdx1 "pyruvate dehydrogenase complex, component X" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 38.04 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000010914 Q8BKZ9 501 2 MitoDomain 41 2.28 OrthologMitoLowConf Homolog 25-50pure chr2 103021056 103073513 14 26 569 1.86E+10 49 all 14 9.3 8.7 9.3 8.8 9 8.3 9.5 9.3 9.4 8.7 8.6 8.9 8.9 9.2 Nucleoplasm;Plasma membrane (Approved)
28030 85476 Gfm1 AW545374|D3Wsu133|D3Wsu133e|Gfm "G elongation factor, mitochondrial 1" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 37.8874 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000027774 Q8K0D5 751 2 SharedDomain 48 2.39 OrthologMitoHighConf Homolog 50-75pure chr3 67430114 67475068 14 48 643 1.46E+10 58 all 14 8.9 8.8 8.8 8.9 9.6 8.9 8.3 9 9 8.7 9.1 8.7 9.2 8.6 Mitochondria (Approved)
17713 80273 Grpel1 AA408748|mt-GrpE|mt-GrpE#1|mt-Grpel1 "GrpE-like 1, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein import and sorting > Import motor | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis" Tmito 37.799 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000029198 Q99LP6 217 1 MitoDomain 43 1.53 HomologMitoLowConf Homolog 50-75pure chr5 36465184 36474077 14 24 495 3.14E+10 74 all 14 9.4 9.2 9.3 9 9.6 9.6 9.2 8 9.3 9.3 9.2 9 9.8 9.1 Mitochondria (Supported)
70456 25874 Mpc2 0610006C01Rik|2010002I07Rik|2610205H19Rik|AA108335|Brp|Brp44|ESTM4|ESTM43 mitochondrial pyruvate carrier 2 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > Pyruvate metabolism | Metabolism > Carbohydrate metabolism > TCA-associated | Small molecule transport Tmito 37.6795 0 1 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000026568 Q9D023 127 5 MitoDomain 41 3.21 OrthologMitoHighConf NoHomolog 75-100pure chr1 165461207 165481214 14 11 1602 8.40E+10 82 all 14 9.6 9.5 9.8 9.4 10.4 10 9.5 9.6 9.6 9.5 9.3 9.5 9.3 10
66152 29796 Uqcr10 1110020P15Rik|AA960494|Ucrc "ubiquinol-cytochrome c reductase, complex III subunit X" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits Tmito 37.6795 0 1 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000059534 Q8R1I1 64 5 MitoDomain 49 2.3 OrthologMitoHighConf NoHomolog 75-100pure chr11 4701967 4704344 14 12 449 2.67E+10 98 all 14 9.8 9.5 9.6 8.2 9.3 9.2 8.6 8.7 8.9 9.5 7 9 9 9.3
230027 51805 Coq3 4732433J24|C77934 coenzyme Q3 methyltransferase MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression+, MS/MS+" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 37.5864 0 1 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression+, MS/MS+" ENSMUSG00000028247 Q8BMS4 370 1 MitoDomain 35 0.57 OrthologMitoHighConf Homolog 25-50pure chr4 21879674 21912126 13 14 138 2.34E+09 41 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.6 7.6 8.2 8.1 8.9 7.5 8.7 8.2 8.3 7.3 7.8 8.2 Mitochondria;Nucleoplasm (Approved)
67126 514 Atp5e 2410043G19Rik|ATPE|AV000645|Atp5f1e "ATP synthase, H+ transporting, mitochondrial F1 complex, epsilon subunit" MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 37.4638 0 1 "literature, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000016252 P56382 52 4 MitoDomain 47 0.54 OrthologMitoHighConf NoHomolog 75-100pure chr2 174461074 174464101 14 13 205 1.65E+10 85 all 14 9.3 9 9 7.8 9.5 9.1 8.7 8.7 8.9 9.5 6.8 9.2 8.1 9.1
18674 5250 Slc25a3 5730556H19Rik|PTP|Ph|Phc "solute carrier family 25 (mitochondrial carrier, phosphate carrier), member 3" MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM Metabolism > Metals and cofactors > Copper metabolism | Signaling > Calcium homeostasis > Calcium cycle | Small molecule transport > SLC25A family Tmito 37.4638 0 1 "literature, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000061904 Q8VEM8 357 4 MitoDomain 50 1.22 OrthologMitoHighConf NoHomolog 75-100pure chr10 91116577 91123963 14 31 5280 4.91E+11 76 all 14 10.6 10.3 10.8 10.6 10.6 10.2 10.7 10 10.4 10.7 10.4 10.5 10.7 10.4 Mitochondria (Supported)
94065 64981 Mrpl34 0610007O17Rik|D8Bwg1484e mitochondrial ribosomal protein L34 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 37.4581 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS" ENSMUSG00000034880 Q99N91 92 1 SharedDomain 47 1.75 OrthologMitoHighConf Ortholog 25-50ambig chr8 71464925 71465753 13 5 62 6.41E+08 27 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.5 7.5 6.9 7.3 7.7 7 7.6 8 8.1 7.1 7.9 7.9
66407 64960 Mrps15 1500003E24Rik|2410002B11Rik|Mprs15 mitochondrial ribosomal protein S15 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 37.1567 0 1 "literature, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000028861 Q9DC71 258 1 SharedDomain 45 OrthologMitoHighConf Ortholog 50-75pure chr4 126046927 126055536 14 18 157 2.40E+09 55 all 14 8.4 8.2 8.4 8 7.7 8.6 7.6 6.9 8.1 8.2 8.5 7.8 8.6 7.6 Mitochondria (Supported)
66052 6391 Sdhc 0610010E03Rik|AI316496|AU019277 "succinate dehydrogenase complex, subunit C, integral membrane protein" MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS+" MIM OXPHOS > Complex II > CII subunits | Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Metals and cofactors > Heme-containing proteins | OXPHOS > OXPHOS subunits Tmito 36.4758 0 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS+" ENSMUSG00000058076 Q9CZB0 169 2 SharedDomain 47 1.32 OrthologMitoHighConf Ortholog 25-50pure chr1 171129156 171150603 14 6 741 2.68E+10 39 all 14 9.2 9.1 9.3 8.6 9.6 9.4 9.2 9.3 9.1 9.5 9 8.9 9.3 9.4
11947 506 Atp5b Atp5f1b "ATP synthase, H+ transporting mitochondrial F1 complex, beta subunit" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 36.4532 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000025393 P56480 529 1 SharedDomain 49 OrthologMitoHighConf Homolog 75-100pure chr10 128083306 128090388 14 39 17053 2.40E+12 86 all 14 11.2 10.9 11.1 11 11.4 11 11.6 11.2 11.2 11.5 11.1 11.4 11.2 10.7 Mitochondria (Enhanced)
64656 51649 Mrps23 D11Bwg1153e|MRP-S23|Rpm|Rpms23|S23mt mitochondrial ribosomal protein S23 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 36.4253 0 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000023723 Q8VE22 177 5 MitoDomain 45 1.37 OrthologMitoHighConf NoHomolog 75-100pure chr11 88204417 88211507 14 14 212 5.38E+09 75 all 14 8.7 8.5 8.7 8.4 8.5 8.5 8 7.6 8.7 8.5 9.2 8.1 8.7 8.3 Mitochondria (Supported)
110842 2108 Etfa 2010200I21Rik|D9Ertd394|D9Ertd394e "electron transferring flavoprotein, alpha polypeptide" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" Matrix "Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Lysine metabolism | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 36.4201 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000032314 Q99LC5 333 2 SharedDomain 40 1.54 OrthologMitoHighConf NoHomolog 75-100pure chr9 55454435 55512243 14 31 2985 4.19E+11 82 all 14 9.7 9.3 9.9 9.9 10.8 10.7 11 9.6 10.8 10.4 10.5 10.3 10.5 10.1 Mitochondria (Enhanced)
14194 2271 Fh1 Fh|Fh-1|fuma fumarate hydratase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 36.4148 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000026526 P97807 507 1 SharedDomain 47 1.71 HomologMitoHighConf Homolog 75-100pure chr1 175601377 175625635 14 42 2540 1.69E+11 80 all 14 9.7 9 9.7 9.7 10.4 9.5 10.5 10 10.1 10.4 9.9 10.2 10.2 9.5 Mitochondria (Enhanced)
218506 23107 Mrps27 2610028H14Rik mitochondrial ribosomal protein S27 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 36.1473 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000041632 Q8BK72 415 2 MitoDomain 32 1.87 OrthologMitoHighConf NoHomolog 50-75pure chr13 99344785 99415561 13 23 128 2.90E+09 54 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.3 7.4 8 8.3 7.8 7.7 8.4 8.8 8.7 8.3 8.8 8.3 Mitochondria;Nucleoplasm (Approved)
69046 81689 Isca1 1810010A06Rik|Hbld|Hbld2 iron-sulfur cluster assembly 1 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 36.1215 0 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, MS/MS++" ENSMUSG00000044792 Q9D924 129 2 MitoDomain NA 1.55 OrthologMitoHighConf Ortholog 75-100pure chr13 59755414 59769789 13 13 117 3.28E+09 83 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.8 8.5 8.6 8.5 7.5 7.7 7.3 8 7.9 7.9 7.7 8.8 8.8
67834 3419 Idh3a 1110003P10Rik|1500012E04Rik|AA407078|AI316514 isocitrate dehydrogenase 3 (NAD+) alpha MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 36.0312 0 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000032279 Q9D6R2 366 3 SharedDomain 40 2.98 OrthologMitoHighConf Homolog 50-75pure chr9 54586510 54604662 14 43 3341 3.57E+11 70 all 14 10.6 10.3 10.8 10.3 10.5 9.4 10.6 10.5 10.5 10.3 10.2 9.9 10.3 9.9 Mitochondria (Enhanced)
227197 4719 Ndufs1 5830412M15Rik|9930026A05Rik NADH:ubiquinone oxidoreductase core subunit S1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 35.8677 0 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000025968 Q91VD9 727 3 MitoDomain 47 1.65 NoMitoHomolog Ortholog 75-100pure chr1 63143591 63176822 14 61 6001 4.88E+11 81 all 14 10.7 10.5 10.7 10.6 10.9 10.1 10.6 10.7 10.4 10.5 10.4 10.5 10.2 9.9 Mitochondria (Supported)
11992 549 Auh C77140|W91705 AU RNA binding protein/enoyl-coenzyme A hydratase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Itaconate metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 35.736 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000021460 Q9JLZ3 314 2 SharedDomain 43 1.01 OrthologMitoLowConf Homolog 75-100pure chr13 52835109 52929677 14 28 678 3.62E+10 76 all 14 9.7 9.4 9.9 9.9 9.2 9.2 9.2 8 9.5 8.7 8.4 9.3 9.1 9
69597 10939 Afg3l2 2310036I02Rik|AW260507|Emv6|Emv66|par AFG3-like AAA ATPase 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 35.712 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000024527 Q8JZQ2 802 2 MitoDomain 44 1.56 HomologMitoLowConf Homolog 50-75pure chr18 67404763 67449136 14 75 1472 3.76E+10 72 all 14 9.5 9.6 9.5 9.3 9.8 9.2 8.9 8.9 9.5 9.4 9.7 9 9.3 9.4 Mitochondria (Supported)
66865 23203 Pmpca 1200002L24Rik|4933435E07Rik|Alp|Alpha-MPP|IN|P-55 peptidase (mitochondrial processing) alpha MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 35.6796 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000026926 Q9DC61 524 1 MitoDomain 27 -0.55 OrthologMitoHighConf Homolog 50-75pure chr2 26389347 26397121 14 31 576 1.60E+10 66 all 14 8.5 8.2 8.2 8.5 9.2 8.4 8.4 8.4 9.4 9.1 8.9 8.7 9.8 9.3 Mitochondria (Enhanced)
69802 1353 Cox11 2010004I09Rik "cytochrome c oxidase assembly protein 11, copper chaperone" MitoCarta3.0 "literature, APEX_IMS, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Copper metabolism | OXPHOS > OXPHOS assembly factors Tmito 35.3696 0 1 "literature, APEX_IMS, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000020544 Q6P8I6 275 2 MitoDomain 27 1.38 OrthologMitoHighConf Ortholog 50-75ambig chr11 90638183 90645977 6 8 24 8.66E+07 50 "cerebrum, cerebellum, spinalcord, skeletalmuscle, largeintestine, placenta" 7.2 7.3 7.2 5.9 7.2 7.3
20916 8803 Sucla2 4930547K18Rik|A-SCS|SCS-betaA "succinate-Coenzyme A ligase, ADP-forming, beta subunit" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Carbohydrate metabolism > Itaconate metabolism | Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 35.2673 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000022110 Q9Z2I9 463 1 SharedDomain 39 2.1 OrthologMitoLowConf Homolog 75-100pure chr14 73552785 73596142 14 43 2385 1.45E+11 78 all 14 9.9 9.4 10 9.9 9.9 9.8 10.4 10 9.8 10.3 9.7 9.9 9.8 10.4 Mitochondria (Enhanced)
102436 23395 Lars2 AI035546|Kiaa0028|LEURS "leucyl-tRNA synthetase, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 35.0697 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000035202 Q8VDC0 902 2 SharedDomain 42 OrthologMitoHighConf Ortholog 50-75pure chr9 123366939 123462664 14 52 359 6.97E+09 60 all 14 8.8 8.7 8.6 7.6 9.4 7.8 8 8.7 8.8 6.7 9 8.2 8.5 8.6 Mitochondria (Supported)
28080 539 Atp5o ATPO|Atp5po|D12Wsu28|D12Wsu28e|OSCP "ATP synthase, H+ transporting, mitochondrial F1 complex, O subunit" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 34.8673 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, MS/MS++" ENSMUSG00000022956 Q9DB20 213 2 MitoDomain NA 1.34 OrthologMitoHighConf Ortholog 75-100pure chr16 91925222 91931630 14 34 2965 7.14E+11 85 all 14 10.9 10.8 11 10.6 10.8 10.7 10.9 10.2 10.5 10.7 10.7 10.6 10.5 10.2 Mitochondria (Enhanced)
67308 26589 Mrpl46 3110052F15Rik|C15orf4|C80107|LIEC|LIECG2|P2E|P2ECSL mitochondrial ribosomal protein L46 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 34.7936 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000030612 Q9EQI8 283 2 SharedDomain 41 3.04 OrthologMitoHighConf NoHomolog 50-75pure chr7 78775340 78783089 11 16 133 2.49E+09 52 "cerebrum, cerebellum, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, placenta, testis" 7.9 7.4 8 8.2 8.4 7.6 8.2 8.3 8.4 8.9 8.5 Mitochondria (Supported)
226139 1355 Cox15 2900026G05Rik cytochrome c oxidase assembly protein 15 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression++, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Heme synthesis and processing | OXPHOS > OXPHOS assembly factors Tmito 34.661 0 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression++, MS/MS" ENSMUSG00000040018 Q8BJ03 413 2 MitoDomain 41 OrthologMitoHighConf Ortholog 0-25pure chr19 43733253 43753000 11 9 111 1.19E+09 24 "cerebrum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.6 7.2 7.9 7.8 7.7 7.9 8.2 7.8 8.7 8.1 Mitochondria (Supported)
67044 192286 Higd2a 2010110M21Rik|AA690237 "HIG1 domain family, member 2A" MitoCarta3.0 "APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > OXPHOS assembly factors | OXPHOS > Respirasome assembly Tmito 34.6159 0 1 "APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000025868 Q9CQJ1 106 MitoDomain 42 0.99 OrthologMitoHighConf NoHomolog 75-100pure chr13 54590230 54591147 14 8 212 3.29E+09 91 all 14 8.6 8.6 8.1 8.2 8.5 7.7 8 7.6 7.6 8 9 8.5 8.1 7.5 Mitochondria (Supported)
66576 7388 Uqcrh 2210416J04Rik|2310021J10Rik|2610041P16Rik ubiquinol-cytochrome c reductase hinge protein MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits Tmito 34.6159 0 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000063882 P99028 89 MitoDomain 43 0.94 OrthologMitoHighConf NoHomolog 75-100pure chr4 116066964 116075070 14 13 390 4.03E+10 87 all 14 9.4 9.3 9.6 9.2 8.7 9.3 9.5 9.1 9.6 9.9 9.7 9.4 9.2 9.4
66841 2110 Etfdh 0610010I20Rik|AV001013 "electron transferring flavoprotein, dehydrogenase" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM "Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Lysine metabolism | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Metals and cofactors > Fe-S-containing proteins | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 34.2436 0 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000027809 Q921G7 616 MitoDomain 40 2.68 OrthologMitoHighConf NoHomolog 50-75pure chr3 79603787 79628767 14 47 1837 1.63E+11 60 all 14 9.5 9 9.5 9.4 10.4 10.5 10.5 10 10.1 10.1 9.9 10 9.8 9.9
30059 26519 Timm10 Tim1|Tim13|Timm1|Timm13a translocase of inner mitochondrial membrane 10 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 34.2436 0 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000027076 P62073 90 MitoDomain 47 2.88 OrthologMitoHighConf NoHomolog 50-75pure chr2 84827020 84830213 12 11 134 2.69E+09 70 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.5 8.3 8 8.3 6.7 8.5 8.7 8.3 7.7 8.2 8.2 Mitochondria (Enhanced)
93747 1892 Echs1 C80529|SCEH "enoyl Coenzyme A hydratase, short chain, 1, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Lysine metabolism Tmito 34.013 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000025465 Q8BH95 290 1 SharedDomain 30 0.96 OrthologMitoLowConf Homolog 75-100pure chr7 140105722 140116423 14 31 1830 2.11E+11 84 all 14 10.2 9.8 10.3 10 10.2 10.6 10.3 8.8 10.5 9.9 10.1 10.1 10 10.1 Mitochondria (Enhanced)
97212 3030 Hadha C77020|Mt|Mtpa|TP-alpha hydroxyacyl-CoA dehydrogenase trifunctional multienzyme complex subunit alpha MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 33.9296 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000025745 Q8BMS1 763 1 SharedDomain 42 OrthologMitoLowConf Homolog 75-100pure chr5 30118303 30154980 14 75 8296 8.84E+11 82 all 14 10.2 10.2 10.5 10.5 10.9 11 11.2 10.8 10.9 10.9 10.9 10.8 10.7 10.7 Mitochondria (Enhanced)
12039 593 Bckdha - "branched chain ketoacid dehydrogenase E1, alpha polypeptide" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS++" MIM Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid dehydrogenase complex Tmito 33.6567 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000060376 Q3U3J1 446 1 MitoDomain 32 OrthologMitoLowConf Homolog 50-75pure chr7 25629851 25658761 11 27 204 8.02E+09 71 "cerebrum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.4 7.1 8.8 9.3 8.6 7.8 9.3 7.8 9.5 7.5 8
56451 8802 Suclg1 1500000I01Rik|Suc|Sucla1 "succinate-CoA ligase, GDP-forming, alpha subunit" MitoCarta3.0 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Carbohydrate metabolism > Itaconate metabolism | Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tpossible_mito 33.5076 0 1 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000052738 Q9WUM5 346 3 SharedDomain 44 1.59 OrthologMitoLowConf Homolog 50-75pure chr6 73248504 73276907 14 24 1738 1.36E+11 54 all 14 9.9 9.4 10 10 10 10 10.4 9.2 9.9 10.1 10.2 9.7 10 10.2 Mitochondria (Supported)
12974 1431 Cs 2610511A05Rik|9030605P22Rik|Ahl4|BB234005|C|Cis|ah citrate synthase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 33.5076 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000005683 Q9CZU6 464 3 SharedDomain 48 2.32 OrthologMitoLowConf Homolog 50-75pure chr10 128337831 128362479 14 33 3539 3.46E+11 59 all 14 10.4 10 10.3 10.2 10.1 10 10.8 10.4 10.4 10.7 10.2 10.5 10.4 10.2 Mitochondria (Enhanced)
12861 1337 Cox6a1 VIaL cytochrome c oxidase subunit 6A1 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 33.2076 0 1 "literature, targetP signal+, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000041697 P43024 112 1 MitoDomain 25 1.44 OrthologMitoLowConf NoHomolog 50-75pure chr5 115345653 115348955 14 6 629 1.31E+11 70 all 14 10 9.5 10 9.9 10.4 10 9 7.9 9.8 10.3 10.2 10 9.9 9.8 Mitochondria (Supported)
11409 35 Acads AI196007|Bcd-1|Bcd1|Hdlq|Hdlq8|SC|SCAD "acyl-Coenzyme A dehydrogenase, short chain" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 33.133 0 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000029545 Q07417 412 1 MitoDomain 42 0.97 NoMitoHomolog NoHomolog 75-100pure chr5 115110298 115119346 14 36 1365 1.22E+11 90 all 14 8.1 8 8.1 8.2 10.3 10.3 10.1 9.4 10.2 10 10.3 9.9 10 9.7 Mitochondria (Enhanced)
72900 4729 Ndufv2 2900010C23Rik NADH:ubiquinone oxidoreductase core subunit V2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 32.8664 0 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, induction, coexpression++, MS/MS++" ENSMUSG00000024099 Q9D6J6 248 1 NA 47 1.84 NoMitoHomolog Ortholog 75-100pure chr17 66078794 66101559 14 20 970 9.35E+10 89 all 14 10.1 10 10 10 9.9 9.5 10 9.3 9.8 9.5 9.9 9.7 9.5 9.2 Mitochondria (Supported)
381314 55699 Iars2 2010002H18Rik|C79125 "isoleucine-tRNA synthetase 2, mitochondrial" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 32.7397 0 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000026618 Q8BIJ6 1012 2 SharedDomain 42 OrthologMitoHighConf Homolog 50-75pure chr1 185286661 185329401 14 68 2100 1.04E+11 64 all 14 10 10 10.1 9 10.1 9.5 9.6 9.7 10 9.3 10 9.6 9.9 10.1 Mitochondria (Enhanced)
217707 51004 Coq6 5930427M12Rik|AW742344 coenzyme Q6 monooxygenase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS+" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 32.6657 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS+" ENSMUSG00000021235 Q8R1S0 476 2 SharedDomain 38 0.79 OrthologMitoHighConf Ortholog 25-50pure chr12 84361967 84373796 13 15 137 3.56E+09 37 "cerebrum, cerebellum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7 8.1 8.5 8.4 8.9 8.6 8.8 8.5 8.2 8.4 8.2 8
11958 521 Atp5k 2610008D24Rik|Atp5i|Atp5me|Lfm|Lfm1 "ATP synthase, H+ transporting, mitochondrial F1F0 complex, subunit E" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits | Mitochondrial dynamics and surveillance > Cristae formation Tmito 32.5318 0 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000050856 Q06185 71 5 MitoDomain 49 OrthologMitoHighConf NoHomolog 75-100pure chr5 108433252 108434378 14 17 985 9.12E+10 87 all 14 9.9 9.7 9.9 9.5 10.2 9.7 9.8 9 9.7 10 10.1 9.9 9.6 9.5 Mitochondria (Supported)
170718 3420 Idh3b C78231 isocitrate dehydrogenase 3 (NAD+) beta MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 32.3919 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000027406 Q91VA7 384 1 SharedDomain 20 2.08 OrthologMitoLowConf Homolog 50-75pure chr2 130279308 130284451 14 38 1404 1.63E+11 68 all 14 10.3 9.9 10.5 9.8 10.1 8.8 10.3 10.3 10.2 10 9.9 9.6 10 9.6 Mitochondria (Enhanced)
67130 4700 Ndufa6 14kD|14kDa|2700038D15Rik|B230217P19Rik NADH:ubiquinone oxidoreductase subunit A6 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 32.3002 0 1 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000022450 Q9CQZ5 131 2 MitoDomain 47 1.73 NoMitoHomolog NoHomolog 75-100pure chr15 82350138 82354291 14 17 833 1.35E+11 84 all 14 10.1 9.9 10.3 10 10.3 9.8 10 9.4 9.8 10 9.9 10 9.9 9.4
56384 3954 Letm1 - leucine zipper-EF-hand containing transmembrane protein 1 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, coexpression++, MS/MS++" MIM Signaling > Calcium homeostasis > Calcium cycle Tmito 32.286 0 1 "literature, APEX_IMS, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000005299 Q9Z2I0 738 2 MitoDomain 42 OrthologMitoLowConf NoHomolog 50-75pure chr5 33741351 33782704 14 68 2396 1.02E+11 68 all 14 10 9.8 9.9 9.8 10.2 9.7 9.3 9.4 9.8 10.2 10.2 9.6 9.5 9.3 Mitochondria (Supported)
246782 91647 Atpaf2 ATP|ATP12|ATP12p ATP synthase mitochondrial F1 complex assembly factor 2 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" Matrix OXPHOS > Complex V > CV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 32.115 0 1 "literature, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000042709 Q91YY4 298 1 MitoDomain 18 1.61 OrthologMitoHighConf NoHomolog 50-75ambig chr11 60400623 60417099 13 12 116 2.05E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.4 8.3 8.3 7.9 8.1 8.3 7.7 8.4 7.8 8.2 8.1 8.4 8 Cytosol (Enhanced)
170728 84816 Rtn4ip1 D10Ertd690|D10Ertd690e|N|NIMP reticulon 4 interacting protein 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix 0 Tmito 32.0669 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000019864 Q924D0 396 1 SharedDomain 40 0.96 HomologMitoHighConf NoHomolog 75-100pure chr10 43901806 43947862 14 28 299 1.07E+10 77 all 14 8.5 8.4 8.8 8.2 9.5 8.7 9.2 9 8.8 8.6 8.9 8.5 8.3 8.5
94067 84545 Mrpl43 4930442D21Rik|bMRP|bMRP36a mitochondrial ribosomal protein L43 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 31.8218 0 1 "literature, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000025208 Q5RL20 159 1 SharedDomain 21 1.57 OrthologMitoHighConf NoHomolog 50-75pure chr19 45005013 45006442 14 14 199 6.00E+09 70 all 14 8.6 8.4 8.7 8.1 9 8.5 8.1 8 8.6 8.7 9.1 8 8.7 8.6 Mitochondria;Nucleoplasm (Approved)
68758 83451 Abhd11 1110054D16Rik|A630008N09Rik|Wbscr|Wbscr21 abhydrolase domain containing 11 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA-associated Tmito 31.7648 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000040532 Q8K4F5 307 1 SharedDomain 30 0.45 OrthologMitoHighConf Homolog 50-75pure chr5 135009151 135012175 13 15 177 5.56E+09 72 "cerebrum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.7 8.6 8.8 8.7 8.7 7.6 9 8.6 9 7.7 8.6 8.8 Mitochondria (Supported)
66525 92609 Timm50 2810403L02Rik|AU015082|TIM5|TIM50L translocase of inner mitochondrial membrane 50 MitoCarta3.0 "literature, APEX_IMS, targetP signal+, yeast mito homolog++, mito protein domain, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > TIM23 presequence pathway" Tmito 31.733 0 1 "literature, APEX_IMS, targetP signal+, yeast mito homolog++, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000003438 Q9D880 353 1 SharedDomain 43 OrthologMitoHighConf NoHomolog 50-75pure chr7 28305825 28312046 14 20 372 1.50E+10 60 all 14 8.4 8.9 9 8.2 9.4 8.7 8.9 8.8 9.4 8.7 9 8.5 9.4 9.2 Mitochondria;Nucleoplasm (Supported)
68611 10573 Mrpl28 1110015G04Rik|L28mt|MAA|MAAT1|MRP-L28|p1|p15 mitochondrial ribosomal protein L28 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 31.6373 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000024181 Q9D1B9 257 2 SharedDomain 28 OrthologMitoHighConf Ortholog 75-100pure chr17 26123502 26126613 12 27 158 2.91E+09 89 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.6 7.9 7.9 8 7.7 8.5 8.5 8.8 7.7 8.9 8.4 Mitochondria (Supported)
66072 54949 Sdhaf2 0610038F07Rik|AA407634|AW049997 succinate dehydrogenase complex assembly factor 2 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" Matrix OXPHOS > Complex II > CII assembly factors | OXPHOS > OXPHOS assembly factors Tmito 31.5358 0 1 "GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000024668 Q8C6I2 164 2 MitoDomain 9 0.53 OrthologMitoHighConf Ortholog 25-50ambig chr19 10500511 10525209 13 9 79 8.50E+08 44 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.5 7.9 7.9 6.6 8.2 7.2 7.8 7.9 7.7 7.5 8.1 8 Cytosol;Mitochondria (Approved)
67264 4714 Ndufb8 2900010I05Rik|AI987932|CI-ASHI NADH:ubiquinone oxidoreductase subunit B8 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 31.5065 0 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000025204 Q9D6J5 186 1 MitoDomain 47 1.43 NoMitoHomolog NoHomolog 50-75pure chr19 44550253 44555415 14 13 481 6.06E+10 67 all 14 9.8 9.6 9.9 9.6 9.8 9.4 9.7 9.5 9.6 9.4 9.8 9.6 9.3 9.3 Mitochondria (Approved)
13382 1738 Dld - dihydrolipoamide dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism | Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid dehydrogenase complex | Metabolism > Amino acid metabolism > Lysine metabolism | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Amino acid metabolism > Glycine cleavage system Tmito 31.4471 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000020664 O08749 509 2 SharedDomain 43 1.39 HomologMitoHighConf Homolog 50-75pure chr12 31331561 31351471 14 39 4238 2.54E+11 74 all 14 10.2 9.7 10.1 10 10.5 9.8 10.6 10.2 10.5 10.6 9.9 10.2 10.3 10.1 Mitochondria (Supported)
226646 4720 Ndufs2 CI-49kD NADH:ubiquinone oxidoreductase core subunit S2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 31.306 0 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000013593 Q91WD5 463 2 SharedDomain 45 0.71 NoMitoHomolog Ortholog 75-100pure chr1 171234859 171247112 14 30 1237 7.35E+10 76 all 14 9.7 9.2 9.5 9.4 9.8 9.4 10.1 9.8 9.7 10.1 9.5 9.9 9.6 9.2 Mitochondria (Supported)
17995 4723 Ndufv1 CI-51kD NADH:ubiquinone oxidoreductase core subunit V1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 31.306 0 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000037916 Q91YT0 464 2 SharedDomain 45 1.14 NoMitoHomolog Ortholog 75-100pure chr19 4007498 4012755 14 40 1472 9.24E+10 87 all 14 9.8 9.2 9.6 9.5 10 9.4 10.3 9.8 9.8 10.2 9.5 9.9 9.7 9.2 Mitochondria (Supported)
74143 4976 Opa1 1200011N24Rik|AI225888|AI847218|l|lilr3|mKIAA0567 "OPA1, mitochondrial dynamin like GTPase" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" MIM Mitochondrial dynamics and surveillance > Fusion | Mitochondrial dynamics and surveillance > Cristae formation Tmito 31.2616 0 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000038084 P58281 978 5 SharedDomain 45 1.09 OrthologMitoHighConf NoHomolog 75-100pure chr16 29579333 29654602 14 107 2730 9.89E+10 80 all 14 10.3 10.4 10.2 9.6 10.1 9.5 9.3 9.4 9.6 9 9.4 9.4 9.4 9.4 Mitochondria;Nucleoplasm (Supported)
76614 10989 Immt 1700082C19Rik|D830041H16Rik|HM|HMP|Mico|Micos60|P8|P87|P87/8|P87/89|P89|mit "inner membrane protein, mitochondrial" MitoCarta3.0 "literature, targetP signal, yeast mito homolog, mito protein domain+, coexpression++, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex Tmito 31.25 0 1 "literature, targetP signal, yeast mito homolog, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000052337 Q8CAQ8 757 2 MitoDomain 48 HomologMitoHighConf NoHomolog 75-100pure chr6 71831319 71875266 14 93 8563 3.89E+11 93 all 14 10.6 10.5 10.6 10.4 10.9 10.1 10.4 10.4 10.4 10.2 10.4 10.4 10.2 10.2 Mitochondria (Enhanced)
68117 139322 Apool 6720473G16Rik|9430083G14Rik|E130106L15Rik|Mico|Micos27 apolipoprotein O-like MitoCarta3.0 "literature, yeast mito homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex Tmito 31.2392 0 1 "literature, yeast mito homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000025525 Q78IK4 265 5 MitoDomain 43 0.78 HomologMitoHighConf NoHomolog 75-100pure chrX 112311407 112372430 14 25 470 1.72E+10 88 all 14 8.4 8 8 8.6 9.2 8.8 9.3 7.9 9.6 9.2 9.3 9.1 9.3 9.1 Mitochondria (Approved)
74142 9361 Lonp1 1200017E13Rik|LON|Pr|Prss15 "lon peptidase 1, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 31.2198 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000041168 Q8CGK3 949 1 SharedDomain 14 1.81 OrthologMitoLowConf Homolog 50-75pure chr17 56614297 56626903 14 81 2693 1.39E+11 74 all 14 10 10.1 10 9 10.4 10 9.5 9.9 10 9.3 10.2 10 10 10 Mitochondria (Enhanced)
68614 25875 Letmd1 1110019O13Rik|AI593524|BB130465|BB235638|HCCR|HCCR-|HCCR-2|HCCR1|MCC-32|Mccr LETM1 domain containing 1 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" Membrane Small molecule transport Tmito 31.2027 0 1 "GFP, targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000037353 Q924L1 360 2 MitoDomain 16 2.08 OrthologMitoLowConf NoHomolog 50-75pure chr15 100469033 100479252 11 20 160 2.41E+09 52 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta, testis" 8.3 8 7.3 7.7 7.8 7.3 9.1 8 7.6 8.4 8.3 Mitochondria (Supported)
27273 5166 Pdk4 AV005916 "pyruvate dehydrogenase kinase, isoenzyme 4" MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 31.2027 0 1 "literature, targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000019577 O70571 412 2 MitoDomain 18 1.77 OrthologMitoLowConf NoHomolog 50-75pure chr6 5483350 5496278 13 21 76 2.81E+09 63 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, testis" 7.2 5.2 7.6 7.2 7.2 7.3 7.7 9.3 8.4 8.1 7.6 7.4 7.9
76784 4528 Mtif2 2310038D14Rik|2410112O06Rik|IF-2(Mt)|IF-2m|IF-2mt|IF2(mt) mitochondrial translational initiation factor 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 31.0787 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS" ENSMUSG00000020459 Q91YJ5 746 3 SharedDomain 46 1.01 OrthologMitoHighConf Homolog 50-75ambig chr11 29526396 29545447 14 32 162 2.36E+09 51 all 14 8 7.8 8.1 8.3 8.5 8.2 7.2 7.9 8.4 8 8.6 7.9 8.2 8.5 Mitochondria (Enhanced)
225887 4728 Ndufs8 BC021616|CI-23kD|TYKY NADH:ubiquinone oxidoreductase core subunit S8 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 30.9338 0 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000059734 Q8K3J1 212 2 SharedDomain 48 1.89 NoMitoHomolog Ortholog 50-75pure chr19 3908862 3912774 14 21 1731 5.77E+10 59 all 14 9.7 9.7 9.9 9.6 9.6 9.4 9.9 9.2 9.6 9.5 9.7 9.5 9.5 8.9 Mitochondria (Supported)
75406 374291 Ndufs7 1010001M04Rik|CI-20kD NADH:ubiquinone oxidoreductase core subunit S7 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS subunits Tmito 30.9338 0 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000020153 Q9DC70 224 2 SharedDomain 41 1.86 NoMitoHomolog Ortholog 50-75pure chr10 80249451 80256792 14 19 1607 8.60E+10 67 all 14 9.9 9.7 10 9.6 9.9 9.7 9.9 9.5 9.7 9.8 9.9 9.7 9.7 9.1
67871 92399 Mrrf 2400002D02Rik|MRFF|MTRRF|RRF mitochondrial ribosome recycling factor MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 30.9257 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000026887 Q9D6S7 262 1 SharedDomain 12 OrthologMitoHighConf Ortholog 50-75pure chr2 36136397 36190283 14 19 257 5.40E+09 61 all 14 8.9 8.6 8.9 8.8 8 8.6 8.3 7.2 8.6 8.2 8.8 7.9 8.7 8.4 Cytokinetic bridge;Microtubules (Approved)
27398 51069 Mrpl2 CGI-2|CGI-22|L2mt|MRP-|MRP-L14|MRP-L2|Rpm|Rpml14 mitochondrial ribosomal protein L2 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 30.9195 0 1 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000002767 Q9D773 306 SharedDomain 45 0.68 OrthologMitoHighConf Homolog 50-75pure chr17 46646247 46650132 8 18 81 9.78E+08 58 "spinalcord, liver, heart, adipose, smallintestine, largeintestine, placenta, testis" 7.4 7.6 7.6 8 7.4 8.4 8.5 8.3 Mitochondria (Approved)
320806 84340 Gfm2 6530419G12Rik|A930009M04Rik|EF-G2mt|EFG2|MST02|MST027|RRF2mt "G elongation factor, mitochondrial 2" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 30.8835 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000021666 Q8R2Q4 779 3 SharedDomain 41 OrthologMitoHighConf Homolog 50-75pure chr13 97137936 97181196 14 42 350 6.26E+09 68 all 14 7.3 7.9 7.5 8.1 9.3 8.7 7.6 8.8 8.7 8.1 9.1 8.1 8.8 8.4 Mitochondria (Approved)
30056 26520 Timm9 2810011L15Rik|Tim1|Tim10a|Timm1|Timm10 translocase of inner mitochondrial membrane 9 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression+, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 30.8059 0 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000021079 Q9WV98 89 MitoDomain 30 1.48 OrthologMitoHighConf NoHomolog 75-100pure chr12 71123171 71136675 14 9 185 7.66E+09 87 all 14 9.1 8.8 8.9 8.5 9 8.6 8.1 7.6 8.8 8.8 8.6 8.3 8.8 8.7 Mitochondria (Supported)
69617 10531 Pitrm1 2310012C15Rik|AA410010|MP-|MP-1|MP1|Ntu|Ntup1|P|PreP|mKIAA1104 pitrilysin metallepetidase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 30.7783 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000021193 Q8K411 1036 1 MitoDomain 7 OrthologMitoHighConf NoHomolog 75-100pure chr13 6548156 6580149 14 83 1695 6.63E+10 83 all 14 9.3 9.2 9.4 8 9.8 8.9 8.1 9.4 9.7 8.6 9.8 9.4 10.4 9.9 Mitochondria (Supported)
11364 34 Acadm AU018656|MCA|MCAD "acyl-Coenzyme A dehydrogenase, medium chain" MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 30.6737 0 1 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000062908 P45952 421 2 MitoDomain 40 1.71 NoMitoHomolog NoHomolog 50-75pure chr3 153922352 153944643 14 34 1627 2.05E+11 70 all 14 9 8.5 8.6 9.1 10.8 10.3 10.6 9.6 10.4 10.2 9.9 10.1 9.9 9.6 Mitochondria (Enhanced)
338359 6832 Supv3l1 6330443E10Rik "suppressor of var1, 3-like 1 (S. cerevisiae)" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression+, MS/MS+" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 30.5832 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression+, MS/MS+" ENSMUSG00000020079 Q80YD1 779 1 SharedDomain 31 1.58 OrthologMitoHighConf NoHomolog 25-50pure chr10 62429377 62449693 13 31 234 2.82E+09 40 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.6 8.6 8.1 8.1 7.8 7.6 7.5 7.6 8.5 8.6 7.7 8.6 8.6 Mitochondria (Supported)
94061 65008 Mrpl1 2410002L03Rik|5830418D04Rik|AI462572|L1mt mitochondrial ribosomal protein L1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 30.5676 0 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000029486 Q99N96 336 1 SharedDomain 27 0.5 OrthologMitoHighConf NoHomolog 50-75pure chr5 96210114 96266727 11 19 132 2.57E+09 57 "cerebrum, cerebellum, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.3 7.9 7.9 7.7 8.5 8.3 9 7.2 8.8 8.3 Mitochondria (Supported)
11429 50 Aco2 Ac|Aco|Aco-2|Aco3|D10Wsu183|D10Wsu183e "aconitase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 30.5484 0 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000022477 Q99KI0 780 2 SharedDomain 45 1.84 HomologMitoLowConf Homolog 50-75pure chr15 81872462 81915137 14 82 12357 1.83E+12 71 all 14 11.2 11.2 11.3 11 11.5 10.7 11.3 11.3 11.1 11 11 10.9 10.7 10.6 Mitochondria (Approved)
210582 93058 Coq10a Gm1 coenzyme Q10A MitoCarta3.0 "targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, MS/MS++" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tnon_mito 30.4742 0 1 "targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, MS/MS++" ENSMUSG00000039914 E9Q3H6 259 1 MitoDomain 2 1.49 OrthologMitoLowConf Homolog 50-75pure chr10 128363096 128370037 11 15 165 4.08E+09 51 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach" 8.3 8.1 8.4 7.8 8.3 7.3 9.2 9 8.5 8 8.2 Cytosol (Approved)
68653 25813 Samm50 1110030L07Rik SAMM50 sorting and assembly machinery component MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, yeast mito homolog++, Rickettsial homolog, induction, coexpression++, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > SAM | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions" Tmito 30.3929 0.006 1 "literature, APEX_IMS, APEX_matrix, yeast mito homolog++, Rickettsial homolog, induction, coexpression++, MS/MS++" ENSMUSG00000022437 Q8BGH2 469 NA 49 1.88 OrthologMitoHighConf Homolog 50-75pure chr15 84192232 84214303 14 37 555 2.30E+10 65 all 14 9.2 8.5 8.9 8.7 9.4 8.8 9.5 9.4 9.5 9.3 9 9.3 9.4 9 Mitochondria (Supported)
118451 51116 Mrps2 1500019M10Rik mitochondrial ribosomal protein S2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 30.3358 0.006 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS+" ENSMUSG00000035772 Q924T2 291 2 SharedDomain 33 0.82 OrthologMitoHighConf Homolog 25-50pure chr2 28468065 28471177 12 12 124 1.89E+09 46 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 8 7.9 7.8 8.1 7.3 8.3 8.2 8.5 7.3 8.8 7.9 Mitochondria (Supported)
20930 6834 Surf1 0610010F23Rik|Surf|Surf-1 surfeit gene 1 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 30.304 0.006 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression, MS/MS" ENSMUSG00000015790 P09925 306 2 MitoDomain 16 OrthologMitoHighConf Ortholog 50-75ambig chr2 26913377 26916530 12 13 120 1.68E+09 54 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.5 7.8 8 7.8 8.2 8.5 7.6 8.4 7.5 8.7 7.7
69163 65080 Mrpl44 1810030E18Rik|5730593H20Rik|AI463302 mitochondrial ribosomal protein L44 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, induction, coexpression+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 30.0356 0.006 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, induction, coexpression+, MS/MS++" ENSMUSG00000026248 Q9CY73 333 1 NA 31 1.49 OrthologMitoHighConf NoHomolog 50-75pure chr1 79776017 79781445 10 23 129 2.06E+09 62 "cerebrum, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.1 7.2 7.2 7.9 8.3 8.4 8.9 7.4 8.7 8.4 Mitochondria (Approved)
18673 5245 Phb Bap32 prohibitin MitoCarta3.0 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 30.0224 0.006 1 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000038845 P67778 272 SharedDomain 48 0.89 OrthologMitoLowConf Homolog 75-100pure chr11 95666956 95680773 14 29 2337 1.89E+11 93 all 14 10.1 9.8 9.9 10.1 10 10.4 10 9 10.2 10.2 10.2 9.8 10.5 10.1 Mitochondria (Supported)
231279 60558 Guf1 4631409J12|AA407526|EF-4 "GUF1 homolog, GTPase" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation Tmito 30.0011 0.006 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression, MS/MS+" ENSMUSG00000029208 Q8C3X4 651 2 MitoDomain 7 OrthologMitoHighConf Ortholog 25-50pure chr5 69556941 69573630 13 18 84 5.26E+08 39 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7.4 7.5 7.7 7.5 7.4 7.8 7.7 6.5 8.2 7.5 7.3 6.7 Mitochondria;Nucleoplasm (Approved)
216151 5442 Polrmt 1110018N15Rik|4932416K13 polymerase (RNA) mitochondrial (DNA directed) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, coexpression++, MS/MS" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid | Mitochondrial central dogma > mtRNA metabolism > Transcription Tmito 29.9633 0.006 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, coexpression++, MS/MS" ENSMUSG00000020329 Q8BKF1 1207 2 MitoDomain 47 OrthologMitoHighConf NoHomolog 25-50ambig chr10 79736124 79746581 11 34 113 5.77E+08 35 "cerebrum, cerebellum, brainstem, spinalcord, kidney, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.5 7.9 7.2 6.5 8.2 6.7 6.5 8.3 6.9 7.4 7.5 Mitochondria (Supported)
66092 27069 Ghitm 1010001P14Rik|C77840|MICS1|PTD01|PTD010|Tmbim|Tmbim5 growth hormone inducible transmembrane protein MitoCarta3.0 "literature, APEX_IMS, targetP signal+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS" MIM Mitochondrial dynamics and surveillance > Apoptosis Tmito 29.754 0.006 1 "literature, APEX_IMS, targetP signal+, Rickettsial homolog, mito protein domain+, induction, coexpression++, MS/MS" ENSMUSG00000041028 Q91VC9 346 1 MitoDomain 40 1.12 NoMitoHomolog Homolog 25-50ambig chr14 37120444 37135322 14 11 385 4.80E+09 29 all 14 8.4 8.1 8.5 8 8.4 8.1 7.2 7.3 8.5 8.6 8.9 8.9 8.7 8.9 Mitochondria (Supported)
30055 26517 Timm13 D10Ertd378|D10Ertd378e|Tim|Tim9|Timm|Timm9 translocase of inner mitochondrial membrane 13 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 29.557 0.006 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000020219 P62075 95 MitoDomain 22 0.59 OrthologMitoHighConf NoHomolog 75-100pure chr10 80899449 80900969 14 8 215 1.12E+10 83 all 14 8.8 8.3 9.1 8.6 9.1 9.3 7.6 7.6 8.8 9.2 8.8 8.5 9.1 8.9 Mitochondria (Supported)
12896 1376 Cpt2 AI323697|CP|CPTII carnitine palmitoyltransferase 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression+, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Metals and cofactors > Carnitine synthesis and transport | Metabolism > Metals and cofactors > Carnitine shuttle Tmito 29.4997 0.006 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000028607 P52825 658 3 SharedDomain 36 0.78 OrthologMitoHighConf NoHomolog 75-100pure chr4 107903981 107923589 14 61 2266 1.70E+11 79 all 14 8.6 8.3 9.3 9.3 10.5 10.4 10.2 9.8 10.4 10.1 10.2 9.7 9.9 10.2 Mitochondria;Nucleoli;Nucleoplasm (Supported)
107732 124995 Mrpl10 0610040E02Rik|C78440|L10mt|MRP|MRP-L8|Rp|Rpml8 mitochondrial ribosomal protein L10 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, coexpression+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 29.4788 0.006 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, coexpression+, MS/MS++" ENSMUSG00000001445 Q3TBW2 262 2 NA 39 OrthologMitoHighConf Ortholog 50-75pure chr11 97041585 97049213 14 17 184 5.31E+09 68 all 14 8.8 8.5 8.7 8.3 8.4 8.6 8.3 7.5 8.2 8.4 8.9 7.7 9.1 8.6 Mitochondria (Enhanced)
68291 25821 Mto1 2310039H01Rik|5730419A02Rik mitochondrial tRNA translation optimization 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 29.4473 0.006 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression++" ENSMUSG00000032342 Q923Z3 669 1 SharedDomain 46 OrthologMitoHighConf Ortholog 0-25ambig chr9 78448209 78474152 4 2 11 4.21E+07 5 "cerebellum, spinalcord, stomach, placenta" 7.1 7 6.9 7 Nucleoplasm (Approved)
11757 10935 Prdx3 A|AW822249|Aop1|D0Toh|D0Tohi1|Ef2|Ef2l|Mer|Mer5|Prx3|SP|SP22|TDXM peroxiredoxin 3 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism Tmito 29.4366 0.006 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000024997 P20108 257 1 SharedDomain 42 1.27 NoMitoHomolog Homolog 50-75pure chr19 60864065 60874538 14 16 2115 1.95E+11 70 all 14 10.2 10.1 10.5 10 10.3 10.2 10.1 9.7 10.4 9.8 10.2 9.8 10.1 10.2
12866 1347 Cox7a2 COX|COX7AL|Cox7|Cox7a3|CoxVIIa-L cytochrome c oxidase subunit 7A2 MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 29.4195 0.006 1 "literature, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000032330 P48771 83 2 MitoDomain 46 0.87 NoMitoHomolog NoHomolog 50-75pure chr9 79755240 79759853 14 7 482 4.21E+10 73 all 14 10 9.5 9.7 9 9.8 9.5 7.5 8.4 9.2 9.4 7.8 9.4 9.3 9.7
11957 522 Atp5j Atp5pf|CF6 "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit F" MitoCarta3.0 "literature, APEX_IMS, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 29.4195 0.006 1 "literature, APEX_IMS, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000022890 P97450 108 2 MitoDomain 46 0.84 NoMitoHomolog NoHomolog 50-75pure chr16 84827870 84835574 14 15 373 4.10E+10 67 all 14 9.3 9.2 9.3 8.7 10 9.6 8.9 8.9 9.7 9.9 9.2 9 9.2 9.2 Mitochondria (Supported)
216792 200205 Iba57 4930543L23Rik|A230051G13Rik|C1orf69 "IBA57 homolog, iron-sulfur cluster assembly" MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis Tmito 29.4119 0.006 1 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000049287 Q8CAK1 358 1 SharedDomain 8 OrthologMitoHighConf Ortholog 50-75pure chr11 59155368 59163745 13 16 100 1.73E+09 58 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 8 8.3 7.4 8.4 8.1 8 8.2 7.1 8.5 7.8 8.3 8 Mitochondria (Supported)
18100 64976 Mrpl40 Nl|Nlvcf mitochondrial ribosomal protein L40 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 29.347 0.006 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000022706 Q9Z2Q5 206 1 MitoDomain 5 1.03 OrthologMitoHighConf NoHomolog 50-75ambig chr16 18872017 18876637 13 15 215 4.45E+09 64 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.6 8.3 8.4 8.3 8.5 8.5 7.6 8.4 8.3 9.1 7.9 8.8 8.4 Mitochondria (Supported)
227095 26275 Hibch 2610509I15Rik|HIBYL-C|HIBYL-COA-H 3-hydroxyisobutyryl-Coenzyme A hydrolase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 29.2982 0.006 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000041426 Q8QZS1 385 1 SharedDomain 25 1.82 OrthologMitoLowConf NoHomolog 50-75pure chr1 52845045 52920860 14 34 777 6.42E+10 74 all 14 9.2 9.1 9.6 9 9.9 9.8 9.8 9.6 10.2 9.1 9.4 9.6 9.4 9.4 Mitochondria;Nucleoplasm (Approved)
407785 4726 Ndufs6 BC059730|IP|IP13 NADH:ubiquinone oxidoreductase core subunit S6 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 29.2395 0.006 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000021606 P52503 116 1 MitoDomain 44 NoMitoHomolog NoHomolog 75-100pure chr13 73319875 73328482 14 13 575 2.87E+10 91 all 14 9.4 9.2 9.6 9.1 9.7 9.3 8.6 8.8 9.4 9.5 9.3 9.2 9.2 9
67041 5019 Oxct1 2610008O03Rik|Oxct|Oxct2a|Sco|Scot-s 3-oxoacid CoA transferase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Ketone metabolism Tmito 29.2236 0.005 1 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000022186 Q9D0K2 520 1 SharedDomain 43 2.92 NoMitoHomolog NoHomolog 75-100pure chr15 4026427 4155344 13 43 3227 1.31E+11 77 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.9 9.5 9.4 9.2 10.4 10.3 9 10.2 10.1 9.7 10.5 9.9 8.6 Mitochondria (Enhanced)
28295 8209 Gatd3a C21orf33|D10Jhu81e|ES1 glutamine amidotransferase like class 1 domain containing 3A MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" Matrix 0 Tmito 29.2236 0.005 1 "APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000053329 Q9D172 266 1 SharedDomain 43 1.61 NoMitoHomolog NoHomolog 75-100pure chr10 78162066 78169768 14 20 1696 1.42E+11 80 all 14 10.3 10.2 10.4 10 10.2 10 10.3 9.4 9.9 9 9.4 9.8 9.9 9.7 Mitochondria (Approved)
66218 4715 Ndufb9 1190008J14Rik|CI-B22 NADH:ubiquinone oxidoreductase subunit B9 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 29.1898 0.005 1 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000022354 Q9CQJ8 179 3 MitoDomain 48 1.26 NoMitoHomolog NoHomolog 75-100pure chr15 58933809 58939489 14 20 696 6.49E+10 85 all 14 9.9 9.6 9.9 9.7 9.3 9.6 9.9 9.1 9.6 9.5 9.8 9.5 9.6 9.3 Mitochondria (Supported)
12864 1345 Cox6c - cytochrome c oxidase subunit 6C MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 29.1898 0.005 1 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000014313 Q9CPQ1 76 3 MitoDomain 47 0.85 NoMitoHomolog NoHomolog 75-100pure chr15 35931975 35938246 14 18 1436 2.43E+11 99 all 14 10.3 10.2 10.4 9.8 10.8 10.1 10.1 9.5 9.9 10.4 10.3 10.1 9.9 10 Mitochondria (Enhanced)
20656 6648 Sod2 Mn|MnSOD|Sod|Sod-2 "superoxide dismutase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism Tmito 29.1017 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" ENSMUSG00000006818 P09671 222 3 SharedDomain 2 3.28 OrthologMitoHighConf Ortholog 75-100pure chr17 13007838 13018119 14 19 2240 2.71E+11 77 all 14 10.5 10.3 10.6 10.4 10.6 10.4 10.5 9.6 10.2 9.9 10 10 9.6 9.9 Mitochondria (Enhanced)
66046 4711 Ndufb5 0610007D05Rik|AU015782|CI-SGDH|SGDH NADH:ubiquinone oxidoreductase subunit B5 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression++, MS/MS+" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 29.0191 0.005 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000027673 Q9CQH3 189 1 MitoDomain 48 1.44 NoMitoHomolog NoHomolog 25-50pure chr3 32737062 32751559 14 15 868 6.36E+10 49 all 14 9.8 9.7 9.9 9.7 9.8 9.5 9.6 9.3 9.6 9.7 9.7 9.7 9.5 9.4 Mitochondria (Supported)
15107 3033 Hadh AA409008|AU019341|AW742602|HCDH|Hadhsc|Sch|Schad hydroxyacyl-Coenzyme A dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Lysine metabolism Tmito 28.9761 0.005 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000027984 Q61425 314 2 SharedDomain 42 0.58 NoMitoHomolog Homolog 75-100pure chr3 131233419 131272101 14 34 3125 3.41E+11 90 all 14 9.2 9.1 9.4 9.5 10.7 10.6 10.7 9.1 10.6 10.7 10.6 10.2 10.4 10.3 Mitochondria (Supported)
14151 2235 Fech AI894116|Fc|Fcl|fch ferrochelatase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" MIM Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 28.9514 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000024588 Q544X6 422 2 SharedDomain 5 OrthologMitoHighConf Ortholog 75-100pure chr18 64456549 64489066 14 34 266 1.03E+10 81 all 14 8.6 7.9 8.3 8.7 8.6 9.4 8 8.7 9 8.2 8.3 7.9 9.4 9.3
79464 11019 Lias 2900022L22Rik|4933425M12Rik|7a5e|7a5ex|C77512|LS|lip-syn|mL lipoic acid synthetase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS" Matrix Metabolism > Lipid metabolism > Lipoate insertion | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 28.9308 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS" ENSMUSG00000029199 Q99M04 373 2 SharedDomain 41 1.49 HomologMitoHighConf Ortholog 25-50ambig chr5 65391496 65409207 5 11 27 5.55E+08 39 "brainstem, skeletalmuscle, adipose, largeintestine, placenta" 7.6 7.1 8.2 7.6 8.5 Mitochondria (Approved)
18041 9054 Nfs1 AA987187|m-Nf|m-Nfs1|m-Nfsl nitrogen fixation gene 1 (S. cerevisiae) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 28.8413 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000027618 Q9Z1J3 459 1 MitoDomain 38 HomologMitoLowConf Homolog 50-75pure chr2 156123636 156144186 14 24 214 4.53E+09 54 all 14 8.6 8 8.6 8.3 8.9 8.3 7.8 8.1 8.5 7.9 8.4 8.3 8.9 8.9 Cytosol;Nucleoplasm (Supported)
14148 2230 Fdx1 ADRE ferredoxin 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS+" Matrix "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins | Metabolism > Vitamin metabolism > Vitamin D metabolism" Tmito 28.7324 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000032051 P46656 188 1 SharedDomain 10 5.12 OrthologMitoLowConf Homolog 25-50pure chr9 51943306 51963533 14 11 279 1.18E+10 44 all 14 7.6 7.6 8 7.5 9.2 9.6 7.8 7.6 8.8 8.8 8.6 8 9.1 9.5 Mitochondria (Enhanced)
217038 79922 Mrm1 A530065E19Rik mitochondrial rRNA methyltransferase 1 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tmito 28.6726 0.005 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain+, induction, coexpression" ENSMUSG00000018405 Q99J25 320 2 MitoDomain 5 1.16 OrthologMitoHighConf Ortholog 0-25ambig chr11 84813060 84819515 3 4 7 3.35E+07 13 "spinalcord, placenta, testis" 6.5 7.2 7.2 Mitochondria (Supported)
68565 55168 Mrps18a 1110004O20Rik|C79712 mitochondrial ribosomal protein S18A MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 28.6038 0.005 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000023967 Q99N85 196 2 SharedDomain 44 1.55 NoMitoHomolog Homolog 50-75pure chr17 46111003 46128908 11 12 106 1.41E+09 59 "cerebrum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.4 7.2 8.1 7.8 7.9 8.1 8.6 7.2 8.6 7.7
75593 115416 Malsu1 2410003K15Rik|Matsu1 mitochondrial assembly of ribosomal large subunit 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 28.5004 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS" ENSMUSG00000029815 Q9CWV0 228 1 SharedDomain 30 OrthologMitoHighConf Ortholog 25-50ambig chr6 49073794 49084717 6 5 28 1.02E+08 35 "cerebrum, cerebellum, liver, smallintestine, largeintestine, placenta" 7 6.4 6.8 6.9 7.7 7.3 Mitochondria (Enhanced)
229487 5188 Gatb 9430026F02Rik|Pet11|Pet112|Pet112l "glutamyl-tRNA(Gln) amidotransferase, subunit B" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 28.478 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS" ENSMUSG00000028085 Q99JT1 557 1 MitoDomain 35 HomologMitoHighConf Ortholog 25-50ambig chr3 85574128 85654470 5 12 19 7.41E+07 31 "cerebrum, skeletalmuscle, adipose, stomach, testis" 7.3 7.3 7.3 6.7 7 Mitochondria (Supported)
70120 51067 Yars2 2210023C10Rik|tyrRS tyrosyl-tRNA synthetase 2 (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 28.4383 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000022792 Q8BYL4 472 1 SharedDomain 14 OrthologMitoHighConf Ortholog 25-50pure chr16 16302964 16309640 9 15 49 5.69E+08 38 "brainstem, spinalcord, kidney, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 7.8 7.9 7.4 7.7 7.8 6.9 8.2 7.8 Mitochondria (Supported)
14297 2395 Fxn FA|FARR|Fr|Frda|X25 frataxin MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis Tmito 28.4383 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000059363 O35943 207 1 SharedDomain 15 OrthologMitoHighConf Ortholog 25-50pure chr19 24261452 24280586 14 6 116 3.35E+09 29 all 14 8 8 8.5 7.9 8.9 8.8 8.1 7.9 7.8 8.2 8.3 7.9 8.4 8.7 Mitochondria (Supported)
15929 3421 Idh3g - "isocitrate dehydrogenase 3 (NAD+), gamma" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 28.3959 0.005 1 "literature, APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000002010 P70404 393 SharedDomain 46 1.29 OrthologMitoLowConf Homolog 50-75pure chrX 73778962 73786897 14 26 991 7.35E+10 59 all 14 9.9 9.3 10 9.4 9.8 8.7 10 10 9.9 9.6 9.6 9.4 9.8 9 Mitochondria;Nucleoli (Approved)
66230 28957 Mrps28 1500012D08Rik|AW061224 mitochondrial ribosomal protein S28 MitoCarta3.0 "literature, targetP signal+, mito protein domain+, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 28.3611 0.005 1 "literature, targetP signal+, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000040269 Q9CY16 186 1 MitoDomain 40 0.41 NoMitoHomolog NoHomolog 50-75pure chr3 8802145 8923857 14 14 266 4.56E+09 69 all 14 8.6 8.5 8.7 8.3 8.6 8.4 7.7 7.8 8.5 8.5 9 8.1 8.5 8.2 Mitochondria (Supported)
21856 10469 Timm44 0710005E20Rik|D8Ertd118|D8Ertd118e|Mimt4|Mimt44|Tim4|Tim44 translocase of inner mitochondrial membrane 44 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Import motor" Tmito 28.3534 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000002949 O35857 452 2 SharedDomain 45 1.44 HomologMitoHighConf NoHomolog 50-75pure chr8 4259730 4275905 14 40 488 8.87E+09 57 all 14 8.3 7.6 7.8 8.5 8.8 8.8 8.7 8.2 8.9 8.9 9.1 9 9.2 9 Mitochondria (Enhanced)
270166 10845 Clpx AU014732|E330029I21 caseinolytic mitochondrial matrix peptidase chaperone subunit MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 28.3526 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000015357 Q9JHS4 634 4 SharedDomain 8 0.68 OrthologMitoHighConf Ortholog 50-75pure chr9 65294259 65330658 14 37 285 7.25E+09 52 all 14 6.9 8.1 8.2 8.1 9.1 9 7 8.6 9.1 7 9 8.5 8.6 9 Mitochondria (Supported)
94062 11222 Mrpl3 2010320L16Rik|5930422H18Rik|AA407889|L3mt|dc|dcr mitochondrial ribosomal protein L3 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 28.3421 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression" ENSMUSG00000032563 Q99N95 348 2 SharedDomain 22 1.52 OrthologMitoHighConf Ortholog 50-75crude chr9 105053267 105077476 13 21 107 1.93E+09 59 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, placenta, testis" 7.9 7.4 7.8 7.2 8.3 7.7 7.3 7.5 8.1 8.3 8.7 8.7 8.3
26922 51102 Mecr AI195831|NRBF-1|Nrb|Nrbf1 mitochondrial trans-2-enoyl-CoA reductase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism > Type II fatty acid synthesis Tmito 28.3006 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028910 Q9DCS3 373 1 SharedDomain 21 OrthologMitoHighConf NoHomolog 75-100pure chr4 131843470 131867787 14 26 617 2.88E+10 79 all 14 8.8 8.7 9 8.3 9.5 9.2 8.6 8.8 9.9 8.9 9.8 9.4 9.3 9.2 Mitochondria (Supported)
57279 788 Slc25a20 1110007P09Rik|C78826|CAC|Cact|mCA|mCAC "solute carrier family 25 (mitochondrial carnitine/acylcarnitine translocase), member 20" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Metals and cofactors > Carnitine synthesis and transport | Metabolism > Metals and cofactors > Carnitine shuttle | Small molecule transport > SLC25A family Tmito 28.2876 0.005 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000032602 Q9Z2Z6 301 MitoDomain 29 1.62 OrthologMitoLowConf NoHomolog 75-100pure chr9 108662097 108684641 14 23 533 3.45E+10 85 all 14 8.3 8.3 8.6 8.7 9.3 9.8 9.7 7.9 9.7 9.5 9.7 8.7 9.2 9.4 Cytosol;Mitochondria (Supported)
11739 291 Slc25a4 AU019225|An|Ant1|mANC1 "solute carrier family 25 (mitochondrial carrier, adenine nucleotide translocator), member 4" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Signaling > Calcium homeostasis > Mitochondrial permeability transition pore | Small molecule transport > SLC25A family Tmito 28.2876 0.005 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000031633 P48962 298 MitoDomain 24 1.53 OrthologMitoLowConf NoHomolog 75-100pure chr8 46207340 46211009 14 51 14478 1.79E+12 99 all 14 11.2 11 11.4 11.3 11 10.3 11.5 11.1 10.8 11.1 11 11 11 10.7 Mitochondria (Supported)
56428 23788 Mtch2 2310034D24Rik|4930539J07Rik|HSPC0|HSPC032 mitochondrial carrier 2 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, induction, coexpression+, MS/MS++" MOM Small molecule transport > SLC25A family | Mitochondrial dynamics and surveillance > Fusion Tmito 28.2823 0.005 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000027282 Q791V5 303 MitoDomain 32 0.7 OrthologMitoLowConf NoHomolog 75-100pure chr2 90847154 90866634 14 21 1418 1.26E+11 78 all 14 9.7 9.3 9.4 9.9 9.8 9.9 9.5 8.7 10 10.3 10 9.6 10 10.5 Mitochondria (Supported)
18604 5164 Pdk2 - "pyruvate dehydrogenase kinase, isoenzyme 2" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 28.205 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000038967 Q9JK42 407 3 MitoDomain 8 0.58 OrthologMitoLowConf NoHomolog 75-100pure chr11 95026257 95041371 14 24 222 5.39E+09 77 all 14 8.5 7.9 8.1 8.4 8.6 8.1 8.8 9 8.9 9 8.5 8.4 6.9 8.2 Mitochondria;Nucleoplasm (Supported)
110323 1340 Cox6b1 2010000G05Rik|COX VIb-1|Cox6b "cytochrome c oxidase, subunit 6B1" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 28.1988 0.004 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000036751 P56391 86 MitoDomain 49 OrthologMitoLowConf NoHomolog 75-100pure chr7 30616973 30626151 14 15 1233 1.50E+11 90 all 14 10 9.8 10.1 9.6 10.4 10 10.2 9.3 10 10.3 10.1 10 9.9 9.5 Mitochondria (Supported)
22333 7416 Vdac1 AL033343|Vda|Vdac5|mVDAC1|mVDAC5 voltage-dependent anion channel 1 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, coexpression++, MS/MS++" MOM Signaling > Calcium homeostasis > Mitochondrial permeability transition pore | Mitochondrial dynamics and surveillance > Organelle contact sites | Small molecule transport Tmito 28.1988 0.004 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000020402 Q60932 283 MitoDomain 45 OrthologMitoLowConf NoHomolog 75-100pure chr11 52361114 52389396 14 30 4363 3.44E+11 95 all 14 10.6 10.3 10.5 10.4 10.5 9.9 10.5 10 10.3 10.5 10.4 10.2 10.5 10.1 Vesicles (Uncertain)
66163 51073 Mrpl4 1110017G11Rik mitochondrial ribosomal protein L4 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 28.0772 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" ENSMUSG00000003299 Q9DCU6 294 2 SharedDomain NA 1.26 OrthologMitoHighConf Ortholog 50-75pure chr9 21002736 21008837 10 17 111 2.44E+09 67 "cerebrum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta, testis" 8 7.8 8 7.8 7.8 8.3 8.3 8.7 9 8.1
64659 63931 Mrps14 1810032L21Rik|AL022847|Rpm|Rpms14 mitochondrial ribosomal protein S14 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 28.073 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000058267 Q9CR88 128 2 SharedDomain 9 0.44 OrthologMitoHighConf Ortholog 50-75pure chr1 160195259 160201186 13 10 102 1.53E+09 60 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.8 7.9 7.4 8.5 7.8 7 7.7 8.1 8.5 7.3 8.5 8 Mitochondria;Nuclear membrane (Supported)
15526 3313 Hspa9 74kDa|C|Csa|GRP|Grp75|Hs|Hsc7|Hsc74|Hsp|Hsp74|Hsp74a|Hspa9a|Mortalin|Mot-2|Mot2|Mthsp70|PBP|Pbp74|mo|mot-|mthsp heat shock protein 9 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis Tmito 28.0147 0.004 1 "APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000024359 P38647 679 2 SharedDomain 27 1.21 HomologMitoHighConf Homolog 75-100pure chr18 34937414 34954351 14 78 5544 5.04E+11 80 all 14 10.3 10 10.4 10.4 11.1 10.6 10.3 10.1 10.7 10.6 10.7 10.3 10.7 10.4 Mitochondria (Supported)
66108 4704 Ndufa9 1010001N11Rik NADH:ubiquinone oxidoreductase subunit A9 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 27.9693 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000000399 Q9DC69 377 1 SharedDomain 48 1.41 NoMitoHomolog NoHomolog 75-100pure chr6 126821862 126849144 14 40 2407 1.82E+11 82 all 14 10.2 9.9 10.3 10.1 10.4 9.8 10.4 9.4 10.2 10.1 10.2 9.9 10 9.7 Mitochondria;Nucleoplasm (Supported)
17991 4695 Ndufa2 AV000592|B8|C1-B8|CI-B8 NADH:ubiquinone oxidoreductase subunit A2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 27.9693 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000014294 Q9CQ75 99 1 SharedDomain 43 0.57 NoMitoHomolog NoHomolog 75-100pure chr18 36742331 36744587 14 15 729 5.90E+10 88 all 14 9.8 9.6 9.8 9.4 9.9 9.4 9.6 8.7 9.5 9.7 9.7 9.9 9.2 9.1
66383 23479 Iscu 2310020H20Rik|AA407971|ISCU2|Ni|Nifu|Nifun iron-sulfur cluster assembly enzyme MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 27.8972 0.004 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000025825 Q9D7P6 168 1 SharedDomain NA OrthologMitoHighConf Ortholog 75-100pure chr5 113772811 113778282 14 19 282 4.63E+09 81 all 14 8.2 8.2 8.7 8.7 9 8.5 7.8 6.5 8.7 8.2 8.5 7.9 8.6 8.7 Cytosol (Supported)
12261 708 C1qbp AA407365|AA986492|D11Wsu182|D11Wsu182e|HAB|HABP1|P3|P32|gC1qBP "complement component 1, q subcomponent binding protein" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS++" Matrix Signaling > Immune response Tmito 27.8817 0.004 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000018446 Q8R5L1 279 1 SharedDomain 7 0.86 OrthologMitoHighConf NoHomolog 50-75pure chr11 70977845 70983026 14 13 748 1.07E+11 66 all 14 10.2 10.3 10.1 10 9.1 9.8 9.2 9 9.6 9.7 9.8 9.3 10.1 9.9 Plasma membrane (Approved)
215951 246269 Afg1l CG8520|Lac|Lace1 AFG1 like ATPase MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, coexpression, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 27.8296 0.004 1 "APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, coexpression, MS/MS+" ENSMUSG00000038302 Q3V384 480 1 NA 29 OrthologMitoHighConf Ortholog 25-50pure chr10 42312584 42478565 9 14 80 6.41E+08 28 "cerebrum, cerebellum, spinalcord, heart, adipose, smallintestine, largeintestine, stomach, placenta" 7.4 7.2 7.4 8.1 7.7 7.4 8.2 8.2 7.7 Cytosol;Plasma membrane (Approved)
433771 440574 Micos10 2310028O11Rik|Mi|Minos1 mitochondrial contact site and cristae organizing system subunit 10 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog, mito protein domain+, induction, coexpression++, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex Tmito 27.8034 0.004 1 "literature, APEX_IMS, yeast mito homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000050608 Q7TNS2 76 MitoDomain 47 1.13 HomologMitoHighConf NoHomolog 50-75pure chr4 139101813 139131113 14 5 222 1.45E+10 67 all 14 9.4 9.3 9.3 8.4 9.3 8.8 8.9 7.6 9.1 9 8.7 8.9 8.3 8.2 Mitochondria (Supported)
12856 10063 Cox17 AI037035|COX1 "cytochrome c oxidase assembly protein 17, copper chaperone" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog, mito protein domain+, induction, coexpression++, MS/MS++" IMS OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Copper metabolism | OXPHOS > OXPHOS assembly factors Tmito 27.8034 0.004 1 "literature, APEX_IMS, yeast mito homolog, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000046516 P56394 63 MitoDomain 44 0.87 HomologMitoHighConf NoHomolog 50-75pure chr16 38346998 38352763 5 7 43 4.08E+08 68 "heart, adipose, smallintestine, placenta, testis" 6.5 7.9 7.6 8.1 8.2 Mitochondria (Supported)
56046 55245 Uqcc1 2310079L17Rik|2410003P15Rik|3110038N19Rik|Bfz|Bfzb|Bfzp|Cbp|Cbp3|Uqcc ubiquinol-cytochrome c reductase complex assembly factor 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex III > CIII assembly factors | OXPHOS > OXPHOS assembly factors Tmito 27.7674 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000005882 Q9CWU6 295 3 MitoDomain 41 HomologMitoHighConf NoHomolog 50-75pure chr2 155846885 155930310 12 14 191 4.56E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.7 9.2 8.8 7.2 7.7 8 7.9 8.2 8.2 8.5 8.3 Plasma membrane (Approved)
66845 9553 Mrpl33 0610009M10Rik|L33mt|MRP-L33 mitochondrial ribosomal protein L33 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 27.7306 0.004 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000029142 Q9CQP0 65 3 SharedDomain 14 -0.26 OrthologMitoHighConf Ortholog 50-75pure chr5 31613950 31622644 11 9 81 5.19E+08 58 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, stomach, placenta, testis" 7.8 7.6 7.7 6.3 7.4 7.9 7.2 7.7 7.1 8 7.9
11363 33 Acadl AA960361|AU018452|C79855|LC|LCAD "acyl-Coenzyme A dehydrogenase, long-chain" MitoCarta3.0 "literature, targetP signal+, mito protein domain+, induction, coexpression+, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 27.6965 0.004 1 "literature, targetP signal+, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000026003 P51174 430 1 MitoDomain 32 0.72 NoMitoHomolog NoHomolog 50-75pure chr1 66830838 66863309 14 35 2387 2.27E+11 63 all 14 9.1 8.5 9.1 9.4 10.5 10.3 10.9 10 10.3 10.2 9.8 10.4 10.1 10
17993 4724 Ndufs4 6720411N02Rik|C1-18k NADH:ubiquinone oxidoreductase core subunit S4 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 27.613 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000021764 Q9CXZ1 175 1 MitoDomain 47 NoMitoHomolog NoHomolog 50-75pure chr13 114287794 114388094 14 21 1124 8.22E+10 71 all 14 9.9 9.8 10.1 9.7 10.1 9.5 9.6 9.5 9.7 9.5 9.8 9.7 9.5 9.3 Mitochondria (Supported)
12034 11331 Phb2 AU044498|BAP|Bap37|Bcap|Bcap37|R|REA prohibitin 2 MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 27.4871 0.004 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000004264 O35129 299 SharedDomain 27 1.42 OrthologMitoHighConf Homolog 75-100pure chr6 124712288 124716945 14 32 1773 1.58E+11 92 all 14 9.9 9.5 9.7 10 10.1 10.1 9.9 8.8 10.2 10.3 10.3 9.7 10.4 10.2 Mitochondria (Enhanced)
12040 594 Bckdhb BCKDE1B|BCKDH E1-beta "branched chain ketoacid dehydrogenase E1, beta polypeptide" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS++" MIM Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid dehydrogenase complex Tmito 27.4825 0.004 1 "literature, APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000032263 Q6P3A8 322 MitoDomain 31 OrthologMitoLowConf Homolog 75-100pure chr9 83948780 84124240 12 19 291 1.02E+10 75 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.6 8 8.2 7.6 9.5 9.1 8.4 9.5 8.2 9.2 8.1 8.5 Mitochondria (Supported)
24030 6183 Mrps12 AI327385|Rpm|Rpms12|rp|rps12 mitochondrial ribosomal protein S12 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 27.47 0.004 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS+" ENSMUSG00000045948 O35680 139 4 SharedDomain 35 0.54 OrthologMitoHighConf Homolog 25-50pure chr7 28739640 28741781 12 7 66 1.38E+09 48 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.9 8.2 7.7 8.1 7.4 7.8 7.8 8.4 7.5 8.5 8
223722 27349 Mcat AI225907|BC025519 malonyl CoA:ACP acyltransferase (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism > Type II fatty acid synthesis Tmito 27.3249 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000048755 Q8R3F5 381 2 SharedDomain 8 OrthologMitoHighConf Ortholog 50-75pure chr15 83546796 83555711 10 14 73 1.14E+09 51 "spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7 8.2 7.6 7.1 8.4 7.2 7.9 7.2 8.4 8.5 Mitochondria (Supported)
67707 79590 Mrpl24 2010005E08Rik|2810470K06Rik|6720473G22Rik|AA407670 mitochondrial ribosomal protein L24 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 27.3249 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000019710 Q9CQ06 216 2 SharedDomain 6 OrthologMitoHighConf Ortholog 50-75pure chr3 87919543 87923433 13 17 115 2.78E+09 73 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.5 8.3 8.3 7.6 8.2 8 6.4 8.2 8.4 8.7 7.2 8.9 7.8
68537 28998 Mrpl13 1110002D09Rik mitochondrial ribosomal protein L13 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 27.3164 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000022370 Q9D1P0 178 3 SharedDomain 17 1.14 HomologMitoHighConf Ortholog 75-100pure chr15 55534094 55557312 14 15 262 6.22E+09 85 all 14 8.7 8.5 8.8 8.2 8.8 8.6 8.1 7.7 8.6 8.5 9.2 8.1 8.8 8.5
110821 5095 Pcca C79630 "propionyl-Coenzyme A carboxylase, alpha polypeptide" MitoCarta3.0 "literature, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Propanoate metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Vitamin metabolism > Biotin utilizing proteins Tmito 27.2531 0.004 1 "literature, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000041650 Q91ZA3 724 1 SharedDomain 37 0.95 NoMitoHomolog Homolog 75-100pure chr14 122534327 122889944 14 64 2204 1.51E+11 81 all 14 9.6 9.5 9.6 9.5 10.8 10.1 9.5 9.5 10.4 9.4 10 10.2 9.5 9.7 Mitochondria (Supported)
27397 63875 Mrpl17 MRP-|MRP-L26|Rpm|Rpml26 mitochondrial ribosomal protein L17 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 27.2274 0.004 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000030879 Q9D8P4 176 1 SharedDomain 13 OrthologMitoHighConf Ortholog 50-75ambig chr7 105803781 105811087 14 14 162 2.34E+09 56 all 14 8 7.9 8.2 7.6 8 8.2 7.6 7.2 8.2 8.4 8.9 7.5 8.5 8.1
26926 9131 Aifm1 A|AIF|AIFsh2|Hq|Pdcd|Pdcd8 "apoptosis-inducing factor, mitochondrion-associated 1" MitoCarta3.0 "literature, APEX_IMS, targetP signal, yeast mito homolog, mito protein domain, induction, coexpression++, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > MIA40 | OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors | Mitochondrial dynamics and surveillance > Apoptosis" Tmito 27.2249 0.004 1 "literature, APEX_IMS, targetP signal, yeast mito homolog, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000036932 Q9Z0X1 612 3 SharedDomain 43 1.96 HomologMitoLowConf NoHomolog 75-100pure chrX 48474943 48513426 14 47 2105 1.13E+11 75 all 14 9.4 8.9 9.4 9.4 10.4 10.2 9.7 9.5 10 9.8 10 10.1 9.9 9.7
12857 1327 Cox4i1 AL024441|CO|COX|COX IV-1|COXIV|Cox4|Cox4a|IV-1 cytochrome c oxidase subunit 4I1 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 27.1525 0.004 1 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000031818 P19783 169 2 MitoDomain 48 NoMitoHomolog NoHomolog 75-100pure chr8 120668289 120674209 14 26 1801 3.76E+11 79 all 14 10.4 10.3 10.6 10.3 10.8 10.3 10.5 9.8 10.1 10.4 10.6 10.5 10.3 10.5 Mitochondria (Supported)
68493 29078 Ndufaf4 1110007M04Rik|3000003G13Rik|AW214064 NADH:ubiquinone oxidoreductase complex assembly factor 4 MitoCarta3.0 "APEX_matrix, GFP, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 27.1417 0.004 1 "APEX_matrix, GFP, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000028261 Q9D1H6 173 5 MitoDomain 44 1.45 NoMitoHomolog NoHomolog 75-100pure chr4 24898082 24905001 14 21 337 7.27E+09 80 all 14 9 8.8 9 8.7 8.6 9.2 8.7 8 8.5 8 8.7 8.2 8.1 8.3 Mitochondria (Supported)
71998 399512 Slc25a35 1810012H11Rik "solute carrier family 25, member 35" MitoCarta3.0 "APEX_matrix, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM Small molecule transport > SLC25A family Tmito 27.1155 0.004 1 "APEX_matrix, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000018740 Q5SWT3 300 MitoDomain 17 1.87 OrthologMitoLowConf NoHomolog 75-100pure chr11 68968130 68972515 10 20 176 4.38E+09 90 "cerebrum, cerebellum, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7 8.1 6.1 8.9 7.3 9.4 8.8 8 8.6 Mitochondria;Vesicles (Approved)
65111 7818 Dap3 4921514D13Rik|DAP|DAP-3|MRP-S29|S29mt death associated protein 3 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 27.0648 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000068921 Q9ER88 396 2 MitoDomain 8 OrthologMitoHighConf NoHomolog 50-75pure chr3 88920802 88950282 14 19 182 4.90E+09 64 all 14 7.8 7.6 7.8 8.2 9 8.2 7.4 7.1 8.5 9 8.8 8.3 9 8.4 Mitochondria;Nucleoplasm (Supported)
11949 509 Atp5c1 1700094F02Rik|Atp5f1c "ATP synthase, H+ transporting, mitochondrial F1 complex, gamma polypeptide 1" MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 27.0536 0.004 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" ENSMUSG00000025781 Q91VR2 298 5 SharedDomain NA 1.54 OrthologMitoHighConf Ortholog 75-100pure chr2 10056030 10080510 14 34 3012 2.27E+11 79 all 14 10.3 10 10.3 10.4 10.2 10.1 10.4 9.3 10.2 10.4 10.2 10.1 10.3 9.9
67863 8402 Slc25a11 2310022P18Rik|2ox|2oxoc "solute carrier family 25 (mitochondrial carrier oxoglutarate carrier), member 11" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > Malate-aspartate shuttle | Metabolism > Carbohydrate metabolism > TCA-associated | Small molecule transport > SLC25A family Tmito 27.0334 0.004 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000014606 Q9CR62 314 MitoDomain 24 1.31 OrthologMitoLowConf NoHomolog 75-100pure chr11 70644026 70647039 14 30 1717 1.22E+11 81 all 14 10.2 10 10.2 10.2 9.6 9.7 10.4 9.3 9.7 9.8 9.6 9.6 9.9 9.3
30057 26521 Timm8b Tim8|Tim8b translocase of inner mitochondrial membrane 8B MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 27.0334 0.004 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000039016 P62077 83 MitoDomain 25 1.21 OrthologMitoLowConf NoHomolog 75-100pure chr9 50603900 50605320 13 7 123 3.30E+09 90 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.4 8.4 8.4 7.8 8.5 8.7 7 8.2 8.6 8.4 8.5 8.4 8.6
68332 644096 Sdhaf1 0610010E21Rik|AI430885|AW490662|Lyr|Lyrm8 succinate dehydrogenase complex assembly factor 1 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, mito protein domain+, induction, coexpression+, MS/MS" Matrix OXPHOS > Complex II > CII assembly factors | OXPHOS > OXPHOS assembly factors Tmito 26.9478 0.004 1 "literature, targetP signal+, yeast mito homolog, mito protein domain+, induction, coexpression+, MS/MS" ENSMUSG00000074211 Q3U276 118 1 MitoDomain 32 0.96 HomologMitoHighConf NoHomolog 25-50ambig chr7 30321408 30322375 12 6 54 6.82E+08 48 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.8 7.7 8 7.1 8.1 7.6 7.3 7.9 8.1 7 7.4 7.5 Mitochondria (Approved)
27395 29088 Mrpl15 HSPC1|HSPC145|MRP|MRP-L7|Rp|Rpml7 mitochondrial ribosomal protein L15 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 26.9181 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000033845 Q9CPR5 295 3 SharedDomain 9 2.17 OrthologMitoHighConf Ortholog 50-75ambig chr1 4773199 4785726 12 22 118 3.16E+09 68 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.6 7.3 8 8.3 7.5 8.4 8.4 9.1 7.4 8.9 8.4
11655 211 Alas1 A|ALAS|ALAS-N|Al|Alas-1|Alas-h aminolevulinic acid synthase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" Matrix Metabolism > Metals and cofactors > Heme synthesis and processing Tmito 26.8679 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000032786 Q8VC19 642 3 MitoDomain 12 1.93 OrthologMitoLowConf Homolog 0-25pure chr9 106233454 106247954 5 11 27 1.81E+08 17 "liver, heart, adipose, largeintestine, placenta" 8.1 6.6 7.5 6.3 7.2 Mitochondria (Enhanced)
66531 56942 Cmc2 1110046L09Rik|2310061C15Rik|DC13 COX assembly mitochondrial protein 2 MitoCarta3.0 "APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS+" IMS OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 26.8673 0.004 1 "APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000014633 Q8K199 79 MitoDomain 28 2.74 OrthologMitoHighConf NoHomolog 75-100ambig chr8 116888684 116921436 10 11 58 2.05E+08 90 "cerebrum, cerebellum, spinalcord, liver, heart, adipose, largeintestine, stomach, placenta, testis" 7.2 7.1 6.8 7.6 6.5 7.5 7.5 6.9 7.6 7.2 Mitochondria (Supported)
320717 160760 Pptc7 9130017A15Rik|AA672638|AI848390|TA-PP2C PTC7 protein phosphatase homolog MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, induction, coexpression, MS/MS++" Matrix Signaling Tmito 26.8466 0.004 1 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000038582 Q6NVE9 310 4 MitoDomain 21 3.53 HomologMitoHighConf NoHomolog 50-75pure chr5 122284397 122324281 9 11 70 8.94E+08 50 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, largeintestine, placenta, testis" 7.9 7.8 7.7 8.1 7.6 7.4 7.6 7.9 8.6 Cytosol;Plasma membrane (Approved)
12041 10295 Bckdk AI327402|BCKD-ki branched chain ketoacid dehydrogenase kinase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid dehydrogenase complex Tmito 26.8237 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" ENSMUSG00000030802 O55028 412 2 MitoDomain 4 OrthologMitoLowConf Ortholog 50-75pure chr7 127904072 127909664 13 16 144 2.92E+09 50 "cerebrum, cerebellum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.9 8.4 8.4 7.3 7.5 8 8.7 8.1 8.5 8.7 8.7 8 Mitochondria (Supported)
56551 25828 Txn2 2510006J11Rik|AI788873|Trx|Trx2 thioredoxin 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS+" Matrix Metabolism > Vitamin metabolism > Vitamin C metabolism | Metabolism > Detoxification > ROS and glutathione metabolism Tmito 26.8067 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS+" ENSMUSG00000005354 P97493 166 2 SharedDomain 47 1.23 HomologMitoLowConf Homolog 25-50pure chr15 77915050 77928994 14 8 220 4.78E+09 42 all 14 8.3 8.2 8.2 8 8.8 8.9 7.7 7.4 8.6 8.9 8.6 8.1 8.8 8.6 Mitochondria (Enhanced)
20917 8801 Suclg2 AF171077|AW556404|D6Wsu120|D6Wsu120e|G-SCS|GTPSCS|SCS-betaG "succinate-Coenzyme A ligase, GDP-forming, beta subunit" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle | Metabolism > Carbohydrate metabolism > Itaconate metabolism | Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 26.7837 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000061838 Q9Z2I8 433 2 SharedDomain 27 OrthologMitoLowConf Homolog 75-100pure chr6 95473008 95718846 14 40 1126 7.16E+10 76 all 14 8 8 8.2 8.6 10.3 10.1 9.1 8.6 9.5 9.9 10.1 9.8 9.4 9.6 Mitochondria;Plasma membrane (Supported)
67414 55669 Mfn1 2310002F04Rik|6330416C07Rik|D3Ertd265|D3Ertd265e|HR|HR2|mKIAA4032 mitofusin 1 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS+" MOM Mitochondrial dynamics and surveillance > Fusion | Mitochondrial dynamics and surveillance > Organelle contact sites Tmito 26.6973 0.004 1 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000027668 Q811U4 741 MitoDomain 20 2.39 OrthologMitoHighConf NoHomolog 25-50pure chr3 32529481 32579225 10 25 99 8.98E+08 39 "cerebellum, brainstem, spinalcord, kidney, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8 8 7.4 7.9 7.9 7.5 8.2 7 7.7 8.4 Mitochondria (Supported)
230075 4712 Ndufb6 CI-B17|Gm137 NADH:ubiquinone oxidoreductase subunit B6 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 26.5865 0.004 1 "literature, APEX_IMS, APEX_matrix, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000071014 Q3UIU2 128 MitoDomain 49 1.72 NoMitoHomolog NoHomolog 75-100pure chr4 40270662 40279368 14 19 962 7.79E+10 86 all 14 9.9 9.7 10 9.8 10.1 9.5 9.7 9.2 9.6 9.7 9.8 9.7 9.5 9.4 Mitochondria (Enhanced)
68202 4698 Ndufa5 2900002J19Rik|CI-13kD-B NADH:ubiquinone oxidoreductase subunit A5 MitoCarta3.0 "literature, APEX_matrix, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 26.5865 0.004 1 "literature, APEX_matrix, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000023089 Q9CPP6 116 MitoDomain 46 1.96 NoMitoHomolog NoHomolog 75-100pure chr6 24518665 24527687 14 19 1396 7.49E+10 92 all 14 9.9 9.7 10 9.5 10.1 9.7 9.6 9.3 9.6 9.7 9.7 9.7 9.4 9.4
53375 10651 Mtx2 1500012G02Rik metaxin 2 MitoCarta3.0 "literature, mito protein domain+, induction, coexpression++, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > SAM | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions" Tmito 26.5865 0.004 1 "literature, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000027099 O88441 263 MitoDomain 48 2.05 NoMitoHomolog NoHomolog 75-100pure chr2 74825811 74876748 14 18 701 4.56E+10 81 all 14 9.9 9.7 9.8 9.3 9.6 9.3 9.6 8.4 9.3 8.9 9.4 9.1 9.5 9.6 Mitochondria (Supported)
239017 55753 Ogdhl - oxoglutarate dehydrogenase-like MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 26.5807 0.003 1 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" ENSMUSG00000021913 E9Q7L0 1029 1 MitoDomain NA OrthologMitoLowConf Homolog 50-75pure chr14 32322018 32347820 14 78 3832 2.99E+11 66 all 14 10.6 10.5 10.8 9.8 10.6 9.3 10.4 10.2 10 10.3 10 10.1 9.9 10.1 Nucleoli fibrillar center (Approved)
110446 38 Acat1 6330585C21Rik|Ac|Acat acetyl-Coenzyme A acetyltransferase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Ketone metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Lysine metabolism Tmito 26.4203 0.003 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000032047 Q8QZT1 424 2 SharedDomain 39 2.25 NoMitoHomolog Homolog 75-100pure chr9 53580521 53610350 14 41 2937 3.41E+11 80 all 14 10 9.4 9.8 9.9 11 10.7 10.5 9.7 10.3 10.4 10.1 10.6 10.2 10.2 Mitochondria (Enhanced)
67856 79746 Echdc3 2310005D12Rik|AI662097 enoyl Coenzyme A hydratase domain containing 3 MitoCarta3.0 "targetP signal, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" Matrix 0 Tpossible_mito 26.4113 0.003 1 "targetP signal, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000039063 Q9D7J9 300 2 SharedDomain 17 1.37 OrthologMitoLowConf NoHomolog 75-100pure chr2 6188464 6212994 9 21 218 1.00E+10 77 "spinalcord, kidney, liver, heart, adipose, largeintestine, stomach, placenta, testis" 7.3 9.1 9.8 8.7 9.3 8 8.2 7.6 8.6
353242 219927 Mrpl21 BC028768|L21mt|MRP-L21 mitochondrial ribosomal protein L21 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 26.3513 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000024829 Q9D1N9 216 2 SharedDomain 13 OrthologMitoHighConf Ortholog 25-50pure chr19 3283046 3292837 14 11 137 2.03E+09 50 all 14 8.4 8 8.2 7.5 7.9 8.2 8 7.3 7.9 7.8 8.8 7.8 8.4 7.9 Mitochondria;Nucleoplasm (Approved)
56748 27247 Nfu1 0610006G17Rik|CGI-3|CGI-33|Hi|Hirip5 NFU1 iron-sulfur cluster scaffold MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 26.3513 0.003 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000029993 Q9QZ23 256 2 SharedDomain 11 OrthologMitoHighConf Ortholog 25-50pure chr6 87009835 87028461 14 8 197 1.03E+10 45 all 14 9.3 9.1 9.1 8.9 8.9 8.7 8.6 7.6 8.9 8.3 9 8.2 8.9 8.7 Cytosol (Supported)
67212 128308 Mrpl55 2810038N09Rik|L55mt|MRP-L55 mitochondrial ribosomal protein L55 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 26.3301 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000036860 Q9CZ83 127 3 MitoDomain 47 2.42 NoMitoHomolog NoHomolog 25-50pure chr11 59202516 59206002 13 7 103 1.72E+09 49 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.7 7.7 7.7 8.1 8.1 7 8.1 8.4 8.7 7.7 8.4 7.8
70207 51204 Taco1 2310066I18Rik|Ccdc44 translational activator of mitochondrially encoded cytochrome c oxidase I MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Translation factors | OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 26.2483 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, MS/MS++" ENSMUSG00000001983 Q8K0Z7 294 1 MitoDomain NA HomologMitoHighConf Ortholog 50-75pure chr11 106066106 106073612 14 23 252 8.09E+09 68 all 14 9 8.9 9.1 8.8 8.4 9 8.7 8.4 8.2 8.3 8.8 8.5 8.7 8.3 Mitochondria (Enhanced)
71238 57001 Sdhaf3 0610005M07Rik|4933430A16Rik|Ac|Acn9 succinate dehydrogenase complex assembly factor 3 MitoCarta3.0 "targetP signal, yeast mito homolog++, mito protein domain+, coexpression+, MS/MS" Matrix OXPHOS > Complex II > CII assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 26.1533 0.003 1 "targetP signal, yeast mito homolog++, mito protein domain+, coexpression+, MS/MS" ENSMUSG00000042505 Q8BQU3 125 2 MitoDomain 32 OrthologMitoHighConf NoHomolog 25-50ambig chr6 6956017 7039220 2 4 7 2.43E+07 38 "adipose, testis" 6.5 7.3 Mitochondria (Approved)
66419 65003 Mrpl11 2410001P07Rik|L11mt mitochondrial ribosomal protein L11 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 26.0764 0.003 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS+" ENSMUSG00000024902 Q9CQF0 192 4 SharedDomain 38 OrthologMitoHighConf Ortholog 75-100ambig chr19 4962305 4966995 14 17 211 5.16E+09 77 all 14 8.6 8.4 8.5 8.3 8.3 8.4 8 7.7 8.6 8.5 9.2 8 8.8 8.5 Mitochondria (Supported)
52430 55268 Echdc2 1300017C12Rik|2610009M20Rik|D4Ertd765e enoyl Coenzyme A hydratase domain containing 2 MitoCarta3.0 "targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix 0 Tpossible_mito 26.0721 0.003 1 "targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028601 Q3TLP5 296 1 SharedDomain 10 OrthologMitoLowConf Homolog 50-75pure chr4 108165436 108179308 14 17 319 1.45E+10 67 all 14 7.2 7.3 7.5 7.8 9.8 9.7 8.1 7 8.9 8 8.1 9.2 9.1 7.5 Mitochondria (Approved)
12859 1329 Cox5b - cytochrome c oxidase subunit 5B MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 26.0106 0.003 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000061518 Q9D881 129 1 MitoDomain NA OrthologMitoHighConf NoHomolog 50-75pure chr1 36691486 36693388 14 10 1498 1.30E+11 62 all 14 9.9 9.6 10.1 9.6 10.2 10 9.9 9.3 9.8 10.1 10.1 10 10 10.2 Mitochondria (Enhanced)
66885 36 Acadsb 1300003O09Rik|2-MEBCAD|BB066609|SBCAD "acyl-Coenzyme A dehydrogenase, short/branched chain" MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 25.9871 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000030861 Q9DBL1 432 2 MitoDomain 28 0.57 NoMitoHomolog NoHomolog 75-100pure chr7 131410600 131446211 14 36 710 3.90E+10 75 all 14 8.6 8.4 8.6 8.8 9.5 9.3 9 8.8 9.8 8.5 8.5 10.3 9.5 9.3 Mitochondria (Supported)
57837 26284 Eral1 2610524P08Rik|9130407C09Rik|AU019798|Era|M-ERA|MER|MERA|MERA-S|MERA-W Era (G-protein)-like 1 (E. coli) MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 25.9752 0.003 1 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression++" ENSMUSG00000020832 Q9CZU4 437 1 SharedDomain 43 0.53 OrthologMitoLowConf Homolog chr11 78073375 78080383 Mitochondria (Enhanced)
56199 23456 Abcb10 ABC-m|Abc-me|Abcb12 "ATP-binding cassette, sub-family B (MDR/TAP), member 10" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS+" MIM Metabolism > Metals and cofactors > Heme synthesis and processing | Small molecule transport > ABC transporters Tmito 25.9644 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000031974 Q9JI39 715 1 SharedDomain 6 0.5 OrthologMitoLowConf Homolog 25-50pure chr8 123952458 123983122 11 23 107 1.65E+09 39 "cerebellum, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.3 7.4 8 7.8 8 8.4 8.5 8.2 8.3 8.5 8.1
66821 617 Bcs1l 9130022O19Rik BCS1-like (yeast) MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS+" MIM OXPHOS > Complex III > CIII assembly factors | OXPHOS > OXPHOS assembly factors Tmito 25.8923 0.003 1 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS+" ENSMUSG00000026172 Q9CZP5 418 MitoDomain 37 OrthologMitoHighConf Homolog 25-50pure chr1 74588360 74592443 13 14 106 1.87E+09 45 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 7.8 8 8.5 8.1 7.8 7.8 8.5 7.8 8.2 8.1 8.3 8.1
72479 84263 Hsdl2 2610207I16Rik hydroxysteroid dehydrogenase like 2 MitoCarta3.0 "APEX_matrix, GFP, Rickettsial homolog, mito protein domain+, induction, coexpression+, MS/MS++" Matrix 0 Tmito 25.8702 0.003 1 "APEX_matrix, GFP, Rickettsial homolog, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000028383 Q2TPA8 490 MitoDomain 36 2.84 NoMitoHomolog Homolog 75-100pure chr4 59581562 59618694 14 37 356 1.02E+10 81 all 14 7.8 6.9 8.3 8.6 8.4 8.7 9.4 8.7 9.6 8.4 8.5 8.8 7.7 8.6 Mitochondria (Enhanced)
67899 152100 Cmc1 2010110K16Rik|2010312P05Rik|AI596001 COX assembly mitochondrial protein 1 MitoCarta3.0 "APEX_IMS, GFP, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS+" IMS OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 25.6131 0.003 1 "APEX_IMS, GFP, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000039163 Q9CPZ8 106 MitoDomain 27 0.72 OrthologMitoHighConf NoHomolog 75-100ambig chr9 118064526 118150196 12 11 76 2.18E+09 76 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 7.9 8.6 7.9 8.6 8 8.1 8.2 8.3 8.1 8.4 7.8
109264 10873 Me3 1700020C08Rik|B230207H15Rik "malic enzyme 3, NADP(+)-dependent, mitochondrial" MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA-associated Tmito 25.6116 0.003 1 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000030621 Q8BMF3 604 2 SharedDomain 15 OrthologMitoLowConf Homolog 75-100pure chr7 89632817 89854359 13 39 630 2.30E+10 82 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.6 9.3 9.2 9.3 8.9 9.4 9.5 8.1 9.6 8.7 9.2 8.3 8.2
15510 3329 Hspd1 60kDa|CPN60|HSP-60|HSP-65|Hsp|Hsp60 heat shock protein 1 (chaperonin) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 25.5672 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000025980 P63038 573 1 SharedDomain NA OrthologMitoHighConf Homolog 75-100pure chr1 55077833 55087932 14 78 13912 1.17E+12 94 all 14 10.7 10.3 10.8 10.8 11.3 11.1 10.7 10.6 10.9 10.9 11 10.7 11.2 10.9 Mitochondria (Enhanced)
75530 90624 Lyrm7 1700024C24Rik|9330147L21Rik LYR motif containing 7 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" Matrix OXPHOS > Complex III > CIII assembly factors | OXPHOS > OXPHOS assembly factors Tmito 25.5501 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000020268 Q9DA03 104 2 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr11 54839288 54860591 13 10 56 5.01E+08 88 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 7.7 8.2 7.5 7.3 7.4 6.8 7.3 7.2 7.1 6.3 7.5 7.9
66399 10102 Tsfm 2310050B20Rik|9430024O13Rik|EF-T|EF-TS|EF-Tsm|EF-Tsmt "Ts translation elongation factor, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 25.5356 0.003 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000040521 Q9CZR8 324 1 SharedDomain 15 1.47 NoMitoHomolog Ortholog 50-75pure chr10 127022331 127030814 13 20 204 5.65E+09 70 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 7.7 8.2 8.6 8.1 8.3 7.4 8.7 8.6 9.1 8.4 9.1 8.9 Mitochondria (Supported)
66071 23474 Ethe1 0610025L15Rik|Hsco ethylmalonic encephalopathy 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, MS/MS++" Matrix Metabolism > Sulfur metabolism Tmito 25.5341 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, MS/MS++" ENSMUSG00000064254 Q9DCM0 254 2 SharedDomain 3 2.28 OrthologMitoHighConf NoHomolog 75-100pure chr7 24587542 24608926 13 20 506 3.80E+10 90 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 9.1 9 9.4 9.1 9.6 9.6 8.6 8 8.4 9.2 10.3 9.1 9.4 Mitochondria (Enhanced)
212647 8659 Aldh4a1 A930035F14Rik|ALD|Ahd|Ahd-|Ahd-1|Ahd1|Aldh4|Aldh5a1|E330022C09|P5cd|P5cdh|P5cdhl|P5cdhs|Ssd|Ssdh1 "aldehyde dehydrogenase 4 family, member A1" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Proline metabolism | Metabolism > Amino acid metabolism > Glyoxylate metabolism Tmito 25.502 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028737 Q8CHT0 562 1 SharedDomain 11 OrthologMitoHighConf NoHomolog 50-75pure chr4 139622893 139649691 14 40 2218 1.67E+11 66 all 14 9.2 8.7 9.2 9.3 10.8 10.7 9.8 9.6 10 9.7 9.3 9.7 10 9.6
22334 7417 Vdac2 Vda|Vdac6|mVDAC2|mVDAC6 voltage-dependent anion channel 2 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MOM Small molecule transport Tmito 25.489 0.003 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000021771 Q60930 295 MitoDomain 17 2.08 OrthologMitoLowConf NoHomolog 50-75pure chr14 21831560 21845879 14 18 2296 1.78E+11 71 all 14 10.3 9.8 10.3 10 10 9.3 10.1 9.4 10 10.4 10.2 9.9 10.3 10.3 Mitochondria (Supported)
67892 388753 Coa6 1810063B05Rik|AI447995 cytochrome c oxidase assembly factor 6 MitoCarta3.0 "APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression+, MS/MS" IMS OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 25.4811 0.003 1 "APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression+, MS/MS" ENSMUSG00000051671 Q8BGD8 79 MitoDomain 36 0.79 OrthologMitoHighConf NoHomolog 50-75ambig chr8 126422500 126425435 9 7 52 5.39E+08 71 "cerebrum, cerebellum, spinalcord, liver, adipose, smallintestine, largeintestine, placenta, testis" 8.2 7.2 6.9 8 7 7.6 7 7.7 8.1 Mitochondria (Supported)
227683 51117 Coq4 D2Ertd97|D2Ertd97e coenzyme Q4 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, mito protein domain+, coexpression, MS/MS" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 25.4535 0.003 1 "literature, targetP signal+, yeast mito homolog++, mito protein domain+, coexpression, MS/MS" ENSMUSG00000026798 Q8BGB8 266 1 MitoDomain 7 OrthologMitoHighConf NoHomolog 50-75ambig chr2 29788262 29797743 11 18 101 1.71E+09 67 "cerebrum, cerebellum, brainstem, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 8 8.1 7.1 8.3 7.8 6.5 8.4 7.9 8.9 7.9 7.8 Mitochondria (Supported)
56357 3712 Ivd 1300016K07Rik|6720455E18Rik|AI463340 isovaleryl coenzyme A dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 25.4295 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000027332 Q9JHI5 424 1 MitoDomain 38 NoMitoHomolog NoHomolog 75-100pure chr2 118861999 118881357 14 30 1245 1.07E+11 81 all 14 9 8.7 9.2 9.2 10.4 10.2 9.9 9.4 10.2 9.4 9.4 10.2 9.7 10 Mitochondria (Supported)
11370 37 Acadvl VL|vlcad "acyl-Coenzyme A dehydrogenase, very long chain" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression+, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 25.4295 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000018574 P50544 656 1 MitoDomain 38 NoMitoHomolog NoHomolog 75-100pure chr11 70010182 70015428 14 64 3755 3.20E+11 90 all 14 9.2 8.9 9.4 9.4 10.6 10.6 10.8 10.6 10.5 10.3 10.5 10.4 9.8 9.9 Mitochondria;Nucleoli (Supported)
13358 6576 Slc25a1 1300019P08Rik|2610100G11Rik|AI194714|Ctp|Dgs|Dgsj|Slc2|Slc20a3 "solute carrier family 25 (mitochondrial carrier, citrate transporter), member 1" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > TCA-associated | Metabolism > Lipid metabolism | Small molecule transport > SLC25A family Tmito 25.4224 0.003 1 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000003528 Q8JZU2 311 5 MitoDomain 18 -0.26 OrthologMitoHighConf NoHomolog 50-75pure chr16 17925210 17928219 12 23 652 5.30E+10 67 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.4 9.1 9.5 9.1 9.5 10.4 9.6 9.3 8.7 9.7 9.8
73095 284439 Slc25a42 2900084M01Rik "solute carrier family 25, member 42" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" MIM Metabolism > Metals and cofactors > Coenzyme A metabolism | Small molecule transport > SLC25A family Tmito 25.4069 0.003 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000002346 Q8R0Y8 318 MitoDomain 28 1.34 OrthologMitoLowConf NoHomolog 50-75pure chr8 70184339 70212281 14 17 122 4.02E+09 61 all 14 8 7.6 7.6 8.3 9.1 9 8.8 7.5 8.2 7.6 7.9 7.6 7.9 8.2 Mitochondria (Supported)
74610 11194 Abcb8 4833412N02Rik|AA409895|MITOSUR "ATP-binding cassette, sub-family B (MDR/TAP), member 8" MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" MIM Small molecule transport > ABC transporters Tmito 25.4007 0.003 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000028973 Q9CXJ4 717 2 SharedDomain 45 HomologMitoLowConf Homolog 50-75pure chr5 24394155 24409947 14 34 386 6.25E+09 55 all 14 8.8 8.3 8.7 8.7 9 8.2 8.4 8.9 8.7 8.3 8.6 8.7 7.6 8.8 Mitochondria (Supported)
595136 4725 Ndufs5 AI256693 NADH:ubiquinone oxidoreductase core subunit S5 MitoCarta3.0 "literature, APEX_IMS, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 25.3323 0.003 1 "literature, APEX_IMS, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000028648 Q99LY9 106 MitoDomain 44 1.35 NoMitoHomolog NoHomolog 75-100pure chr4 123712709 123718186 14 19 583 2.76E+10 91 all 14 9.4 9.1 9.5 9.2 9.3 9.3 9.4 8.9 9.1 9.5 9.2 9.2 9.4 9.2
50529 51081 Mrps7 MRP|MRP-S7|Rp|Rpms7|S7mt mitchondrial ribosomal protein S7 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 25.2314 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+, MS/MS" ENSMUSG00000046756 Q80X85 242 2 SharedDomain 38 OrthologMitoHighConf Homolog 50-75ambig chr11 115604150 115607624 14 22 191 4.01E+09 66 all 14 8.6 8.6 8.5 8.2 8.4 8.6 7.7 7.2 8.3 8.5 8.7 7.7 8.9 8.3 Mitochondria (Approved)
72039 56922 Mccc1 1810045E08Rik|2310058B18Rik|MCC|MCCalpha|Mcca|R75106 methylcrotonoyl-Coenzyme A carboxylase 1 (alpha) MitoCarta3.0 "literature, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Vitamin metabolism > Biotin utilizing proteins Tmito 25.1661 0.003 1 "literature, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000027709 Q99MR8 717 2 SharedDomain 35 1.08 NoMitoHomolog Homolog 75-100pure chr3 35959305 36000678 14 54 1115 7.88E+10 79 all 14 9.1 8.9 9.2 9.2 10.5 9.8 9.3 9.3 10.3 8.7 9.4 9.9 9 9.4 Mitochondria (Supported)
18120 740 Mrpl49 L49mt|MRP-L49|No|Nof1 mitochondrial ribosomal protein L49 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 25.0414 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" ENSMUSG00000007338 Q9CQ40 166 2 SharedDomain 10 OrthologMitoHighConf NoHomolog 75-100pure chr19 6053629 6057751 14 16 158 4.96E+09 78 all 14 8.4 8.3 8.5 8.1 9 8.6 8 8 8.4 8.5 9 7.8 8.7 8.6
69487 79133 Ndufaf5 2310003L22Rik NADH:ubiquinone oxidoreductase complex assembly factor 5 MitoCarta3.0 "literature, APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 25.0201 0.003 1 "literature, APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000027384 A2APY7 343 2 MitoDomain 12 1.93 NoMitoHomolog Ortholog 25-50ambig chr2 140170645 140205252 6 11 34 2.67E+08 31 "cerebellum, brainstem, skeletalmuscle, largeintestine, stomach, placenta" 6.9 7.7 7.5 8.1 7 7.5
69527 64965 Mrps9 2310002A08Rik|AW322516|Mrp-S9|S9mt|mg637 mitochondrial ribosomal protein S9 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 25.0103 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000060679 Q9D7N3 390 4 SharedDomain 20 0.9 OrthologMitoHighConf Homolog 50-75ambig chr1 42851232 42905683 14 28 236 5.74E+09 66 all 14 8.4 8.4 8.3 8.1 8.8 7.9 8 8.1 8.7 8.8 9 8.4 9.2 8.1 Mitochondria (Enhanced)
68342 4716 Ndufb10 0610011B04Rik|22kD|22kDa|PDSW NADH:ubiquinone oxidoreductase subunit B10 MitoCarta3.0 "literature, APEX_matrix, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 24.96 0.003 1 "literature, APEX_matrix, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000040048 Q9DCS9 176 MitoDomain 48 2.29 NoMitoHomolog NoHomolog 50-75pure chr17 24722066 24724388 14 17 764 8.56E+10 74 all 14 10.2 10.1 10.1 9.8 9.6 9.4 10.1 9.2 9.5 9.4 9.6 9.5 9.6 9.4
83945 9093 Dnaja3 1200003J13Rik|1810053A11Rik|C81173|Tid-|Tid-1|Tid1l DnaJ heat shock protein family (Hsp40) member A3 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS+" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 24.8622 0.003 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++, MS/MS+" ENSMUSG00000004069 Q99M87 480 2 SharedDomain 44 1.19 NoMitoHomolog Homolog 25-50pure chr16 4684069 4707693 14 16 173 3.68E+09 34 all 14 8 7.3 7.7 8.3 8.7 8.5 8.4 8.3 8.4 8.5 8.6 8.4 8.7 8.4 Mitochondria (Enhanced)
56284 9801 Mrpl19 9030416F12Rik|9130412E02Rik|D6Ertd157|D6Ertd157e|MRP-|MRP-L15|RL|RLX1|Rpm|Rpml15 mitochondrial ribosomal protein L19 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 24.8375 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000030045 Q9D338 292 2 SharedDomain 5 OrthologMitoHighConf Ortholog 25-50pure chr6 81957841 81965949 11 14 87 1.75E+09 39 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 7.4 7.4 7.9 7.9 8.3 8.5 8.6 7.7 8.5 8.3 Mitochondria (Supported)
70478 4285 Mipep 5730405E07Rik|MIP mitochondrial intermediate peptidase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 24.7405 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, induction, MS/MS++" ENSMUSG00000021993 A6H611 711 1 SharedDomain 3 1.33 OrthologMitoHighConf NoHomolog 50-75pure chr14 60784565 60903613 12 35 146 1.96E+09 59 "cerebrum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 6.9 8.1 8 6.8 7.2 8.3 7.1 7.7 7.9 8 9.1 Mitochondria (Enhanced)
641376 84134 Tomm40l - translocase of outer mitochondrial membrane 40-like MitoCarta3.0 "targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression+, MS/MS" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM" Tpossible_mito 24.6574 0.003 1 "targetP signal, yeast mito homolog+, mito protein domain+, induction, coexpression+, MS/MS" ENSMUSG00000005674 Q9CZR3 308 4 MitoDomain 39 1.01 OrthologMitoLowConf NoHomolog 25-50ambig chr1 171217802 171222514 8 6 36 5.36E+08 28 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, stomach, testis" 8.3 8 7.6 8 7.7 7.5 7 7.3
76187 137872 Adhfe1 6330565B14Rik|AI043035|Adh8|HOT "alcohol dehydrogenase, iron containing, 1" MitoCarta3.0 "targetP signal, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > GABA metabolism Tpossible_mito 24.5871 0.003 1 "targetP signal, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" ENSMUSG00000025911 Q8R0N6 465 2 SharedDomain 29 OrthologMitoHighConf NoHomolog 50-75pure chr1 9548045 9577968 6 19 110 6.09E+09 61 "kidney, liver, heart, adipose, stomach, placenta" 9.3 8.6 7.8 9.5 8.6 7.3 Vesicles (Approved)
67426 56997 Coq8a 4632432J16Rik|AI462003|Adck|Adck3|Cabc|Cabc1|mKIAA0451 coenzyme Q8A MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 24.5859 0.003 1 "literature, APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000026489 Q60936 645 SharedDomain 30 1.34 OrthologMitoLowConf Homolog 50-75pure chr1 180165237 180196020 14 31 266 1.16E+10 53 all 14 8 7.8 7.8 7.9 9.2 9.2 9.5 9.5 8.9 7.7 8.8 8.6 7.2 7.7 Mitochondria (Supported)
71911 622 Bdh1 2310032J20Rik|AI327223|Bdh "3-hydroxybutyrate dehydrogenase, type 1" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Ketone metabolism Tmito 24.5725 0.003 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000046598 Q80XN0 343 1 SharedDomain 6 1.72 NoMitoHomolog Homolog 75-100pure chr16 31422296 31458901 14 28 973 6.85E+10 77 all 14 9.5 9.1 9.4 9.7 9.9 10.1 9.4 7.9 7.4 10.1 10.2 9.6 8.8 8.9 Mitochondria (Enhanced)
66169 54543 Tomm7 1110020J08Rik|AW047273|TOM|Tom7 translocase of outer mitochondrial membrane 7 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM | Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy" Tmito 24.4914 0.003 1 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000028998 Q9D173 55 MitoDomain 12 OrthologMitoHighConf NoHomolog 75-100pure chr5 23838943 23844145 11 8 70 2.90E+09 93 "cerebrum, cerebellum, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, stomach, placenta, testis" 8.6 8.1 7.9 7.8 8.4 7.7 8.2 8.1 7.7 9 8.8
15159 3052 Hccs - holocytochrome c synthetase MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" IMS Metabolism > Metals and cofactors > Heme synthesis and processing | OXPHOS > OXPHOS subunits | OXPHOS > Cytochrome C Tmito 24.3143 0.003 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000031352 P53702 272 MitoDomain 18 2.2 OrthologMitoHighConf NoHomolog 50-75ambig chrX 169311530 169320343 8 14 73 5.98E+08 60 "cerebrum, spinalcord, heart, adipose, smallintestine, largeintestine, placenta, testis" 7.1 7.1 7.9 7.7 7.5 7.7 8.4 8.1 Mitochondria (Enhanced)
94063 54948 Mrpl16 2310039D06Rik mitochondrial ribosomal protein L16 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain, coexpression++, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 24.2928 0.003 1 "literature, targetP signal, yeast mito homolog++, mito protein domain, coexpression++, MS/MS+" ENSMUSG00000024683 Q99N93 251 4 SharedDomain 49 OrthologMitoHighConf NoHomolog 25-50pure chr19 11770414 11774946 13 13 110 3.85E+09 49 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, placenta, testis" 8.8 8.5 8.6 8.3 8.5 8.5 7.8 7.2 8.3 8 8.6 8.8 8.4
19125 5625 Prodh P|Pr|Pro-1|Pro1|Ym24d07 proline dehydrogenase MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM "Metabolism > Amino acid metabolism > Proline metabolism | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 24.1988 0.003 1 "literature, targetP signal, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000003526 Q9WU79 599 3 MitoDomain 11 OrthologMitoLowConf NoHomolog 50-75pure chr16 18071725 18089190 13 46 510 2.21E+10 70 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.5 8.8 8.7 9.8 9.9 7.4 9.5 8.7 8.7 8.3 8.7 8.1
107734 51263 Mrpl30 2310001L22Rik|L30mt|MRP-|MRP-L28|MRP-L30|Rpm|Rpml28 mitochondrial ribosomal protein L30 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression++, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 24.0915 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression++, MS/MS" ENSMUSG00000026087 Q9D7N6 160 3 SharedDomain 47 OrthologMitoHighConf NoHomolog 50-75ambig chr1 37890552 37898333 14 14 130 1.47E+09 68 all 14 7.6 7.2 7.3 7.6 7.8 8 7.7 7.1 8 8.2 8.7 7.4 8.5 7.9
67273 4705 Ndufa10 2900053E13Rik NADH:ubiquinone oxidoreductase subunit A10 MitoCarta3.0 "literature, targetP signal+, mito protein domain, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 24.0759 0.003 1 "literature, targetP signal+, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000026260 Q99LC3 355 1 SharedDomain 46 NoMitoHomolog NoHomolog 75-100pure chr1 92439718 92473758 14 39 1704 1.70E+11 88 all 14 10.1 10 10.3 9.9 10.4 9.6 10.3 10.2 10.1 10 9.9 9.9 10.1 9.6 Mitochondria (Supported)
212679 92935 Mars2 C730026E21Rik|MetRS methionine-tRNA synthetase 2 (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 24.0213 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000046994 Q499X9 586 2 SharedDomain 13 OrthologMitoHighConf Homolog 25-50pure chr1 55237176 55240058 12 18 100 1.26E+09 43 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.7 8.1 7.9 7.8 8.2 7.7 7.5 8.3 7.4 7.8 8.5
53895 8192 Clpp AU019820|D17Wsu160|D17Wsu160e caseinolytic mitochondrial matrix peptidase proteolytic subunit MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 24.0134 0.003 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000002660 O88696 272 3 SharedDomain 33 0.52 NoMitoHomolog Ortholog 50-75pure chr17 56990263 56996371 14 12 350 1.53E+10 51 all 14 9.2 9 9.3 8.8 8.9 9.2 8.4 7.7 9.2 8.8 8.9 8.7 9.4 8.9 Mitochondria (Supported)
56248 50808 Ak3 AA407498|AI506714|AK-|AK-3|Ak3l|Ak3l1|Akl3l adenylate kinase 3 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 24.0056 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000024782 Q9WTP7 227 3 SharedDomain 26 0.89 HomologMitoLowConf Homolog 75-100pure chr19 29020831 29047902 14 28 1015 1.02E+11 89 all 14 9.9 9.8 9.9 9.6 10.1 10.3 9.4 8.2 10 10 9.8 9.5 9.9 9.5 Mitochondria (Supported)
234847 6687 Spg7 AI452278|AU015315|Cm|Cmar|PGN|pa "SPG7, paraplegin matrix AAA peptidase subunit" MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 23.9951 0.003 1 "literature, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression+, MS/MS" ENSMUSG00000000738 Q3ULF4 781 1 MitoDomain 32 HomologMitoLowConf Homolog 25-50ambig chr8 123065507 123097751 13 36 193 2.22E+09 48 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.7 7.9 7.8 8.2 8 7.6 8 7.3 8.9 8.1 8.2 8.6
52892 6341 Sco1 2610001C07Rik|D11Bwg1310e SCO1 cytochrome c oxidase assembly protein MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" MIM OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Copper metabolism | OXPHOS > OXPHOS assembly factors Tmito 23.9407 0.003 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000069844 Q5SUC9 284 1 SharedDomain 4 OrthologMitoHighConf Homolog 50-75pure chr11 67052669 67067440 12 15 135 3.15E+09 60 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.4 8.7 8.3 8.4 7.6 7.8 8.3 8.9 8.1 8.2 8.2
11983 93974 Atpif1 ATP5IF1|Atpi|IF(1)|If|If1 ATPase inhibitory factor 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" Matrix OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 23.9236 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000054428 O35143 106 2 MitoDomain 4 OrthologMitoHighConf NoHomolog 50-75pure chr4 132530554 132533659 14 21 1094 7.55E+10 71 all 14 9.8 9.5 9.9 9.7 9.7 8.8 7.6 7 9 10 10.2 9.9 9.6 9.8 Mitochondria (Enhanced)
66075 54927 Chchd3 0610041L09Rik|1700039J09Rik|AW558177|Mico|Micos19 coiled-coil-helix-coiled-coil-helix domain containing 3 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, GFP, Rickettsial homolog, induction, coexpression++, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions Tmito 23.8115 0.003 1 "literature, APEX_IMS, APEX_matrix, GFP, Rickettsial homolog, induction, coexpression++, MS/MS++" ENSMUSG00000053768 Q9CRB9 227 NA 44 1.34 NoMitoHomolog Ortholog 75-100pure chr6 32792226 33060152 14 38 1240 5.81E+10 86 all 14 9.9 9.5 10 9.6 9.7 9.5 9.7 8.9 9.4 9.4 9.6 9.5 9.7 9.2 Mitochondria (Supported)
338350 Acad12 9330129D05Rik "acyl-Coenzyme A dehydrogenase family, member 12" MitoCarta3.0 "targetP signal+, mito protein domain+, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tnon_mito 23.803 0.003 1 "targetP signal+, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000042647 D3Z7X0 555 1 MitoDomain 37 NoMitoHomolog NoHomolog 50-75pure chr5 121598280 121618938 12 38 328 1.19E+10 57 "cerebrum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 7.1 9.6 8.5 9.4 8.5 9.3 8.7 8.5 9 8.1 8.7
58875 11112 Hibadh 6430402H10Rik|AI265272 3-hydroxyisobutyrate dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 23.787 0.005 1 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000029776 Q99L13 335 1 SharedDomain 35 1.78 NoMitoHomolog NoHomolog 50-75pure chr6 52546229 52640300 14 22 688 5.04E+10 69 all 14 8.9 8.6 9.3 9.4 9.9 9.8 9.2 8.4 10 8.8 9.4 9.8 9.5 9.7
384281 283459 Gatc 2010003O18Rik "glutamyl-tRNA(Gln) amidotransferase, subunit C" MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 23.7659 0.005 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000029536 Q8CBY0 155 2 MitoDomain 16 0.91 NoMitoHomolog Ortholog 25-50ambig chr5 115333241 115341161 6 4 19 1.46E+08 35 "cerebrum, cerebellum, spinalcord, kidney, largeintestine, testis" 7.4 7.6 7 7.7 6.5 7.2
12869 Cox8b COX8|Cox8h|CoxVIII-H cytochrome c oxidase subunit 8B MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, coexpression+, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 23.7533 0.005 1 "literature, targetP signal, mito protein domain+, induction, coexpression+, MS/MS++" ENSMUSG00000025488 P48772 70 3 MitoDomain 36 1.11 NoMitoHomolog NoHomolog 50-75pure chr7 140898941 140900446 1 2 34 2.24E+08 50 skeletalmuscle 8.4
20480 81570 Clpb AL118244|Skd|Skd3 ClpB caseinolytic peptidase B MitoCarta3.0 "APEX_IMS, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" IMS "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 23.7471 0.005 1 "APEX_IMS, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000001829 Q60649 677 1 SharedDomain 1 OrthologMitoLowConf Ortholog 50-75pure chr7 101663767 101790168 13 38 238 3.97E+09 58 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.6 7.9 7.9 8.5 7.7 7.7 8.2 8.3 6.2 7.7 8.1 8.3 9.4
66271 84233 Tmem126a 1810020E01Rik transmembrane protein 126A MitoCarta3.0 "literature, mito protein domain+, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 23.7058 0.005 1 "literature, mito protein domain+, induction, coexpression++, MS/MS++" ENSMUSG00000030615 Q9D8Y1 196 MitoDomain 45 0.93 NoMitoHomolog NoHomolog 50-75pure chr7 90450711 90457208 14 14 429 1.18E+10 73 all 14 9.2 9.1 9.2 8.8 9.3 8.9 8.4 8.6 8.8 8.6 9 8.5 8.9 8.6 Cytosol (Approved)
104776 4329 Aldh6a1 1110038I05Rik|Mmsd|Mmsdh "aldehyde dehydrogenase family 6, subfamily A1" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" MIM Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 23.6899 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000021238 Q9EQ20 535 2 SharedDomain 29 OrthologMitoLowConf NoHomolog 75-100pure chr12 84430719 84450950 14 49 2644 2.68E+11 83 all 14 9.3 9 9.6 8.9 11 10.5 9.9 9.7 10.9 9.7 8.9 10.6 9.7 9.9 Mitochondria (Enhanced)
68735 51023 Mrps18c 1110037D14Rik mitochondrial ribosomal protein S18C MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 23.643 0.005 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000016833 Q8R2L5 143 4 SharedDomain 12 OrthologMitoHighConf Homolog 50-75pure chr5 100798758 100804467 13 9 61 4.05E+09 59 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 8.1 7.2 9.2 8.8 8.6 6.9 7.6 8 8 7 8.8 7.9
228026 5163 Pdk1 B830012B01|D530020C15Rik "pyruvate dehydrogenase kinase, isoenzyme 1" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, mito protein domain+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 23.487 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000006494 Q8BFP9 434 1 MitoDomain 2 OrthologMitoLowConf NoHomolog 50-75pure chr2 71873223 71903858 14 22 153 2.73E+09 56 all 14 8.4 7.4 7.1 8.1 8.1 8.1 8.6 7.7 8.8 8.3 8.4 7.9 7.6 8.6 Mitochondria;Nucleoli (Approved)
105675 10105 Ppif AW457192|CyP-|CyP-D|CyP-F|Cyp|CypD|PPIase peptidylprolyl isomerase F (cyclophilin F) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Signaling > Calcium homeostasis > Mitochondrial permeability transition pore Tmito 23.4233 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000021868 Q99KR7 206 1 SharedDomain 7 4.9 HomologMitoLowConf NoHomolog 75-100pure chr14 25694169 25700466 14 21 781 3.43E+10 77 all 14 9.2 9.1 9.6 9.2 9.7 9.2 9.9 8.5 8.7 9.1 9.7 9.2 9.4 8.4 Mitochondria (Supported)
380840 57128 Lyrm4 BC034664|Gm903 LYR motif containing 4 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, induction, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis Tmito 23.3896 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000046573 Q8K215 91 3 MitoDomain 8 1.08 HomologMitoLowConf NoHomolog 75-100pure chr13 35978796 36117357 14 16 232 8.43E+09 82 all 14 8.9 8.6 8.9 8.7 9.3 8.8 7.9 7.7 8.7 8.6 8.6 8.5 8.8 8.9 Nuclear bodies (Supported)
51798 1891 Ech1 AA617331 "enoyl coenzyme A hydratase 1, peroxisomal" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism Tmito 23.3123 0.005 1 "APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000053898 O35459 327 2 SharedDomain 39 OrthologMitoLowConf NoHomolog 50-75pure chr7 28825337 28832239 14 22 796 4.14E+10 61 all 14 8.4 7.5 8.2 8.2 9.5 9.7 10.2 7.4 9.8 9.3 9.4 8.9 9.5 9.2 Mitochondria (Enhanced)
52538 10449 Acaa2 0610011L04Rik|AI255831|AI265397|D18Ertd240|D18Ertd240e acetyl-Coenzyme A acyltransferase 2 (mitochondrial 3-oxoacyl-Coenzyme A thiolase) MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Ketone metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Lysine metabolism Tmito 23.3099 0.005 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000036880 Q8BWT1 397 3 SharedDomain 31 0.93 NoMitoHomolog Homolog 75-100pure chr18 74779211 74806207 14 43 3732 4.02E+11 93 all 14 9.1 8.7 9.1 9.2 10.4 11.2 11 9.7 10.2 10.6 10.2 10.2 10.2 10.2 Mitochondria (Supported)
66416 4701 Ndufa7 14.5kD|14.5kDa|2400007M02Rik|CI-B14.5a NADH:ubiquinone oxidoreductase subunit A7 MitoCarta3.0 "literature, APEX_matrix, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 23.2482 0.005 1 "literature, APEX_matrix, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000041881 Q9Z1P6 113 5 MitoDomain 41 NoMitoHomolog NoHomolog 75-100pure chr17 33824571 33838316 14 21 899 3.42E+10 82 all 14 9.5 9.2 9.6 9.5 9.5 9.3 9.4 8.8 9.2 9.4 9.4 9.5 9.5 9.2 Mitochondria (Supported)
66223 51318 Mrpl35 1110066C01Rik mitochondrial ribosomal protein L35 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 23.2243 0.005 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression++" ENSMUSG00000052962 Q9CQL6 188 2 SharedDomain 48 1.71 NoMitoHomolog Ortholog 0-25ambig chr6 71812996 71823784 2 5 8 1.22E+08 20 "largeintestine, testis" 7.6 7.9
66904 5096 Pccb 1300012P06Rik|AI314687|R74805 "propionyl Coenzyme A carboxylase, beta polypeptide" MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Propanoate metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 23.2171 0.005 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000032527 Q99MN9 541 2 SharedDomain 31 HomologMitoLowConf Homolog 75-100pure chr9 100982037 101034875 14 46 1233 6.27E+10 91 all 14 9.2 8.8 9 8.8 10 9.7 9.6 9.4 10.2 9.4 9.5 10 9.4 9.6
71883 27235 Coq2 2310002F18Rik|PHB:PPT coenzyme Q2 4-hydroxybenzoate polyprenyltransferase MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 23.1253 0.005 1 "literature, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression+" ENSMUSG00000029319 Q66JT7 374 1 SharedDomain 35 OrthologMitoHighConf Ortholog chr5 100654725 100674256 Cytosol (Approved)
66448 55052 Mrpl20 2610008D01Rik|4930425I20Rik mitochondrial ribosomal protein L20 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 23.0915 0.005 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000029066 Q9CQL4 149 1 SharedDomain 18 1.56 NoMitoHomolog Ortholog 50-75ambig chr4 155803617 155808829 13 13 166 2.48E+09 58 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8 8 7.7 8.3 7.6 7.2 8.3 8.4 8.8 7.7 8.6 8.5 Mitochondria (Supported)
21854 10440 Timm17a 17kD|Tim17a|mTim1|mTim17a translocase of inner mitochondrial membrane 17a MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein import and sorting > TIM23 presequence pathway" Tmito 23.0894 0.005 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000062580 Q9Z0V8 171 MitoDomain 25 1.44 OrthologMitoLowConf NoHomolog 75-100ambig chr1 135301534 135313737 14 9 109 1.14E+09 94 all 14 7.5 7.2 7.1 7.4 8.3 7.6 7.7 7.4 8.1 7.4 8.1 7.6 8.5 8.1 Mitochondria;Nucleoplasm (Supported)
56322 29928 Timm22 Tim22 translocase of inner mitochondrial membrane 22 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" MIM "Protein import, sorting and homeostasis > Protein import and sorting > TIM22 carrier pathway" Tmito 23.0601 0.005 1 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000020843 Q9CQ85 194 MitoDomain 11 1.1 OrthologMitoHighConf NoHomolog 50-75ambig chr11 76407166 76416312 14 8 130 2.93E+09 54 all 14 8.8 8.6 8.6 8.5 8.2 8 7.3 6.8 8.2 7.9 8.5 7.8 8.1 8
66047 116541 Mrpl54 0610008M19Rik|D10Sut1|D10Sut1e mitochondrial ribosomal protein L54 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 23.0146 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, coexpression, MS/MS+" ENSMUSG00000034932 Q9CPW3 135 1 SharedDomain 15 OrthologMitoHighConf NoHomolog 25-50pure chr10 81264721 81266926 13 6 58 8.90E+08 50 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.3 7.4 7.1 8.1 8 6.7 7.7 7.9 8.3 7 8.2 7.9 Mitochondria (Approved)
223696 56993 Tomm22 2310047D01|Tom2|Tom22 translocase of outer mitochondrial membrane 22 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM" Tmito 22.9776 0.005 1 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000022427 Q9CPQ3 142 MitoDomain 9 OrthologMitoHighConf NoHomolog 75-100pure chr15 79670867 79672862 14 9 385 2.59E+10 77 all 14 9.7 9.5 9.4 8.9 9.5 8.3 9.1 8.4 9.2 8.3 9.4 8.6 9.2 9.4 Mitochondria (Enhanced)
12908 1384 Crat AW107812|CA|CARAT carnitine acetyltransferase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 22.9286 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000026853 P47934 626 3 SharedDomain 15 1.47 OrthologMitoLowConf NoHomolog 50-75pure chr2 30400475 30415748 14 46 1016 5.53E+10 67 all 14 8.9 8.6 8.9 8.7 9.7 8.7 10.1 10 10 9.1 9 9.2 8.8 10 Nuclear membrane;Nucleoplasm (Approved)
77721 64969 Mrps5 1620401I16Rik|AI850294 mitochondrial ribosomal protein S5 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 22.9059 0.005 1 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000027374 Q99N87 432 5 SharedDomain 19 2.95 OrthologMitoHighConf Homolog 25-50ambig chr2 127587425 127603986 11 17 101 1.82E+09 33 "cerebrum, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.1 8.3 8.1 8.5 6.9 8 8.3 8.6 8.1 8.5 7.7 Mitochondria (Supported)
209692 55526 Dhtkd1 C330018I04Rik dehydrogenase E1 and transketolase domain containing 1 MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS" Matrix Metabolism > Amino acid metabolism > Lysine metabolism Tmito 22.8824 0.005 1 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS" ENSMUSG00000025815 A2ATU0 921 1 MitoDomain NA OrthologMitoLowConf Homolog 50-75ambig chr2 5898059 5942792 6 41 217 5.18E+09 58 "cerebrum, kidney, liver, adipose, placenta, testis" 6.9 9.3 9.1 9 8.2 8.7 Mitochondria (Supported)
70397 54968 Tmem70 1110020A09Rik|2210416J16Rik transmembrane protein 70 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > Complex V > CV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 22.7888 0.005 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++, MS/MS" ENSMUSG00000025940 Q921N7 254 1 MitoDomain 46 0.33 NoMitoHomolog NoHomolog 0-25pure chr1 16665190 16678275 13 5 78 9.18E+08 13 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.7 8.3 7.6 7.6 7.6 7.6 8 7.8 8 7.6 7.5 7.7 Mitochondria (Supported)
66400 84266 Alkbh7 2310045B01Rik|2510008E23Rik|Abh|Abh7|Spa|Spata11 alkB homolog 7 MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS" Matrix 0 Tmito 22.7508 0.005 1 "APEX_matrix, targetP signal+, mito protein domain, induction, coexpression++, MS/MS" ENSMUSG00000002661 Q9D6Z0 221 1 SharedDomain 42 1.86 NoMitoHomolog NoHomolog 25-50ambig chr17 56997338 56999336 4 5 13 9.68E+07 40 "cerebellum, brainstem, largeintestine, testis" 7.3 7 7.4 7.6 Mitochondria (Supported)
64655 56945 Mrps22 3100002P07Rik|Rpm|Rpms22 mitochondrial ribosomal protein S22 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 22.7493 0.005 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000032459 Q9CXW2 359 1 MitoDomain 27 1.47 NoMitoHomolog NoHomolog 50-75ambig chr9 98588729 98601679 14 26 230 6.78E+09 73 all 14 8.4 8.3 8.7 7.3 8.9 7.6 8.1 8.3 8.7 8.8 9.1 8 9.2 8.5 Mitochondria (Supported)
67530 7381 Uqcrb 2210415M14Rik|QP-|QP-C|QPC|UQBC|UQBP|UQPC ubiquinol-cytochrome c reductase binding protein MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits Tmito 22.6843 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000021520 Q9CQB4 111 4 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr13 66900620 66905350 14 27 1241 1.58E+11 97 all 14 10.1 9.9 10.3 9.6 10.4 10.1 9.9 9.5 9.9 10.2 10.1 9.9 9.8 9.9
12867 1350 Cox7c COX|COXVIIc|Cox7c1 cytochrome c oxidase subunit 7C MitoCarta3.0 "literature, APEX_IMS, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 22.6843 0.005 1 "literature, APEX_IMS, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000017778 P17665 63 4 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr13 86044797 86046795 14 11 474 2.25E+10 87 all 14 9.7 9.4 9.4 8.5 8.9 9.1 8.5 8.5 9 9.5 7.3 9.3 9.1 9.3
69702 51103 Ndufaf1 2410001M24Rik|CGI-6|CGI-65|CIA|CIA30 NADH:ubiquinone oxidoreductase complex assembly factor 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 22.6443 0.005 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000027305 Q9CWX2 330 4 SharedDomain 46 2.08 NoMitoHomolog NoHomolog 50-75pure chr2 119655450 119662798 10 20 71 1.01E+09 51 "cerebellum, brainstem, spinalcord, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7.5 8 7.4 8.5 7 8.4 7 8 8.1 Cytosol (Enhanced)
66948 27034 Acad8 2310016C19Rik|AI786953 "acyl-Coenzyme A dehydrogenase family, member 8" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 22.5541 0.005 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000031969 Q9D7B6 413 1 MitoDomain 23 NoMitoHomolog NoHomolog 50-75pure chr9 26974138 26999549 14 26 357 1.58E+10 63 all 14 8 7.4 8.2 7.6 9.7 9.1 8 8.8 9.2 8.4 9.1 9.3 9.1 9.3
70560 10352 Wars2 5730427B17Rik|9430020O07Rik|AI413375|T|TrpRS tryptophanyl tRNA synthetase 2 (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 22.4786 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000004233 Q9CYK1 360 2 SharedDomain 5 OrthologMitoHighConf Ortholog 25-50ambig chr3 99141089 99220203 9 18 63 6.21E+08 44 "cerebrum, cerebellum, brainstem, kidney, skeletalmuscle, adipose, largeintestine, placenta, testis" 7.6 7.5 7.8 8.1 7.2 7.5 8.3 7.8 7.8 Mitochondria (Supported)
79044 65993 Mrps34 0610007F04Rik|5330430D13Rik|AV001970|Tce2 mitochondrial ribosomal protein S34 MitoCarta3.0 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 22.475 0.005 1 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS++" ENSMUSG00000038880 Q9JIK9 218 2 NA 45 1.43 NoMitoHomolog NoHomolog 50-75pure chr17 24895119 24896273 14 17 199 6.98E+09 69 all 14 9 8.9 9.1 8.6 8.7 8.5 8.1 6.7 8.4 8.5 8.7 7.9 9.1 8.5 Mitochondria (Supported)
78330 4731 Ndufv3 1500032D16Rik NADH:ubiquinone oxidoreductase core subunit V3 MitoCarta3.0 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 22.475 0.005 1 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS++" ENSMUSG00000024038 Q8BK30 468 2 NA 45 0.58 NoMitoHomolog NoHomolog 50-75pure chr17 31520114 31531325 14 29 384 6.82E+09 65 all 14 8.3 8 8.6 8.8 9.2 8.3 7 7.4 9.2 8.7 8.8 8.7 8.1 8.5 Mitochondria (Enhanced)
68198 4708 Ndufb2 1810011O01Rik|8kD|8kDa|AGGG|AI325567|CI-AGGG NADH:ubiquinone oxidoreductase subunit B2 MitoCarta3.0 "literature, targetP signal, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 22.475 0.005 1 "literature, targetP signal, induction, coexpression++, MS/MS++" ENSMUSG00000002416 Q9CPU2 105 2 NA 50 0.73 NoMitoHomolog NoHomolog 50-75pure chr6 39592582 39599471 14 4 99 1.18E+10 50 all 14 9.2 8.8 9.2 8.6 9.3 8.8 8.9 8.4 8.7 8.7 9.1 8.9 8.6 8.6 Mitochondria;Nucleoplasm (Approved)
78830 8604 Slc25a12 2610002D09Rik|AI839531|B230107K20Rik|BB129864 "solute carrier family 25 (mitochondrial carrier, Aralar), member 12" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Malate-aspartate shuttle | Metabolism > Amino acid metabolism > Glutamate metabolism | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > SLC25A family Tmito 22.4605 0.005 1 "literature, yeast mito homolog+, mito protein domain+, induction, MS/MS++" ENSMUSG00000027010 Q8BH59 677 MitoDomain 2 1.97 OrthologMitoLowConf NoHomolog 75-100pure chr2 71274294 71367554 14 63 4454 4.13E+11 84 all 14 10.9 10.6 10.9 10.6 10.5 9.9 10.3 10.9 9.5 9.6 9.9 9.9 10.1 9.4 Nuclear speckles (Uncertain)
11740 292 Slc25a5 An|Ant2 "solute carrier family 25 (mitochondrial carrier, adenine nucleotide translocator), member 5" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, MS/MS++" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Signaling > Calcium homeostasis > Mitochondrial permeability transition pore | Small molecule transport > SLC25A family Tmito 22.4605 0.005 1 "literature, yeast mito homolog+, mito protein domain+, induction, MS/MS++" ENSMUSG00000016319 P51881 298 MitoDomain NA 1.72 OrthologMitoLowConf NoHomolog 75-100pure chrX 36795651 36798806 14 55 12655 1.56E+12 99 all 14 11 10.9 11.2 11.1 11.2 10.7 11.2 10.7 10.9 11.3 11.1 11.1 11 10.7 Mitochondria (Supported)
66292 54460 Mrps21 1810031B19Rik|S21mt mitochondrial ribosomal protein S21 MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 22.3635 0.005 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain, induction, MS/MS++" ENSMUSG00000054312 P58059 87 SharedDomain NA 1.35 OrthologMitoHighConf Ortholog 50-75pure chr3 95862651 95870619 14 9 102 2.33E+09 74 all 14 8.2 8.2 8.3 7.7 8.4 8.2 7.2 7 8 8.5 8.7 7.8 8.3 8 Mitochondria (Supported)
76467 22921 Msrb2 2310050L06Rik|Mrsb|Ms|Msrb|Pilb methionine sulfoxide reductase B2 MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism | Metabolism > Sulfur metabolism Tmito 22.2126 0.005 1 "APEX_matrix, targetP signal+, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000023094 Q78J03 175 1 SharedDomain 7 0.38 OrthologMitoLowConf NoHomolog 50-75pure chr2 19371635 19394971 13 12 154 2.28E+09 60 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.5 8.3 8.7 8.3 8.5 7.6 8 7.7 8.3 8 7.9 7.9 7.7
73046 51218 Glrx5 - glutaredoxin 5 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 22.0709 0.005 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000021102 Q80Y14 152 1 SharedDomain 7 OrthologMitoLowConf Homolog 25-50pure chr12 105032688 105040910 14 8 223 1.09E+10 39 all 14 8.6 8.5 8.7 8.6 9.2 9.2 8.2 8 9.1 9 9 8.8 9.2 8.9 Mitochondria (Supported)
103172 400916 Chchd10 1620401E04Rik|AI267078|Ndg|Ndg2 coiled-coil-helix-coiled-coil-helix domain containing 10 MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, mito protein domain, induction, coexpression++" IMS 0 Tmito 22.0487 0.005 1 "literature, targetP signal, yeast mito homolog+, mito protein domain, induction, coexpression++" ENSMUSG00000049422 Q7TNL9 138 2 SharedDomain 46 5.24 OrthologMitoLowConf NoHomolog chr10 75935572 75937734 Mitochondria (Supported)
67876 80219 Coq10b 1500041J02Rik|1700030I21Rik|9530077A17Rik|AV002237|AW742641 coenzyme Q10B MitoCarta3.0 "GFP, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS+" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 22.0063 0.005 1 "GFP, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000025981 Q3THF9 242 2 MitoDomain 4 OrthologMitoLowConf Homolog 25-50pure chr1 55052769 55072702 11 6 32 3.69E+08 40 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta" 7.3 7 7.6 6.5 7.2 8.1 7.9 7.7 7 7.3 6.8 Cytosol (Approved)
67554 253512 Slc25a30 4933433D23Rik|AV025504|AV221431|AW319655|KMCP|KMCP1 "solute carrier family 25, member 30" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Sulfur metabolism | Small molecule transport > SLC25A family Tmito 21.9678 0.005 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000022003 Q9CR58 291 MitoDomain 11 OrthologMitoLowConf NoHomolog 75-100pure chr14 75761998 75787037 5 16 34 6.00E+08 78 "cerebrum, cerebellum, liver, placenta, testis" 7.2 7.3 7.1 7.5 8.7 Nucleoplasm (Approved)
50799 10165 Slc25a13 AI785475|Ct|Ctrn|ci "solute carrier family 25 (mitochondrial carrier, adenine nucleotide translocator), member 13" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Malate-aspartate shuttle | Metabolism > Amino acid metabolism > Urea cycle | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > SLC25A family Tmito 21.9678 0.005 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000015112 Q9QXX4 676 MitoDomain 10 OrthologMitoLowConf NoHomolog 75-100pure chr6 6041217 6217173 14 55 1834 1.68E+11 85 all 14 10 9.6 10 9.9 10.6 10.7 10.1 10 8.9 9.3 9.8 9.6 9.9 9.7 Mitochondria (Supported)
27376 1468 Slc25a10 Di|Dic "solute carrier family 25 (mitochondrial carrier, dicarboxylate transporter), member 10" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > Malate-aspartate shuttle | Small molecule transport > SLC25A family Tmito 21.9678 0.005 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000025792 Q9QZD8 287 MitoDomain 14 OrthologMitoLowConf NoHomolog 75-100pure chr11 120491836 120501161 12 25 608 3.92E+10 82 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8 8.5 8.9 9.9 9.9 10 9.6 9.5 8.5 9.5 9.2 Mitochondria (Supported)
12865 1346 Cox7a1 COX|COX7|COX7A|COX7AH|COX7AM cytochrome c oxidase subunit 7A1 MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, coexpression, MS/MS+" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 21.9553 0.005 1 "literature, targetP signal, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000074218 P56392 80 2 MitoDomain 19 6.03 NoMitoHomolog NoHomolog 25-50pure chr7 30184170 30186030 13 6 167 5.79E+09 44 "cerebrum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 8 7.3 8.2 7.4 9 9 8.2 9.1 7.2 9.2 7.5 8.3
67283 60386 Slc25a19 2900089E13Rik|DN|DNC|MUP|MUP1|TP|TPC "solute carrier family 25 (mitochondrial thiamine pyrophosphate carrier), member 19" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" MIM Metabolism > Vitamin metabolism > Vitamin B1 metabolism | Small molecule transport > SLC25A family Tmito 21.9122 0.005 1 "literature, yeast mito homolog++, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000020744 Q9DAM5 318 MitoDomain 16 0.95 OrthologMitoHighConf NoHomolog 25-50ambig chr11 115614180 115628295 4 11 27 3.29E+08 45 "cerebellum, spinalcord, adipose, testis" 7.4 7.6 8.2 8
69029 91689 Smdt1 1500032L24Rik|Emr|Emre single-pass membrane protein with aspartate rich tail 1 MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, coexpression+, MS/MS" MIM Signaling > Calcium homeostasis > Calcium cycle | Small molecule transport > Calcium uniporter Tmito 21.9112 0.005 1 "literature, targetP signal, mito protein domain+, induction, coexpression+, MS/MS" ENSMUSG00000022452 Q9DB10 107 2 MitoDomain 38 0.97 NoMitoHomolog NoHomolog 50-75ambig chr15 82346045 82349062 11 4 82 1.25E+09 51 "cerebrum, cerebellum, brainstem, spinalcord, kidney, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.1 7.6 6.9 7.3 7.2 8.6 7.8 7.5 7.9 7 Mitochondria (Supported)
216767 29093 Mrpl22 E030011D16Rik|HSPC1|HSPC158|L22mt|MRP-|MRP-L22|MRP-L25|Rpm|Rpml25 mitochondrial ribosomal protein L22 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 21.8537 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000020514 Q8BU88 206 2 SharedDomain NA OrthologMitoHighConf Homolog 50-75pure chr11 58171653 58179581 14 16 272 6.26E+09 62 all 14 8.8 8.4 8.8 8.2 8.9 8.5 8.2 8 8.6 8.6 9.2 8.2 8.8 8.3 Mitochondria (Approved)
64657 55173 Mrps10 1110038B19Rik|AW743084|Rpm|Rpms10 mitochondrial ribosomal protein S10 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 21.8537 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000034729 G5E8U5 201 2 SharedDomain NA OrthologMitoHighConf Homolog 50-75pure chr17 47368886 47378679 14 14 155 3.50E+09 66 all 14 8.5 8.2 8.4 8.1 8.4 8.3 7.9 7.8 8.6 8.5 9 7.6 8.4 8.1 Mitochondria (Approved)
114896 Afg3l1 1700047G05Rik|3110061K15Rik AFG3-like AAA ATPase 1 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 21.8459 0.004 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression, MS/MS+" ENSMUSG00000031967 Q920A7 789 2 MitoDomain 12 HomologMitoLowConf Homolog 25-50pure chr8 123477861 123503916 14 25 292 6.72E+09 31 all 14 8.5 8.7 8.7 8.5 9.2 8.7 8.2 8.1 8.8 8.7 8.8 8.4 8.7 8.6
14149 2232 Fdxr AR ferredoxin reductase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, coexpression, MS/MS++" Matrix "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Vitamin metabolism > Vitamin D metabolism" Tmito 21.7468 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, coexpression, MS/MS++" ENSMUSG00000018861 Q61578 494 2 NA 8 OrthologMitoHighConf NoHomolog 75-100pure chr11 115268024 115276969 9 31 210 9.40E+09 78 "spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.9 8.5 8.4 8.6 8.6 8.5 9.3 9.7 Mitochondria (Enhanced)
380773 81892 Slirp 1810035L17Rik SRA stem-loop interacting RNA binding protein MitoCarta3.0 "literature, APEX_matrix, GFP, targetP signal+, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay | Mitochondrial central dogma > Translation Tmito 21.7383 0.004 1 "literature, APEX_matrix, GFP, targetP signal+, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000021040 Q9D8T7 112 1 SharedDomain 11 1.03 NoMitoHomolog NoHomolog 75-100pure chr12 87443895 87449924 14 20 317 1.21E+10 96 all 14 8.8 8.3 8.4 8.7 9.2 9.2 8.5 8.1 8.9 9.1 9.3 8.9 9.2 8.7 Mitochondria (Supported)
67811 26073 Poldip2 1300003F06Rik|Pdip38 "polymerase (DNA-directed), delta interacting protein 2" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, induction, coexpression++, MS/MS++" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid Tmito 21.734 0.004 1 "literature, APEX_matrix, targetP signal+, induction, coexpression++, MS/MS++" ENSMUSG00000001100 Q91VA6 368 1 NonMitoDomain 41 0.73 NoMitoHomolog NoHomolog 50-75pure chr11 78512295 78522736 14 23 186 6.84E+09 68 all 14 8.1 8.2 8.5 7.6 8.9 8.5 7.7 8.2 9 8.1 8.6 8.1 9.3 9 Mitochondria (Approved)
257633 197322 Acsf3 BB101783 acyl-CoA synthetase family member 3 MitoCarta3.0 "APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Type II fatty acid synthesis Tmito 21.7331 0.004 1 "APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000015016 Q3URE1 583 1 SharedDomain 30 NoMitoHomolog Homolog 50-75pure chr8 122775504 122817881 14 35 407 9.25E+09 67 all 14 8.6 8.2 8.5 8.8 9.3 8.6 8.4 8 9.2 8.9 9.1 9 8.5 7.7
69089 5018 Oxa1l 1810020M02Rik|AI894287 oxidase assembly 1-like MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" MIM "Protein import, sorting and homeostasis > Protein import and sorting > OXA | Mitochondrial central dogma > Translation" Tmito 21.7025 0.004 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000000959 Q8BGA9 433 1 SharedDomain 9 OrthologMitoHighConf Ortholog 0-25ambig chr14 54360840 54369669 10 10 64 8.73E+08 19 "cerebrum, brainstem, spinalcord, kidney, heart, adipose, smallintestine, largeintestine, placenta, testis" 7.5 7.7 7.2 8 7.7 8.3 7.9 8 8.3 7.6 Mitochondria (Supported)
269951 3418 Idh2 E430004F23|ID|IDPm|Idh-|Idh-2 "isocitrate dehydrogenase 2 (NADP+), mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA cycle Tmito 21.6918 0.004 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000030541 P54071 452 1 SharedDomain 6 1.06 NoMitoHomolog Homolog 50-75pure chr7 80094846 80115350 14 43 2455 2.87E+11 73 all 14 9.2 8.7 9.1 9.1 10.7 10 11.1 9.8 10 10.4 9.9 10.4 10.4 9.4 Mitochondria (Supported)
27425 10632 Atp5l 4933437C06Rik|Atp5mg "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit G" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits | Mitochondrial dynamics and surveillance > Cristae formation Tmito 21.6458 0.004 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000038717 Q9CPQ8 103 5 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr9 44913247 44920742 14 15 676 2.13E+11 97 all 14 10.2 10 10.1 10 10.9 10.1 10 9.2 9.8 10.1 10.2 10 9.9 9.7 Mitochondria (Supported)
69168 51027 Bola1 1810037G04Rik bolA-like 1 (E. coli) MitoCarta3.0 "GFP, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 21.6421 0.004 1 "GFP, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000015943 Q9D8S9 137 1 SharedDomain 18 NoMitoHomolog Ortholog 50-75pure chr3 96196587 96197586 13 8 83 8.99E+08 67 "cerebrum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.1 7.6 7.6 7.9 8.3 6.5 6.6 8.3 7.7 7.7 7.4 8 8
68126 51011 Fahd2a 1500003K14Rik|B430104H02Rik|Cgi-105|Fahd2 fumarylacetoacetate hydrolase domain containing 2A MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix 0 Tmito 21.5959 0.004 1 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000027371 Q3TC72 313 2 SharedDomain 15 1 HomologMitoLowConf NoHomolog 75-100pure chr2 127436214 127444565 14 21 293 1.50E+10 78 all 14 9.1 8.7 9 9.1 9.4 8.5 8.8 7.7 9.4 8.4 8.7 8.5 7.8 9.6
67636 144363 Etfrf1 4930469P12Rik|AL022899|Gh|Ghiso|Lyr|Lyrm5 electron transfer flavoprotein regulatory factor 1 MitoCarta3.0 "mito protein domain+, induction, coexpression, MS/MS++" Matrix "Metabolism > Electron carriers > Q-linked reactions, other" Tpossible_mito 21.5276 0.004 1 "mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000040370 Q91V16 86 MitoDomain 26 1.73 NoMitoHomolog NoHomolog 75-100pure chr6 145211133 145216542 11 16 157 1.63E+09 88 "cerebrum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta" 6.9 7.6 7 8.2 8.5 8.2 8.8 7.8 7.6 7.9 7.8
68197 4718 Ndufc2 1810004I06Rik|2010300P09Rik|G1|R75094 NADH:ubiquinone oxidoreductase subunit C2 MitoCarta3.0 "literature, APEX_IMS, mito protein domain+, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 21.4388 0.004 1 "literature, APEX_IMS, mito protein domain+, coexpression++, MS/MS++" ENSMUSG00000030647 Q9CQ54 120 MitoDomain 46 NoMitoHomolog NoHomolog 75-100pure chr7 97400002 97407800 14 17 716 7.95E+10 81 all 14 9.9 9.8 10 9.6 10.1 9.7 9.5 9.2 9.6 9.8 9.8 9.7 9.5 9.3 Mitochondria (Supported)
68375 4702 Ndufa8 0610033L03Rik|AW261656|CI-19kD|CI-PGIV NADH:ubiquinone oxidoreductase subunit A8 MitoCarta3.0 "literature, APEX_IMS, mito protein domain, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 21.4229 0.004 1 "literature, APEX_IMS, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000026895 Q9DCJ5 172 SharedDomain 48 1.84 NoMitoHomolog NoHomolog 75-100pure chr2 36036333 36049292 14 19 847 1.33E+11 89 all 14 10.3 9.9 10.4 9.8 10.2 9.9 10.1 9.4 9.7 10 9.9 9.8 9.8 9.4 Mitochondria (Supported)
270685 25902 Mthfd1l 2410004L15Rik|AI647056|Fthfsdc|Fthfsdc1 methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 1-like MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 21.4171 0.004 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000040675 Q3V3R1 977 1 SharedDomain 3 OrthologMitoLowConf Homolog 50-75pure chr10 3973074 4167081 12 65 1172 3.29E+10 70 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.7 9.7 9.7 8.7 7.1 6.6 9.1 8.4 9.6 8.5 9.7 9.8 Mitochondria (Supported)
236900 5165 Pdk3 2610001M10Rik|AI035637 "pyruvate dehydrogenase kinase, isoenzyme 3" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 21.4 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000035232 Q922H2 415 2 MitoDomain 4 OrthologMitoLowConf NoHomolog 50-75pure chrX 93764615 93832095 12 26 245 6.18E+09 66 "cerebrum, cerebellum, brainstem, spinalcord, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.3 8.5 8.8 8.5 6.7 8.3 9 8.8 8.5 8.4 9.3 Mitochondria (Supported)
66379 84987 Cox14 2310016M24Rik|AA959804 cytochrome c oxidase assembly protein 14 MitoCarta3.0 "literature, GFP, mito protein domain+, induction, coexpression++, MS/MS+" MIM Mitochondrial central dogma > Translation > Translation factors | OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 21.3883 0.004 1 "literature, GFP, mito protein domain+, induction, coexpression++, MS/MS+" ENSMUSG00000023020 Q8BH51 57 MitoDomain 48 1.13 NoMitoHomolog NoHomolog 75-100ambig chr15 99725617 99728136 8 6 30 1.79E+09 81 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, smallintestine, testis" 8.3 7.4 7.6 6.1 8.3 7.5 9 8.3 Mitochondria (Supported)
270076 2639 Gcdh 9030411L18|AI266902|D17825|GCD glutaryl-Coenzyme A dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Lysine metabolism Tmito 21.382 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000003809 Q60759 447 1 MitoDomain 12 NoMitoHomolog NoHomolog 50-75pure chr8 84886386 84893921 14 32 499 2.38E+10 75 all 14 8.4 7.5 8.9 8.4 9.9 10 8.6 7.7 9 8.6 8.6 9.1 9 8.6 Mitochondria (Supported)
66493 51258 Mrpl51 2610511M02Rik|CDA0|CDA09|HSPC2|HSPC241|Mrp|Mrp64 mitochondrial ribosomal protein L51 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 21.382 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000030335 Q9CPY1 128 1 MitoDomain 17 NoMitoHomolog NoHomolog 50-75pure chr6 125192199 125194392 13 12 102 2.14E+09 56 "cerebrum, cerebellum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.5 7.7 8.3 8.1 8.6 8.1 8.2 8.4 8.5 8 8.4 8 Mitochondria (Supported)
14651 3029 Hagh BC019817|Gl|Glo|Glo-2|Glo2|Rs|Rsp29 hydroxyacyl glutathione hydrolase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism Tmito 21.3661 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000024158 Q99KB8 309 1 SharedDomain 11 3.34 NoMitoHomolog NoHomolog 50-75pure chr17 24850489 24864450 12 17 155 2.38E+09 63 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.6 7.9 8.2 8.7 8.7 8.3 8.4 7.9 7.3 8.1 8.5
17827 4580 Mtx1 Gca|Gcap6|Mtx metaxin 1 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > SAM | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions" Tmito 21.3512 0.004 1 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000064068 F7C846 461 MitoDomain 5 OrthologMitoHighConf NoHomolog 50-75pure chr3 89209080 89214335 14 30 435 9.71E+09 62 all 14 8.9 8.7 8.8 8.4 9.1 8.7 8.5 7.4 9 7.3 9.1 8.6 9.3 8.9 Mitochondria (Supported)
69955 10667 Fars2 Fa|Fars1|pheRS phenylalanine-tRNA synthetase 2 (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 21.3387 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000021420 Q99M01 451 4 SharedDomain 23 1.09 OrthologMitoLowConf Homolog 25-50ambig chr13 36117642 36537595 5 13 27 2.90E+08 41 "adipose, largeintestine, stomach, placenta, testis" 7.5 7.8 7.5 7.7 8.1 Plasma membrane (Uncertain)
234309 84869 Cbr4 A730083J17Rik|BC009118 carbonyl reductase 4 MitoCarta3.0 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Type II fatty acid synthesis Tmito 21.2618 0.004 1 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000031641 Q91VT4 236 5 SharedDomain 37 1.05 NoMitoHomolog Homolog 75-100pure chr8 61487733 61503500 14 20 423 1.94E+10 76 all 14 9.1 9.1 9.2 8.9 9.4 9.6 9.1 8.3 9.1 8.5 8.9 8.6 9.2 9.3
75398 64983 Mrpl32 0610033O15Rik mitochondrial ribosomal protein L32 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 21.2603 0.004 1 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000015672 Q9DCI9 187 5 SharedDomain 20 OrthologMitoHighConf Ortholog 25-50ambig chr13 14610300 14613037 12 11 70 1.05E+09 46 "cerebrum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 7.7 7.1 8 7.2 6.7 7.8 8 8.3 7.3 8.3 8.3
69662 221545 2310061I04Rik - RIKEN cDNA 2310061I04 gene MitoCarta3.0 "targetP signal, induction, coexpression++, MS/MS+" Matrix 0 Tpossible_mito 21.2418 0.004 1 "targetP signal, induction, coexpression++, MS/MS+" ENSMUSG00000050705 B8JJ69 315 2 NA 45 2.65 NoMitoHomolog NoHomolog 25-50pure chr17 35892676 35897378 14 14 224 4.81E+09 41 all 14 9 8.9 9.1 8.8 8.2 7.7 7.8 8.1 8.1 7.6 8.2 7.8 7.6 8.2
68165 112812 Fdx2 B230118G17Rik|Fdx1|Fdx1l ferredoxin 2 MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 21.2258 0.004 1 "APEX_matrix, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000079677 Q9CPW2 174 1 SharedDomain 13 OrthologMitoLowConf Homolog 25-50ambig chr9 21067519 21073514 11 7 57 8.86E+08 47 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.3 8 8 7.7 7.7 6.9 8.1 7.8 7.3 7.9 8.1
17709 4513 mt-Co2 - cytochrome c oxidase subunit II MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain+, MS/MS+" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 21.1463 0.004 1 "literature, APEX_IMS, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000064354 P00405 227 MitoDomain NA OrthologMitoHighConf Ortholog 25-50pure chrM 7012 7696 14 10 2001 4.42E+11 45 all 14 10.6 10.5 10.7 10.5 10.7 10.4 10.7 9.9 10.3 10.5 10.6 10.4 10.3 10
17705 4508 mt-Atp6 - ATP synthase F0 subunit 6 MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain+, MS/MS+" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 21.1463 0.004 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000064357 P00848 226 MitoDomain NA OrthologMitoHighConf Ortholog 25-50pure chrM 7926 8607 14 4 267 7.53E+09 26 all 14 9.1 8.9 9.2 7.8 8.6 8.2 8.5 9.1 8.3 8.7 8.2 8.4 8.2 8.3
68015 10131 Trap1 2410002K23Rik|HSP|HSP75 TNF receptor-associated protein 1 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression++, MS/MS+" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 21.1386 0.004 1 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression++, MS/MS+" ENSMUSG00000005981 Q9CQN1 706 2 SharedDomain 45 NoMitoHomolog Homolog 75-100ambig chr16 4039976 4077810 14 60 1641 9.78E+10 77 all 14 9.4 9 9.5 9.5 10.4 10 9 9.3 10.1 9.9 10.1 9.4 10 9.7 Mitochondria (Enhanced)
14571 2820 Gpd2 AA408484|AI448216|AU021455|AW494132|GPDH|Gdm1|Gpd-m|Gpdh-m|TISP38 "glycerol phosphate dehydrogenase 2, mitochondrial" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" MIM "Metabolism > Carbohydrate metabolism > Glycerol phosphate shuttle | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 21.1372 0.004 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain, coexpression, MS/MS++" ENSMUSG00000026827 Q64521 727 5 SharedDomain 15 OrthologMitoHighConf NoHomolog 75-100pure chr2 57237677 57370719 13 69 2761 1.40E+11 91 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 10.2 9.8 10.1 10.1 9.9 9.6 10.3 10.3 10.1 9.8 9.9 9.7 9.9
11306 22 Abcb7 AA517758|AU019072|Abc|Abc7 "ATP-binding cassette, sub-family B (MDR/TAP), member 7" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression+, MS/MS+" MIM Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Molybdenum cofactor synthesis and proteins | Small molecule transport > ABC transporters Tmito 21.0529 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression+, MS/MS+" ENSMUSG00000031333 Q61102 752 4 SharedDomain 35 OrthologMitoLowConf Homolog 25-50pure chrX 104280564 104413846 14 36 739 6.65E+09 43 all 14 9 8.8 9 8.8 8.8 8.6 7.2 8.9 8 8.7 8.7 8.2 8.2 7.5 Mitochondria (Supported)
15108 3028 Hsd17b10 17bHSD10|Ad|Ads9|ER|ERAB|Hadh|Hadh2 hydroxysteroid (17-beta) dehydrogenase 10 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" Matrix "Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications | Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism" Tmito 21.0515 0.004 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000025260 Q99N15 261 4 SharedDomain 25 0.66 NoMitoHomolog Homolog 75-100pure chrX 152001895 152004442 14 22 2396 1.94E+11 96 all 14 10.2 10.1 10.2 10 10.2 10.6 10 9.2 10.1 9.9 10.1 10.3 10.2 10
14661 2746 Glud1 AI118167|Gdh-X|Glu|Glud|Gludl glutamate dehydrogenase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glutamate metabolism | Metabolism > Amino acid metabolism > GABA metabolism Tmito 21.0307 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000021794 P26443 558 3 SharedDomain 9 0.36 HomologMitoHighConf Ortholog 50-75pure chr14 34310726 34345033 14 49 4225 4.59E+11 74 all 14 10.6 10.1 10.8 10.5 10.5 11 9.3 9.3 10.4 10.8 10.1 9.9 10.8 9.6 Mitochondria (Supported)
11669 217 Aldh2 AHD-M1|ALDH-E2|ALDHI|Ahd|Ahd-|Ahd-5|Ahd5 "aldehyde dehydrogenase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tmito 21.004 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000029455 P47738 519 2 SharedDomain 5 OrthologMitoLowConf NoHomolog 75-100pure chr5 121567686 121593824 14 51 2836 3.89E+11 80 all 14 9.4 9.1 9.5 9.5 10.6 10.8 9.7 9.2 10.9 10.7 10.5 10 10.4 10.8
233870 7284 Tufm 2300002G02Rik|C76308|C76389|EF-TuMT|EFTU "Tu translation elongation factor, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 20.9566 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000073838 Q8BFR5 452 2 SharedDomain NA OrthologMitoLowConf Homolog 75-100pure chr7 126487354 126490731 14 37 1935 1.10E+11 76 all 14 9.7 9.1 9.7 9.7 10.1 9.7 10 9.6 9.9 10.2 10 9.9 10.2 9.6 Mitochondria (Enhanced)
66592 30968 Stoml2 0610038F01Rik|MSLP2|SL|SLP-2 stomatin (Epb7.2)-like 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis" Tmito 20.9386 0.004 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028455 Q99JB2 353 1 SharedDomain 16 NoMitoHomolog Homolog 75-100pure chr4 43027689 43031384 14 28 465 2.10E+10 83 all 14 9 8.7 9.2 8.7 9.3 8.8 8.3 8.8 9.4 9.1 9.2 8.7 9.8 9.2 Cytosol;Plasma membrane (Supported)
28200 10901 Dhrs4 AI043103|AI790593|CR|D14Ucl|D14Ucla2|NDRD|PHCR|PSCD|R|RRD|mouNRDR dehydrogenase/reductase (SDR family) member 4 MitoCarta3.0 "targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Vitamin metabolism > Vitamin A metabolism Tpossible_mito 20.9386 0.004 1 "targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000022210 Q99LB2 279 1 SharedDomain 16 NoMitoHomolog Homolog 75-100pure chr14 55478757 55490340 14 26 489 3.37E+10 88 all 14 9.1 8.9 9.5 9 10 10 9.3 8.1 9.2 9.2 9 8.6 8.8 9.2 Vesicles (Approved)
56752 223 Aldh9a1 AA139417|Abaldh|ESTM4|ESTM40|TMABA-|TMABA-DH|Tmabadh "aldehyde dehydrogenase 9, subfamily A1" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > GABA metabolism | Metabolism > Detoxification > ROS and glutathione metabolism Tmito 20.8913 0.004 1 "APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000026687 Q9JLJ2 518 2 SharedDomain 10 OrthologMitoLowConf NoHomolog 50-75pure chr1 167349990 167368530 10 28 251 1.41E+10 65 "brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 8.1 9.5 9.3 9 9.5 8.2 8.3 9.5 8.9 Cytosol (Approved)
244141 79731 Nars2 AI875199 asparaginyl-tRNA synthetase 2 (mitochondrial)(putative) MitoCarta3.0 "GFP, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 20.8863 0.004 1 "GFP, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000018995 Q8BGV0 477 1 SharedDomain 16 OrthologMitoHighConf Homolog 0-25ambig chr7 96951526 97064757 5 6 16 4.11E+08 17 "spinalcord, adipose, largeintestine, stomach, placenta" 7.6 7.5 8.4 7.8 7.6 Mitochondria;Nucleoplasm (Approved)
219189 23078 Vwa8 1300010F03Rik|4932416F07Rik|AI957255|Kiaa0564|mKIAA0564 von Willebrand factor A domain containing 8 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression+, MS/MS++" Matrix 0 Tmito 20.8714 0.004 1 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000058997 Q8CC88 1905 2 SharedDomain 32 0.33 HomologMitoLowConf NoHomolog 75-100pure chr14 78849177 79202310 14 161 3053 8.98E+10 77 all 14 9.1 9.3 9.6 8.5 10.6 9.8 9.4 9.8 9.5 9.2 10.1 9.6 9.3 9.6 Lipid droplets;Vesicles (Approved)
99045 64949 Mrps26 AI648866|GI00|GI008|MRP-|MRP-S13|MRP-S26|Rpm|Rpms13 mitochondrial ribosomal protein S26 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.871 0.004 1 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000037740 Q80ZS3 200 2 MitoDomain 10 0.86 NoMitoHomolog NoHomolog 75-100ambig chr2 130563756 130565394 14 21 220 6.23E+09 79 all 14 8.8 8.6 8.7 8.6 8.5 8.5 8.2 7.6 8.7 8.5 9.2 8.3 8.9 8.1 Mitochondria (Supported)
268822 203054 Adck5 A230108P17 aarF domain containing kinase 5 MitoCarta3.0 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" unknown 0 Tpossible_mito 20.7925 0.004 1 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000022550 Q80V03 582 2 SharedDomain 7 0.77 OrthologMitoLowConf Homolog 0-25pure chr15 76576358 76595811 3 5 11 2.25E+07 9 "cerebrum, largeintestine, testis" 6.4 7.1 6.9 Cytosol;Plasma membrane (Approved)
71941 79587 Cars2 2310051N18Rik|2410044A07Rik|D530030H10Rik|cysRS cysteinyl-tRNA synthetase 2 (mitochondrial)(putative) MitoCarta3.0 "APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression++, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 20.6969 0.004 1 "APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression++, MS/MS" ENSMUSG00000056228 Q8BYM8 552 1 SharedDomain 43 NoMitoHomolog Homolog 25-50ambig chr8 11514016 11550771 9 20 70 7.17E+08 45 "cerebrum, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 8 8 8.2 7.7 7.6 7.1 7.8 8.2 Mitochondria;Nucleoplasm (Approved)
70383 1352 Cox10 2410004F01Rik|AU042636 heme A:farnesyltransferase cytochrome c oxidase assembly factor 10 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++" MIM OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Heme synthesis and processing | OXPHOS > OXPHOS assembly factors Tmito 20.69 0.004 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression++" ENSMUSG00000042148 Q8CFY5 443 4 SharedDomain 46 1.25 HomologMitoHighConf Ortholog chr11 63962626 64079472 Mitochondria (Supported)
104130 54539 Ndufb11 CI-ESSS|D5Bwg0566e|D5Bwg0577e|NP15.6|Np|Np15|p15.6 NADH:ubiquinone oxidoreductase subunit B11 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 20.6685 0.004 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, coexpression++, MS/MS++" ENSMUSG00000031059 O09111 151 1 NA 48 NoMitoHomolog NoHomolog 50-75pure chrX 20615325 20617564 14 11 663 4.32E+10 56 all 14 9.6 9.5 9.7 9.2 9.9 9.3 9.4 9.2 9.3 9.5 9.5 9.6 9.2 8.8 Mitochondria (Approved)
18598 Pdha2 Pd|Pdhal pyruvate dehydrogenase E1 alpha 2 MitoCarta3.0 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 20.5894 0.004 1 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" ENSMUSG00000047674 P35487 391 5 MitoDomain 1 OrthologMitoLowConf Homolog 50-75pure chr3 141210003 141212355 13 24 215 2.05E+10 71 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 7.2 8.1 8.4 8.1 8.4 8.8 8 8.3 8 8 8.5 10.3
381760 6742 Ssbp1 2810480P10Rik|G630031O20Rik|MtSSB|mtDB|mtDBP single-stranded DNA binding protein 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid Tmito 20.4854 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000029911 Q9CYR0 152 2 SharedDomain NA OrthologMitoHighConf Ortholog 50-75ambig chr6 40471414 40481823 14 14 483 1.82E+10 73 all 14 9 8.8 8.9 8.8 9.3 9.2 8.8 8.1 8.9 9.3 9.3 8.7 9.6 9.2 Mitochondria (Supported)
100900 150274 Hscb AI325508|AW049829|Hsc20 HscB iron-sulfur cluster co-chaperone MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis Tmito 20.4854 0.004 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000043510 Q8K3A0 234 2 SharedDomain 1 OrthologMitoHighConf Ortholog 50-75ambig chr5 110829069 110839777 10 14 100 1.43E+09 61 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.4 8.1 8.2 8.2 6.5 8.2 8.5 7.6 7.9 8 Cytosol;Mitochondria;Nucleoplasm (Supported)
94064 51264 Mrpl27 A630055F16Rik|D11Moh4|D11Moh47|D18Ertd643|D18Ertd643e mitochondrial ribosomal protein L27 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.4854 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000024414 Q99N92 148 2 SharedDomain NA OrthologMitoHighConf Ortholog 50-75ambig chr11 94653790 94660087 14 11 124 3.42E+09 68 all 14 8.3 8 8.2 7.8 8.4 8.5 7.7 7.3 8.2 8.6 8.8 7.1 8.9 8.5
68917 84681 Hint2 1190005L05Rik histidine triad nucleotide binding protein 2 MitoCarta3.0 "APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tmito 20.4842 0.004 1 "APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028470 Q9D0S9 163 1 SharedDomain 22 NoMitoHomolog Homolog 50-75pure chr4 43654226 43656445 14 14 653 5.46E+10 75 all 14 9.3 9.2 9.5 9.3 10.2 10 9.3 8.4 9.6 9.5 9.7 9.4 9.2 9.4 Mitochondria (Enhanced)
110826 2109 Etfb 0610009I16Rik|2810441H06Rik "electron transferring flavoprotein, beta polypeptide" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog, mito protein domain, induction, coexpression+, MS/MS++" Matrix "Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Metabolism > Amino acid metabolism > Lysine metabolism | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 20.4562 0.004 1 "literature, APEX_matrix, yeast mito homolog, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000004610 Q9DCW4 255 SharedDomain 39 1.36 HomologMitoHighConf NoHomolog 75-100pure chr7 43444071 43457800 14 27 1505 2.46E+11 90 all 14 9.7 9.5 9.9 9.9 10.5 10.6 10.6 9.3 10.5 10.2 10 10.2 10.3 9.9 Mitochondria (Enhanced)
18408 10166 Slc25a15 D630044L02Rik|Or|Ornt1 "solute carrier family 25 (mitochondrial carrier ornithine transporter), member 15" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Amino acid metabolism > Urea cycle | Small molecule transport > SLC25A family Tmito 20.454 0.004 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000031482 Q9WVD5 301 MitoDomain 8 OrthologMitoLowConf NoHomolog 75-100pure chr8 22375549 22398621 7 20 257 1.42E+10 84 "spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta" 7.7 8.9 9.9 7.6 9.7 7.9 8.8
218885 92106 Oxnad1 2410002F01Rik|AW492292|BC019806 oxidoreductase NAD-binding domain containing 1 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog, mito protein domain, coexpression++, MS/MS++" Matrix 0 Tmito 20.4507 0.004 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000021906 Q8VE38 311 3 SharedDomain 44 HomologMitoLowConf NoHomolog 50-75pure chr14 32085727 32103203 10 20 87 8.92E+08 55 "cerebrum, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7.5 7.6 8.4 8 7.6 8.3 7.5 8.3 7 Nucleoplasm (Approved)
13067 Cyct T-Cc "cytochrome c, testis" MitoCarta3.0 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" IMS Metabolism > Electron carriers > Cytochromes | OXPHOS > OXPHOS subunits | OXPHOS > Cytochrome C Tmito 20.4065 0.004 1 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" ENSMUSG00000056436 P00015 105 MitoDomain 3 OrthologMitoLowConf Homolog 75-100pure chr2 76353942 76360448 14 17 696 3.79E+10 93 all 14 9.2 9 9.5 9.3 9.6 9.2 9.5 8.4 9.3 9.7 9.3 9.5 9.1 9.9
13063 54205 Cycs - "cytochrome c, somatic" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" IMS Metabolism > Metals and cofactors > Heme-containing proteins | Metabolism > Electron carriers > Cytochromes | OXPHOS > OXPHOS subunits | OXPHOS > Cytochrome C | Mitochondrial dynamics and surveillance > Apoptosis Tmito 20.4065 0.004 1 "literature, APEX_IMS, yeast mito homolog+, Rickettsial homolog, mito protein domain+, MS/MS++" ENSMUSG00000058927 P62897 105 MitoDomain 1 OrthologMitoLowConf Homolog 75-100pure chr6 50562562 50566474 14 21 2698 2.49E+11 92 all 14 10.3 10.2 10.5 10 10.7 10.1 10.3 9.9 10.1 10.3 10 10 10.1 10.3 Mitochondria (Supported)
19935 6150 Mrpl23 L23|L23mrp|Rp|Rpl23|Rpl23l mitochondrial ribosomal protein L23 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.3864 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, MS/MS++" ENSMUSG00000037772 O35972 146 2 SharedDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr7 142533116 142540742 14 11 183 6.56E+09 84 all 14 8.7 8.7 8.7 8.4 8.9 8.6 8.1 8 8.5 8.4 9.2 8.3 8.8 8.6 Mitochondria (Supported)
78523 65005 Mrpl9 8030480E20Rik|AA409733|C330013D18Rik|L9mt mitochondrial ribosomal protein L9 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.3151 0.004 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression+, MS/MS" ENSMUSG00000028140 Q99N94 265 3 SharedDomain 32 0.67 NoMitoHomolog Ortholog 50-75ambig chr3 94443335 94448708 14 21 215 4.73E+09 66 all 14 8.8 8.6 8.8 8.1 8.7 8.6 8.1 6.7 8.3 8.5 8.7 7.6 8.9 8.2 Mitochondria (Supported)
66121 118487 Chchd1 1110001O19Rik|2400010G13Rik|MRP-S37 coiled-coil-helix-coiled-coil-helix domain containing 1 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog++, mito protein domain, coexpression+, MS/MS" MIM Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.2815 0.004 1 "GFP, targetP signal, yeast mito homolog++, mito protein domain, coexpression+, MS/MS" ENSMUSG00000063787 Q9CQA6 118 3 SharedDomain 31 OrthologMitoHighConf NoHomolog 50-75ambig chr14 20703026 20704425 12 6 67 1.87E+09 54 "cerebrum, cerebellum, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.2 7.6 8.6 8.4 7 8 8 8.5 7.6 8.5 8 Mitochondria;Nucleoplasm (Supported)
108888 55210 Atad3a 2400004H09Rik|Atad3|Tob|Tob3|mKIAA1273 "ATPase family, AAA domain containing 3A" MitoCarta3.0 "APEX_IMS, APEX_matrix, GFP, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression, MS/MS++" MIM Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid | Mitochondrial dynamics and surveillance > Organelle contact sites | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions Tmito 20.2461 0.004 1 "APEX_IMS, APEX_matrix, GFP, yeast mito homolog, Rickettsial homolog, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000029036 Q925I1 591 MitoDomain 10 HomologMitoLowConf Homolog 75-100pure chr4 155740639 155761098 14 60 1063 3.74E+10 77 all 14 9.3 8.8 9.2 9.2 9.7 9.6 8.7 9 9.6 9.2 9.7 9.4 9.7 9.5 Mitochondria (Supported)
17850 4594 Mmut D230010K02Rik|Mcm|Mut methylmalonyl-Coenzyme A mutase MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Propanoate metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Vitamin metabolism > Vitamin B12 metabolism Tmito 20.2374 0.004 1 "literature, APEX_matrix, targetP signal, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000023921 P16332 748 3 MitoDomain 27 NoMitoHomolog NoHomolog 75-100pure chr17 40934684 40961989 14 49 1126 5.42E+10 77 all 14 9.1 9.1 9 9 10.2 10 9.1 8.8 10 8.9 9.7 9.7 9.1 9.3 Cytosol (Approved)
52637 55847 Cisd1 AU043990|AW743335|D10Ertd214|D10Ertd214e|Zcd1|mitoN|mitoNEET CDGSH iron sulfur domain 1 MitoCarta3.0 "literature, mito protein domain, induction, coexpression++, MS/MS++" MOM Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 20.1687 0.004 1 "literature, mito protein domain, induction, coexpression++, MS/MS++" ENSMUSG00000037710 Q91WS0 108 SharedDomain 46 1.22 NoMitoHomolog NoHomolog 75-100pure chr10 71330493 71344849 14 17 558 4.84E+10 92 all 14 9.8 9.5 9.8 9.3 9.9 9.7 9 8.9 9.5 9.3 9.4 9 9.3 9.7 Mitochondria (Supported)
226539 55157 Dars2 5830468K18Rik|aspRS aspartyl-tRNA synthetase 2 (mitochondrial) MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 20.1487 0.004 1 "APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000026709 Q8BIP0 653 2 SharedDomain 8 OrthologMitoHighConf Homolog 25-50ambig chr1 161040612 161070632 12 23 121 1.70E+09 42 "cerebrum, cerebellum, brainstem, spinalcord, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 7.8 7.9 8 7.9 7.3 8 7.8 8.7 7.4 8.3 8.4 Mitochondria (Supported)
56454 5832 Aldh18a1 2810433K04Rik|AI429789|Py|Pycs "aldehyde dehydrogenase 18 family, member A1" MitoCarta3.0 "literature, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Proline metabolism Tmito 20.1283 0.004 1 "literature, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000025007 Q9Z110 795 1 SharedDomain 5 NoMitoHomolog Ortholog 50-75pure chr19 40550256 40588463 11 57 1281 4.75E+10 70 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9 9.1 8.9 9 7.7 8.2 10.4 9.6 8.7 10.1 8.8 Mitochondria (Supported)
28028 54534 Mrpl50 AA408971|AI317351|D4Wsu125|D4Wsu125e mitochondrial ribosomal protein L50 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression+, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.1047 0.004 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression+, MS/MS" ENSMUSG00000044018 Q8VDT9 159 1 MitoDomain 36 NoMitoHomolog NoHomolog 50-75ambig chr4 49512596 49521083 13 11 90 2.42E+09 74 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.9 7.6 7.7 8.3 8.4 7.1 8.1 8.2 8.8 7.8 8.6 8.5
12868 1351 Cox8a COX|COX8L cytochrome c oxidase subunit 8A MitoCarta3.0 "literature, targetP signal+, mito protein domain+, coexpression+, MS/MS" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 20.1047 0.004 1 "literature, targetP signal+, mito protein domain+, coexpression+, MS/MS" ENSMUSG00000035885 Q64445 69 1 MitoDomain 31 NoMitoHomolog NoHomolog 50-75ambig chr19 7215157 7217616 3 2 7 3.04E+07 62 "stomach, placenta, testis" 6.3 7.1 7.2
121022 64968 Mrps6 AW046321 mitochondrial ribosomal protein S6 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 20.0965 0.004 1 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000039680 P58064 125 SharedDomain 2 OrthologMitoHighConf Ortholog 75-100pure chr16 92058335 92112227 14 11 237 4.57E+09 80 all 14 8.4 8.1 8.6 8.1 8.7 8.5 7.4 7.2 8.3 8.7 8.9 8 9 8.5 Mitochondria (Supported)
15528 3336 Hspe1 10kDa|Hsp|Hsp10|mt-cpn10 heat shock protein 1 (chaperonin 10) MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 20.0965 0.004 1 "literature, APEX_IMS, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000073676 Q64433 102 SharedDomain 4 OrthologMitoHighConf Ortholog 75-100pure chr1 55088147 55091317 14 27 1756 3.01E+11 99 all 14 10.1 9.9 10.2 9.8 11 10.5 9.8 8.9 10.3 10.5 10.4 10 10.4 10.2
74776 27068 Ppa2 1110013G13Rik|Sid63|Sid6306 pyrophosphatase (inorganic) 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > mtDNA maintainance | Mitochondrial central dogma > mtRNA metabolism | Mitochondrial central dogma > Translation | Metabolism > Nucleotide metabolism Tmito 20.0237 0.004 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028013 Q91VM9 330 2 SharedDomain 25 NoMitoHomolog Homolog 75-100pure chr3 133310115 133378069 14 31 541 3.15E+10 75 all 14 9 8.8 9.4 8.5 10.1 9.1 9.3 8.7 9.2 9.1 9.6 9 9.4 9.1 Mitochondria (Approved)
18563 5091 Pcx P|Pc|Pcb pyruvate carboxylase MitoCarta3.0 "literature, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > TCA-associated | Metabolism > Vitamin metabolism > Biotin utilizing proteins Tmito 20.0237 0.004 1 "literature, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000024892 E9QPD7 1179 2 SharedDomain 20 NoMitoHomolog Homolog 75-100pure chr19 4510471 4621752 14 107 8023 1.05E+12 80 all 14 10.5 10.7 10.8 9.7 11.6 11 8.5 10.1 11.5 9.5 10.2 10.7 10.1 10.5 Mitochondria (Enhanced)
104174 2731 Gldc D030049L12Rik|D19Wsu57|D19Wsu57e|b2b2679C|b2b2679Clo glycine decarboxylase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Amino acid metabolism > Glycine cleavage system Tmito 20.0226 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000024827 Q91W43 1025 3 MitoDomain 9 HomologMitoHighConf NoHomolog 50-75pure chr19 30098440 30175441 6 55 391 8.46E+09 54 "cerebrum, cerebellum, kidney, liver, adipose, placenta" 8.9 9 9.3 9.5 7.7 9.1 Mitochondria (Supported)
68971 132001 Tamm41 1500001M20Rik|TAM41 TAM41 mitochondrial translocator assembly and maintenance homolog MitoCarta3.0 "GFP, yeast mito homolog++, mito protein domain+, MS/MS++" MIM Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 20.0193 0.004 1 "GFP, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000030316 G5E881 337 5 MitoDomain 4 OrthologMitoHighConf NoHomolog 50-75pure chr6 115004380 115037874 11 20 118 3.07E+09 62 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.3 8.4 8.8 7.7 7.6 7.6 8.1 8.5 7.8 8.5 9 Cytosol (Approved)
228033 518 Atp5g3 6030447M23|Atp5mc3 "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit C3 (subunit 9)" MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 19.9947 0.004 1 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression++" ENSMUSG00000018770 P56384 141 2 SharedDomain 48 OrthologMitoLowConf Homolog chr2 73908449 73911294
60441 64978 Mrpl38 1110036N21Rik|4733401F03Rik|MRP|MRP-L3|R75240|Rp|Rpml3 mitochondrial ribosomal protein L38 MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain, coexpression++, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 19.962 0.004 1 "APEX_matrix, targetP signal+, mito protein domain, coexpression++, MS/MS+" ENSMUSG00000020775 Q8K2M0 380 1 SharedDomain 47 NoMitoHomolog NoHomolog 25-50pure chr11 116131816 116138868 8 11 30 5.50E+08 26 "cerebrum, spinalcord, heart, smallintestine, largeintestine, stomach, placenta, testis" 7.3 7.2 7.3 8 8.2 7.3 8.1 7.9 Mitochondria (Supported)
66414 55967 Ndufa12 2410011G03Rik|AW112974|CI-B17.2|CIB17.2 NADH:ubiquinone oxidoreductase subunit A12 MitoCarta3.0 "literature, APEX_matrix, Rickettsial homolog, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 19.9181 0.004 1 "literature, APEX_matrix, Rickettsial homolog, coexpression++, MS/MS++" ENSMUSG00000020022 Q7TMF3 149 NA 47 NoMitoHomolog Ortholog 75-100pure chr10 94199008 94220948 14 22 765 8.09E+10 87 all 14 9.9 9.7 10.1 9.4 10.2 9.6 9.8 9.6 9.6 9.7 9.8 9.6 9.6 9.3 Mitochondria (Supported)
68023 64146 Pdf 2610019N19Rik peptide deformylase (mitochondrial) MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, coexpression, MS/MS" Matrix "Mitochondrial central dogma > Translation > fMet processing | Protein import, sorting and homeostasis > Protein homeostasis" Tmito 19.8724 0.004 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, coexpression, MS/MS" ENSMUSG00000078931 S4R2K0 231 2 MitoDomain 14 NoMitoHomolog Ortholog 25-50ambig chr8 107046289 107048614 7 8 33 4.10E+08 45 "cerebrum, heart, skeletalmuscle, adipose, largeintestine, placenta, testis" 7.5 7.5 7.3 7.5 7.9 8.3 7.2 Mitochondria (Approved)
71985 80724 Acad10 2410021P16Rik "acyl-Coenzyme A dehydrogenase family, member 10" MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 19.8682 0.004 1 "APEX_matrix, targetP signal+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000029456 Q8K370 1069 1 MitoDomain 9 NoMitoHomolog NoHomolog 50-75pure chr5 121621028 121660510 12 56 395 1.35E+10 57 "cerebrum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 7 9.7 8.9 9.3 8.4 9.4 8.7 8.7 9.1 8.2 8.7
96979 80142 Ptges2 0610038H10Rik|C79137|Gbf1|Mpges2|Pges2 prostaglandin E synthase 2 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain, induction, coexpression+, MS/MS++" MIM Metabolism > Lipid metabolism > Eicosanoid metabolism Tmito 19.8439 0.004 1 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000026820 Q8BWM0 384 3 SharedDomain 39 2.22 NoMitoHomolog NoHomolog 50-75pure chr2 32395889 32402740 14 24 331 8.52E+09 69 all 14 8.5 8.1 8.6 8.7 8.7 8.3 8.4 7.7 9.1 8.9 9.1 8.5 9.1 9 Mitochondria (Approved)
381045 131076 Ccdc58 A930007B11Rik|AI413631 coiled-coil domain containing 58 MitoCarta3.0 "APEX_IMS, yeast mito homolog++, mito protein domain+, MS/MS++" IMS 0 Tmito 19.8364 0.004 1 "APEX_IMS, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000075229 Q8R3Q6 144 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr16 36071659 36092118 14 14 181 3.80E+09 81 all 14 8.4 8 7.8 7.6 8.6 9 7.4 7.5 8.3 8.2 8 7.7 9 8.6 Mitochondria (Approved)
73333 83447 Slc25a31 1700034J06Rik|Ant4|Sfec "solute carrier family 25 (mitochondrial carrier; adenine nucleotide translocator), member 31" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, MS/MS++" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Signaling > Calcium homeostasis > Mitochondrial permeability transition pore | Small molecule transport > SLC25A family Tmito 19.8364 0.004 1 "literature, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000069041 Q3V132 320 MitoDomain 2 OrthologMitoHighConf NoHomolog 75-100pure chr3 40708870 40726094 14 31 2126 4.61E+11 88 all 14 10.5 10.4 10.7 10.6 10.6 10.1 10.7 10.4 10.3 10.7 10.5 10.5 10.4 10.6 Mitochondria (Enhanced)
71679 10476 Atp5h 0610009D10Rik|Atp5pd "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit D" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 19.8364 0.004 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000034566 Q9DCX2 161 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr11 115415696 115419919 14 26 2253 4.58E+11 97 all 14 10.7 10.4 10.8 10.4 10.6 10.6 10.7 10.1 10.4 10.5 10.6 10.4 10.4 10 Mitochondria (Supported)
11950 515 Atp5pb Atp5|Atp5f1|C76477 ATP synthase peripheral stalk-membrane subunit b MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 19.8364 0.004 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000000563 Q9CQQ7 256 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100pure chr3 105942862 105960248 14 34 3542 5.98E+11 84 all 14 10.9 10.9 10.9 10.7 10.7 10.5 10.7 10.2 10.4 10.5 10.6 10.3 10.5 10 Mitochondria (Supported)
107733 64975 Mrpl41 MRP-|MRP-L27|Rpm|Rpml27 mitochondrial ribosomal protein L41 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 19.7877 0.004 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, MS/MS++" ENSMUSG00000036850 Q9CQN7 135 4 SharedDomain NA 0.89 OrthologMitoHighConf NoHomolog 50-75pure chr2 24972469 24975098 14 15 174 4.37E+09 75 all 14 8.4 8.2 8.4 8.2 8.4 8.6 7.7 7.1 8.3 8.6 8.9 8 8.9 8.8 Mitochondria (Supported)
26462 10587 Txnrd2 AA118373|ESTM57301|ESTM573010|TG|TGR|TR|Tr3|Trxr2|Trxrd2 thioredoxin reductase 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism | Metabolism > Detoxification > Selenoproteins Tmito 19.7429 0.004 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000075704 Q9JLT4 527 1 SharedDomain 8 HomologMitoLowConf Homolog 50-75pure chr16 18426416 18479073 12 25 193 3.94E+09 52 "cerebrum, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.1 8.4 8.8 8.2 8.2 8.8 8.9 7.3 8.4 8.8 8.5 Mitochondria (Supported)
73724 84693 Mcee 1110007A04Rik methylmalonyl CoA epimerase MitoCarta3.0 "targetP signal, induction, coexpression++, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Propanoate metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 19.647 0.004 1 "targetP signal, induction, coexpression++, MS/MS++" ENSMUSG00000033429 Q9D1I5 178 2 NonMitoDomain 40 1.39 NoMitoHomolog NoHomolog 50-75pure chr7 64392770 64412119 14 7 197 5.99E+09 56 all 14 8.4 8.3 8.3 8.2 9.1 9 8.5 7.2 8.7 8.4 8.9 8.8 8.3 8.2 Nucleoli (Approved)
78038 64087 Mccc2 4930552N12Rik|MCCB methylcrotonoyl-Coenzyme A carboxylase 2 (beta) MitoCarta3.0 "literature, targetP signal, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 19.6461 0.004 1 "literature, targetP signal, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000021646 Q3ULD5 563 2 SharedDomain 31 NoMitoHomolog Homolog 50-75pure chr13 99948531 100015639 14 41 1013 5.60E+10 74 all 14 9 8.5 9.1 9 10 9.6 9.5 9.3 10.2 9 9.3 9.9 9.2 9.6 Mitochondria (Enhanced)
68927 79810 Ptcd2 1190005P08Rik pentatricopeptide repeat domain 2 MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing Tmito 19.5964 0.004 1 "literature, targetP signal, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000021650 Q8R3K3 381 2 MitoDomain 13 2.2 NoMitoHomolog NoHomolog 25-50ambig chr13 99319648 99344678 3 14 22 2.30E+08 33 "smallintestine, largeintestine, placenta" 7.2 8.2 7.6
11639 205 Ak4 AK 4|Ak-|Ak-3|Ak-4|Ak3|Ak3l1|D4Ertd274|D4Ertd274e adenylate kinase 4 MitoCarta3.0 "APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 19.5759 0.004 1 "APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000028527 Q9WUR9 223 5 SharedDomain 3 OrthologMitoHighConf Homolog 75-100pure chr4 101419288 101467771 14 18 397 4.32E+10 91 all 14 9.8 9.7 9.5 9 10.4 9.3 8.9 6.6 7.2 8.6 8.2 8.8 9 7.2 Mitochondria (Supported)
227731 114789 Slc25a25 1110030N17Rik|MCSC|mKIAA1896 "solute carrier family 25 (mitochondrial carrier, phosphate carrier), member 25" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > SLC25A family Tmito 19.5756 0.004 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000026819 A2ASZ8 514 MitoDomain 6 -0.33 OrthologMitoLowConf NoHomolog 50-75pure chr2 32414486 32451470 8 25 100 2.67E+09 59 "cerebrum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, placenta" 8.1 8.9 9.1 6.9 8 6.9 8.4 8.3 Mitochondria;Vesicles (Supported)
53333 10452 Tomm40 AW539759|Mom35|Tom4|Tom40 translocase of outer mitochondrial membrane 40 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM" Tmito 19.5756 0.004 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000002984 Q9QYA2 361 MitoDomain 5 0.45 OrthologMitoLowConf NoHomolog 50-75pure chr7 19701312 19715429 10 17 186 5.30E+09 68 "cerebrum, spinalcord, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.4 8 8.2 7.3 8.5 8.4 8.8 8.5 9.4 8.9 Mitochondria (Enhanced)
69634 171425 Clybl 0610033J05Rik|2310014M14Rik|AI256068|Cl|Clb citrate lyase beta like MitoCarta3.0 "APEX_matrix, targetP signal+, induction, coexpression+, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Itaconate metabolism Tmito 19.5504 0.003 1 "APEX_matrix, targetP signal+, induction, coexpression+, MS/MS++" ENSMUSG00000025545 Q8R4N0 338 1 NonMitoDomain 35 0.69 NoMitoHomolog NoHomolog 75-100pure chr14 122181693 122402234 14 35 733 3.40E+10 85 all 14 8.7 8.4 9 8.9 9.8 9.2 9.4 8.5 10 9.2 9.5 9.4 9.2 9 Cytosol (Approved)
74238 80298 Mterf2 1700007D05Rik|Mterfd|Mterfd3 mitochondrial transcription termination factor 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid Tmito 19.5143 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000049038 Q8BKY8 385 2 MitoDomain 22 1.06 NoMitoHomolog NoHomolog 25-50ambig chr10 85119432 85128027 10 11 35 3.90E+08 36 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, testis" 7.1 7.9 7.8 6.8 7.2 7.9 7.9 7 7.3 7.1
230935 55735 Dnajc11 E030019A03Rik DnaJ heat shock protein family (Hsp40) member C11 MitoCarta3.0 "GFP, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions" Tmito 19.4435 0.003 1 "GFP, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000039768 Q5U458 559 SharedDomain 20 OrthologMitoLowConf Homolog 50-75pure chr4 151933719 151981959 14 38 682 1.12E+10 67 all 14 9.4 8.8 8.9 9 8 8.7 8.3 8.5 8.9 8.2 9.1 8.6 9.1 9.3 Cytosol (Approved)
67460 1666 Decr1 1200012F07Rik|Dec|Decr|Na|Nadph "2,4-dienoyl CoA reductase 1, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 19.4164 0.003 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000028223 Q9CQ62 335 3 SharedDomain 39 NoMitoHomolog Homolog 75-100pure chr4 15917239 15945507 14 28 1762 1.16E+11 84 all 14 8.8 8.5 8.9 9.4 10.1 10.2 10.3 9 10.4 10 9.9 9.4 9.9 9.7 Mitochondria (Supported)
76947 137682 Ndufaf6 2310030N02Rik NADH:ubiquinone oxidoreductase complex assembly factor 6 MitoCarta3.0 "literature, targetP signal, mito protein domain, induction, coexpression++, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 19.4096 0.003 1 "literature, targetP signal, mito protein domain, induction, coexpression++, MS/MS" ENSMUSG00000050323 A2AIL4 333 2 SharedDomain 44 1.31 NoMitoHomolog NoHomolog 25-50ambig chr4 11051045 11076205 5 9 22 1.69E+08 35 "adipose, smallintestine, largeintestine, placenta, testis" 7.2 7.8 7.2 7.3 7.7
329384 138428 Ptrh1 2210013M04Rik|AW046744 peptidyl-tRNA hydrolase 1 homolog MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" Matrix 0 Tmito 19.3374 0.003 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000053746 Q8BW00 204 2 SharedDomain 1 OrthologMitoHighConf Ortholog 25-50ambig chr2 32775820 32777593 5 4 21 2.98E+08 34 "cerebrum, cerebellum, brainstem, largeintestine, placenta" 7.2 7.3 7.3 7.3 8.4
66084 55005 Rmnd1 0610042C05Rik|AA408137|AI462664|AW536662 required for meiotic nuclear division 1 homolog MitoCarta3.0 "literature, GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" MIM Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation Tmito 19.3374 0.003 1 "literature, GFP, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000019763 Q8CI78 450 2 SharedDomain NA OrthologMitoHighConf Ortholog 25-50ambig chr10 4403168 4432352 10 17 64 7.97E+08 37 "cerebrum, cerebellum, brainstem, spinalcord, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.8 8 7.7 7.8 7.2 7.9 7.7 7.6 8.5 Mitochondria (Supported)
26912 23464 Gcat AI526977|Kb|Kbl glycine C-acetyltransferase (2-amino-3-ketobutyrate-coenzyme A ligase) MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" unknown Metabolism > Amino acid metabolism > Glycine metabolism Tmito 19.3301 0.003 1 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000006378 O88986 416 2 SharedDomain 2 OrthologMitoLowConf Homolog 50-75pure chr15 79030873 79042531 10 20 203 6.37E+09 65 "brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7.8 8.8 9.3 8 8.8 8.1 8.9 9.3 8.4 Nucleoplasm (Supported)
66459 100996939 Pyurf 2610022G08Rik|AI847956|Pi|Prey Pigy upstream reading frame MitoCarta3.0 "targetP signal+, induction, coexpression++, MS/MS" unknown 0 Tpossible_mito 19.2899 0.003 1 "targetP signal+, induction, coexpression++, MS/MS" ENSMUSG00000043162 Q9D1C3 112 1 NonMitoDomain 41 1.62 NoMitoHomolog NoHomolog 50-75ambig chr6 57684738 57692078 11 5 40 2.32E+08 70 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta" 6.9 7.1 7 6.4 7.4 7.7 7.8 7.2 7 6.6 7.5 Nucleoplasm (Approved)
117147 116285 Acsm1 Acas3|Bucs|Bucs1|Ma|Macs acyl-CoA synthetase medium-chain family member 1 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 19.2824 0.003 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000033533 Q91VA0 573 2 SharedDomain 9 HomologMitoLowConf Homolog 75-100pure chr7 119617827 119662515 4 37 377 5.97E+10 78 "spinalcord, kidney, liver, smallintestine" 7.3 10.4 10.5 7.2
67979 84896 Atad1 4921525H23Rik|AW107648|Tho|Thorase "ATPase family, AAA domain containing 1" MitoCarta3.0 "yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tpossible_mito 19.2813 0.003 1 "yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000013662 Q9D5T0 361 SharedDomain 6 OrthologMitoHighConf Homolog 50-75pure chr19 32672562 32712298 12 20 157 4.64E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.6 8.5 8.9 8.4 8.9 8.1 8.9 8.2 8.6 7.2 8.3 8.8 Nucleoli (Approved)
66154 51522 Tmem14c 1110021D01Rik|AU020193|HSPC1|HSPC194 transmembrane protein 14C MitoCarta3.0 "literature, yeast mito homolog, mito protein domain+, induction, coexpression, MS/MS+" MIM 0 Tmito 19.2549 0.003 1 "literature, yeast mito homolog, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000021361 Q9CQN6 114 MitoDomain 10 0.93 HomologMitoHighConf NoHomolog 75-100ambig chr13 41016249 41022582 14 6 232 4.44E+09 97 all 14 8.5 8.6 8.2 7.4 8.9 8.7 7.6 8 8.5 8.8 8.6 8.5 8.5 8.2
223665 414919 C030006K11Rik 1110033I13Rik RIKEN cDNA C030006K11 gene MitoCarta3.0 "APEX_matrix, targetP signal+, coexpression+, MS/MS++" Matrix 0 Tmito 19.2331 0.003 1 "APEX_matrix, targetP signal+, coexpression+, MS/MS++" ENSMUSG00000079002 Q8VE95 218 1 NA 34 0.44 NoMitoHomolog NoHomolog 75-100pure chr15 76721464 76723845 14 13 256 6.01E+09 82 all 14 8.3 8.1 8.7 8.4 9 8.7 8.7 8.1 9.1 8.2 8.4 8.5 7.8 8.9 Nucleoplasm (Approved)
52633 56954 Nit2 1190017B19Rik|D16Ertd502|D16Ertd502e "nitrilase family, member 2" MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" unknown Metabolism > Detoxification Tpossible_mito 19.2218 0.003 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000022751 Q9JHW2 276 5 SharedDomain 11 HomologMitoLowConf Ortholog 75-100pure chr16 57156664 57167332 11 19 101 3.14E+09 87 "cerebellum, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.1 7.8 9.1 9 7 8.4 7.9 8 7.3 8.3 8 Cytosol (Supported)
67582 115286 Slc25a26 4930433D19Rik|4933433F13Rik|AW557176|D6Bwg0781e|Slc25a6 "solute carrier family 25 (mitochondrial carrier, phosphate carrier), member 26" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS" MIM Small molecule transport > SLC25A family Tmito 19.1908 0.003 1 "literature, yeast mito homolog++, mito protein domain+, coexpression, MS/MS" ENSMUSG00000045100 Q5U680 274 MitoDomain 22 OrthologMitoHighConf NoHomolog 25-50ambig chr6 94500313 94604652 6 8 30 3.23E+08 42 "cerebrum, cerebellum, adipose, largeintestine, placenta, testis" 8 7.9 8 7.3 7.2 7.5 Mitochondria (Supported)
67105 29090 Timm21 1700034H14Rik|2700002I20Rik translocase of inner mitochondrial membrane 21 MitoCarta3.0 "APEX_IMS, GFP, yeast mito homolog++, mito protein domain+, coexpression, MS/MS" MIM "Mitochondrial central dogma > Translation > Translation factors | Protein import, sorting and homeostasis > Protein import and sorting > TIM23 presequence pathway | OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors" Tmito 19.1908 0.003 1 "APEX_IMS, GFP, yeast mito homolog++, mito protein domain+, coexpression, MS/MS" ENSMUSG00000024645 Q8CCM6 244 MitoDomain 22 OrthologMitoHighConf NoHomolog 25-50ambig chr18 84947293 84951524 12 12 113 1.61E+09 40 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.6 7.4 8.1 7.7 8.6 8.3 7.7 8.4 8.4 7.4 7.6 8.1
17992 4697 Ndufa4 ML|MLRQ "Ndufa4, mitochondrial complex associated" MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression++, MS/MS++" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 19.1231 0.003 1 "literature, targetP signal, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000029632 Q62425 82 4 SharedDomain 47 NoMitoHomolog NoHomolog 75-100pure chr6 11900372 11907446 14 17 1532 1.70E+11 99 all 14 10.2 10.1 10.1 9.7 10.6 10.1 10 9.3 10 10.2 9.9 10 9.8 9.4 Mitochondria (Supported)
104444 25996 Rexo2 1810038D15Rik|AW107347|Rex|Rex2|S|Sfn|Sm|Smfn RNA exonuclease 2 MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, MS/MS+" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 19.1076 0.003 1 "APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain, MS/MS+" ENSMUSG00000032026 Q9D8S4 237 1 SharedDomain 4 -0.57 OrthologMitoHighConf NoHomolog 25-50pure chr9 48468513 48480611 14 12 161 3.79E+09 48 all 14 8.8 8.6 8.8 8.3 7.2 8.2 7.1 7 8.6 8.1 8.5 8 8.9 7.6 Mitochondria (Supported)
107029 4200 Me2 AW120568|D030040L20Rik|NAD-ME "malic enzyme 2, NAD(+)-dependent, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA-associated Tmito 19.1004 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000024556 Q99KE1 589 3 SharedDomain 1 OrthologMitoLowConf Homolog 75-100pure chr18 73770039 73815392 12 43 1037 5.48E+10 89 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.3 8.6 9.1 9.2 8.1 8.3 8.9 10.5 10 9.3 9.4 9.7 Mitochondria (Supported)
71984 54938 Sars2 2410015F05Rik|D7Ertd353|D7Ertd353e|SerRS|SerRSmt seryl-aminoacyl-tRNA synthetase 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 19.0945 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000070699 Q9JJL8 518 1 SharedDomain 3 OrthologMitoHighConf Homolog 25-50ambig chr7 28741967 28753879 7 22 66 8.03E+08 48 "skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.7 8.5 7.9 7.1 8.5 6.7 Mitochondria;Nucleoplasm (Uncertain)
52838 728489 Dnlz 1110034G11Rik|D2Bwg1335e|HEP1 DNL-type zinc finger MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 19.0773 0.003 1 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS" ENSMUSG00000075467 Q9D113 177 2 MitoDomain 3 OrthologMitoHighConf NoHomolog 25-50ambig chr2 26348117 26352110 9 6 24 3.70E+08 37 "cerebrum, cerebellum, brainstem, heart, adipose, smallintestine, largeintestine, stomach, placenta" 7.7 7.6 7.7 7 7.7 7.7 7.6 7.5 7.8 Mitochondria (Supported)
76722 1160 Ckmt2 2300008A19Rik|ScCKm|ScCKmit "creatine kinase, mitochondrial 2" MitoCarta3.0 "literature, targetP signal, mito protein domain, induction, coexpression, MS/MS++" MIM Metabolism > Nucleotide metabolism > Creatine metabolism Tmito 19.0493 0.003 1 "literature, targetP signal, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000021622 Q6P8J7 419 3 SharedDomain 10 5.24 NoMitoHomolog NoHomolog 75-100pure chr13 91853386 91876885 11 33 1460 1.82E+11 76 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 9.6 9 9.8 9.8 10.9 10.6 8.6 10.4 10 9.8 8.9
66701 283377 Spryd4 4633402N23Rik|AA114801 SPRY domain containing 4 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, mito protein domain, coexpression+, MS/MS++" Matrix 0 Tmito 18.9269 0.003 1 "APEX_matrix, GFP, targetP signal, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000051346 Q91WK1 207 2 SharedDomain 35 0.15 NoMitoHomolog NoHomolog 75-100pure chr10 128209909 128211794 14 20 257 7.45E+09 78 all 14 8.8 8.6 9.1 8.5 8.4 8.9 8.5 8.6 8.3 8.5 9 8.3 8.8 8.9 Nucleoplasm (Approved)
68021 670 Bphl 2010012D11Rik|5730533B08Rik|AI115341 "biphenyl hydrolase-like (serine hydrolase, breast epithelial mucin-associated antigen)" MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tpossible_mito 18.8516 0.003 1 "targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000038286 Q8R164 291 2 SharedDomain 14 NoMitoHomolog Homolog 75-100pure chr13 34037640 34074074 14 31 755 7.05E+10 81 all 14 9.8 9.6 9.9 9.6 10.1 10.4 8.6 8.3 9.6 9 9.1 9 9.5 9.2 Mitochondria (Approved)
72170 131474 Chchd4 2410012P20Rik|2810014D17Rik|AI838740 coiled-coil-helix-coiled-coil-helix domain containing 4 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS+" IMS "Protein import, sorting and homeostasis > Protein import and sorting > MIA40" Tmito 18.8478 0.003 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000034203 Q8VEA4 139 SharedDomain 5 1.62 OrthologMitoHighConf NoHomolog 25-50pure chr6 91464275 91473423 11 6 65 1.47E+09 47 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.5 8.1 8 8.1 7.3 8.1 8.1 7.8 7.8 8.3 8.3 Mitochondria (Supported)
56280 51253 Mrpl37 2300004O14Rik|AI132596|MRP|MRP-L2|Rp|Rpml2 mitochondrial ribosomal protein L37 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.8343 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000028622 Q921S7 423 4 SharedDomain 30 1.5 NoMitoHomolog NoHomolog 50-75pure chr4 107055873 107066866 9 25 88 1.39E+09 55 "kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.4 7.3 7.8 8.3 8.6 7.3 8.7 7.8 Mitochondria (Supported)
230125 92014 Slc25a51 9130208E07Rik|D130005A03Rik|Gm138|Mcar|Mcart1 "solute carrier family 25, member 51" MitoCarta3.0 "GFP, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Metals and cofactors > NAD biosynthesis and metabolism | Small molecule transport > SLC25A family Tmito 18.8275 0.003 1 "GFP, yeast mito homolog+, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000045973 Q5HZI9 298 MitoDomain 8 OrthologMitoLowConf NoHomolog 50-75pure chr4 45395923 45408766 13 19 190 3.92E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.5 8.2 8.8 8.6 7.7 7.7 8.7 8.4 8.5 7.7 8.8 8.2 Mitochondria (Approved)
67247 54996 Mtarc2 2810484M10Rik|Mar|Marc2|Mos|Mosc2|mARC1 mitochondrial amidoxime reducing component 2 MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, coexpression, MS/MS++" MOM Metabolism > Metals and cofactors > Molybdenum cofactor synthesis and proteins | Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Detoxification > Amidoxime reducing complex Tmito 18.809 0.003 1 "literature, targetP signal, mito protein domain+, induction, coexpression, MS/MS++" ENSMUSG00000073481 Q922Q1 338 4 MitoDomain 9 0.83 NoMitoHomolog NoHomolog 50-75pure chr1 184813067 184845847 14 27 1039 7.15E+10 65 all 14 9.2 8.9 9.1 8.3 10 9.9 7.7 8.6 10.1 10.3 9.5 8.8 9.9 9.7
66541 196294 Immp1l 1500034J20Rik|2610528O17Rik|AU042386 IMP1 inner mitochondrial membrane peptidase-like (S. cerevisiae) MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain+, MS/MS" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 18.7874 0.003 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain+, MS/MS" ENSMUSG00000042670 Q9CQU8 166 MitoDomain NA OrthologMitoHighConf Ortholog 25-50ambig chr2 105904637 105965558 1 7 11 2.57E+08 47 testis 8.4
108654 125228 Fam210a 4933403F05Rik|AA987140|AV134576|AW491926 "family with sequence similarity 210, member A" MitoCarta3.0 "GFP, targetP signal, induction, coexpression++, MS/MS" MIM 0 Tmito 18.7767 0.003 1 "GFP, targetP signal, induction, coexpression++, MS/MS" ENSMUSG00000038121 Q8BGY7 273 2 NA 42 0.87 NoMitoHomolog NoHomolog 50-75ambig chr18 68260184 68300333 14 19 414 8.75E+09 60 all 14 9.2 9 9.3 8.8 8.8 8.4 8.8 8.6 8.4 8.6 8.6 8.3 8.5 8.2 Golgi apparatus;Mitochondria;Nucleoplasm (Approved)
64660 64951 Mrps24 3110030K20Rik|AI414579|MRP-S24|Rpm|Rpms24|S24mt mitochondrial ribosomal protein S24 MitoCarta3.0 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.7767 0.003 1 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS" ENSMUSG00000020477 Q9CQV5 167 2 NA 47 0.52 NoMitoHomolog NoHomolog 50-75ambig chr11 5703982 5707699 13 8 97 2.21E+09 52 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 7.9 8.1 7.9 8.1 8.4 7.2 8.1 8.4 8.6 7.6 8.6 8.2
21855 10245 Timm17b 17kD|17kDa|Sfc|Sfc3|mTim17|mTim17b translocase of inner mitochondrial membrane 17b MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, coexpression, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein import and sorting > TIM23 presequence pathway" Tmito 18.7719 0.003 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, coexpression, MS/MS+" ENSMUSG00000031158 Q9Z0V7 172 MitoDomain 10 -0.12 OrthologMitoLowConf NoHomolog 75-100ambig chrX 7899397 7907652 14 14 167 4.70E+09 95 all 14 8.3 8.2 8.3 8 8.9 8.5 7.9 8 8.5 8.2 8.7 8.6 8.9 8.8 Microtubules (Approved)
70791 23438 Hars2 4631412B19Rik|H|HARSR|HO|HO3|Harsl histidyl-tRNA synthetase 2 MitoCarta3.0 "literature, APEX_matrix, GFP, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 18.7693 0.003 1 "literature, APEX_matrix, GFP, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000019143 Q99KK9 505 1 SharedDomain 10 HomologMitoLowConf Homolog 25-50pure chr18 36783279 36792560 8 24 56 7.90E+08 43 "cerebellum, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 5.8 7 7.7 7.9 7.8 6.9 8.7 7.5 Cytosol (Approved)
66272 51241 Cox16 1810020G14Rik|1810055I05Rik|BB388670 cytochrome c oxidase assembly protein 16 MitoCarta3.0 "APEX_IMS, GFP, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS+" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 18.7404 0.003 1 "APEX_IMS, GFP, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS+" ENSMUSG00000091803 Q9CR63 106 4 MitoDomain NA OrthologMitoHighConf NoHomolog 75-100ambig chr12 81470703 81485110 6 9 40 3.49E+08 75 "kidney, liver, adipose, largeintestine, placenta, testis" 8.1 7.6 7.5 7.9 7.7 7.2 Mitochondria (Supported)
71365 57107 Pdss2 5430420P03Rik|Gm60|P|Plmp|kd|mDL|mDLP1 "prenyl (solanesyl) diphosphate synthase, subunit 2" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression+" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 18.6966 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression+" ENSMUSG00000038240 Q33DR3 401 2 SharedDomain 32 OrthologMitoLowConf Homolog 0-25ambig chr10 43221485 43464882 2 5 10 3.48E+07 17 "smallintestine, largeintestine" 7.2 7.3 Cytosol (Enhanced)
13177 1632 Eci1 Dc|Dci|ec|eci enoyl-Coenzyme A delta isomerase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 18.6394 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000024132 P42125 289 1 SharedDomain 32 NoMitoHomolog NoHomolog 50-75pure chr17 24426682 24439316 14 23 1275 1.24E+11 68 all 14 9.3 9.1 9.5 9.6 9.8 10.5 10.3 9.1 10.4 9.9 9.8 9.9 9.8 9.6 Mitochondria (Enhanced)
68349 4722 Ndufs3 0610010M09Rik|CI-30kD NADH:ubiquinone oxidoreductase core subunit S3 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 18.6136 0.003 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000005510 Q9DCT2 263 1 SharedDomain NA NoMitoHomolog Ortholog 75-100pure chr2 90894635 90904721 14 29 1855 1.91E+11 84 all 14 10.4 10.4 10.5 10.2 10.2 9.9 10.3 9.6 9.9 9.9 9.8 9.9 9.9 9.6 Mitochondria (Supported)
15360 3158 Hmgcs2 1300002P16|mH|mHS 3-hydroxy-3-methylglutaryl-Coenzyme A synthase 2 MitoCarta3.0 "literature, targetP signal+, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Ketone metabolism Tmito 18.6136 0.003 1 "literature, targetP signal+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000027875 P54869 508 1 SharedDomain 2 NoMitoHomolog Ortholog 75-100pure chr3 98280430 98310738 9 50 2364 1.90E+11 81 "cerebellum, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.1 7.2 10.9 8.9 9.5 10.9 8.8 8.8 10.3 Mitochondria (Supported)
217666 79944 L2hgdh BC016226 L-2-hydroxyglutarate dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS++" MIM Metabolism > Carbohydrate metabolism > TCA-associated Tmito 18.595 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000020988 Q91YP0 464 3 SharedDomain 20 2.62 NoMitoHomolog NoHomolog 50-75pure chr12 69690435 69724874 10 23 135 3.26E+09 64 "cerebrum, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, testis" 7.8 7.4 8.9 8.2 8.3 8 8.4 8 8.5 9.1 Mitochondria (Enhanced)
225791 284273 Zadh2 C530046K17Rik|PTGR-3|Pth|Pthr3 "zinc binding alcohol dehydrogenase, domain containing 2" MitoCarta3.0 "targetP signal, mito protein domain, induction, coexpression+, MS/MS++" unknown Metabolism > Lipid metabolism > Eicosanoid metabolism Tpossible_mito 18.5896 0.003 1 "targetP signal, mito protein domain, induction, coexpression+, MS/MS++" ENSMUSG00000049090 Q8BGC4 377 3 SharedDomain 30 1.09 NoMitoHomolog NoHomolog 50-75pure chr18 84088157 84097514 14 21 387 1.68E+10 72 all 14 8.6 8.6 8.8 8.3 9.2 9 8.9 8.9 9.3 8.8 9.3 9.1 9.4 9.4 Nucleoplasm (Approved)
66077 54998 Aurkaip1 0610033H09Rik|Aip|Akip|MRP-S38 aurora kinase A interacting protein 1 MitoCarta3.0 "GFP, targetP signal+, yeast mito homolog++, mito protein domain, coexpression+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.4497 0.003 1 "GFP, targetP signal+, yeast mito homolog++, mito protein domain, coexpression+" ENSMUSG00000065990 Q9DCJ7 200 1 SharedDomain 38 0.38 OrthologMitoHighConf NoHomolog chr4 155831268 155833098 Mitochondria;Nucleoplasm (Supported)
76178 493753 Coa5 1700001A24Rik|6330578E17Rik|Pet19|Pet191 cytochrome C oxidase assembly factor 5 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, MS/MS" IMS OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 18.4051 0.003 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, induction, MS/MS" ENSMUSG00000026112 Q99M07 74 MitoDomain 3 1.23 OrthologMitoHighConf NoHomolog 50-75ambig chr1 37417084 37430103 3 5 13 6.11E+07 68 "adipose, placenta, testis" 6.4 7.4 7.5 Mitochondria (Supported)
14979 7923 H2-Ke6 D17H6S112E|H-2Ke6|Hsd17b8|Ke-6|Ke6|Ri|Ring2 H2-K region expressed gene 6 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix "Metabolism > Lipid metabolism > Type II fatty acid synthesis | Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tmito 18.3972 0.003 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000073422 P50171 259 2 SharedDomain 21 NoMitoHomolog Homolog 50-75pure chr17 34026032 34028055 14 14 270 1.78E+10 72 all 14 9.2 9 9.2 8.9 9.3 9.6 9.1 8.4 9.2 8.4 8.9 8.7 8.9 9.2
224904 125988 Micos13 2410015M20Rik|Mic13|QI|QIL1|sr104 mitochondrial contact site and cristae organizing system subunit 13 MitoCarta3.0 "induction, coexpression++, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex Tpossible_mito 18.3878 0.003 1 "induction, coexpression++, MS/MS++" ENSMUSG00000049760 Q8R404 119 NA 42 0.72 NoMitoHomolog NoHomolog 75-100pure chr17 56607451 56609771 14 14 528 1.68E+10 93 all 14 9.1 8.7 8.8 8.7 9.7 9 8.9 8.5 9 9 9 8.8 9.1 9.3 Mitochondria (Supported)
66916 4713 Ndufb7 1110002H15Rik NADH:ubiquinone oxidoreductase subunit B7 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 18.3878 0.003 1 "literature, APEX_IMS, APEX_matrix, induction, coexpression++, MS/MS++" ENSMUSG00000033938 Q9CR61 137 NA 47 1.46 NoMitoHomolog NoHomolog 75-100pure chr8 83566757 83571623 14 21 678 5.29E+10 91 all 14 9.7 9.5 9.7 9.6 9.7 9.4 9.7 9.4 9.6 9.6 9.6 9.5 9.4 9.5
14467 2631 Nipsnap2 AV006093|Gb|Gbas|N nipsnap homolog 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, induction, coexpression, MS/MS++" Matrix Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tmito 18.3837 0.003 1 "literature, APEX_matrix, targetP signal+, induction, coexpression, MS/MS++" ENSMUSG00000029432 Q7TMG8 281 1 NonMitoDomain 19 1.52 NoMitoHomolog NoHomolog 75-100pure chr5 129725074 129758325 14 21 763 6.68E+10 76 all 14 10 9.8 10 9.5 8.9 9.1 10.3 9.3 9.3 9 9.2 9.5 9.6 9.6 Mitochondria (Supported)
74600 57129 Mrpl47 4833424P18Rik|CGI-20|CGI-204|Gm9859|L47mt|MRP-L47|MTF/L47|NCM|NCM1 mitochondrial ribosomal protein L47 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.3763 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression" ENSMUSG00000037531 Q8K2Y7 252 3 SharedDomain 9 3.04 OrthologMitoHighConf NoHomolog 50-75crude chr3 32727496 32736755 14 20 146 2.37E+09 58 all 14 8.5 8.2 8.1 8 8.1 7.9 7.4 7.1 8.3 7.5 8.9 7.6 8.6 7.8 Mitochondria (Supported)
67851 51250 Mtres1 1700021F05Rik mitochondrial transcription rescue factor 1 MitoCarta3.0 "GFP, targetP signal, induction, coexpression++, MS/MS+" Matrix Mitochondrial central dogma > mtRNA metabolism > Transcription | Mitochondrial central dogma > Translation Tmito 18.3761 0.003 1 "GFP, targetP signal, induction, coexpression++, MS/MS+" ENSMUSG00000019797 Q9CQF4 240 4 NA 41 2.5 NoMitoHomolog NoHomolog 25-50pure chr10 43525120 43540994 14 18 234 3.13E+09 48 all 14 8.6 8.3 8.7 8.3 8.6 7.7 8.4 7.7 8.2 8 8.6 7.9 8.3 8.2
73694 55471 Ndufaf7 2410091C18Rik|AL033374|PRO1853 NADH:ubiquinone oxidoreductase complex assembly factor 7 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain+, coexpression, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 18.3587 0.003 1 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain+, coexpression, MS/MS" ENSMUSG00000024082 Q9CWG8 436 2 MitoDomain 9 NoMitoHomolog Ortholog 25-50ambig chr17 78937134 78948052 9 14 40 6.39E+08 39 "cerebrum, brainstem, spinalcord, kidney, adipose, largeintestine, stomach, placenta, testis" 7.3 7.7 7.8 7.9 7.9 7.9 7.6 8.2 7.9
229211 28976 Acad9 2600017P15Rik|4732402K02|C630012L17Rik|NPD0|NPD002 "acyl-Coenzyme A dehydrogenase family, member 9" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, MS/MS++" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 18.3535 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, MS/MS++" ENSMUSG00000027710 Q8JZN5 625 1 MitoDomain 2 NoMitoHomolog NoHomolog 75-100pure chr3 36065999 36092857 14 55 988 5.04E+10 76 all 14 9.4 9 9.4 9.5 9.7 9.1 9.3 9.6 9.9 9.6 9.6 9.8 9.6 9.5 Mitochondria (Enhanced)
217214 162417 Nags 1700120E20Rik|argA N-acetylglutamate synthase MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS" Matrix Metabolism > Amino acid metabolism > Urea cycle Tmito 18.3513 0.003 1 "literature, targetP signal, yeast mito homolog++, mito protein domain+, MS/MS" ENSMUSG00000048217 Q8R4H7 527 2 MitoDomain 4 OrthologMitoHighConf NoHomolog 0-25pure chr11 102145512 102149528 1 8 12 1.73E+08 20 liver 8.2 Mitochondria (Supported)
52815 197257 Ldhd 4733401P21Rik|D8Bwg1320e|DLD lactate dehydrogenase D MitoCarta3.0 "literature, targetP signal+, yeast mito homolog+, mito protein domain, MS/MS++" MIM Metabolism > Carbohydrate metabolism Tmito 18.3234 0.003 1 "literature, targetP signal+, yeast mito homolog+, mito protein domain, MS/MS++" ENSMUSG00000031958 Q7TNG8 484 1 SharedDomain 4 OrthologMitoLowConf NoHomolog 50-75pure chr8 111626270 111630322 7 24 391 3.56E+10 56 "kidney, liver, heart, adipose, stomach, placenta, testis" 10.5 9.6 7.2 8.9 8.5 8.7 8.6 Cytosol (Approved)
192166 1757 Sardh - sarcosine dehydrogenase MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 18.2756 0.003 1 "literature, targetP signal+, yeast mito homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000009614 Q99LB7 919 1 SharedDomain 7 HomologMitoLowConf NoHomolog 75-100pure chr2 27188392 27247303 12 67 1951 2.32E+11 83 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.5 8.8 9 8.3 11 11.1 9.2 8.9 8.6 8.9 8.8 9.2 Mitochondria (Approved)
20751 6697 Spr AA409688|Gm10328 sepiapterin reductase MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" unknown Metabolism > Metals and cofactors > Tetrahydobiopterin synthesis Tpossible_mito 18.2528 0.003 1 "targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000033735 Q91XH5 262 4 SharedDomain 15 1.33 NoMitoHomolog Homolog 50-75pure chr6 85133679 85137764 11 17 97 2.17E+09 74 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach" 8.5 8.4 8.9 8.4 8.3 8 8.3 6.3 6.9 7.3 7.6 Cytosol;Nucleoplasm (Supported)
246703 128240 Naxe AA087124|AI|AI-BP|AIBP|AP|Apoa1bp|Apoa1ip|ESTM3|ESTM37 NAD(P)HX epimerase MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 18.2289 0.003 1 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028070 Q8K4Z3 282 2 SharedDomain 10 HomologMitoHighConf NoHomolog 50-75pure chr3 88056522 88058495 14 13 320 1.75E+10 54 all 14 9.4 9.2 9.5 9.1 8.9 9.2 8.6 8.3 9 8.7 8.8 8.5 9.2 9.2 Nucleoplasm (Enhanced)
53600 100287932 Timm23 Tim2|Tim23 translocase of inner mitochondrial membrane 23 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > TIM23 presequence pathway" Tmito 18.2099 0.003 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, MS/MS++" ENSMUSG00000013701 Q9CXU4 209 MitoDomain NA OrthologMitoHighConf NoHomolog 50-75pure chr14 32180165 32201891 14 10 198 4.11E+09 62 all 14 8.5 8.3 8.5 8.2 8.4 8.7 8 7.9 8.6 8.1 8.7 8.2 8.8 8.5 Mitochondria (Supported)
17527 4358 Mpv17 Tg.Mpv|Tg.Mpv17 MpV17 mitochondrial inner membrane protein MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" MIM Small molecule transport Tmito 18.1383 0.003 1 "literature, targetP signal, yeast mito homolog+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000090262 P19258 176 4 SharedDomain 9 OrthologMitoLowConf NoHomolog 75-100pure chr5 31140660 31154242 14 9 194 3.63E+09 81 all 14 8.2 7.9 8.3 7.9 9 8.5 8.1 7.6 8.7 7.8 8.1 8 8.9 7.8
212508 92170 Mtg1 Gm169|Gtpb|Gtpbp7 mitochondrial ribosome-associated GTPase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression+, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 18.1239 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression+, MS/MS" ENSMUSG00000039018 Q8R2R6 326 4 SharedDomain 35 OrthologMitoHighConf NoHomolog 25-50ambig chr7 140137563 140150786 2 6 7 4.68E+07 29 "largeintestine, testis" 7.2 7.5 Mitochondria (Supported)
15925 3416 Ide 1300012G03Rik|4833415K22Rik|AA675336|AI507533 insulin degrading enzyme MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, coexpression, MS/MS+" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 18.0452 0.003 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain+, coexpression, MS/MS+" ENSMUSG00000056999 AI507533 1019 3 MitoDomain 17 NoMitoHomolog Homolog 25-50pure chr19 37268740 37330613 12 32 146 1.86E+09 36 "cerebrum, cerebellum, brainstem, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.8 7.9 8.9 7.7 7.2 7.5 7.9 8.5 8 8.1 8.2
70047 51095 Trnt1 2410043H24Rik|2610044E04Rik|9830143O18Rik|AA408384|C76540|CGI-4|CGI-47|mt-Trat "tRNA nucleotidyl transferase, CCA-adding, 1" MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tmito 18.0448 0.003 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, MS/MS" ENSMUSG00000013736 Q8K1J6 434 2 SharedDomain 4 0.96 HomologMitoHighConf Ortholog 25-50ambig chr6 106769137 106782474 4 13 27 4.51E+08 35 "spinalcord, adipose, placenta, testis" 7.2 7.5 8.4 8.1 Mitochondria (Supported)
64658 64432 Mrps25 2810429N01Rik|Rpm|Rpms25 mitochondrial ribosomal protein S25 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.0398 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000014551 Q9D125 171 4 SharedDomain 10 1.97 NoMitoHomolog NoHomolog 75-100pure chr6 92169522 92184023 14 19 165 2.66E+09 85 all 14 8.5 8.2 8.2 8 7.9 8 7.2 7 8.3 8.1 8.9 7.9 8.6 8.1 Mitochondria (Supported)
68463 64928 Mrpl14 1110006I11Rik|AI846816|MRP-|MRP-L32|Rpm|Rpml32 mitochondrial ribosomal protein L14 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression+, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.0348 0.003 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression+, MS/MS" ENSMUSG00000023939 Q9D1I6 145 1 SharedDomain 30 NoMitoHomolog Homolog 50-75ambig chr17 45686371 45698495 14 11 145 3.86E+09 61 all 14 8.4 8.2 8.4 7.9 8 8.5 7.6 7.4 8.3 8.6 8.9 7.9 8.9 8.6 Mitochondria (Supported)
59054 10884 Mrps30 2610020A16Rik|AA968347|PAP|Pdcd|Pdcd9 mitochondrial ribosomal protein S30 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 18.0248 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000021731 Q9D0G0 442 2 SharedDomain 10 0.64 NoMitoHomolog NoHomolog 50-75pure chr13 118380109 118387252 12 21 151 1.83E+09 52 "cerebrum, cerebellum, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.5 7.4 8 7.4 7.7 8.1 8.6 8.3 7.5 8.8 8.1
66242 51021 Mrps16 1500011E11Rik|Mprs16|S16mt mitochondrial ribosomal protein S16 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 17.9619 0.003 1 "literature, APEX_matrix, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000049960 Q9CPX7 135 5 SharedDomain NA OrthologMitoHighConf Ortholog 75-100ambig chr14 20391230 20393555 14 10 158 3.57E+09 83 all 14 8.4 8.1 8.3 8.1 8.2 8.5 7.3 7.3 8.2 8.6 8.8 8 8.9 8.4 Cytosol;Mitochondria (Supported)
77619 153768 Prelid2 1700003A01Rik|C330008K14Rik PRELI domain containing 2 MitoCarta3.0 "yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS" IMS 0 Tpossible_mito 17.8748 0.003 1 "yeast mito homolog+, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000056671 Q0VBB0 177 MitoDomain 8 0.91 OrthologMitoLowConf NoHomolog 25-50ambig chr18 41875695 41951194 2 5 8 3.72E+07 38 "largeintestine, stomach" 7.4 7 Nucleoplasm (Approved)
108037 6472 Shmt2 2700043D08Rik|AA408223|AA986903|SHMT serine hydroxymethyltransferase 2 (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Serine metabolism | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 17.7984 0.003 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000025403 Q9CZN7 504 1 SharedDomain 8 NoMitoHomolog Homolog 50-75pure chr10 127517122 127522444 12 36 407 3.36E+10 75 "cerebrum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7.9 7.7 10.1 9.7 7.7 8.9 9.3 8.7 8.4 10.1 8.7 Mitochondria (Enhanced)
211389 6821 Suox SO sulfite oxidase MitoCarta3.0 "APEX_IMS, targetP signal, mito protein domain+, coexpression, MS/MS++" IMS Metabolism > Metals and cofactors > Molybdenum cofactor synthesis and proteins | Metabolism > Sulfur metabolism Tmito 17.7812 0.003 1 "APEX_IMS, targetP signal, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000049858 Q8R086 546 2 MitoDomain 6 NoMitoHomolog NoHomolog 50-75pure chr10 128669886 128673918 12 29 391 1.77E+10 64 "cerebrum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.5 7.3 9.1 9.7 8.7 9 9.2 6.4 8.7 9.9 8
66365 60492 Ccdc90b 2310015N07Rik|C86558 coiled-coil domain containing 90B MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, MS/MS" MIM 0 Tmito 17.7017 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000030613 Q8C3X2 256 2 MitoDomain 2 OrthologMitoLowConf NoHomolog 50-75ambig chr7 92561148 92582294 14 22 218 3.98E+09 68 all 14 8.3 8.2 8 8.4 8.6 7.5 8.4 7.3 9 8.4 8.9 8.3 8.5 8 Mitochondria (Enhanced)
66302 51115 Rmdn1 Fam82|Fam82b|RMD-1 regulator of microtubule dynamics 1 MitoCarta3.0 "APEX_IMS, targetP signal+, mito protein domain, induction, coexpression, MS/MS" MOM 0 Tmito 17.6678 0.003 1 "APEX_IMS, targetP signal+, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000028229 Q9DCV4 305 1 SharedDomain 17 2.64 NoMitoHomolog NoHomolog 50-75ambig chr4 19575065 19606932 14 20 221 8.08E+09 54 all 14 8.9 8.8 8.8 8.4 8.5 9.2 8.6 8.1 9.1 8.7 8.1 8.8 8.8 8.6 Centrosome (Supported)
272428 54988 Acsm5 C730019D22|C730027J19Rik acyl-CoA synthetase medium-chain family member 5 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Detoxification > Xenobiotic metabolism Tmito 17.6559 0.003 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000030972 Q8BGA8 578 2 SharedDomain 8 HomologMitoLowConf Homolog 50-75pure chr7 119526264 119543360 5 26 156 7.75E+09 60 "kidney, liver, adipose, smallintestine, largeintestine" 9.4 9.7 8.2 6.7 7.5 Vesicles (Uncertain)
94066 64979 Mrpl36 AI646041 mitochondrial ribosomal protein L36 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 17.6519 0.003 1 "literature, targetP signal, yeast mito homolog++, mito protein domain, induction, coexpression+" ENSMUSG00000021607 Q99N90 102 3 SharedDomain 39 0.69 OrthologMitoHighConf NoHomolog chr13 73331008 73332178 Mitochondria;Nuclear bodies (Supported)
76263 373156 Gstk1 0610025I19Rik|AW260476|Dsb|DsbA-L glutathione S-transferase kappa 1 MitoCarta3.0 "literature, mito protein domain+, coexpression+, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tmito 17.6288 0.003 1 "literature, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000029864 Q9DCM2 226 MitoDomain 39 NoMitoHomolog NoHomolog 75-100pure chr6 42245934 42250441 14 23 637 3.42E+10 93 all 14 8.9 9 9.1 8.7 9.8 10 9.5 8 9.3 9.2 9.2 9.5 8.1 9.2 Peroxisomes (Supported)
66117 154791 Fmc1 1110001J03Rik formation of mitochondrial complex V assembly factor 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS" Matrix OXPHOS > Complex V > CV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 17.6287 0.003 1 "literature, APEX_matrix, targetP signal, induction, coexpression++, MS/MS" ENSMUSG00000019689 Q9CR13 113 2 NA 48 1.19 NoMitoHomolog NoHomolog 25-50ambig chr6 38534860 38539449 13 6 77 2.13E+09 49 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 7.7 8.3 8.1 8.3 8.1 7.9 8.1 8.2 8.6 8.5 8.1 7.9 Mitochondria (Approved)
68572 3396 Mrpl58 1110001A02Rik|1110002E03Rik|Ict|Ict1|MRP-L58 mitochondrial ribosomal protein L58 MitoCarta3.0 "APEX_matrix, GFP, targetP signal+, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome | Mitochondrial central dogma > Translation > Translation factors Tmito 17.5857 0.003 1 "APEX_matrix, GFP, targetP signal+, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000018858 Q8R035 177 1 SharedDomain 22 0.89 NoMitoHomolog NoHomolog 50-75ambig chr11 115403765 115410913 14 13 141 2.76E+09 54 all 14 8.2 8.2 8.4 8.2 8.1 8 7.9 7.3 8.4 8.2 8.9 7.8 8.4 8 Mitochondria;Nucleoplasm (Supported)
12894 1374 Cpt1a C730027G07|CP|CPTI|Cpt|Cpt1 "carnitine palmitoyltransferase 1a, liver" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" MOM Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Metals and cofactors > Carnitine synthesis and transport | Metabolism > Metals and cofactors > Carnitine shuttle Tmito 17.5574 0.003 1 "literature, yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000024900 P97742 773 SharedDomain 9 0.75 OrthologMitoLowConf NoHomolog 50-75pure chr19 3323300 3385733 14 49 1722 5.76E+10 64 all 14 8.2 8.5 8.8 8.6 10.4 10 7.8 8.6 8.9 9.3 9.9 9.5 9.3 9.5 Mitochondria (Supported)
11637 204 Ak2 Ak-|Ak-2|D4Ertd220|D4Ertd220e adenylate kinase 2 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" IMS Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 17.5035 0.003 1 "literature, APEX_IMS, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000028792 Q9WTP6 239 SharedDomain 35 HomologMitoLowConf Homolog 75-100pure chr4 128993223 129011529 14 24 1178 7.91E+10 84 all 14 9 8.9 9.1 8.8 9.8 10.2 8.8 8 10.1 10 9.4 9.1 10.1 10.1
72650 91574 2810006K23Rik - RIKEN cDNA 2810006K23 gene MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 17.4812 0.003 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000047635 Q80VP5 184 3 SharedDomain NA OrthologMitoHighConf Ortholog 25-50ambig chr5 124328088 124341852 7 8 37 1.70E+08 38 "cerebrum, brainstem, spinalcord, adipose, largeintestine, stomach, placenta" 7.5 7.3 7 7.6 7.7 6.8 7.3 Cytosol;Nucleoplasm (Approved)
14660 2744 Gls 6330442B14|AI314027|B230365M23Rik glutaminase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, MS/MS++" MIM Metabolism > Amino acid metabolism > Glutamate metabolism Tmito 17.4751 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, MS/MS++" ENSMUSG00000026103 D3Z7P3 674 1 MitoDomain 1 0.43 NoMitoHomolog NoHomolog 50-75pure chr1 52163449 52233232 13 42 1022 4.38E+10 66 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 10.2 9.8 9.8 9.6 9.4 6.7 8.6 8.7 9.4 9.3 7.9 9.2 8.7 Mitochondria (Supported)
75778 117145 Them4 2700077M13Rik|4921507I02Rik thioesterase superfamily member 4 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, induction, MS/MS++" MIM Metabolism > Lipid metabolism Tmito 17.4674 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, induction, MS/MS++" ENSMUSG00000028145 Q3UUI3 230 2 SharedDomain 3 1.4 HomologMitoHighConf NoHomolog 50-75pure chr3 94310131 94332532 11 14 221 1.02E+10 53 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta, testis" 9.3 9.3 9.5 9.1 8.4 8.2 6.8 7.3 8 8 8.9
56075 23590 Pdss1 2610203G20Rik|2700031G06Rik|TPT|TPT 1|Tp|Tprt|mDLP1|mS|mSPS1 "prenyl (solanesyl) diphosphate synthase, subunit 1" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 17.4478 0.003 1 "APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000026784 Q33DR2 409 2 SharedDomain 20 OrthologMitoLowConf Homolog 0-25ambig chr2 22895521 22940259 4 4 11 6.07E+07 13 "skeletalmuscle, largeintestine, placenta, testis" 6.4 7.7 6.5 6.1 Cytosol (Approved)
52856 26164 Mtg2 1810011P19Rik|2900056P18Rik|D2Bwg0647e|Gtpb|Gtpbp5 mitochondrial ribosome associated GTPase 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 17.4478 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000039069 A2AFK4 405 2 SharedDomain 23 OrthologMitoLowConf Homolog 0-25ambig chr2 180070592 180085902 2 2 4 3.54E+07 7 "largeintestine, placenta" 7.3 7.2
67994 64963 Mrps11 0710005I03Rik|C79873|MRP-S11|S11mt mitochondrial ribosomal protein S11 MitoCarta3.0 "literature, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 17.4203 0.003 1 "literature, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000030611 Q3U8Y1 191 2 SharedDomain 13 0.77 NoMitoHomolog Homolog 50-75ambig chr7 78783130 78792988 14 11 124 1.86E+09 64 all 14 8.2 7.8 7.8 7.3 8.4 8.1 7.7 7.7 8 7.8 8.5 7.7 8.6 8.3 Mitochondria (Supported)
56690 23417 Mlycd AI324784|Mcd malonyl-CoA decarboxylase MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, coexpression++, MS/MS" Matrix Metabolism > Lipid metabolism Tmito 17.4121 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, coexpression++, MS/MS" ENSMUSG00000074064 Q99J39 492 2 SharedDomain 40 0.35 NoMitoHomolog NoHomolog 50-75ambig chr8 119394891 119411088 13 23 115 2.19E+09 53 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 7.3 6.7 6.9 7.6 8.8 8.4 8.5 7.4 8.6 8.3 6.8 8.3 7.9
382117 285343 Tcaim D9Ertd402|D9Ertd402e|Gm1129|TOAG-1 "T cell activation inhibitor, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++" Matrix 0 Tmito 17.3917 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, coexpression++" ENSMUSG00000046603 Q66JZ4 509 1 MitoDomain 41 NoMitoHomolog NoHomolog chr9 122805546 122836332
66377 4717 Ndufc1 2310016K22Rik|KFYI NADH:ubiquinone oxidoreductase subunit C1 MitoCarta3.0 "literature, targetP signal+, mito protein domain+, coexpression++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 17.3917 0.003 1 "literature, targetP signal+, mito protein domain+, coexpression++" ENSMUSG00000037152 Q9CQY9 76 1 MitoDomain 49 NoMitoHomolog NoHomolog chr3 51405478 51408955 Mitochondria (Supported)
14782 2936 Gsr AI325518|D8Ertd238|D8Ertd238e|Gr-|Gr-1|Gr1 glutathione reductase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism Tmito 17.3498 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000031584 P47791 500 1 SharedDomain 4 -0.34 HomologMitoLowConf Homolog 50-75pure chr8 33653237 33698162 10 22 105 2.40E+09 55 "spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 8.8 7.8 8.4 7.9 8.8 7.5 7.7 8.7 8.1 Cytosol (Supported)
109093 57038 Rars2 1500002I10Rik|PRO1|PRO1992|Rarsl "arginyl-tRNA synthetase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 17.3135 0.003 1 "literature, APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028292 Q3U186 578 3 SharedDomain 10 HomologMitoLowConf Homolog 50-75pure chr4 34614957 34660167 14 36 277 3.16E+09 67 all 14 7.8 7.7 7.6 7.9 8.7 7 7.1 7.9 8.5 8.4 8.9 8.3 8.2 8.8
229731 29957 Slc25a24 2610016M12Rik "solute carrier family 25 (mitochondrial carrier, phosphate carrier), member 24" MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, MS/MS++" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > SLC25A family Tmito 17.3128 0.003 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000040322 Q8BMD8 475 MitoDomain 2 OrthologMitoLowConf NoHomolog 75-100pure chr3 109123148 109168409 6 41 481 2.66E+10 80 "adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 10.2 9.8 8.5 9.6 7.9 Mitochondria (Enhanced)
71803 83733 Slc25a18 1500015I14Rik|AW125787 "solute carrier family 25 (mitochondrial carrier), member 18" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MIM Small molecule transport > SLC25A family Tmito 17.3128 0.003 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000004902 Q9DB41 320 MitoDomain 2 OrthologMitoLowConf NoHomolog 75-100pure chr6 120773767 120793982 12 23 496 2.56E+10 80 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.8 9.6 9.9 9.4 7.7 8.9 8.9 8.9 8.2 7.8 8.6 9.1
68267 79751 Slc25a22 1300006L01Rik|AI060884|Gc1 "solute carrier family 25 (mitochondrial carrier, glutamate), member 22" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MIM Small molecule transport > SLC25A family Tmito 17.3128 0.003 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000019082 Q9D6M3 323 MitoDomain 2 OrthologMitoLowConf NoHomolog 75-100pure chr7 141429748 141437874 13 20 711 4.40E+10 80 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 10.1 9.9 9.9 9.6 8.1 9.5 6.5 9.4 9.3 8.7 8.2 9.1 8.7 Mitochondria (Approved)
55951 51660 Mpc1 0610006G08Rik|3830411I18Rik|Brp|Brp44l mitochondrial pyruvate carrier 1 MitoCarta3.0 "GFP, yeast mito homolog+, mito protein domain+, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > Pyruvate metabolism | Metabolism > Carbohydrate metabolism > TCA-associated | Small molecule transport Tmito 17.3128 0.003 1 "GFP, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000023861 P63030 109 MitoDomain NA OrthologMitoLowConf NoHomolog 75-100pure chr17 8283812 8297661 14 14 1072 7.68E+10 95 all 14 9.8 9.5 9.9 9.6 10.3 10 9.5 9 9.9 9.6 9.6 9.7 9.2 8.5 Mitochondria (Enhanced)
30058 1678 Timm8a1 DXHXS1274|DXHXS1274E|Ddp|Ddp1|Fci-1|Fci-12|Tim|Tim8a|Timm8a translocase of inner mitochondrial membrane 8A1 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 17.3128 0.003 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000045455 Q9WVA2 97 MitoDomain NA OrthologMitoLowConf NoHomolog 75-100pure chrX 134537257 134541629 14 8 164 7.72E+09 93 all 14 8.5 8.5 8.9 8.8 8.6 9.1 7.3 7.2 8.8 9 8.8 8.7 8.8 8.8 Mitochondria (Supported)
22335 7419 Vdac3 - voltage-dependent anion channel 3 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MOM Signaling > Calcium homeostasis > Mitochondrial permeability transition pore | Small molecule transport Tmito 17.3128 0.003 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000008892 Q60931 284 MitoDomain NA OrthologMitoLowConf NoHomolog 75-100pure chr8 22577074 22593813 14 25 2048 1.67E+11 80 all 14 10.1 9.7 10.1 10.3 9.8 9.5 10.1 9.6 9.9 10.1 10.2 9.6 10.2 10.6 Mitochondria (Supported)
11640 8165 Akap1 AKA|AKAP121|AKAP84|Akap|C76494|C81186|DAK|DAKAP1|S-AK|S-AKAP84 A kinase (PRKA) anchor protein 1 MitoCarta3.0 "literature, mito protein domain, induction, coexpression++, MS/MS+" MOM Signaling > cAMP-PKA signaling Tmito 17.309 0.003 1 "literature, mito protein domain, induction, coexpression++, MS/MS+" ENSMUSG00000018428 O08715 857 SharedDomain 41 1.88 NoMitoHomolog NoHomolog 25-50pure chr11 88830791 88864586 3 18 58 6.88E+08 33 "cerebellum, skeletalmuscle, testis" 7.3 6.2 8.8 Mitochondria (Supported)
23986 10455 Eci2 ACBD|Acbd2|DR|Drs1|HCA8|Hca88|Pe|Peci enoyl-Coenzyme A delta isomerase 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, coexpression+, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 17.3004 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, coexpression+, MS/MS++" ENSMUSG00000021417 Q9WUR2 391 2 SharedDomain 32 0.36 NoMitoHomolog NoHomolog 50-75pure chr13 34977747 34994144 14 26 279 1.22E+10 63 all 14 8.1 8.1 8.6 7.7 9.4 9.4 9.2 8.7 9.3 8.5 8.4 8.3 8.9 9 Mitochondria;Peroxisomes (Enhanced)
68017 29960 Mrm2 2310037B18Rik|Ftsj|Ftsj2 mitochondrial rRNA methyltransferase 2 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 17.2855 0.003 1 "literature, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000029557 Q9CPY0 246 2 SharedDomain 9 OrthologMitoHighConf Homolog 0-25ambig chr5 140327673 140331898 1 2 2 4.75E+06 7 cerebrum 6.7
67164 387787 Lipt2 2610209A20Rik lipoyl(octanoyl) transferase 2 (putative) MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Lipid metabolism > Lipoate insertion Tpossible_mito 17.2221 0.003 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000030725 Q9D009 231 5 SharedDomain 22 HomologMitoHighConf Ortholog 50-75ambig chr7 100159276 100160931 9 14 66 8.28E+08 67 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, placenta, testis" 8.1 8 7.4 7.3 6.9 8.2 8.2 7.9 8.1 Vesicles (Approved)
76826 80224 Nubpl 2410170E07Rik nucleotide binding protein-like MitoCarta3.0 "literature, targetP signal, Rickettsial homolog, mito protein domain, coexpression+, MS/MS+" Matrix OXPHOS > Complex I > CI assembly factors | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins | OXPHOS > OXPHOS assembly factors Tmito 17.1587 0.003 1 "literature, targetP signal, Rickettsial homolog, mito protein domain, coexpression+, MS/MS+" ENSMUSG00000035142 Q9CWD8 319 2 SharedDomain 39 NoMitoHomolog Homolog 25-50pure chr12 52097745 52310959 6 11 31 4.53E+08 36 "spinalcord, adipose, largeintestine, stomach, placenta, testis" 7.3 8.4 7.5 7.1 7.6 7.9 Mitochondria (Approved)
14057 94081 Sfxn1 2810002O05Rik|A930015P12Rik|f sideroflexin 1 MitoCarta3.0 "literature, yeast mito homolog, mito protein domain+, coexpression, MS/MS++" MIM Metabolism > Amino acid metabolism > Serine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism | Small molecule transport > Sideroflexins Tmito 17.1524 0.003 1 "literature, yeast mito homolog, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000021474 Q99JR1 322 MitoDomain 14 HomologMitoLowConf NoHomolog 75-100pure chr13 54071844 54108345 13 26 992 5.88E+10 81 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.6 9.2 9.3 9 10.1 9.5 6.9 10 9.9 9.5 9 9.9 9.5 Mitochondria (Enhanced)
109108 10463 Slc30a9 2310024J23Rik|AL024256|GAC6|GAC63|HUEL|znT-9 "solute carrier family 30 (zinc transporter), member 9" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, MS/MS" MIM Small molecule transport Tmito 17.0811 0.003 1 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, induction, MS/MS" ENSMUSG00000029221 Q5IRJ6 567 2 SharedDomain 3 0.6 OrthologMitoHighConf NoHomolog 0-25pure chr5 67306956 67356145 9 10 42 2.94E+08 19 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, stomach, placenta, testis" 7.5 7 7.8 8.1 7 6.6 6.9 7.4 7.4
67092 2628 Gatm 1810003P21Rik|AI314789|AT glycine amidinotransferase (L-arginine:glycine amidinotransferase) MitoCarta3.0 "literature, targetP signal, mito protein domain+, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Creatine metabolism Tmito 17.0145 0.003 1 "literature, targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000027199 Q9D964 423 2 MitoDomain 2 -0.53 NoMitoHomolog NoHomolog 75-100pure chr2 122594472 122611277 6 47 1010 1.36E+11 87 "spinalcord, kidney, liver, stomach, placenta, testis" 7.5 9.9 7.7 7.1 11.1 9.3 Mitochondria (Supported)
69076 51499 Triap1 1810015M01Rik|AU020874|AU043831|P53csv|Wf-1 TP53 regulated inhibitor of apoptosis 1 MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain, induction, MS/MS++" IMS Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 16.9398 0.003 1 "literature, yeast mito homolog++, mito protein domain, induction, MS/MS++" ENSMUSG00000029535 Q9D8Z2 76 SharedDomain 3 1.25 OrthologMitoHighConf NoHomolog 50-75pure chr5 115341246 115343552 3 6 9 7.01E+07 61 "adipose, stomach, placenta" 7.6 6.9 7.3 Mitochondria;Nucleoplasm (Approved)
12892 1371 Cpox C|CPX|Cpo|HCP|ca|cac|nc|nct coproporphyrinogen oxidase MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" MIM Metabolism > Metals and cofactors > Heme synthesis and processing Tmito 16.9332 0.003 1 "literature, APEX_IMS, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000022742 P36552 443 3 SharedDomain 5 -0.18 NoMitoHomolog Ortholog 50-75pure chr16 58670207 58680389 12 29 197 9.04E+09 56 "cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7.4 7.4 9.2 9.4 7.8 7.5 9 7.9 8.3 9.5 7.9 Mitochondria (Enhanced)
321003 63929 Xpnpep3 APP3|E430012M05Rik "X-prolyl aminopeptidase 3, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS+" Matrix "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 16.9136 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000022401 B7ZMP1 386 2 SharedDomain 20 HomologMitoHighConf NoHomolog 25-50pure chr15 81400187 81454888 8 14 55 7.09E+08 39 "cerebrum, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7.6 8.5 7 6.9 7.3 8.2 8.2
67452 50640 Pnpla8 1200006O19Rik|AI467579|Ipla2(gamma) patatin-like phospholipase domain containing 8 MitoCarta3.0 "APEX_matrix, Rickettsial homolog, induction, coexpression++, MS/MS+" MIM Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 16.8696 0.003 1 "APEX_matrix, Rickettsial homolog, induction, coexpression++, MS/MS+" ENSMUSG00000036257 Q8K1N1 776 NonMitoDomain 40 0.67 NoMitoHomolog Ortholog 25-50pure chr12 44269153 44313435 8 29 96 7.63E+08 39 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, largeintestine, testis" 8.3 8 7.6 7.9 7.4 8.2 7.4 8.1 Cytosol;Nucleoplasm (Approved)
102060 90480 Gadd45gip1 2310040G17Rik|AI425883|Cri|Crif1|MRP-L59|Plinp1 "growth arrest and DNA-damage-inducible, gamma interacting protein 1" MitoCarta3.0 "APEX_matrix, GFP, targetP signal+, coexpression+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 16.8585 0.003 1 "APEX_matrix, GFP, targetP signal+, coexpression+, MS/MS++" ENSMUSG00000033751 Q9CR59 222 1 NA 34 NoMitoHomolog NoHomolog 50-75pure chr8 84832281 84835482 14 13 122 2.67E+09 53 all 14 8.5 8.4 8.5 8.2 8.4 8.2 7.8 7.1 8.1 8.4 8.3 7.4 8.6 8.2 Mitochondria (Enhanced)
11692 2671 Gfer Alr|ER|ERV1 "growth factor, augmenter of liver regeneration" MitoCarta3.0 "literature, GFP, targetP signal, yeast mito homolog++, mito protein domain, coexpression, MS/MS" IMS "Protein import, sorting and homeostasis > Protein import and sorting > MIA40" Tmito 16.8509 0.003 1 "literature, GFP, targetP signal, yeast mito homolog++, mito protein domain, coexpression, MS/MS" ENSMUSG00000040888 P56213 198 4 SharedDomain 11 OrthologMitoHighConf NoHomolog 50-75ambig chr17 24693190 24696156 12 15 163 2.33E+09 61 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.8 8.5 8.6 7.9 7.8 8.7 8 7.3 7.6 6.9 8.1 7.9 Cytosol;Mitochondria (Enhanced)
83485 51335 Ngrn AW552001 "neugrin, neurite outgrowth associated" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 16.8435 0.003 1 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain+, coexpression" ENSMUSG00000047084 Q99KS2 293 2 MitoDomain 6 OrthologMitoHighConf NoHomolog chr7 80261214 80265378 Mitochondria (Supported)
67840 78988 Mrpl57 2610025P17Rik|AV005697|Mrp|Mrp63 mitochondrial ribosomal protein L57 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 16.8076 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain+, coexpression, MS/MS+" ENSMUSG00000021967 Q9CQF8 102 2 MitoDomain 10 NoMitoHomolog NoHomolog 25-50pure chr14 57826238 57828745 9 5 38 1.00E+09 37 "cerebrum, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta, testis" 7.9 7.3 7.9 8 7.8 8.2 8.4 8.3 7.9 Mitochondria (Supported)
66091 4696 Ndufa3 1010001M12Rik|1700022J01Rik NADH:ubiquinone oxidoreductase subunit A3 MitoCarta3.0 "literature, induction, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 16.7613 0.003 1 "literature, induction, coexpression++, MS/MS++" ENSMUSG00000035674 Q9CQ91 84 NA 48 0.79 NoMitoHomolog NoHomolog 50-75pure chr7 3617372 3620161 14 7 397 1.68E+10 67 all 14 9.2 9.1 9.3 8.7 9.5 8.9 8.9 8.8 9 9.1 9 9.1 8.8 8.7
69956 55037 Ptcd3 2610034F17Rik|2810422B04Rik|AA589622|AU045708|MRP-S39 pentatricopeptide repeat domain 3 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 16.727 0.003 1 "literature, APEX_matrix, targetP signal+, mito protein domain+, MS/MS++" ENSMUSG00000063884 Q14C51 685 1 MitoDomain NA NoMitoHomolog NoHomolog 50-75pure chr6 71880637 71908762 14 46 447 7.98E+09 65 all 14 8.5 8.3 8.3 8.5 9 8.7 7.3 8.3 8.8 9 9.3 8.4 9 8.6 Mitochondria (Supported)
67036 84311 Mrpl45 2600005P05Rik|AU043542|R75241 mitochondrial ribosomal protein L45 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 16.7096 0.003 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000018882 Q9D0Q7 306 2 SharedDomain 26 1.2 NoMitoHomolog NoHomolog 25-50pure chr11 97315715 97329920 9 17 80 1.68E+09 50 "cerebrum, brainstem, spinalcord, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.9 7.5 8.2 8 8.7 7 8.6 8.4 Mitochondria (Enhanced)
73132 8034 Slc25a16 3110021G18Rik|GDA|GDC|HGT.1|ML|ML7 "solute carrier family 25 (mitochondrial carrier, Graves disease autoantigen), member 16" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS" MIM Small molecule transport > SLC25A family Tmito 16.6672 0.003 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS" ENSMUSG00000071253 Q8C0K5 332 MitoDomain 23 OrthologMitoLowConf NoHomolog 25-50ambig chr10 62920632 62946494 9 12 33 3.59E+08 34 "cerebrum, brainstem, spinalcord, liver, adipose, largeintestine, stomach, placenta, testis" 7.1 8.2 7 7.5 7.4 7.6 6.7 7.6 7.6 Mitochondria (Approved)
22227 7350 Ucp1 AI385626|Slc2|Slc25a7|Ucp "uncoupling protein 1 (mitochondrial, proton carrier)" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS" MIM Small molecule transport > SLC25A family Tmito 16.643 0.003 1 "literature, yeast mito homolog+, mito protein domain+, coexpression, MS/MS" ENSMUSG00000031710 P12242 307 MitoDomain 16 OrthologMitoLowConf NoHomolog 50-75ambig chr8 83290347 83298456 1 15 41 1.17E+09 61 adipose 9.1
71807 80222 Tars2 2610024N01Rik|AI429208|Ta|Tarsl1|thrRS "threonyl-tRNA synthetase 2, mitochondrial (putative)" MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 16.6017 0.003 1 "APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000028107 Q3UQ84 723 1 SharedDomain 4 HomologMitoLowConf Homolog 50-75pure chr3 95739973 95754977 13 34 224 3.11E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8.3 7.8 8.1 8.4 8.2 7.7 8.5 7.3 8.8 7.7 8.6 8.8 Cytosol;Nucleoplasm (Approved)
66966 54802 Trit1 2310075G14Rik|AI314189|AI314635|AV099619|IPPT|IPT|MOD|MOD5 tRNA isopentenyltransferase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tmito 16.5164 0.003 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000028653 Q80UN9 467 1 SharedDomain 6 HomologMitoHighConf Ortholog 0-25ambig chr4 123016596 123054934 1 3 3 6.95E+07 9 cerebellum 7.8 Nucleoplasm (Approved)
70316 4706 Ndufab1 2210401F17Rik|2310039H15Rik|2610003B19Rik|8kD|8kDa|9130423F15Rik|ACP|CI-SDAP|SDAP NADH:ubiquinone oxidoreductase subunit AB1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS+" MIM OXPHOS > Complex I > CI subunits | Metabolism > Lipid metabolism > Type II fatty acid synthesis | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | OXPHOS > OXPHOS subunits Tmito 16.5102 0.003 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000030869 Q9CR21 156 2 SharedDomain NA HomologMitoHighConf Ortholog 25-50pure chr7 122088043 122101848 14 8 430 2.21E+10 28 all 14 9.4 9 9.3 8.2 9.6 9.2 9.1 8.7 9.3 9.3 8.8 8.8 8.9 9.5 Mitochondria (Supported)
71832 Csl 1700007H16Rik citrate synthase like MitoCarta3.0 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" Matrix 0 Tnon_mito 16.4643 0.003 1 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000046934 Q80X68 466 4 SharedDomain 2 OrthologMitoLowConf Homolog 50-75pure chr10 99757704 99759658 14 24 1224 1.68E+11 62 all 14 10.1 9.7 10 9.9 9.7 9.7 10.5 10.1 10 10.4 9.9 10.1 10.1 10.1
68066 51629 Slc25a39 3010027G13Rik|D11Ertd333|D11Ertd333e "solute carrier family 25, member 39" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression" MIM Small molecule transport > SLC25A family Tmito 16.4398 0.004 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression" ENSMUSG00000018677 Q9D8K8 359 MitoDomain 21 2.03 OrthologMitoLowConf NoHomolog chr11 102402975 102407517
66390 51012 Prelid3b 2310042G06Rik|AA407013|Sl|Slmo2 PRELI domain containing 3B MitoCarta3.0 "GFP, yeast mito homolog+, mito protein domain+, induction, coexpression" IMS Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 16.4398 0.004 1 "GFP, yeast mito homolog+, mito protein domain+, induction, coexpression" ENSMUSG00000016257 Q9CYY7 195 MitoDomain 25 1.69 OrthologMitoLowConf NoHomolog chr2 174465090 174472941 Nucleoplasm (Approved)
56462 23787 Mtch1 2310034O17Rik|AI255158|AU018396|C77849|PSAP mitochondrial carrier 1 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MOM Small molecule transport > SLC25A family Tmito 16.4344 0.004 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000024012 Q791T5 389 MitoDomain 2 -0.28 OrthologMitoLowConf NoHomolog 50-75pure chr17 29332075 29347904 12 19 311 4.69E+09 52 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9 8.6 9 8.6 8.2 7.3 8.6 7.9 8.5 7.9 8.8 8.2
66839 9812 Dele1 0610009O20Rik|2700004E22Rik|DELE1(L)|Dele|Kiaa0141 DAP3 binding cell death enhancer 1 MitoCarta3.0 "targetP signal+, yeast mito homolog, mito protein domain, induction, coexpression" MIM Signaling Tpossible_mito 16.4143 0.004 1 "targetP signal+, yeast mito homolog, mito protein domain, induction, coexpression" ENSMUSG00000024442 Q9DCV6 510 1 SharedDomain 26 1.74 HomologMitoHighConf NoHomolog chr18 38250248 38262629 Nucleoplasm (Uncertain)
113868 Acaa1a Ac|Acaa|Acaa1|D9Ertd25|D9Ertd25e|P|PTL acetyl-Coenzyme A acyltransferase 1A MitoCarta3.0 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 16.403 0.004 1 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000036138 Q921H8 424 2 SharedDomain 7 0.46 OrthologMitoLowConf Homolog 50-75crude chr9 119341293 119350295 9 22 311 1.75E+10 68 "spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 9.6 10.1 8.7 7.5 7.5 7.3 8.1 8.4
66834 55856 Acot13 0610006O17Rik|Them2 acyl-CoA thioesterase 13 MitoCarta3.0 "mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism Tpossible_mito 16.364 0.004 1 "mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000006717 Q9CQR4 140 SharedDomain 27 1.82 NoMitoHomolog NoHomolog 75-100pure chr13 24817954 24831489 14 17 859 7.41E+10 89 all 14 9.8 9.7 9.8 9.5 10.3 9.8 9.8 8.9 9.2 9.6 9.5 9.7 9.4 9.4 Cell Junctions (Approved)
67184 51079 Ndufa13 2700054G14Rik|AU022060|CDA01|CDA016|CGI-3|CGI-39|CI-B16.6|GRIM-|GRIM-19|Grim|Grim19 NADH:ubiquinone oxidoreductase subunit A13 MitoCarta3.0 "literature, APEX_IMS, mito protein domain, coexpression++, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 16.2752 0.004 1 "literature, APEX_IMS, mito protein domain, coexpression++, MS/MS++" ENSMUSG00000036199 F6W8I0 144 SharedDomain 40 NoMitoHomolog NoHomolog 75-100pure chr8 69894181 69902558 14 20 744 1.13E+11 75 all 14 10 9.8 10.2 9.9 10.2 9.7 9.9 9.4 9.8 9.9 10 10 9.7 9.7 Mitochondria (Supported)
268782 64902 Agxt2 AI303810|AI663818 alanine-glyoxylate aminotransferase 2 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain, MS/MS+" Matrix Metabolism > Amino acid metabolism > Glyoxylate metabolism Tmito 16.2726 0.004 1 "literature, targetP signal, yeast mito homolog++, mito protein domain, MS/MS+" ENSMUSG00000089678 Q3UEG6 541 2 SharedDomain NA OrthologMitoHighConf NoHomolog 25-50pure chr15 10358578 10409738 2 20 84 5.63E+09 47 "kidney, liver" 9.4 9.5
223776 83642 Selenoo 1300018J18Rik|S|Selo selenoprotein O MitoCarta3.0 "targetP signal+, yeast mito homolog, mito protein domain+, coexpression" Matrix Metabolism > Detoxification > Selenoproteins Tnon_mito 16.2563 0.004 1 "targetP signal+, yeast mito homolog, mito protein domain+, coexpression" ENSMUSG00000035757 Q9DBC0 667 1 MitoDomain 7 HomologMitoHighConf NoHomolog 0-25ambig chr15 89089106 89100340 9 7 35 3.57E+08 14 "spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 8.2 6.7 7.2 6.8 8 7.3 6.6 6.8
66431 339229 Oxld1 1810049H13Rik oxidoreductase like domain containing 1 MitoCarta3.0 "targetP signal, yeast mito homolog, mito protein domain+, coexpression+" unknown 0 Tpossible_mito 16.2479 0.005 1 "targetP signal, yeast mito homolog, mito protein domain+, coexpression+" ENSMUSG00000039670 Q9CR10 201 3 MitoDomain 37 HomologMitoHighConf NoHomolog 0-25ambig chr11 120456603 120458063 3 2 8 2.60E+07 11 "adipose, largeintestine, stomach" 7.2 6.6 6.7 Cytosol;Vesicles (Approved)
170731 9927 Mfn2 D630023P19Rik|Fz|Fzo mitofusin 2 MitoCarta3.0 "literature, mito protein domain+, induction, coexpression, MS/MS+" MOM Mitochondrial dynamics and surveillance > Fusion | Mitochondrial dynamics and surveillance > Organelle contact sites Tmito 16.2416 0.005 1 "literature, mito protein domain+, induction, coexpression, MS/MS+" ENSMUSG00000029020 Q80U63 757 MitoDomain 18 1.83 NoMitoHomolog NoHomolog 25-50pure chr4 147873585 147904909 10 26 177 1.28E+09 31 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, largeintestine, stomach, placenta, testis" 7.9 8.7 8.7 8 7.5 7.9 7.3 6.7 7.2 7.5
218865 55349 Chdh AU041472|D630034H06Rik choline dehydrogenase MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain, coexpression, MS/MS++" MIM "Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 16.2184 0.005 1 "APEX_matrix, targetP signal+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000015970 Q8BJ64 596 1 SharedDomain 14 NoMitoHomolog NoHomolog 50-75pure chr14 30008999 30040466 9 43 926 7.21E+10 73 "spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 10.5 10 9.5 10.2 9.7 8.8 9.7 9.5
110265 4482 Msra 2310045J23Rik|6530413P12Rik|MS|MSR-A methionine sulfoxide reductase A MitoCarta3.0 "targetP signal+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism | Metabolism > Sulfur metabolism Tpossible_mito 16.2184 0.005 1 "targetP signal+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000054733 Q9D6Y7 233 1 SharedDomain 11 NoMitoHomolog NoHomolog 50-75pure chr14 64122620 64455903 13 15 166 8.65E+09 66 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 8.2 8.1 8.6 8 9.6 9.4 8.2 6.7 8.4 8.8 8.3 8.7 8.2 Nucleoplasm (Approved)
27045 4817 Nit1 AI255805|ESTM3|ESTM30|W57327 nitrilase 1 MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism Tmito 16.2184 0.005 1 "APEX_matrix, targetP signal+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000013997 Q8VDK1 323 1 SharedDomain 12 NoMitoHomolog NoHomolog 50-75pure chr1 171342236 171345645 12 15 111 2.82E+09 68 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.4 7.5 8 8.5 8.9 8.6 8.4 8.4 7.9 8.6 8.2
84682 84701 Cox4i2 Cox4|Cox4b|CoxIV-2 cytochrome c oxidase subunit 4I2 MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain+" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 16.2142 0.005 1 "literature, targetP signal, yeast mito homolog++, mito protein domain+" ENSMUSG00000009876 Q91W29 172 2 MitoDomain NA OrthologMitoHighConf NoHomolog 0-25ambig chr2 152754172 152765037 7 4 21 7.41E+07 13 "cerebrum, spinalcord, heart, adipose, largeintestine, stomach, placenta" 7.3 6.7 7 5 6.5 7.5 6.2
80907 114294 Lactb LACT-1|Lact1|Mrp|Mrpl56 "lactamase, beta" MitoCarta3.0 "literature, APEX_IMS, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" IMS "Protein import, sorting and homeostasis > Protein homeostasis > Proteases | Metabolism > Lipid metabolism > Phospholipid metabolism" Tmito 16.1851 0.005 1 "literature, APEX_IMS, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000032370 Q9EP89 551 3 SharedDomain 5 NoMitoHomolog Ortholog 50-75pure chr9 66955392 66975484 14 34 333 1.01E+10 61 all 14 9 8.5 8.1 8 9.2 9.1 7.6 8.8 8.2 8.1 7.9 7.7 8.9 9.6 Mitochondria (Supported)
22117 7263 Tst Rhod|rhodanese "thiosulfate sulfurtransferase, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Sulfur metabolism Tmito 16.1851 0.005 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000044986 P52196 297 3 SharedDomain 9 NoMitoHomolog Ortholog 50-75pure chr15 78399555 78405859 14 26 777 7.01E+10 75 all 14 9.3 9.1 9.6 9.4 9.8 10.3 7.8 8.1 9.5 8.5 10.2 8.9 9.5 10 Mitochondria (Supported)
68020 84334 Coa8 1700081D05Rik|2810002N01Rik|Ap|Apop-1|Apop1|Apopt1 cytochrome c oxidase assembly factor 8 MitoCarta3.0 "literature, targetP signal+, mito protein domain+, coexpression+" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 16.0936 0.005 1 "literature, targetP signal+, mito protein domain+, coexpression+" ENSMUSG00000037787 Q9CQW7 194 1 MitoDomain 32 NoMitoHomolog NoHomolog 0-25ambig chr12 111713268 111755055 2 3 4 2.54E+07 18 "largeintestine, placenta" 7.2 6.9
56189 58510 Prodh2 2510028N04Rik|2510038B11Rik|HYPDH|MmPO|MmPOX|MmPOX1|POX1 proline dehydrogenase (oxidase) 2 MitoCarta3.0 "targetP signal, yeast mito homolog+, mito protein domain+, MS/MS+" MIM "Metabolism > Amino acid metabolism > Glyoxylate metabolism | Metabolism > Electron carriers > Q-linked reactions, other" Tpossible_mito 16.0468 0.005 1 "targetP signal, yeast mito homolog+, mito protein domain+, MS/MS+" ENSMUSG00000036892 Q8VCZ9 456 4 MitoDomain 2 OrthologMitoLowConf NoHomolog 25-50pure chr7 30493657 30513402 2 19 32 5.88E+08 46 "kidney, liver" 8 8.7 Nucleoplasm (Approved)
66142 1349 Cox7b 1110004F07Rik|C80563 cytochrome c oxidase subunit 7B MitoCarta3.0 "literature, targetP signal, mito protein domain+, induction, MS/MS+" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 16.0461 0.005 1 "literature, targetP signal, mito protein domain+, induction, MS/MS+" ENSMUSG00000031231 P56393 80 2 MitoDomain NA 1.44 NoMitoHomolog NoHomolog 25-50pure chrX 106015699 106022450 12 5 239 2.14E+09 34 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta" 8 8.4 7.6 7.2 8.3 7.6 9 7.9 8 7.1 8.4 8
69367 51022 Glrx2 1700010P22Rik|AI645710|Grx|Grx2 glutaredoxin 2 (thioltransferase) MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Metals and cofactors > Fe-S-containing proteins | Metabolism > Vitamin metabolism > Vitamin C metabolism | Metabolism > Detoxification > ROS and glutathione metabolism Tmito 16.0446 0.005 1 "literature, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000018196 Q923X4 156 1 SharedDomain 6 HomologMitoLowConf Homolog 50-75ambig chr1 143739348 143749678 8 7 57 4.28E+08 64 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, largeintestine, placenta, testis" 7.9 7.2 7.8 7.6 7 7.3 8.2 7.6 Nucleoplasm (Supported)
72535 219 Aldh1b1 2700007F14Rik "aldehyde dehydrogenase 1 family, member B1" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tmito 16.0066 0.005 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, MS/MS++" ENSMUSG00000035561 Q9CZS1 519 3 SharedDomain 1 OrthologMitoLowConf NoHomolog 75-100pure chr4 45799021 45804608 14 48 1467 1.73E+11 78 all 14 8.3 8.2 7.6 8 9.4 9.8 8.3 7.7 9.4 11.1 10.5 9 10 9.9 Mitochondria (Supported)
66495 4709 Ndufb3 2700033I16Rik|CI-B12 NADH:ubiquinone oxidoreductase subunit B3 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, mito protein domain+, coexpression+, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 16.0023 0.005 1 "literature, APEX_IMS, APEX_matrix, mito protein domain+, coexpression+, MS/MS++" ENSMUSG00000026032 Q9CQZ6 104 MitoDomain 33 NoMitoHomolog NoHomolog 50-75pure chr1 58586598 58595948 14 10 270 3.39E+10 73 all 14 9.5 9.3 9.6 9.1 9.9 9.4 9.3 8.9 9.3 9.5 9.3 9.2 9 8.9
74147 1962 Ehhadh 1300002P22Rik|HD|L-P|L-PBE|LBFP|LBP|MF|MFE1|MFP|MFP-1|MFP1|PBFE "enoyl-Coenzyme A, hydratase/3-hydroxyacyl Coenzyme A dehydrogenase" MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" unknown Metabolism > Lipid metabolism Tpossible_mito 15.9539 0.005 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000022853 Q9DBM2 718 SharedDomain 10 OrthologMitoLowConf Homolog 75-100ambig chr16 21761284 21787834 7 61 911 2.04E+11 82 "spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta" 6.5 11.2 10.6 8.6 7.5 7.5 7.2
52665 55862 Echdc1 1700028A24Rik|AI314462|AI930038|D10Ertd667e|MMCD enoyl Coenzyme A hydratase domain containing 1 MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" unknown Metabolism > Lipid metabolism Tnon_mito 15.9539 0.005 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000019883 Q9D9V3 322 SharedDomain 16 OrthologMitoLowConf Homolog 75-100ambig chr10 29313165 29346661 7 20 48 2.25E+09 79 "brainstem, spinalcord, liver, adipose, largeintestine, placenta, testis" 7.8 7.3 7.8 9.3 7.5 7.1 8.2 Vesicles (Approved)
72026 55687 Trmu 1110005N20Rik|1600025P05Rik|AI314320|Trmt|Trmt1 tRNA 5-methylaminomethyl-2-thiouridylate methyltransferase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tmito 15.9335 0.007 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000022386 Q9DAT5 417 4 SharedDomain 12 OrthologMitoHighConf Homolog 0-25ambig chr15 85879326 85897393 3 4 6 2.01E+07 16 "adipose, largeintestine, placenta" 6.7 6.9 6.8 Mitochondria (Supported)
68915 57176 Vars2 1190004I24Rik|V|Vars2l|mKIAA1885 "valyl-tRNA synthetase 2, mitochondrial" MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 15.7997 0.007 1 "APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000038838 Q3U2A8 1060 3 SharedDomain 6 HomologMitoLowConf Homolog 50-75pure chr17 35655634 35667592 13 44 320 4.28E+09 51 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.6 8.7 7 8.8 7.9 8.1 8.4 7.2 9 7.8 8.6 8.3 Mitochondria (Approved)
52535 64745 Mettl17 2310032K15Rik|D14Ertd209|D14Ertd209e|Mett11d1 methyltransferase like 17 MitoCarta3.0 "GFP, targetP signal+, yeast mito homolog++, mito protein domain+" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 15.7892 0.007 1 "GFP, targetP signal+, yeast mito homolog++, mito protein domain+" ENSMUSG00000004561 Q3U2U7 461 1 MitoDomain 2 OrthologMitoHighConf NoHomolog chr14 51884841 51891868 Nucleoplasm (Enhanced)
30956 10157 Aass LKR|LKR/SDH|LOR|LOR/SDH|Lo|Lorsdh|SDH aminoadipate-semialdehyde synthase MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Lysine metabolism Tmito 15.7578 0.006 1 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" ENSMUSG00000029695 Q99K67 926 2 SharedDomain 10 NoMitoHomolog NoHomolog 75-100pure chr6 23072172 23132986 11 77 1056 1.04E+11 81 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, largeintestine, stomach, placenta, testis" 8.1 8.4 8.2 7.4 10.9 10.4 6.9 6.2 7.6 8.8 8.7 Mitochondria (Enhanced)
23923 51166 Aadat AI875679|Aadt|KA|KATII|Kat|Kat2|Kyat|Kyat2|mKat-|mKat-2 aminoadipate aminotransferase MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Lysine metabolism Tpossible_mito 15.7113 0.006 1 "targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000057228 Q9WVM8 425 2 SharedDomain 8 NoMitoHomolog Homolog 50-75pure chr8 60506123 60545677 2 24 168 3.05E+10 53 "kidney, liver" 10.4 9.5 Plasma membrane (Approved)
69875 126328 Ndufa11 2010012C24Rik|AV006275|B14.7 NADH:ubiquinone oxidoreductase subunit A11 MitoCarta3.0 "literature, APEX_IMS, mito protein domain+, induction, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 15.7005 0.006 1 "literature, APEX_IMS, mito protein domain+, induction, MS/MS++" ENSMUSG00000002379 G5E814 143 MitoDomain 2 1.8 NoMitoHomolog NoHomolog 75-100pure chr17 56717761 56724248 14 10 516 2.26E+10 94 all 14 9.3 9.2 9.5 9.1 9.3 9.1 8.9 9.2 9.1 9.3 9 9 9.3 9.1 Mitochondria (Uncertain)
245347 347411 Gm4984 AI428901|EG245347 predicted pseudogene 4984 MitoCarta3.0 "yeast mito homolog+, mito protein domain+, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > Pyruvate metabolism | Metabolism > Carbohydrate metabolism > TCA-associated | Small molecule transport Tnon_mito 15.6863 0.006 1 "yeast mito homolog+, mito protein domain+, MS/MS++" EG245347 119 MitoDomain NA OrthologMitoLowConf NoHomolog 50-75pure chrX 12651882 12652820 1 7 108 8.11E+09 69 testis 9.9
217593 89874 Slc25a21 9930033G19Rik|A630030I10|BB158148 "solute carrier family 25 (mitochondrial oxodicarboxylate carrier), member 21" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MIM Metabolism > Amino acid metabolism | Small molecule transport > SLC25A family Tmito 15.6863 0.006 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000035472 Q8BZ09 305 MitoDomain NA OrthologMitoLowConf NoHomolog 50-75pure chr12 56712633 57197472 4 15 28 1.91E+09 56 "spinalcord, kidney, liver, testis" 7.1 8.5 8.2 9.1
214663 123096 Slc25a29 C030003J19Rik|CA|CACL|mCA|mCACL "solute carrier family 25 (mitochondrial carrier, palmitoylcarnitine transporter), member 29" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" MIM Metabolism > Amino acid metabolism > Lysine metabolism | Small molecule transport > SLC25A family Tmito 15.6863 0.006 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS++" ENSMUSG00000021265 Q8BL03 306 MitoDomain 2 OrthologMitoLowConf NoHomolog 50-75pure chr12 108825877 108835876 2 15 67 2.60E+09 73 "placenta, testis" 9.4 7.7
17768 10797 Mthfd2 AW558851|NMDM|NMDMC "methylenetetrahydrofolate dehydrogenase (NAD+ dependent), methenyltetrahydrofolate cyclohydrolase" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 15.6318 0.008 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000005667 P18155 350 2 SharedDomain 4 OrthologMitoLowConf Homolog 50-75ambig chr6 83305703 83317604 3 11 22 4.18E+08 51 "spinalcord, placenta, testis" 6.7 8.5 8.1
77697 326625 Mmab 9130222L19Rik|ATR methylmalonic aciduria (cobalamin deficiency) cblB type homolog (human) MitoCarta3.0 "APEX_matrix, GFP, targetP signal+, coexpression, MS/MS++" Matrix Metabolism > Vitamin metabolism > Vitamin B12 metabolism Tmito 15.6096 0.008 1 "APEX_matrix, GFP, targetP signal+, coexpression, MS/MS++" ENSMUSG00000029575 Q9D273 237 1 NA 29 NoMitoHomolog NoHomolog 50-75pure chr5 114431033 114444027 13 14 176 2.72E+09 70 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.8 8.7 8.6 8.3 7.7 8.4 7.6 7.7 8.6 7.9 7.9 7.7 7.1 Mitochondria (Approved)
15488 3295 Hsd17b4 17-beta-HSD|17[b]-HS|17[b]-HSD|DBP|MFE-2|MFP|MFP2|MPF-2|Mfp-|Mfp-2|perMFE|perMFE-2 hydroxysteroid (17-beta) dehydrogenase 4 MitoCarta3.0 "Rickettsial homolog, mito protein domain+, induction, coexpression" unknown Metabolism > Lipid metabolism Tpossible_mito 15.5616 0.008 1 "Rickettsial homolog, mito protein domain+, induction, coexpression" ENSMUSG00000024507 P51660 735 5 MitoDomain 12 0.69 NoMitoHomolog Homolog 50-75crude chr18 50128200 50196270 6 44 541 2.65E+10 67 "kidney, liver, adipose, largeintestine, stomach, testis" 10 10.2 9.2 7.4 7.6 8.9 Peroxisomes (Enhanced)
18115 23530 Nnt 4930423F13Rik|AI323702|BB168308 nicotinamide nucleotide transhydrogenase MitoCarta3.0 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS+" MIM Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 15.5431 0.008 1 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000025453 Q8C1W8 1086 5 SharedDomain 5 0.57 NoMitoHomolog Ortholog 25-50pure chr13 119334316 119409011 5 54 889 2.88E+10 47 "cerebrum, spinalcord, skeletalmuscle, adipose, placenta" 9.6 8 10.1 9.8 9.7 Mitochondria (Approved)
216821 8834 Tmem11 5730466P16Rik|AA409091 transmembrane protein 11 MitoCarta3.0 "GFP, targetP signal, mito protein domain+, induction, coexpression, MS/MS" MIM Mitochondrial dynamics and surveillance Tmito 15.4765 0.008 1 "GFP, targetP signal, mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000043284 Q8BK08 190 4 MitoDomain 13 0.53 NoMitoHomolog NoHomolog 25-50ambig chr11 60864451 60879038 14 13 237 8.31E+09 48 all 14 9.2 8.9 9.2 8.6 8.6 8.5 8.1 8.6 8.7 7.7 9 8.5 8.8 8.4 Mitochondria (Supported)
67390 55178 Mrm3 4833420N02Rik|AI255153|HC90|Rnm|Rnmtl1 mitochondrial rRNA methyltransferase 3 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, mito protein domain+, induction, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 15.3934 0.008 1 "APEX_matrix, GFP, targetP signal, mito protein domain+, induction, coexpression" ENSMUSG00000038046 Q5ND52 418 2 MitoDomain 25 1.83 NoMitoHomolog NoHomolog chr11 76243735 76250622 Mitochondria (Supported)
15473 10247 Rida HR1|HR12|HRP|HRP12|Hrs|Hrsp12 reactive intermediate imine deaminase A homolog MitoCarta3.0 "APEX_matrix, yeast mito homolog++, mito protein domain, coexpression, MS/MS+" Matrix 0 Tmito 15.3838 0.008 1 "APEX_matrix, yeast mito homolog++, mito protein domain, coexpression, MS/MS+" ENSMUSG00000022323 P52760 135 SharedDomain 10 OrthologMitoHighConf NoHomolog 75-100ambig chr15 34484021 34495246 13 14 224 3.61E+10 96 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 8 8.9 8.6 10.5 9.7 7.1 8.7 7.9 8.2 8.3 8.1 7.5
12862 1339 Cox6a2 COX|CoxVIaH|V|VIaH cytochrome c oxidase subunit 6A2 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 15.3267 0.008 1 "literature, yeast mito homolog+, mito protein domain+, induction, coexpression" ENSMUSG00000030785 P43023 97 MitoDomain 9 0.68 OrthologMitoLowConf NoHomolog 25-50crude chr7 128205434 128206366 2 2 94 4.21E+09 42 "heart, skeletalmuscle" 9.5 8.9
100126824 9997 Sco2 - SCO2 cytochrome c oxidase assembly protein MitoCarta3.0 "literature, APEX_IMS, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Copper metabolism | OXPHOS > OXPHOS assembly factors Tmito 15.2897 0.008 1 "literature, APEX_IMS, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000091780 Q8VCL2 255 4 SharedDomain NA OrthologMitoHighConf Homolog 50-75ambig chr15 89371636 89373818 14 14 118 1.99E+09 68 all 14 8.5 8.3 8.5 8.3 8 8.1 7.4 6.7 7.7 7.5 8.5 8 8.3 7.7 Mitochondria (Approved)
231430 285521 Cox18 BC038311 cytochrome c oxidase assembly protein 18 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog++, mito protein domain, coexpression" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 15.2806 0.008 1 "literature, targetP signal+, yeast mito homolog++, mito protein domain, coexpression" ENSMUSG00000035505 Q8VC74 332 1 SharedDomain 12 OrthologMitoHighConf NoHomolog chr5 90214724 90223996
68133 2653 Gcsh 1100001L02Rik|5730591C18Rik glycine cleavage system protein H (aminomethyl carrier) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain+, MS/MS" Matrix Metabolism > Lipid metabolism > Lipoate insertion | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Amino acid metabolism > Glycine cleavage system Tmito 15.2523 0.008 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain+, MS/MS" ENSMUSG00000034424 Q91WK5 170 1 MitoDomain NA HomologMitoHighConf NoHomolog 0-25pure chr8 116981827 116993449 7 2 45 2.68E+09 18 "spinalcord, liver, adipose, smallintestine, largeintestine, placenta, testis" 8.3 8.9 8.6 8.1 7.9 8.7 8.7 Vesicles (Approved)
74129 29958 Dmgdh 1200014D15Rik|AI787269 dimethylglycine dehydrogenase precursor MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 15.1344 0.008 1 "literature, targetP signal+, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000042102 Q9DBT9 869 1 SharedDomain 2 HomologMitoLowConf NoHomolog 75-100pure chr13 93674435 93752823 6 72 725 9.62E+10 91 "spinalcord, kidney, liver, smallintestine, stomach, placenta" 6.8 10.5 10.8 7.4 7.4 7.4 Mitochondria (Supported)
108841 112724 Rdh13 8430425D21Rik retinol dehydrogenase 13 (all-trans and 9-cis) MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, MS/MS" MIM Metabolism > Vitamin metabolism > Vitamin A metabolism Tpossible_mito 15.0658 0.008 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, induction, MS/MS" ENSMUSG00000008435 Q8CEE7 334 SharedDomain 0 2.35 OrthologMitoLowConf Homolog 50-75ambig chr7 4425664 4445657 9 18 69 8.86E+08 53 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, stomach, placenta, testis" 7.1 7 7.5 7.4 8.5 7.3 7.2 8.6 8 Cytosol;Mitochondria (Supported)
108755 57226 Lyrm2 2610208E05Rik LYR motif containing 2 MitoCarta3.0 "APEX_matrix, GFP, targetP signal+, mito protein domain+, coexpression, MS/MS" Matrix OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 15.022 0.008 1 "APEX_matrix, GFP, targetP signal+, mito protein domain+, coexpression, MS/MS" ENSMUSG00000045854 Q8R033 88 1 MitoDomain 6 NoMitoHomolog NoHomolog 25-50ambig chr4 32800258 32802254 4 4 17 6.17E+07 28 "heart, adipose, largeintestine, placenta" 6.7 7.5 7.2 7.1 Cytosol (Approved)
54683 25824 Prdx5 AOEB1|AOEB166|AOPP|P|PLP|PMP|Pmp20|Prd|Prdx6|PrxV peroxiredoxin 5 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, MS/MS++" Matrix Metabolism > Detoxification > ROS and glutathione metabolism Tmito 14.9963 0.008 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, MS/MS++" ENSMUSG00000024953 P99029 210 2 SharedDomain 2 0.95 NoMitoHomolog NoHomolog 75-100pure chr19 6906818 6909645 14 19 1558 2.71E+11 80 all 14 10.5 10.3 10.7 10.4 10.8 10 9.9 9.4 10.1 10 10 10.2 9.7 10 Mitochondria (Enhanced)
68115 79568 Maip1 9430016H08Rik|AA409999|C78988 matrix AAA peptidase interacting protein 1 MitoCarta3.0 "GFP, targetP signal, induction, coexpression, MS/MS+" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones" Tmito 14.9287 0.008 1 "GFP, targetP signal, induction, coexpression, MS/MS+" ENSMUSG00000025971 Q8BHE8 291 2 NA 28 1.41 NoMitoHomolog NoHomolog 25-50pure chr1 57406547 57415958 14 12 232 4.50E+09 50 all 14 8.8 8.6 8.5 8.3 8.5 8.7 8.3 7.8 8.6 8.1 8.7 8 8.6 8.7 Mitochondria (Approved)
14874 2954 Gstz1 GSTZ1-1|MAAI glutathione transferase zeta 1 (maleylacetoacetate isomerase) MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tmito 14.8366 0.008 1 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000021033 Q9WVL0 216 4 SharedDomain 11 HomologMitoLowConf NoHomolog 75-100pure chr12 87147164 87164723 14 17 352 1.44E+10 83 all 14 9.2 9 9.3 9.2 9.4 9.3 8.7 8.1 8.9 8.2 8.8 8.4 8.8 8.2 Cytosol (Approved)
226153 56652 Twnk D19Ertd626|D19Ertd626e|PEO|Pe|Peo1|Tw|Twinl|twin twinkle mtDNA helicase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, induction, coexpression" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid Tmito 14.7876 0.008 1 "literature, APEX_matrix, targetP signal+, Rickettsial homolog, induction, coexpression" ENSMUSG00000025209 Q8CIW5 685 1 NA 13 1.99 NoMitoHomolog Ortholog chr19 45006557 45012762
68550 79736 Tefm 1110002N22Rik "transcription elongation factor, mitochondrial" MitoCarta3.0 "APEX_matrix, targetP signal, induction, coexpression++, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > Transcription Tmito 14.763 0.007 1 "APEX_matrix, targetP signal, induction, coexpression++, MS/MS" ENSMUSG00000046909 Q5SSK3 364 4 NA 46 1.14 NoMitoHomolog NoHomolog 25-50ambig chr11 80136677 80142153 8 12 40 4.08E+08 45 "liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.6 7.4 6.6 7.6 7.9 6.6 8.2 7.8 Mitochondria (Enhanced)
52469 28958 Coa3 1810033A19Rik|Ccdc56|D11Ertd99|D11Ertd99e|HSPC009 cytochrome C oxidase assembly factor 3 MitoCarta3.0 "APEX_IMS, APEX_matrix, mito protein domain+, coexpression, MS/MS++" MIM Mitochondrial central dogma > Translation > Translation factors | OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 14.7535 0.007 1 "APEX_IMS, APEX_matrix, mito protein domain+, coexpression, MS/MS++" ENSMUSG00000017188 Q9D2R6 108 MitoDomain 22 NoMitoHomolog NoHomolog 50-75pure chr11 101277969 101278948 14 9 282 1.03E+10 53 all 14 8.9 8.7 9 8.8 9.3 8.7 8.2 7.6 8.6 8.7 9.3 8.9 8.9 8.4 Mitochondria (Supported)
76137 63933 Mcur1 6230416A05Rik|AU015498|AV136929|AW554392|C88263|Ccdc90|Ccdc90a mitochondrial calcium uniporter regulator 1 MitoCarta3.0 "APEX_matrix, yeast mito homolog+, mito protein domain+, induction, MS/MS" MIM 0 Tmito 14.7335 0.007 1 "APEX_matrix, yeast mito homolog+, mito protein domain+, induction, MS/MS" ENSMUSG00000021371 Q9CXD6 340 MitoDomain NA 1.22 OrthologMitoLowConf NoHomolog 25-50ambig chr13 43538405 43560191 12 22 120 2.39E+09 40 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 7.7 7.8 8 7.9 8.8 8.2 6.9 8.8 8.4 8.4 8.1 7.7
74551 5106 Pck2 1810010O14Rik|9130022B02Rik|PEPCK-M phosphoenolpyruvate carboxykinase 2 (mitochondrial) MitoCarta3.0 "literature, targetP signal+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Gluconeogenesis | Metabolism > Carbohydrate metabolism > TCA-associated Tmito 14.7046 0.007 1 "literature, targetP signal+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000040618 Q8BH04 667 1 SharedDomain 6 NoMitoHomolog NoHomolog 50-75pure chr14 55540265 55550017 10 35 376 1.32E+10 66 "cerebrum, cerebellum, brainstem, spinalcord, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.8 8.4 8.8 8.7 9.1 8.8 9.7 8.9 9.2 9.2 Mitochondria (Enhanced)
15356 3155 Hmgcl AW476067|HL 3-hydroxy-3-methylglutaryl-Coenzyme A lyase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Ketone metabolism | Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 14.7046 0.007 1 "literature, APEX_matrix, targetP signal+, mito protein domain, coexpression, MS/MS++" ENSMUSG00000028672 P38060 325 1 SharedDomain 5 NoMitoHomolog NoHomolog 50-75pure chr4 135946452 135962617 14 19 572 2.92E+10 60 all 14 8.6 8.3 8.3 8.5 9.8 9.9 8.6 7.2 9.1 9.3 9.6 8.7 9.5 9.2
213012 55347 Abhd10 - abhydrolase domain containing 10 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tmito 14.6571 0.007 1 "literature, APEX_IMS, APEX_matrix, targetP signal+, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000033157 Q6PE15 297 1 SharedDomain 3 NoMitoHomolog Homolog 50-75pure chr16 45729724 45742955 11 18 164 7.11E+09 65 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.7 9.2 9 7.1 8 7.7 7.6 7.9 8.2 9.4 Mitochondria (Approved)
214489 283951 BC003965 Ccsmst1 cDNA sequence BC003965 MitoCarta3.0 "APEX_IMS, targetP signal+, induction, coexpression, MS/MS" IMS 0 Tmito 14.6569 0.007 1 "APEX_IMS, targetP signal+, induction, coexpression, MS/MS" ENSMUSG00000067722 Q6RUT7 136 1 NA 21 1.28 NoMitoHomolog NoHomolog 25-50ambig chr17 25184560 25187662 6 3 18 2.89E+08 38 "brainstem, spinalcord, adipose, largeintestine, placenta, testis" 7.4 7.7 7.1 8 8 7.3
171210 10965 Acot2 AA571646|MTE-|MTE-I|Mte1 acyl-CoA thioesterase 2 MitoCarta3.0 "literature, targetP signal, mito protein domain, induction, coexpression, MS/MS++" Matrix Metabolism > Lipid metabolism Tmito 14.6549 0.007 1 "literature, targetP signal, mito protein domain, induction, coexpression, MS/MS++" ENSMUSG00000021226 Q9QYR9 453 3 SharedDomain 8 1.24 NoMitoHomolog NoHomolog 50-75pure chr12 83987860 83993875 14 24 449 2.25E+10 60 all 14 8.1 7.5 8.1 8.6 9.5 9.1 9.9 8.9 9.5 8.9 8.8 8.9 9.5 8.4 Mitochondria (Approved)
11656 212 Alas2 A|ALAS|ALAS-E|ALASE|Al|Alas-2 "aminolevulinic acid synthase 2, erythroid" MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, coexpression" Matrix Metabolism > Metals and cofactors > Heme synthesis and processing Tmito 14.5478 0.007 1 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain+, coexpression" ENSMUSG00000025270 P08680 587 4 MitoDomain 5 OrthologMitoLowConf Homolog chrX 150547416 150570622
20216 6296 Acsm3 S|Sa|Sah acyl-CoA synthetase medium-chain family member 3 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 14.5147 0.007 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000030935 Q3UNX5 580 2 SharedDomain 3 HomologMitoLowConf Homolog 50-75pure chr7 119760922 119784896 6 42 359 2.82E+10 67 "kidney, liver, adipose, smallintestine, largeintestine, stomach" 10.3 9.2 9.1 5.9 9.7 6.6
67067 140823 Romo1 2010100O12Rik|AI853864 reactive oxygen species modulator 1 MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, MS/MS" MIM "Protein import, sorting and homeostasis > Protein import and sorting > TIM23 presequence pathway | Small molecule transport" Tmito 14.5116 0.007 1 "literature, APEX_IMS, yeast mito homolog++, mito protein domain+, MS/MS" ENSMUSG00000067847 P60603 79 MitoDomain NA OrthologMitoHighConf NoHomolog 50-75ambig chr2 156144152 156145794 11 4 72 3.67E+08 68 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, stomach, placenta, testis" 7.9 7.7 7.5 7 7.3 6.2 7.8 7.7 7.6 7.3 7.1
27393 54148 Mrpl39 C21orf8|MRP|MRP-L5|ORF22|Rp|Rpml5 mitochondrial ribosomal protein L39 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 14.4915 0.007 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, induction, coexpression, MS/MS" ENSMUSG00000022889 Q9JKF7 336 2 NA 13 1.09 NoMitoHomolog Homolog 25-50ambig chr16 84717579 84735302 13 19 128 3.82E+09 47 "cerebrum, cerebellum, brainstem, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 8.1 8.3 8.4 7.8 7.8 8 8.6 8.5 8.9 7.7 9 8.5
214952 89941 Rhot2 Arh|Arht2|Mi|Miro2 ras homolog family member T2 MitoCarta3.0 "literature, yeast mito homolog, mito protein domain+, induction, coexpression" MOM Signaling > Calcium homeostasis > EF hand proteins | Mitochondrial dynamics and surveillance > Trafficking Tmito 14.4514 0.007 1 "literature, yeast mito homolog, mito protein domain+, induction, coexpression" ENSMUSG00000025733 Q8JZN7 620 MitoDomain 27 2.28 HomologMitoLowConf NoHomolog 25-50crude chr17 25838837 25844851 13 13 135 3.08E+09 30 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.5 8.3 8.5 8.4 8.6 7.8 7.5 8.3 7.1 8.7 7.9 8.4 8.6 Mitochondria (Supported)
56295 25994 Higd1a 2210020B17Rik|7420700H20Rik|AI303276|AW049839|HIM|HIMP1|Hig|Hig1 "HIG1 domain family, member 1A" MitoCarta3.0 "literature, APEX_IMS, mito protein domain+, induction, MS/MS++" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors | OXPHOS > Respirasome assembly Tmito 14.4463 0.007 1 "literature, APEX_IMS, mito protein domain+, induction, MS/MS++" ENSMUSG00000038412 Q9JLR9 95 MitoDomain 1 0.94 NoMitoHomolog NoHomolog 75-100pure chr9 121848559 121858000 14 9 257 9.21E+09 98 all 14 8.8 8.5 8.6 8.6 8.8 8.3 8.3 8.2 8.4 8.7 9.7 8.6 8.7 8.2 Mitochondria;Nucleoplasm (Supported)
21379 9238 Tbrg4 2310042P22Rik|AA120735|AA408001|AI527316|Cp|Cpr2|R74877|Tb-12 transforming growth factor beta regulated gene 4 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, coexpression, MS/MS++" Matrix Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 14.4375 0.007 1 "literature, APEX_matrix, targetP signal+, coexpression, MS/MS++" ENSMUSG00000000384 Q91YM4 630 1 NA 10 NoMitoHomolog NoHomolog 50-75pure chr11 6615597 6626067 14 38 404 7.35E+09 67 all 14 8.2 8 8.3 8.5 8.1 7.9 8.4 8.7 8.8 8.9 9.3 8.7 9.1 8.9 Mitochondria (Enhanced)
68316 79135 Apoo 0610008C08Rik|1110019O03Rik|Mico|Micos26 apolipoprotein O MitoCarta3.0 "literature, APEX_IMS, targetP signal, mito protein domain+, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex Tmito 14.4103 0.007 1 "literature, APEX_IMS, targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000049233 Q9DCZ4 212 3 MitoDomain NA NoMitoHomolog NoHomolog 75-100pure chrX 94367109 94417092 14 16 763 4.35E+10 96 all 14 9.8 9.6 9.8 9.4 9.8 9.1 9.5 9.3 9.3 9.1 9.5 9.4 9 9.2 Mitochondria (Approved)
381511 54704 Pdp1 Gm1024|Ppm|Ppm2c pyruvate dehyrogenase phosphatase catalytic subunit 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 14.3802 0.007 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, MS/MS++" ENSMUSG00000049225 Q3UV70 574 3 SharedDomain 2 OrthologMitoLowConf NoHomolog 50-75pure chr4 11958184 11966450 10 24 61 1.22E+09 53 "cerebrum, cerebellum, spinalcord, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7 7.5 9 7.7 7.1 7 6.7 6.8 8.2 Nucleoplasm (Supported)
66148 29103 Dnajc15 1110003P16Rik|Dnaj|Dnajd1 DnaJ heat shock protein family (Hsp40) member C15 MitoCarta3.0 "GFP, yeast mito homolog, mito protein domain, induction, coexpression, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Import motor" Tmito 14.3646 0.007 1 "GFP, yeast mito homolog, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000022013 Q78YY6 149 SharedDomain 29 3.03 HomologMitoLowConf NoHomolog 75-100ambig chr14 77826216 77874917 8 10 47 8.65E+08 78 "cerebrum, spinalcord, liver, adipose, smallintestine, largeintestine, placenta, testis" 6.9 7.3 5.7 7.6 7.6 4.7 7.5 8.9
12036 587 Bcat2 Bcat(m)|Bcat-|Bcat-2|Eca4|Eca40 "branched chain aminotransferase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism Tmito 14.3594 0.007 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000030826 O35855 393 4 SharedDomain 10 NoMitoHomolog Homolog 50-75pure chr7 45570152 45589710 12 27 487 7.30E+10 59 "cerebrum, cerebellum, brainstem, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.3 8.1 9.8 9.7 9.5 10.3 8.8 9.3 10 9.7 10.3 Mitochondria (Supported)
19299 5825 Abcd3 AI313901|AU018866|AW146054|PMP|PMP68|PMP70|Pxm|Pxmp1 "ATP-binding cassette, sub-family D (ALD), member 3" MitoCarta3.0 "GFP, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression" Membrane Small molecule transport > ABC transporters Tmito 14.3022 0.007 1 "GFP, targetP signal, Rickettsial homolog, mito protein domain, induction, coexpression" ENSMUSG00000028127 P55096 659 2 SharedDomain 12 1.36 NoMitoHomolog Homolog 50-75crude chr3 121758909 121815215 5 49 476 1.43E+10 67 "kidney, liver, adipose, placenta, testis" 9.8 9.8 8.2 7 8.4 Peroxisomes (Enhanced)
227231 1373 Cps1 4732433M03Rik|C|CPS|D1Ucl|D1Ucla3 carbamoyl-phosphate synthetase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Urea cycle Tmito 14.285 0.007 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000025991 Q8C196 1500 3 SharedDomain NA HomologMitoLowConf Homolog 75-100pure chr1 67123026 67231267 11 151 7887 1.25E+12 79 "cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 8.5 8.8 9.7 12 8 7 9.2 11 9.5 9.7 9.3 Nucleoli (Supported)
70257 9556 Atp5mpl 2010107E04Rik|9430003J03Rik|AU043134|AV124504|MLQ|Mp68 ATP synthase membrane subunit 6.8PL MitoCarta3.0 "induction, coexpression++, MS/MS+" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tpossible_mito 14.2739 0.007 1 "induction, coexpression++, MS/MS+" ENSMUSG00000021290 P56379 58 NA 43 0.74 NoMitoHomolog NoHomolog 25-50pure chr12 111961375 111966977 12 4 384 1.67E+10 36 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta" 9.3 9 9.3 8.8 9.2 9.2 8.9 8.6 9.4 8.5 9.4 9.1 Mitochondria (Supported)
18242 4942 Oat AI194874|rh|rhg ornithine aminotransferase MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Proline metabolism Tmito 14.2441 0.007 1 "literature, APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" ENSMUSG00000030934 P29758 439 2 SharedDomain 6 NoMitoHomolog NoHomolog 75-100pure chr7 132557474 132576398 14 36 1279 1.30E+11 78 all 14 8.9 8.3 8.6 8.9 9.2 10.4 8.9 8.8 9.4 10.9 9.7 9.5 10 9.5 Mitochondria (Supported)
56185 51179 Hao2 AI325478|Ha|Hao-2|Hao3|Haox3 hydroxyacid oxidase 2 MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" unknown Metabolism > Lipid metabolism Tpossible_mito 14.2414 0.007 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000027870 Q9NYQ2 353 SharedDomain 6 OrthologMitoLowConf Ortholog 25-50ambig chr3 98874518 98893230 3 14 53 5.75E+09 36 "kidney, largeintestine, testis" 9.8 6.3 6.8
71776 Tha1 1300017K07Rik|GLY|GLY1 threonine aldolase 1 MitoCarta3.0 "targetP signal+, mito protein domain+, MS/MS+" Matrix 0 Tnon_mito 14.2396 0.007 1 "targetP signal+, mito protein domain+, MS/MS+" ENSMUSG00000017713 Q6XPS7 400 1 MitoDomain 1 NoMitoHomolog NoHomolog 25-50pure chr11 117867948 117873526 8 12 89 1.73E+09 31 "kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, testis" 8.9 7.7 7.9 8.2 7.8 8.5 8.1 8.2
231086 3032 Hadhb 4930479F15Rik|Mtp|Mtpb|TP-beta hydroxyacyl-CoA dehydrogenase trifunctional multienzyme complex subunit beta MitoCarta3.0 "literature, targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Ketone metabolism | Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Amino acid metabolism > Lysine metabolism Tmito 14.1966 0.008 1 "literature, targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000059447 Q99JY0 475 2 SharedDomain NA NoMitoHomolog Homolog 75-100pure chr5 30155252 30184593 14 38 3560 1.91E+11 76 all 14 9.2 8.6 9.2 9.5 9.9 10.2 10.7 9.9 10.3 10.5 10.1 10.2 10.1 10 Mitochondria (Supported)
105014 57665 Rdh14 3110030G19Rik|AW215439|P|PAN2 retinol dehydrogenase 14 (all-trans and 9-cis) MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Membrane Metabolism > Vitamin metabolism > Vitamin A metabolism Tpossible_mito 14.1732 0.008 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000020621 Q9ERI6 334 SharedDomain 15 0.37 OrthologMitoLowConf Homolog 25-50ambig chr12 10390779 10395562 9 13 57 6.20E+08 35 "cerebrum, cerebellum, brainstem, spinalcord, smallintestine, largeintestine, stomach, placenta, testis" 8.3 7.7 8 7.4 7.1 7.8 6.9 7.7 8 Nucleoplasm (Approved)
320720 79675 Fastkd1 5330408N05Rik|mKIAA1800 FAST kinase domains 1 MitoCarta3.0 "APEX_matrix, targetP signal, induction, coexpression++" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 14.1636 0.008 1 "APEX_matrix, targetP signal, induction, coexpression++" ENSMUSG00000027086 Q6DI86 829 3 NA 42 2.7 NoMitoHomolog NoHomolog 0-25ambig chr2 69686823 69712606 2 4 4 1.23E+07 4 "liver, largeintestine" 6.2 7 Nucleoplasm (Approved)
56078 11238 Car5b 7330410H16Rik|CA|CAVB|Ca5b|CarVb|D730005F19Rik "carbonic anhydrase 5b, mitochondrial" MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Urea cycle Tmito 14.1314 0.008 1 "literature, targetP signal, mito protein domain, coexpression, MS/MS++" ENSMUSG00000031373 Q9QZA0 317 2 SharedDomain 10 NoMitoHomolog NoHomolog 50-75pure chrX 163976821 164028010 7 18 129 1.47E+10 52 "cerebellum, spinalcord, kidney, adipose, stomach, placenta, testis" 7 7.6 8.1 10.1 8.2 7.5 9 Mitochondria (Supported)
17714 134266 Grpel2 mt-GrpE|mt-GrpE#2|mt-Grpel2 "GrpE-like 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+" Matrix "Protein import, sorting and homeostasis > Protein import and sorting > Import motor | Metabolism > Metals and cofactors > Fe-S cluster biosynthesis" Tmito 14.0559 0.008 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, Rickettsial homolog, mito protein domain+" ENSMUSG00000024580 O88396 224 1 MitoDomain 3 HomologMitoLowConf Homolog 0-25ambig chr18 61712423 61726331 1 3 4 2.89E+07 16 placenta 7.5 Mitochondria (Enhanced)
66258 51373 Mrps17 1810006P02Rik|Mprs17 mitochondrial ribosomal protein S17 MitoCarta3.0 "literature, targetP signal, mito protein domain, induction, coexpression, MS/MS+" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 14.0137 0.008 1 "literature, targetP signal, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000034211 Q9CQE3 120 4 SharedDomain 20 0.79 NoMitoHomolog NoHomolog 75-100ambig chr5 129715527 129718691 14 11 117 3.05E+09 76 all 14 8.3 8.3 8.3 8 8.4 8.4 7.5 7.6 8.1 8.5 8.6 7.7 8.7 8.6
623661 51601 Lipt1 EG623661 lipoyltransferase 1 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog++, mito protein domain, coexpression" Matrix Metabolism > Lipid metabolism > Lipoate insertion Tmito 14.0119 0.008 1 "GFP, targetP signal, yeast mito homolog++, mito protein domain, coexpression" ENSMUSG00000037216 Q8VCM4 373 4 SharedDomain 20 OrthologMitoHighConf NoHomolog 0-25ambig chr1 37872205 37876298 2 5 8 6.68E+07 17 "adipose, placenta" 7.8 7
229517 9673 Slc25a44 6720482A19|B430110G05Rik "solute carrier family 25, member 44" MitoCarta3.0 "yeast mito homolog+, mito protein domain+, induction, MS/MS" MIM Metabolism > Amino acid metabolism > Branched-chain amino acid metabolism | Small molecule transport > SLC25A family Tpossible_mito 14.0075 0.008 1 "yeast mito homolog+, mito protein domain+, induction, MS/MS" ENSMUSG00000050144 Q8BGF9 333 MitoDomain 1 0.52 OrthologMitoLowConf NoHomolog 0-25pure chr3 88410493 88425141 1 2 2 4.28E+06 13 placenta 6.6 Mitochondria (Approved)
110074 1854 Dut 5031412I06Rik|5133400F09Rik|D2Bwg0749e|Dutp|dUTPase deoxyuridine triphosphatase MitoCarta3.0 "literature, targetP signal+, Rickettsial homolog, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 14.0047 0.008 1 "literature, targetP signal+, Rickettsial homolog, MS/MS++" ENSMUSG00000027203 Q8VCG1 200 1 NonMitoDomain 1 NoMitoHomolog Ortholog 75-100pure chr2 125247247 125259049 8 15 94 5.71E+08 75 "cerebrum, spinalcord, liver, heart, adipose, largeintestine, stomach, placenta" 7.4 7 6.5 8 7.5 8.2 7.3 8.4 Nucleoplasm (Supported)
93757 83943 Immp2l AI853880|IM|IMP2|Tg(HLA-A/H2-D)2Enge IMP2 inner mitochondrial membrane peptidase-like (S. cerevisiae) MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain, coexpression, MS/MS" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Preprotein cleavage | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 14.003 0.008 1 "literature, yeast mito homolog++, mito protein domain, coexpression, MS/MS" ENSMUSG00000056899 Q8BPT6 175 SharedDomain 19 OrthologMitoHighConf NoHomolog 50-75ambig chr12 41024089 41955588 7 10 26 3.83E+08 58 "cerebellum, brainstem, liver, skeletalmuscle, adipose, largeintestine, testis" 7.3 7.1 7.6 6.6 7.6 7.3 8.4 Mitochondria (Approved)
68033 90639 Cox19 1810074D02Rik|2810437L13Rik cytochrome c oxidase assembly protein 19 MitoCarta3.0 "yeast mito homolog, mito protein domain, induction, coexpression+, MS/MS" IMS OXPHOS > Complex IV > CIV assembly factors | Metabolism > Metals and cofactors > Copper metabolism | OXPHOS > OXPHOS assembly factors Tnon_mito 13.9834 0.008 1 "yeast mito homolog, mito protein domain, induction, coexpression+, MS/MS" ENSMUSG00000045438 Q8K0C8 92 SharedDomain 39 0.92 HomologMitoHighConf NoHomolog 25-50ambig chr5 139337821 139345166 2 3 4 7.95E+06 25 "liver, placenta" 6 6.8 Cytosol (Supported)
216188 160428 Aldh1l2 D330038I09Rik|mtFDH "aldehyde dehydrogenase 1 family, member L2" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 13.9576 0.009 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000020256 Q8K009 923 2 SharedDomain 5 HomologMitoLowConf Homolog 50-75ambig chr10 83487446 83534140 8 56 194 3.02E+09 66 "brainstem, spinalcord, liver, skeletalmuscle, smallintestine, largeintestine, stomach, placenta" 7.7 6.5 7.7 7.6 7.1 8 9.3 8.9 Mitochondria (Enhanced)
14004 51142 Chchd2 AL033347|Etoh|Etohi6 coiled-coil-helix-coiled-coil-helix domain containing 2 MitoCarta3.0 "APEX_IMS, targetP signal+, yeast mito homolog+, mito protein domain, coexpression" IMS Mitochondrial dynamics and surveillance > Apoptosis Tmito 13.9291 0.009 1 "APEX_IMS, targetP signal+, yeast mito homolog+, mito protein domain, coexpression" ENSMUSG00000070493 Q9D1L0 153 1 SharedDomain 25 OrthologMitoLowConf NoHomolog chr5 129881160 129887470 Mitochondria (Enhanced)
320951 23761 Pisd 9030221M09Rik phosphatidylserine decarboxylase MitoCarta3.0 "targetP signal, yeast mito homolog++, mito protein domain, MS/MS" MIM Metabolism > Lipid metabolism > Phospholipid metabolism Tpossible_mito 13.9137 0.009 1 "targetP signal, yeast mito homolog++, mito protein domain, MS/MS" ENSMUSG00000023452 Q8BSF4 406 2 SharedDomain 0 OrthologMitoHighConf NoHomolog 25-50ambig chr5 32736313 32785626 12 13 72 6.34E+08 34 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7.8 7.9 7.4 7.8 7.4 7.5 7.6 7.8 7.2 8.1 7.9 Cytosol;Golgi apparatus (Approved)
74114 54677 Crot 1200003H03Rik carnitine O-octanoyltransferase MitoCarta3.0 "yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS" unknown Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 13.8591 0.009 1 "yeast mito homolog+, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000003623 Q9DC50 612 SharedDomain 7 0.65 OrthologMitoLowConf NoHomolog 50-75ambig chr5 8966047 8997146 2 40 177 1.73E+10 61 "kidney, liver" 10.1 9.7 Vesicles (Approved)
56412 84273 Noa1 2610024G14Rik|AU022345|AtNOS1|mAt|mAtNOS1 nitric oxide associated 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression" MIM Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 13.8493 0.009 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression" ENSMUSG00000036285 Q9JJG9 693 3 SharedDomain 17 OrthologMitoHighConf NoHomolog 0-25ambig chr5 77294168 77310086 2 7 9 7.01E+07 12 "adipose, largeintestine" 7.3 7.7 Mitochondria (Supported)
208501 284184 Ndufaf8 1810043H04Rik NADH:ubiquinone oxidoreductase complex assembly factor 8 MitoCarta3.0 "targetP signal, induction, coexpression+, MS/MS" IMS OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 13.8187 0.009 1 "targetP signal, induction, coexpression+, MS/MS" ENSMUSG00000078572 A2AMZ4 74 2 NA 37 1.29 NoMitoHomolog NoHomolog 25-50ambig chr11 120098933 120100424 2 4 7 5.99E+06 46 "adipose, stomach" 6.4 6.5 Mitochondria (Approved)
235674 30 Acaa1b - acetyl-Coenzyme A acyltransferase 1B MitoCarta3.0 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" unknown Metabolism > Lipid metabolism Tpossible_mito 13.7987 0.009 1 "targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000010651 Q8VCH0 424 3 SharedDomain 5 OrthologMitoLowConf Homolog 50-75crude chr9 119148042 119157093 8 23 305 1.93E+10 66 "kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.6 10.2 8.4 6.8 6.8 6.9 6.7 8.2 Peroxisomes (Enhanced)
108853 54516 Mtrf1l 9130004K12Rik mitochondrial translational release factor 1-like MitoCarta3.0 "literature, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 13.7077 0.009 1 "literature, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000019774 Q8BJU9 373 1 SharedDomain 4 OrthologMitoLowConf Homolog 0-25ambig chr10 5811886 5823943 1 2 2 2.57E+06 10 testis 6.4
68876 91419 Atp23 1110068E08Rik|2410012H02Rik|Xrcc6b|Xrcc6bp1 ATP23 metallopeptidase and ATP synthase assembly factor homolog MitoCarta3.0 "yeast mito homolog++, mito protein domain+, coexpression" IMS "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tnon_mito 13.6417 0.009 1 "yeast mito homolog++, mito protein domain+, coexpression" ENSMUSG00000025436 Q9CWQ3 246 MitoDomain 5 OrthologMitoHighConf NoHomolog 0-25ambig chr10 126868427 126901371 1 2 2 1.98E+07 13 cerebellum 7.3 Plasma membrane;Vesicles (Enhanced)
27377 10730 Yme1l1 Fts|FtsH1|Ftsh YME1-like 1 (S. cerevisiae) MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog, Rickettsial homolog, mito protein domain+, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 13.6302 0.011 1 "literature, APEX_IMS, yeast mito homolog, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000026775 O88967 715 MitoDomain 4 HomologMitoHighConf Homolog 25-50pure chr2 23156504 23199260 12 23 117 1.33E+09 33 "cerebrum, cerebellum, brainstem, spinalcord, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.4 7.2 8.1 8.4 7.3 7.9 7.8 8.2 7.5 8.6 8.1 Mitochondria (Supported)
214932 27440 Hdhd5 A930002G03Rik|Cecr|Cecr5 haloacid dehalogenase like hydrolase domain containing 5 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" Matrix 0 Tmito 13.5739 0.011 1 "APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000058979 Q91WM2 419 2 SharedDomain NA HomologMitoHighConf NoHomolog 50-75pure chr6 120509493 120531299 9 19 113 3.83E+09 56 "cerebellum, kidney, liver, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7 8.2 8.2 7.7 8 8.1 7.6 8.1 9.5 Mitochondria (Approved)
110695 501 Aldh7a1 Atq|Atq1|D18Wsu181|D18Wsu181e "aldehyde dehydrogenase family 7, member A1" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Lysine metabolism | Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Vitamin metabolism > Choline and betaine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism | Metabolism > Detoxification > ROS and glutathione metabolism Tmito 13.5739 0.011 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000053644 Q9DBF1 539 2 SharedDomain 2 HomologMitoHighConf NoHomolog 50-75pure chr18 56525735 56572939 12 36 390 2.79E+10 74 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8 8.6 8.3 10 10 8.9 8.7 7 8.6 9.6 9.4 Mitochondria (Supported)
66433 79145 Chchd7 1810049H20Rik coiled-coil-helix-coiled-coil-helix domain containing 7 MitoCarta3.0 "yeast mito homolog, induction, coexpression, MS/MS+" IMS Metabolism > Metals and cofactors > Copper metabolism Tpossible_mito 13.5646 0.01 1 "yeast mito homolog, induction, coexpression, MS/MS+" ENSMUSG00000042198 Q8K2Q5 85 NA 15 2.91 HomologMitoHighConf NoHomolog 75-100ambig chr4 3938887 3943525 4 7 14 2.42E+08 79 "cerebrum, smallintestine, placenta, testis" 6.8 8.3 7.4 7.2 Cell Junctions (Approved)
319518 55066 Pdpr 4930402E16Rik|AU018056|mKIAA1990 pyruvate dehydrogenase phosphatase regulatory subunit MitoCarta3.0 "APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 13.5079 0.01 1 "APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000033624 Q7TSQ8 878 1 SharedDomain NA HomologMitoLowConf NoHomolog 50-75pure chr8 111094744 111135144 11 50 488 1.33E+10 61 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.9 9 9.2 8.6 8 9.7 8.4 8.8 8.3 7.8 9.4 Mitochondria (Approved)
75805 57486 Nln 4930472G13Rik|C79345 neurolysin (metallopeptidase M3 family) MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 13.5079 0.01 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000021710 Q91YP2 704 1 SharedDomain 4 HomologMitoLowConf NoHomolog 50-75pure chr13 104023438 104109614 13 37 194 3.43E+09 52 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 8.1 7.7 8.2 8.2 7.6 6.8 9 8.3 8.7 7.7 8.4 8.9 Mitochondria (Approved)
75597 91942 Ndufaf2 1810058I14Rik|C86051|Ndufa|Ndufa12l|mim|mimitin NADH:ubiquinone oxidoreductase complex assembly factor 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal, induction, coexpression, MS/MS++" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 13.491 0.01 1 "literature, APEX_matrix, targetP signal, induction, coexpression, MS/MS++" ENSMUSG00000068184 Q59J78 168 4 NA 8 0.65 NoMitoHomolog NoHomolog 75-100pure chr13 108052588 108158625 14 22 545 1.34E+10 85 all 14 9.2 8.8 9.3 9.2 8.9 8.8 8.6 7.8 8.9 8.2 9.2 8.3 8.8 9.3 Mitochondria (Enhanced)
75619 22868 Fastkd2 2810421I24Rik FAST kinase domains 2 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 13.4847 0.01 1 "literature, APEX_matrix, targetP signal+, induction, coexpression, MS/MS" ENSMUSG00000025962 Q922E6 689 1 NA 12 1.05 NoMitoHomolog NoHomolog 25-50ambig chr1 63730624 63753385 6 23 40 3.10E+08 30 "skeletalmuscle, adipose, smallintestine, largeintestine, placenta, testis" 7.3 7.4 7.8 7 7.7 8.2 Mitochondria (Supported)
68087 79877 Dcakd 3010024O21Rik|6720485C15Rik|AI849483 dephospho-CoA kinase domain containing MitoCarta3.0 "GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Membrane 0 Tmito 13.4749 0.01 1 "GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000020935 Q8BHC4 231 SharedDomain 6 -0.33 HomologMitoHighConf Ortholog 50-75ambig chr11 102994055 103017147 14 21 175 4.11E+09 70 all 14 8.1 8.1 8.1 8 7.7 7.9 8.9 7.4 8 7.2 8.4 7 9.3 8.3 Nucleoplasm (Approved)
654795 56948 Sdr39u1 2310014G06Rik "short chain dehydrogenase/reductase family 39U, member 1" MitoCarta3.0 "targetP signal, mito protein domain, coexpression, MS/MS++" unknown 0 Tnon_mito 13.4473 0.01 1 "targetP signal, mito protein domain, coexpression, MS/MS++" ENSMUSG00000022223 Q5M8N4 293 3 SharedDomain 26 NoMitoHomolog NoHomolog 50-75pure chr14 55897284 55900232 13 18 237 1.01E+10 69 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.2 8.7 9.1 9.3 8.9 7.9 8.9 8.6 8.7 8.4 8.8 9.3 Cytosol;Nucleoplasm (Approved)
353172 2617 Gars GENA202|Gars1|Gena2|Gena201|Nmf249|Sgr|Sgrp23 glycyl-tRNA synthetase MitoCarta3.0 "targetP signal+, yeast mito homolog, mito protein domain, induction" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tpossible_mito 13.4143 0.012 1 "targetP signal+, yeast mito homolog, mito protein domain, induction" ENSMUSG00000029777 Q9CZD3 729 1 SharedDomain 3 1.62 HomologMitoHighConf NoHomolog 25-50crude chr6 55038000 55079504 12 34 137 1.22E+09 43 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7.8 8.1 8.3 8.5 7.1 7 7.3 8.1 6.9 8.5 7.5 Cytosol (Supported)
66594 10975 Uqcr11 0710008D09Rik|AL022707|Uqc|Uqcr "ubiquinol-cytochrome c reductase, complex III subunit XI" MitoCarta3.0 "literature, targetP signal, mito protein domain+, MS/MS++" MIM OXPHOS > Complex III > CIII subunits | OXPHOS > OXPHOS subunits Tmito 13.4007 0.012 1 "literature, targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000020163 Q9CPX8 56 4 MitoDomain NA NoMitoHomolog NoHomolog 75-100pure chr10 80402996 80406821 12 5 116 5.76E+09 93 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, stomach, placenta, testis" 8.7 8.7 8.9 8.2 8.8 8.4 8.3 8.6 9.1 8.8 7.9 8.8
67417 124454 Ears2 3230401I01Rik|mKIAA1970 "glutamyl-tRNA synthetase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, GFP, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 13.3812 0.011 1 "literature, APEX_matrix, GFP, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000030871 Q9CXJ1 523 5 SharedDomain 8 OrthologMitoHighConf Homolog 0-25ambig chr7 122038820 122067063 3 9 15 1.98E+08 23 "adipose, largeintestine, placenta" 7.7 7.3 8.1 Mitochondria (Supported)
333182 125965 Cox6b2 1700067P11Rik|BC048670|COXV|COXVIB2 cytochrome c oxidase subunit 6B2 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS+" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 13.3688 0.011 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS+" ENSMUSG00000051811 Q80ZN9 88 MitoDomain 2 OrthologMitoLowConf NoHomolog 75-100ambig chr7 4751791 4753094 1 7 26 5.21E+09 88 testis 9.7 Cytosol;Nucleoplasm;Plasma membrane (Approved)
14356 26515 Timm10b Fxc1|Tim10|Tim10b|Tim9|Tim9b translocase of inner mitochondrial membrane 10B MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 13.3688 0.011 1 "literature, APEX_IMS, yeast mito homolog+, mito protein domain+, MS/MS+" ENSMUSG00000089847 Q9WV96 100 MitoDomain 4 OrthologMitoLowConf NoHomolog 75-100ambig chr7 105640539 105641845 12 10 77 7.69E+08 93 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, largeintestine, stomach, placenta, testis" 8.2 8 8.1 7.9 7.9 6.8 6 7.6 7.7 6.8 7.4 7.9
230649 64756 Atpaf1 6330547J17Rik|AI593252|ATP|ATP11|ATP11p ATP synthase mitochondrial F1 complex assembly factor 1 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS" Matrix OXPHOS > Complex V > CV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 13.3637 0.011 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain+, MS/MS" ENSMUSG00000028710 H3BLL2 348 MitoDomain NA OrthologMitoHighConf NoHomolog 25-50ambig chr4 115784813 115812314 8 12 40 4.87E+08 28 "cerebrum, brainstem, spinalcord, adipose, smallintestine, largeintestine, placenta, testis" 7.4 7.3 8.3 7.6 7.1 7.5 7.9 7.9 Mitochondria (Approved)
94280 81855 Sfxn3 - sideroflexin 3 MitoCarta3.0 "yeast mito homolog, mito protein domain+, MS/MS++" MIM Metabolism > Amino acid metabolism > Serine metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism | Small molecule transport > Sideroflexins Tpossible_mito 13.2454 0.011 1 "yeast mito homolog, mito protein domain+, MS/MS++" ENSMUSG00000025212 Q91V61 321 MitoDomain 0 -0.38 HomologMitoLowConf NoHomolog 75-100pure chr19 45047575 45056383 13 25 963 6.12E+10 97 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 10 9.8 9.7 9.9 9.2 8.9 7.8 9.5 9 9.4 9.8 10 9.9 Mitochondria (Enhanced)
26874 225 Abcd2 A|ABC3|ABC39|AL|ALDL1|ALDR|ALDRP "ATP-binding cassette, sub-family D (ALD), member 2" MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" Membrane Small molecule transport > ABC transporters Tpossible_mito 13.2239 0.011 1 "targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000055782 Q61285 741 2 SharedDomain 5 NoMitoHomolog Homolog 25-50pure chr15 91145870 91191807 1 24 43 7.95E+08 36 adipose 8.9
59010 58472 Sqor 0610039J17Rik|4930557M22Rik|Sq|Sqrdl sulfide quinone oxidoreductase MitoCarta3.0 "literature, targetP signal+, mito protein domain, MS/MS++" MIM "Metabolism > Electron carriers > Q-linked reactions, other | Metabolism > Sulfur metabolism" Tmito 13.1899 0.011 1 "literature, targetP signal+, mito protein domain, MS/MS++" ENSMUSG00000005803 Q9R112 450 1 SharedDomain 3 NoMitoHomolog NoHomolog 75-100pure chr2 122765358 122809551 11 45 1000 5.61E+10 88 "spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 9.6 9 8.1 8.4 9.2 10.1 10.4 9.3 10 9 Mitochondria (Supported)
68346 23408 Sirt5 0610012J09Rik|1500032M05Rik|AV001953 sirtuin 5 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS" Matrix Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 13.1786 0.011 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000054021 Q8K2C6 310 2 SharedDomain 10 0.81 NoMitoHomolog NoHomolog 25-50ambig chr13 43370715 43395203 8 13 41 3.95E+08 42 "cerebrum, brainstem, spinalcord, liver, heart, adipose, largeintestine, stomach" 7.6 7.8 7.7 7.4 8 7.6 7.9 7.2 Mitochondria (Supported)
67725 25961 Nudt13 4933433B15Rik nudix (nucleoside diphosphate linked moiety X)-type motif 13 MitoCarta3.0 "GFP, targetP signal, mito protein domain, induction, coexpression, MS/MS" Matrix Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 13.1786 0.011 1 "GFP, targetP signal, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000021809 Q8JZU0 352 2 SharedDomain 16 0.68 NoMitoHomolog NoHomolog 25-50ambig chr14 20294689 20317575 9 10 43 7.28E+08 43 "cerebellum, brainstem, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 6.7 7.5 8.1 7.5 8.6 7.2 7.7 7.1 7.6 Nucleoplasm (Approved)
102632 84129 Acad11 5730439E10Rik|AI987948 "acyl-Coenzyme A dehydrogenase family, member 11" MitoCarta3.0 "mito protein domain+, induction, coexpression" MIM Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 13.1743 0.011 1 "mito protein domain+, induction, coexpression" ENSMUSG00000090150 Q80XL6 779 MitoDomain 25 2.12 NoMitoHomolog NoHomolog 75-100crude chr9 104063702 104127646 4 59 358 2.33E+10 83 "spinalcord, kidney, liver, adipose" 5 10.1 10 8.7
19044 5498 Ppox Ppo protoporphyrinogen oxidase MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog++, mito protein domain, coexpression, MS/MS" MIM Metabolism > Metals and cofactors > Heme synthesis and processing Tmito 13.1506 0.011 1 "literature, APEX_matrix, yeast mito homolog++, mito protein domain, coexpression, MS/MS" ENSMUSG00000062729 P51175 477 5 SharedDomain 6 OrthologMitoHighConf NoHomolog 25-50ambig chr1 171276991 171281186 9 12 42 5.34E+08 34 "cerebrum, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.4 7 7.5 7.9 7.9 7.6 7.4 8.3 7.6 Vesicles (Supported)
98314 728294 D2hgdh AA408776|AA408778|AI325464 D-2-hydroxyglutarate dehydrogenase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain" Matrix Metabolism > Carbohydrate metabolism > TCA-associated Tmito 13.1375 0.011 1 "literature, APEX_matrix, targetP signal+, yeast mito homolog++, mito protein domain" ENSMUSG00000073609 Q8CIM3 535 1 SharedDomain NA OrthologMitoHighConf NoHomolog 0-25ambig chr1 93825239 93852174 2 4 5 4.01E+07 10 "adipose, largeintestine" 7.4 7.1 Mitochondria (Supported)
66593 56616 Diablo 0610041G12Rik|1700006L01Rik|AU040403|Sm|Smac "diablo, IAP-binding mitochondrial protein" MitoCarta3.0 "literature, APEX_IMS, targetP signal+, mito protein domain+, MS/MS" IMS Mitochondrial dynamics and surveillance > Apoptosis Tmito 13.0287 0.011 1 "literature, APEX_IMS, targetP signal+, mito protein domain+, MS/MS" ENSMUSG00000029433 Q9JIQ3 237 1 MitoDomain 1 NoMitoHomolog NoHomolog 50-75ambig chr5 123511329 123524164 13 14 363 1.80E+10 69 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 8 8.4 7.7 7.6 7.3 7.5 8 7.8 8.2 7.8 8.7 10.2 Mitochondria (Enhanced)
107375 283130 Slc25a45 AW491445 "solute carrier family 25, member 45" MitoCarta3.0 "yeast mito homolog, mito protein domain+, MS/MS++" MIM Small molecule transport > SLC25A family Tpossible_mito 13.0239 0.011 1 "yeast mito homolog, mito protein domain+, MS/MS++" ENSMUSG00000024818 Q8CFJ7 288 MitoDomain 2 HomologMitoHighConf NoHomolog 50-75pure chr19 5878465 5885768 6 17 147 4.80E+09 74 "liver, adipose, smallintestine, stomach, placenta, testis" 8.2 6.5 9.4 7.1 6.9 9.3 Nucleoplasm (Approved)
72795 54902 Ttc19 2010204O13Rik|2810460C24Rik|AI505442 tetratricopeptide repeat domain 19 MitoCarta3.0 "literature, APEX_IMS, targetP signal+, mito protein domain, induction, MS/MS+" MIM OXPHOS > Complex III > CIII assembly factors | OXPHOS > OXPHOS assembly factors Tmito 12.9695 0.011 1 "literature, APEX_IMS, targetP signal+, mito protein domain, induction, MS/MS+" ENSMUSG00000042298 Q8CC21 365 1 SharedDomain 2 1.39 NoMitoHomolog NoHomolog 25-50pure chr11 62281472 62316441 7 15 34 1.68E+08 32 "cerebrum, cerebellum, spinalcord, adipose, largeintestine, stomach, testis" 7.8 7.2 6.9 6.6 7.2 6.9 7.7 Mitochondria (Enhanced)
11611 189 Agxt AGT|Agt1|Agxt1|SPT alanine-glyoxylate aminotransferase MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Amino acid metabolism > Serine metabolism | Metabolism > Amino acid metabolism > Glyoxylate metabolism Tmito 12.9693 0.011 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000026272 O35423 414 2 SharedDomain 2 HomologMitoHighConf Homolog 50-75ambig chr1 93135239 93145421 1 23 47 4.68E+09 62 liver 9.7 Vesicles (Supported)
217830 80017 Dglucy 9030617O03Rik D-glutamate cyclase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism Tmito 12.9238 0.011 1 "literature, APEX_matrix, targetP signal+, coexpression, MS/MS++" ENSMUSG00000021185 Q8BH86 617 1 NA 5 NoMitoHomolog NoHomolog 50-75pure chr12 100779122 100872610 14 30 362 1.30E+10 57 all 14 6.5 7.1 8.2 8.5 9.8 9 8.7 8.5 9.2 9.2 8.9 8.8 7.5 7.4 Cytosol (Supported)
69606 123263 Mtfmt 2310020P08Rik mitochondrial methionyl-tRNA formyltransferase MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > Translation > fMet processing | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 12.9174 0.011 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000059183 Q9D799 386 3 SharedDomain 9 OrthologMitoHighConf Homolog chr9 65435781 65453054 Nucleoplasm (Approved)
17708 4512 mt-Co1 CoxI cytochrome c oxidase subunit I MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" MIM OXPHOS > Complex IV > CIV subunits | Metabolism > Metals and cofactors > Heme-containing proteins | OXPHOS > OXPHOS subunits Tmito 12.8977 0.011 1 "literature, APEX_IMS, yeast mito homolog++, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000064351 P00397 514 SharedDomain NA OrthologMitoHighConf Ortholog 0-25pure chrM 5327 6872 14 7 492 2.14E+10 24 all 14 9.4 9.3 9.5 8.4 9 8.8 8.9 9.6 8.8 9.3 9.1 9.1 8.9 9 Mitochondria (Supported)
13804 2021 Endog - endonuclease G MitoCarta3.0 "literature, APEX_IMS, yeast mito homolog, mito protein domain, coexpression++, MS/MS" IMS Mitochondrial central dogma > mtDNA maintainance > mtDNA stability and decay | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay | Mitochondrial dynamics and surveillance > Apoptosis Tmito 12.895 0.011 1 "literature, APEX_IMS, yeast mito homolog, mito protein domain, coexpression++, MS/MS" ENSMUSG00000015337 O08600 294 SharedDomain 42 HomologMitoLowConf NoHomolog 50-75ambig chr2 30171523 30174069 14 18 182 4.71E+09 68 all 14 8.6 8.2 8.7 8.6 8 9.1 8.1 7.5 7.9 8.7 8.5 8.1 8.8 7.6
70186 26355 Fam162a 2310056P07Rik|HGTD-P "family with sequence similarity 162, member A" MitoCarta3.0 "APEX_IMS, APEX_matrix, targetP signal, induction, coexpression, MS/MS++" MIM 0 Tmito 12.874 0.011 1 "APEX_IMS, APEX_matrix, targetP signal, induction, coexpression, MS/MS++" ENSMUSG00000003955 Q9D6U8 155 3 NA 5 0.61 NoMitoHomolog NoHomolog 50-75pure chr16 36043843 36071515 14 15 513 3.03E+10 59 all 14 9.4 9.1 9.4 9.2 8.8 9.2 9.1 8.5 8.9 9.1 9.8 9.2 9.7 9.4 Cytosol;Mitochondria (Enhanced)
57423 9551 Atp5j2 1110019H14Rik|Atp5mf "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit F2" MitoCarta3.0 "literature, coexpression++, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 12.8679 0.011 1 "literature, coexpression++, MS/MS++" ENSMUSG00000038690 P56135 88 NA 49 NoMitoHomolog NoHomolog 50-75pure chr5 145183705 145191592 14 14 1107 1.75E+11 67 all 14 10.1 10.2 10.4 9.7 10.6 10 10.1 9.4 9.9 10.1 10.1 10.1 9.9 9.3 Mitochondria (Supported)
216456 27165 Gls2 A330074B06Rik|AI195532|GA|GLS|L|Lga "glutaminase 2 (liver, mitochondrial)" MitoCarta3.0 "targetP signal, mito protein domain+, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glutamate metabolism Tpossible_mito 12.7838 0.011 1 "targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000044005 Q571F8 602 3 MitoDomain 2 NoMitoHomolog NoHomolog 50-75pure chr10 128194634 128210004 8 32 123 4.61E+09 59 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, smallintestine, largeintestine" 8.8 8.2 8.5 8.2 9.5 7.1 7.2 7.4
76916 51300 Timmdc1 2810021C21Rik|4930455C21Rik|AV135763 translocase of inner mitochondrial membrane domain containing 1 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, MS/MS++" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 12.7838 0.011 1 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000002846 Q8BUY5 285 3 MitoDomain 2 NoMitoHomolog NoHomolog 50-75pure chr16 38497842 38522663 13 14 107 1.06E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 8.1 8.4 7.9 7.8 8 6.7 7.6 7.4 8 7.6 8 6.9 Mitochondria (Enhanced)
14548 51650 Mrps33 AI841153|CGI-13|CGI-139|Gda|Gdap3|MRP-|MRP-S33|PTD00|PTD003 mitochondrial ribosomal protein S33 MitoCarta3.0 "literature, targetP signal, mito protein domain+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 12.7838 0.011 1 "literature, targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000029918 Q9D2R8 106 3 MitoDomain NA NoMitoHomolog NoHomolog 50-75pure chr6 39801806 39810936 13 7 80 1.68E+09 54 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 8.1 8.2 7.6 8.2 8.2 7 7.9 8.3 8.4 7.7 8.2 8.1
21780 7019 Tfam AI661103|Hmgt|Hmgts|mtTF|mtTFA|tsHM|tsHMG "transcription factor A, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, MS/MS++" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid | Mitochondrial central dogma > mtRNA metabolism > Transcription Tmito 12.7679 0.011 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, MS/MS++" ENSMUSG00000003923 P40630 243 3 SharedDomain 3 1.62 NoMitoHomolog NoHomolog 50-75pure chr10 71225476 71238044 14 25 461 1.69E+10 66 all 14 9.4 8.9 9.4 9.2 9.3 9.2 8.9 8 8.9 8.7 9.3 8.5 9.1 8.7 Mitochondria (Enhanced)
26940 51295 Ecsit Sit|Sitpec ECSIT signalling integrator MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression+" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 12.7364 0.011 1 "literature, APEX_matrix, targetP signal, mito protein domain, induction, coexpression+" ENSMUSG00000066839 Q9QZH6 435 2 SharedDomain 39 0.79 NoMitoHomolog NoHomolog 0-25ambig chr9 22072245 22085427 10 9 61 8.95E+08 25 "brainstem, spinalcord, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.8 8.2 7.8 7.9 8 8 8 8.1 7.7 Nucleoplasm (Supported)
380836 57380 Mrs2 Gm902|HPT|Mr|Mrs2l|RPT MRS2 magnesium transporter MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog++, coexpression" MIM Small molecule transport | Signaling Tmito 12.726 0.011 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog++, coexpression" ENSMUSG00000021339 Q5NCE8 434 2 NA 6 OrthologMitoHighConf NoHomolog 25-50crude chr13 24992294 25020317 10 16 156 1.14E+09 38 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, smallintestine, largeintestine, stomach, placenta, testis" 8.2 8 8.6 8.1 7.6 7.8 7.9 7.8 7.7 7.3
74104 10058 Abcb6 1200005B17Rik "ATP-binding cassette, sub-family B (MDR/TAP), member 6" MitoCarta3.0 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" MOM Metabolism > Metals and cofactors > Heme synthesis and processing | Small molecule transport > ABC transporters Tmito 12.6595 0.011 1 "literature, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000026198 Q9DC29 842 SharedDomain 7 0.32 OrthologMitoLowConf Homolog 25-50ambig chr1 75171640 75180283 7 21 135 8.93E+08 31 "cerebrum, brainstem, liver, largeintestine, stomach, placenta, testis" 6.7 7.8 7.7 7.5 6.8 8 8.8 Golgi apparatus (Supported)
76824 56181 Mtfr1l 2410166I05Rik|AI480750|Fam54|Fam54b mitochondrial fission regulator 1-like MitoCarta3.0 "mito protein domain+, induction, coexpression, MS/MS" unknown 0 Tnon_mito 12.6286 0.011 1 "mito protein domain+, induction, coexpression, MS/MS" ENSMUSG00000046671 Q9CWE0 289 MitoDomain 11 0.73 NoMitoHomolog NoHomolog 25-50ambig chr4 134525554 134535387 6 13 48 6.92E+08 49 "cerebrum, cerebellum, brainstem, spinalcord, placenta, testis" 7.6 8.2 8.6 6.8 7.3 7.9 Mitochondria (Approved)
66988 51056 Lap3 2410015L10Rik|AA410100|LAP-3|Lap|Lapep|Pe|Pep|Pep-7|Pep-S|Pep7|Peps leucine aminopeptidase 3 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, coexpression, MS/MS++" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 12.6162 0.012 1 "APEX_matrix, targetP signal, Rickettsial homolog, coexpression, MS/MS++" ENSMUSG00000039682 Q9CPY7 519 2 NonMitoDomain 12 NoMitoHomolog Homolog 50-75pure chr5 45493373 45512691 14 32 536 9.56E+09 69 all 14 8 7.4 8.1 7.7 9.1 8.9 8.2 8.2 9.2 9.2 8.4 8.4 9.4 9 Cytosol (Supported)
264895 80221 Acsf2 - acyl-CoA synthetase family member 2 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 12.5701 0.012 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000076435 Q8VCW8 615 2 SharedDomain NA NoMitoHomolog Homolog 50-75pure chr11 94557101 94601786 13 51 2005 1.21E+11 74 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.3 9.1 9.6 9.9 8.5 10.5 8.3 9.7 9.5 10.7 9.6 9.8 9.9 Cytosol;Nucleoplasm (Approved)
108682 84706 Gpt2 4631422C05Rik|AL|ALT2|AU014768|AU041193|C87201 glutamic pyruvate transaminase (alanine aminotransferase) 2 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glutamate metabolism Tmito 12.5701 0.012 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000031700 Q8BGT5 522 2 SharedDomain 1 NoMitoHomolog Homolog 50-75pure chr8 85492616 85527558 8 33 255 6.79E+09 67 "cerebrum, brainstem, liver, skeletalmuscle, adipose, stomach, placenta, testis" 6.8 7.4 9.2 8.3 9.3 9 8.4 9.3 Mitochondria (Approved)
76238 9380 Grhpr 1110059D05Rik|6430629L09Rik|Glxr glyoxylate reductase/hydroxypyruvate reductase MitoCarta3.0 "APEX_matrix, yeast mito homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glyoxylate metabolism Tmito 12.5152 0.012 1 "APEX_matrix, yeast mito homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000035637 Q91Z53 328 SharedDomain 10 HomologMitoHighConf NoHomolog 50-75pure chr4 44981410 44990696 13 20 159 6.39E+09 59 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.6 7.3 8.8 7.5 9.4 8.7 7.8 8.2 9 8.1 8.3 8.9 8.7 Cytosol (Approved)
13830 2040 Stom Epb7.|Epb7.2|sto stomatin MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS" Membrane 0 Tnon_mito 12.4756 0.012 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000026880 P54116 284 5 SharedDomain 1 -0.75 OrthologMitoLowConf Homolog 50-75ambig chr2 35313989 35337009 3 17 80 1.39E+09 70 "adipose, placenta, testis" 6.9 9.1 8 Plasma membrane (Enhanced)
67201 51031 Glod4 1700082G03Rik|2700085E05Rik|C81254 glyoxalase domain containing 4 MitoCarta3.0 "APEX_matrix, targetP signal, coexpression, MS/MS++" Matrix 0 Tmito 12.4632 0.013 1 "APEX_matrix, targetP signal, coexpression, MS/MS++" ENSMUSG00000017286 Q9CPV4 298 2 NA 6 NoMitoHomolog NoHomolog 75-100pure chr11 76220394 76243699 13 23 200 4.89E+09 82 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.5 7.9 8.3 8.3 8.6 8.3 8.4 8.9 8.4 8.9 8.6 8.9 8.3 Cytosol (Approved)
66119 100188893 Tomm6 1110002E23Rik|AI663970 translocase of outer mitochondrial membrane 6 MitoCarta3.0 "GFP, mito protein domain+, coexpression, MS/MS+" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM" Tmito 12.436 0.013 1 "GFP, mito protein domain+, coexpression, MS/MS+" ENSMUSG00000033475 Q9CQN3 74 MitoDomain 20 NoMitoHomolog NoHomolog 75-100ambig chr17 47686644 47688386 12 5 148 1.35E+09 93 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.5 7.6 7.7 7.5 8 8.1 8 8.3 7.6 8.6 7.8 Mitochondria (Supported)
66128 92259 Mrps36 1110018B13Rik|S36mt mitochondrial ribosomal protein S36 MitoCarta3.0 "literature, APEX_matrix, mito protein domain+, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome | Metabolism > Carbohydrate metabolism > TCA cycle Tmito 12.3622 0.013 1 "literature, APEX_matrix, mito protein domain+, MS/MS++" ENSMUSG00000061474 Q9CQX8 102 5 MitoDomain NA NoMitoHomolog NoHomolog 75-100pure chr13 100735939 100744659 14 6 218 1.82E+10 75 all 14 9.1 8.9 9.3 8.9 9.5 9 8.8 8.8 9.3 8.6 9.2 8.8 9.3 9 Mitochondria (Enhanced)
74868 157378 Tmem65 2610029O13Rik|4930438D12Rik transmembrane protein 65 MitoCarta3.0 "literature, APEX_matrix, targetP signal, coexpression, MS/MS++" MIM 0 Tmito 12.3505 0.013 1 "literature, APEX_matrix, targetP signal, coexpression, MS/MS++" ENSMUSG00000062373 Q4VAE3 234 2 NA 10 NoMitoHomolog NoHomolog 50-75pure chr15 58782268 58823427 13 14 246 1.37E+10 58 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.5 9.3 9.7 9.1 8.3 8.5 8 8.6 8.2 8.3 7.4 8.5 8.3 Nucleoplasm (Approved)
28185 9868 Tomm70a 2610044B22Rik|D16Ium2|D16Ium22|D16Ium22e|D16Wsu109|D16Wsu109e|Tom7|Tom70|Tomm7|Tomm70|mKIAA0719 translocase of outer mitochondrial membrane 70A MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain, induction, coexpression" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM" Tmito 12.3443 0.013 1 "literature, yeast mito homolog+, mito protein domain, induction, coexpression" ENSMUSG00000022752 Q9CZW5 611 SharedDomain 11 0.68 OrthologMitoLowConf NoHomolog 75-100crude chr16 57121713 57154530 12 54 1539 4.19E+10 84 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 10 9.7 9.9 9.7 8.7 8.8 8.3 9.1 9.4 8.8 9.3 9.6 Mitochondria (Enhanced)
14198 2272 Fhit AW045638|Fra1|Fra14A2 fragile histidine triad gene MitoCarta3.0 "targetP signal, yeast mito homolog, mito protein domain, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tnon_mito 12.3346 0.013 1 "targetP signal, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000060579 O89106 150 4 SharedDomain 4 HomologMitoHighConf NoHomolog 75-100pure chr14 9550093 11162032 12 15 139 2.08E+09 79 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 8.1 8.2 8 8.7 8.2 8.5 7.2 8.7 7.2 7.6 7.9 Nucleoli fibrillar center;Plasma membrane (Approved)
72085 64172 Osgepl1 2610001M19Rik|AA416452 O-sialoglycoprotein endopeptidase-like 1 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tmito 12.2734 0.014 1 "APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000026096 Q6PEB4 414 2 SharedDomain 23 HomologMitoHighConf Homolog chr1 53313623 53326342 Mitochondria (Supported)
66586 54675 Crls1 0610009I22Rik|4930557M15Rik|5730490M08Rik cardiolipin synthase 1 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" MIM Metabolism > Lipid metabolism > Cardiolipin synthesis Tmito 12.2734 0.014 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000027357 Q80ZM8 303 2 SharedDomain 20 HomologMitoHighConf Homolog chr2 132846665 132866768
56738 4337 Mocs1 3110045D15Rik|AI043170|AW536397 molybdenum cofactor synthesis 1 MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain+, MS/MS+" Matrix Metabolism > Metals and cofactors > Molybdenum cofactor synthesis and proteins Tmito 12.1526 0.014 1 "APEX_matrix, targetP signal, mito protein domain+, MS/MS+" ENSMUSG00000064120 Q5RKZ7 636 2 MitoDomain 2 NoMitoHomolog NoHomolog 25-50pure chr17 49428363 49455430 7 27 151 1.78E+09 49 "cerebrum, liver, adipose, smallintestine, largeintestine, stomach, placenta" 7.3 8.9 8.5 8.5 8.1 7.4 8.4 Cytosol (Approved)
107747 10840 Aldh1l1 1810048F20Rik|FDH|Fthfd|Neut2 "aldehyde dehydrogenase 1 family, member L1" MitoCarta3.0 "APEX_matrix, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 12.1374 0.014 1 "APEX_matrix, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000030088 Q8R0Y6 902 SharedDomain 7 0.71 HomologMitoLowConf Homolog 50-75ambig chr6 90550847 90599171 7 41 91 8.83E+08 54 "cerebrum, liver, smallintestine, largeintestine, stomach, placenta, testis" 6.4 8.6 7.7 7.3 8.4 8.1 7.2 Cytosol (Supported)
54391 55312 Rfk 0610038L10Rik|AF031381|KOI-4|fla riboflavin kinase MitoCarta3.0 "targetP signal, yeast mito homolog++, MS/MS" Matrix Metabolism > Vitamin metabolism > Vitamin B2 metabolism Tpossible_mito 12.1328 0.014 1 "targetP signal, yeast mito homolog++, MS/MS" ENSMUSG00000024712 Q8CFV9 155 2 NA 1 OrthologMitoHighConf NoHomolog 25-50ambig chr19 17394042 17401349 6 5 38 4.65E+08 31 "brainstem, spinalcord, kidney, adipose, smallintestine, largeintestine" 6.7 7.1 7.8 6.8 8.2 8.4 Golgi apparatus (Approved)
52585 115817 Dhrs1 1110029G07Rik|AW112170|D14Ertd484e dehydrogenase/reductase (SDR family) member 1 MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" MIM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tpossible_mito 12.0789 0.014 1 "targetP signal, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000002332 Q99L04 313 4 SharedDomain 2 0.39 NoMitoHomolog Homolog 75-100pure chr14 55739019 55745684 12 24 197 3.45E+09 77 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.4 7.8 8.3 8.7 8.6 8.5 8.1 8.9 7.9 7.3 8.5 8.6 Nucleoplasm (Approved)
18975 5428 Polg AA409516|P|PolgA "polymerase (DNA directed), gamma" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid | Mitochondrial central dogma > mtDNA maintainance > mtDNA repair Tmito 12.0575 0.014 1 "literature, APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, MS/MS" ENSMUSG00000039176 Q3UG70 1217 3 SharedDomain 1 OrthologMitoHighConf NoHomolog 25-50ambig chr7 79449382 79466273 8 32 67 3.57E+08 32 "cerebrum, cerebellum, spinalcord, liver, adipose, largeintestine, placenta, testis" 7.3 7.9 7.3 6.2 7.8 7.6 7.3 8.1 Mitochondria (Supported)
225655 10650 Prelid3a A230074A19Rik|BC019561|Sl|Slmo1 PRELI domain containing 3A MitoCarta3.0 "yeast mito homolog+, mito protein domain+, MS/MS" IMS Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tpossible_mito 11.988 0.014 1 "yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000024530 Q8VE85 172 MitoDomain 1 OrthologMitoLowConf NoHomolog 50-75ambig chr18 67464848 67480581 3 8 37 4.54E+08 56 "cerebrum, cerebellum, spinalcord" 8.5 8 7.7
223262 Timm8a2 - translocase of inner mitochondrial membrane 8A2 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS" IMS "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tmito 11.988 0.014 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000071229 Q4FZG7 97 MitoDomain 2 OrthologMitoLowConf NoHomolog 50-75ambig chr14 122034673 122038422 14 8 55 3.69E+09 66 all 14 8.2 8.3 8.7 8.4 8.4 8.8 7 7.1 8.4 8.7 8.4 8.3 8.3 8.6
20523 9016 Slc25a14 BMCP|BMCP1|UCP|UCP5|UCP5L|UCP5S "solute carrier family 25 (mitochondrial carrier, brain), member 14" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS" MIM Metabolism > Sulfur metabolism | Small molecule transport > SLC25A family Tmito 11.988 0.014 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000031105 Q9Z2B2 325 MitoDomain 1 OrthologMitoLowConf NoHomolog 50-75ambig chrX 48623579 48662294 5 13 29 2.79E+08 56 "cerebrum, cerebellum, brainstem, placenta, testis" 8 7.9 7.7 6.8 7.7 Mitochondria (Approved)
59040 55288 Rhot1 2210403N23Rik|AA415293|AF244542|AI834919|Arh|Arht1|C430039G08Rik|Mi|Miro1 ras homolog family member T1 MitoCarta3.0 "literature, targetP signal, yeast mito homolog, mito protein domain+, MS/MS+" MOM Signaling > Calcium homeostasis > EF hand proteins | Mitochondrial dynamics and surveillance > Trafficking Tmito 11.9795 0.014 1 "literature, targetP signal, yeast mito homolog, mito protein domain+, MS/MS+" ENSMUSG00000017686 Q8BG51 672 4 MitoDomain 1 0.37 HomologMitoLowConf NoHomolog 25-50pure chr11 80209054 80267907 14 30 355 8.11E+09 45 all 14 9.2 8.9 9 8.9 8.9 8.1 8.7 7.7 8.8 7.8 8.7 8.5 8.7 8.9
14775 2876 Gpx1 AI195024|AL033363|CGP|CGPx|GPx-|GPx-1|GSHPx|GSHPx-1|Gp|Gpx glutathione peroxidase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS+" Matrix Metabolism > Detoxification > ROS and glutathione metabolism | Metabolism > Detoxification > Selenoproteins Tmito 11.9023 0.014 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, coexpression, MS/MS+" ENSMUSG00000063856 P11352 201 3 SharedDomain 11 HomologMitoLowConf NoHomolog 75-100ambig chr9 108339079 108340344 12 15 256 2.68E+10 84 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.6 8.4 7.9 8.4 10 10.1 9.3 8.8 8.9 8.9 8.9 8.2
67453 91137 Slc25a46 1200007B05Rik|AI325987 "solute carrier family 25, member 46" MitoCarta3.0 "yeast mito homolog+, mito protein domain+, induction" MOM Small molecule transport > SLC25A family | Mitochondrial dynamics and surveillance > Fission | Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions Tpossible_mito 11.8704 0.014 1 "yeast mito homolog+, mito protein domain+, induction" ENSMUSG00000024259 Q9CQS4 418 MitoDomain 1 1.02 OrthologMitoLowConf NoHomolog 0-25ambig chr18 31580167 31609902 4 8 30 3.16E+08 23 "cerebrum, spinalcord, adipose, placenta" 8.1 7.9 7.4 7.9 Mitochondria (Supported)
17721 4540 mt-Nd5 - NADH dehydrogenase subunit 5 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, Rickettsial homolog, mito protein domain+, MS/MS+" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 11.8627 0.014 1 "literature, APEX_IMS, APEX_matrix, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000064367 P03921 607 MitoDomain NA NoMitoHomolog Ortholog 25-50pure chrM 11741 13565 14 15 1103 5.15E+10 33 all 14 9.6 9.8 10 9 9.8 9.1 9.4 9.9 9.2 9.5 9.3 9.6 9.2 9
17719 4538 mt-Nd4 - NADH dehydrogenase subunit 4 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, Rickettsial homolog, mito protein domain+, MS/MS+" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 11.8627 0.014 1 "literature, APEX_IMS, APEX_matrix, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000064363 P03911 459 MitoDomain NA NoMitoHomolog Ortholog 25-50pure chrM 10166 11544 14 16 1664 7.50E+10 37 all 14 9.9 9.9 10 9.2 10 9.5 9.3 10.1 9.3 9.6 9.6 9.8 9.4 9.3
17717 4536 mt-Nd2 - NADH dehydrogenase subunit 2 MitoCarta3.0 "literature, Rickettsial homolog, mito protein domain+, MS/MS+" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 11.8627 0.014 1 "literature, Rickettsial homolog, mito protein domain+, MS/MS+" ENSMUSG00000064345 P03893 345 MitoDomain NA NoMitoHomolog Ortholog 25-50pure chrM 3913 4951 13 9 477 8.53E+09 50 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.8 9 8 8.5 8 9.4 8.6 8.7 8.9 8.9 8.2 7.9
66494 27166 Prelid1 2610524G07Rik|Preli PRELI domain containing 1 MitoCarta3.0 "literature, APEX_IMS, GFP, targetP signal, yeast mito homolog++, mito protein domain+" IMS Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 11.8461 0.014 1 "literature, APEX_IMS, GFP, targetP signal, yeast mito homolog++, mito protein domain+" ENSMUSG00000021486 Q8R107 217 3 MitoDomain NA OrthologMitoHighConf NoHomolog chr13 55322054 55325272 Mitochondria (Supported)
77032 100130890 Tstd3 2610029I01Rik thiosulfate sulfurtransferase (rhodanese)-like domain containing 3 MitoCarta3.0 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, MS/MS" unknown 0 Tnon_mito 11.8441 0.014 1 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, induction, MS/MS" ENSMUSG00000028251 Q9D0B5 157 4 SharedDomain 4 1.18 HomologMitoLowConf Homolog 50-75ambig chr4 21757381 21767211 12 10 86 1.04E+09 52 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.9 8 7.9 8.1 8.1 7.6 8.2 8 6.9 7.9 7.3
69906 81034 Slc25a32 2610043O12Rik|Mftc "solute carrier family 25, member 32" MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, mito protein domain+" MIM Metabolism > Vitamin metabolism > Vitamin B2 metabolism | Metabolism > Vitamin metabolism > Folate and 1-C metabolism | Small molecule transport > SLC25A family Tmito 11.8344 0.015 1 "literature, targetP signal, yeast mito homolog+, mito protein domain+" ENSMUSG00000022299 Q8BMG8 316 3 MitoDomain 3 OrthologMitoLowConf NoHomolog 0-25ambig chr15 39094190 39112716 2 4 5 4.05E+07 19 "adipose, placenta" 7.2 7.4 Mitochondria (Supported)
215999 90550 Mcu 2010012O16Rik|AV064928|C10orf42|Ccdc109|Ccdc109a|D130073L02Rik|Gm64 mitochondrial calcium uniporter MitoCarta3.0 "literature, GFP, targetP signal, mito protein domain+, MS/MS++" MIM Signaling > Calcium homeostasis > Calcium cycle | Small molecule transport > Calcium uniporter Tmito 11.7743 0.015 1 "literature, GFP, targetP signal, mito protein domain+, MS/MS++" ENSMUSG00000009647 Q3UMR5 350 4 MitoDomain 2 NoMitoHomolog NoHomolog 50-75pure chr10 59446983 59616692 11 26 593 1.66E+10 55 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 9.1 8.9 8.6 8.9 7.6 7.5 8.4 9.8 9.6 8.7 9.3 Mitochondria (Supported)
18082 8508 Nipsnap1 - nipsnap homolog 1 MitoCarta3.0 "APEX_matrix, targetP signal+, coexpression, MS/MS++" Matrix Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tmito 11.7222 0.015 1 "APEX_matrix, targetP signal+, coexpression, MS/MS++" ENSMUSG00000034285 O55125 284 1 NonMitoDomain 7 NoMitoHomolog NoHomolog 75-100pure chr11 4874002 4894200 14 29 644 6.52E+10 79 all 14 10.1 9.8 10 9.6 9.6 10.3 9 7.3 8.9 8.8 9.3 8.2 9.2 8.6
56361 80324 Pus1 A730013B20Rik|MPU|MPUS1|mPus1p pseudouridine synthase 1 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tmito 11.6798 0.015 1 "APEX_matrix, targetP signal, yeast mito homolog++, mito protein domain, coexpression" ENSMUSG00000029507 Q9WU56 441 2 SharedDomain 6 OrthologMitoHighConf NoHomolog chr5 110773666 110780615 Mitochondria;Nucleoplasm (Supported)
382051 57546 Pdp2 4833426J09Rik|Gm1705|mKIAA1348 pyruvate dehyrogenase phosphatase catalytic subunit 2 MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression" Matrix Metabolism > Carbohydrate metabolism > Pyruvate metabolism Tmito 11.6681 0.015 1 "APEX_matrix, targetP signal, yeast mito homolog+, mito protein domain, coexpression" ENSMUSG00000048371 Q504M2 532 2 SharedDomain 9 OrthologMitoLowConf NoHomolog 0-25ambig chr8 104591467 104596849 1 6 7 1.14E+08 13 adipose 8.1 Mitochondria (Supported)
18777 10434 Lypla1 APT-1|Gm39587|LPL-I|P|Pla1a lysophospholipase 1 MitoCarta3.0 "Rickettsial homolog, mito protein domain, coexpression, MS/MS++" unknown Metabolism > Lipid metabolism | Signaling Tpossible_mito 11.6242 0.015 1 "Rickettsial homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000025903 P97823 230 SharedDomain 9 NoMitoHomolog Homolog 75-100pure chr1 4807892 4846735 14 14 204 9.90E+09 77 all 14 8.6 8.4 8.9 8.8 9.6 9.1 8.5 7.7 8.5 8.7 8.8 8.6 8.6 8.2 Cytosol;Nucleoplasm (Approved)
665563 441024 Mthfd2l 1110019K23Rik|C630010D07Rik methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2-like MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 11.6206 0.015 1 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000029376 D3YZG8 338 2 SharedDomain 1 OrthologMitoLowConf Homolog 0-25ambig chr5 90931195 91021370 2 4 7 9.59E+07 12 "spinalcord, placenta" 7 7.9
211253 9617 Mtrf1 A830062K05Rik|MtRF-1 mitochondrial translational release factor 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 11.6206 0.015 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000022022 Q8K126 446 2 SharedDomain NA OrthologMitoLowConf Homolog 0-25ambig chr14 79397771 79423650 1 3 4 2.70E+07 10 adipose 7.4
76889 79934 Coq8b 0610012P18Rik|Adck|Adck4 coenzyme Q8B MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" MIM Metabolism > Metals and cofactors > Coenzyme Q metabolism Tmito 11.6206 0.015 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000003762 E9QLB8 533 2 SharedDomain 1 OrthologMitoLowConf Homolog 0-25ambig chr7 27233012 27257949 4 11 40 2.95E+08 23 "adipose, smallintestine, largeintestine, placenta" 8 7.5 7.5 8.1 Mitochondria (Enhanced)
69536 51409 Hemk1 2310008M14Rik|AW049265 HemK methyltransferase family member 1 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 11.6099 0.015 1 "GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain+" ENSMUSG00000032579 Q921L7 340 2 MitoDomain 4 HomologMitoHighConf Homolog chr9 107327081 107338350
110198 8574 Akr7a5 0610025K21Rik|A|Afar|Afar1|Akr7a2 "aldo-keto reductase family 7, member A5 (aflatoxin aldehyde reductase)" MitoCarta3.0 "APEX_matrix, targetP signal+, coexpression, MS/MS++" Matrix Metabolism > Amino acid metabolism > GABA metabolism | Metabolism > Detoxification > Xenobiotic metabolism Tmito 11.6095 0.015 1 "APEX_matrix, targetP signal+, coexpression, MS/MS++" ENSMUSG00000028743 Q8CG76 367 1 NonMitoDomain 12 NoMitoHomolog NoHomolog 50-75pure chr4 139310743 139318786 14 22 287 1.76E+10 56 all 14 8.2 8.1 8.6 8.1 10 9.3 8.6 8 8.8 8.7 9 8.1 8.8 9 Cytosol (Supported)
104086 1593 Cyp27a1 1300013A03Rik|Cyp2|Cyp27 "cytochrome P450, family 27, subfamily a, polypeptide 1" MitoCarta3.0 "literature, targetP signal+, mito protein domain, MS/MS++" MIM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Metals and cofactors > Heme-containing proteins" Tmito 11.5634 0.015 1 "literature, targetP signal+, mito protein domain, MS/MS++" ENSMUSG00000026170 Q9DBG1 533 1 SharedDomain 2 NoMitoHomolog NoHomolog 50-75pure chr1 74713573 74737890 7 36 221 1.39E+10 74 "kidney, liver, skeletalmuscle, adipose, smallintestine, placenta, testis" 8.7 10 8.3 8.8 9.1 8.9 8.3 Mitochondria (Supported)
64059 Oxct2a Oxct|Oxct2|Scot|Scot-|Scot-t1 3-oxoacid CoA transferase 2A MitoCarta3.0 "targetP signal+, mito protein domain, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > Ketone metabolism Tnon_mito 11.5634 0.015 1 "targetP signal+, mito protein domain, MS/MS++" ENSMUSG00000076436 Q9JJN4 520 1 SharedDomain 1 NoMitoHomolog NoHomolog 50-75pure chr4 123321874 123323679 1 28 343 2.81E+10 73 testis 10.4
68836 122704 Mrpl52 1110047B07Rik mitochondrial ribosomal protein L52 MitoCarta3.0 "literature, APEX_matrix, targetP signal+, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 11.4873 0.016 1 "literature, APEX_matrix, targetP signal+, coexpression, MS/MS" ENSMUSG00000010406 Q9D0Y8 121 1 NA 12 -0.12 NoMitoHomolog NoHomolog 50-75ambig chr14 54426908 54429750 10 7 54 6.17E+08 59 "cerebrum, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7 7.4 7.8 6.8 7.6 8 8.4 7.4 8 7.2 Mitochondria (Supported)
66437 51024 Fis1 2010003O14Rik|Ttc11 "fission, mitochondrial 1" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+" MOM Mitochondrial dynamics and surveillance > Fission Tmito 11.4831 0.016 1 "literature, yeast mito homolog++, mito protein domain+" ENSMUSG00000019054 Q9CQ92 152 MitoDomain 1 OrthologMitoHighConf NoHomolog 75-100crude chr5 136953274 136966234 14 16 462 8.90E+09 86 all 14 9.1 8.8 9.1 9.1 9.1 8.5 8.3 8.5 8.2 7.8 8.8 8.4 8.7 8.8 Mitochondria (Supported)
434437 275 Amt EG434437|GCVT aminomethyltransferase MitoCarta3.0 "targetP signal, yeast mito homolog, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Amino acid metabolism > Glycine cleavage system | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tpossible_mito 11.4209 0.016 1 "targetP signal, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000032607 Q8CFA2 403 2 SharedDomain NA HomologMitoLowConf NoHomolog 50-75pure chr9 108296921 108301597 8 21 79 2.09E+09 60 "cerebrum, brainstem, spinalcord, kidney, liver, largeintestine, stomach, placenta" 7.4 7.2 7 8.8 8.7 7.8 7.5 8.9 Mitochondria (Supported)
208194 9941 Exog AW557704|ENDO|ENG|ENGL-B|ENGL-a|Endogl1|Endogl2|Engl|Engla|Englb "endo/exonuclease (5'-3'), endonuclease G-like" MitoCarta3.0 "APEX_IMS, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" MIM Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtDNA maintainance > mtDNA repair | Mitochondrial central dogma > mtDNA maintainance > mtDNA stability and decay Tmito 11.4209 0.016 1 "APEX_IMS, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000042787 Q8C163 392 2 SharedDomain 4 HomologMitoLowConf NoHomolog 50-75pure chr9 119444922 119465518 7 23 113 1.66E+09 63 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, placenta" 8.7 8.4 8.4 8.7 7.4 7.5 8.1 Mitochondria (Supported)
246221 4357 Mpst Mst mercaptopyruvate sulfurtransferase MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" MIM Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Sulfur metabolism Tmito 11.3783 0.016 1 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" ENSMUSG00000071711 Q3UW66 297 4 SharedDomain 5 NoMitoHomolog NoHomolog 75-100pure chr15 78406711 78414015 13 22 431 2.40E+10 77 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.6 8.5 8.8 9.2 9.5 8.3 9.3 9 10 8.3 9.1 9.2 Mitochondria (Approved)
103711 55163 Pnpo AI415282 pyridoxine 5'-phosphate oxidase MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog++, coexpression, MS/MS" Matrix Metabolism > Vitamin metabolism > Vitamin B6 metabolism Tmito 11.3776 0.016 1 "APEX_matrix, targetP signal, yeast mito homolog++, coexpression, MS/MS" ENSMUSG00000018659 Q91XF0 261 3 NonMitoDomain 16 OrthologMitoHighConf NoHomolog 0-25pure chr11 96937815 96944019 2 5 14 2.06E+08 19 "brainstem, liver" 8 8 Cytosol;Nucleoplasm (Enhanced)
234384 84769 Mpv17l2 Fksg2|Fksg24 MPV17 mitochondrial membrane protein-like 2 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog+, mito protein domain, coexpression" MIM Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 11.3257 0.015 1 "GFP, targetP signal, yeast mito homolog+, mito protein domain, coexpression" ENSMUSG00000035559 Q8VIK2 200 3 SharedDomain 13 OrthologMitoLowConf NoHomolog 0-25ambig chr8 70758648 70760921 2 4 6 2.88E+07 23 "largeintestine, placenta" 7.2 7.1
67391 65991 Fundc2 4833415N24Rik|DC44|HCBP|HCBP6 FUN14 domain containing 2 MitoCarta3.0 "mito protein domain+, MS/MS++" MOM Mitochondrial dynamics and surveillance > Organelle contact sites | Signaling Tpossible_mito 11.3009 0.015 1 "mito protein domain+, MS/MS++" ENSMUSG00000031198 Q9D6K8 151 MitoDomain 0 0.27 NoMitoHomolog NoHomolog 75-100pure chrX 75382398 75397158 12 14 246 4.99E+09 77 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.5 8.5 8.7 8.5 9.1 8.4 8.9 8.8 8.3 7.7 8.5 8.2
67681 29074 Mrpl18 1010001C05Rik|C79879|HSPC0|HSPC071|MRP-|MRP-L18 mitochondrial ribosomal protein L18 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 11.2343 0.015 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, coexpression, MS/MS" ENSMUSG00000057388 Q9CQL5 180 4 NA 26 NoMitoHomolog Ortholog 25-50ambig chr17 12911354 12916091 14 8 106 1.89E+09 36 all 14 8.3 8 8.3 7.6 8.1 8.1 7.6 7.3 8.2 7.9 8.7 7.6 8.2 8.1
67942 517 Atp5g2 1810041M08Rik|Atp5mc2 "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit C2 (subunit 9)" MitoCarta3.0 "literature, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 11.1957 0.015 1 "literature, targetP signal+, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000062683 P56383 146 1 SharedDomain NA OrthologMitoLowConf Homolog chr15 102662867 102671047
75422 29081 Mettl5 2810410A08Rik methyltransferase like 5 MitoCarta3.0 "Rickettsial homolog, mito protein domain+, induction, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tnon_mito 11.1634 0.016 1 "Rickettsial homolog, mito protein domain+, induction, coexpression" ENSMUSG00000051730 Q8K1A0 209 MitoDomain 8 1.01 NoMitoHomolog Ortholog chr2 69871194 69885604 Nucleoli (Approved)
208638 54977 Slc25a38 AV019094|BC010801|a|appoptosin "solute carrier family 25, member 38" MitoCarta3.0 "yeast mito homolog++, mito protein domain+, coexpression" MIM Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Vitamin metabolism > Folate and 1-C metabolism | Small molecule transport > SLC25A family Tpossible_mito 11.1298 0.017 1 "yeast mito homolog++, mito protein domain+, coexpression" ENSMUSG00000032519 Q91XD8 326 MitoDomain 5 OrthologMitoHighConf NoHomolog chr9 120110398 120124319
192287 55186 Slc25a36 C330005L02Rik "solute carrier family 25, member 36" MitoCarta3.0 "GFP, yeast mito homolog+, mito protein domain+, coexpression" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Small molecule transport > SLC25A family Tmito 11.1181 0.018 1 "GFP, yeast mito homolog+, mito protein domain+, coexpression" ENSMUSG00000032449 Q922G0 311 MitoDomain 8 OrthologMitoLowConf NoHomolog 0-25ambig chr9 97077010 97111041 4 8 17 2.86E+08 22 "brainstem, spinalcord, placenta, testis" 7.6 7.7 7.5 8.2 Cytosol;Mitochondria (Approved)
215201 79979 Trmt2b 4732479N06Rik TRM2 tRNA methyltransferase 2B MitoCarta3.0 "GFP, targetP signal, mito protein domain+, induction, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tmito 11.1109 0.018 1 "GFP, targetP signal, mito protein domain+, induction, coexpression" ENSMUSG00000067369 Q8BQJ6 493 3 MitoDomain 14 0.5 NoMitoHomolog NoHomolog chrX 134222954 134276984 Nucleoplasm (Approved)
268860 18 Abat 9630038C02Rik|AI255750|GABA|Gabaat|Gabat|Gm9851|I54|Laibat|X61497 4-aminobutyrate aminotransferase MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > GABA metabolism | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 11.1028 0.018 1 "literature, APEX_matrix, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000057880 P61922 500 2 SharedDomain 2 NoMitoHomolog NoHomolog 75-100pure chr16 8513428 8621567 13 46 1794 1.12E+11 90 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 10.1 9.9 10.3 10.3 10.2 9.8 7.1 9.4 9.8 9.5 8.1 9.9 10.1 Mitochondria (Supported)
214579 7915 Aldh5a1 6330403E24Rik|Ahd-1|Ahd1|D630032B01Rik|SS|SSADH|Ssdh1 "aldhehyde dehydrogenase family 5, subfamily A1" MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > GABA metabolism Tmito 11.1028 0.018 1 "APEX_matrix, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000035936 Q8BWF0 523 2 SharedDomain 3 NoMitoHomolog NoHomolog 75-100pure chr13 24907578 24937661 14 40 709 3.06E+10 76 all 14 9.7 9 9.7 9.7 9.7 9.4 8.8 8 9.3 9.3 8.7 8.7 9 8.4 Mitochondria (Supported)
14719 2806 Got2 AL022787|FABP|FABP-pm|Got-2|Kyat|Kyat4|mA|mAspAT "glutamatic-oxaloacetic transaminase 2, mitochondrial" MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain, MS/MS++" MIM Metabolism > Carbohydrate metabolism > Malate-aspartate shuttle | Metabolism > Amino acid metabolism > Glutamate metabolism | Metabolism > Amino acid metabolism > Glyoxylate metabolism | Metabolism > Amino acid metabolism > Kynurenine metabolism | Metabolism > Sulfur metabolism Tmito 11.1028 0.018 1 "literature, APEX_IMS, APEX_matrix, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000031672 P05202 430 2 SharedDomain NA NoMitoHomolog NoHomolog 75-100pure chr8 95864136 95888365 14 43 3958 4.79E+11 80 all 14 10.7 10.3 10.5 10.6 10.6 10.8 10.9 10.4 9.9 10.4 10 10.6 10.6 9.7
12716 548596 Ckmt1 Mt-CK|ScCKmit|U-MtCK|UbCKmi|UbCKmit|mi-C|mi-CK|mia-CK "creatine kinase, mitochondrial 1, ubiquitous" MitoCarta3.0 "literature, targetP signal, mito protein domain, MS/MS++" MIM Metabolism > Nucleotide metabolism > Creatine metabolism Tmito 11.1028 0.018 1 "literature, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000000308 P30275 418 2 SharedDomain 1 NoMitoHomolog NoHomolog 75-100pure chr2 121358640 121363737 12 40 3181 3.67E+11 79 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 10.5 10.1 10.4 10.6 8.9 10.1 9.6 8.9 11.1 10.8 10.6 9.4
70359 84705 Gtpbp3 2410009F13Rik|AI607903|Gtpb GTP binding protein 3 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 11.0849 0.018 1 "literature, APEX_matrix, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000007610 Q923K4 492 4 SharedDomain 4 OrthologMitoLowConf Ortholog 0-25ambig chr8 71488102 71493400 1 2 4 2.49E+07 8 largeintestine 7.4 Mitochondria (Supported)
64384 23410 Sirt3 2310003L23Rik|AI848213|Si|Sir2l3 sirtuin 3 MitoCarta3.0 "literature, APEX_matrix, mito protein domain, induction, coexpression, MS/MS+" Matrix Metabolism > Metals and cofactors > NAD biosynthesis and metabolism | Signaling Tmito 11.078 0.018 1 "literature, APEX_matrix, mito protein domain, induction, coexpression, MS/MS+" ENSMUSG00000025486 Q8R104 334 SharedDomain 18 1.81 NoMitoHomolog NoHomolog 25-50pure chr7 140863662 140882309 13 11 80 7.76E+08 38 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.5 7.7 8.1 8 8.4 7.9 7.1 6.9 7.4 7.1 7 6.7
77422 401207 C330018D20Rik AU018666 RIKEN cDNA C330018D20 gene MitoCarta3.0 "targetP signal, coexpression+, MS/MS" Matrix 0 Tpossible_mito 11.0732 0.018 1 "targetP signal, coexpression+, MS/MS" ENSMUSG00000024592 Q9CWB7 115 2 NA 38 NoMitoHomolog NoHomolog 50-75ambig chr18 56955830 56975379 9 6 23 1.66E+08 60 "cerebrum, cerebellum, spinalcord, liver, heart, skeletalmuscle, adipose, placenta, testis" 7.2 7.3 7.2 7.2 7 7.1 7.5 7.2 7.4 Mitochondria (Approved)
381038 55486 Parl D16Ertd607|D16Ertd607e|P|PRO2|PRO2207|PS|PSARL1|PSENIP2|Psarl "presenilin associated, rhomboid-like" MitoCarta3.0 "literature, targetP signal, yeast mito homolog++, mito protein domain, MS/MS" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases | Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy" Tmito 11.048 0.018 1 "literature, targetP signal, yeast mito homolog++, mito protein domain, MS/MS" ENSMUSG00000033918 Q5XJY4 377 4 SharedDomain NA OrthologMitoHighConf NoHomolog 25-50ambig chr16 20279820 20302362 13 14 138 8.64E+08 34 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7.1 6.5 7.1 7.4 8 6.3 7.6 8.2 8.4 7.9 7.9 7.9 Mitochondria (Approved)
14533 2647 Bloc1s1 AI839753|BL|BLOS1|Gcn5|Gcn5l1 "biogenesis of lysosomal organelles complex-1, subunit 1" MitoCarta3.0 "mito protein domain, coexpression++, MS/MS" unknown Signaling Tpossible_mito 10.9504 0.019 1 "mito protein domain, coexpression++, MS/MS" ENSMUSG00000090247 O55102 125 SharedDomain 40 NoMitoHomolog NoHomolog 50-75ambig chr10 128919913 128923524 2 4 10 8.10E+07 54 "placenta, testis" 7.5 7.7
75483 341947 Cox8c 1700007F21Rik|COX8-|COX8-3|COXV|COXVIII-3 cytochrome c oxidase subunit 8C MitoCarta3.0 "literature, targetP signal, mito protein domain+, MS/MS" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 10.9417 0.019 1 "literature, targetP signal, mito protein domain+, MS/MS" ENSMUSG00000043319 A6H666 72 2 MitoDomain 2 NoMitoHomolog NoHomolog 50-75ambig chr12 102899305 102900534 1 3 5 6.13E+06 63 testis 6.8
104112 47 Acly A730098H14Rik|AW538652 ATP citrate lyase MitoCarta3.0 "APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" Matrix Metabolism > Carbohydrate metabolism > TCA-associated Tmito 10.8771 0.019 1 "APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000020917 Q91V92 1101 SharedDomain 10 OrthologMitoLowConf Homolog 25-50crude chr11 100476351 100528000 11 46 277 3.29E+09 42 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, largeintestine, stomach, placenta, testis" 8.3 8.3 9.3 8 8.4 8.1 8.5 7.5 7.3 7.4 8.1 Cytosol;Plasma membrane (Supported)
94282 94097 Sfxn5 C230001H08Rik sideroflexin 5 MitoCarta3.0 "literature, yeast mito homolog, mito protein domain+, MS/MS++" MIM Metabolism > Carbohydrate metabolism > TCA-associated | Small molecule transport > Sideroflexins Tmito 10.8709 0.019 1 "literature, yeast mito homolog, mito protein domain+, MS/MS++" ENSMUSG00000033720 Q925N0 342 MitoDomain 2 HomologMitoLowConf NoHomolog 50-75pure chr6 85213050 85333422 8 23 367 2.23E+10 70 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, largeintestine" 9.7 9.5 10 9.5 8.7 8.5 8.6 8 Mitochondria;Nucleoplasm (Approved)
319653 55972 Slc25a40 B230315F11Rik "solute carrier family 25, member 40" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS" MIM Small molecule transport > SLC25A family Tmito 10.8401 0.019 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000054099 Q8BGP6 337 MitoDomain 1 OrthologMitoLowConf NoHomolog 25-50ambig chr5 8422837 8454839 9 10 36 6.61E+08 34 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, stomach, placenta, testis" 7.6 7.8 8.4 7.4 7.2 7.6 7.2 7.6 8.3
74011 9481 Slc25a27 3632410G24Rik|9430092A03Rik|D530043E16Rik|Ucp|Ucp4 "solute carrier family 25, member 27" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS" MIM Small molecule transport > SLC25A family Tmito 10.8401 0.019 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000023912 Q9D6D0 322 MitoDomain 1 OrthologMitoLowConf NoHomolog 25-50ambig chr17 43641899 43667015 4 12 36 6.15E+08 40 "cerebrum, cerebellum, brainstem, spinalcord" 8.6 8 7.5 8 Mitochondria (Supported)
66972 79085 Slc25a23 2310067G05Rik|SCaMC|SCaMC-3 "solute carrier family 25 (mitochondrial carrier; phosphate carrier), member 23" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > SLC25A family Tmito 10.8401 0.019 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000046329 Q6GQS1 467 MitoDomain 1 OrthologMitoLowConf NoHomolog 25-50ambig chr17 57043710 57059863 9 15 47 8.97E+08 37 "cerebrum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta" 8.5 7.4 6.6 7.5 8.1 6.8 8.4 6.5 8.3 Mitochondria (Supported)
22229 7352 Ucp3 AI645527|Slc2|Slc25a9|UCP-|UCP-3 "uncoupling protein 3 (mitochondrial, proton carrier)" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+, MS/MS" MIM Small molecule transport > SLC25A family Tmito 10.8401 0.019 1 "literature, yeast mito homolog+, mito protein domain+, MS/MS" ENSMUSG00000032942 P56501 308 MitoDomain 1 OrthologMitoLowConf NoHomolog 25-50ambig chr7 100472990 100486432 4 10 41 2.95E+08 35 "spinalcord, heart, skeletalmuscle, adipose" 7.6 7.8 7.7 8.2 Nucleoplasm (Approved)
64704 27429 Htra2 AI481710|Htr|O|Omi|Pr|Prss25|mnd|mnd2 HtrA serine peptidase 2 MitoCarta3.0 "literature, APEX_IMS, targetP signal, Rickettsial homolog, mito protein domain, MS/MS+" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases | Mitochondrial dynamics and surveillance > Apoptosis" Tmito 10.8308 0.019 1 "literature, APEX_IMS, targetP signal, Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000068329 Q9JIY5 458 2 SharedDomain 4 -0.37 NoMitoHomolog Homolog 25-50pure chr6 83051266 83054571 13 16 163 5.46E+09 41 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8.4 9 8 8.8 8.3 8.2 8.9 8.3 8.4 7.5 9.1 8.8 Mitochondria (Supported)
68646 133686 Nadk2 MNA|MNADK|Nadk|Nadkd1 "NAD kinase 2, mitochondrial" MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 10.7614 0.02 1 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS++" ENSMUSG00000022253 Q8C5H8 452 3 SharedDomain 5 NoMitoHomolog NoHomolog 50-75pure chr15 9071259 9110496 13 32 209 6.47E+09 74 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.6 7.9 8.6 8.8 9 9.3 7.3 7.9 8.9 8.1 7.8 8.3 8.8
17711 4519 mt-Cytb - cytochrome b MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain" MIM OXPHOS > Complex III > CIII subunits | Metabolism > Metals and cofactors > Heme-containing proteins | Metabolism > Electron carriers > Cytochromes | OXPHOS > OXPHOS subunits Tmito 10.7606 0.02 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain" ENSMUSG00000064370 P00158 381 SharedDomain NA OrthologMitoHighConf Ortholog 0-25ambig chrM 14144 15288 14 6 577 1.72E+10 14 all 14 9 9 9.3 8.6 9.5 9 9.5 9 8.9 9.2 8.9 9 8.7 8.4 Mitochondria (Approved)
66170 84269 Chchd5 1110027L01Rik|AW045710 coiled-coil-helix-coiled-coil-helix domain containing 5 MitoCarta3.0 "APEX_IMS, yeast mito homolog++, coexpression, MS/MS" IMS 0 Tmito 10.7084 0.02 1 "APEX_IMS, yeast mito homolog++, coexpression, MS/MS" ENSMUSG00000037938 Q9CQP3 110 NA 5 OrthologMitoHighConf NoHomolog 50-75ambig chr2 129129699 129134111 3 6 31 5.40E+08 62 "adipose, placenta, testis" 7.7 8.4 8.4 Mitochondria (Supported)
57312 10240 Mrps31 1500002D03Rik|AA960481|Imoge|Imogen38|Imogen44 mitochondrial ribosomal protein S31 MitoCarta3.0 "literature, APEX_matrix, targetP signal, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 10.6895 0.02 1 "literature, APEX_matrix, targetP signal, induction, coexpression, MS/MS" ENSMUSG00000031533 Q61733 384 3 NA 18 0.96 NoMitoHomolog NoHomolog 50-75ambig chr8 22411339 22429665 14 19 106 1.99E+09 55 all 14 7.8 7.1 7.2 8.1 8.4 8 7.8 7.6 8.2 7.5 8.8 8.3 8.3 7.9 Mitochondria (Supported)
54405 4694 Ndufa1 1810049F12Rik|MWFE NADH:ubiquinone oxidoreductase subunit A1 MitoCarta3.0 "literature, coexpression+, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 10.6843 0.02 1 "literature, coexpression+, MS/MS++" ENSMUSG00000016427 O35683 70 NA 33 NoMitoHomolog NoHomolog 75-100pure chrX 37187588 37191238 14 13 129 6.83E+09 94 all 14 9.2 8.7 9.1 8.2 8.9 8.6 8.7 7.8 8.4 8.5 8.2 8.5 8.4 8.3 Mitochondria (Supported)
67432 112817 Hoga1 0610010D20Rik|Dhd|Dhdpsl|N|Npl2 4-hydroxy-2-oxoglutarate aldolase 1 MitoCarta3.0 "GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Amino acid metabolism > Glyoxylate metabolism Tmito 10.6611 0.02 1 "GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000025176 Q9DCU9 321 4 SharedDomain 11 NoMitoHomolog Homolog 50-75ambig chr19 42045850 42070939 6 21 117 1.55E+10 54 "kidney, liver, adipose, largeintestine, placenta, testis" 10 9.7 7.2 7.7 8 8.4
11671 224 Aldh3a2 AI194803|Ahd|Ahd-|Ahd-3|Ahd-3r|Ahd3|Ahd3-r|Ald|Aldh|Aldh4|Aldh4-r|FAL|FALDH "aldehyde dehydrogenase family 3, subfamily A2" MitoCarta3.0 "targetP signal+, yeast mito homolog, mito protein domain, coexpression" Membrane Metabolism > Detoxification > ROS and glutathione metabolism Tpossible_mito 10.5808 0.02 1 "targetP signal+, yeast mito homolog, mito protein domain, coexpression" ENSMUSG00000010025 P47740 484 1 SharedDomain 8 -0.34 HomologMitoLowConf NoHomolog 50-75crude chr11 61244754 61267127 8 26 154 6.63E+09 55 "spinalcord, kidney, liver, smallintestine, largeintestine, stomach, placenta, testis" 7.3 8.9 9.5 9.2 7.9 7.3 9 7.4
66449 51025 Pam16 2010110I09Rik|AV006767|CGI-13|CGI-136|Mag|Magmas|Tim1|Tim16|Timm16 presequence translocase-asssociated motor 16 homolog (S. cerevisiae) MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Import motor" Tmito 10.5538 0.02 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, MS/MS++" ENSMUSG00000014301 Q9CQV1 125 4 NA NA HomologMitoHighConf NoHomolog 75-100pure chr16 4616465 4624946 14 14 230 6.35E+09 87 all 14 8.7 8.6 8.7 8.6 8.8 8.6 7.8 7.9 8.6 8.2 8.5 7.9 8.9 9.2 Mitochondria;Nucleoplasm (Approved)
68512 401505 Tomm5 1110019J04Rik|Tom5 translocase of outer mitochondrial membrane 5 MitoCarta3.0 "literature, mito protein domain+, MS/MS++" MOM "Protein import, sorting and homeostasis > Protein import and sorting > TOM" Tmito 10.5528 0.02 1 "literature, mito protein domain+, MS/MS++" ENSMUSG00000078713 B1AXP6 61 MitoDomain NA NoMitoHomolog NoHomolog 75-100pure chr4 45105209 45108113 13 12 192 3.58E+09 88 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.6 8 7.3 8.5 8.4 7 8.4 8.2 6.6 8.2 8.5 9 Mitochondria (Supported)
68194 4710 Ndufb4 0610006N12Rik|1300010H20Rik NADH:ubiquinone oxidoreductase subunit B4 MitoCarta3.0 "literature, mito protein domain+, MS/MS++" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 10.5528 0.02 1 "literature, mito protein domain+, MS/MS++" ENSMUSG00000022820 Q9CQC7 129 MitoDomain NA NoMitoHomolog NoHomolog 75-100pure chr16 37647601 37654368 14 17 529 9.88E+10 90 all 14 9.9 9.8 10.1 9.9 10.3 9.7 9.8 9.3 9.6 9.8 9.9 9.8 9.7 9.6 Mitochondria (Supported)
66488 84908 Fam136a 2010309E21Rik|AW124904|Hyccin "family with sequence similarity 136, member A" MitoCarta3.0 "APEX_IMS, mito protein domain+, MS/MS++" IMS 0 Tmito 10.5528 0.02 1 "APEX_IMS, mito protein domain+, MS/MS++" ENSMUSG00000057497 Q9CR98 138 MitoDomain NA NoMitoHomolog NoHomolog 75-100pure chr6 86365682 86370058 14 16 268 8.94E+09 90 all 14 9 8.8 9 8.4 8.6 8.9 6.3 7.7 8.7 9 8.6 8.2 9.3 8.8 Mitochondria (Approved)
93734 255027 Mpv17l M-|M-LP "Mpv17 transgene, kidney disease mutant-like" MitoCarta3.0 "yeast mito homolog+, mito protein domain, MS/MS++" MIM Small molecule transport Tpossible_mito 10.5227 0.02 1 "yeast mito homolog+, mito protein domain, MS/MS++" ENSMUSG00000022679 Q99MS3 194 SharedDomain 3 OrthologMitoLowConf NoHomolog 50-75pure chr16 13903160 13949619 6 11 89 5.97E+09 60 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver" 8.3 8.2 7.5 7.2 9.7 7.8 Vesicles (Supported)
14625 Gykl1 AI449806|Gk-r|Gk-rs1 glycerol kinase-like 1 MitoCarta3.0 "yeast mito homolog+, mito protein domain, MS/MS++" Membrane 0 Tnon_mito 10.5227 0.02 1 "yeast mito homolog+, mito protein domain, MS/MS++" ENSMUSG00000053624 Q8C635 549 SharedDomain 2 OrthologMitoLowConf NoHomolog 50-75pure chr18 52693678 52695593 8 22 149 1.01E+10 56 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, smallintestine, testis" 8.6 8 8.8 8.5 8.7 7.1 7.1 9.9
12895 1375 Cpt1b Cpt|Cpt1|Cpt1-m|Cpti|Cpti-m|M-CP|M-cpti "carnitine palmitoyltransferase 1b, muscle" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain, MS/MS++" MOM Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Metals and cofactors > Carnitine synthesis and transport | Metabolism > Metals and cofactors > Carnitine shuttle Tmito 10.5227 0.02 1 "literature, yeast mito homolog+, mito protein domain, MS/MS++" ENSMUSG00000078937 Q924X2 772 SharedDomain NA OrthologMitoLowConf NoHomolog 50-75pure chr15 89416404 89425862 13 49 814 3.30E+10 64 "cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 6.6 7.4 7.5 9 8.2 10.1 10.2 8.2 8.2 8.4 8.1 7.5 9.3
67861 57016 Akr1b10 2310005E10Rik|Akr1b16 "aldo-keto reductase family 1, member B10 (aldose reductase)" MitoCarta3.0 "induction, coexpression, MS/MS++" unknown Metabolism > Vitamin metabolism > Vitamin A metabolism | Metabolism > Detoxification > Xenobiotic metabolism Tpossible_mito 10.5009 0.021 1 "induction, coexpression, MS/MS++" ENSMUSG00000061758 G5E895 316 NonMitoDomain 23 1.32 NoMitoHomolog NoHomolog 75-100pure chr6 34384246 34396949 12 20 313 1.04E+10 79 "cerebrum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8.9 9.1 9.1 9.2 8.2 9.4 8.5 8.3 7.8 9.3 8.8 Cytosol (Supported)
83885 Slc25a2 Or|Ornt2 "solute carrier family 25 (mitochondrial carrier, ornithine transporter) member 2" MitoCarta3.0 "literature, yeast mito homolog++, mito protein domain+" MIM Metabolism > Amino acid metabolism > Urea cycle | Small molecule transport > SLC25A family Tmito 10.5005 0.021 1 "literature, yeast mito homolog++, mito protein domain+" ENSMUSG00000050304 Q99ML6 265 MitoDomain 2 OrthologMitoHighConf NoHomolog 0-25ambig chr18 37637377 37638723 1 2 2 1.35E+07 16 testis 7.1
67062 401612 Slc25a53 2310046F18Rik|2810402A17Rik|AI448995|AI841128|Mcar|Mcart6 "solute carrier family 25, member 53" MitoCarta3.0 "yeast mito homolog++, mito protein domain+" MIM Small molecule transport > SLC25A family Tnon_mito 10.5005 0.021 1 "yeast mito homolog++, mito protein domain+" ENSMUSG00000044348 A2AF28 346 MitoDomain 0 OrthologMitoHighConf NoHomolog 0-25ambig chrX 136981115 137038302 1 2 2 1.10E+07 6 testis 7
403187 80207 Opa3 D630048P19Rik|Gm1425|Gm472 optic atrophy 3 MitoCarta3.0 "literature, targetP signal, coexpression, MS/MS++" MOM 0 Tmito 10.4943 0.021 1 "literature, targetP signal, coexpression, MS/MS++" ENSMUSG00000052214 Q505D7 179 3 NA 17 NoMitoHomolog NoHomolog 50-75pure chr7 19228388 19246817 14 13 344 1.31E+10 68 all 14 9.3 9.1 9.4 9 9.1 8.9 8.5 7.9 8.8 8.7 9.2 8.5 8.9 7.9 Cytosol (Approved)
68636 81889 Fahd1 1110025H10Rik|AV002085 fumarylacetoacetate hydrolase domain containing 1 MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Carbohydrate metabolism > TCA-associated Tmito 10.475 0.021 1 "literature, APEX_matrix, yeast mito homolog, mito protein domain, coexpression, MS/MS++" ENSMUSG00000045316 Q8R0F8 227 SharedDomain 9 HomologMitoLowConf NoHomolog 75-100pure chr17 24848895 24850302 14 20 450 1.92E+10 90 all 14 9.2 9.1 9.2 8.9 9.8 9.4 8.8 8 8 9.4 9 8.4 8.4 8.4 Mitochondria (Enhanced)
59038 11264 Pxmp4 3010018P03Rik|Pmp24 peroxisomal membrane protein 4 MitoCarta3.0 "targetP signal, mito protein domain+, coexpression" unknown 0 Tnon_mito 10.3869 0.021 1 "targetP signal, mito protein domain+, coexpression" ENSMUSG00000000876 Q9JJW0 212 2 MitoDomain 9 NoMitoHomolog NoHomolog 25-50crude chr2 154587043 154603673 3 10 30 5.24E+08 39 "kidney, liver, adipose" 8.5 8.3 7.3 Peroxisomes (Approved)
65102 60491 Nif3l1 1110030G24Rik Ngg1 interacting factor 3-like 1 (S. pombe) MitoCarta3.0 "APEX_matrix, targetP signal, yeast mito homolog, coexpression, MS/MS+" Matrix 0 Tmito 10.3669 0.022 1 "APEX_matrix, targetP signal, yeast mito homolog, coexpression, MS/MS+" ENSMUSG00000026036 Q9EQ80 376 2 NonMitoDomain 9 -0.55 HomologMitoHighConf NoHomolog 25-50pure chr1 58447632 58462276 9 15 69 1.06E+09 46 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, placenta, testis" 8.1 8 8.5 7.7 7.2 8.1 7.5 8.4 7.9 Vesicles (Approved)
231413 2926 Grsf1 BB232551|C80280|D5Wsu31|D5Wsu31e G-rich RNA sequence binding factor 1 MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 10.3128 0.022 1 "APEX_matrix, targetP signal, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000044221 Q8C5Q4 479 4 SharedDomain 12 1.26 NoMitoHomolog NoHomolog 25-50ambig chr5 88659232 88676171 6 8 29 4.18E+08 33 "adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.3 7.8 7.5 8.3 7.7 Mitochondria (Enhanced)
107227 28992 Macrod1 AI604841|AW743046|D930010J01Rik|Lrp16 mono-ADP ribosylhydrolase 1 MitoCarta3.0 "APEX_matrix, targetP signal, coexpression, MS/MS++" Matrix Signaling Tmito 10.2705 0.022 1 "APEX_matrix, targetP signal, coexpression, MS/MS++" ENSMUSG00000036278 Q922B1 323 2 NonMitoDomain 10 0.49 NoMitoHomolog NoHomolog 50-75pure chr19 7056767 7198062 13 20 282 8.90E+09 59 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.1 8.9 9.3 8.8 8.6 9.3 8.4 8.8 7.9 8.2 8.5 8 8.3 Nucleoplasm (Supported)
217149 284106 Cisd3 Mel-13|Mel1|Mel13 CDGSH iron sulfur domain 3 MitoCarta3.0 "APEX_matrix, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 10.2271 0.022 1 "APEX_matrix, mito protein domain, coexpression, MS/MS++" ENSMUSG00000078695 B1AR13 137 5 SharedDomain 12 NoMitoHomolog NoHomolog 50-75pure chr11 97685951 97688625 14 13 303 9.81E+09 69 all 14 8.5 8 8.7 8.4 9.1 8.9 8.5 7.9 8.9 9.2 9.4 7.9 8.9 8.1
74080 349565 Nmnat3 4933408N02Rik|PN|PNAT3 nicotinamide nucleotide adenylyltransferase 3 MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 10.2271 0.022 1 "literature, mito protein domain, coexpression, MS/MS++" ENSMUSG00000032456 Q99JR6 245 5 SharedDomain 12 NoMitoHomolog NoHomolog 50-75pure chr9 98296582 98411428 13 16 87 1.06E+09 73 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, placenta, testis" 8.2 8.1 8 7.4 7.5 7.5 8.3 7.7 7.8 7.2 7.5 7.7 8.3 Mitochondria (Supported)
66387 254552 Nudt8 2310039H17Rik nudix (nucleoside diphosphate linked moiety X)-type motif 8 MitoCarta3.0 "APEX_matrix, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Coenzyme A metabolism Tmito 10.2271 0.022 1 "APEX_matrix, mito protein domain, coexpression, MS/MS++" ENSMUSG00000024869 Q9CR24 210 5 SharedDomain 12 NoMitoHomolog NoHomolog 50-75pure chr19 4000579 4002102 13 10 93 1.55E+09 58 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.4 7.5 7.6 7.2 8.7 8.2 8.5 7.3 8.4 8 7.7 7.9 7.5 Nucleoli (Approved)
12359 847 Cat 2210418N07|Ca|Cas|Cas-1|Cas1|Cs-|Cs-1 catalase MitoCarta3.0 "yeast mito homolog++, mito protein domain, coexpression" IMS Metabolism > Detoxification > ROS and glutathione metabolism Tpossible_mito 10.2087 0.022 1 "yeast mito homolog++, mito protein domain, coexpression" ENSMUSG00000027187 P24270 527 SharedDomain 8 -1.25 OrthologMitoHighConf NoHomolog 75-100crude chr2 103453903 103485153 10 53 1147 1.23E+11 90 "spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 10.6 10.9 6.8 9.8 7.9 6.7 6.6 7.8 8.6 Vesicles (Enhanced)
67713 131118 Dnajc19 1810055D05Rik|AA959924|Tim14 DnaJ heat shock protein family (Hsp40) member C19 MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" MIM "Protein import, sorting and homeostasis > Protein import and sorting > Import motor" Tmito 10.1817 0.022 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000027679 Q9CQV7 157 4 SharedDomain NA HomologMitoLowConf NoHomolog 75-100pure chr3 34057279 34081354 14 14 351 4.19E+09 93 all 14 8.5 8.2 8.5 8.2 8.8 8.6 7.5 7.6 8.7 8.6 8.6 8 8.7 8.6
68626 60528 Elac2 1110017O07Rik|D11Wsu80|D11Wsu80e|Hpc2 elaC ribonuclease Z 2 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing Tmito 10.1422 0.022 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000020549 Q80Y81 831 3 SharedDomain 4 HomologMitoLowConf Ortholog 25-50ambig chr11 64979034 65002076 5 22 35 2.67E+08 38 "cerebellum, skeletalmuscle, adipose, largeintestine, stomach" 7.6 6.8 7.6 8.3 5.3 Nucleoplasm (Enhanced)
192136 79783 Sugct 5033411D12Rik|D17907 succinyl-CoA glutarate-CoA transferase MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS+" Matrix Metabolism > Amino acid metabolism Tmito 10.1302 0.022 1 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS+" ENSMUSG00000055137 Q7TNE1 436 2 SharedDomain 7 NoMitoHomolog NoHomolog 25-50pure chr13 16857474 17694765 3 12 34 1.61E+09 42 "kidney, liver, testis" 9.1 8.4 7.4
66847 135114 Hint3 0610010I17Rik|AV009015|HIN|HINT-3|HINT-4|HINT4 histidine triad nucleotide binding protein 3 MitoCarta3.0 "Rickettsial homolog, mito protein domain, induction, coexpression+" unknown 0 Tpossible_mito 10.1165 0.022 1 "Rickettsial homolog, mito protein domain, induction, coexpression+" ENSMUSG00000019791 Q9CPS6 165 SharedDomain 36 0.62 NoMitoHomolog Homolog 0-25ambig chr10 30608206 30618366 3 3 8 1.10E+08 19 "brainstem, heart, skeletalmuscle" 8 7.1 6.8 Mitochondria;Nucleoli (Approved)
85305 3735 Kars AA589550|AL024334|AL033315|AL033367|D8Ertd698|D8Ertd698e|D8Wsu108|D8Wsu108e|Kars1|L|LysRS|mKIAA0070 lysyl-tRNA synthetase MitoCarta3.0 "literature, GFP, targetP signal+, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 10.0889 0.022 1 "literature, GFP, targetP signal+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000031948 Q99MN1 624 1 SharedDomain 5 NoMitoHomolog Homolog 0-25ambig chr8 111993438 112011354 10 16 56 4.53E+08 23 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.2 7 7.2 7.5 7.2 7.4 7.9 6.6 7.4 7.8 Cytosol (Supported)
246738 54943 Dnajc28 BC020175|ORF28 DnaJ heat shock protein family (Hsp40) member C28 MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, coexpression+" unknown 0 Tnon_mito 10.0805 0.022 1 "targetP signal, Rickettsial homolog, mito protein domain, coexpression+" ENSMUSG00000039763 Q8VCE1 409 3 SharedDomain 32 NoMitoHomolog Homolog 0-25ambig chr16 91614256 91618999 1 2 2 8.27E+06 6 stomach 6.9
66427 80777 Cyb5b 1810044O22Rik|AU015618|Cyb5m cytochrome b5 type B MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS++" MOM Metabolism > Metals and cofactors > Heme-containing proteins | Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Detoxification > Amidoxime reducing complex | Metabolism > Electron carriers > Cytochromes Tmito 10.0442 0.023 1 "literature, mito protein domain, coexpression, MS/MS++" ENSMUSG00000031924 Q9CQX2 146 SharedDomain 16 NoMitoHomolog NoHomolog 75-100pure chr8 107150660 107187470 14 16 737 1.01E+11 98 all 14 9.8 9.6 9.8 9.5 10.3 10 8.6 8.8 10 10.1 10.1 9.6 9.6 9.8 Endoplasmic reticulum (Approved)
66401 318 Nudt2 2310051L06Rik|AA939917|AP|APAH1 nudix (nucleoside diphosphate linked moiety X)-type motif 2 MitoCarta3.0 "mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tpossible_mito 10.0442 0.023 1 "mito protein domain, coexpression, MS/MS++" ENSMUSG00000028443 P56380 147 SharedDomain 17 NoMitoHomolog NoHomolog 75-100pure chr4 41465147 41480926 14 10 132 1.29E+09 86 all 14 8.3 8 8.6 8 7.8 7.4 7.9 6.9 7.8 6.9 7.7 7.3 7.9 8 Nucleoplasm (Enhanced)
16922 5264 Phyh AI256161|AI265699|L|Lnap1|PAHX phytanoyl-CoA hydroxylase MitoCarta3.0 "targetP signal, induction, MS/MS++" Matrix Metabolism > Lipid metabolism Tpossible_mito 10.0152 0.023 1 "targetP signal, induction, MS/MS++" ENSMUSG00000026664 O35386 338 2 NonMitoDomain 1 3.1 NoMitoHomolog NoHomolog 50-75pure chr2 4918995 4938743 3 21 78 1.78E+09 58 "kidney, liver, smallintestine" 7.7 9.2 6.1
14923 2987 Guk1 AA409738|AL033299|AL033300|AV026611|Gmk|Guk-1 guanylate kinase 1 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, induction, coexpression, MS/MS" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 9.9457 0.023 1 "APEX_matrix, targetP signal, Rickettsial homolog, induction, coexpression, MS/MS" ENSMUSG00000020444 Q64520 219 4 NonMitoDomain 17 0.99 NoMitoHomolog Homolog 50-75ambig chr11 59183854 59191952 7 14 95 6.91E+08 61 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, stomach" 8.5 8.2 8.2 7.7 7.3 7.4 7.2 Cytosol;Nucleoplasm (Uncertain)
110959 390916 Nudt19 D7R|D7Rp|D7Rp2|D7Rp2-r|D7Rp2-s|D7Rp2e|RP|RP2-r|RP2-s nudix (nucleoside diphosphate linked moiety X)-type motif 19 MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain, induction" Matrix Metabolism > Metals and cofactors > Coenzyme A metabolism Tmito 9.8947 0.024 1 "APEX_matrix, targetP signal+, mito protein domain, induction" ENSMUSG00000034875 P11930 357 1 SharedDomain 3 3.43 NoMitoHomolog NoHomolog 50-75crude chr7 35547184 35555928 4 25 125 3.18E+10 74 "kidney, liver, largeintestine, placenta" 10.5 8.2 7.7 6.9 Cytosol;Nucleoli;Nucleoplasm (Uncertain)
17710 4514 mt-Co3 - cytochrome c oxidase subunit III MitoCarta3.0 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits Tmito 9.8465 0.024 1 "literature, yeast mito homolog++, Rickettsial homolog, mito protein domain" ENSMUSG00000064358 P00416 261 SharedDomain NA OrthologMitoHighConf Ortholog 0-25crude chrM 8606 9390 14 2 377 1.43E+10 8 all 14 9 9 9.2 8.1 9.4 8.8 9.1 9.1 8.5 9.1 8.9 9.2 8.6 8.9
67270 28977 Mrpl42 2700009F22Rik|2900055D03Rik|D10Ertd322|D10Ertd322e|HSPC2|HSPC204|L31mt|L42mt|MRP-|MRP-L31|MRP-L42|MRP-S32|PTD00|PTD007|Rpm|Rpml31|S32mt mitochondrial ribosomal protein L42 MitoCarta3.0 "APEX_matrix, GFP, mito protein domain+, induction, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 9.7829 0.024 1 "APEX_matrix, GFP, mito protein domain+, induction, MS/MS" ENSMUSG00000062981 Q9CPV3 142 5 MitoDomain NA 1.43 NoMitoHomolog NoHomolog 25-50ambig chr10 95480805 95501927 4 7 16 1.75E+08 31 "liver, adipose, largeintestine, testis" 7.5 7.3 7.9 7.6 Mitochondria;Plasma membrane (Supported)
216820 25979 Dhrs7b BC003479|C79874|C80074|PexRAP dehydrogenase/reductase (SDR family) member 7B MitoCarta3.0 "Rickettsial homolog, mito protein domain, induction, coexpression" Membrane 0 Tnon_mito 9.7607 0.025 1 "Rickettsial homolog, mito protein domain, induction, coexpression" ENSMUSG00000042569 Q99J47 323 SharedDomain 27 0.74 NoMitoHomolog Homolog 50-75crude chr11 60830630 60858423 12 19 99 1.43E+09 61 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.4 7.3 7.5 7.7 7.5 8.2 8.5 8.2 7 7.8 8.7 Cell Junctions;Cytosol;Plasma membrane (Approved)
103850 56953 Nt5m 2010013E09Rik|AI846937|dNT-|dNT-2 "5',3'-nucleotidase, mitochondrial" MitoCarta3.0 "literature, targetP signal, mito protein domain, induction, MS/MS" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 9.6715 0.026 1 "literature, targetP signal, mito protein domain, induction, MS/MS" ENSMUSG00000032615 Q8VCE6 220 2 SharedDomain 4 1.07 NoMitoHomolog NoHomolog 50-75ambig chr11 59848072 59876533 7 19 123 2.21E+09 68 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, testis" 8.8 8.6 8.8 8.6 6.8 7 7.7
100039707 10588 Mthfsl Gm2382 "5, 10-methenyltetrahydrofolate synthetase-like" MitoCarta3.0 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tnon_mito 9.6684 0.026 1 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000079427 L7N466 203 2 SharedDomain NA HomologMitoLowConf Homolog 25-50ambig chr9 88688604 88719798 8 10 56 1.15E+09 40 "cerebrum, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta" 7.2 8.4 8.6 8.1 7.6 7.7 7.9 8.2 Cytosol (Supported)
107885 Mthfs 1110034I12Rik|2310020H23Rik|AI119695 "5, 10-methenyltetrahydrofolate synthetase" MitoCarta3.0 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tpossible_mito 9.6684 0.026 1 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000066442 Q9D110 203 2 SharedDomain NA HomologMitoLowConf Homolog 25-50ambig chr9 89211189 89240225 8 10 52 1.03E+09 40 "cerebrum, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta" 7.2 8.5 8.6 8 7 7.4 7.8 8.1
56520 4833 Nme4 2610027N22Rik|2810024O08Rik|5730493H09Rik|NM23-M|NM23-M4|Nm23M4 NME/NM23 nucleoside diphosphate kinase 4 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" MIM Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 9.6684 0.026 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000024177 Q9WV84 186 2 SharedDomain 1 HomologMitoLowConf Homolog 25-50ambig chr17 26091744 26095470 4 6 18 1.62E+08 40 "adipose, largeintestine, placenta, testis" 7.3 7.8 7.7 7.6 Mitochondria (Supported)
67013 115209 Oma1 2010001O09Rik|MPRP-1|ZMPOMA1 OMA1 zinc metallopeptidase MitoCarta3.0 "APEX_IMS, GFP, targetP signal, yeast mito homolog++, coexpression" MIM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases | Mitochondrial dynamics and surveillance > Fusion | Mitochondrial dynamics and surveillance > Fission" Tmito 9.5829 0.026 1 "APEX_IMS, GFP, targetP signal, yeast mito homolog++, coexpression" ENSMUSG00000035069 Q9D8H7 521 2 NonMitoDomain 8 OrthologMitoHighConf NoHomolog 0-25ambig chr4 103313845 103366428 3 7 11 1.19E+08 12 "skeletalmuscle, adipose, largeintestine" 7.2 7 8 Mitochondria;Nucleoplasm (Approved)
216739 23305 Acsl6 A330035H04Rik|AW050338|Fac|Facl6|L|LACS|Lacsl|mKIAA0837 acyl-CoA synthetase long-chain family member 6 MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" MOM Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 9.5491 0.026 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000020333 Q91WC3 722 SharedDomain 2 -0.69 HomologMitoLowConf Homolog 50-75pure chr11 54303823 54361539 11 48 415 1.26E+10 71 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, testis" 9.2 9 9.7 9.6 7.9 8.6 7.9 8.5 6.3 7.3 7.7
101122 285367 Rpusd3 AI527266 RNA pseudouridylate synthase domain containing 3 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tmito 9.5157 0.026 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000051169 Q14AI6 344 2 SharedDomain 10 NoMitoHomolog Homolog 0-25ambig chr6 113415318 113419340 1 2 2 1.87E+07 9 largeintestine 7.3 Nucleoplasm (Approved)
68738 84532 Acss1 1110032O15Rik|AI788978|Ac|Acas2|Acas2l|AceC|AceCS2 acyl-CoA synthetase short-chain family member 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, MS/MS++" MIM Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 9.4764 0.026 1 "literature, APEX_matrix, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000027452 Q99NB1 682 2 SharedDomain 4 NoMitoHomolog NoHomolog 50-75pure chr2 150618110 150668240 13 39 838 3.80E+10 64 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.8 8.4 8.8 8.5 10.1 9.8 8.7 8.2 9 9.8 9.4 9.7 9.5
27369 1716 Dguok dGK|dGK1|dGK2|dGK3 deoxyguanosine kinase MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain, MS/MS++" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 9.4764 0.026 1 "literature, APEX_matrix, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000014554 Q9QX60 277 2 SharedDomain 4 NoMitoHomolog NoHomolog 50-75pure chr6 83480213 83506969 13 13 123 5.03E+09 69 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.7 8.6 8.2 8.3 8.3 7.5 8.8 8 8.5 7.7 9.1 8.7
230577 25973 Pars2 BC027073 prolyl-tRNA synthetase (mitochondrial)(putative) MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 9.432 0.026 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" ENSMUSG00000043572 Q8CFI5 511 3 SharedDomain 4 HomologMitoHighConf Ortholog 0-25ambig chr4 106651068 106655282 3 8 13 1.75E+08 14 "smallintestine, largeintestine, stomach" 8.1 7.7 6.9 Mitochondria;Nucleoli fibrillar center (Approved)
53415 10553 Htatip2 AW111545|Cc3|TIP|Tip30 HIV-1 Tat interactive protein 2 MitoCarta3.0 "yeast mito homolog, mito protein domain+, MS/MS" Membrane 0 Tnon_mito 9.3256 0.026 1 "yeast mito homolog, mito protein domain+, MS/MS" ENSMUSG00000039745 Q9Z2G9 275 MitoDomain 0 HomologMitoHighConf NoHomolog 50-75ambig chr7 49759105 49773999 7 18 58 7.59E+08 62 "cerebrum, cerebellum, brainstem, liver, adipose, placenta, testis" 8 7.5 7.6 8.3 7.7 8 8.4 Cytosol (Supported)
76563 55278 Qrsl1 2700038P16Rik|C80053|Ga|GatA glutaminyl-tRNA synthase (glutamine-hydrolyzing)-like 1 MitoCarta3.0 "literature, APEX_matrix, GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 9.2489 0.027 1 "literature, APEX_matrix, GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000019863 Q9CZN8 525 SharedDomain 6 HomologMitoHighConf Homolog 25-50ambig chr10 43874189 43901736 8 13 34 1.88E+08 37 "brainstem, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 7.3 7.2 7.7 6.8 7.5 7 7.6 7.2 Vesicles (Approved)
69225 55739 Naxd 0710008K08Rik|2810407E01Rik|Car|Carkd NAD(P)HX dehydratase MitoCarta3.0 "GFP, targetP signal, mito protein domain, MS/MS++" MIM Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 9.2467 0.027 1 "GFP, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000031505 Q9CZ42 365 3 SharedDomain 3 NoMitoHomolog NoHomolog 75-100pure chr8 11497505 11513286 14 20 186 4.82E+09 76 all 14 8.6 8.1 8.2 8.2 8.3 7.8 8.1 6.9 8.8 7.8 8.9 8.6 9 8.8
66098 84303 Chchd6 0710001P09Rik|1700021B03Rik|Mico|Micos25 coiled-coil-helix-coiled-coil-helix domain containing 6 MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, yeast mito homolog, coexpression, MS/MS++" MIM Mitochondrial dynamics and surveillance > Cristae formation > MICOS complex Tmito 9.2206 0.027 1 "literature, APEX_IMS, APEX_matrix, yeast mito homolog, coexpression, MS/MS++" ENSMUSG00000030086 Q91VN4 273 NA 5 HomologMitoHighConf NoHomolog 50-75pure chr6 89383145 89595652 13 28 331 7.09E+09 65 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.2 8.6 8.8 9 7.9 6.5 7.2 9.3 7.1 8 7.7 8.7 9 Mitochondria (Supported)
72562 84105 Pcbd2 2700061N24Rik|Dcoh|Dcoh2|Dcohm pterin 4 alpha carbinolamine dehydratase/dimerization cofactor of hepatocyte nuclear factor 1 alpha (TCF1) 2 MitoCarta3.0 "targetP signal+, yeast mito homolog, induction, MS/MS" unknown Metabolism > Metals and cofactors > Tetrahydobiopterin synthesis Tpossible_mito 9.0942 0.028 1 "targetP signal+, yeast mito homolog, induction, MS/MS" ENSMUSG00000021496 Q9CZL5 136 1 NonMitoDomain 0 0.61 HomologMitoLowConf NoHomolog 50-75ambig chr13 55727367 55776830 12 10 93 2.18E+09 64 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 7.3 8 7.4 8.8 8.5 8.3 8.4 8.2 8.2 8.3 7.9 Plasma membrane (Approved)
75986 79814 Agmat 5033405N08Rik agmatine ureohydrolase (agmatinase) MitoCarta3.0 "literature, targetP signal+, mito protein domain, MS/MS+" Matrix Metabolism > Amino acid metabolism Tmito 9.076 0.028 1 "literature, targetP signal+, mito protein domain, MS/MS+" ENSMUSG00000040706 A2AS89 358 1 SharedDomain 3 NoMitoHomolog NoHomolog 25-50pure chr4 141746674 141759263 2 14 49 5.53E+09 49 "liver, smallintestine" 9.7 7.7
68514 221154 Micu2 1110008L20Rik|4833427E09Rik|AU041871|Efha|Efha1|Smhs2 mitochondrial calcium uptake 2 MitoCarta3.0 "literature, APEX_IMS, GFP, targetP signal+, mito protein domain, MS/MS+" MIM Signaling > Calcium homeostasis > Calcium cycle | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > Calcium uniporter Tmito 9.076 0.028 1 "literature, APEX_IMS, GFP, targetP signal+, mito protein domain, MS/MS+" ENSMUSG00000021973 Q8CD10 432 1 SharedDomain 2 NoMitoHomolog NoHomolog 25-50pure chr14 57916279 57999262 4 16 64 1.00E+09 38 "smallintestine, largeintestine, placenta, testis" 8.7 8.5 8.1 8 Nucleoplasm (Approved)
11997 Akr1b7 A|AR|Avdp|MV|MVDP "aldo-keto reductase family 1, member B7" MitoCarta3.0 "induction, coexpression, MS/MS++" unknown Metabolism > Lipid metabolism > Phospholipid metabolism Tpossible_mito 9.0692 0.028 1 "induction, coexpression, MS/MS++" ENSMUSG00000052131 P21300 316 NonMitoDomain 8 1.85 NoMitoHomolog NoHomolog 75-100pure chr6 34412361 34423137 11 22 166 7.36E+09 78 "cerebrum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, placenta, testis" 6 8.1 8.1 6.8 8.3 7.2 9.5 7.9 7 9.5 8.6
20280 6342 Scp2 AA409774|AA409893|C76618|C79031|NSL-TP|SC|SCP|SCP-2|SCP-X|SCPX|ns|ns-LTP "sterol carrier protein 2, liver" MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain+" MIM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tpossible_mito 9.0612 0.028 1 "targetP signal, Rickettsial homolog, mito protein domain+" ENSMUSG00000028603 P32020 547 3 MitoDomain NA NoMitoHomolog Homolog 50-75crude chr4 108043829 108118547 9 42 664 4.70E+10 60 "brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, placenta, testis" 7.5 7 10.1 10.5 7.3 8.9 8.5 7.9 8.6 Peroxisomes (Supported)
19336 53917 Rab24 6530406O07Rik "RAB24, member RAS oncogene family" MitoCarta3.0 "yeast mito homolog, mito protein domain, induction, coexpression, MS/MS" MOM Mitochondrial dynamics and surveillance > Fission | Mitochondrial dynamics and surveillance > Autophagy Tpossible_mito 9.0437 0.028 1 "yeast mito homolog, mito protein domain, induction, coexpression, MS/MS" ENSMUSG00000034789 P35290 203 SharedDomain 5 0.83 HomologMitoLowConf NoHomolog 50-75ambig chr13 55319222 55321980 8 11 71 7.84E+08 50 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, stomach, testis" 8.3 8.2 8.4 8.1 6.5 7.6 6.8 7.4 Focal adhesion sites (Approved)
66815 55013 Mcub 9030408N13Rik|Ccdc109b mitochondrial calcium uniporter dominant negative beta subunit MitoCarta3.0 "literature, targetP signal+, mito protein domain+" MIM Signaling > Calcium homeostasis > Calcium cycle | Small molecule transport > Calcium uniporter Tmito 9.0176 0.028 1 "literature, targetP signal+, mito protein domain+" ENSMUSG00000027994 Q810S1 345 1 MitoDomain 2 NoMitoHomolog NoHomolog 0-25ambig chr3 129914959 129970206 1 4 6 8.26E+07 23 placenta 7.9 Mitochondria;Nucleoplasm;Vesicles (Approved)
226791 127018 Lyplal1 BC027340|Q96|Q96AVO lysophospholipase-like 1 MitoCarta3.0 "targetP signal, mito protein domain, MS/MS++" unknown Metabolism > Lipid metabolism Tnon_mito 8.9852 0.028 1 "targetP signal, mito protein domain, MS/MS++" ENSMUSG00000039246 Q3UFF7 239 4 SharedDomain 0 -0.72 NoMitoHomolog NoHomolog 75-100pure chr1 186087731 186117310 10 14 83 3.60E+09 82 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, largeintestine, placenta, testis" 8.5 8.4 8.5 7.7 9.1 8.5 8.8 7.2 8.4 8.3 Cytosol (Supported)
75469 219938 Spata19 1700001L23Rik|AV047838|spergen-1 spermatogenesis associated 19 MitoCarta3.0 "mito protein domain+, MS/MS++" unknown 0 Tpossible_mito 8.9263 0.029 1 "mito protein domain+, MS/MS++" ENSMUSG00000031991 Q9DAQ9 154 MitoDomain 1 NoMitoHomolog NoHomolog 50-75pure chr9 27396820 27401710 1 7 61 3.15E+09 69 testis 9.5
17706 4509 mt-Atp8 - ATP synthase F0 subunit 8 MitoCarta3.0 "literature, mito protein domain+, MS/MS++" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 8.9263 0.029 1 "literature, mito protein domain+, MS/MS++" ENSMUSG00000064356 P03930 67 MitoDomain NA NoMitoHomolog NoHomolog 50-75pure chrM 7765 7969 14 10 404 8.97E+10 60 all 14 10.1 9.8 10 9.1 10.4 9.7 9.7 8.9 9.4 9.8 9 9.7 9.6 9.6
106557 92483 Ldhal6b 4933402O15Rik|AI326310|LD|LDHL|Ldhal lactate dehydrogenase A-like 6B MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Carbohydrate metabolism Tpossible_mito 8.8718 0.03 1 "targetP signal, Rickettsial homolog, mito protein domain, MS/MS" Q8BVP2 382 2 SharedDomain 2 NoMitoHomolog Homolog 50-75ambig chr17 5417322 5418767 12 24 812 6.38E+10 73 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.8 7.6 8.7 7.9 7.7 6.8 7.9 8.5 7.4 7 8.3 10.8
26358 Aldh1a7 AI987940|Ahd2-l|Ahd2-like|Aldh|Aldh-pb|Aldh1a4|Aldhpb "aldehyde dehydrogenase family 1, subfamily A7" MitoCarta3.0 "yeast mito homolog+, mito protein domain, coexpression, MS/MS" unknown 0 Tpossible_mito 8.8176 0.03 1 "yeast mito homolog+, mito protein domain, coexpression, MS/MS" ENSMUSG00000024747 O35945 501 SharedDomain 5 OrthologMitoLowConf NoHomolog 25-50ambig chr19 20692952 20727556 11 12 107 1.73E+10 30 "cerebrum, cerebellum, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 6.8 7.9 7.6 9.2 9.5 9.3 9.8 9.2 8.6 9.3 8.8
229905 56267 Kyat3 Ccbl|Ccbl2|KA|KATIII|Kat|Kat3 kynurenine aminotransferase 3 MitoCarta3.0 "APEX_matrix, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Kynurenine metabolism | Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tmito 8.801 0.03 1 "APEX_matrix, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000040213 Q71RI9 420 SharedDomain 2 HomologMitoLowConf Homolog 50-75pure chr3 142701079 142744910 10 20 121 4.96E+09 53 "spinalcord, kidney, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 9.3 8.8 8.2 8.4 7.3 7.4 8.9 7.7 8.9 Cytosol;Nucleoli (Approved)
71147 54995 Oxsm 4933425A18Rik|C80494 "3-oxoacyl-ACP synthase, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" Matrix Metabolism > Lipid metabolism > Type II fatty acid synthesis Tmito 8.801 0.03 1 "literature, APEX_matrix, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000021786 Q9D404 459 SharedDomain 4 HomologMitoLowConf Homolog 50-75pure chr14 16238658 16249808 7 15 54 8.51E+08 53 "liver, heart, adipose, smallintestine, largeintestine, placenta, testis" 8 7.2 8.2 7.3 8.2 7.8 8.5 Cytosol;Mitochondria (Approved)
17718 4537 mt-Nd3 - NADH dehydrogenase subunit 3 MitoCarta3.0 "literature, Rickettsial homolog, mito protein domain+, MS/MS" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 8.7778 0.029 1 "literature, Rickettsial homolog, mito protein domain+, MS/MS" ENSMUSG00000064360 P03899 115 MitoDomain NA NoMitoHomolog Ortholog 0-25pure chrM 9458 9806 12 2 100 3.92E+09 18 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 8.7 8.4 8.7 8 8.9 8.4 8.2 8.5 8.6 8.2 8.4 8.3 Cytosol (Approved)
72113 57143 Adck1 2610005A10Rik aarF domain containing kinase 1 MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS" unknown 0 Tpossible_mito 8.7702 0.029 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000021044 Q9D0L4 525 SharedDomain 2 OrthologMitoLowConf Homolog 25-50ambig chr12 88360513 88461726 8 14 46 3.35E+08 27 "cerebrum, spinalcord, kidney, heart, skeletalmuscle, adipose, stomach, placenta" 7.1 7.6 7.6 7.3 7.5 8 7.5 7.8 Nucleoplasm (Approved)
70556 84275 Slc25a33 5730438N18Rik|Pn|Pnc1 "solute carrier family 25, member 33" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Small molecule transport > SLC25A family Tmito 8.7249 0.029 1 "literature, yeast mito homolog+, mito protein domain+" ENSMUSG00000028982 Q3TZX3 320 MitoDomain 2 0.47 OrthologMitoLowConf NoHomolog 0-25ambig chr4 149744035 149774267 4 4 10 2.33E+08 19 "brainstem, spinalcord, placenta, testis" 7.7 7.6 7.6 8
56615 4257 Mgst1 1500002K10Rik|Gst microsomal glutathione S-transferase 1 MitoCarta3.0 "mito protein domain, coexpression, MS/MS++" Membrane Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Detoxification > ROS and glutathione metabolism Tpossible_mito 8.5304 0.029 1 "mito protein domain, coexpression, MS/MS++" ENSMUSG00000008540 Q91VS7 155 SharedDomain 5 NoMitoHomolog NoHomolog 75-100pure chr6 138140536 138156752 12 17 637 3.64E+10 94 "cerebrum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 6.5 7.3 8.3 10.4 7 7.7 9.6 9 8.7 7.2 8.6 9.3 Mitochondria (Approved)
22256 7374 Ung UNG1|UNG2 uracil DNA glycosylase MitoCarta3.0 "literature, targetP signal, yeast mito homolog, mito protein domain, induction" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA repair Tmito 8.5002 0.029 1 "literature, targetP signal, yeast mito homolog, mito protein domain, induction" ENSMUSG00000029591 P97931 306 2 SharedDomain 2 2.12 HomologMitoHighConf NoHomolog chr5 114130434 114139321 Cytosol (Approved)
72181 387338 Nsun4 2310010O12Rik|2810405F18Rik|AI507900|Shtap "NOL1/NOP2/Sun domain family, member 4" MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, induction, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 8.4592 0.029 1 "APEX_matrix, targetP signal, mito protein domain, induction, coexpression" ENSMUSG00000028706 Q9CZ57 381 3 SharedDomain 12 1.32 NoMitoHomolog NoHomolog 0-25ambig chr4 116031769 116053876 1 4 5 8.19E+07 12 placenta 7.9
235043 374882 Tmem205 - transmembrane protein 205 MitoCarta3.0 "yeast mito homolog, mito protein domain+, coexpression" Membrane 0 Tpossible_mito 8.4557 0.029 1 "yeast mito homolog, mito protein domain+, coexpression" ENSMUSG00000040883 Q91XE8 245 MitoDomain 7 HomologMitoHighConf NoHomolog 0-25ambig chr9 21921008 21927535 2 6 25 3.44E+08 25 "liver, adipose" 8.5 7.3 Endoplasmic reticulum (Approved)
13167 1622 Dbi ACBD1|Ac|Acbp|E|EP|endoz|endozepine diazepam binding inhibitor MitoCarta3.0 "targetP signal, mito protein domain, induction, coexpression" unknown Metabolism > Lipid metabolism Tpossible_mito 8.4322 0.029 1 "targetP signal, mito protein domain, induction, coexpression" ENSMUSG00000026385 P31786 135 4 SharedDomain 18 0.6 NoMitoHomolog NoHomolog 75-100crude chr1 120113279 120121096 12 13 185 1.05E+10 86 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 8.2 8.7 8 9.5 9.2 9.3 9.2 7.9 7.9 9 8.3
71743 80347 Coasy 1300003G02Rik|Dpc|Dpck|P|Ppat|Ukr|Ukr1 Coenzyme A synthase MitoCarta3.0 "APEX_matrix, mito protein domain, coexpression, MS/MS++" Matrix Metabolism > Metals and cofactors > Coenzyme A metabolism Tmito 8.4177 0.029 1 "APEX_matrix, mito protein domain, coexpression, MS/MS++" ENSMUSG00000001755 Q9DBL7 563 SharedDomain 12 NoMitoHomolog NoHomolog 50-75pure chr11 101082624 101086619 12 25 186 6.76E+09 59 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.5 8.2 8.2 9.6 8.9 8.7 7.8 8.6 8.5 7.8 8.4
99138 56910 Stard7 AI852671|AL022671|AW544915 START domain containing 7 MitoCarta3.0 "APEX_IMS, targetP signal, mito protein domain, induction, coexpression+" IMS Metabolism > Lipid metabolism > Phospholipid metabolism | Small molecule transport Tmito 8.3683 0.029 1 "APEX_IMS, targetP signal, mito protein domain, induction, coexpression+" ENSMUSG00000027367 Q8R1R3 373 3 SharedDomain 34 1.28 NoMitoHomolog NoHomolog chr2 127270228 127298934 Mitochondria (Approved)
270035 137994 Letm2 6030453H13|D030041N04Rik leucine zipper-EF-hand containing transmembrane protein 2 MitoCarta3.0 "targetP signal, yeast mito homolog+, mito protein domain+" MIM 0 Tpossible_mito 8.3129 0.029 1 "targetP signal, yeast mito homolog+, mito protein domain+" ENSMUSG00000037363 Q7TNU7 480 4 MitoDomain 0 OrthologMitoLowConf NoHomolog chr8 25578489 25597487 Nucleoplasm (Approved)
71799 26024 Ptcd1 1110069M14Rik pentatricopeptide repeat domain 1 MitoCarta3.0 "targetP signal, mito protein domain+, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules Tpossible_mito 8.2156 0.03 1 "targetP signal, mito protein domain+, coexpression" ENSMUSG00000029624 Q8C2E4 695 3 MitoDomain 5 NoMitoHomolog NoHomolog 0-25ambig chr5 145147377 145167104 3 5 7 3.95E+07 7 "cerebellum, largeintestine, placenta" 6.9 7.2 7.2 Mitochondria (Approved)
67900 51537 Mtfp1 1700020C11Rik|2610507A21Rik|AV005788|Mtp1|Mtp18 mitochondrial fission process 1 MitoCarta3.0 "literature, induction, coexpression, MS/MS+" Membrane Mitochondrial dynamics and surveillance > Fission Tmito 8.2128 0.03 1 "literature, induction, coexpression, MS/MS+" ENSMUSG00000004748 Q9CRB8 166 NA 14 1.18 NoMitoHomolog NoHomolog 75-100ambig chr11 4091480 4095431 14 14 302 1.12E+10 92 all 14 9.3 9.2 9.4 8.7 8.9 8.8 9.2 8.6 8.1 8.3 8.4 8.7 7.5 8.4 Mitochondria (Approved)
68185 51287 Coa4 5330414O08Rik|AI115477|AW047259|Chchd8|E2ig2 cytochrome c oxidase assembly factor 4 MitoCarta3.0 "yeast mito homolog++, mito protein domain, MS/MS" IMS OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 8.2 0.03 1 "yeast mito homolog++, mito protein domain, MS/MS" ENSMUSG00000044881 Q8BT51 87 SharedDomain NA OrthologMitoHighConf NoHomolog 25-50ambig chr7 100537099 100539812 1 2 2 7.74E+06 41 placenta 6.9 Nucleoli fibrillar center;Nucleoplasm (Approved)
13850 2053 Ephx2 CEH|Eph|Eph2|SEH|s|sE|sEP "epoxide hydrolase 2, cytoplasmic" MitoCarta3.0 "Rickettsial homolog, mito protein domain, coexpression" unknown Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Lipid metabolism Tnon_mito 8.1971 0.03 1 "Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000022040 P34914 554 SharedDomain 21 NoMitoHomolog Ortholog 50-75crude chr14 66084371 66124522 7 36 325 1.75E+10 74 "kidney, liver, heart, skeletalmuscle, adipose, smallintestine, stomach" 9.7 9.9 8.4 7.1 9.5 8.7 8.1 Cytosol (Enhanced)
230598 4898 Nrd1 2600011I06Rik|AI875733|NRD|NRD-C|Nrdc "nardilysin, N-arginine dibasic convertase, NRD convertase 1" MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain+" Matrix "Protein import, sorting and homeostasis > Protein homeostasis > Chaperones | Protein import, sorting and homeostasis > Protein import and sorting" Tpossible_mito 8.1681 0.031 1 "targetP signal, Rickettsial homolog, mito protein domain+" ENSMUSG00000053510 Q8BHG1 1161 3 MitoDomain 1 NoMitoHomolog Homolog 0-25ambig chr4 109000804 109061771 1 19 20 1.44E+08 21 testis 8.2 Nucleoplasm (Approved)
100705 32 Acacb AI597064|AW743042|Acc|Acc2|Accb acetyl-Coenzyme A carboxylase beta MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression+" MOM Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Vitamin metabolism > Biotin utilizing proteins Tpossible_mito 8.1676 0.031 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression+" ENSMUSG00000042010 E9Q4Z2 2448 SharedDomain 30 HomologMitoLowConf Homolog 0-25ambig chr5 114165517 114250758 11 16 69 6.16E+08 8 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, largeintestine, stomach, placenta, testis" 7.2 7.4 7.6 6.5 7.7 8.3 8.2 7.3 7.5 7.8 7.5
228607 57506 Mavs D430028G21Rik|IP|IPS-1|Visa|cardif mitochondrial antiviral signaling protein MitoCarta3.0 "literature, induction, coexpression+, MS/MS" MOM Signaling > Immune response Tmito 8.1051 0.031 1 "literature, induction, coexpression+, MS/MS" ENSMUSG00000037523 Q8VCF0 503 NA 32 1.11 NoMitoHomolog NoHomolog 25-50ambig chr2 131234062 131248024 5 11 50 6.09E+08 33 "brainstem, skeletalmuscle, adipose, placenta, testis" 7.8 8.5 7.7 6.8 8.2 Mitochondria (Enhanced)
70209 55260 Tmem143 2310076O21Rik|AI481604 transmembrane protein 143 MitoCarta3.0 "targetP signal, coexpression+, MS/MS" MIM 0 Tpossible_mito 8.0691 0.031 1 "targetP signal, coexpression+, MS/MS" ENSMUSG00000002781 Q8VD26 458 3 NA 33 NoMitoHomolog NoHomolog 25-50ambig chr7 45897068 45917413 12 18 83 1.03E+09 41 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta" 7.3 7.4 7.2 7.8 7.7 7.3 8.3 8.1 8.4 7.9 7.7 8 Nucleoli fibrillar center (Approved)
67440 55149 Mtpap 0610027A18Rik|AW551379|Pa|Papd1|Tent|Tent6 mitochondrial poly(A) polymerase MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, induction" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > mtRNA metabolism > mt-mRNA modifications | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 8.0626 0.031 1 "literature, APEX_matrix, targetP signal+, mito protein domain, induction" ENSMUSG00000024234 Q9D0D3 585 1 SharedDomain 3 0.93 NoMitoHomolog NoHomolog 25-50crude chr18 4375591 4397330 11 22 121 1.26E+09 49 "cerebrum, cerebellum, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.5 7.7 7.7 7.5 7.4 7.9 7.7 8.4 7.4 8.7 8.2 Mitochondria (Supported)
257635 113675 Sdsl 4432411H13Rik|AI504310|SDH1|SDS|SDS-RS1|TDH serine dehydratase-like MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" unknown Metabolism > Amino acid metabolism > Serine metabolism Tpossible_mito 8.05 0.031 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000029596 Q8R238 329 SharedDomain 10 OrthologMitoLowConf Homolog chr5 120458201 120472763 Cytosol (Approved)
22169 129607 Cmpk2 1200004E04Rik|TDK|TDKI|Tyk|Tyki "cytidine monophosphate (UMP-CMP) kinase 2, mitochondrial" MitoCarta3.0 "literature, targetP signal+, Rickettsial homolog, MS/MS" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 8.03 0.031 1 "literature, targetP signal+, Rickettsial homolog, MS/MS" ENSMUSG00000020638 Q3U5Q7 447 1 NA 1 NoMitoHomolog Homolog 25-50ambig chr12 26469214 26479837 2 11 12 7.89E+07 35 "spinalcord, smallintestine" 7.8 7.2 Mitochondria (Approved)
235582 132158 Glyctk 6230410P16Rik|C430006L12 glycerate kinase MitoCarta3.0 "targetP signal, coexpression, MS/MS+" Matrix Metabolism > Carbohydrate metabolism Tpossible_mito 8.0069 0.031 1 "targetP signal, coexpression, MS/MS+" ENSMUSG00000020258 Q8QZY2 523 3 NA 12 NoMitoHomolog NoHomolog 25-50pure chr9 106152859 106158138 3 13 32 2.48E+09 36 "kidney, liver, placenta" 9.3 8.6 7.5 Cytosol (Approved)
71989 84881 Rpusd4 2410001E19Rik RNA pseudouridylate synthase domain containing 4 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tmito 8.0019 0.031 1 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000032044 Q9CWX4 377 2 SharedDomain 6 NoMitoHomolog Homolog 0-25ambig chr9 35267880 35275957 1 3 3 2.34E+07 7 placenta 7.4 Nucleoplasm (Approved)
66278 389203 Smim20 1110067B18Rik|1810013D10Rik|MITRAC7|N28078 small integral membrane protein 20 MitoCarta3.0 "literature,targetP signal, coexpression, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tnon_mito 7.9681 0.031 1 "targetP signal, coexpression, MS/MS" ENSMUSG00000061461 D3Z7Q2 69 3 NA 23 NoMitoHomolog NoHomolog 50-75ambig chr5 53267105 53278540 11 7 36 4.89E+08 51 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, adipose, smallintestine, placenta, testis" 7.7 7.7 7.8 7.4 7.8 7.1 7.9 6.9 7.4 7.6 7.9 Cytosol;Nucleoplasm (Approved)
69821 130916 Mterf4 1810059A23Rik|4933412H03Rik|Mterfd|Mterfd2 mitochondrial transcription termination factor 4 MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain+, coexpression" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 7.9655 0.032 1 "APEX_matrix, targetP signal, mito protein domain+, coexpression" ENSMUSG00000026273 Q8BVN4 346 3 MitoDomain 10 0.37 NoMitoHomolog NoHomolog chr1 93299210 93305870 Cytosol;Mitochondria (Supported)
72960 116447 Top1mt 2900052H09Rik "DNA topoisomerase 1, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtRNA metabolism > Transcription Tmito 7.9172 0.032 1 "literature, APEX_matrix, targetP signal+, mito protein domain, coexpression" ENSMUSG00000000934 Q8R4U6 593 1 SharedDomain 29 -0.62 NoMitoHomolog NoHomolog chr15 75657032 75678790 Mitochondria (Supported)
11847 384 Arg2 AII|AU022422 arginase type II MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain, MS/MS" Matrix Metabolism > Amino acid metabolism Tmito 7.8651 0.032 1 "literature, APEX_matrix, targetP signal+, mito protein domain, MS/MS" ENSMUSG00000021125 O08691 354 1 SharedDomain 1 NoMitoHomolog NoHomolog 50-75ambig chr12 79130787 79156301 5 19 299 4.04E+10 73 "kidney, adipose, smallintestine, largeintestine, placenta" 8.1 6.8 10.6 8.8 8.6 Mitochondria (Supported)
217057 51651 Ptrh2 A230072I16Rik|Bit|Bit1|CGI-147|PTH 2 peptidyl-tRNA hydrolase 2 MitoCarta3.0 "literature, yeast mito homolog, mito protein domain, MS/MS++" MOM 0 Tmito 7.8602 0.031 1 "literature, yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000072582 Q8R2Y8 182 SharedDomain 4 HomologMitoHighConf NoHomolog 50-75pure chr11 86683982 86692457 14 12 206 6.11E+09 72 all 14 8.6 8.4 8.7 8.3 8.8 8.7 8.1 8.2 8.6 7.5 8.9 8.5 9 9 Mitochondria (Supported)
73919 57149 Lyrm1 1110065L10Rik|2310004B22Rik|4930404J24Rik LYR motif containing 1 MitoCarta3.0 "GFP, yeast mito homolog, mito protein domain+, MS/MS" unknown 0 Tmito 7.834 0.031 1 "GFP, yeast mito homolog, mito protein domain+, MS/MS" ENSMUSG00000030922 Q9CQB7 122 5 MitoDomain 2 HomologMitoLowConf NoHomolog 25-50ambig chr7 119895860 119916756 2 5 12 9.47E+07 34 "brainstem, testis" 7.2 7.9 Nucleoplasm (Supported)
224805 57505 Aars2 Aarsl|AlaRS|Gm89 "alanyl-tRNA synthetase 2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > Translation > mt-tRNA synthetases Tmito 7.8122 0.031 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000023938 Q14CH7 980 3 SharedDomain 3 HomologMitoLowConf Homolog 25-50ambig chr17 45506840 45520843 13 35 192 1.40E+09 44 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8.2 8 6.7 8.1 7.5 7.7 7.6 6.6 8.6 7.7 7.3 8.4 Mitochondria (Enhanced)
14081 2180 Acsl1 Ac|Acas|Acas1|Acs|FACS|Fac|Facl2|LACS 1|LACS1 acyl-CoA synthetase long-chain family member 1 MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" MOM Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 7.8117 0.031 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000018796 P41216 699 SharedDomain 22 HomologMitoLowConf Homolog 50-75crude chr8 46471041 46536050 14 58 1442 9.41E+10 75 all 14 8.6 8.4 8.6 8.6 9.6 10.4 10.2 10.2 10.4 8.3 8.3 9.7 7.5 7.9 Nucleoplasm (Supported)
66114 84277 Dnajc30 1300007M11Rik|Wbscr|Wbscr18 DnaJ heat shock protein family (Hsp40) member C30 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain, MS/MS" MIM 0 Tmito 7.7238 0.031 1 "APEX_matrix, GFP, targetP signal, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000061118 P59041 219 2 SharedDomain NA NoMitoHomolog Homolog 25-50ambig chr5 135064205 135065365 9 6 36 1.97E+08 35 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, adipose, largeintestine, stomach" 7.5 7.6 7.7 6.5 6.8 7 7.3 7.5 6.7
192289 55217 Tmlhe Bbox|Bbox2|D430017M14Rik|TML|TMLD|TMLH "trimethyllysine hydroxylase, epsilon" MitoCarta3.0 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS" Matrix Metabolism > Metals and cofactors > Carnitine synthesis and transport Tmito 7.7226 0.031 1 "literature, APEX_matrix, targetP signal, yeast mito homolog, mito protein domain, MS/MS" ENSMUSG00000079834 Q91ZE0 421 2 SharedDomain NA HomologMitoLowConf NoHomolog 50-75ambig 7 20 116 2.45E+09 52 "kidney, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.2 8.6 9 8.3 8.7 7.9 7.6 Mitochondria (Supported)
12028 581 Bax - BCL2-associated X protein MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS++" MOM Mitochondrial dynamics and surveillance > Apoptosis Tmito 7.652 0.031 1 "literature, mito protein domain, coexpression, MS/MS++" ENSMUSG00000003873 Q07813 192 SharedDomain 6 -0.41 NoMitoHomolog NoHomolog 50-75pure chr7 45461694 45466898 7 9 40 5.44E+08 55 "cerebrum, cerebellum, brainstem, adipose, largeintestine, placenta, testis" 7.1 6.8 7 7.5 8.5 7.9 7.9
226527 Cryzl2 - crystallin zeta like 2 MitoCarta3.0 "targetP signal, mito protein domain, MS/MS++" Matrix 0 Tnon_mito 7.6202 0.031 1 "targetP signal, mito protein domain, MS/MS++" ENSMUSG00000033488 Q3UNZ8 350 3 SharedDomain 2 NoMitoHomolog NoHomolog 50-75pure chr1 157458581 157488733 11 17 291 2.10E+10 71 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, largeintestine, stomach, placenta, testis" 8 7.8 9 8.8 10.2 8.9 8.9 8.1 7.4 8.7 8.9
74006 10059 Dnm1l 6330417M19Rik|AI450666|Dlp1|Dnm|Dnmlp1|Dr|Drp1|pyt|python dynamin 1-like MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain, induction" MOM Mitochondrial dynamics and surveillance > Fission Tmito 7.5998 0.032 1 "literature, yeast mito homolog+, mito protein domain, induction" ENSMUSG00000022789 Q8K1M6 716 SharedDomain 1 0.88 OrthologMitoLowConf NoHomolog 50-75crude chr16 16312227 16359031 4 29 84 9.36E+08 52 "cerebrum, cerebellum, brainstem, spinalcord" 7.3 8.1 8.7 8.5 Cytosol (Enhanced)
19301 5827 Pxmp2 22kD|22kDa|PMP|PMP22 peroxisomal membrane protein 2 MitoCarta3.0 "GFP, yeast mito homolog+, mito protein domain, induction" MIM 0 Tmito 7.5998 0.032 1 "GFP, yeast mito homolog+, mito protein domain, induction" ENSMUSG00000029499 P42925 193 SharedDomain 4 0.64 OrthologMitoLowConf NoHomolog 50-75crude chr5 110274285 110286168 13 14 113 5.60E+09 66 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, placenta, testis" 5.8 6.8 6.4 6.9 9.3 9.5 7.4 7 8.4 7.1 6.9 6.9 7.5
66359 116228 Cox20 2310005N03Rik|Fam3|Fam36a cytochrome c oxidase assembly protein 20 MitoCarta3.0 "literature, APEX_IMS, GFP, yeast mito homolog++, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 7.5671 0.032 1 "literature, APEX_IMS, GFP, yeast mito homolog++, MS/MS" ENSMUSG00000026500 Q9D7J4 117 NA NA OrthologMitoHighConf NoHomolog 50-75ambig chr1 178319152 178322693 14 6 203 3.79E+09 56 all 14 8.4 8.3 8.5 8.1 8.5 8.4 8.3 7.7 8.1 8.4 8.8 8.6 8.6 8.4 Mitochondria (Enhanced)
66343 80775 Tmem177 2300008B03Rik transmembrane protein 177 MitoCarta3.0 "targetP signal, coexpression, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tnon_mito 7.5042 0.032 1 "targetP signal, coexpression, MS/MS" ENSMUSG00000036975 Q8BPE4 311 2 NA 19 NoMitoHomolog NoHomolog 25-50ambig chr1 119907898 119913168 5 8 16 2.82E+08 31 "cerebrum, adipose, stomach, placenta, testis" 7.5 7.8 6.9 7.4 8.2 Nucleoli fibrillar center;Nucleoplasm (Approved)
57813 7084 Tk2 AU024611|mt-TK "thymidine kinase 2, mitochondrial" MitoCarta3.0 "literature, targetP signal+, mito protein domain, MS/MS" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 7.4652 0.033 1 "literature, targetP signal+, mito protein domain, MS/MS" ENSMUSG00000035824 Q8BN51 270 1 SharedDomain 1 -0.22 NoMitoHomolog NoHomolog 25-50ambig chr8 104226690 104248558 4 5 16 3.29E+08 27 "cerebrum, cerebellum, brainstem, adipose" 8.2 7.8 7.9 7.4
72018 139341 Fundc1 1500005J14Rik|1810033P05Rik FUN14 domain containing 1 MitoCarta3.0 "yeast mito homolog, mito protein domain+, MS/MS" MOM Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tpossible_mito 7.4516 0.033 1 "yeast mito homolog, mito protein domain+, MS/MS" ENSMUSG00000025040 Q9DB70 155 MitoDomain 3 HomologMitoHighConf NoHomolog 0-25pure chrX 17556568 17572297 10 3 71 1.40E+09 23 "cerebrum, cerebellum, brainstem, spinalcord, kidney, skeletalmuscle, adipose, largeintestine, stomach, testis" 8.4 8.4 8.6 8.1 7.9 7.5 8 8 7.5 7.6
74451 9489 Pgs1 2610019F11Rik|4933424M23Rik|SAF phosphatidylglycerophosphate synthase 1 MitoCarta3.0 "targetP signal, yeast mito homolog++" MIM Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tpossible_mito 7.4135 0.033 1 "targetP signal, yeast mito homolog++" ENSMUSG00000017715 Q8BHF7 553 3 NA 0 OrthologMitoHighConf NoHomolog 0-25ambig chr11 117986856 118024011 3 8 10 2.30E+08 15 "cerebrum, spinalcord, placenta" 8.2 7.3 7.7 Cell Junctions;Intermediate filaments;Vesicles (Approved)
14104 2194 Fasn A630082H08Rik|F|FAS fatty acid synthase MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" IMS Metabolism > Lipid metabolism Tpossible_mito 7.3877 0.033 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000025153 P19096 2504 SharedDomain 11 -0.59 HomologMitoLowConf Homolog 50-75crude chr11 120805957 120824547 11 136 455 5.35E+09 67 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, stomach, placenta, testis" 7.5 8 9 7.5 8 7.2 9.4 6.6 6.3 8 9.2 Cytosol;Plasma membrane (Enhanced)
12409 Cbr2 ML|MLCR carbonyl reductase 2 MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, MS/MS+" Matrix Metabolism Tpossible_mito 7.3869 0.033 1 "targetP signal, Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000025150 P08074 244 4 SharedDomain 0 NoMitoHomolog Homolog 75-100ambig chr11 120729484 120732021 12 24 374 1.38E+10 94 "cerebrum, cerebellum, brainstem, spinalcord, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.8 7.8 7.4 8 8.4 9.9 7.6 9 8.3 9.3 9.1
212862 56994 Chpt1 - choline phosphotransferase 1 MitoCarta3.0 "targetP signal, mito protein domain, induction, coexpression+" MIM Metabolism > Lipid metabolism > Phospholipid metabolism Tnon_mito 7.3587 0.033 1 "targetP signal, mito protein domain, induction, coexpression+" ENSMUSG00000060002 Q8C025 406 4 SharedDomain 31 0.82 NoMitoHomolog NoHomolog chr10 88472812 88503970 Vesicles (Supported)
11951 516 Atp5g1 Atp5mc1 "ATP synthase, H+ transporting, mitochondrial F0 complex, subunit C1 (subunit 9)" MitoCarta3.0 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" MIM OXPHOS > Complex V > CV subunits | OXPHOS > OXPHOS subunits Tmito 7.2525 0.034 1 "literature, targetP signal, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000006057 Q9CR84 136 3 SharedDomain NA OrthologMitoLowConf Homolog chr11 96072792 96075694
67017 116151 Fam210b 2010011I20Rik|AI430961|AV108736 "family with sequence similarity 210, member B" MitoCarta3.0 "targetP signal, yeast mito homolog, coexpression, MS/MS" MIM Metabolism > Metals and cofactors > Iron homeostasis Tnon_mito 7.2223 0.034 1 "targetP signal, yeast mito homolog, coexpression, MS/MS" ENSMUSG00000027495 Q9D8B6 190 4 NA 8 HomologMitoHighConf NoHomolog 25-50ambig chr2 172345576 172355749 11 8 122 1.52E+09 33 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.6 7.3 6.9 8.4 7.6 7.8 7.8 7.5 8.6 8.7 Cytosol;Plasma membrane (Approved)
94279 118980 Sfxn2 C79732|F630107H02Rik sideroflexin 2 MitoCarta3.0 "yeast mito homolog, mito protein domain+, coexpression" MIM Small molecule transport > Sideroflexins Tpossible_mito 7.1957 0.034 1 "yeast mito homolog, mito protein domain+, coexpression" ENSMUSG00000025036 Q925N2 322 MitoDomain 8 HomologMitoLowConf NoHomolog 50-75crude chr19 46573364 46596900 7 18 79 1.07E+09 60 "kidney, liver, adipose, largeintestine, stomach, placenta, testis" 8.2 8.6 8 7.6 8 7.9 8.2 Mitochondria (Approved)
109129 27249 Mmadhc 2010311D03Rik|AI314967|CblD "methylmalonic aciduria (cobalamin deficiency) cblD type, with homocystinuria" MitoCarta3.0 "APEX_matrix, targetP signal, induction, coexpression" Matrix Metabolism > Vitamin metabolism > Vitamin B12 metabolism Tmito 7.1947 0.034 1 "APEX_matrix, targetP signal, induction, coexpression" ENSMUSG00000026766 Q99LS1 296 2 NA 20 0.64 NoMitoHomolog NoHomolog chr2 50279880 50296677
18416 5009 Otc AI265390|Sf|spf ornithine transcarbamylase MitoCarta3.0 "literature, targetP signal, mito protein domain, MS/MS+" Matrix Metabolism > Amino acid metabolism > Urea cycle Tmito 7.1589 0.034 1 "literature, targetP signal, mito protein domain, MS/MS+" ENSMUSG00000031173 P11725 354 2 SharedDomain 4 NoMitoHomolog NoHomolog 75-100ambig chrX 10252358 10321024 10 34 911 1.29E+11 89 "cerebellum, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta" 8 7.5 9.8 10.9 9.3 7.8 10.4 9.7 9.1 8.4 Mitochondria (Supported)
50493 7296 Txnrd1 T|TR|TR1|Trx|TrxR1 thioredoxin reductase 1 MitoCarta3.0 "GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" unknown Metabolism > Detoxification > ROS and glutathione metabolism | Metabolism > Detoxification > Selenoproteins Tmito 7.096 0.034 1 "GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000020250 Q9JMH6 613 SharedDomain 5 HomologMitoLowConf Homolog 25-50ambig chr10 82833950 82897724 4 14 30 4.55E+08 36 "skeletalmuscle, smallintestine, placenta, testis" 7.2 8.5 7.6 7.8 Nucleoplasm (Supported)
11844 381 Arf5 - ADP-ribosylation factor 5 MitoCarta3.0 "targetP signal, mito protein domain, coexpression, MS/MS" unknown 0 Tnon_mito 7.0631 0.035 1 "targetP signal, mito protein domain, coexpression, MS/MS" ENSMUSG00000020440 P84084 180 3 SharedDomain 7 NoMitoHomolog NoHomolog 50-75ambig chr6 28423639 28426499 12 15 149 5.23E+09 73 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.8 9.3 8.8 7.4 6.9 7.7 8.4 8 7.4 8.5 8.6
14287 2356 Fpgs AA408187 folylpolyglutamyl synthetase MitoCarta3.0 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog" Matrix Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 6.9954 0.037 1 "APEX_matrix, GFP, targetP signal, yeast mito homolog, Rickettsial homolog" ENSMUSG00000009566 P48760 587 2 NA 4 HomologMitoHighConf Ortholog chr2 32682608 32694175
52575 54931 Trmt10c 1300018J16Rik|D16Ertd454|D16Ertd454e|Rg9mtd|Rg9mtd1|Rnmtd1 "tRNA methyltransferase 10C, mitochondrial RNase P subunit" MitoCarta3.0 "literature, APEX_matrix, GFP, targetP signal+, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tmito 6.9952 0.037 1 "literature, APEX_matrix, GFP, targetP signal+, mito protein domain, coexpression" ENSMUSG00000044763 Q3UFY8 414 1 SharedDomain 7 NoMitoHomolog NoHomolog 0-25ambig chr16 56033719 56037774 2 4 4 1.74E+07 8 "largeintestine, placenta" 5.6 7.2 Mitochondria (Supported)
74088 Them7 0610012H03Rik thioesterase superfamily member 7 MitoCarta3.0 "targetP signal, mito protein domain, MS/MS+" Matrix 0 Tnon_mito 6.989 0.037 1 "targetP signal, mito protein domain, MS/MS+" ENSMUSG00000055312 Q9DCP4 223 2 SharedDomain 3 NoMitoHomolog NoHomolog 25-50pure chr2 105224341 105379860 1 5 11 1.50E+09 35 kidney 9.2
212442 51110 Lactb2 Cgi-8|Cgi-83|E430032H21Rik "lactamase, beta 2" MitoCarta3.0 "mito protein domain, induction, MS/MS+" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tpossible_mito 6.9782 0.038 1 "mito protein domain, induction, MS/MS+" ENSMUSG00000025937 Q99KR3 288 5 SharedDomain NA 1.2 NoMitoHomolog NoHomolog 25-50pure chr1 13625899 13660509 4 15 80 8.96E+09 43 "kidney, liver, largeintestine, stomach" 9.9 8.8 7.8 7.4 Cytosol (Supported)
228715 Smim26 Gm561 small integral membrane protein 26 MitoCarta3.0 "induction, coexpression, MS/MS" Membrane 0 Tnon_mito 6.9383 0.038 1 "induction, coexpression, MS/MS" ENSMUSG00000074754 Q3V460 107 NA 19 1.5 NoMitoHomolog NoHomolog 25-50ambig chr2 144594064 144595365 9 5 35 5.83E+08 43 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, placenta, testis" 7.9 7.6 8 7.5 8.4 7.3 7 7.6 7.5
72542 192111 Pgam5 2610528A17Rik phosphoglycerate mutase family member 5 MitoCarta3.0 "APEX_IMS, mito protein domain, coexpression, MS/MS++" MOM Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tmito 6.9039 0.038 1 "APEX_IMS, mito protein domain, coexpression, MS/MS++" ENSMUSG00000029500 Q8BX10 288 SharedDomain 6 NoMitoHomolog NoHomolog 50-75pure chr5 110259134 110269899 9 20 134 5.67E+09 70 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, placenta, testis" 8.6 8.3 8 8 6.9 8.5 7.8 9.4 9.3 Mitochondria (Supported)
66461 114971 Ptpmt1 1110001D10Rik|2810004N20Rik|PLIP "protein tyrosine phosphatase, mitochondrial 1" MitoCarta3.0 "literature, APEX_matrix, mito protein domain, coexpression, MS/MS++" MIM Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 6.9039 0.038 1 "literature, APEX_matrix, mito protein domain, coexpression, MS/MS++" ENSMUSG00000063235|ENSMUSG00000110860 Q66GT5 261 SharedDomain 8 NoMitoHomolog NoHomolog 50-75pure chr2 90910712 90918050 14 17 294 6.40E+09 64 all 14 8.9 8.7 9.1 8.6 8.6 8.6 7.3 8 8.6 8.6 8.9 8.2 8.6 8.7 Mitochondria (Supported)
15199 50865 Hebp1 Hebp|p22HBP heme binding protein 1 MitoCarta3.0 "APEX_IMS, mito protein domain, coexpression, MS/MS++" IMS 0 Tmito 6.9039 0.038 1 "APEX_IMS, mito protein domain, coexpression, MS/MS++" ENSMUSG00000042770 Q9R257 190 SharedDomain 7 NoMitoHomolog NoHomolog 50-75pure chr6 135137518 135168215 5 11 70 2.02E+09 73 "cerebrum, cerebellum, liver, adipose, placenta" 8.4 7.7 8.2 9.2 8.1 Vesicles (Approved)
11666 215 Abcd1 A|ALDP|Ald|Aldgh "ATP-binding cassette, sub-family D (ALD), member 1" MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, induction" Membrane Small molecule transport > ABC transporters Tpossible_mito 6.898 0.038 1 "targetP signal, Rickettsial homolog, mito protein domain, induction" ENSMUSG00000031378 P48410 736 3 SharedDomain 1 0.65 NoMitoHomolog Homolog 0-25ambig chrX 73716596 73738287 1 3 4 7.10E+06 5 adipose 6.9
72552 83693 Hsdl1 2700067E09Rik hydroxysteroid dehydrogenase like 1 MitoCarta3.0 "GFP, Rickettsial homolog, mito protein domain, MS/MS++" unknown 0 Tmito 6.8565 0.038 1 "GFP, Rickettsial homolog, mito protein domain, MS/MS++" ENSMUSG00000034189 Q8BTX9 330 SharedDomain 2 NoMitoHomolog Homolog 50-75pure chr8 119561977 119575200 10 21 146 3.57E+09 65 "cerebrum, cerebellum, brainstem, spinalcord, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.3 8.6 8.7 8 7.4 8.2 7.8 8.9 8.9 Mitochondria (Approved)
109857 874 Cbr3 1110001J05Rik|C81353 carbonyl reductase 3 MitoCarta3.0 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tnon_mito 6.8027 0.038 1 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000022947 Q8K354 277 4 SharedDomain 0 HomologMitoLowConf Homolog 25-50ambig chr16 93683218 93690991 6 7 15 1.14E+08 34 "cerebrum, spinalcord, adipose, smallintestine, largeintestine, stomach" 6.5 6.8 7.2 7.5 7.6 7.3 Cytosol;Nucleoplasm (Approved)
11758 9588 Prdx6 1-Cys Prx|1-cys|1-cysPrx|9430088D19Rik|AA690119|Aop2|Brp-|Brp-12|CP-|CP-3|GP|GPx|Ltw|Ltw-|Ltw-4|Ltw4|Lvtw|Lvtw-4|N|NSGPx|ORF06|Prdx5|a|aiPLA2 peroxiredoxin 6 MitoCarta3.0 "yeast mito homolog+, Rickettsial homolog, mito protein domain" unknown Metabolism > Lipid metabolism > Phospholipid metabolism | Metabolism > Detoxification > ROS and glutathione metabolism Tpossible_mito 6.8 0.039 1 "yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000026701 O08709 224 SharedDomain 2 OrthologMitoLowConf Homolog 50-75crude chr1 161240111 161251166 10 15 86 1.85E+09 67 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, placenta, testis" 7.8 7.9 8.4 8 8.1 6.7 7.9 7.2 8.5 8.9 Cytosol;Plasma membrane (Supported)
57431 3338 Dnajc4 Hsp|Hspf2|Mcg18 DnaJ heat shock protein family (Hsp40) member C4 MitoCarta3.0 "GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression" Membrane "Protein import, sorting and homeostasis > Protein homeostasis" Tmito 6.7454 0.04 1 "GFP, targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000024963 Q9D844 244 3 SharedDomain 12 NoMitoHomolog Homolog 0-25crude chr19 6987910 6992272 1 4 4 7.36E+06 22 largeintestine 6.9
68554 Cebpzos 1110001A16Rik "CCAAT/enhancer binding protein (C/EBP), zeta, opposite strand" MitoCarta3.0 "coexpression+, MS/MS+" unknown 0 Tnon_mito 6.7404 0.04 1 "coexpression+, MS/MS+" ENSMUSG00000062691 Q8BTE5 80 NA 37 NoMitoHomolog NoHomolog 75-100ambig chr17 78916498 78921048 10 8 36 1.10E+08 78 "cerebrum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, largeintestine, placenta, testis" 6.8 6.5 6.9 7.1 7 6.6 7.1 7.4 7.4 6.8
235169 55572 Foxred1 BC024806|TEG-23|Tex23 FAD-dependent oxidoreductase domain containing 1 MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression+" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 6.7252 0.041 1 "literature, targetP signal, mito protein domain, coexpression+" ENSMUSG00000039048 Q3TQB2 493 4 SharedDomain 38 0.24 NoMitoHomolog NoHomolog 0-25ambig chr9 35204220 35210925 4 10 19 1.57E+08 14 "adipose, largeintestine, placenta, testis" 7.8 6 7.8 7.4 Mitochondria (Supported)
140546 79033 Eri3 P|PI|PINT1|Prnpip1 exoribonuclease 3 MitoCarta3.0 "targetP signal+, mito protein domain, MS/MS" Matrix 0 Tnon_mito 6.7171 0.041 1 "targetP signal+, mito protein domain, MS/MS" ENSMUSG00000033423 Q8C460 337 1 SharedDomain 3 NoMitoHomolog NoHomolog 25-50ambig chr4 117550323 117674297 2 6 10 1.01E+08 38 "cerebrum, cerebellum" 7.9 7.5 Cytosol;Nucleoplasm (Approved)
72831 22907 Dhx30 2810477H02Rik|C130058C04Rik|Ddx30|HELG|Ret-CoR|hel DEAH (Asp-Glu-Ala-His) box polypeptide 30 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, mito protein domain" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 6.6916 0.041 1 "literature, targetP signal+, yeast mito homolog, mito protein domain" ENSMUSG00000032480 Q99PU8 1223 1 SharedDomain 1 HomologMitoLowConf NoHomolog 50-75crude chr9 110084318 110117616 12 74 329 2.59E+09 68 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.3 8.6 8.4 7.5 7.6 7.1 7.8 7 8.4 7.8 7.9 9.1 Mitochondria (Supported)
94044 23786 Bcl2l13 BCL-R|BCL-RAMBO|E430016C20Rik|Mi|Mil|Mil-1|Mil1 BCL2-like 13 (apoptosis facilitator) MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS+" MOM Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy | Mitochondrial dynamics and surveillance > Apoptosis Tmito 6.6784 0.041 1 "literature, mito protein domain, coexpression, MS/MS+" ENSMUSG00000009112 P59017 434 SharedDomain 11 0.49 NoMitoHomolog NoHomolog 25-50pure chr6 120836229 120892842 13 17 284 4.60E+09 49 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.5 8.4 8.6 8 8.1 6.4 8.8 8.9 8.9 8.4 7.6 8.8 8.4 Mitochondria (Enhanced)
66659 51205 Acp6 5730559A09Rik|AC|ACPL1|AU022842|mPA|mPACPL1 "acid phosphatase 6, lysophosphatidic" MitoCarta3.0 "literature, APEX_IMS, targetP signal, mito protein domain, MS/MS++" IMS Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 6.6106 0.042 1 "literature, APEX_IMS, targetP signal, mito protein domain, MS/MS++" ENSMUSG00000028093 Q8BP40 418 4 SharedDomain 2 NoMitoHomolog NoHomolog 50-75pure chr3 97158776 97176576 11 20 186 3.63E+09 64 "cerebrum, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.1 7.8 8.7 8.3 7.5 8.8 9.1 8.6 7.6 8.2 8.4
20463 9167 Cox7a2l COX|COX7AR|COX7RP|EB1|SIG|SIG-|SIG-81|SIG81|Silg81 cytochrome c oxidase subunit 7A2 like MitoCarta3.0 "literature, APEX_IMS, APEX_matrix, mito protein domain+, MS/MS+" MIM OXPHOS > Complex IV > CIV subunits | OXPHOS > OXPHOS subunits | OXPHOS > OXPHOS assembly factors | OXPHOS > Respirasome assembly Tmito 6.6089 0.042 1 "literature, APEX_IMS, APEX_matrix, mito protein domain+, MS/MS+" ENSMUSG00000024248 Q61387 134 MitoDomain 4 NoMitoHomolog NoHomolog 75-100ambig chr17 83501916 83514333 14 9 154 2.43E+09 91 all 14 8.5 8.1 8.5 8.3 8 8.3 7.8 6.9 8.1 8.2 8.3 8.1 8.6 7.9 Mitochondria (Enhanced)
226654 100131187 Tstd1 AV065366|EG226654|Gm4848|KAT thiosulfate sulfurtransferase (rhodanese)-like domain containing 1 MitoCarta3.0 "targetP signal, yeast mito homolog, mito protein domain, MS/MS" unknown Metabolism > Sulfur metabolism Tpossible_mito 6.5747 0.042 1 "targetP signal, yeast mito homolog, mito protein domain, MS/MS" ENSMUSG00000091166 E9PY03 133 2 SharedDomain 3 HomologMitoLowConf NoHomolog 25-50ambig chr1 171419032 171420352 3 7 26 1.25E+09 38 "kidney, smallintestine, largeintestine" 7.6 8.2 9 Cytoplasmic bodies;Cytosol (Approved)
110391 5860 Qdpr 2610008L04Rik|D5Ertd371e|Dhpr|PKU2 quinoid dihydropteridine reductase MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, induction" Matrix Metabolism > Metals and cofactors > Tetrahydobiopterin synthesis | Metabolism > Vitamin metabolism > Folate and 1-C metabolism Tmito 6.5535 0.043 1 "APEX_matrix, targetP signal, mito protein domain, induction" ENSMUSG00000015806 Q8BVI4 241 2 SharedDomain 2 0.57 NoMitoHomolog NoHomolog 50-75crude chr5 45434031 45450229 10 17 91 2.44E+09 70 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, stomach, placenta, testis" 8.4 8.2 9 8.4 8.5 8.5 7.4 7.1 7.9 7.8 Mitochondria (Approved)
233799 123876 Acsm2 AI315615|BC031140 acyl-CoA synthetase medium-chain family member 2 MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS+" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation | Metabolism > Detoxification > Xenobiotic metabolism Tpossible_mito 6.4835 0.044 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000030945 Q8K0L3 600 SharedDomain 2 HomologMitoLowConf Homolog 75-100ambig chr7 119554339 119600694 3 44 694 2.92E+11 76 "kidney, liver, heart" 11.5 9.4 8
57869 90956 Adck2 AA408112|BB006057 aarF domain containing kinase 2 MitoCarta3.0 "GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" MIM 0 Tmito 6.4463 0.044 1 "GFP, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" ENSMUSG00000046947 Q6NSR3 617 2 SharedDomain 4 HomologMitoHighConf Homolog chr6 39573875 39588769 Centrosome;Cytosol (Uncertain)
64291 114876 Osbpl1a G430090F17Rik|Gm753|ORP-1|Osbpl1b oxysterol binding protein-like 1A MitoCarta3.0 "Rickettsial homolog, mito protein domain, induction, MS/MS" unknown "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism" Tnon_mito 6.4318 0.044 1 "Rickettsial homolog, mito protein domain, induction, MS/MS" ENSMUSG00000044252 Q91XL9 950 SharedDomain 0 5.89 NoMitoHomolog Homolog 0-25pure chr18 12755311 12941841 4 10 15 4.40E+08 14 "cerebrum, liver, largeintestine, placenta" 8.5 6.2 7.4 8.1 Cytosol;Nucleoplasm (Approved)
212528 55621 Trmt1 6720406L13Rik|6720477L24|D8Ertd812|D8Ertd812e tRNA methyltransferase 1 MitoCarta3.0 "targetP signal+, yeast mito homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tnon_mito 6.4278 0.044 1 "targetP signal+, yeast mito homolog, mito protein domain, coexpression" ENSMUSG00000001909 Q3TX08 663 1 SharedDomain 6 HomologMitoLowConf NoHomolog chr8 84689246 84699808 Cytosol;Plasma membrane (Approved)
76366 219402 Mtif3 2810012L14Rik|AI414549 mitochondrial translational initiation factor 3 MitoCarta3.0 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > Translation > Translation factors Tmito 6.4276 0.045 1 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000016510 Q9CZD5 276 5 SharedDomain 7 NoMitoHomolog Ortholog 0-25ambig chr5 146951572 146963797 1 4 4 1.42E+07 12 largeintestine 7.2 Mitochondria (Supported)
100503890 100131801 Pet100 2900053A13Rik PET100 homolog MitoCarta3.0 "literature, yeast mito homolog++, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 6.4192 0.045 1 "literature, yeast mito homolog++, MS/MS" ENSMUSG00000087687 P0DJE0 76 NA 1 OrthologMitoHighConf NoHomolog 25-50ambig chr8 3621550 3624235 8 7 52 2.67E+08 47 "cerebrum, spinalcord, kidney, liver, heart, smallintestine, largeintestine, placenta" 7.4 7.1 7.8 6.8 7.1 7.4 8 7.3 Mitochondria (Approved)
67472 9650 Mtfr1 1300002C08Rik|1700080D04Rik|2810026O10Rik|4930579E05Rik|Chppr|Fam54|Fam54a2 mitochondrial fission regulator 1 MitoCarta3.0 "literature, targetP signal, mito protein domain+, coexpression" Membrane Mitochondrial dynamics and surveillance > Fission Tmito 6.2079 0.046 1 "literature, targetP signal, mito protein domain+, coexpression" ENSMUSG00000027601 Q99MB2 328 4 MitoDomain 11 NoMitoHomolog NoHomolog chr3 19187328 19220817 Mitochondria (Supported)
224481 51106 Tfb1m AI429207|mtTFB1 "transcription factor B1, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, MS/MS+" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 6.1784 0.046 1 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000036983 Q8JZM0 345 5 SharedDomain 3 NoMitoHomolog Homolog 25-50pure chr17 3519255 3557713 4 12 29 5.51E+08 41 "brainstem, largeintestine, placenta, testis" 7.5 7.4 7.9 8.6
14319 2495 Fth1 FHC|Fth|H-fer|HFt|MFH ferritin heavy polypeptide 1 MitoCarta3.0 "mito protein domain, MS/MS++" unknown Metabolism > Metals and cofactors > Iron homeostasis Tpossible_mito 6.1372 0.046 1 "mito protein domain, MS/MS++" ENSMUSG00000024661 P09528 182 SharedDomain 1 -0.53 NoMitoHomolog NoHomolog 75-100pure chr19 9982645 9985111 10 18 126 2.22E+09 91 "cerebrum, cerebellum, brainstem, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta" 7.9 6.7 8.4 7.7 8.1 8.3 8 7.5 7.9 9.1 Microtubules (Approved)
12257 706 Tspo Bz|Bzrp|IBP|P|PBR|Ts|Tspo1 translocator protein MitoCarta3.0 "literature, mito protein domain, MS/MS++" MOM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tmito 6.1372 0.046 1 "literature, mito protein domain, MS/MS++" ENSMUSG00000041736 P50637 169 SharedDomain 3 0.3 NoMitoHomolog NoHomolog 75-100pure chr15 83563572 83574203 10 13 272 8.21E+09 96 "spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 9.1 8.8 7.5 9.2 8.3 8.8 8.6 9.4 8.7 Cytosol;Mitochondria (Approved)
107146 10249 Glyat A330009E03Rik|ACGNAT|AI195249|AI315345|CAT|GAT glycine-N-acyltransferase MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS+" Matrix Metabolism > Amino acid metabolism > Glycine metabolism | Metabolism > Detoxification > Xenobiotic metabolism Tmito 6.1002 0.046 1 "literature, mito protein domain, coexpression, MS/MS+" ENSMUSG00000063683 Q91XE0 296 SharedDomain 10 NoMitoHomolog NoHomolog 75-100ambig chr19 12633307 12651737 4 24 382 5.48E+10 81 "spinalcord, kidney, liver, placenta" 7 10.6 10.2 7.4
68731 79863 Rbfa 1110032A13Rik|AI595940 ribosome binding factor A MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, coexpression" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 6.0391 0.046 1 "APEX_matrix, targetP signal, Rickettsial homolog, coexpression" ENSMUSG00000024570 Q6P3B9 350 2 NA 5 NoMitoHomolog Ortholog chr18 80192263 80200619 Mitochondria (Supported)
19819 246243 Rnaseh1 - ribonuclease H1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, coexpression" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 6.0391 0.046 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, coexpression" ENSMUSG00000020630 E9QLN8 285 2 NA 5 NoMitoHomolog Ortholog chr12 28649601 28659591
66690 25880 Tmem186 2810440M13Rik|4432406C05Rik|AI648175|AW210586 transmembrane protein 186 MitoCarta3.0 "targetP signal, coexpression, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 5.9905 0.046 1 "targetP signal, coexpression, MS/MS" ENSMUSG00000043140 Q9CR76 216 2 NA 9 NoMitoHomolog NoHomolog 25-50ambig chr16 8633730 8637701 13 10 91 1.22E+09 34 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8 8.1 8.4 7.7 7.5 7.5 7.8 8.1 7.8 8.1 7.4 7.9 8.2 Cell Junctions (Approved)
18632 8799 Pex11b PEX11beta|Pex11pbeta peroxisomal biogenesis factor 11 beta MitoCarta3.0 "targetP signal, coexpression, MS/MS" Membrane 0 Tpossible_mito 5.9905 0.046 1 "targetP signal, coexpression, MS/MS" ENSMUSG00000028102 Q9Z210 259 2 NA 5 NoMitoHomolog NoHomolog 25-50ambig chr3 96635429 96645381 11 10 72 3.43E+09 49 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, placenta, testis" 8.4 8.6 8.9 8.7 8.7 8.6 6.5 8.3 7.5 8.2 8.4 Vesicles (Supported)
53893 11164 Nudt5 - nudix (nucleoside diphosphate linked moiety X)-type motif 5 MitoCarta3.0 "yeast mito homolog++, mito protein domain, coexpression" unknown Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tnon_mito 5.9662 0.046 1 "yeast mito homolog++, mito protein domain, coexpression" ENSMUSG00000025817 Q9JKX6 218 SharedDomain 6 OrthologMitoHighConf NoHomolog chr2 5845033 5868736 Vesicles (Approved)
20655 6647 Sod1 B430204E11Rik|Cu/Zn-|Cu/Zn-SOD|CuZn|CuZnSOD|I|Ip|Ipo-1|Ipo1|SO|SODC|Sod|Sod-1 "superoxide dismutase 1, soluble" MitoCarta3.0 "literature, yeast mito homolog, mito protein domain, induction, coexpression" IMS Metabolism > Detoxification > ROS and glutathione metabolism Tmito 5.9256 0.046 1 "literature, yeast mito homolog, mito protein domain, induction, coexpression" ENSMUSG00000022982 P08228 154 SharedDomain 7 0.51 HomologMitoLowConf NoHomolog 50-75crude chr16 90220741 90226324 14 16 365 2.19E+10 63 all 14 9.2 9 9.7 8.9 9.5 9.5 8.2 8.5 9.3 9 8.7 9 9 9.2 Cytosol;Nucleoplasm;Plasma membrane (Supported)
20845 6770 Star AV363654|D8Ertd419|D8Ertd419e|stARD1 steroidogenic acute regulatory protein MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression, MS/MS" MOM | IMS "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tmito 5.9151 0.046 1 "literature, targetP signal, mito protein domain, coexpression, MS/MS" ENSMUSG00000031574 P51557 284 3 SharedDomain 8 NoMitoHomolog NoHomolog 25-50ambig chr8 25808512 25815982 1 7 8 3.26E+08 33 testis 8.5
207704 85865 Gtpbp10 4930545J22Rik|BC034507 GTP-binding protein 10 (putative) MitoCarta3.0 "APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 5.907 0.046 1 "APEX_matrix, yeast mito homolog+, Rickettsial homolog, mito protein domain" ENSMUSG00000040464 Q8K013 366 SharedDomain 1 OrthologMitoLowConf Homolog 0-25ambig chr5 5537456 5559501 2 4 12 3.94E+07 11 "largeintestine, placenta" 7.2 7.4
380660 79611 Acss3 8430416H19Rik|Gm874 acyl-CoA synthetase short-chain family member 3 MitoCarta3.0 "targetP signal, yeast mito homolog, mito protein domain, MS/MS" Matrix Metabolism > Lipid metabolism Tpossible_mito 5.8664 0.048 1 "targetP signal, yeast mito homolog, mito protein domain, MS/MS" ENSMUSG00000035948 Q14DH7 682 3 SharedDomain NA HomologMitoLowConf NoHomolog 50-75ambig chr10 106936163 107123664 5 32 184 5.20E+09 52 "kidney, liver, adipose, placenta, testis" 8 9.1 9.4 9 8.1 Mitochondria (Approved)
66658 79714 Ccdc51 5730568A12Rik|AI551049|Mit|Mitok coiled-coil domain containing 51 MitoCarta3.0 "APEX_matrix, targetP signal, MS/MS++" MIM Small molecule transport Tmito 5.8393 0.049 1 "APEX_matrix, targetP signal, MS/MS++" ENSMUSG00000025645 Q3URS9 406 3 NA 1 NoMitoHomolog NoHomolog 50-75pure chr9 109082495 109093363 14 26 139 2.20E+09 60 all 14 8.3 7.7 8.2 6.9 8.7 7.6 7.7 7.6 8.2 8.1 8.4 7.2 8.8 7.5 Mitochondria;Nucleoplasm (Supported)
56360 23597 Acot9 0610041P13Rik|Acat|Acate2|C76421|MT-ACT4|MT-ACT48|MTE-2|U8|p4|p48 acyl-CoA thioesterase 9 MitoCarta3.0 "literature, targetP signal, MS/MS++" MIM Metabolism > Lipid metabolism Tmito 5.8393 0.049 1 "literature, targetP signal, MS/MS++" ENSMUSG00000025287 Q9R0X4 439 3 NA 3 NoMitoHomolog NoHomolog 50-75pure chrX 155262499 155297507 13 33 368 1.40E+10 63 "cerebrum, cerebellum, brainstem, spinalcord, kidney, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.5 7.6 8.4 8.3 9.2 7.7 8.2 9.3 9.3 8.1 8.4 9.6 9.5 Cytosol;Plasma membrane (Approved)
66706 25915 Ndufaf3 4733401H18Rik NADH:ubiquinone oxidoreductase complex assembly factor 3 MitoCarta3.0 "literature, targetP signal, mito protein domain, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 5.7781 0.049 1 "literature, targetP signal, mito protein domain, MS/MS" ENSMUSG00000070283 Q9JKL4 185 2 SharedDomain 2 NoMitoHomolog NoHomolog 50-75ambig chr9 108565864 108567342 14 9 178 5.20E+09 61 all 14 8.9 8.8 8.8 8.6 8.9 8.2 8.4 7.8 8.3 8.4 8.6 8.3 8.2 8.2
319945 80308 Flad1 A930017E24Rik|Pp5|Pp591 flavin adenine dinucleotide synthetase 1 MitoCarta3.0 "APEX_matrix, mito protein domain, induction, coexpression" Matrix Metabolism > Vitamin metabolism > Vitamin B2 metabolism Tmito 5.7739 0.049 1 "APEX_matrix, mito protein domain, induction, coexpression" ENSMUSG00000042642 Q8R123 492 SharedDomain 22 0.52 NoMitoHomolog NoHomolog 0-25ambig chr3 89402672 89411863 3 8 14 1.14E+08 23 "spinalcord, adipose, stomach" 6.8 8 6.3 Cytosol;Plasma membrane (Supported)
107476 31 Acaca A530025K05Rik|Ac|Acac|Acc|Acc1|Gm738 acetyl-Coenzyme A carboxylase alpha MitoCarta3.0 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" Matrix Metabolism > Lipid metabolism > Type II fatty acid synthesis | Metabolism > Vitamin metabolism > Biotin utilizing proteins Tpossible_mito 5.7466 0.049 1 "yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000020532 Q5SWU9 2345 SharedDomain 11 HomologMitoLowConf Homolog 0-25ambig chr11 84195437 84401651 8 49 88 3.61E+08 23 "brainstem, spinalcord, liver, adipose, largeintestine, stomach, placenta, testis" 7.9 7.2 6.6 7.8 7.4 6.4 7.6 8.1 Cytosol (Supported)
98256 8564 Kmo AI046660 kynurenine 3-monooxygenase (kynurenine 3-hydroxylase) MitoCarta3.0 "yeast mito homolog, mito protein domain, MS/MS++" MOM Metabolism > Amino acid metabolism > Kynurenine metabolism | Metabolism > Metals and cofactors > NAD biosynthesis and metabolism Tpossible_mito 5.7073 0.049 1 "yeast mito homolog, mito protein domain, MS/MS++" ENSMUSG00000039783 Q91WN4 479 SharedDomain 3 HomologMitoLowConf NoHomolog 50-75pure chr1 175632192 175660853 2 26 88 2.73E+09 53 "kidney, liver" 8.4 9.4
66410 51001 Mterf3 2410017I18Rik|Mterfd|Mterfd1 mitochondrial transcription termination factor 3 MitoCarta3.0 "literature, APEX_matrix, GFP, targetP signal, mito protein domain+, coexpression" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 5.7037 0.049 1 "literature, APEX_matrix, GFP, targetP signal, mito protein domain+, coexpression" ENSMUSG00000021519 Q8R3J4 412 3 MitoDomain 5 NoMitoHomolog NoHomolog chr13 66912097 66933072 Mitochondria;Nucleoplasm (Supported)
170719 55074 Oxr1 2210416C20Rik|C7|C7B oxidation resistance 1 MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain, MS/MS" MOM Metabolism > Detoxification > ROS and glutathione metabolism Tmito 5.6764 0.049 1 "literature, yeast mito homolog+, mito protein domain, MS/MS" ENSMUSG00000022307 Q4KMM3 866 SharedDomain 1 OrthologMitoLowConf NoHomolog 25-50ambig chr15 41447481 41861047 3 28 66 5.89E+08 37 "cerebrum, cerebellum, brainstem" 7.5 8.2 8.6 Vesicles (Approved)
74167 53343 Nudt9 1190002C07Rik|ADPR-PPase|AI462474 nudix (nucleoside diphosphate linked moiety X)-type motif 9 MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 5.6536 0.05 1 "APEX_matrix, targetP signal, mito protein domain, coexpression, MS/MS" ENSMUSG00000029310 Q8BVU5 350 4 SharedDomain 9 -0.34 NoMitoHomolog NoHomolog 25-50ambig chr5 104047010 104065367 4 9 24 1.94E+08 26 "cerebrum, cerebellum, placenta, testis" 6.9 6.9 7.7 8.1 Mitochondria;Nuclear bodies (Approved)
208967 79896 Thnsl1 AW413632 threonine synthase-like 1 (bacterial) MitoCarta3.0 "APEX_matrix, mito protein domain, MS/MS++" Matrix 0 Tmito 5.5721 0.052 1 "APEX_matrix, mito protein domain, MS/MS++" ENSMUSG00000048550 Q8BH55 747 5 SharedDomain 3 NoMitoHomolog NoHomolog 50-75pure chr2 21205723 21215009 9 36 257 5.28E+09 54 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, stomach, testis" 8.9 8.6 8.8 8.9 7.6 7.9 7.7 7.2 9.4 Nuclear bodies (Approved)
69051 29920 Pycr2 1810018M05Rik|P5c|P5cr2 "pyrroline-5-carboxylate reductase family, member 2" MitoCarta3.0 "APEX_matrix, mito protein domain, MS/MS++" Matrix Metabolism > Amino acid metabolism > Proline metabolism Tmito 5.5721 0.052 1 "APEX_matrix, mito protein domain, MS/MS++" ENSMUSG00000026520 Q922Q4 320 5 SharedDomain 2 NoMitoHomolog NoHomolog 50-75pure chr1 180904273 180908088 9 23 212 6.96E+09 72 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, stomach, placenta, testis" 8.4 7.8 8.2 8.8 8.6 8.7 8.3 9.4 9.3 Mitochondria (Approved)
15254 3094 Hint1 AA673479|Hint|Ip|Ipk1|PKCI|PKCI-1|PRKC|PRKCNH1 histidine triad nucleotide binding protein 1 MitoCarta3.0 "Rickettsial homolog, mito protein domain, coexpression" unknown Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tnon_mito 5.5326 0.052 1 "Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000020267 P70349 126 SharedDomain 13 -0.18 NoMitoHomolog Homolog 75-100crude chr11 54866437 54870496 8 9 50 1.28E+09 87 "cerebrum, cerebellum, brainstem, spinalcord, kidney, smallintestine, placenta, testis" 7.9 7.6 8.8 8 7.7 8.2 8 8.1 Cytosol (Supported)
384071 284723 Slc25a34 Gm1369 "solute carrier family 25, member 34" MitoCarta3.0 "yeast mito homolog+, mito protein domain+" MIM Small molecule transport > SLC25A family Tpossible_mito 5.4649 0.053 1 "yeast mito homolog+, mito protein domain+" ENSMUSG00000040740 A2ADF7 318 MitoDomain 2 OrthologMitoLowConf NoHomolog chr4 141618824 141623834 Mitochondria (Approved)
328258 153328 Slc25a48 AU042651|E230025K15 "solute carrier family 25, member 48" MitoCarta3.0 "yeast mito homolog+, mito protein domain+" MIM Small molecule transport > SLC25A family Tpossible_mito 5.4649 0.053 1 "yeast mito homolog+, mito protein domain+" ENSMUSG00000021509 Q8BW66 306 MitoDomain 0 OrthologMitoLowConf NoHomolog chr13 56438354 56472363 Intermediate filaments (Approved)
246696 81894 Slc25a28 Mfr|Mfrn2|Mrs3|Mrs3/4 "solute carrier family 25, member 28" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+" MIM Metabolism > Metals and cofactors > Iron homeostasis | Small molecule transport > SLC25A family Tmito 5.4649 0.053 1 "literature, yeast mito homolog+, mito protein domain+" ENSMUSG00000040414 Q8R0Z5 364 MitoDomain 3 OrthologMitoLowConf NoHomolog chr19 43663800 43674881
194744 203427 Slc25a43 Gm8 "solute carrier family 25, member 43" MitoCarta3.0 "yeast mito homolog+, mito protein domain+" MIM Small molecule transport > SLC25A family Tpossible_mito 5.4649 0.053 1 "yeast mito homolog+, mito protein domain+" ENSMUSG00000037636 A2A3V2 341 MitoDomain NA OrthologMitoLowConf NoHomolog chrX 36743631 36777307 Nucleoplasm (Approved)
104910 283600 Slc25a47 AI132487|AI876593|HDMCP "solute carrier family 25, member 47" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+" MIM Small molecule transport > SLC25A family Tmito 5.4649 0.053 1 "literature, yeast mito homolog+, mito protein domain+" ENSMUSG00000048856 Q6IS41 310 MitoDomain 2 OrthologMitoLowConf NoHomolog chr12 108851128 108856815
103775 284427 Slc25a41 4933406J04Rik|AI507137 "solute carrier family 25, member 41" MitoCarta3.0 "yeast mito homolog+, mito protein domain+" MIM Metabolism > Nucleotide metabolism > Nucleotide import | Small molecule transport > SLC25A family Tpossible_mito 5.4649 0.053 1 "yeast mito homolog+, mito protein domain+" ENSMUSG00000011486 Q8BVN7 312 MitoDomain 2 OrthologMitoLowConf NoHomolog chr17 57032771 57041654
74686 Slc25a54 4930443G12Rik|SCaMC-1|SCaMC-1like "solute carrier family 25, member 54" MitoCarta3.0 "yeast mito homolog+, mito protein domain+" Membrane Small molecule transport > SLC25A family Tpossible_mito 5.4649 0.053 1 "yeast mito homolog+, mito protein domain+" ENSMUSG00000027880 B1AUS6 473 MitoDomain 2 OrthologMitoLowConf NoHomolog chr3 109080498 109116582
67712 51312 Slc25a37 1700020E22Rik|4930513O14Rik|4930526G11Rik|AI848481|C330015G08Rik|Fra|Mf|Mfr|Mfrn|Mfrn1|Ms|Mscp|frascati|mito|mitoferrin "solute carrier family 25, member 37" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+" MIM Metabolism > Metals and cofactors > Iron homeostasis | Small molecule transport > SLC25A family Tmito 5.4649 0.053 1 "literature, yeast mito homolog+, mito protein domain+" ENSMUSG00000034248 Q920G8 338 MitoDomain 4 OrthologMitoLowConf NoHomolog chr14 69241850 69285103 Cytosol;Mitochondria (Approved)
22228 7351 Ucp2 Slc25a8|UCP 2|UCPH "uncoupling protein 2 (mitochondrial, proton carrier)" MitoCarta3.0 "literature, yeast mito homolog+, mito protein domain+" MIM Small molecule transport > SLC25A family Tmito 5.4649 0.053 1 "literature, yeast mito homolog+, mito protein domain+" ENSMUSG00000033685 P70406 309 MitoDomain 3 OrthologMitoLowConf NoHomolog chr7 100493344 100502173 Mitochondria (Supported)
216119 54059 Ybey 1110068N23Rik|A130042E20Rik|C21orf57|ORF57|ORF66 ybeY metallopeptidase MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, MS/MS" Matrix Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 5.4449 0.053 1 "APEX_matrix, targetP signal, Rickettsial homolog, MS/MS" ENSMUSG00000033126 Q8CAV0 164 2 NonMitoDomain NA NoMitoHomolog Ortholog 25-50ambig chr10 76459566 76469114 3 5 11 5.61E+07 40 "largeintestine, placenta, testis" 6.9 7.3 7.4 Nucleoplasm (Approved)
18294 4968 Ogg1 Mmh 8-oxoguanine DNA-glycosylase 1 MitoCarta3.0 "literature, targetP signal+, yeast mito homolog, mito protein domain" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA repair Tmito 5.4395 0.053 1 "literature, targetP signal+, yeast mito homolog, mito protein domain" ENSMUSG00000030271 O08760 345 1 SharedDomain 2 HomologMitoHighConf NoHomolog chr6 113326975 113334186 Nucleoplasm (Enhanced)
240549 Gm4952 EG240549 predicted gene 4952 MitoCarta3.0 "mito protein domain, MS/MS++" unknown Metabolism Tpossible_mito 5.3892 0.053 1 "mito protein domain, MS/MS++" ENSMUSG00000071633 Q5FW57 296 SharedDomain NA NoMitoHomolog NoHomolog 75-100pure chr19 12599983 12627616 2 24 129 1.28E+10 83 "kidney, liver" 9.4 10
14080 2168 Fabp1 Fa|Fabpl|L-F|L-FABP "fatty acid binding protein 1, liver" MitoCarta3.0 "mito protein domain, MS/MS++" unknown Metabolism > Metals and cofactors > Heme synthesis and processing | Metabolism > Lipid metabolism Tnon_mito 5.3892 0.053 1 "mito protein domain, MS/MS++" ENSMUSG00000054422 P12710 127 SharedDomain 3 NoMitoHomolog NoHomolog 75-100pure chr6 71199887 71205023 2 13 121 9.84E+09 85 "liver, smallintestine" 9.7 9.7 Cytosol;Nucleoplasm (Approved)
76894 196074 Mettl15 0610027B03Rik|AI303697|AW049952|Mett5d1 methyltransferase like 15 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-rRNA modifications Tmito 5.3806 0.054 1 "APEX_matrix, targetP signal, Rickettsial homolog, coexpression" ENSMUSG00000057234 Q9DCL4 406 3 NonMitoDomain 13 NoMitoHomolog Ortholog 0-25ambig chr2 109092299 109278290 2 2 6 3.15E+07 9 "largeintestine, placenta" 7.3 7.1 Golgi apparatus;Plasma membrane (Approved)
66559 254042 Metap1d 2310066F24Rik|3110033D18Rik|AV117938|MAP 1D|Map1d|MetAP 1D|Meta|Metapl1 methionyl aminopeptidase type 1D (mitochondrial) MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" Matrix "Mitochondrial central dogma > Translation > fMet processing | Protein import, sorting and homeostasis > Protein homeostasis > Proteases" Tmito 5.3101 0.054 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000041921 Q9CPW9 335 4 SharedDomain 20 NoMitoHomolog Homolog chr2 71453337 71525191 Vesicles (Uncertain)
16832 3945 Ldhb AI790582|H-Ld|H-Ldh|LDH-B|LDH-H|Ldh-|Ldh-2|Ldh2 lactate dehydrogenase B MitoCarta3.0 "Rickettsial homolog, mito protein domain, induction" unknown Metabolism > Amino acid metabolism > Glyoxylate metabolism Tpossible_mito 5.2773 0.055 0 "Rickettsial homolog, mito protein domain, induction" ENSMUSG00000030246 P16125 334 SharedDomain 3 2.77 NoMitoHomolog Homolog 75-100crude chr6 142490248 142507943 12 27 233 1.14E+10 76 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.5 9.6 9 8.3 7.4 8.2 8.5 7.4 7.3 8.3 9.6
66274 201229 Lyrm9 1810012P15Rik LYR motif containing 9 MitoCarta3.0 "mito protein domain+, MS/MS" unknown 0 Tnon_mito 5.228 0.056 0 "mito protein domain+, MS/MS" ENSMUSG00000072640 Q3UN90 78 MitoDomain 2 NoMitoHomolog NoHomolog 50-75ambig chr11 78826594 78843899 4 5 14 3.84E+07 55 "cerebellum, heart, adipose, testis" 6.7 6.6 6.6 7.4
66112 64757 Mtarc1 1300013F15Rik|Mar|Marc1|Mos|Mosc1 mitochondrial amidoxime reducing component 1 MitoCarta3.0 "mito protein domain+, MS/MS" MOM Metabolism > Metals and cofactors > Molybdenum cofactor synthesis and proteins | Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Detoxification > Amidoxime reducing complex Tpossible_mito 5.228 0.056 0 "mito protein domain+, MS/MS" ENSMUSG00000026621 Q9CW42 342 MitoDomain 2 NoMitoHomolog NoHomolog 50-75ambig chr1 184786766 184811313 13 19 277 1.41E+10 56 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.4 7.5 8.2 6.9 9.3 9.7 7.7 9.5 9.3 8.6 7.4 8.7 8.7 Mitochondria (Supported)
79456 9401 Recql4 RecQ4 RecQ protein-like 4 MitoCarta3.0 "targetP signal, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA repair Tnon_mito 5.1476 0.057 0 "targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000033762 Q75NR7 1216 3 SharedDomain 10 NoMitoHomolog Homolog chr15 76703552 76710559 Nucleoplasm (Enhanced)
114863 11212 Plpbp 1700024N20Rik|2200002F22Rik|P|Prosc pyridoxal phosphate binding protein MitoCarta3.0 "APEX_matrix, targetP signal, coexpression, MS/MS++" Matrix Metabolism > Vitamin metabolism > Vitamin B6 metabolism Tmito 5.143 0.059 1 "APEX_matrix, targetP signal, coexpression, MS/MS++" ENSMUSG00000031485 Q9Z2Y8 274 4 NonMitoDomain 9 NoMitoHomolog NoHomolog 50-75pure chr8 27042554 27056132 14 15 127 2.76E+09 65 all 14 8.4 7.8 8.2 8.4 8.4 7.9 8 7 8.3 8.2 8.1 7.8 9 7.8 Cytosol (Enhanced)
68350 79594 Mul1 0610009K11Rik|AV000801|Gide mitochondrial ubiquitin ligase activator of NFKB 1 MitoCarta3.0 "literature, mito protein domain+, induction" MOM "Protein import, sorting and homeostasis > Protein homeostasis | Mitochondrial dynamics and surveillance > Fission | Signaling" Tmito 5.1104 0.059 1 "literature, mito protein domain+, induction" ENSMUSG00000041241 Q8VCM5 352 MitoDomain 3 0.85 NoMitoHomolog NoHomolog 0-25ambig chr4 138434671 138442265 2 5 6 4.51E+07 24 "skeletalmuscle, largeintestine" 7.6 7 Cytosol;Mitochondria;Nucleoplasm (Approved)
229228 11162 Nudt6 Asfgf2b nudix (nucleoside diphosphate linked moiety X)-type motif 6 MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain, coexpression" Matrix 0 Tmito 5.0821 0.059 1 "APEX_matrix, targetP signal, mito protein domain, coexpression" ENSMUSG00000050174 Q8CH40 312 2 SharedDomain 27 NoMitoHomolog NoHomolog chr3 37404983 37419590
68943 65018 Pink1 1190006F07Rik|AU042772|AW557854|BRPK|br|mFLJ00387 PTEN induced putative kinase 1 MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression" MOM Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy | Signaling Tmito 5.0821 0.059 1 "literature, targetP signal, mito protein domain, coexpression" ENSMUSG00000028756 Q99MQ3 580 2 SharedDomain 20 NoMitoHomolog NoHomolog chr4 138313409 138326296
230895 55187 Vps13d - vacuolar protein sorting 13D MitoCarta3.0 "manual, yeast mito homolog, mito protein domain, induction, coexpression" MOM Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tnon_mito 5.0325 0.059 0 "yeast mito homolog, mito protein domain, induction, coexpression" ENSMUSG00000020220 B1ART2 4390 SharedDomain 8 1.32 HomologMitoLowConf NoHomolog 0-25ambig chr4 144972621 145195005 6 22 47 1.23E+09 7 "cerebrum, cerebellum, brainstem, spinalcord, kidney, skeletalmuscle" 8.5 7.9 7.7 8.7 8.3 7.6 Nucleoplasm;Vesicles (Approved)
66349 55101 Dmac2 2310004L02Rik|At|Atp5sl|C030044E10Rik distal membrane arm assembly complex 2 MitoCarta3.0 "APEX_matrix, GFP, targetP signal, induction, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tmito 4.8866 0.064 1 "APEX_matrix, GFP, targetP signal, induction, MS/MS" ENSMUSG00000057229 Q9D7K5 257 3 NA 1 1.22 NoMitoHomolog NoHomolog 25-50ambig chr7 25619492 25625550 4 8 22 2.50E+08 40 "cerebrum, cerebellum, brainstem, stomach" 8 7.9 7.8 6.3 Mitochondria (Approved)
216001 10367 Micu1 C730016L05Rik|Calc|Cba|Cbara1 mitochondrial calcium uptake 1 MitoCarta3.0 "literature, APEX_IMS, GFP, targetP signal, mito protein domain, MS/MS+" MIM Signaling > Calcium homeostasis > Calcium cycle | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > Calcium uniporter Tmito 4.8713 0.064 1 "literature, APEX_IMS, GFP, targetP signal, mito protein domain, MS/MS+" ENSMUSG00000020111 Q8VCX5 477 4 SharedDomain 4 -0.28 NoMitoHomolog NoHomolog 25-50pure chr10 59702634 59864122 11 31 322 2.80E+09 49 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.6 8.7 8.4 7.6 8 7.3 8.8 8.7 7.7 8.3 8 Mitochondria (Supported)
103466 51559 Nt5dc3 AU040402|AW540062|C630002B14Rik|G|TU12B1-TY 5'-nucleotidase domain containing 3 MitoCarta3.0 "APEX_matrix, targetP signal, MS/MS++" Matrix 0 Tmito 4.8675 0.064 1 "APEX_matrix, targetP signal, MS/MS++" ENSMUSG00000054027 Q3UHB1 546 2 NonMitoDomain 3 NoMitoHomolog NoHomolog 50-75pure chr10 86779004 86838389 8 29 163 3.22E+09 58 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, stomach, placenta, testis" 9.2 8.4 8.7 8 8.7 7.1 8.5 7.8 Cytosol;Mitochondria (Approved)
73398 25934 Nipsnap3a 1700054F22Rik|AI429120 nipsnap homolog 3A MitoCarta3.0 "APEX_matrix, targetP signal, MS/MS++" Matrix 0 Tmito 4.8675 0.064 1 "APEX_matrix, targetP signal, MS/MS++" ENSMUSG00000015242 G3X8S9 245 2 NonMitoDomain 2 NoMitoHomolog NoHomolog 50-75pure chr4 52989283 53000854 12 13 76 2.72E+09 74 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.4 7.4 7.8 8.1 8.6 7.9 8.5 8 7.8 8.4 9.1
21975 7156 Top3a - topoisomerase (DNA) III alpha MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication Tmito 4.8607 0.064 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000002814 O70157 1003 2 SharedDomain 2 NoMitoHomolog Homolog 0-25ambig chr11 60740058 60777365 1 2 3 2.68E+07 4 testis 7.4
17117 23600 Amacr Mac|Macr1 alpha-methylacyl-CoA racemase MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tmito 4.7194 0.067 1 "literature, mito protein domain, coexpression, MS/MS" ENSMUSG00000022244 O09174 381 SharedDomain 11 NoMitoHomolog NoHomolog 50-75ambig chr15 10981755 10996624 5 25 125 2.06E+10 74 "kidney, liver, adipose, smallintestine, testis" 10.3 9.4 7.2 7.5 7.9 Plasma membrane;Vesicles (Supported)
76357 57570 Trmt5 2610027O18Rik|mKIAA1393 TRM5 tRNA methyltransferase 5 MitoCarta3.0 "literature,targetP signal, yeast mito homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tpossible_mito 4.6376 0.068 0 "targetP signal, yeast mito homolog, mito protein domain, coexpression" ENSMUSG00000034442 Q9D0C4 501 3 SharedDomain 9 HomologMitoHighConf NoHomolog chr12 73280409 73286711 Nucleoli;Nucleoplasm (Approved)
78506 286097 Micu3 2900075B16Rik|Efha|Efha2 "mitochondrial calcium uptake family, member 3" MitoCarta3.0 "manual, targetP signal, mito protein domain, MS/MS" MIM Signaling > Calcium homeostasis > Calcium cycle | Signaling > Calcium homeostasis > EF hand proteins | Small molecule transport > Calcium uniporter Tpossible_mito 4.6301 0.068 0 "targetP signal, mito protein domain, MS/MS" ENSMUSG00000039478 Q9CTY5 523 2 SharedDomain 0 NoMitoHomolog NoHomolog 25-50ambig chr8 40308050 40386304 6 24 157 2.38E+09 48 "cerebrum, cerebellum, brainstem, spinalcord, skeletalmuscle, stomach" 8.8 9 8.7 7.7 8.2 6.6
56695 25953 Pnkd 2210013N15Rik|2810403H05Rik|AI854243|Brp|Brp17|MNCb-5687|MR-1|Tahccp2 paroxysmal nonkinesiogenic dyskinesia MitoCarta3.0 "literature,targetP signal, mito protein domain, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 4.6301 0.068 0 "targetP signal, mito protein domain, MS/MS" ENSMUSG00000026179 Q69ZP3 385 2 SharedDomain 0 NoMitoHomolog NoHomolog 25-50ambig chr1 74285033 74353692 10 4 39 5.87E+08 35 "cerebrum, cerebellum, spinalcord, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.2 7 7.6 7.6 7.2 7.8 8.4 7.7 7.5 7.9 Mitochondria (Enhanced)
12352 763 Car5a CAV|Ca|Ca5a|Car5 "carbonic anhydrase 5a, mitochondrial" MitoCarta3.0 "literature, targetP signal, mito protein domain, MS/MS" Matrix Metabolism > Amino acid metabolism > Urea cycle Tmito 4.6301 0.068 1 "literature, targetP signal, mito protein domain, MS/MS" ENSMUSG00000025317 P23589 299 2 SharedDomain 2 NoMitoHomolog NoHomolog 25-50ambig chr8 121916137 121944912 1 9 16 5.33E+08 37 liver 8.7
18207 4913 Nthl1 Nth|Nth1|Octs3 nth (endonuclease III)-like 1 (E.coli) MitoCarta3.0 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" unknown Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 4.5901 0.073 1 "literature, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" ENSMUSG00000041429 O35980 300 3 SharedDomain 3 HomologMitoHighConf Homolog chr17 24632681 24638838
56327 402 Arl2 2610009M23Rik|AI115441|AW553335 ADP-ribosylation factor-like 2 MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS+" IMS Mitochondrial dynamics and surveillance > Fusion Tmito 4.5864 0.073 1 "literature, mito protein domain, coexpression, MS/MS+" ENSMUSG00000024944 Q9D0J4 184 SharedDomain 7 NoMitoHomolog NoHomolog 75-100ambig chr19 6134388 6141137 5 9 24 3.00E+08 75 "cerebrum, brainstem, spinalcord, adipose, largeintestine" 7.3 8.2 7.4 7.7 7.4 Nucleoplasm (Approved)
24071 55333 Synj2bp A|AA409442|ARIP2|ActRIP4|D12Wsu118|D12Wsu118e|OMP|OMP25 synaptojanin 2 binding protein MitoCarta3.0 "APEX_IMS, mito protein domain, coexpression, MS/MS+" MOM Mitochondrial dynamics and surveillance > Organelle contact sites Tmito 4.5864 0.073 1 "APEX_IMS, mito protein domain, coexpression, MS/MS+" ENSMUSG00000090935 Q9D6K5 145 SharedDomain 9 NoMitoHomolog NoHomolog 75-100ambig chr12 81492193 81532907 13 11 248 5.28E+09 93 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, heart, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 8.8 8.5 8.9 8.6 8.1 8.5 6.8 7.8 8.2 8.8 7.9 8.6 9.1 Mitochondria (Approved)
228019 79828 Mettl8 BC004636|T|Tip methyltransferase like 8 MitoCarta3.0 "APEX_matrix, targetP signal, mito protein domain+" Matrix Mitochondrial central dogma > mtRNA metabolism Tmito 4.4186 0.076 1 "APEX_matrix, targetP signal, mito protein domain+" ENSMUSG00000041975 A2AUU0 388 2 MitoDomain 4 NoMitoHomolog NoHomolog chr2 70964561 71055606 Cytosol (Approved)
208595 7978 Mterf1b Gm9897 mitochondrial transcription termination factor 1b MitoCarta3.0 "literature, APEX_matrix, targetP signal, mito protein domain+" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA nucleoid | Mitochondrial central dogma > mtRNA metabolism > Transcription Tmito 4.4186 0.076 1 "literature, APEX_matrix, targetP signal, mito protein domain+" ENSMUSG00000053178 B9EJ57 381 2 MitoDomain NA NoMitoHomolog NoHomolog chr5 4192366 4197651 Mitochondria (Supported)
237926 55316 Rsad1 B430319G23|BC056485 radical S-adenosyl methionine domain containing 1 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" MIM Metabolism > Metals and cofactors > Fe-S-containing proteins Tmito 4.3819 0.077 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000039096 Q5SUV1 442 3 SharedDomain 8 0.32 NoMitoHomolog Homolog chr11 94539797 94549207 Cytosol (Approved)
110196 2224 Fdps 6030492I17Rik|AI256750|Fdp|Fdpsl1|mKIAA1293 farnesyl diphosphate synthetase MitoCarta3.0 "Rickettsial homolog, mito protein domain, MS/MS+" MIM Metabolism > Lipid metabolism > Cholesterol-associated Tpossible_mito 4.369 0.077 0 "Rickettsial homolog, mito protein domain, MS/MS+" ENSMUSG00000059743 Q920E5 420 SharedDomain NA NoMitoHomolog Homolog 25-50pure chr3 89093587 89101967 5 10 28 3.87E+08 37 "liver, adipose, smallintestine, largeintestine, placenta" 7.9 7.1 7.5 7.7 8.3 Cytosol (Approved)
68095 54940 Ociad1 6030432N09Rik|A|AI481327|AW557942|Asrij|B230209J16Rik|BB021357|Emi|Emi2|Im|Imi2|OCIA|TPA0|TPA018 OCIA domain containing 1 MitoCarta3.0 "APEX_IMS, GFP, MS/MS++" MOM 0 Tmito 4.3564 0.078 1 "APEX_IMS, GFP, MS/MS++" ENSMUSG00000029152 Q9CRD0 247 NA 3 0.38 NoMitoHomolog NoHomolog 75-100pure chr5 73292793 73314077 14 14 326 6.82E+09 87 all 14 8.9 8.6 8.6 8.7 7.5 8.5 8.5 6.9 8.5 8.3 8.8 8.2 8.9 9.3 Mitochondria (Approved)
66587 10922 Fastk 0610011K02Rik|610011K02Rik Fas-activated serine/threonine kinase MitoCarta3.0 "GFP, targetP signal, induction, coexpression" MIM Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > mtRNA metabolism > Polycistronic mtRNA processing | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 4.329 0.079 1 "GFP, targetP signal, induction, coexpression" ENSMUSG00000028959 Q8C725 545 4 NA 20 0.9 NoMitoHomolog NoHomolog chr5 24441039 24445235 Mitochondria (Approved)
233801 341392 Acsm4 O-M|O-MACS|OM|OMACS acyl-CoA synthetase medium-chain family member 4 MitoCarta3.0 "manual, targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" Matrix Metabolism > Lipid metabolism > Fatty acid oxidation Tpossible_mito 4.2933 0.081 0 "targetP signal, yeast mito homolog, Rickettsial homolog, mito protein domain" ENSMUSG00000047026 Q80W40 580 2 SharedDomain NA HomologMitoLowConf Homolog chr7 119690025 119714566
54369 10201 Nme6 nm23-M|nm23-M6 NME/NM23 nucleoside diphosphate kinase 6 MitoCarta3.0 "literature, APEX_matrix, GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" Matrix Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing Tmito 4.2328 0.081 1 "literature, APEX_matrix, GFP, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000032478 O88425 189 SharedDomain 6 HomologMitoLowConf Homolog 0-25ambig chr9 109832793 109842961 1 2 4 8.62E+06 12 largeintestine 6.9 Vesicles (Approved)
229709 10768 Ahcyl1 1110034F20Rik|AA409031|AA414901|Ahcy-|Ahcy-rs3|DC|DCAL|IR|Irbit S-adenosylhomocysteine hydrolase-like 1 MitoCarta3.0 "mito protein domain+, induction" MOM Mitochondrial dynamics and surveillance > Organelle contact sites Tnon_mito 4.1963 0.083 0 "mito protein domain+, induction" ENSMUSG00000027893 Q80SW1 530 MitoDomain 3 0.61 NoMitoHomolog NoHomolog 0-25crude chr3 107663119 107696548 4 6 16 9.39E+07 10 "brainstem, spinalcord, smallintestine, stomach" 7.8 7.3 6.1 5.8 Cytosol (Supported)
66291 57150 Smim8 1810030N24Rik|2810406B13Rik small integral membrane protein 8 MitoCarta3.0 "manual, induction, coexpression, MS/MS" MOM 0 Tnon_mito 4.1703 0.086 0 "induction, coexpression, MS/MS" ENSMUSG00000028295 Q9CQQ0 97 NA 5 0.58 NoMitoHomolog NoHomolog 25-50ambig chr4 34768671 34778337 8 4 28 3.38E+08 40 "cerebrum, cerebellum, brainstem, spinalcord, kidney, adipose, placenta, testis" 7.8 6.9 7.6 7.4 7.6 7.5 7.6 7.9 Vesicles (Approved)
319554 3422 Idi1 4832416K17Rik|IPPI1 isopentenyl-diphosphate delta isomerase MitoCarta3.0 "targetP signal, mito protein domain, MS/MS+" Matrix Metabolism > Lipid metabolism > Cholesterol-associated Tpossible_mito 4.1232 0.088 0 "targetP signal, mito protein domain, MS/MS+" ENSMUSG00000058258 P58044 283 4 SharedDomain NA NoMitoHomolog NoHomolog 25-50pure chr13 8885605 8892396 12 14 99 1.95E+09 45 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.4 8.4 8.6 8.2 8.4 7.8 8 7.7 7.9 7.2 8.3 8.4
382793 345778 Mtx3 4930470O13Rik|AA409304|AI853833|AU067765|EG624619|Gm1194|Gm6514 metaxin 3 MitoCarta3.0 "manual, mito protein domain+, MS/MS" MOM Mitochondrial dynamics and surveillance > Intramitochondrial membrane interactions Tnon_mito 4.0801 0.088 0 "mito protein domain+, MS/MS" ENSMUSG00000021704 D3YTP3 312 MitoDomain 2 NoMitoHomolog NoHomolog 25-50ambig chr13 92844786 92858230 4 10 70 5.26E+08 38 "cerebrum, cerebellum, brainstem, spinalcord" 7.7 7.4 8.4 8.3 Mitochondria (Approved)
68472 55863 Tmem126b 1110001A23Rik transmembrane protein 126B MitoCarta3.0 "mito protein domain+, MS/MS" MIM OXPHOS > Complex I > CI assembly factors | OXPHOS > OXPHOS assembly factors Tpossible_mito 4.0801 0.088 0 "mito protein domain+, MS/MS" ENSMUSG00000030614 Q9D1R1 230 MitoDomain NA NoMitoHomolog NoHomolog 25-50ambig chr7 90468828 90475995 13 8 61 9.35E+08 35 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.3 8.2 8.3 7.7 7.2 7.3 7.7 7.7 7.2 7.8 7.4 7.7 7.8 Mitochondria (Supported)
12176 664 Bnip3 N|Nip3 BCL2/adenovirus E1B interacting protein 3 MitoCarta3.0 "literature, mito protein domain+, MS/MS" MOM Mitochondrial dynamics and surveillance > Apoptosis Tmito 4.0801 0.088 1 "literature, mito protein domain+, MS/MS" ENSMUSG00000078566 O55003 187 MitoDomain NA NoMitoHomolog NoHomolog 25-50ambig chr7 138890835 138909506 6 8 36 2.18E+08 34 "cerebrum, cerebellum, brainstem, heart, skeletalmuscle, adipose" 7.5 7.7 7.4 7.1 7.5 7.8 Cytosol (Uncertain)
14232 23770 Fkbp8 38kD|38kDa|FKBP-38|FKBP-8|FKBPR38|Fkbp3|Fkbp38|mFKBP38 FK506 binding protein 8 MitoCarta3.0 "literature, yeast mito homolog, mito protein domain, coexpression, MS/MS" MOM Mitochondrial dynamics and surveillance > Organelle contact sites | Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tmito 4.0022 0.093 1 "literature, yeast mito homolog, mito protein domain, coexpression, MS/MS" ENSMUSG00000019428 O35465 403 SharedDomain 6 HomologMitoLowConf NoHomolog 25-50ambig chr8 70527742 70535328 6 9 23 1.64E+08 32 "cerebrum, brainstem, spinalcord, largeintestine, placenta, testis" 6.3 7.6 7.1 7.8 7 7.5 Mitochondria (Supported)
68241 84331 Mcrip2 9530058B02Rik|Fam19|Fam195a MAPK regulated corepressor interacting protein 2 MitoCarta3.0 "induction, coexpression+" unknown Signaling Tnon_mito 3.9842 0.093 0 "induction, coexpression+" ENSMUSG00000025732 Q9CQB2 160 NA 39 3.86 NoMitoHomolog NoHomolog chr17 25863697 25868738
78653 388962 Bola3 1810056O20Rik bolA-like 3 (E. coli) MitoCarta3.0 "targetP signal, mito protein domain, MS/MS" Matrix Metabolism > Metals and cofactors > Fe-S cluster biosynthesis | Metabolism > Metals and cofactors > Fe-S-containing proteins Tnon_mito 3.9219 0.096 0 "targetP signal, mito protein domain, MS/MS" ENSMUSG00000045160 Q8CEI1 110 3 SharedDomain NA NoMitoHomolog NoHomolog 50-75ambig chr6 83349483 83358392 10 11 77 8.55E+08 72 "cerebrum, spinalcord, liver, heart, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.7 7.1 8.2 7.7 8.3 7.9 7.7 7.8 7.7 8.1 Mitochondria;Nuclear bodies (Supported)
71701 87178 Pnpt1 1200003F12Rik|Old35|P|PNPase|Pnptl1 polyribonucleotide nucleotidyltransferase 1 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" Matrix|IMS Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 3.8975 0.096 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000020464 Q8K1R3 783 3 SharedDomain 4 NoMitoHomolog Homolog 50-75crude chr11 29130750 29161828 14 55 509 8.43E+09 57 all 14 8.5 8.5 8.6 8.5 9.1 8.7 8.2 8 9 8.3 9.1 8.4 9.3 8.8 Mitochondria (Enhanced)
211948 201626 Pde12 2'-PDE|E430028B21Rik phosphodiesterase 12 MitoCarta3.0 "APEX_matrix, targetP signal+, mito protein domain" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-mRNA modifications | Mitochondrial central dogma > mtRNA metabolism > mtRNA stability and decay Tmito 3.8539 0.098 1 "APEX_matrix, targetP signal+, mito protein domain" ENSMUSG00000043702 Q3TIU4 608 1 SharedDomain 4 NoMitoHomolog NoHomolog 0-25ambig chr14 26664116 26669846 4 8 13 1.38E+08 19 "brainstem, smallintestine, largeintestine, testis" 5.7 7.1 7.8 7.8
100756 84749 Usp30 6330590F17Rik|AI851327|D5Ertd483|D5Ertd483e ubiquitin specific peptidase 30 MitoCarta3.0 "literature,targetP signal+, mito protein domain" MOM "Protein import, sorting and homeostasis > Protein homeostasis > Proteases | Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy" Tpossible_mito 3.8539 0.098 0 "targetP signal+, mito protein domain" ENSMUSG00000029592 Q3UN04 517 1 SharedDomain 1 NoMitoHomolog NoHomolog 0-25ambig chr5 114100332 114122924 3 7 9 2.48E+07 20 "adipose, placenta, testis" 6.1 6.8 7.2
15278 64216 Tfb2m Hkp|Hkp1 "transcription factor B2, mitochondrial" MitoCarta3.0 "literature, APEX_matrix, targetP signal+, mito protein domain" Matrix Mitochondrial central dogma > mtDNA maintainance > mtDNA replication | Mitochondrial central dogma > mtRNA metabolism > Transcription Tmito 3.8539 0.098 1 "literature, APEX_matrix, targetP signal+, mito protein domain" ENSMUSG00000026492 Q3TL26 396 1 SharedDomain NA NoMitoHomolog NoHomolog 0-25ambig chr1 179528055 179546267 1 3 4 1.78E+07 10 placenta 7.3 Mitochondria (Enhanced)
66973 28973 Mrps18b 2400002C15Rik|MRP-S18-2|S18mt-b mitochondrial ribosomal protein S18B MitoCarta3.0 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, MS/MS" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 3.8196 0.097 1 "literature, APEX_matrix, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000024436 Q99N84 254 5 SharedDomain NA NoMitoHomolog Homolog 25-50ambig chr17 35910384 35916369 11 10 80 8.27E+08 44 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, adipose, smallintestine, largeintestine, placenta, testis" 7.6 7.2 7.4 7.3 5.7 7.8 7.9 7.6 8.1 8.5 7.8 Mitochondria (Supported)
109731 4129 Maob 6330414K01Rik|MAO|MAO-B monoamine oxidase B MitoCarta3.0 "literature, mito protein domain, MS/MS++" MOM Metabolism > Amino acid metabolism > Catechol metabolism | Metabolism > Detoxification > Xenobiotic metabolism Tmito 3.7627 0.1 1 "literature, mito protein domain, MS/MS++" ENSMUSG00000040147 Q8BW75 520 SharedDomain 1 NoMitoHomolog NoHomolog 50-75pure chrX 16709280 16817366 13 41 1350 8.46E+10 71 "cerebrum, cerebellum, brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.4 8.8 9.5 9.1 10.2 8.9 9.1 9.9 10.5 9.7 9.1 10.1 8.7
70564 84293 Prxl2a 5730469M10Rik|AU040822|Ad|Adrx|Fam21|Fam213a|Pamm peroxiredoxin like 2A MitoCarta3.0 "GFP, mito protein domain, MS/MS++" Membrane Metabolism > Detoxification > ROS and glutathione metabolism Tmito 3.7627 0.1 1 "GFP, mito protein domain, MS/MS++" ENSMUSG00000021792 Q9CYH2 218 SharedDomain 1 NoMitoHomolog NoHomolog 50-75pure chr14 40993739 41013775 11 20 265 9.21E+09 67 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, placenta, testis" 9 9 9.1 8.9 8.3 8.2 7.2 9.5 8.2 8.7 9
66447 4259 Mgst3 2010012L10Rik|2010306B17Rik|2700004G04Rik|AA516734|GST|GST-III microsomal glutathione S-transferase 3 MitoCarta3.0 "APEX_IMS, mito protein domain, MS/MS++" MOM Metabolism > Lipid metabolism > Eicosanoid metabolism Tmito 3.7627 0.1 1 "APEX_IMS, mito protein domain, MS/MS++" ENSMUSG00000026688 Q9CPU4 153 SharedDomain 2 NoMitoHomolog NoHomolog 50-75pure chr1 167372383 167393797 14 9 797 2.68E+10 75 all 14 9.3 9.2 9.4 8.9 8.7 7.8 8.5 9.2 9.6 9.7 9.8 9 9 8.7 Nucleoplasm (Approved)
56749 1723 Dhodh 2810417D19Rik|AI834883 dihydroorotate dehydrogenase MitoCarta3.0 "literature, mito protein domain, MS/MS++" MIM "Metabolism > Nucleotide metabolism > Nucleotide synthesis and processing | Metabolism > Electron carriers > Q-linked reactions, other" Tmito 3.7627 0.1 1 "literature, mito protein domain, MS/MS++" ENSMUSG00000031730 O35435 395 SharedDomain 3 NoMitoHomolog NoHomolog 50-75pure chr8 109593247 109608673 10 19 55 6.59E+08 63 "cerebrum, spinalcord, kidney, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.6 7.3 7.8 7.4 8.1 7.5 8.1 7.6 7.2 8.2 Mitochondria (Enhanced)
52443 51642 Mrpl48 1810030E20Rik|2610028L11Rik|CGI-11|CGI-118|D4Ertd786|D4Ertd786e|L48mt|MRP-L48 mitochondrial ribosomal protein L48 MitoCarta3.0 "literature, APEX_matrix, mito protein domain, MS/MS++" Matrix Mitochondrial central dogma > Translation > Mitochondrial ribosome Tmito 3.7627 0.1 1 "literature, APEX_matrix, mito protein domain, MS/MS++" ENSMUSG00000030706 Q8JZS9 211 SharedDomain NA NoMitoHomolog NoHomolog 50-75pure chr7 100549116 100583130 14 12 174 2.20E+09 61 all 14 8.2 8.2 8.4 7.9 8.2 8 7.8 7.6 8.2 7.9 8.8 7.6 8.4 7.9
14545 54332 Gdap1 - ganglioside-induced differentiation-associated-protein 1 MitoCarta3.0 "APEX_IMS, mito protein domain, MS/MS++" MOM 0 Tmito 3.7627 0.1 1 "APEX_IMS, mito protein domain, MS/MS++" ENSMUSG00000025777 O88741 358 SharedDomain 1 NoMitoHomolog NoHomolog 50-75pure chr1 17145372 17164270 4 19 173 5.46E+09 51 "cerebrum, cerebellum, brainstem, spinalcord" 9.2 8.8 9.3 9.1 Mitochondria (Supported)
12018 578 Bak1 Ba|Bak|N-B|N-BAK1|N-Bak BCL2-antagonist/killer 1 MitoCarta3.0 "literature, mito protein domain, MS/MS++" MOM Mitochondrial dynamics and surveillance > Apoptosis Tmito 3.7627 0.1 1 "literature, mito protein domain, MS/MS++" ENSMUSG00000057789 O08734 209 SharedDomain 1 NoMitoHomolog NoHomolog 50-75pure chr17 27019811 27028626 11 12 146 4.18E+09 65 "brainstem, spinalcord, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 6.4 7.3 7.2 7 7.2 8.6 9 9.3 7.6 8.8 7.7
17716 4535 mt-Nd1 - NADH dehydrogenase subunit 1 MitoCarta3.0 "literature, Rickettsial homolog, mito protein domain, MS/MS" MIM OXPHOS > Complex I > CI subunits | OXPHOS > OXPHOS subunits Tmito 3.6141 0.106 1 "literature, Rickettsial homolog, mito protein domain, MS/MS" ENSMUSG00000064341 P03888 318 SharedDomain NA NoMitoHomolog Ortholog 0-25pure chrM 2750 3707 14 8 489 2.56E+10 24 all 14 9.5 9.5 9.7 8.8 9.2 8.7 8.6 9.6 8.9 9.3 9.1 9.3 8.7 8.8
433904 132299 Ociad2 1810027I20Rik OCIA domain containing 2 MitoCarta3.0 MS/MS++ unknown Signaling Tpossible_mito 3.6083 0.106 0 MS/MS++ ENSMUSG00000029153 Q9D8W7 154 NA 0 NoMitoHomolog NoHomolog 75-100pure chr5 73322198 73338639 14 16 735 3.23E+10 86 all 14 9.7 9.6 8.9 8.6 6.6 8.8 6.4 8.7 7.9 9.5 10.2 9.3 8.5 8.7 Mitochondria (Enhanced)
66826 6901 Taz 5031411C02Rik|9130012G04Rik|AW107266|AW552613|G4.5 tafazzin MitoCarta3.0 "literature,yeast mito homolog++, mito protein domain" IMS Metabolism > Lipid metabolism > Cardiolipin synthesis Tpossible_mito 3.573 0.109 0 "yeast mito homolog++, mito protein domain" ENSMUSG00000009995 I7HJS2 263 SharedDomain 4 0.24 OrthologMitoHighConf NoHomolog chrX 74282696 74290151 Plasma membrane (Approved)
67880 51181 Dcxr 0610038K04Rik|1810027P18Rik|XR dicarbonyl L-xylulose reductase MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" Matrix Metabolism > Carbohydrate metabolism Tmito 3.3196 0.118 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000039450 Q91X52 244 3 SharedDomain 2 NoMitoHomolog Homolog 25-50crude chr11 120725372 120727281 9 5 25 5.89E+08 34 "cerebrum, cerebellum, spinalcord, heart, adipose, largeintestine, stomach, placenta, testis" 6 6.7 6.2 7.2 8.4 7.9 7.4 8.3 6.1 Microtubules;Nucleoli (Uncertain)
58801 5366 Pmaip1 N|Noxa phorbol-12-myristate-13-acetate-induced protein 1 MitoCarta3.0 "literature, targetP signal, mito protein domain+" MOM Mitochondrial dynamics and surveillance > Apoptosis Tmito 3.3105 0.118 1 "literature, targetP signal, mito protein domain+" ENSMUSG00000024521 Q9JM54 103 3 MitoDomain 3 -0.77 NoMitoHomolog NoHomolog chr18 66458603 66465558 Vesicles (Approved)
66536 55335 Nipsnap3b 2700063N13Rik|Nipsnap3a nipsnap homolog 3B MitoCarta3.0 "GFP, targetP signal, MS/MS+" Matrix 0 Tmito 3.2981 0.118 1 "GFP, targetP signal, MS/MS+" ENSMUSG00000015247 Q9CQE1 247 2 NonMitoDomain 2 -0.5 NoMitoHomolog NoHomolog 75-100ambig chr4 53011923 53022059 12 20 549 1.64E+10 87 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, adipose, smallintestine, largeintestine, stomach, placenta, testis" 9.1 8.9 8.9 8.8 8.7 9.6 9.1 9.2 9.2 8.8 9.4 9
109136 166785 Mmaa 2810018E08Rik|AI840684 methylmalonic aciduria (cobalamin deficiency) type A MitoCarta3.0 "manual, targetP signal, coexpression+" Matrix Metabolism > Vitamin metabolism > Vitamin B12 metabolism Tpossible_mito 3.2709 0.12 0 "targetP signal, coexpression+" ENSMUSG00000037022 Q8C7H1 415 3 NonMitoDomain 38 NoMitoHomolog NoHomolog 50-75crude chr8 79266423 79294956 13 24 138 2.93E+09 53 "cerebrum, cerebellum, brainstem, kidney, liver, heart, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 7.9 7.3 8 8.8 7.7 8.4 8.1 8.5 8.2 8.6 7.6 8.9 8.1 Cytosol (Approved)
13070 1583 Cyp11a1 Cyp1|Cyp11a|Cypxia1|D9Ertd411|D9Ertd411e|P450s|P450scc|Sc|Scc|csc|cscc "cytochrome P450, family 11, subfamily a, polypeptide 1" MitoCarta3.0 "literature, mito protein domain, MS/MS+" MIM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Metals and cofactors > Heme-containing proteins" Tmito 3.2546 0.121 1 "literature, mito protein domain, MS/MS+" ENSMUSG00000032323 Q9QZ82 526 5 SharedDomain 3 NoMitoHomolog NoHomolog 75-100ambig chr9 58015016 58027023 3 41 286 1.92E+10 83 "adipose, placenta, testis" 8.8 9.9 10
71361 84883 Aifm2 5430437E11Rik|Am|Amid|D730001I10Rik|FSP1|PR|PRG3 "apoptosis-inducing factor, mitochondrion-associated 2" MitoCarta3.0 "literature, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" Membrane Metabolism > Detoxification > ROS and glutathione metabolism | Mitochondrial dynamics and surveillance > Apoptosis Tmito 3.2346 0.122 1 "literature, yeast mito homolog, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000020085 Q8BUE4 380 SharedDomain 15 HomologMitoLowConf Homolog chr10 61715262 61739260 Vesicles (Supported)
69104 54708 Marchf5 1810015H18Rik|2310008I22Rik|2700055A20Rik|5730499H23Rik|E130202O05Rik|MARC|MARCH-V|MI|MITOL|March5|Marchv|Rnf1|Rnf153 membrane associated ring-CH-type finger 5 MitoCarta3.0 "literature, mito protein domain, coexpression, MS/MS" MOM Mitochondrial dynamics and surveillance > Mitophagy | Mitochondrial dynamics and surveillance > Autophagy Tmito 3.2056 0.122 1 "literature, mito protein domain, coexpression, MS/MS" ENSMUSG00000023307 Q3KNM2 278 SharedDomain 5 NoMitoHomolog NoHomolog 50-75ambig chr19 37207544 37224457 12 12 133 3.06E+09 56 "cerebrum, cerebellum, brainstem, spinalcord, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.9 8.6 8.7 8.2 7.9 7.6 8.1 7.6 8 6.9 8.7 8.5 Mitochondria (Supported)
21672 7001 Prdx2 AL022839|Band-8|NkefB|P|PRP|PrxII|T|TDX1|TP|TPx|TPx-B|TR|TSA|Tdpx|Tdpx1|Torin peroxiredoxin 2 MitoCarta3.0 "GFP, Rickettsial homolog, mito protein domain, coexpression" unknown Metabolism > Detoxification > ROS and glutathione metabolism Tmito 3.1813 0.123 1 "GFP, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000005161 Q61171 198 SharedDomain 6 NoMitoHomolog Homolog 50-75crude chr8 84969647 84974313 9 12 161 4.61E+09 60 "cerebrum, cerebellum, brainstem, spinalcord, adipose, smallintestine, stomach, placenta, testis" 8.6 8.5 9.3 8.4 7.9 8.2 7.1 8.7 8.9
94281 119559 Sfxn4 - sideroflexin 4 MitoCarta3.0 "literature, yeast mito homolog, mito protein domain+" MIM Small molecule transport > Sideroflexins Tmito 3.1615 0.123 1 "literature, yeast mito homolog, mito protein domain+" ENSMUSG00000063698 Q925N1 313 MitoDomain 1 HomologMitoLowConf NoHomolog 0-25ambig chr19 60837276 60861430 2 3 6 1.61E+07 14 "cerebellum, spinalcord" 7 6.8
52668 3429 Ifi27 1110013J02Rik|2900026P10Rik|D12Ertd647|D12Ertd647e|ISG12a|Ifi2|Ifi27l1 "interferon, alpha-inducible protein 27" MitoCarta3.0 "literature, targetP signal, induction, coexpression" Membrane Signaling > Immune response | Mitochondrial dynamics and surveillance > Apoptosis Tmito 3.1569 0.123 1 "literature, targetP signal, induction, coexpression" ENSMUSG00000064215 Q8C6G0 260 4 NA 11 1.04 NoMitoHomolog NoHomolog chr12 103434188 103440245
217262 10350 Abca9 D630040K07Rik "ATP-binding cassette, sub-family A (ABC1), member 9" MitoCarta3.0 "GFP, targetP signal, Rickettsial homolog, mito protein domain" Membrane Small molecule transport > ABC transporters Tmito 3.0045 0.133 1 "GFP, targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000041797 Q8K449 1623 3 SharedDomain NA NoMitoHomolog Homolog 0-25ambig chr11 110100821 110168153 2 7 9 2.10E+07 7 "cerebrum, placenta" 6.9 7.1 Endoplasmic reticulum (Approved)
71986 55794 Ddx28 2410004K13Rik|AI449652|Mddx28 DEAD box helicase 28 MitoCarta3.0 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > mtRNA metabolism > mtRNA granules | Mitochondrial central dogma > Translation > Mitochondrial ribosome assembly Tmito 3.0045 0.133 1 "literature, APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000045538 Q9CWT6 540 3 SharedDomain 3 NoMitoHomolog Homolog 0-25ambig chr8 106009615 106011486 2 3 5 2.57E+07 5 "spinalcord, adipose" 6.4 7.4 Cytosol;Mitochondria (Supported)
70025 11332 Acot7 2410041A17Rik|AU01471|Ach1|Act|Bac|Bach|CTE-IIa|Cte-II|Lach1 acyl-CoA thioesterase 7 MitoCarta3.0 "targetP signal, mito protein domain, induction" Matrix Metabolism > Lipid metabolism Tnon_mito 2.8901 0.133 0 "targetP signal, mito protein domain, induction" ENSMUSG00000028937 Q91V12 384 3 SharedDomain 1 1.09 NoMitoHomolog NoHomolog 0-25crude chr4 152178099 152271855 4 6 18 2.05E+08 17 "brainstem, spinalcord, adipose, largeintestine" 7.9 7.8 7.6 7.3 Cytosol (Supported)
320183 253827 Msrb3 D430026P16Rik|I-8-23|MsrB2 methionine sulfoxide reductase B3 MitoCarta3.0 "yeast mito homolog+, mito protein domain" unknown Metabolism > Detoxification > ROS and glutathione metabolism Tpossible_mito 2.8588 0.134 0 "yeast mito homolog+, mito protein domain" ENSMUSG00000051236 Q8BU85 186 5 SharedDomain 0 -0.28 OrthologMitoLowConf NoHomolog chr10 120781100 120898971
69478 145853 2300009A05Rik - RIKEN cDNA 2300009A05 gene MitoCarta3.0 "APEX_matrix, targetP signal, MS/MS" Matrix 0 Tmito 2.8493 0.135 1 "APEX_matrix, targetP signal, MS/MS" ENSMUSG00000032403 Q0VG49 157 2 NA 1 NoMitoHomolog NoHomolog 25-50ambig chr9 63394446 63399244 7 4 19 4.09E+07 25 "brainstem, spinalcord, skeletalmuscle, adipose, largeintestine, stomach, testis" 6.5 6.8 6.4 6.9 7.1 6.7 6.1 Nucleoli;Vesicles (Approved)
52123 55326 Agpat5 1110013A05Rik|D8Ertd319|D8Ertd319e "1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon)" MitoCarta3.0 "literature, mito protein domain, induction, MS/MS" MOM Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 2.8099 0.137 1 "literature, mito protein domain, induction, MS/MS" ENSMUSG00000031467 Q9D1E8 365 SharedDomain 3 0.73 NoMitoHomolog NoHomolog 25-50ambig chr8 18846278 18884413 8 16 65 5.62E+08 47 "cerebellum, brainstem, spinalcord, adipose, smallintestine, largeintestine, placenta, testis" 6.6 8.3 7.7 6.7 7.6 8 8.2 7.2 Mitochondria (Supported)
16365 730249 Acod1 AI323667|CAD|Ir|Irg1 aconitate decarboxylase 1 MitoCarta3.0 "literature,yeast mito homolog, mito protein domain+" Matrix Metabolism > Carbohydrate metabolism > Itaconate metabolism | Signaling > Immune response Tpossible_mito 2.8025 0.139 0 "yeast mito homolog, mito protein domain+" ENSMUSG00000022126 P54987 488 MitoDomain 0 HomologMitoHighConf NoHomolog chr14 103047011 103056573
269514 26235 Fbxl4 AI836810|FBL|FBL4|FBL5 F-box and leucine-rich repeat protein 4 MitoCarta3.0 "literature, mito protein domain, coexpression" IMS 0 Tmito 2.7757 0.141 1 "literature, mito protein domain, coexpression" ENSMUSG00000040410 Q8BH70 621 5 SharedDomain 21 NoMitoHomolog NoHomolog 0-25crude chr4 22357542 22434091 1 1 1 6.12E+06 3 adipose 6.8 Nuclear speckles (Supported)
67634 94033 Ftmt 4930447C24Rik|FerH|Fth3|MtF ferritin mitochondrial MitoCarta3.0 "literature, targetP signal, mito protein domain, MS/MS" Matrix Metabolism > Metals and cofactors > Iron homeostasis Tmito 2.7739 0.141 1 "literature, targetP signal, mito protein domain, MS/MS" ENSMUSG00000024510 Q9D5H4 237 3 SharedDomain 2 NoMitoHomolog NoHomolog 25-50ambig chr18 52331535 52332996 1 9 18 1.09E+09 48 testis 9
14732 57678 Gpam GPA|GPAT|GPAT-1|GPAT1|P90 "glycerol-3-phosphate acyltransferase, mitochondrial" MitoCarta3.0 "literature, mito protein domain, coexpression" Membrane Metabolism > Lipid metabolism > Cardiolipin synthesis | Metabolism > Lipid metabolism > Phospholipid metabolism Tmito 2.7734 0.142 1 "literature, mito protein domain, coexpression" ENSMUSG00000024978 Q61586 827 SharedDomain 23 NoMitoHomolog NoHomolog 50-75crude chr19 55069733 55099447 10 39 208 2.98E+09 54 "cerebellum, spinalcord, kidney, liver, skeletalmuscle, adipose, largeintestine, stomach, placenta, testis" 6.9 7.1 8.4 8.5 8 9.3 8.1 7.7 8.1 8.2 Mitochondria (Approved)
60507 81890 Qtrt1 2610028E17Rik|Tgt queuine tRNA-ribosyltransferase catalytic subunit 1 MitoCarta3.0 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tmito 2.6242 0.147 1 "APEX_matrix, targetP signal, Rickettsial homolog, mito protein domain, coexpression" ENSMUSG00000002825 Q9JMA2 403 4 SharedDomain 6 NoMitoHomolog Homolog chr9 21411836 21420279 Mitochondria (Approved)
242642 84842 Hpdl A830048M07Rik|BC034099|Glox|Gloxd1 4-hydroxyphenylpyruvate dioxygenase-like MitoCarta3.0 "manual, targetP signal, induction" unknown 0 Tnon_mito 2.6218 0.147 0 "targetP signal, induction" ENSMUSG00000043155 Q8K248 371 2 NA 0 2.16 NoMitoHomolog NoHomolog chr4 116819906 116821508 Mitochondria (Supported)
664994 79763 Isoc2a Is|Isoc2 isochorismatase domain containing 2a MitoCarta3.0 "APEX_matrix, MS/MS++" Matrix 0 Tmito 2.5897 0.149 1 "APEX_matrix, MS/MS++" ENSMUSG00000086784 P85094 206 5 NonMitoDomain NA NoMitoHomolog NoHomolog 75-100pure chr7 4877052 4895716 14 19 1315 1.24E+11 97 all 14 9.8 9.8 10.2 9.6 10.5 10.3 9.4 8.9 10 9.4 9.7 9.5 9.7 10.2 Mitochondria (Approved)
110115 Cyp11b1 AA389061|CPN1|Cyp11|Cyp11b|Cyp11b-|Cyp11b-1|FHI "cytochrome P450, family 11, subfamily b, polypeptide 1" MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression" MIM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis" Tmito 2.3962 0.154 1 "literature, targetP signal, mito protein domain, coexpression" ENSMUSG00000075604 Q3TG86 501 2 SharedDomain 8 NoMitoHomolog NoHomolog chr15 74834891 74841643
13072 1585 Cyp11b2 ALDOS|Cpn2|Cyp11|Cyp11b|Cyp11b-|Cyp11b-2 "cytochrome P450, family 11, subfamily b, polypeptide 2" MitoCarta3.0 "literature, targetP signal, mito protein domain, coexpression" MIM "Metabolism > Lipid metabolism > Cholesterol, bile acid, steroid synthesis | Metabolism > Metals and cofactors > Heme-containing proteins" Tmito 2.3962 0.154 1 "literature, targetP signal, mito protein domain, coexpression" ENSMUSG00000022589 P15539 502 2 SharedDomain 8 NoMitoHomolog NoHomolog chr15 74851009 74856318
100048644 100303755 Pet117 Gm20571 PET117 homolog MitoCarta3.0 "literature, yeast mito homolog, MS/MS" MIM OXPHOS > Complex IV > CIV assembly factors | OXPHOS > OXPHOS assembly factors Tmito 2.3811 0.154 1 "literature, yeast mito homolog, MS/MS" ENSMUSG00000098387 P0DJF2 80 NA NA HomologMitoHighConf NoHomolog 50-75ambig chr2 144368982 144373337 7 7 29 3.36E+08 73 "cerebrum, cerebellum, liver, adipose, largeintestine, stomach, placenta" 7.7 7.5 7.4 7.2 7.8 7.6 8
71412 10202 Dhrs2 5430405K24Rik|Hep27 dehydrogenase/reductase member 2 MitoCarta3.0 "literature,targetP signal, Rickettsial homolog, mito protein domain" Matrix Metabolism > Detoxification > Xenobiotic metabolism Tpossible_mito 2.3487 0.155 0 "targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000022209 Q149L0 282 2 SharedDomain NA NoMitoHomolog Homolog chr14 55222006 55241440 Mitochondria (Supported)
66971 51654 Cdk5rap1 2310066P17Rik CDK5 regulatory subunit associated protein 1 MitoCarta3.0 "literature,targetP signal, Rickettsial homolog, mito protein domain" Matrix Mitochondrial central dogma > mtRNA metabolism > mt-tRNA modifications Tnon_mito 2.3487 0.155 0 "targetP signal, Rickettsial homolog, mito protein domain" ENSMUSG00000027487 Q8BTW8 588 2 SharedDomain 1 NoMitoHomolog Homolog chr2 154335385 154372719 Nuclear speckles (Approved)
56463 27044 Snd1 AL033314|Tudo|Tudor-SN staphylococcal nuclease and tudor domain containing 1 MitoCarta3.0 "GFP, yeast mito homolog, mito protein domain" unknown 0 Tmito 2.2753 0.166 1 "GFP, yeast mito homolog, mito protein domain" ENSMUSG00000001424 Q78PY7 910 5 SharedDomain 3 HomologMitoHighConf NoHomolog 25-50crude chr6 28480347 28888832 7 24 57 2.01E+08 27 "cerebrum, cerebellum, brainstem, liver, smallintestine, placenta, testis" 7.1 6.3 6.4 7.7 6.5 7.3 8 Cytosol (Enhanced)
109754 1727 Cyb5r3 0610016L08Rik|2500002N19Rik|B5R|C85115|Di|Dia|Dia-1|Dia1|WU:Cyb5r3 cytochrome b5 reductase 3 MitoCarta3.0 "literature, mito protein domain, MS/MS+" MOM Metabolism > Detoxification > Xenobiotic metabolism | Metabolism > Detoxification > Amidoxime reducing complex | Metabolism > Lipid metabolism Tmito 2.1933 0.167 1 "literature, mito protein domain, MS/MS+" ENSMUSG00000018042 Q9DCN2 301 SharedDomain 2 -0.4 NoMitoHomolog NoHomolog 75-100ambig chr15 83153500 83172208 13 25 506 3.53E+10 79 "cerebrum, cerebellum, brainstem, spinalcord, kidney, liver, skeletalmuscle, adipose, smallintestine, largeintestine, stomach, placenta, testis" 8.7 8.2 8.5 8.9 9.1 9.6 6.9 9.5 10 9.4 8.8 10 9.3 Endoplasmic reticulum (Supported)
17161 4128 Maoa 1110061B18Rik|AA407771|MA monoamine oxidase A MitoCarta3.0 "literature, mito protein domain, MS/MS+" MOM Metabolism > Amino acid metabolism > Catechol metabolism | Metabolism > Detoxification > Xenobiotic metabolism Tmito 2.1933 0.167 1 "literature, mito protein domain, MS/MS+" ENSMUSG00000025037 Q64133 526 SharedDomain 2 -0.57 NoMitoHomolog NoHomolog 75-100ambig chrX 16619697 16687812 14 46 1702 1.55E+11 79 all 14 9.3 8.9 9.6 9.2 7.4 9 7.7 8.6 9.7 11 10.6 8.7 9.7 8.6 Mitochondria (Enhanced)
75734 56947 Mff 5230400G24Rik|AI314724 mitochondrial fission factor MitoCarta3.0 "literature, induction, MS/MS" MOM Mitochondrial dynamics and surveillance > Fission Tmito 2.177 0.167 1 "literature, induction, MS/MS" ENSMUSG00000026150 Q6PCP5 291 NA 2 0.61 NoMitoHomolog NoHomolog 50-75ambig chr1 82724917 82752389 8 10 96 1.24E+09 63 "cerebrum, cerebellum, brainstem, spinalcord, adipose, largeintestine, placenta, testis" 8.4 8.4 8.5 7.8 7.4 7.9 8.1 8.1 Mitochondria (Supported)
270151 79671 Nlrx1 BC034204|NOD9 NLR family member X1 MitoCarta3.0 "APEX_matrix, targetP signal, MS/MS" Matrix Signaling > Immune response Tmito 2.141 0.169 1 "APEX_matrix, targetP signal, MS/MS" ENSMUSG00000032109 Q3TL44 975 3 NA 2 NoMitoHomolog NoHomolog 50-75ambig chr9 44252712 44268599 14 52 533 8.27E+09 63 all 14 8.5 8.6 8.6 7.4 9.1 8.3 7.8 9.3 9.3 7.7 8.9 7.7 8.6 8.7 Mitochondria (Supported)