-
Notifications
You must be signed in to change notification settings - Fork 0
/
pathway_table_approved.tsv
We can't make this file beautiful and searchable because it's too large.
1843 lines (1843 loc) · 625 KB
/
pathway_table_approved.tsv
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
"id" "url" "name" "species" "revision" "authors" "last" "communities" "ontologies"
"WP554" "https://www.wikipathways.org/index.php/Pathway:WP554" "ACE inhibitor pathway" "Homo sapiens" "118788" "C.F.Thorn, MaintBot, Jinwook, Khanspers, AlexanderPico, Thomas, MartijnVanIersel, Egonw, Christine Chichester, Nuno, DeSl, Mkutmon, Eweitz" 2021-06-01 "" "- id: PW:0000245|,| value: angiotensin signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology|;|- id: DOID:10763|,| value: hypertension|,| type: Disease|;|- id: CL:0000650|,| value: mesangial cell|,| type: Cell Type"
"WP528" "https://www.wikipathways.org/index.php/Pathway:WP528" "Acetylcholine synthesis" "Homo sapiens" "116805" "A.Kwa, MaintBot, Khanspers, Hubert, MartijnVanIersel, Thomas, Egonw, Ariutta, Anwesha, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000408|,| value: acetylcholine metabolic pathway|,| type: Pathway Ontology"
"WP236" "https://www.wikipathways.org/index.php/Pathway:WP236" "Adipogenesis" "Homo sapiens" "105873" "M.Patti, MaintBot, Khanspers, Nsalomonis, MartijnVanIersel, AlexanderPico, AMTan" 2019-08-16 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0002334|,| value: preadipocyte|,| type: Cell Type"
"WP106" "https://www.wikipathways.org/index.php/Pathway:WP106" "Alanine and aspartate metabolism" "Homo sapiens" "114258" "L.M.Ferrante, MaintBot, Khanspers, Andra, Michiel, MartijnVanIersel, AlexanderPico, Christine Chichester, Egonw, Mkutmon" 2021-01-02 "" "- id: PW:0000011|,| value: amino acid metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000028|,| value: alanine, aspartate and glutamate metabolic pathway|,| type: Pathway Ontology"
"WP244" "https://www.wikipathways.org/index.php/Pathway:WP244" "Alpha 6 beta 4 signaling pathway" "Homo sapiens" "117645" "A.Pandey, 212.48.140.65, MaintBot, Nsalomonis, Khanspers, MartijnVanIersel, Mkutmon, Egonw, L Dupuis, Eweitz" 2021-05-22 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP138" "https://www.wikipathways.org/index.php/Pathway:WP138" "Androgen receptor signaling pathway" "Homo sapiens" "115904" "A.Pandey, MaintBot, Nsalomonis, Andra, AlexanderPico, Khanspers, MartijnVanIersel, NetPath, Robertbaertsch, Mkutmon, Zari, L Dupuis, Egonw" 2021-03-20 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: PW:0000564|,| value: androgen signaling pathway|,| type: Pathway Ontology"
"WP254" "https://www.wikipathways.org/index.php/Pathway:WP254" "Apoptosis" "Homo sapiens" "118382" "A.C.Zambon, MaintBot, AlexanderPico, Thomas, Susan, Angelika, B.Lawlor, MartijnVanIersel, Gillespm, Khanspers, Jildau, Ariutta, Nuno, Egonw, Mkutmon, MirellaKalafati, JosipMadunic, Anam" 2021-05-27 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology|;|- id: PW:0000009|,| value: programmed cell death pathway|,| type: Pathway Ontology|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: PW:0000275|,| value: cell death pathway|,| type: Pathway Ontology|;|- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP23" "https://www.wikipathways.org/index.php/Pathway:WP23" "B cell receptor signaling pathway" "Homo sapiens" "117659" "A.Pandey, MaintBot, Khanspers, Mkutmon, MartijnVanIersel, NetPath, Christine Chichester, Zari, AlexanderPico, L Dupuis, Egonw, Eweitz" 2021-05-22 "" "- id: CL:0000236|,| value: B cell|,| type: Cell Type|;|- id: PW:0000818|,| value: signaling pathway pertinent to immunity|,| type: Pathway Ontology|;|- id: PW:0000822|,| value: B cell receptor signaling pathway|,| type: Pathway Ontology"
"WP550" "https://www.wikipathways.org/index.php/Pathway:WP550" "Biogenic amine synthesis" "Homo sapiens" "119093" "AlexanderPico, MaintBot, Khanspers, Thomas, MartijnVanIersel, Christine Chichester, Egonw, Evelo, AAR&Co, Mkutmon, Eweitz, Finterly" 2021-06-17 "" "- id: PW:0000436|,| value: amine neurotransmitter metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0001234 |,| value: biogenic amine biosynthetic pathway|,| type: Pathway Ontology"
"WP272" "https://www.wikipathways.org/index.php/Pathway:WP272" "Blood clotting cascade" "Homo sapiens" "118424" "A.Kwa, MaintBot, Khanspers, Thomas, Andra, Lslabim, Mkutmon, Egonw, Eweitz" 2021-05-27 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology|;|- id: PW:0000475|,| value: hemostasis pathway|,| type: Pathway Ontology|;|- id: DOID:1247|,| value: blood coagulation disorder|,| type: Disease|;|- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology"
"WP536" "https://www.wikipathways.org/index.php/Pathway:WP536" "Calcium regulation in cardiac cells" "Homo sapiens" "116854" "Nsalomonis, MaintBot, Susan, Thomas, J.Fong, N.Cotte, Amcuser, Jildau, Khanspers, AlexanderPico, MartijnVanIersel, Christine Chichester, Metalmephisto, DeSl, Marvin M2, Fehrhart, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000103|,| value: transport pathway|,| type: Pathway Ontology|;|- id: CL:0000746|,| value: cardiac muscle cell|,| type: Cell Type|;|- id: DOID:1287|,| value: cardiovascular system disease|,| type: Disease|;|- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP45" "https://www.wikipathways.org/index.php/Pathway:WP45" "G1 to S cell cycle control" "Homo sapiens" "106424" "A.C.Zambon, MaintBot, Khanspers, Mark.scott, AlexanderPico, Christine Chichester, Zari, Ryanmiller, DeSl" 2019-08-28 "" "- id: PW:0000094|,| value: cell cycle checkpoint pathway|,| type: Pathway Ontology|;|- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP179" "https://www.wikipathways.org/index.php/Pathway:WP179" "Cell cycle" "Homo sapiens" "116693" "Nsalomonis, MaintBot, Susan, IlianaSach, BruceConklin, Dmitriev200, BadrulYahaya, Thomas, MartijnVanIersel, AlexanderPico, Christine Chichester, Mkutmon, JosipMadunic, Khanspers, DeSl, Egonw, Eweitz" 2021-05-09 "" "- id: PW:0000094|,| value: cell cycle checkpoint pathway|,| type: Pathway Ontology|;|- id: PW:0000086 |,| value: cell cycle pathway, mitotic|,| type: Pathway Ontology"
"WP410" "https://www.wikipathways.org/index.php/Pathway:WP410" "Exercise-induced circadian regulation" "Homo sapiens" "117108" "A.C.Zambon, MaintBot, Thomas, AlexanderPico, Khanspers, MartijnVanIersel, Mkutmon, AMTan, Eweitz" 2021-05-17 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: CL:0000188|,| value: cell of skeletal muscle|,| type: Cell Type"
"WP545" "https://www.wikipathways.org/index.php/Pathway:WP545" "Complement activation" "Homo sapiens" "116815" "Nsalomonis, MaintBot, Khanspers, Michiel, Christine Chichester, Mkutmon, AlexanderPico, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000234|,| value: innate immune response pathway|,| type: Pathway Ontology|;|- id: PW:0000023|,| value: immune response pathway|,| type: Pathway Ontology|;|- id: PW:0000503|,| value: classical complement pathway|,| type: Pathway Ontology"
"WP558" "https://www.wikipathways.org/index.php/Pathway:WP558" "Complement and coagulation cascades" "Homo sapiens" "119232" "169.230.77.174, MaintBot, Thomas, Khanspers, Lslabim, AlexanderPico, Ddigles, Zari, Egonw, Lindarieswijk, Fehrhart, DeSl, Eweitz, Finterly" 2021-06-22 "" "- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology|;|- id: PW:0000475|,| value: hemostasis pathway|,| type: Pathway Ontology|;|- id: DOID:1247|,| value: blood coagulation disorder|,| type: Disease|;|- id: PW:0000502|,| value: complement system pathway|,| type: Pathway Ontology"
"WP530" "https://www.wikipathways.org/index.php/Pathway:WP530" "Cytokines and inflammatory response" "Homo sapiens" "117693" "S.Burel, MaintBot, AlexanderPico, Thomas, FerryJagers, Jack007, Egonw, Ryanmiller, Khanspers, Wpblocked, Eweitz" 2021-05-22 "" "- id: PW:0000023|,| value: immune response pathway|,| type: Pathway Ontology|;|- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP466" "https://www.wikipathways.org/index.php/Pathway:WP466" "DNA replication" "Homo sapiens" "117096" "Kdahlquist, MaintBot, Khanspers, Thomas, D.Koren, Zari, Mkutmon, AlexanderPico, Egonw, DeSl, Eweitz" 2021-05-17 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology|;|- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP61" "https://www.wikipathways.org/index.php/Pathway:WP61" "Notch signaling pathway (Netpath)" "Homo sapiens" "117806" "A.Pandey, MaintBot, Khanspers, NetPath, DeSl, L Dupuis, Egonw, Eweitz" 2021-05-22 "CIRM_Related" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP437" "https://www.wikipathways.org/index.php/Pathway:WP437" "EGF/EGFR signaling pathway" "Homo sapiens" "118995" "A.Pandey, MaintBot, Nsalomonis, Michiel, AlexanderPico, Khanspers, NetPath, Christine Chichester, Zari, L Dupuis, Egonw, Eweitz, Finterly" 2021-06-08 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP167" "https://www.wikipathways.org/index.php/Pathway:WP167" "Eicosanoid synthesis" "Homo sapiens" "117707" "A.Kwa, MaintBot, Khanspers, Thomas, Carlospirola, AlexanderPico, Christine Chichester, Mkutmon, Egonw, DeSl, Eweitz" 2021-05-22 "Lipids" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology|;|- id: CL:0000066|,| value: epithelial cell|,| type: Cell Type|;|- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP111" "https://www.wikipathways.org/index.php/Pathway:WP111" "Electron transport chain: OXPHOS system in mitochondria" "Homo sapiens" "117097" "Kdahlquist, MaintBot, AlexanderPico, Khanspers, FerryJagers, Christine Chichester, Egonw, Mkutmon, DeSl, Wpblocked, Eweitz" 2021-05-17 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP314" "https://www.wikipathways.org/index.php/Pathway:WP314" "Fas ligand pathway and stress induction of heat shock proteins" "Homo sapiens" "116694" "169.230.77.174, MaintBot, Khanspers, Thomas, Bassetfrog, Jildau, AlexanderPico, Christine Chichester, Zari, MirellaKalafati, L Dupuis, Eweitz" 2021-05-09 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology|;|- id: PW:0000009|,| value: programmed cell death pathway|,| type: Pathway Ontology|;|- id: PW:0000237|,| value: stress response pathway|,| type: Pathway Ontology|;|- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP206" "https://www.wikipathways.org/index.php/Pathway:WP206" "Fatty acid omega-oxidation" "Homo sapiens" "117723" "Evelo, MaintBot, Michiel, AlexanderPico, Christine Chichester, Egonw, DeSl, Khanspers, Eweitz" 2021-05-22 "" "- id: PW:0000642|,| value: fatty acid degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000058|,| value: fatty acid metabolic pathway|,| type: Pathway Ontology|;|- id: DOID:3146|,| value: fatty acid metabolism|,| type: Disease|;|- id: PW:0001253|,| value: fatty acid omega degradation pathway|,| type: Pathway Ontology"
"WP357" "https://www.wikipathways.org/index.php/Pathway:WP357" "Fatty acid biosynthesis" "Homo sapiens" "117722" "Kdahlquist, MaintBot, Michiel, AlexanderPico, Evelo, Bassetfrog, Jildau, MartijnVanIersel, Egonw, Mkutmon, Fehrhart, Khanspers, DeSl, Eweitz" 2021-05-22 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP306" "https://www.wikipathways.org/index.php/Pathway:WP306" "Focal adhesion" "Homo sapiens" "116784" "169.230.77.174, MaintBot, Thomas, Khanspers, AlexanderPico, Egonw, Zari, Dtruong, MirellaKalafati, Ariutta, Eweitz" 2021-05-14 "" "- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP524" "https://www.wikipathways.org/index.php/Pathway:WP524" "G13 signaling pathway" "Homo sapiens" "117113" "A.Chow, MaintBot, Kushidat, Khanspers, Thomas, AlexanderPico, Mkutmon, Egonw, Eweitz" 2021-05-17 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology|;|- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP455" "https://www.wikipathways.org/index.php/Pathway:WP455" "GPCRs, class A rhodopsin-like" "Homo sapiens" "117740" "Nsalomonis, MaintBot, AlexanderPico, BruceConklin, Khanspers, Egonw, Zari, Eweitz" 2021-05-22 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP334" "https://www.wikipathways.org/index.php/Pathway:WP334" "GPCRs, class B secretin-like" "Homo sapiens" "117741" "Nsalomonis, MaintBot, AlexanderPico, BruceConklin, Khanspers, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP501" "https://www.wikipathways.org/index.php/Pathway:WP501" "GPCRs, class C metabotropic glutamate, pheromone" "Homo sapiens" "117742" "Nsalomonis, MaintBot, AlexanderPico, BruceConklin, Khanspers, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000455|,| value: Excitatory synaptic transmission pathway|,| type: Pathway Ontology|;|- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP117" "https://www.wikipathways.org/index.php/Pathway:WP117" "GPCRs, other" "Homo sapiens" "117743" "Nsalomonis, MaintBot, BruceConklin, Khanspers, AlexanderPico, Egonw, Zari, Mkutmon, Eweitz" 2021-05-22 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP35" "https://www.wikipathways.org/index.php/Pathway:WP35" "G protein signaling pathways" "Homo sapiens" "117729" "Nsalomonis, MaintBot, AlexanderPico, BruceConklin, C.Redfern, Thomas, Samuel Sklar, Zari, Mkutmon, Khanspers, Eweitz" 2021-05-22 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology|;|- id: PW:0000228|,| value: G protein mediated signaling pathway via Galphai family|,| type: Pathway Ontology|;|- id: PW:0000229|,| value: G protein mediated signaling pathway via Galphaq family|,| type: Pathway Ontology"
"WP500" "https://www.wikipathways.org/index.php/Pathway:WP500" "Glycogen synthesis and degradation" "Homo sapiens" "119104" "Kdahlquist, MaintBot, Khanspers, Andra, Susan, AlexanderPico, HarmNijveen, Mkutmon, DeSl, Jessev1993, Fehrhart, Egonw, Eweitz, Finterly" 2021-06-17 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000534|,| value: glycogen degradation pathway|,| type: Pathway Ontology"
"WP534" "https://www.wikipathways.org/index.php/Pathway:WP534" "Glycolysis and gluconeogenesis" "Homo sapiens" "117147" "Kdahlquist, MaintBot, Susan, N.Fidelman, MartijnVanIersel, Khanspers, Thomas, Jildau, AlexanderPico, Egonw, Mkutmon, The Herald, MirkoBaranzini, DeSl, MarkAHershberger, Ambar21, Eweitz" 2021-05-18 "" "- id: PW:0000640|,| value: glycolysis pathway|,| type: Pathway Ontology|;|- id: PW:0000641|,| value: gluconeogenesis pathway|,| type: Pathway Ontology|;|- id: PW:0000025|,| value: glycolysis/gluconeogenesis pathway|,| type: Pathway Ontology|;|- id: PW:0000026|,| value: citric acid cycle pathway|,| type: Pathway Ontology"
"WP384" "https://www.wikipathways.org/index.php/Pathway:WP384" "Apoptosis modulation by HSP70" "Homo sapiens" "117650" "I.Reyes, MaintBot, Khanspers, PaoloRomano, Jildau, AlexanderPico, Christine Chichester, Lorasimons, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP47" "https://www.wikipathways.org/index.php/Pathway:WP47" "Hedgehog signaling pathway Netpath" "Homo sapiens" "117750" "A.Pandey, MaintBot, Andra, Khanspers, Mkutmon, AlexanderPico, NetPath, DeSl, L Dupuis, Egonw, Eweitz" 2021-05-22 "CIRM_Related" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP561" "https://www.wikipathways.org/index.php/Pathway:WP561" "Heme biosynthesis" "Homo sapiens" "117151" "Kdahlquist, MaintBot, Khanspers, Mills42, Andra, AlexanderPico, Egonw, Mkutmon, DeSl, Eweitz" 2021-05-18 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology|;|- id: CL:0002092|,| value: bone marrow cell|,| type: Cell Type|;|- id: CL:0000988|,| value: hematopoietic cell|,| type: Cell Type"
"WP195" "https://www.wikipathways.org/index.php/Pathway:WP195" "IL-1 signaling pathway" "Homo sapiens" "115902" "A.Pandey, MaintBot, Thripsi, Khanspers, MartijnVanIersel, NetPath, Christine Chichester, Joppe014, Zari, Mkutmon, L Dupuis, Egonw" 2021-03-20 "" "- id: PW:0000023|,| value: immune response pathway|,| type: Pathway Ontology|;|- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology|;|- id: PW:0000820|,| value: signaling pathway in the adaptive immune response|,| type: Pathway Ontology|;|- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000883|,| value: interleukin-1 signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP49" "https://www.wikipathways.org/index.php/Pathway:WP49" "IL-2 signaling pathway" "Homo sapiens" "116633" "A.Pandey, MaintBot, Khanspers, Mkutmon, MartijnVanIersel, AlexanderPico, NetPath, Christine Chichester, Fehrhart, Egonw, Eweitz" 2021-05-09 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000907|,| value: interleukin-2 signaling pathway|,| type: Pathway Ontology"
"WP286" "https://www.wikipathways.org/index.php/Pathway:WP286" "IL-3 signaling pathway" "Homo sapiens" "116632" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, NetPath, Christine Chichester, Mkutmon, L Dupuis, Egonw, Eweitz" 2021-05-09 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000968|,| value: interleukin-3 signaling pathway|,| type: Pathway Ontology"
"WP395" "https://www.wikipathways.org/index.php/Pathway:WP395" "IL-4 signaling pathway" "Homo sapiens" "116636" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, AlexanderPico, NetPath, Christine Chichester, Joppe014, Egonw, Zari, Mkutmon, L Dupuis, Joops05, Eweitz" 2021-05-09 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000912|,| value: interleukin-4 signaling pathway|,| type: Pathway Ontology"
"WP127" "https://www.wikipathways.org/index.php/Pathway:WP127" "IL-5 signaling pathway" "Homo sapiens" "116634" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, AlexanderPico, NetPath, Andra, Christine Chichester, Noopur144, L Dupuis, Egonw, Eweitz" 2021-05-09 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000969|,| value: interleukin-5 signaling pathway|,| type: Pathway Ontology"
"WP364" "https://www.wikipathways.org/index.php/Pathway:WP364" "IL-6 signaling pathway" "Homo sapiens" "115943" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, NetPath, Christine Chichester, Mkutmon, Joppe014, Zari, Susan, L Dupuis, Egonw" 2021-03-21 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000516|,| value: interleukin-6 signaling pathway|,| type: Pathway Ontology"
"WP205" "https://www.wikipathways.org/index.php/Pathway:WP205" "IL-7 signaling pathway" "Homo sapiens" "116637" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, AlexanderPico, NetPath, Christine Chichester, Zari, Egonw, Mkutmon, L Dupuis, Eweitz" 2021-05-09 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000908|,| value: interleukin-7 signaling pathway|,| type: Pathway Ontology"
"WP22" "https://www.wikipathways.org/index.php/Pathway:WP22" "IL-9 signaling pathway" "Homo sapiens" "116635" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, AlexanderPico, NetPath, Christine Chichester, Mkutmon, Zari, AMTan, L Dupuis, Egonw, Eweitz" 2021-05-09 "" "- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000909|,| value: interleukin-9 signaling pathway|,| type: Pathway Ontology"
"WP53" "https://www.wikipathways.org/index.php/Pathway:WP53" "ID signaling pathway" "Homo sapiens" "115897" "A.Pandey, MaintBot, Khanspers, Mkutmon, MartijnVanIersel, NetPath, Christine Chichester, L Dupuis, Egonw" 2021-03-19 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP453" "https://www.wikipathways.org/index.php/Pathway:WP453" "Inflammatory response pathway" "Homo sapiens" "116780" "N.Fidelman, MaintBot, Khanspers, Zari, DeSl, Eweitz" 2021-05-14 "" "- id: CL:0000733|,| value: lymph gland plasmatocyte|,| type: Cell Type|;|- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000023|,| value: immune response pathway|,| type: Pathway Ontology|;|- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP481" "https://www.wikipathways.org/index.php/Pathway:WP481" "Insulin signaling" "Homo sapiens" "116787" "M.Patti, MaintBot, Thomas, Andra, Khanspers, Mkutmon, MartijnVanIersel, Eduati, AlexanderPico, Ycc86829, Eweitz" 2021-05-14 "" "- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology"
"WP185" "https://www.wikipathways.org/index.php/Pathway:WP185" "Integrin-mediated cell adhesion" "Homo sapiens" "116785" "169.230.77.174, MaintBot, MartijnVanIersel, Thomas, Khanspers, AlexanderPico, Zari, Mkutmon, Eweitz" 2021-05-14 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP304" "https://www.wikipathways.org/index.php/Pathway:WP304" "Kit receptor signaling pathway" "Homo sapiens" "115942" "A.Pandey, MaintBot, Khanspers, MartijnVanIersel, NetPath, Ddigles, Mkutmon, Egonw, L Dupuis" 2021-03-21 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000828|,| value: cytokine mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP78" "https://www.wikipathways.org/index.php/Pathway:WP78" "TCA cycle (aka Krebs or citric acid cycle)" "Homo sapiens" "119082" "Kdahlquist, MaintBot, MartijnVanIersel, AlexanderPico, Thomas, N.Fidelman, Khanspers, Ray Andrews II, HarmNijveen, Mdstobbe, Smhouten, Ddigles, Egonw, DeSl, Finterly, Eweitz" 2021-06-16 "" "- id: PW:0000026|,| value: TCA cycle|,| type: Pathway Ontology|;|- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP382" "https://www.wikipathways.org/index.php/Pathway:WP382" "MAPK signaling pathway" "Homo sapiens" "119087" "S.Burel, MaintBot, Khanspers, Bingo, MartijnVanIersel, AlexanderPico, Ddigles, Mkutmon, Zari, DeSl, Egonw, Eweitz" 2021-06-17 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000007|,| value: MAPK signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP129" "https://www.wikipathways.org/index.php/Pathway:WP129" "Matrix metalloproteinases" "Homo sapiens" "117774" "Kdahlquist, MaintBot, MartijnVanIersel, Khanspers, Thomas, Ddigles, Mkutmon, Eweitz" 2021-05-22 "" "- id: PW:0000325|,| value: protein degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP368" "https://www.wikipathways.org/index.php/Pathway:WP368" "Mitochondrial long chain fatty acid beta-oxidation" "Homo sapiens" "117795" "N.Reyes, MaintBot, Thomas, Khanspers, Jildau, MartijnVanIersel, AlexanderPico, Egonw, Ddigles, Zari, MirellaKalafati, Mkutmon, IreneHemel, Eweitz" 2021-05-22 "" "- id: PW:0000738|,| value: fatty acid beta oxidation pathway|,| type: Pathway Ontology|;|- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP58" "https://www.wikipathways.org/index.php/Pathway:WP58" "Monoamine GPCRs" "Homo sapiens" "113950" "Nsalomonis, MaintBot, AlexanderPico, J.S.Fong, Khanspers, Thomas, Zari, DeSl, Egonw" 2020-12-11 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP268" "https://www.wikipathways.org/index.php/Pathway:WP268" "Notch signaling" "Homo sapiens" "117167" "169.230.77.174, MaintBot, AlexanderPico, Thomas, Khanspers, Nsalomonis, Fehrhart, Egonw, Eweitz" 2021-05-18 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP170" "https://www.wikipathways.org/index.php/Pathway:WP170" "Nuclear receptors" "Homo sapiens" "116552" "E.Tuninsky, MaintBot, Thomas, Khanspers, Michiel, AlexanderPico, Ddigles, Egonw, Eweitz" 2021-05-07 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP299" "https://www.wikipathways.org/index.php/Pathway:WP299" "Nuclear receptors in lipid metabolism and toxicity" "Homo sapiens" "117807" "S.Burel, MaintBot, Thomas, Khanspers, Samuel Sklar, AlexanderPico, Egonw, Mkutmon, Eweitz" 2021-05-22 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP80" "https://www.wikipathways.org/index.php/Pathway:WP80" "Nucleotide GPCRs" "Homo sapiens" "111167" "Nsalomonis, MaintBot, Thomas, Khanspers, AlexanderPico, Egonw" 2020-07-21 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP404" "https://www.wikipathways.org/index.php/Pathway:WP404" "Nucleotide metabolism" "Homo sapiens" "116530" "N.Fidelman, MaintBot, Txr24, Thomas, Mjh, Khanspers, Eweitz" 2021-05-07 "" "- id: PW:0000031|,| value: purine metabolic pathway|,| type: Pathway Ontology"
"WP34" "https://www.wikipathways.org/index.php/Pathway:WP34" "Ovarian infertility" "Homo sapiens" "116553" "I.BenShlomo, MaintBot, Thomas, A.Hsueh, Khanspers, AlexanderPico, Andra, Fehrhart, Eweitz" 2021-05-07 "" "- id: CL:0000023|,| value: oocyte|,| type: Cell Type|;|- id: CL:0000501|,| value: granulosa cell|,| type: Cell Type|;|- id: DOID:5223|,| value: infertility|,| type: Disease|;|- id: PW:0001699|,| value: urogenital disease pathway|,| type: Pathway Ontology"
"WP408" "https://www.wikipathways.org/index.php/Pathway:WP408" "Oxidative stress response" "Homo sapiens" "116900" "N.Reyes, MaintBot, Khanspers, I.Reyes, Kodlips, AlexanderPico, MartijnVanIersel, Egonw, Xuyongdeng, Hhhwschmidt, Eweitz" 2021-05-15 "" "- id: PW:0000378|,| value: oxidative stress response pathways|,| type: Pathway Ontology"
"WP134" "https://www.wikipathways.org/index.php/Pathway:WP134" "Pentose phosphate metabolism" "Homo sapiens" "118339" "Kdahlquist, MaintBot, MartijnVanIersel, Khanspers, AdrienDefay, AlexanderPico, Ddigles, Egonw, Mkutmon, DeSl, Fehrhart, Eweitz, Marvin M2" 2021-05-27 "" "- id: PW:0000045|,| value: pentose phosphate shunt|,| type: Pathway Ontology|;|- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP24" "https://www.wikipathways.org/index.php/Pathway:WP24" "Peptide GPCRs" "Homo sapiens" "113974" "Nsalomonis, MaintBot, AlexanderPico, Khanspers, Mkutmon, Egonw, Zari" 2020-12-14 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP98" "https://www.wikipathways.org/index.php/Pathway:WP98" "Prostaglandin synthesis and regulation" "Homo sapiens" "117172" "Nsalomonis, MaintBot, Khanspers, AlexanderPico, Mkutmon, Egonw, MirellaKalafati, Vjlynch, DeSl, Eweitz" 2021-05-18 "" "- id: PW:0000156|,| value: prostaglandin metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0001532|,| value: prostaglandin biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP183" "https://www.wikipathways.org/index.php/Pathway:WP183" "Proteasome degradation" "Homo sapiens" "117060" "Nsalomonis, MaintBot, Fdennissen, Thomas, MartijnVanIersel, Khanspers, Evelo, Egonw, Mkutmon, Mick Eikelhof, Eweitz" 2021-05-16 "" "- id: PW:0000144|,| value: ubiquitin/proteasome degradation pathway|,| type: Pathway Ontology"
"WP405" "https://www.wikipathways.org/index.php/Pathway:WP405" "Eukaryotic transcription initiation" "Homo sapiens" "118377" "Nsalomonis, MaintBot, MartijnVanIersel, AlexanderPico, Lauravanzon, Khanspers, Thomas, MirellaKalafati, Eweitz" 2021-05-27 "" "- id: PW:0001575|,| value: RNA polymerase III transcription initiation pathway|,| type: Pathway Ontology|;|- id: PW:0001570|,| value: RNA polymerase I transcription initiation pathway|,| type: Pathway Ontology|;|- id: PW:0001274|,| value: RNA polymerase II transcription initiation pathway|,| type: Pathway Ontology"
"WP51" "https://www.wikipathways.org/index.php/Pathway:WP51" "Regulation of actin cytoskeleton" "Homo sapiens" "116716" "169.230.77.174, MaintBot, AlexanderPico, Khanspers, Diana.gco, Ddigles, Mkutmon, Egonw, Zari, Finterly, Eweitz" 2021-05-11 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP477" "https://www.wikipathways.org/index.php/Pathway:WP477" "Cytoplasmic ribosomal proteins" "Homo sapiens" "117044" "Kdahlquist, MaintBot, MartijnVanIersel, Khanspers, Christine Chichester, AlexanderPico, Eweitz" 2021-05-16 "" "- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology|;|- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP26" "https://www.wikipathways.org/index.php/Pathway:WP26" "S1P receptor signal transduction" "Homo sapiens" "118660" "S.Doniger, MaintBot, Thomas, MartijnVanIersel, Khanspers, AlexanderPico, Ddigles, Zari, Eweitz, DeSl" 2021-05-31 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000960|,| value: sphingosine 1-phosphate signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP313" "https://www.wikipathways.org/index.php/Pathway:WP313" "Hepatocyte growth factor receptor signaling" "Homo sapiens" "118735" "169.230.77.174, MaintBot, MartijnVanIersel, Khanspers, Mkutmon, Zari, Roelod, Eweitz, DeSl" 2021-06-01 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology"
"WP247" "https://www.wikipathways.org/index.php/Pathway:WP247" "Small ligand GPCRs" "Homo sapiens" "118104" "Nsalomonis, MaintBot, AlexanderPico, Khanspers, Egonw, Eweitz" 2021-05-24 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP289" "https://www.wikipathways.org/index.php/Pathway:WP289" "Myometrial relaxation and contraction pathways" "Homo sapiens" "116545" "Nsalomonis, MaintBot, AlexanderPico, Thomas, Khanspers, MartijnVanIersel, Egonw, Mkutmon, Fehrhart, Eweitz" 2021-05-07 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000192|,| value: smooth muscle cell|,| type: Cell Type"
"WP430" "https://www.wikipathways.org/index.php/Pathway:WP430" "Statin inhibition of cholesterol production" "Homo sapiens" "119069" "Nsalomonis, AlexanderPico, MaintBot, Khanspers, Thomas, BruceConklin, Samuel Sklar, Egonw, Mkutmon, Evelo, Anwesha, DeSl, Eweitz" 2021-06-14 "" "- id: PW:0000020|,| value: cardiovascular disease pathway|,| type: Pathway Ontology|;|- id: PW:0000724|,| value: statin drug pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: DOID:1287|,| value: cardiovascular system disease|,| type: Disease|;|- id: CL:0000584|,| value: enterocyte|,| type: Cell Type"
"WP496" "https://www.wikipathways.org/index.php/Pathway:WP496" "Steroid biosynthesis" "Homo sapiens" "119106" "A.Kwa, MaintBot, MartijnVanIersel, Khanspers, AlexanderPico, Anatolymikutin, Egonw, Mkutmon, DeSl, Eweitz, Finterly" 2021-06-17 "" "- id: PW:0000040|,| value: steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP311" "https://www.wikipathways.org/index.php/Pathway:WP311" "Ketone bodies synthesis and degradation" "Homo sapiens" "117180" "N.Reyes, MaintBot, Thomas, Khanspers, AdrienDefay, Ddigles, Evelo, Egonw, Eweitz" 2021-05-18 "" "- id: PW:0000777|,| value: ketone bodies degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000776|,| value: ketone bodies biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP366" "https://www.wikipathways.org/index.php/Pathway:WP366" "TGF-beta signaling pathway" "Homo sapiens" "117839" "A.Pandey, MaintBot, Nsalomonis, Khanspers, AlexanderPico, NetPath, Egonw, Zari, Mkutmon, L Dupuis, DeSl, Eweitz" 2021-05-22 "CIRM_Related" "- id: PW:0000329|,| value: transforming growth factor-beta superfamily mediated signaling pathway|,| type: Pathway Ontology"
"WP560" "https://www.wikipathways.org/index.php/Pathway:WP560" "TGF-beta receptor signaling" "Homo sapiens" "117838" "N.Gal, MaintBot, Thomas, AlexanderPico, MartijnVanIersel, Samuel Sklar, Khanspers, IreneHemel, Eweitz" 2021-05-22 "CIRM_Related" "- id: PW:0000329|,| value: transforming growth factor-beta superfamily mediated signaling pathway|,| type: Pathway Ontology"
"WP231" "https://www.wikipathways.org/index.php/Pathway:WP231" "TNF-alpha signaling pathway" "Homo sapiens" "116472" "A.Pandey, MaintBot, Burak, AlexanderPico, Evelo, Nsalomonis, Khanspers, NetPath, Ddigles, Mkutmon, Zari, Egonw, L Dupuis, Eweitz" 2021-05-07 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: PW:0000233|,| value: tumor necrosis factor mediated signaling pathway|,| type: Pathway Ontology"
"WP107" "https://www.wikipathways.org/index.php/Pathway:WP107" "Translation factors" "Homo sapiens" "117851" "Kdahlquist, MaintBot, MartijnVanIersel, Khanspers, Michiel, Mkutmon, Eweitz" 2021-05-22 "" "- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology"
"WP325" "https://www.wikipathways.org/index.php/Pathway:WP325" "Triacylglyceride synthesis" "Homo sapiens" "116669" "Evelo, MaintBot, AlexanderPico, Khanspers, AdrienDefay, Jessev1993, Egonw, Eweitz" 2021-05-09 "" "- id: PW:0000736|,| value: triacylglycerol biosynthetic pathway|,| type: Pathway Ontology"
"WP465" "https://www.wikipathways.org/index.php/Pathway:WP465" "Tryptophan metabolism" "Homo sapiens" "119262" "L.M.Ferrante, MaintBot, AlexanderPico, Khanspers, AdrienDefay, Egonw, DeSl, Fehrhart, Finterly" 2021-06-23 "" "- id: PW:0000054|,| value: tryptophan metabolic pathway|,| type: Pathway Ontology"
"WP497" "https://www.wikipathways.org/index.php/Pathway:WP497" "Urea cycle and metabolism of amino groups" "Homo sapiens" "119105" "L.M.Ferrante, MaintBot, Thomas, Khanspers, AdrienDefay, Mkutmon, Egonw, DeSl, IreneHemel, Finterly" 2021-06-17 "" "- id: PW:0000076|,| value: urea cycle pathway|,| type: Pathway Ontology"
"WP428" "https://www.wikipathways.org/index.php/Pathway:WP428" "Wnt signaling" "Homo sapiens" "116549" "M.Lieberman, MaintBot, AlexanderPico, MartijnVanIersel, Khanspers, Thomas, Ewexler, Zari, Mkutmon, Fehrhart, Egonw, DeSl, Eweitz" 2021-05-07 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000201|,| value: Wnt signaling, canonical pathway|,| type: Pathway Ontology"
"WP411" "https://www.wikipathways.org/index.php/Pathway:WP411" "mRNA processing" "Homo sapiens" "117160" "Nsalomonis, MaintBot, AlexanderPico, MartijnVanIersel, Khanspers, Ddigles, Zari, Mkutmon, Andrewlmason, Fehrhart, Eweitz" 2021-05-18 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology|;|- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP400" "https://www.wikipathways.org/index.php/Pathway:WP400" "p38 MAPK signaling pathway" "Homo sapiens" "116725" "S.Burel, MaintBot, Thomas, Khanspers, Ramesh, AlexanderPico, Mkutmon, Eweitz" 2021-05-11 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP396" "https://www.wikipathways.org/index.php/Pathway:WP396" "ACE inhibitor pathway" "Mus musculus" "116828" "C.F.Thorn, MaintBot, Khanspers, Thomas, Egonw, Christine Chichester, Eweitz" 2021-05-14 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology"
"WP175" "https://www.wikipathways.org/index.php/Pathway:WP175" "Acetylcholine synthesis" "Mus musculus" "116832" "A.Kwa, MaintBot, Thomas, Toxlab, Christine Chichester, Khanspers, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000408|,| value: acetylcholine metabolic pathway|,| type: Pathway Ontology"
"WP447" "https://www.wikipathways.org/index.php/Pathway:WP447" "Adipogenesis genes" "Mus musculus" "87026" "M.Patti, MaintBot, Khanspers, MartijnVanIersel, Claudio.j.villanueva, Mkutmon" 2016-07-15 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP240" "https://www.wikipathways.org/index.php/Pathway:WP240" "Alanine and aspartate metabolism" "Mus musculus" "115416" "L.M.Ferrante, MaintBot, Mauro, Khanspers, MartijnVanIersel, Egonw, Christine Chichester, Mkutmon, Mick Eikelhof" 2021-02-18 "" "- id: PW:0000028|,| value: alanine, aspartate and glutamate metabolic pathway|,| type: Pathway Ontology"
"WP488" "https://www.wikipathways.org/index.php/Pathway:WP488" "Alpha 6 beta 4 integrin signaling pathway" "Mus musculus" "117859" "A.Pandey, MaintBot, Khanspers, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP522" "https://www.wikipathways.org/index.php/Pathway:WP522" "Biogenic amine synthesis" "Mus musculus" "116829" "AlexanderPico, MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0001234 |,| value: biogenic amine biosynthetic pathway|,| type: Pathway Ontology"
"WP460" "https://www.wikipathways.org/index.php/Pathway:WP460" "Blood clotting cascade" "Mus musculus" "117865" "A.Kwa, MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology"
"WP553" "https://www.wikipathways.org/index.php/Pathway:WP553" "Calcium regulation in cardiac cells" "Mus musculus" "117867" "Nsalomonis, MaintBot, J.Fong, N.Cotte, Thomas, Khanspers, Christine Chichester, Egonw, Siangyun.ang, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP413" "https://www.wikipathways.org/index.php/Pathway:WP413" "G1 to S cell cycle control" "Mus musculus" "84705" "A.C.Zambon, Nsalomonis, MaintBot, Khanspers, Christine Chichester, Mkutmon" 2016-03-15 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP103" "https://www.wikipathways.org/index.php/Pathway:WP103" "Cholesterol biosynthesis" "Mus musculus" "116834" "M.Lieberman, MaintBot, N.Mantei, Thomas, Christine Chichester, Egonw, Irenemolina, DeSl, Eweitz" 2021-05-14 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP544" "https://www.wikipathways.org/index.php/Pathway:WP544" "Exercise-induced circadian regulation" "Mus musculus" "117882" "A.C.Zambon, MaintBot, Evelo, Khanspers, Mkutmon, AlexanderPico, Susan, Eweitz" 2021-05-23 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: CL:0008002|,| value: skeletal muscle fiber|,| type: Cell Type"
"WP200" "https://www.wikipathways.org/index.php/Pathway:WP200" "Complement activation, classical pathway" "Mus musculus" "117868" "Nsalomonis, MaintBot, Khanspers, MartijnVanIersel, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000503|,| value: classical complement pathway|,| type: Pathway Ontology"
"WP222" "https://www.wikipathways.org/index.php/Pathway:WP222" "Cytokines and inflammatory response" "Mus musculus" "116835" "S.Burel, MaintBot, Khanspers, Thomas, FerryJagers, Andra, Christine Chichester, Youngw, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP150" "https://www.wikipathways.org/index.php/Pathway:WP150" "DNA replication" "Mus musculus" "117872" "Kdahlquist, MaintBot, D.Koren, Thomas, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP265" "https://www.wikipathways.org/index.php/Pathway:WP265" "Delta-Notch signaling pathway" "Mus musculus" "117870" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP572" "https://www.wikipathways.org/index.php/Pathway:WP572" "EGFR1 signaling pathway" "Mus musculus" "117874" "A.Pandey, MaintBot, Michiel, AlexanderPico, Christine Chichester, Jmelius, Eweitz" 2021-05-23 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP339" "https://www.wikipathways.org/index.php/Pathway:WP339" "ESC pluripotency pathways" "Mus musculus" "116720" "Khanspers, MaintBot, AlexanderPico, Cannin, MartijnVanIersel, Egonw, Elisa, DeSl, Marvin M2, Liyou, Eweitz" 2021-05-11 "CIRM_Related" "- id: CL:0002322|,| value: embryonic stem cell|,| type: Cell Type|;|- id: PW:0000102|,| value: the extracellular signal-regulated Raf/Mek/Erk signaling pathway|,| type: Pathway Ontology"
"WP318" "https://www.wikipathways.org/index.php/Pathway:WP318" "Eicosanoid synthesis" "Mus musculus" "117878" "A.Kwa, MaintBot, Khanspers, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP295" "https://www.wikipathways.org/index.php/Pathway:WP295" "Electron transport chain" "Mus musculus" "117879" "Kdahlquist, MaintBot, M.Braymer, AlexanderPico, Christine Chichester, Khanspers, Egonw, Mkutmon, Papax, Fehrhart, Eweitz" 2021-05-23 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology"
"WP571" "https://www.wikipathways.org/index.php/Pathway:WP571" "FAS pathway and stress induction of HSP regulation" "Mus musculus" "117883" "169.230.77.174, MaintBot, Thomas, Khanspers, Christine Chichester, L Dupuis, Ddigles, Eweitz" 2021-05-23 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP33" "https://www.wikipathways.org/index.php/Pathway:WP33" "Fatty acid omega-oxidation" "Mus musculus" "117885" "Evelo, MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0001253|,| value: fatty acid omega degradation pathway|,| type: Pathway Ontology"
"WP336" "https://www.wikipathways.org/index.php/Pathway:WP336" "Fatty acid biosynthesis" "Mus musculus" "117884" "Kdahlquist, MaintBot, Evelo, Bassetfrog, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP85" "https://www.wikipathways.org/index.php/Pathway:WP85" "Focal adhesion" "Mus musculus" "116710" "169.230.77.174, MaintBot, Khanspers, Christine Chichester, Egonw, Jmelius, L Dupuis, NhungP, Eweitz" 2021-05-11 "" "- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP298" "https://www.wikipathways.org/index.php/Pathway:WP298" "G13 signaling pathway" "Mus musculus" "116836" "A.Chow, MaintBot, Thomas, Christine Chichester, Khanspers, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP189" "https://www.wikipathways.org/index.php/Pathway:WP189" "GPCRs, class A rhodopsin-like" "Mus musculus" "117889" "Nsalomonis, MaintBot, BruceConklin, Khanspers, Christine Chichester, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP456" "https://www.wikipathways.org/index.php/Pathway:WP456" "GPCRs, class B secretin-like" "Mus musculus" "117890" "Nsalomonis, MaintBot, BruceConklin, Khanspers, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP327" "https://www.wikipathways.org/index.php/Pathway:WP327" "GPCRs, class C metabotropic glutamate, pheromone" "Mus musculus" "117891" "Nsalomonis, MaintBot, BruceConklin, Khanspers, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP41" "https://www.wikipathways.org/index.php/Pathway:WP41" "GPCRs, other" "Mus musculus" "117892" "Nsalomonis, MaintBot, BruceConklin, Khanspers, Andra, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP232" "https://www.wikipathways.org/index.php/Pathway:WP232" "G protein signaling pathways" "Mus musculus" "117886" "Nsalomonis, MaintBot, BruceConklin, C.Redfern, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP164" "https://www.wikipathways.org/index.php/Pathway:WP164" "Glutathione metabolism" "Mus musculus" "106858" "169.230.77.174, MaintBot, Khanspers, Christine Chichester, Egonw" 2019-09-17 "" "- id: PW:0000134|,| value: glutathione metabolic pathway|,| type: Pathway Ontology"
"WP317" "https://www.wikipathways.org/index.php/Pathway:WP317" "Glycogen metabolism" "Mus musculus" "117888" "Kdahlquist, MaintBot, M.Braymer, AlexanderPico, AdrienDefay, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP157" "https://www.wikipathways.org/index.php/Pathway:WP157" "Glycolysis and gluconeogenesis" "Mus musculus" "116837" "Kdahlquist, MaintBot, M.Braymer, MartijnVanIersel, AdrienDefay, Thomas, Christine Chichester, Egonw, Liisa18, AlexanderPico, Gharding, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000025|,| value: glycolysis/gluconeogenesis pathway|,| type: Pathway Ontology"
"WP166" "https://www.wikipathways.org/index.php/Pathway:WP166" "Apoptosis modulation by HSP70" "Mus musculus" "117860" "I.Reyes, MaintBot, Christine Chichester, Mkutmon, Khanspers, Eweitz" 2021-05-23 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP116" "https://www.wikipathways.org/index.php/Pathway:WP116" "Hedgehog signaling pathway" "Mus musculus" "117893" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, L Dupuis, Eweitz" 2021-05-23 "CIRM_Related" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP18" "https://www.wikipathways.org/index.php/Pathway:WP18" "Heme biosynthesis" "Mus musculus" "117894" "Kdahlquist, MaintBot, M.Braymer, Khanspers, Mills42, Christine Chichester, Mkutmon, DeSl, Eweitz" 2021-05-23 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP202" "https://www.wikipathways.org/index.php/Pathway:WP202" "Hypertrophy model" "Mus musculus" "117895" "A.C.Zambon, MaintBot, Mkutmon, Jmelius, Eweitz" 2021-05-23 "" "- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology"
"WP37" "https://www.wikipathways.org/index.php/Pathway:WP37" "IL-1 signaling pathway" "Mus musculus" "117902" "A.Pandey, MaintBot, Christine Chichester, Olivier.traets, Eweitz" 2021-05-23 "" "- id: PW:0000883|,| value: interleukin-1 signaling pathway|,| type: Pathway Ontology"
"WP450" "https://www.wikipathways.org/index.php/Pathway:WP450" "IL-2 signaling pathway" "Mus musculus" "117903" "A.Pandey, MaintBot, Khanspers, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000907|,| value: interleukin-2 signaling pathway|,| type: Pathway Ontology"
"WP373" "https://www.wikipathways.org/index.php/Pathway:WP373" "IL-3 signaling pathway" "Mus musculus" "117904" "A.Pandey, MaintBot, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000968|,| value: interleukin-3 signaling pathway|,| type: Pathway Ontology"
"WP151" "https://www.wikipathways.org/index.php/Pathway:WP151" "IL-5 signaling pathway" "Mus musculus" "117905" "A.Pandey, MaintBot, Khanspers, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000969|,| value: interleukin-5 signaling pathway|,| type: Pathway Ontology"
"WP387" "https://www.wikipathways.org/index.php/Pathway:WP387" "IL-6 signaling pathway" "Mus musculus" "117906" "A.Pandey, MaintBot, Khanspers, Christine Chichester, AlexanderPico, Eweitz" 2021-05-23 "" "- id: PW:0000516|,| value: interleukin-6 signaling pathway|,| type: Pathway Ontology"
"WP297" "https://www.wikipathways.org/index.php/Pathway:WP297" "IL-7 signaling pathway" "Mus musculus" "117907" "A.Pandey, MaintBot, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000908|,| value: interleukin-7 signaling pathway|,| type: Pathway Ontology"
"WP10" "https://www.wikipathways.org/index.php/Pathway:WP10" "IL-9 signaling pathway" "Mus musculus" "117067" "A.Pandey, MaintBot, Khanspers, Christine Chichester, AMTan, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000909|,| value: interleukin-9 signaling pathway|,| type: Pathway Ontology"
"WP512" "https://www.wikipathways.org/index.php/Pathway:WP512" "Id signaling pathway" "Mus musculus" "117901" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP458" "https://www.wikipathways.org/index.php/Pathway:WP458" "Inflammatory response pathway" "Mus musculus" "117908" "N.Fidelman, MaintBot, Khanspers, Mkutmon, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP65" "https://www.wikipathways.org/index.php/Pathway:WP65" "Insulin signaling" "Mus musculus" "116717" "M.Patti, MaintBot, Khanspers, Evelo, Mkutmon, Ddigles, Jmelius, Eweitz" 2021-05-11 "" "- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology"
"WP6" "https://www.wikipathways.org/index.php/Pathway:WP6" "Integrin-mediated cell adhesion" "Mus musculus" "116713" "169.230.77.174, MaintBot, Thomas, Ddigles, AlexanderPico, Mkutmon, DeSl, Eweitz" 2021-05-11 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP407" "https://www.wikipathways.org/index.php/Pathway:WP407" "Kit receptor signaling pathway" "Mus musculus" "117910" "A.Pandey, MaintBot, AlexanderPico, Ddigles, Eweitz" 2021-05-23 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP434" "https://www.wikipathways.org/index.php/Pathway:WP434" "TCA cycle" "Mus musculus" "117949" "Kdahlquist, MaintBot, M.Braymer, AdrienDefay, MartijnVanIersel, Mkutmon, Ddigles, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology"
"WP251" "https://www.wikipathways.org/index.php/Pathway:WP251" "Mapk cascade" "Mus musculus" "116722" "Nsalomonis, MaintBot, I.Reyes, Michiel, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-11 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP493" "https://www.wikipathways.org/index.php/Pathway:WP493" "Mapk signaling pathway" "Mus musculus" "117912" "S.Burel, MaintBot, Khanspers, Ddigles, Mkutmon, DeSl, Eweitz" 2021-05-23 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP441" "https://www.wikipathways.org/index.php/Pathway:WP441" "Matrix metalloproteinases" "Mus musculus" "117913" "Kdahlquist, MaintBot, M.Braymer, Khanspers, Thomas, Ddigles, Eweitz" 2021-05-23 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP401" "https://www.wikipathways.org/index.php/Pathway:WP401" "Mitochondrial long chain fatty acid beta-oxidation" "Mus musculus" "117919" "N.Reyes, MaintBot, Khanspers, Ddigles, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP570" "https://www.wikipathways.org/index.php/Pathway:WP570" "Monoamine GPCRs" "Mus musculus" "106904" "Nsalomonis, MaintBot, J.S.Fong, Applecool, Sravanthisinha, Egonw, Ddigles, Mkutmon, Khanspers" 2019-09-17 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP29" "https://www.wikipathways.org/index.php/Pathway:WP29" "Notch signaling pathway" "Mus musculus" "117922" "169.230.77.174, MaintBot, Thomas, Ddigles, Mkutmon, Egonw, Khanspers, Eweitz" 2021-05-23 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP509" "https://www.wikipathways.org/index.php/Pathway:WP509" "Nuclear Receptors" "Mus musculus" "89865" "E.Tuninsky, MaintBot, Khanspers, AlexanderPico, Ddigles, Mkutmon" 2016-10-06 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP431" "https://www.wikipathways.org/index.php/Pathway:WP431" "Nuclear receptors in lipid metabolism and toxicity" "Mus musculus" "107205" "S.Burel, MaintBot, Khanspers, Thomas, Ddigles, Mkutmon, Egonw" 2019-09-17 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP207" "https://www.wikipathways.org/index.php/Pathway:WP207" "Nucleotide GPCRs" "Mus musculus" "106865" "Nsalomonis, MaintBot, Khanspers, Ddigles" 2019-09-17 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP87" "https://www.wikipathways.org/index.php/Pathway:WP87" "Nucleotide metabolism" "Mus musculus" "116529" "N.Fidelman, MaintBot, Ddigles, Eweitz" 2021-05-07 "" "- id: PW:0000031|,| value: purine metabolic pathway|,| type: Pathway Ontology"
"WP273" "https://www.wikipathways.org/index.php/Pathway:WP273" "Ovarian infertility" "Mus musculus" "118921" "I.BenShlomo, MaintBot, A.Hsueh, Mkutmon, Fehrhart, Eweitz" 2021-06-04 "" "- id: PW:0001699|,| value: urogenital disease pathway|,| type: Pathway Ontology|;|- id: DOID:5223|,| value: infertility|,| type: Disease|;|- id: CL:0000501|,| value: granulosa cell|,| type: Cell Type|;|- id: CL:0000023|,| value: oocyte|,| type: Cell Type"
"WP412" "https://www.wikipathways.org/index.php/Pathway:WP412" "Oxidative stress response" "Mus musculus" "117038" "N.Reyes, MaintBot, I.Reyes, Evelo, Ddigles, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000378|,| value: oxidative stress response pathways|,| type: Pathway Ontology"
"WP63" "https://www.wikipathways.org/index.php/Pathway:WP63" "Pentose phosphate pathway" "Mus musculus" "117935" "Kdahlquist, MaintBot, M.Braymer, HarmNijveen, Ddigles, Mkutmon, DeSl, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP234" "https://www.wikipathways.org/index.php/Pathway:WP234" "GPCRs, peptide" "Mus musculus" "117936" "Nsalomonis, MaintBot, Ddigles, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP374" "https://www.wikipathways.org/index.php/Pathway:WP374" "Prostaglandin synthesis and regulation" "Mus musculus" "117938" "Nsalomonis, MaintBot, Ddigles, L Dupuis, Fehrhart, Eweitz" 2021-05-23 "" "- id: PW:0000156|,| value: prostaglandin metabolic pathway|,| type: Pathway Ontology"
"WP519" "https://www.wikipathways.org/index.php/Pathway:WP519" "Proteasome degradation" "Mus musculus" "117058" "Nsalomonis, MaintBot, Ddigles, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000144|,| value: ubiquitin/proteasome degradation pathway|,| type: Pathway Ontology"
"WP567" "https://www.wikipathways.org/index.php/Pathway:WP567" "Eukaryotic transcription initiation" "Mus musculus" "117881" "Nsalomonis, MaintBot, AlexanderPico, Khanspers, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP523" "https://www.wikipathways.org/index.php/Pathway:WP523" "Regulation of actin cytoskeleton" "Mus musculus" "116714" "169.230.77.174, MaintBot, Nsalomonis, Thomas, Ddigles, Khanspers, L Dupuis, Eweitz" 2021-05-11 "" "- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP163" "https://www.wikipathways.org/index.php/Pathway:WP163" "Cytoplasmic ribosomal proteins" "Mus musculus" "117051" "Kdahlquist, MaintBot, M.Braymer, Khanspers, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP57" "https://www.wikipathways.org/index.php/Pathway:WP57" "Signal transduction of S1P receptor" "Mus musculus" "117945" "S.Doniger, MaintBot, Ddigles, Khanspers, Eweitz" 2021-05-23 "" "- id: PW:0000960|,| value: sphingosine 1-phosphate signaling pathway|,| type: Pathway Ontology"
"WP193" "https://www.wikipathways.org/index.php/Pathway:WP193" "Hepatocyte growth factor receptor signaling" "Mus musculus" "118815" "169.230.77.174, MaintBot, Khanspers, Ddigles, Mkutmon, Eweitz, DeSl" 2021-06-02 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type"
"WP353" "https://www.wikipathways.org/index.php/Pathway:WP353" "GPCRs, small ligand" "Mus musculus" "117944" "Nsalomonis, MaintBot, Khanspers, Ddigles, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP385" "https://www.wikipathways.org/index.php/Pathway:WP385" "Myometrial relaxation and contraction pathways" "Mus musculus" "117920" "Nsalomonis, MaintBot, Khanspers, Thomas, MartijnVanIersel, Mkutmon, AlexanderPico, Elisa, L Dupuis, Fehrhart, Eweitz" 2021-05-23 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1" "https://www.wikipathways.org/index.php/Pathway:WP1" "Statin pathway" "Mus musculus" "117947" "Nsalomonis, MaintBot, Khanspers, BruceConklin, TestUser, AlexanderPico, Thomas, Mkutmon, Andra, Egonw, Ddigles, Eweitz" 2021-05-23 "" "- id: PW:0000724|,| value: statin drug pathway|,| type: Pathway Ontology|;|- id: PW:0001933|,| value: hypercholesterolemia pathway|,| type: Pathway Ontology|;|- id: DOID:1287|,| value: cardiovascular system disease|,| type: Disease"
"WP55" "https://www.wikipathways.org/index.php/Pathway:WP55" "Steroid biosynthesis" "Mus musculus" "117948" "A.Kwa, MaintBot, Khanspers, Ddigles, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000040|,| value: steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP543" "https://www.wikipathways.org/index.php/Pathway:WP543" "Synthesis and degradation of ketone bodies" "Mus musculus" "116831" "N.Reyes, MaintBot, Thomas, Khanspers, Ddigles, AlexanderPico, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP113" "https://www.wikipathways.org/index.php/Pathway:WP113" "TGF-beta signaling pathway" "Mus musculus" "116497" "N.Gal, MaintBot, Ddigles, Cizar, L Dupuis, Fehrhart, Eweitz" 2021-05-07 "CIRM_Related" "- id: PW:0000329|,| value: transforming growth factor-beta superfamily mediated signaling pathway|,| type: Pathway Ontology"
"WP246" "https://www.wikipathways.org/index.php/Pathway:WP246" "TNF-alpha NF-kB signaling pathway" "Mus musculus" "118927" "A.Pandey, MaintBot, Ddigles, Eweitz, Mkutmon, Egonw" 2021-06-04 "" "- id: PW:0000233|,| value: tumor necrosis factor mediated signaling pathway|,| type: Pathway Ontology"
"WP307" "https://www.wikipathways.org/index.php/Pathway:WP307" "Translation factors" "Mus musculus" "117950" "Kdahlquist, MaintBot, M.Braymer, Khanspers, Ddigles, Cizar, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology"
"WP386" "https://www.wikipathways.org/index.php/Pathway:WP386" "Triacylglyceride synthesis" "Mus musculus" "117951" "Evelo, MaintBot, HarmNijveen, Ddigles, Cizar, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000736|,| value: triacylglycerol biosynthetic pathway|,| type: Pathway Ontology"
"WP79" "https://www.wikipathways.org/index.php/Pathway:WP79" "Tryptophan metabolism" "Mus musculus" "104913" "L.M.Ferrante, MaintBot, Khanspers, Egonw, Ddigles, AlexanderPico, Fehrhart" 2019-06-24 "" "- id: PW:0000054|,| value: tryptophan metabolic pathway|,| type: Pathway Ontology"
"WP539" "https://www.wikipathways.org/index.php/Pathway:WP539" "Wnt signaling pathway (NetPath)" "Mus musculus" "117954" "A.Pandey, MaintBot, Thomas, Ddigles, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP403" "https://www.wikipathways.org/index.php/Pathway:WP403" "Wnt signaling pathway" "Mus musculus" "116843" "M.Lieberman, MaintBot, Thomas, Ddigles, Cizar, Ariutta, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP310" "https://www.wikipathways.org/index.php/Pathway:WP310" "mRNA processing" "Mus musculus" "114019" "Nsalomonis, MaintBot, AlexanderPico, Thomas, Khanspers, Ddigles, Cizar, Fehrhart" 2020-12-17 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP350" "https://www.wikipathways.org/index.php/Pathway:WP350" "p38 Mapk signaling pathway" "Mus musculus" "116726" "S.Burel, MaintBot, Khanspers, Ddigles, AlexanderPico, Mkutmon, DeSl, Eweitz" 2021-05-11 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000828|,| value: cytokine mediated signaling pathway|,| type: Pathway Ontology"
"WP557" "https://www.wikipathways.org/index.php/Pathway:WP557" "ACE inhibitor pathway" "Rattus norvegicus" "116935" "C.F.Thorn, MaintBot, Khanspers, Thomas, Egonw, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology"
"WP360" "https://www.wikipathways.org/index.php/Pathway:WP360" "Acetylcholine synthesis" "Rattus norvegicus" "116936" "A.Kwa, MaintBot, M.Ramirez, Khanspers, Thomas, Andra, Christine Chichester, Egonw, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000408|,| value: acetylcholine metabolic pathway|,| type: Pathway Ontology"
"WP155" "https://www.wikipathways.org/index.php/Pathway:WP155" "Adipogenesis" "Rattus norvegicus" "87029" "M.Patti, MaintBot, MartijnVanIersel, Mkutmon" 2016-07-15 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP485" "https://www.wikipathways.org/index.php/Pathway:WP485" "Alpha 6 beta 4 integrin signaling pathway" "Rattus norvegicus" "116937" "A.Pandey, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP323" "https://www.wikipathways.org/index.php/Pathway:WP323" "Biogenic amine synthesis" "Rattus norvegicus" "116952" "AlexanderPico, MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0001234 |,| value: biogenic amine biosynthetic pathway|,| type: Pathway Ontology"
"WP255" "https://www.wikipathways.org/index.php/Pathway:WP255" "Blood clotting cascade" "Rattus norvegicus" "116944" "A.Kwa, MaintBot, M.Ramirez, Thomas, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology"
"WP326" "https://www.wikipathways.org/index.php/Pathway:WP326" "Calcium regulation in cardiac cells" "Rattus norvegicus" "116945" "Nsalomonis, MaintBot, J.Fong, N.Cotte, Thomas, Khanspers, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP461" "https://www.wikipathways.org/index.php/Pathway:WP461" "Cholesterol biosynthesis" "Rattus norvegicus" "116947" "M.Lieberman, MaintBot, N.Mantei, Thomas, Christine Chichester, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP81" "https://www.wikipathways.org/index.php/Pathway:WP81" "Complement activation - classical pathway" "Rattus norvegicus" "116948" "Nsalomonis, MaintBot, M.Ramirez, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000149|,| value: alkaloid biosynthetic pathway II|,| type: Pathway Ontology|;|- id: PW:0000278|,| value: autophagy pathway|,| type: Pathway Ontology|;|- id: PW:0000616|,| value: altered TNF superfamily signaling pathay|,| type: Pathway Ontology|;|- id: PW:0000503|,| value: classical complement pathway|,| type: Pathway Ontology"
"WP547" "https://www.wikipathways.org/index.php/Pathway:WP547" "Complement and coagulation cascades" "Rattus norvegicus" "116949" "169.230.77.174, MaintBot, Thomas, Khanspers, AlexanderPico, Christine Chichester, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology|;|- id: PW:0000502|,| value: complement system pathway|,| type: Pathway Ontology"
"WP271" "https://www.wikipathways.org/index.php/Pathway:WP271" "Cytokines and inflammatory response" "Rattus norvegicus" "116950" "S.Burel, MaintBot, Thomas, FerryJagers, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP484" "https://www.wikipathways.org/index.php/Pathway:WP484" "DNA replication" "Rattus norvegicus" "116954" "Kdahlquist, MaintBot, D.Koren, Thomas, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP199" "https://www.wikipathways.org/index.php/Pathway:WP199" "Delta-Notch signaling pathway" "Rattus norvegicus" "116953" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP5" "https://www.wikipathways.org/index.php/Pathway:WP5" "EGFR1 signaling pathway" "Rattus norvegicus" "116955" "A.Pandey, MaintBot, Michiel, AlexanderPico, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP293" "https://www.wikipathways.org/index.php/Pathway:WP293" "Eicosanoid synthesis" "Rattus norvegicus" "116959" "A.Kwa, MaintBot, M.Ramirez, Thomas, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP59" "https://www.wikipathways.org/index.php/Pathway:WP59" "Electron transport chain" "Rattus norvegicus" "116956" "Kdahlquist, MaintBot, M.Ramirez, AlexanderPico, FerryJagers, Christine Chichester, Egonw, Mkutmon, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology"
"WP89" "https://www.wikipathways.org/index.php/Pathway:WP89" "FAS pathway and stress induction of HSP regulation" "Rattus norvegicus" "116961" "169.230.77.174, MaintBot, Thomas, Khanspers, Christine Chichester, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP506" "https://www.wikipathways.org/index.php/Pathway:WP506" "Fatty acid beta-oxidation" "Rattus norvegicus" "116489" "Nsalomonis, MaintBot, Evelo, C.Redfern, Christine Chichester, Egonw, Fehrhart, DeSl, Eweitz" 2021-05-07 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP372" "https://www.wikipathways.org/index.php/Pathway:WP372" "Beta-oxidation meta-pathway" "Rattus norvegicus" "118914" "Nsalomonis, MaintBot, Evelo, C.Redfern, Khanspers, Christine Chichester, Eweitz, Mkutmon" 2021-06-04 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP133" "https://www.wikipathways.org/index.php/Pathway:WP133" "Fatty acid omega-oxidation" "Rattus norvegicus" "116963" "Evelo, MaintBot, Thomas, Cizar, Christine Chichester, Youssefwalid, Eweitz" 2021-05-16 "" "- id: PW:0000642|,| value: fatty acid degradation pathway|,| type: Pathway Ontology|;|- id: PW:0001253|,| value: fatty acid omega degradation pathway|,| type: Pathway Ontology"
"WP504" "https://www.wikipathways.org/index.php/Pathway:WP504" "Fatty acid biosynthesis" "Rattus norvegicus" "116962" "Kdahlquist, MaintBot, Zhouyf, Thomas, Evelo, Susan, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP188" "https://www.wikipathways.org/index.php/Pathway:WP188" "Focal adhesion" "Rattus norvegicus" "116964" "169.230.77.174, MaintBot, Khanspers, Christine Chichester, Fehrhart, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP520" "https://www.wikipathways.org/index.php/Pathway:WP520" "G13 signaling pathway" "Rattus norvegicus" "116968" "A.Chow, MaintBot, M.Ramirez, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP348" "https://www.wikipathways.org/index.php/Pathway:WP348" "G1 to S cell cycle control" "Rattus norvegicus" "95749" "A.C.Zambon, MaintBot, Khanspers, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP473" "https://www.wikipathways.org/index.php/Pathway:WP473" "GPCRs, class A rhodopsin-like" "Rattus norvegicus" "116970" "169.230.77.174, MaintBot, Christine Chichester, Egonw, DeSl, Eweitz" 2021-05-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP378" "https://www.wikipathways.org/index.php/Pathway:WP378" "GPCRs, class B secretin-like" "Rattus norvegicus" "116971" "169.230.77.174, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP42" "https://www.wikipathways.org/index.php/Pathway:WP42" "GPCRs, class C metabotropic glutamate, pheromone" "Rattus norvegicus" "116974" "169.230.77.174, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP409" "https://www.wikipathways.org/index.php/Pathway:WP409" "GPCRs, other" "Rattus norvegicus" "116975" "169.230.77.174, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP73" "https://www.wikipathways.org/index.php/Pathway:WP73" "G protein signaling pathways" "Rattus norvegicus" "116967" "Nsalomonis, MaintBot, BruceConklin, C.Redfern, Thomas, Christine Chichester, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP305" "https://www.wikipathways.org/index.php/Pathway:WP305" "Glucocorticoid metabolism" "Rattus norvegicus" "116969" "Nsalomonis, MaintBot, Bconklin, M.Lieberman, Ishida-kazuya, Christine Chichester, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000070|,| value: C21-steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP160" "https://www.wikipathways.org/index.php/Pathway:WP160" "Glycogen metabolism" "Rattus norvegicus" "116973" "Kdahlquist, MaintBot, M.Ramirez, AlexanderPico, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP487" "https://www.wikipathways.org/index.php/Pathway:WP487" "Apoptosis modulation by HSP70" "Rattus norvegicus" "116942" "I.Reyes, MaintBot, Siddarth, Christine Chichester, Mkutmon, Khanspers, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP574" "https://www.wikipathways.org/index.php/Pathway:WP574" "Hedgehog signaling pathway" "Rattus norvegicus" "116976" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP86" "https://www.wikipathways.org/index.php/Pathway:WP86" "Heme biosynthesis" "Rattus norvegicus" "116978" "Kdahlquist, MaintBot, Mills42, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP442" "https://www.wikipathways.org/index.php/Pathway:WP442" "Hypertrophy model" "Rattus norvegicus" "116977" "A.C.Zambon, MaintBot, Jmelius, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology"
"WP355" "https://www.wikipathways.org/index.php/Pathway:WP355" "IL-1 signaling pathway" "Rattus norvegicus" "116981" "A.Pandey, MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000883|,| value: interleukin-1 signaling pathway|,| type: Pathway Ontology"
"WP569" "https://www.wikipathways.org/index.php/Pathway:WP569" "IL-2 signaling pathway" "Rattus norvegicus" "116982" "A.Pandey, MaintBot, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000907|,| value: interleukin-2 signaling pathway|,| type: Pathway Ontology"
"WP319" "https://www.wikipathways.org/index.php/Pathway:WP319" "IL-3 signaling pathway" "Rattus norvegicus" "116984" "A.Pandey, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000968|,| value: interleukin-3 signaling pathway|,| type: Pathway Ontology"
"WP44" "https://www.wikipathways.org/index.php/Pathway:WP44" "IL-5 signaling pathway" "Rattus norvegicus" "116985" "A.Pandey, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000969|,| value: interleukin-5 signaling pathway|,| type: Pathway Ontology"
"WP135" "https://www.wikipathways.org/index.php/Pathway:WP135" "IL-6 signaling pathway" "Rattus norvegicus" "116986" "A.Pandey, MaintBot, Khanspers, Christine Chichester, Jmelius, Mkutmon, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000516|,| value: interleukin-6 signaling pathway|,| type: Pathway Ontology"
"WP8" "https://www.wikipathways.org/index.php/Pathway:WP8" "IL-9 signaling pathway" "Rattus norvegicus" "116988" "A.Pandey, MaintBot, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000909|,| value: interleukin-9 signaling pathway|,| type: Pathway Ontology"
"WP397" "https://www.wikipathways.org/index.php/Pathway:WP397" "Id signaling pathway" "Rattus norvegicus" "116980" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP40" "https://www.wikipathways.org/index.php/Pathway:WP40" "Inflammatory response pathway" "Rattus norvegicus" "116989" "N.Fidelman, MaintBot, M.Ramirez, Khanspers, Christine Chichester, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP439" "https://www.wikipathways.org/index.php/Pathway:WP439" "Insulin signaling" "Rattus norvegicus" "116789" "Nsalomonis, MaintBot, BruceConklin, Khanspers, Christine Chichester, Mkutmon, Tristanvanderlinden, Eweitz" 2021-05-14 "" "- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology"
"WP74" "https://www.wikipathways.org/index.php/Pathway:WP74" "Integrin-mediated cell adhesion" "Rattus norvegicus" "109429" "169.230.77.174, MaintBot, Thomas, Ddigles, L Dupuis" 2020-03-17 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP124" "https://www.wikipathways.org/index.php/Pathway:WP124" "Irinotecan pathway" "Rattus norvegicus" "116621" "169.230.77.174, MaintBot, Thomas, Ddigles, Egonw, Mkutmon, DeSl, AlexanderPico, Eweitz, Madeomuga" 2021-05-09 "" "- id: PW:0001224|,| value: irinotecan drug pathway|,| type: Pathway Ontology|;|- id: DOID:1227|,| value: neutropenia|,| type: Disease|;|- id: DOID:13250|,| value: diarrhea|,| type: Disease|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP147" "https://www.wikipathways.org/index.php/Pathway:WP147" "Kit receptor signaling pathway" "Rattus norvegicus" "116983" "A.Pandey, MaintBot, AlexanderPico, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP347" "https://www.wikipathways.org/index.php/Pathway:WP347" "TCA cycle" "Rattus norvegicus" "117019" "Kdahlquist, MaintBot, N.Fidelman, M.Ramirez, Khanspers, Toxlab, Egonw, Ddigles, Nuno, Jmelius, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology"
"WP446" "https://www.wikipathways.org/index.php/Pathway:WP446" "Mapk cascade" "Rattus norvegicus" "116825" "Nsalomonis, MaintBot, I.Reyes, Michiel, Ddigles, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP358" "https://www.wikipathways.org/index.php/Pathway:WP358" "MAPK signaling pathway" "Rattus norvegicus" "116802" "S.Burel, MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP278" "https://www.wikipathways.org/index.php/Pathway:WP278" "Matrix metalloproteinases" "Rattus norvegicus" "116992" "Kdahlquist, MaintBot, M.Ramirez, Khanspers, Thomas, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP276" "https://www.wikipathways.org/index.php/Pathway:WP276" "Monoamine GPCRs" "Rattus norvegicus" "106973" "Nsalomonis, MaintBot, J.S.Fong, Egonw, Ddigles, Khanspers" 2019-09-17 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP517" "https://www.wikipathways.org/index.php/Pathway:WP517" "Notch signaling pathway" "Rattus norvegicus" "116994" "169.230.77.174, MaintBot, Thomas, Mushtong, Ddigles, Khanspers, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP217" "https://www.wikipathways.org/index.php/Pathway:WP217" "Nuclear receptors" "Rattus norvegicus" "116993" "E.Tuninsky, MaintBot, M.Ramirez, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP139" "https://www.wikipathways.org/index.php/Pathway:WP139" "Nuclear receptors in lipid metabolism and toxicity" "Rattus norvegicus" "107234" "S.Burel, MaintBot, Khanspers, Susan, Cizar, Ddigles, Mkutmon" 2019-09-17 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP502" "https://www.wikipathways.org/index.php/Pathway:WP502" "Nucleotide GPCRs" "Rattus norvegicus" "72163" "Nsalomonis, MaintBot, M.Ramirez, Ddigles, Egonw" 2013-10-25 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP146" "https://www.wikipathways.org/index.php/Pathway:WP146" "Nucleotide metabolism" "Rattus norvegicus" "116996" "N.Fidelman, MaintBot, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000031|,| value: purine metabolic pathway|,| type: Pathway Ontology"
"WP263" "https://www.wikipathways.org/index.php/Pathway:WP263" "Ovarian infertility" "Rattus norvegicus" "118922" "I.BenShlomo, MaintBot, A.Hsueh, Khanspers, Fehrhart, Mkutmon, Eweitz" 2021-06-04 "" "- id: DOID:5223|,| value: infertility|,| type: Disease|;|- id: CL:0000023|,| value: oocyte|,| type: Cell Type|;|- id: CL:0000501|,| value: granulosa cell|,| type: Cell Type|;|- id: PW:0001699|,| value: urogenital disease pathway|,| type: Pathway Ontology"
"WP173" "https://www.wikipathways.org/index.php/Pathway:WP173" "Oxidative stress response" "Rattus norvegicus" "116998" "N.Reyes, MaintBot, I.Reyes, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000378|,| value: oxidative stress response pathways|,| type: Pathway Ontology"
"WP282" "https://www.wikipathways.org/index.php/Pathway:WP282" "Pentose phosphate pathway" "Rattus norvegicus" "116997" "Kdahlquist, MaintBot, M.Ramirez, Ddigles, Mkutmon, AgustinGV, DeSl, Khanspers, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP131" "https://www.wikipathways.org/index.php/Pathway:WP131" "Peptide GPCRs" "Rattus norvegicus" "71770" "Nsalomonis, MaintBot, M.Ramirez, Ddigles" 2013-10-17 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP303" "https://www.wikipathways.org/index.php/Pathway:WP303" "Prostaglandin synthesis and regulation" "Rattus norvegicus" "117006" "Nsalomonis, MaintBot, Ddigles, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000156|,| value: prostaglandin metabolic pathway|,| type: Pathway Ontology"
"WP302" "https://www.wikipathways.org/index.php/Pathway:WP302" "Proteasome degradation" "Rattus norvegicus" "117012" "Nsalomonis, MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000144|,| value: ubiquitin/proteasome degradation pathway|,| type: Pathway Ontology"
"WP491" "https://www.wikipathways.org/index.php/Pathway:WP491" "Eukaryotic transcription initiation" "Rattus norvegicus" "116960" "Nsalomonis, MaintBot, Khanspers, Thomas, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP351" "https://www.wikipathways.org/index.php/Pathway:WP351" "Regulation of actin cytoskeleton" "Rattus norvegicus" "117008" "169.230.77.174, MaintBot, Khanspers, Ddigles, Egonw, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP30" "https://www.wikipathways.org/index.php/Pathway:WP30" "Cytoplasmic ribosomal proteins" "Rattus norvegicus" "116951" "Kdahlquist, MaintBot, M.Ramirez, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP94" "https://www.wikipathways.org/index.php/Pathway:WP94" "Hepatocyte growth factor receptor signaling" "Rattus norvegicus" "118829" "169.230.77.174, MaintBot, Ddigles, L Dupuis, Eweitz, DeSl" 2021-06-02 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type"
"WP161" "https://www.wikipathways.org/index.php/Pathway:WP161" "Small ligand GPCRs" "Rattus norvegicus" "117014" "Nsalomonis, MaintBot, M.Ramirez, Ddigles, Egonw, Khanspers, Eweitz" 2021-05-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP140" "https://www.wikipathways.org/index.php/Pathway:WP140" "Myometrial relaxation and contraction pathways" "Rattus norvegicus" "116995" "Nsalomonis, MaintBot, Thomas, Khanspers, Elisa, Mkutmon, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP145" "https://www.wikipathways.org/index.php/Pathway:WP145" "Statin pathway" "Rattus norvegicus" "117047" "Nsalomonis, MaintBot, Khanspers, BruceConklin, Thomas, AlexanderPico, Ddigles, Egonw, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000724|,| value: statin drug pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type"
"WP66" "https://www.wikipathways.org/index.php/Pathway:WP66" "Steroid biosynthesis" "Rattus norvegicus" "117016" "A.Kwa, MaintBot, M.Ramirez, Egonw, Ddigles, DeSl, Eweitz" 2021-05-16 "" "- id: PW:0000040|,| value: steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP316" "https://www.wikipathways.org/index.php/Pathway:WP316" "Striated muscle contraction" "Rattus norvegicus" "117022" "Nsalomonis, MaintBot, J.Fong, Lindarieswijk, Eweitz" 2021-05-16 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP349" "https://www.wikipathways.org/index.php/Pathway:WP349" "Synthesis and degradation of ketone bodies" "Rattus norvegicus" "117020" "N.Reyes, MaintBot, Thomas, Khanspers, Susan, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP457" "https://www.wikipathways.org/index.php/Pathway:WP457" "TNF-alpha NF-kB signaling pathway" "Rattus norvegicus" "117025" "A.Pandey, MaintBot, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000233|,| value: tumor necrosis factor mediated signaling pathway|,| type: Pathway Ontology"
"WP149" "https://www.wikipathways.org/index.php/Pathway:WP149" "Translation factors" "Rattus norvegicus" "117026" "Kdahlquist, MaintBot, M.Ramirez, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology"
"WP270" "https://www.wikipathways.org/index.php/Pathway:WP270" "Tryptophan metabolism" "Rattus norvegicus" "104907" "L.M.Ferrante, MaintBot, Khanspers, Egonw, Ddigles, Fehrhart" 2019-06-24 "" "- id: PW:0000054|,| value: tryptophan metabolic pathway|,| type: Pathway Ontology"
"WP418" "https://www.wikipathways.org/index.php/Pathway:WP418" "Beta-oxidation of unsaturated fatty acids" "Rattus norvegicus" "118918" "Evelo, MaintBot, Christine Chichester, Egonw, Eweitz, Mkutmon" 2021-06-04 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP375" "https://www.wikipathways.org/index.php/Pathway:WP375" "Wnt signaling pathway (NetPath)" "Rattus norvegicus" "117978" "A.Pandey, MaintBot, Thomas, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-23 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP529" "https://www.wikipathways.org/index.php/Pathway:WP529" "mRNA processing" "Rattus norvegicus" "117004" "Nsalomonis, MaintBot, Khanspers, Ddigles, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP294" "https://www.wikipathways.org/index.php/Pathway:WP294" "p38 Mapk signaling pathway" "Rattus norvegicus" "116821" "S.Burel, MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP108" "https://www.wikipathways.org/index.php/Pathway:WP108" "Selenium metabolism / selenoproteins" "Mus musculus" "117940" "Susan, MaintBot, Khanspers, Andra, Ddigles, Olivier.traets, Fehrhart, Eweitz" 2021-05-23 "" "- id: PW:0000133|,| value: selenoamino acid metabolic pathway|,| type: Pathway Ontology"
"WP241" "https://www.wikipathways.org/index.php/Pathway:WP241" "One-carbon metabolism" "Homo sapiens" "116573" "Michiel, Frank, Thomas, MaintBot, Txr24, Egoyenechea, Evelo, AlexanderPico, Khanspers, Egonw, Iamlove, MirellaKalafati, Garima.thakur, DeSl, Fehrhart, Eweitz" 2021-05-08 "" "- id: PW:0000189|,| value: folate mediated one-carbon metabolic pathway|,| type: Pathway Ontology"
"WP399" "https://www.wikipathways.org/index.php/Pathway:WP399" "Wnt signaling pathway and pluripotency" "Homo sapiens" "119242" "Nsalomonis, MaintBot, Thomas, MartijnVanIersel, AlexanderPico, Khanspers, Ddigles, Egonw, Zari, Eweitz, Mkutmon, Finterly" 2021-06-22 "" "- id: CL:0002248|,| value: pluripotent stem cell|,| type: Cell Type|;|- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP435" "https://www.wikipathways.org/index.php/Pathway:WP435" "One-carbon metabolism" "Mus musculus" "116571" "Michiel, Khanspers, MaintBot, AlexanderPico, Evelo, Ddigles, Mkutmon, Egonw, Fehrhart, Eweitz" 2021-05-08 "" "- id: PW:0000189|,| value: folate mediated one-carbon metabolic pathway|,| type: Pathway Ontology"
"WP300" "https://www.wikipathways.org/index.php/Pathway:WP300" "Histone modifications" "Mus musculus" "71890" "Michiel, MaintBot, AlexanderPico, MartijnVanIersel, Christine Chichester, Mkutmon" 2013-10-22 "" "- id: PW:0001338|,| value: histone modification pathway|,| type: Pathway Ontology"
"WP192" "https://www.wikipathways.org/index.php/Pathway:WP192" "DNA replication" "Caenorhabditis elegans" "118534" "Kdahlquist, MaintBot, D.Koren, Thomas, Egonw, Christine Chichester, Eweitz, UlasBabayigit, DeSl" 2021-05-28 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP518" "https://www.wikipathways.org/index.php/Pathway:WP518" "Eukaryotic transcription initiation" "Caenorhabditis elegans" "118093" "Nsalomonis, MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-24 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP110" "https://www.wikipathways.org/index.php/Pathway:WP110" "Translation factors" "Caenorhabditis elegans" "118540" "Kdahlquist, MaintBot, Ddigles, Egonw, Timverbruggen, Eweitz, Fehrhart, DeSl" 2021-05-28 "" "- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP123" "https://www.wikipathways.org/index.php/Pathway:WP123" "mRNA processing" "Caenorhabditis elegans" "118541" "Nsalomonis, MaintBot, Khanspers, Ddigles, Fehrhart, DeSl" 2021-05-28 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP565" "https://www.wikipathways.org/index.php/Pathway:WP565" "DNA replication" "Drosophila melanogaster" "116917" "Kdahlquist, MaintBot, D.Koren, Thomas, Egonw, Christine Chichester, Eweitz" 2021-05-15 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP492" "https://www.wikipathways.org/index.php/Pathway:WP492" "Hedgehog signaling pathway" "Drosophila melanogaster" "116922" "A.Pandey, MaintBot, AlexanderPico, Christine Chichester, Khanspers, Ryan.miller, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP208" "https://www.wikipathways.org/index.php/Pathway:WP208" "Notch signaling pathway" "Drosophila melanogaster" "116928" "A.J.Carolo, MaintBot, Thomas, Ddigles, Khanspers, Egonw, Teacup, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP177" "https://www.wikipathways.org/index.php/Pathway:WP177" "Eukaryotic transcription initiation" "Drosophila melanogaster" "118410" "Nsalomonis, MaintBot, Thomas, Christine Chichester, Khanspers, Ryan.miller, Egonw, Eweitz" 2021-05-27 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology|;|- id: PW:0001575|,| value: RNA polymerase III transcription initiation pathway|,| type: Pathway Ontology|;|- id: PW:0001570|,| value: RNA polymerase I transcription initiation pathway|,| type: Pathway Ontology|;|- id: PW:0001274|,| value: RNA polymerase II transcription initiation pathway|,| type: Pathway Ontology"
"WP537" "https://www.wikipathways.org/index.php/Pathway:WP537" "Translation factors" "Drosophila melanogaster" "116932" "Kdahlquist, MaintBot, Ddigles, Khanspers, Mkutmon, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology"
"WP97" "https://www.wikipathways.org/index.php/Pathway:WP97" "Wnt signaling pathway" "Drosophila melanogaster" "116933" "A.J.Carolo, MaintBot, Thomas, Ddigles, Khanspers, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP142" "https://www.wikipathways.org/index.php/Pathway:WP142" "mRNA processing" "Drosophila melanogaster" "106090" "Nsalomonis, MaintBot, Khanspers, Ddigles" 2019-08-16 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP414" "https://www.wikipathways.org/index.php/Pathway:WP414" "Cell cycle and cell division" "Saccharomyces cerevisiae" "117274" "Nsalomonis, MaintBot, BruceConklin, MartijnVanIersel, StephanieWiddison, Christine Chichester, Egonw, Mkutmon, Khanspers, AdoBioInfo, Eweitz" 2021-05-20 "" "- id: PW:0000086 |,| value: cell cycle pathway, mitotic|,| type: Pathway Ontology"
"WP13" "https://www.wikipathways.org/index.php/Pathway:WP13" "DNA replication" "Saccharomyces cerevisiae" "117289" "Kdahlquist, MaintBot, D.Koren, Thomas, Christine Chichester, Egonw, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP510" "https://www.wikipathways.org/index.php/Pathway:WP510" "MAPK signaling pathway" "Saccharomyces cerevisiae" "117311" "Nsalomonis, MaintBot, BruceConklin, Shigeta, Thomas, Michiel, Ddigles, Egonw, Nuno, Khanspers, AlexanderPico, Finterly, Eweitz" 2021-05-20 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP425" "https://www.wikipathways.org/index.php/Pathway:WP425" "Eukaryotic transcription initiation" "Saccharomyces cerevisiae" "117292" "Nsalomonis, MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-20 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP264" "https://www.wikipathways.org/index.php/Pathway:WP264" "Acetylcholine synthesis" "Caenorhabditis elegans" "117857" "A.Kwa, MaintBot, Thomas, Cgrove, Christine Chichester, Mkutmon, Fehrhart, Eweitz" 2021-05-23 "WormBase_Approved" "- id: PW:0000408|,| value: acetylcholine metabolic pathway|,| type: Pathway Ontology"
"WP126" "https://www.wikipathways.org/index.php/Pathway:WP126" "Fatty acid beta-oxidation 1" "Caenorhabditis elegans" "118473" "Nsalomonis, MaintBot, Evelo, C.Redfern, Christine Chichester, Timverbruggen, Eweitz, DeSl" 2021-05-27 "Lipids" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP148" "https://www.wikipathways.org/index.php/Pathway:WP148" "Fatty acid beta-oxidation 2" "Caenorhabditis elegans" "118547" "Nsalomonis, MaintBot, Evelo, C.Redfern, Mkutmon, Christine Chichester, Eweitz, Fehrhart, DeSl" 2021-05-28 "Lipids" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP499" "https://www.wikipathways.org/index.php/Pathway:WP499" "Fatty acid beta-oxidation 3" "Caenorhabditis elegans" "118552" "Nsalomonis, MaintBot, Evelo, C.Redfern, Christine Chichester, Eweitz, Fehrhart, DeSl" 2021-05-28 "Lipids" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP209" "https://www.wikipathways.org/index.php/Pathway:WP209" "Fatty acid beta-oxidation meta-pathway" "Caenorhabditis elegans" "118916" "Nsalomonis, MaintBot, Evelo, C.Redfern, Khanspers, Christine Chichester, Egonw, Eweitz, Mkutmon" 2021-06-04 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP38" "https://www.wikipathways.org/index.php/Pathway:WP38" "Fatty acid biosynthesis" "Caenorhabditis elegans" "118560" "Kdahlquist, MaintBot, Evelo, Egonw, Christine Chichester, L Dupuis, Eweitz, Fehrhart, DeSl" 2021-05-28 "Lipids" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP436" "https://www.wikipathways.org/index.php/Pathway:WP436" "Glycogen metabolism" "Caenorhabditis elegans" "118434" "Kdahlquist, MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Eweitz, Fehrhart" 2021-05-27 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP76" "https://www.wikipathways.org/index.php/Pathway:WP76" "TCA cycle" "Caenorhabditis elegans" "118332" "Kdahlquist, MaintBot, N.Fidelman, Ewormbaser, Andra, Egonw, Ddigles, L Dupuis, Eweitz, Ziska" 2021-05-27 "" "- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology"
"WP448" "https://www.wikipathways.org/index.php/Pathway:WP448" "Mitochondrial long chain fatty acid beta-oxidation" "Caenorhabditis elegans" "118575" "N.Reyes, MaintBot, Ddigles, Eweitz, Ziska, DeSl" 2021-05-28 "Lipids" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP312" "https://www.wikipathways.org/index.php/Pathway:WP312" "Pentose phosphate pathway" "Caenorhabditis elegans" "118464" "Kdahlquist, MaintBot, Ddigles, Eweitz, Ziska" 2021-05-27 "" "- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP427" "https://www.wikipathways.org/index.php/Pathway:WP427" "Ketone bodies synthesis and degradation" "Caenorhabditis elegans" "118592" "N.Reyes, MaintBot, Thomas, Ddigles, Egonw, Khanspers, Eweitz" 2021-05-28 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP212" "https://www.wikipathways.org/index.php/Pathway:WP212" "Triacylglyceride synthesis" "Caenorhabditis elegans" "118568" "Evelo, MaintBot, Ddigles, Eweitz, Ziska, DeSl" 2021-05-28 "Lipids" "- id: PW:0000736|,| value: triacylglycerol biosynthetic pathway|,| type: Pathway Ontology"
"WP471" "https://www.wikipathways.org/index.php/Pathway:WP471" "Beta-oxidation of unsaturated fatty acids" "Caenorhabditis elegans" "118555" "Evelo, MaintBot, Christine Chichester, L Dupuis, Khanspers, Egonw, Eweitz, DeSl" 2021-05-28 "Lipids" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP125" "https://www.wikipathways.org/index.php/Pathway:WP125" "Biogenic amine synthesis" "Drosophila melanogaster" "116914" "AlexanderPico, MaintBot, Thomas, Egonw, Christine Chichester, Mkutmon, Krasin, Elisson nl, Eweitz" 2021-05-15 "" "- id: PW:0001234 |,| value: biogenic amine biosynthetic pathway|,| type: Pathway Ontology"
"WP542" "https://www.wikipathways.org/index.php/Pathway:WP542" "Electron transport chain" "Drosophila melanogaster" "116915" "Kdahlquist, MaintBot, AlexanderPico, Khanspers, FerryJagers, Christine Chichester, Mkutmon, L Dupuis, Egonw, Eweitz" 2021-05-15 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology"
"WP39" "https://www.wikipathways.org/index.php/Pathway:WP39" "Fatty acid beta-oxidation 1" "Drosophila melanogaster" "118919" "Nsalomonis, MaintBot, Evelo, C.Redfern, Egonw, Christine Chichester, Eweitz, Mkutmon" 2021-06-04 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP25" "https://www.wikipathways.org/index.php/Pathway:WP25" "Fatty acid beta-oxidation 3" "Drosophila melanogaster" "118917" "Nsalomonis, MaintBot, Evelo, C.Redfern, Egonw, Christine Chichester, Eweitz, Mkutmon" 2021-06-04 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP443" "https://www.wikipathways.org/index.php/Pathway:WP443" "Beta-oxidation meta-pathway" "Drosophila melanogaster" "118915" "Nsalomonis, MaintBot, Evelo, C.Redfern, Christine Chichester, Khanspers, Eweitz, Mkutmon" 2021-06-04 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP568" "https://www.wikipathways.org/index.php/Pathway:WP568" "Fatty acid biosynthesis" "Drosophila melanogaster" "116920" "Kdahlquist, MaintBot, Evelo, Christine Chichester, Egonw, Andra, DeSl, L Dupuis, Finterly, Eweitz" 2021-05-16 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP144" "https://www.wikipathways.org/index.php/Pathway:WP144" "Glycolysis and gluconeogenesis" "Drosophila melanogaster" "116921" "Kdahlquist, MaintBot, N.Fidelman, Egonw, Christine Chichester, L Dupuis, DeSl, Eweitz" 2021-05-16 "" "- id: PW:0000025|,| value: glycolysis/gluconeogenesis pathway|,| type: Pathway Ontology"
"WP269" "https://www.wikipathways.org/index.php/Pathway:WP269" "Heme biosynthesis" "Drosophila melanogaster" "116923" "Kdahlquist, MaintBot, Mills42, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP406" "https://www.wikipathways.org/index.php/Pathway:WP406" "Mitochondrial long chain fatty acid beta-oxidation" "Drosophila melanogaster" "116926" "N.Reyes, MaintBot, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP101" "https://www.wikipathways.org/index.php/Pathway:WP101" "Synthesis and degradation of ketone bodies" "Drosophila melanogaster" "116930" "N.Reyes, MaintBot, Thomas, Ddigles, Khanspers, Eweitz" 2021-05-16 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP224" "https://www.wikipathways.org/index.php/Pathway:WP224" "Aerobic glycerol catabolism" "Saccharomyces cerevisiae" "117270" "M.Braymer, MaintBot, Egonw, Mkutmon, Ariutta, Eweitz" 2021-05-20 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP328" "https://www.wikipathways.org/index.php/Pathway:WP328" "Allantoin degradation" "Saccharomyces cerevisiae" "117271" "M.Braymer, MaintBot, Michiel, Egonw, Mkutmon, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0000036|,| value: nitrogen metabolic pathway|,| type: Pathway Ontology"
"WP575" "https://www.wikipathways.org/index.php/Pathway:WP575" "Anaerobic respiration" "Saccharomyces cerevisiae" "89136" "J.Heckman, MaintBot, Mkutmon, Egonw, Ariutta" 2016-08-22 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP275" "https://www.wikipathways.org/index.php/Pathway:WP275" "Arginine biosynthesis" "Saccharomyces cerevisiae" "117272" "M.Braymer, MaintBot, Mkutmon, Christine Chichester, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001260|,| value: arginine biosynthetic pathway|,| type: Pathway Ontology"
"WP54" "https://www.wikipathways.org/index.php/Pathway:WP54" "Arginine degradation" "Saccharomyces cerevisiae" "89653" "J.Heckman, MaintBot, Mkutmon, Egonw, Christine Chichester" 2016-09-23 "" "- id: PW:0001261 |,| value: arginine degradation pathway|,| type: Pathway Ontology"
"WP67" "https://www.wikipathways.org/index.php/Pathway:WP67" "Asparagine biosynthesis" "Saccharomyces cerevisiae" "117278" "M.Braymer, MaintBot, Mkutmon, Egonw, Christine Chichester, Eweitz" 2021-05-20 "" "- id: PW:0001083|,| value: asparagine metabolic pathway|,| type: Pathway Ontology"
"WP432" "https://www.wikipathways.org/index.php/Pathway:WP432" "Asparagine degradation" "Saccharomyces cerevisiae" "89547" "J.Heckman, MaintBot, Mkutmon, Christine Chichester" 2016-09-16 "" "- id: PW:0001083|,| value: asparagine metabolic pathway|,| type: Pathway Ontology"
"WP280" "https://www.wikipathways.org/index.php/Pathway:WP280" "Carbon monoxide dehydrogenase pathway" "Saccharomyces cerevisiae" "89704" "J.Heckman, MaintBot, Egonw, Mkutmon, Ariutta" 2016-09-27 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP132" "https://www.wikipathways.org/index.php/Pathway:WP132" "Cholesterol biosynthesis" "Saccharomyces cerevisiae" "117277" "M.Lieberman, MaintBot, N.Mantei, Thomas, Christine Chichester, Egonw, Eveline1705, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP121" "https://www.wikipathways.org/index.php/Pathway:WP121" "Colanic acid building blocks biosynthesis" "Saccharomyces cerevisiae" "117276" "M.Braymer, MaintBot, Egonw, Ariutta, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP256" "https://www.wikipathways.org/index.php/Pathway:WP256" "Cysteine biosynthesis from homoserine" "Saccharomyces cerevisiae" "117279" "M.Braymer, MaintBot, Egonw, Mkutmon, Susan, DeSl, AlexanderPico, Eweitz" 2021-05-20 "" "- id: PW:0000049|,| value: cysteine metabolic pathway|,| type: Pathway Ontology"
"WP219" "https://www.wikipathways.org/index.php/Pathway:WP219" "Cytoplasmic tRNA synthetases" "Saccharomyces cerevisiae" "117282" "M.Braymer, MaintBot, Christine Chichester, Eweitz" 2021-05-20 "" "- id: PW:0001159|,| value: aminoacyl-tRNA biosynthetic pathway|,| type: Pathway Ontology"
"WP203" "https://www.wikipathways.org/index.php/Pathway:WP203" "De novo biosynthesis of purine nucleotides" "Saccharomyces cerevisiae" "118180" "M.Braymer, MaintBot, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-25 "" "- id: PW:0000867|,| value: de novo purine biosynthetic pathway|,| type: Pathway Ontology"
"WP36" "https://www.wikipathways.org/index.php/Pathway:WP36" "De novo biosynthesis of pyrimidine deoxyribonucleotides" "Saccharomyces cerevisiae" "117280" "M.Braymer, MaintBot, Egonw, Mkutmon, Susan, Eweitz" 2021-05-20 "" "- id: PW:0000862|,| value: de novo pyrimidine biosynthetic pathway|,| type: Pathway Ontology"
"WP92" "https://www.wikipathways.org/index.php/Pathway:WP92" "De novo biosynthesis of pyrimidine ribonucleotides" "Saccharomyces cerevisiae" "117290" "M.Braymer, MaintBot, Egonw, Susan, Eweitz" 2021-05-20 "" "- id: PW:0000862|,| value: de novo pyrimidine biosynthetic pathway|,| type: Pathway Ontology"
"WP541" "https://www.wikipathways.org/index.php/Pathway:WP541" "De novo NAD biosynthesis" "Saccharomyces cerevisiae" "117291" "M.Braymer, MaintBot, Christine Chichester, Egonw, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001276|,| value: de novo nicotinamide adenine dinucleotide biosynthetic pathway|,| type: Pathway Ontology"
"WP228" "https://www.wikipathways.org/index.php/Pathway:WP228" "Deoxyribose phosphate metabolism" "Saccharomyces cerevisiae" "109414" "J.Heckman, MaintBot, Egonw, Susan, IreneHemel, L Dupuis" 2020-03-16 "" "- id: PW:0000875|,| value: deoxyribonucleotide metabolic pathway|,| type: Pathway Ontology"
"WP27" "https://www.wikipathways.org/index.php/Pathway:WP27" "Phenylalanine, tyrosine, and tryptophan biosynthesis" "Saccharomyces cerevisiae" "117323" "J.Heckman, MaintBot, Egonw, Ddigles, Mkutmon, DeSl, Khanspers, Fehrhart, L Dupuis, Eweitz" 2021-05-20 "" "- id: PW:0000075 |,| value: phenylalanine, tyrosine and tryptophan biosynthetic pathway|,| type: Pathway Ontology"
"WP137" "https://www.wikipathways.org/index.php/Pathway:WP137" "Fatty acid biosynthesis, initial steps" "Saccharomyces cerevisiae" "117288" "M.Braymer, MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP380" "https://www.wikipathways.org/index.php/Pathway:WP380" "Fatty acid elongation, saturated" "Saccharomyces cerevisiae" "117293" "M.Braymer, MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP16" "https://www.wikipathways.org/index.php/Pathway:WP16" "Fatty acid elongation, unsaturated" "Saccharomyces cerevisiae" "117287" "M.Braymer, MaintBot, Egonw, Christine Chichester, Eweitz" 2021-05-20 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP91" "https://www.wikipathways.org/index.php/Pathway:WP91" "Fatty acid oxidation" "Saccharomyces cerevisiae" "107031" "J.Heckman, MaintBot, MartijnVanIersel, Egonw, Christine Chichester" 2019-09-17 "" "- id: PW:0000642|,| value: fatty acid degradation pathway|,| type: Pathway Ontology"
"WP377" "https://www.wikipathways.org/index.php/Pathway:WP377" "Meiotic recombination genes" "Saccharomyces cerevisiae" "117286" "MaintBot, AlexanderPico, Eweitz" 2021-05-20 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: PW:0001318|,| value: cell cycle pathway, meiotic|,| type: Pathway Ontology"
"WP156" "https://www.wikipathways.org/index.php/Pathway:WP156" "Gluconeogenesis" "Saccharomyces cerevisiae" "102416" "J.Heckman, MaintBot, Thomas, Christine Chichester, Egonw, DeSl" 2018-12-23 "" "- id: PW:0000641|,| value: gluconeogenesis pathway|,| type: Pathway Ontology"
"WP77" "https://www.wikipathways.org/index.php/Pathway:WP77" "Glutamate biosynthesis" "Saccharomyces cerevisiae" "89655" "J.Heckman, MaintBot, Egonw, Christine Chichester, Mkutmon" 2016-09-23 "" "- id: PW:0001262 |,| value: glutamic acid/glutamate biosynthetic pathway|,| type: Pathway Ontology"
"WP556" "https://www.wikipathways.org/index.php/Pathway:WP556" "Glutamate degradation I" "Saccharomyces cerevisiae" "97054" "J.Heckman, MaintBot, AlexanderPico, Christine Chichester, Egonw, Timverbruggen" 2018-04-26 "" "- id: PW:0001380|,| value: glutamate degradation pathway I|,| type: Pathway Ontology"
"WP503" "https://www.wikipathways.org/index.php/Pathway:WP503" "Glutamate degradation III" "Saccharomyces cerevisiae" "97401" "J.Heckman, MaintBot, Christine Chichester, Egonw, Maxvanson, Khanspers" 2018-05-15 "" "- id: PW:0001382|,| value: glutamate degradation pathway III|,| type: Pathway Ontology"
"WP99" "https://www.wikipathways.org/index.php/Pathway:WP99" "Glutamate degradation VIII" "Saccharomyces cerevisiae" "97070" "J.Heckman, MaintBot, Christine Chichester, Egonw" 2018-04-26 "" "- id: PW:0001388|,| value: glutamate degradation pathway VIII|,| type: Pathway Ontology"
"WP559" "https://www.wikipathways.org/index.php/Pathway:WP559" "Glutamate degradation VII" "Saccharomyces cerevisiae" "102422" "J.Heckman, MaintBot, Christine Chichester, Egonw" 2018-12-23 "" "- id: PW:0001386|,| value: glutamate degradation pathway VII|,| type: Pathway Ontology"
"WP392" "https://www.wikipathways.org/index.php/Pathway:WP392" "Glutathione-glutaredoxin redox reaction" "Saccharomyces cerevisiae" "117296" "M.Braymer, MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000134|,| value: glutathione metabolic pathway|,| type: Pathway Ontology"
"WP196" "https://www.wikipathways.org/index.php/Pathway:WP196" "Glutathione biosynthesis" "Saccharomyces cerevisiae" "117295" "M.Braymer, MaintBot, Christine Chichester, Egonw, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001277|,| value: glutathione biosynthetic pathway|,| type: Pathway Ontology"
"WP563" "https://www.wikipathways.org/index.php/Pathway:WP563" "Glycerol teichoic acid biosynthesis" "Saccharomyces cerevisiae" "117298" "M.Braymer, MaintBot, Egonw, AlexanderPico, DeSl, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP261" "https://www.wikipathways.org/index.php/Pathway:WP261" "Glycine biosynthesis" "Saccharomyces cerevisiae" "92999" "J.Heckman, MaintBot, Christine Chichester, Egonw, Khanspers" 2017-07-21 "" "- id: PW:0001264|,| value: glycine biosynthetic pathway|,| type: Pathway Ontology"
"WP345" "https://www.wikipathways.org/index.php/Pathway:WP345" "Glycine degradation" "Saccharomyces cerevisiae" "117303" "J.Heckman, MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001265|,| value: glycine degradation pathway|,| type: Pathway Ontology"
"WP478" "https://www.wikipathways.org/index.php/Pathway:WP478" "Glycogen catabolism" "Saccharomyces cerevisiae" "117297" "J.Heckman, MaintBot, Christine Chichester, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000534|,| value: glycogen degradation pathway|,| type: Pathway Ontology"
"WP253" "https://www.wikipathways.org/index.php/Pathway:WP253" "Glycolysis" "Saccharomyces cerevisiae" "107251" "J.Heckman, MaintBot, Christine Chichester, Egonw, DeSl, Marvin M2" 2019-09-17 "" "- id: PW:0000640|,| value: glycolysis pathway|,| type: Pathway Ontology"
"WP515" "https://www.wikipathways.org/index.php/Pathway:WP515" "Glycolysis and gluconeogenesis" "Saccharomyces cerevisiae" "117299" "Kdahlquist, MaintBot, Thomas, AlexanderPico, Khanspers, Mkutmon, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000640|,| value: glycolysis pathway|,| type: Pathway Ontology|;|- id: PW:0000025|,| value: glycolysis/gluconeogenesis pathway|,| type: Pathway Ontology|;|- id: PW:0000641|,| value: gluconeogenesis pathway|,| type: Pathway Ontology"
"WP260" "https://www.wikipathways.org/index.php/Pathway:WP260" "Glucose-1-phosphate metabolism" "Saccharomyces cerevisiae" "107252" "J.Heckman, MaintBot, Christine Chichester, Egonw, DeSl, Mkutmon" 2019-09-17 "" "- id: PW:0000555|,| value: glucose utilization pathway|,| type: Pathway Ontology|;|- id: PW:0000558|,| value: glucose conversion pathway|,| type: Pathway Ontology|;|- id: PW:0000532|,| value: glycogen biosynthetic pathway|,| type: Pathway Ontology"
"WP514" "https://www.wikipathways.org/index.php/Pathway:WP514" "Histidine biosynthesis" "Saccharomyces cerevisiae" "117300" "M.Braymer, MaintBot, Christine Chichester, Egonw, Mkutmon, Jeffrey Goessens, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001266|,| value: histidine biosynthetic pathway|,| type: Pathway Ontology"
"WP128" "https://www.wikipathways.org/index.php/Pathway:WP128" "Homocysteine and cysteine interconversion" "Saccharomyces cerevisiae" "117301" "M.Braymer, MaintBot, Christine Chichester, Egonw, DeSl, AlexanderPico, Eweitz" 2021-05-20 "" "- id: PW:0000049|,| value: cysteine metabolic pathway|,| type: Pathway Ontology"
"WP250" "https://www.wikipathways.org/index.php/Pathway:WP250" "Isoleucine biosynthesis" "Saccharomyces cerevisiae" "117307" "M.Braymer, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001268|,| value: isoleucine biosynthetic pathway|,| type: Pathway Ontology"
"WP178" "https://www.wikipathways.org/index.php/Pathway:WP178" "Isoleucine degradation" "Saccharomyces cerevisiae" "117305" "J.Heckman, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001269|,| value: isoleucine degradation pathway |,| type: Pathway Ontology"
"WP359" "https://www.wikipathways.org/index.php/Pathway:WP359" "Isoleucine and valine biosynthesis" "Saccharomyces cerevisiae" "117304" "J.Heckman, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000072|,| value: valine, leucine and isoleucine biosynthetic pathway|,| type: Pathway Ontology"
"WP198" "https://www.wikipathways.org/index.php/Pathway:WP198" "Isoleucine, leucine, and valine biosynthesis" "Saccharomyces cerevisiae" "117306" "J.Heckman, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000072|,| value: valine, leucine and isoleucine biosynthetic pathway|,| type: Pathway Ontology"
"WP490" "https://www.wikipathways.org/index.php/Pathway:WP490" "TCA cycle" "Saccharomyces cerevisiae" "117346" "Kdahlquist, MaintBot, AlexanderPico, Khanspers, Thomas, Ddigles, Egonw, Mkutmon, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology"
"WP546" "https://www.wikipathways.org/index.php/Pathway:WP546" "Lactose degradation and galactose metabolism" "Saccharomyces cerevisiae" "116499" "J.Heckman, MaintBot, Ddigles, Egonw, Khanspers, DeSl, Marvin M2, Eweitz" 2021-05-07 "" "- id: PW:0001364|,| value: lactose degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000042|,| value: galactose metabolic pathway|,| type: Pathway Ontology"
"WP180" "https://www.wikipathways.org/index.php/Pathway:WP180" "Leucine biosynthesis" "Saccharomyces cerevisiae" "117308" "M.Braymer, MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0001270 |,| value: leucine biosynthetic pathway|,| type: Pathway Ontology"
"WP354" "https://www.wikipathways.org/index.php/Pathway:WP354" "Leucine degradation" "Saccharomyces cerevisiae" "117309" "J.Heckman, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001271|,| value: leucine degradation pathway |,| type: Pathway Ontology"
"WP71" "https://www.wikipathways.org/index.php/Pathway:WP71" "Lipases biosynthesis" "Saccharomyces cerevisiae" "70049" "J.Heckman, MaintBot, Egonw, Ddigles" 2013-07-12 "" "- id: PW:0000354|,| value: glycerophospholipid metabolic pathway|,| type: Pathway Ontology"
"WP533" "https://www.wikipathways.org/index.php/Pathway:WP533" "Lysine biosynthesis" "Saccharomyces cerevisiae" "117310" "M.Braymer, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000074|,| value: lysine biosynthetic pathway|,| type: Pathway Ontology"
"WP46" "https://www.wikipathways.org/index.php/Pathway:WP46" "Methionine degradation" "Saccharomyces cerevisiae" "117317" "J.Heckman, MaintBot, Egonw, Ddigles, DeSl, AlexanderPico, Eweitz" 2021-05-20 "" "- id: PW:0001302|,| value: methionine degradation pathway|,| type: Pathway Ontology"
"WP62" "https://www.wikipathways.org/index.php/Pathway:WP62" "Mitochondrial tRNA synthetases" "Saccharomyces cerevisiae" "117312" "M.Braymer, MaintBot, Ddigles, Eweitz" 2021-05-20 "" "- id: PW:0001324|,| value: mitochondrial aminoacyl-tRNA biosynthetic pathway|,| type: Pathway Ontology"
"WP84" "https://www.wikipathways.org/index.php/Pathway:WP84" "NAD biosynthesis" "Saccharomyces cerevisiae" "117316" "M.Braymer, MaintBot, Egonw, Ddigles, Eweitz" 2021-05-20 "" "- id: PW:0000219|,| value: NAD biosynthetic pathway|,| type: Pathway Ontology"
"WP171" "https://www.wikipathways.org/index.php/Pathway:WP171" "NAD salvage pathway" "Saccharomyces cerevisiae" "117313" "M.Braymer, MaintBot, Ddigles, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0001375|,| value: nicotinamide adenine dinucleotide biosynthesis, the salvage pathway|,| type: Pathway Ontology"
"WP321" "https://www.wikipathways.org/index.php/Pathway:WP321" "Nucleotide metabolism" "Saccharomyces cerevisiae" "117315" "N.Fidelman, MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000031|,| value: purine metabolic pathway|,| type: Pathway Ontology"
"WP552" "https://www.wikipathways.org/index.php/Pathway:WP552" "Octane oxidation" "Saccharomyces cerevisiae" "69954" "J.Heckman, MaintBot, Ddigles, Egonw" 2013-07-11 "" "- id: PW:0001379|,| value: octane oxidation pathway|,| type: Pathway Ontology"
"WP181" "https://www.wikipathways.org/index.php/Pathway:WP181" "P-cymene degradation" "Saccharomyces cerevisiae" "117318" "M.Braymer, MaintBot, Egonw, Fehrhart, Eweitz" 2021-05-20 "" "- id: PW:0000107|,| value: xenobiotics biodegradation pathway|,| type: Pathway Ontology"
"WP462" "https://www.wikipathways.org/index.php/Pathway:WP462" "Panothenate and coenzyme A biosynthesis" "Saccharomyces cerevisiae" "117319" "M.Braymer, MaintBot, Ddigles, Egonw, SNorton, Eweitz" 2021-05-20 "" "- id: PW:0001358|,| value: coenzyme A biosynthetic pathway|,| type: Pathway Ontology"
"WP379" "https://www.wikipathways.org/index.php/Pathway:WP379" "Pentose pathway, non-oxidative branch" "Saccharomyces cerevisiae" "117314" "M.Braymer, MaintBot, Ddigles, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000574|,| value: pentose phosphate pathway - non-oxidative phase|,| type: Pathway Ontology"
"WP369" "https://www.wikipathways.org/index.php/Pathway:WP369" "Pentose phosphate pathway" "Saccharomyces cerevisiae" "117320" "Kdahlquist, MaintBot, Thomas, Ddigles, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP194" "https://www.wikipathways.org/index.php/Pathway:WP194" "Phenylalanine biosynthesis" "Saccharomyces cerevisiae" "117326" "M.Braymer, MaintBot, Ddigles, Egonw, DeSl, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001287|,| value: phenylalanine biosynthetic pathway|,| type: Pathway Ontology"
"WP573" "https://www.wikipathways.org/index.php/Pathway:WP573" "Phenylalanine degradation" "Saccharomyces cerevisiae" "117322" "M.Braymer, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001288|,| value: phenylalanine degradation pathway|,| type: Pathway Ontology"
"WP472" "https://www.wikipathways.org/index.php/Pathway:WP472" "Phosphatidic acid and phospholipid biosynthesis" "Saccharomyces cerevisiae" "117324" "M.Braymer, MaintBot, CarolineMrejen, Thomas, Khanspers, Ddigles, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000354 |,| value: glycerophospholipid metabolic pathway|,| type: Pathway Ontology"
"WP9" "https://www.wikipathways.org/index.php/Pathway:WP9" "Phospholipid biosynthesis" "Saccharomyces cerevisiae" "117325" "M.Braymer, MaintBot, Egonw, Ddigles, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000354 |,| value: glycerophospholipid metabolic pathway|,| type: Pathway Ontology"
"WP290" "https://www.wikipathways.org/index.php/Pathway:WP290" "Polyamine biosynthesis" "Saccharomyces cerevisiae" "117328" "M.Braymer, MaintBot, Khanspers, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000211|,| value: amines and polyamines metabolic pathway|,| type: Pathway Ontology"
"WP112" "https://www.wikipathways.org/index.php/Pathway:WP112" "Principal pathways of carbon metabolism" "Saccharomyces cerevisiae" "117329" "Kdahlquist, MaintBot, Thomas, Egonw, Ddigles, Khanspers, AlexanderPico, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000469|,| value: lipid hormone signaling pathway|,| type: Pathway Ontology"
"WP346" "https://www.wikipathways.org/index.php/Pathway:WP346" "Protein modifications" "Saccharomyces cerevisiae" "117330" "M.Braymer, MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000432 |,| value: protein modification pathway|,| type: Pathway Ontology"
"WP463" "https://www.wikipathways.org/index.php/Pathway:WP463" "Purine fermentation" "Saccharomyces cerevisiae" "117332" "M.Braymer, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000031|,| value: purine metabolic pathway|,| type: Pathway Ontology"
"WP214" "https://www.wikipathways.org/index.php/Pathway:WP214" "Pyruvate dehydrogenase pathway" "Saccharomyces cerevisiae" "117331" "J.Heckman, MaintBot, Ddigles, Egonw, Maxvanson, Eweitz" 2021-05-20 "" "- id: PW:0000043|,| value: pyruvate metabolic pathway|,| type: Pathway Ontology"
"WP381" "https://www.wikipathways.org/index.php/Pathway:WP381" "Riboflavin, FMN, and FAD biosynthesis" "Saccharomyces cerevisiae" "117333" "M.Braymer, MaintBot, Ddigles, Egonw, Mkutmon, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0000137|,| value: riboflavin metabolic pathway|,| type: Pathway Ontology"
"WP220" "https://www.wikipathways.org/index.php/Pathway:WP220" "Ribose and deoxyribose phosphate metabolism" "Saccharomyces cerevisiae" "117334" "M.Braymer, MaintBot, Egonw, Lindarieswijk, Eweitz" 2021-05-20 "" "- id: PW:0000005|,| value: carbohydrate metabolic pathway|,| type: Pathway Ontology"
"WP210" "https://www.wikipathways.org/index.php/Pathway:WP210" "Cytoplasmic ribosomal proteins" "Saccharomyces cerevisiae" "117045" "M.Braymer, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP332" "https://www.wikipathways.org/index.php/Pathway:WP332" "RuMP cycle, oxidative branch of the pentose phosphate pathway and formaldehyde assimilation" "Saccharomyces cerevisiae" "111625" "J.Heckman, MaintBot, Ddigles, Egonw, DeSl" 2020-08-31 "" "- id: PW:0001378|,| value: RuMP pathway of formaldehyde assimilation|,| type: Pathway Ontology|;|- id: PW:0000573|,| value: pentose phosphate pathway - oxidative phase|,| type: Pathway Ontology"
"WP95" "https://www.wikipathways.org/index.php/Pathway:WP95" "Pyrimidine ribonucleotide salvage pathways" "Saccharomyces cerevisiae" "117335" "M.Braymer, MaintBot, Egonw, Ddigles, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000863|,| value: pyrimidine salvage pathway|,| type: Pathway Ontology"
"WP390" "https://www.wikipathways.org/index.php/Pathway:WP390" "Serine-isocitrate lyase pathway" "Saccharomyces cerevisiae" "102418" "J.Heckman, MaintBot, Egonw, Lindarieswijk" 2018-12-23 "" "- id: PW:0001377|,| value: serine pathway of formaldehyde assimilation|,| type: Pathway Ontology"
"WP459" "https://www.wikipathways.org/index.php/Pathway:WP459" "Serine biosynthesis" "Saccharomyces cerevisiae" "117338" "M.Braymer, MaintBot, Ddigles, Egonw, Youssefwalid, Eweitz" 2021-05-20 "" "- id: PW:0001084|,| value: serine metabolic pathway|,| type: Pathway Ontology"
"WP218" "https://www.wikipathways.org/index.php/Pathway:WP218" "Serine and glycine biosynthesis" "Saccharomyces cerevisiae" "117337" "J.Heckman, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0001084|,| value: serine metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000440|,| value: glycine metabolic pathway|,| type: Pathway Ontology"
"WP370" "https://www.wikipathways.org/index.php/Pathway:WP370" "Sphingolipid metabolism" "Saccharomyces cerevisiae" "117339" "M.Braymer, MaintBot, Ddigles, Egonw, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0000197|,| value: sphingolipid metabolic pathway|,| type: Pathway Ontology"
"WP257" "https://www.wikipathways.org/index.php/Pathway:WP257" "Starch and cellulose biosynthesis" "Saccharomyces cerevisiae" "117340" "M.Braymer, MaintBot, Ddigles, Egonw, AlexanderPico, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0001393|,| value: starch and cellulose biosynthetic pathway|,| type: Pathway Ontology"
"WP14" "https://www.wikipathways.org/index.php/Pathway:WP14" "Sucrose biosynthesis" "Saccharomyces cerevisiae" "117341" "M.Braymer, MaintBot, AlexanderPico, Thomas, Egonw, Ddigles, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0001342|,| value: sucrose biosynthetic pathway|,| type: Pathway Ontology"
"WP579" "https://www.wikipathways.org/index.php/Pathway:WP579" "Sulfate assimilation pathway II" "Saccharomyces cerevisiae" "89709" "J.Heckman, MaintBot, Khanspers, Ddigles, Egonw" 2016-09-27 "" "- id: PW:0001311|,| value: sulfate assimilation pathway|,| type: Pathway Ontology"
"WP7" "https://www.wikipathways.org/index.php/Pathway:WP7" "Sulfur amino acid biosynthesis" "Saccharomyces cerevisiae" "117342" "J.Heckman, MaintBot, Khanspers, Egonw, Ddigles, DeSl, AlexanderPico, Eweitz" 2021-05-20 "" "- id: PW:0001078|,| value: cysteine and methionine metabolic pathway|,| type: Pathway Ontology"
"WP440" "https://www.wikipathways.org/index.php/Pathway:WP440" "Sulfur degradation" "Saccharomyces cerevisiae" "109358" "J.Heckman, MaintBot, Shigeta, AlexanderPico, Leonjohn2008, Ddigles, Egonw, DeSl, L Dupuis" 2020-03-16 "" "- id: PW:0000037|,| value: sulfur metabolic pathway|,| type: Pathway Ontology"
"WP191" "https://www.wikipathways.org/index.php/Pathway:WP191" "Glutamate biosynthesis superpathway" "Saccharomyces cerevisiae" "117344" "M.Braymer, MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0001262 |,| value: glutamic acid/glutamate biosynthetic pathway|,| type: Pathway Ontology"
"WP416" "https://www.wikipathways.org/index.php/Pathway:WP416" "Histidine, purine, and pyrimidine superpathway" "Saccharomyces cerevisiae" "117345" "M.Braymer, MaintBot, Ddigles, Egonw, Mkutmon, DeSl, Elisa, Eweitz" 2021-05-20 "" "- id: PW:0000012|,| value: nucleotide metabolic pathway|,| type: Pathway Ontology"
"WP296" "https://www.wikipathways.org/index.php/Pathway:WP296" "TCA cycle - detailed" "Saccharomyces cerevisiae" "117347" "J.Heckman, MaintBot, Khanspers, Egonw, Ddigles, Eweitz" 2021-05-20 "" "- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology"
"WP331" "https://www.wikipathways.org/index.php/Pathway:WP331" "Threonine biosynthesis" "Saccharomyces cerevisiae" "117349" "M.Braymer, MaintBot, Ddigles, Egonw, DeSl, AlexanderPico, Eweitz" 2021-05-20 "" "- id: PW:0001278|,| value: threonine biosynthetic pathway|,| type: Pathway Ontology"
"WP423" "https://www.wikipathways.org/index.php/Pathway:WP423" "Threonine and methionine biosynthesis" "Saccharomyces cerevisiae" "117348" "J.Heckman, MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000439 |,| value: aspartic acid/aspartate metabolic pathway|,| type: Pathway Ontology"
"WP60" "https://www.wikipathways.org/index.php/Pathway:WP60" "Toluene degradation" "Saccharomyces cerevisiae" "89654" "J.Heckman, MaintBot, Egonw, Ddigles" 2016-09-23 "" "- id: PW:0000110|,| value: toluene and xylene degradation pathway|,| type: Pathway Ontology"
"WP32" "https://www.wikipathways.org/index.php/Pathway:WP32" "Translation factors" "Saccharomyces cerevisiae" "117350" "M.Braymer, MaintBot, Ddigles, Eweitz" 2021-05-20 "" "- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000101|,| value: translation pathway|,| type: Pathway Ontology"
"WP398" "https://www.wikipathways.org/index.php/Pathway:WP398" "Trehalose anabolism" "Saccharomyces cerevisiae" "117351" "M.Braymer, MaintBot, Ddigles, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0001299|,| value: trehalose biosynthetic pathway|,| type: Pathway Ontology"
"WP70" "https://www.wikipathways.org/index.php/Pathway:WP70" "Trehalose degradation, low osmolarity" "Saccharomyces cerevisiae" "117352" "M.Braymer, MaintBot, Egonw, Ddigles, DeSl, Finterly, Eweitz" 2021-05-20 "" "- id: PW:0001300|,| value: trehalose degradation pathway|,| type: Pathway Ontology"
"WP266" "https://www.wikipathways.org/index.php/Pathway:WP266" "Triglyceride biosynthesis" "Saccharomyces cerevisiae" "117353" "M.Braymer, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000736|,| value: triacylglycerol biosynthetic pathway|,| type: Pathway Ontology"
"WP165" "https://www.wikipathways.org/index.php/Pathway:WP165" "Tryptophan biosynthesis" "Saccharomyces cerevisiae" "117354" "M.Braymer, MaintBot, Ddigles, Egonw, Mkutmon, DeSl, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001280|,| value: tryptophan biosynthetic pathway|,| type: Pathway Ontology"
"WP301" "https://www.wikipathways.org/index.php/Pathway:WP301" "Tryptophan degradation" "Saccharomyces cerevisiae" "117356" "M.Braymer, MaintBot, Thomas, Egonw, AlexanderPico, Ddigles, Fehrhart, Eweitz" 2021-05-20 "" "- id: PW:0001281|,| value: tryptophan degradation pathway|,| type: Pathway Ontology"
"WP452" "https://www.wikipathways.org/index.php/Pathway:WP452" "Tryptophan degradation via kynurenine" "Saccharomyces cerevisiae" "117355" "M.Braymer, MaintBot, Ddigles, Egonw, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001282|,| value: kynurenine metabolic pathway|,| type: Pathway Ontology"
"WP538" "https://www.wikipathways.org/index.php/Pathway:WP538" "Tyrosine biosynthesis" "Saccharomyces cerevisiae" "117357" "M.Braymer, MaintBot, Ddigles, Egonw, Khanspers, Eweitz" 2021-05-20 "" "- id: PW:0001283|,| value: tyrosine biosynthetic pathway|,| type: Pathway Ontology"
"WP109" "https://www.wikipathways.org/index.php/Pathway:WP109" "UDP-glucose conversion" "Saccharomyces cerevisiae" "117358" "M.Braymer, MaintBot, MartijnVanIersel, Ddigles, Egonw, DeSl, Eweitz" 2021-05-20 "" "- id: PW:0001328|,| value: uridine diphosphate glucose metabolic pathway|,| type: Pathway Ontology"
"WP159" "https://www.wikipathways.org/index.php/Pathway:WP159" "UDP-N-acetylgalactosamine biosynthesis" "Saccharomyces cerevisiae" "117359" "M.Braymer, MaintBot, Mkutmon, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000559|,| value: hexosamine biosynthetic pathway|,| type: Pathway Ontology"
"WP287" "https://www.wikipathways.org/index.php/Pathway:WP287" "Upiquinone Q prenylation" "Saccharomyces cerevisiae" "117360" "M.Braymer, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000142|,| value: ubiquinone biosynthetic pathway|,| type: Pathway Ontology"
"WP2" "https://www.wikipathways.org/index.php/Pathway:WP2" "Valine biosynthesis" "Saccharomyces cerevisiae" "118865" "M.Braymer, MaintBot, Egonw, Ddigles, Eweitz, Mkutmon" 2021-06-03 "" "- id: PW:0001285|,| value: valine biosynthetic pathway|,| type: Pathway Ontology"
"WP361" "https://www.wikipathways.org/index.php/Pathway:WP361" "Xylulose-monophosphate cycle" "Saccharomyces cerevisiae" "87431" "J.Heckman, MaintBot, Egonw, Mkutmon" 2016-07-22 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP172" "https://www.wikipathways.org/index.php/Pathway:WP172" "m-cresol degradation" "Saccharomyces cerevisiae" "89682" "J.Heckman, MaintBot, Egonw, Jmelius" 2016-09-25 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP540" "https://www.wikipathways.org/index.php/Pathway:WP540" "Cytoplasmic ribosomal proteins" "Caenorhabditis elegans" "117042" "Kdahlquist, MaintBot, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP470" "https://www.wikipathways.org/index.php/Pathway:WP470" "Proteasome degradation" "Caenorhabditis elegans" "118348" "Nsalomonis, MaintBot, Ddigles, Egonw, Eweitz, Ziska" 2021-05-27 "" "- id: PW:0000144|,| value: ubiquitin/proteasome degradation pathway|,| type: Pathway Ontology"
"WP281" "https://www.wikipathways.org/index.php/Pathway:WP281" "Proteasome degradation" "Drosophila melanogaster" "116929" "Nsalomonis, MaintBot, Ddigles, Khanspers, Eweitz" 2021-05-16 "" "- id: PW:0000144|,| value: ubiquitin/proteasome degradation pathway|,| type: Pathway Ontology"
"WP158" "https://www.wikipathways.org/index.php/Pathway:WP158" "Proteasome degradation" "Saccharomyces cerevisiae" "117064" "Nsalomonis, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000144|,| value: ubiquitin/proteasome degradation pathway|,| type: Pathway Ontology"
"WP508" "https://www.wikipathways.org/index.php/Pathway:WP508" "Biosynthesis of aldosterone and cortisol" "Rattus norvegicus" "116943" "Thomas, MaintBot, Khanspers, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000070|,| value: C21-steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP438" "https://www.wikipathways.org/index.php/Pathway:WP438" "Non-homologous end joining" "Homo sapiens" "119305" "Thomas, AlexanderPico, Khanspers, MaintBot, MartijnVanIersel, Chetan1, Zari, DeSl, Finterly" 2021-06-23 "" "- id: PW:0000203|,| value: non-homologous end joining pathway of double-strand break repair|,| type: Pathway Ontology|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology"
"WP186" "https://www.wikipathways.org/index.php/Pathway:WP186" "Homologous recombination" "Homo sapiens" "118416" "Thomas, AlexanderPico, MaintBot, MartijnVanIersel, Khanspers, IreneHemel, Eweitz, Marvin M2" 2021-05-27 "" "- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology|;|- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology|;|- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology|;|- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP531" "https://www.wikipathways.org/index.php/Pathway:WP531" "DNA mismatch repair" "Homo sapiens" "117702" "Thomas, AlexanderPico, MaintBot, MartijnVanIersel, Khanspers, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology|;|- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP525" "https://www.wikipathways.org/index.php/Pathway:WP525" "Mitochondrial unfolded-protein response" "Caenorhabditis elegans" "117061" "MartijnVanIersel, AlexanderPico, MaintBot, Thomas, Khanspers, Ddigles, Cgrove, Mkutmon, Egonw, Kyook, Eweitz" 2021-05-16 "WormBase_Approved" "- id: PW:0000237|,| value: stress response pathway|,| type: Pathway Ontology"
"WP322" "https://www.wikipathways.org/index.php/Pathway:WP322" "Osteoblast signaling" "Homo sapiens" "117584" "Ehsiao, AlexanderPico, 169.230.76.4, MaintBot, Khanspers, Egonw, Ddigles, Mkutmon, Zari, Teacup, Eweitz" 2021-05-21 "" "- id: CL:0000062|,| value: osteoblast|,| type: Cell Type|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP12" "https://www.wikipathways.org/index.php/Pathway:WP12" "Osteoclast signaling" "Homo sapiens" "116896" "Ehsiao, AlexanderPico, MaintBot, Samuel Sklar, Khanspers, Ddigles, Egonw, Mkutmon, Jessev1993, Eweitz" 2021-05-15 "" "- id: CL:0000092|,| value: osteoclast|,| type: Cell Type|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP454" "https://www.wikipathways.org/index.php/Pathway:WP454" "Osteoclast signaling" "Mus musculus" "117932" "Ehsiao, Khanspers, AlexanderPico, MaintBot, Ddigles, Egonw, NhungP, Eweitz" 2021-05-23 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP489" "https://www.wikipathways.org/index.php/Pathway:WP489" "Osteoclast" "Rattus norvegicus" "117034" "Ehsiao, Khanspers, AlexanderPico, MaintBot, Ddigles, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0000092|,| value: osteoclast|,| type: Cell Type"
"WP227" "https://www.wikipathways.org/index.php/Pathway:WP227" "Osteoblast signaling" "Rattus norvegicus" "117580" "Ehsiao, AlexanderPico, Khanspers, MaintBot, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0000062|,| value: osteoblast|,| type: Cell Type"
"WP238" "https://www.wikipathways.org/index.php/Pathway:WP238" "Osteoblast signaling" "Mus musculus" "117579" "Ehsiao, AlexanderPico, Khanspers, MaintBot, Ddigles, Mkutmon, AMTan, Eweitz" 2021-05-21 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0000062|,| value: osteoblast|,| type: Cell Type"
"WP143" "https://www.wikipathways.org/index.php/Pathway:WP143" "Fatty acid beta-oxidation" "Homo sapiens" "116506" "Michiel, Evelo, MaintBot, Susan, Pahles, FerryJagers, AdrienDefay, AlexanderPico, Egonw, Mkutmon, DeSl, Priyanka K, Khanspers, Licong, Eweitz" 2021-05-07 "Lipids" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000642|,| value: fatty acid degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000058|,| value: fatty acid metabolic pathway|,| type: Pathway Ontology|;|- id: DOID:3146|,| value: fatty acid metabolism|,| type: Disease"
"WP136" "https://www.wikipathways.org/index.php/Pathway:WP136" "Phase I biotransformations, non P450" "Homo sapiens" "118346" "Rollie, Thomas, Evelo, MaintBot, Khanspers, Egonw, Zari, Mkutmon, Marvin M2" 2021-05-27 "" "- id: PW:0000376|,| value: cytochrome P450-independent phase I biotransformation pathway|,| type: Pathway Ontology"
"WP521" "https://www.wikipathways.org/index.php/Pathway:WP521" "Amino acid conjugation of benzoic acid" "Homo sapiens" "111034" "Lore, Thomas, MaintBot, Susan, Pieter Giesbertz, MartijnVanIersel, Mkutmon, DeSl, Fehrhart" 2020-07-02 "" "- id: PW:0001229|,| value: xenobiotic metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000440|,| value: glycine metabolic pathway|,| type: Pathway Ontology"
"WP43" "https://www.wikipathways.org/index.php/Pathway:WP43" "Oxidation by cytochrome P450" "Homo sapiens" "119227" "Arik, MartijnVanIersel, Thomas, Evelo, Susan, MaintBot, Mohhafez, Christine Chichester, Egonw, Khanspers, Zari, Mkutmon, Zhangx888, Eweitz, Finterly" 2021-06-22 "" "- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000107|,| value: xenobiotics biodegradation pathway|,| type: Pathway Ontology|;|- id: PW:0000375|,| value: phase I biotransformation pathway via cytochrome P450|,| type: Pathway Ontology"
"WP376" "https://www.wikipathways.org/index.php/Pathway:WP376" "Renin-angiotensin system" "Rattus norvegicus" "116622" "Rishiaachaibersing, Mark, Thomas, MaintBot, Evelo, Ddigles, Mkutmon, AgustinGV, Egonw, DeSl, Khanspers, Eweitz" 2021-05-09 "" "- id: PW:0000492|,| value: renin-angiotensin cascade pathway|,| type: Pathway Ontology|;|- id: DOID:10763|,| value: hypertension|,| type: Disease|;|- id: DOID:1073|,| value: renal hypertension|,| type: Disease"
"WP69" "https://www.wikipathways.org/index.php/Pathway:WP69" "T-cell receptor (TCR) signaling pathway" "Homo sapiens" "116404" "A.Pandey, MaintBot, Thomas, Khanspers, NetPath, AlexanderPico, Zari, Evelo, Mkutmon, AMTan, Eweitz" 2021-05-07 "" "- id: PW:0000821|,| value: T cell receptor signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000084|,| value: T cell|,| type: Cell Type"
"WP469" "https://www.wikipathways.org/index.php/Pathway:WP469" "Glutathione metabolism" "Rattus norvegicus" "104998" "169.230.77.174, MaintBot, Christine Chichester, Egonw, Khanspers" 2019-06-28 "" "- id: PW:0000134|,| value: glutathione metabolic pathway|,| type: Pathway Ontology"
"WP197" "https://www.wikipathways.org/index.php/Pathway:WP197" "Cholesterol biosynthesis pathway" "Homo sapiens" "118370" "M.Lieberman, MaintBot, Pahles, N.Mantei, Thomas, Samuel Sklar, MartijnVanIersel, Egonw, AlexanderPico, Bart Smeets, AndtheWings, Khanspers, Fehrhart, DeSl, Eweitz" 2021-05-27 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP422" "https://www.wikipathways.org/index.php/Pathway:WP422" "MAPK cascade" "Homo sapiens" "116723" "Nsalomonis, MaintBot, Khanspers, I.Reyes, Michiel, Jildau, MartijnVanIersel, Ddigles, Mkutmon, DeSl, AlexanderPico, Eweitz" 2021-05-11 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000007|,| value: MAPK signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP513" "https://www.wikipathways.org/index.php/Pathway:WP513" "Catecholamine synthesis" "Rattus norvegicus" "106998" "Annemichielsen, Thomas, Noortjevdvorst, AlexanderPico, MaintBot, Khanspers, Christine Chichester, Egonw" 2019-09-17 "" "- id: PW:0001235|,| value: catecholamine biosynthetic pathway|,| type: Pathway Ontology"
"WP394" "https://www.wikipathways.org/index.php/Pathway:WP394" "RNA interference and miRNA" "Caenorhabditis elegans" "73143" "MartijnVanIersel, MaintBot, Khanspers, Kyook" 2014-01-06 "WormBase_Approved" "- id: PW:0000809|,| value: small non-coding RNA pathway|,| type: Pathway Ontology"
"WP17" "https://www.wikipathways.org/index.php/Pathway:WP17" "daf-2 or insulin signaling pathway" "Caenorhabditis elegans" "106023" "MartijnVanIersel, MaintBot, Pieter Giesbertz, Christine Chichester, Cgrove, Kyook, Asios Olia, Khanspers" 2019-08-16 "WormBase_Approved" "- id: PW:0000651|,| value: aging pathway|,| type: Pathway Ontology|;|- id: PW:0000238|,| value: insulin-like growth factor signaling pathway|,| type: Pathway Ontology"
"WP262" "https://www.wikipathways.org/index.php/Pathway:WP262" "Ebstein-Barr virus LMP1 signaling" "Homo sapiens" "116630" "Thomas, MartijnVanIersel, MaintBot, Khanspers, Christine Chichester, AlexanderPico, Zari, Mkutmon, Roelod, Eweitz" 2021-05-09 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0001057|,| value: Epstein-Barr virus infection pathway|,| type: Pathway Ontology|;|- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP363" "https://www.wikipathways.org/index.php/Pathway:WP363" "Wnt signaling pathway" "Homo sapiens" "117855" "Khanspers, AlexanderPico, MaintBot, Thomas, Elgavish, Sham.uk, NetPath, Ddigles, Egonw, Fehrhart, Lorasimons, DeSl, Eweitz" 2021-05-22 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000201|,| value: canonical Wnt signaling pathway|,| type: Pathway Ontology"
"WP451" "https://www.wikipathways.org/index.php/Pathway:WP451" "DNA replication" "Danio rerio" "116856" "Kdahlquist, MaintBot, D.Koren, Thomas, Christine Chichester, LWackers, Eweitz" 2021-05-14 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP511" "https://www.wikipathways.org/index.php/Pathway:WP511" "FAS pathway and stress induction of HSP regulation" "Danio rerio" "116873" "MaintBot, Thomas, Khanspers, Christine Chichester, L Dupuis, Egonw, Eweitz" 2021-05-15 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP445" "https://www.wikipathways.org/index.php/Pathway:WP445" "G1 to S cell cycle control" "Danio rerio" "96476" "A.C.Zambon, MaintBot, Khanspers, Christine Chichester, Marvin M2" 2018-03-15 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP444" "https://www.wikipathways.org/index.php/Pathway:WP444" "Hepatocyte growth factor receptor signaling" "Danio rerio" "118749" "MaintBot, Ddigles, L Dupuis, Eweitz, DeSl" 2021-06-01 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology"
"WP467" "https://www.wikipathways.org/index.php/Pathway:WP467" "mRNA processing" "Danio rerio" "91976" "Nsalomonis, MaintBot, Khanspers, Ddigles, LWackers" 2017-04-10 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP476" "https://www.wikipathways.org/index.php/Pathway:WP476" "Acetylcholine synthesis" "Danio rerio" "116847" "A.Kwa, MaintBot, Thomas, Christine Chichester, Mkutmon, Egonw, Fehrhart, L Dupuis, Eweitz" 2021-05-14 "" "- id: PW:0000408|,| value: acetylcholine metabolic pathway|,| type: Pathway Ontology"
"WP154" "https://www.wikipathways.org/index.php/Pathway:WP154" "Biogenic amine synthesis" "Danio rerio" "116851" "AlexanderPico, MaintBot, Thomas, Egonw, Christine Chichester, Mkutmon, DeSl, Eweitz" 2021-05-14 "" "- id: PW:0001234 |,| value: biogenic amine biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0002511|,| value: dopamine degradation pathway|,| type: Pathway Ontology"
"WP19" "https://www.wikipathways.org/index.php/Pathway:WP19" "TCA cycle" "Danio rerio" "116911" "Kdahlquist, MaintBot, N.Fidelman, Egonw, Ddigles, LWackers, Susan, Eweitz" 2021-05-15 "" "- id: PW:0000026|,| value: citrate cycle pathway|,| type: Pathway Ontology"
"WP498" "https://www.wikipathways.org/index.php/Pathway:WP498" "Mitochondrial long chain fatty acid beta-oxidation" "Danio rerio" "116891" "N.Reyes, MaintBot, Ddigles, Eweitz" 2021-05-15 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP324" "https://www.wikipathways.org/index.php/Pathway:WP324" "Cytoplasmic ribosomal proteins" "Danio rerio" "116855" "Kdahlquist, MaintBot, Christine Chichester, Khanspers, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP468" "https://www.wikipathways.org/index.php/Pathway:WP468" "ACE inhibitor pathway" "Danio rerio" "116845" "C.F.Thorn, MaintBot, Thomas, Khanspers, Egonw, Christine Chichester, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology"
"WP562" "https://www.wikipathways.org/index.php/Pathway:WP562" "Exercise-induced circadian regulation" "Danio rerio" "116864" "A.C.Zambon, MaintBot, Khanspers, AlexanderPico, Egonw, Mkutmon, Susan, Fehrhart, L Dupuis, Eweitz" 2021-05-14 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP100" "https://www.wikipathways.org/index.php/Pathway:WP100" "Glutathione metabolism" "Homo sapiens" "107114" "169.230.77.174, MaintBot, Thomas, AlexanderPico, Andra, Egonw, DeSl, Khanspers" 2019-09-17 "" "- id: PW:0000134|,| value: glutathione metabolic pathway|,| type: Pathway Ontology"
"WP516" "https://www.wikipathways.org/index.php/Pathway:WP516" "Hypertrophy model" "Homo sapiens" "117755" "A.C.Zambon, MaintBot, Derob, Thomas, Khanspers, AlexanderPico, Jmelius, MirellaKalafati, AMTan, Egonw, Eweitz" 2021-05-22 "" "- id: DOID:114|,| value: heart disease|,| type: Disease|;|- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology|;|- id: PW:0000013|,| value: disease pathway|,| type: Pathway Ontology|;|- id: CL:0000187|,| value: muscle cell|,| type: Cell Type"
"WP229" "https://www.wikipathways.org/index.php/Pathway:WP229" "Irinotecan pathway" "Homo sapiens" "116612" "169.230.77.174, MaintBot, Thomas, AlexanderPico, Khanspers, MartijnVanIersel, Ddigles, Egonw, DeSl, Eweitz" 2021-05-09 "IEM" "- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: DOID:1227|,| value: neutropenia|,| type: Disease|;|- id: DOID:13250|,| value: diarrhea|,| type: Disease|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: CL:0000584|,| value: enterocyte|,| type: Cell Type|;|- id: PW:0001224|,| value: irinotecan drug pathway|,| type: Pathway Ontology|;|- id: DOID:0070113|,| value: Niemann-Pick disease type C1|,| type: Disease"
"WP383" "https://www.wikipathways.org/index.php/Pathway:WP383" "Striated muscle contraction pathway" "Homo sapiens" "118423" "Nsalomonis, MaintBot, MartijnVanIersel, J.Fong, Khanspers, Andra, MirellaKalafati, Marvin M2, Fehrhart, Eweitz, Mkutmon" 2021-05-27 "" "- id: CL:0000737|,| value: striated muscle cell|,| type: Cell Type|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP475" "https://www.wikipathways.org/index.php/Pathway:WP475" "Irinotecan pathway" "Mus musculus" "116618" "169.230.77.174, MaintBot, Thomas, Khanspers, Ddigles, DeSl, AlexanderPico, Eweitz" 2021-05-09 "" "- id: PW:0001224|,| value: irinotecan drug pathway|,| type: Pathway Ontology|;|- id: DOID:13250|,| value: diarrhea|,| type: Disease|;|- id: DOID:1227|,| value: neutropenia|,| type: Disease|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP566" "https://www.wikipathways.org/index.php/Pathway:WP566" "Canonical wnt signaling" "Danio rerio" "118436" "SFGKrens, Khanspers, MaintBot, Christine Chichester, Mkutmon, Egonw, AlexanderPico, Fehrhart" 2021-05-27 "" "- id: PW:0000201|,| value: canonical Wnt signaling pathway|,| type: Pathway Ontology"
"WP215" "https://www.wikipathways.org/index.php/Pathway:WP215" "Non-canonical Wnt pathway" "Danio rerio" "116895" "SFGKrens, Khanspers, MaintBot, Ddigles, AlexanderPico, Egonw, DeSl, Eweitz" 2021-05-15 "" "- id: PW:0000597|,| value: non-canonical Wnt signaling pathway|,| type: Pathway Ontology"
"WP211" "https://www.wikipathways.org/index.php/Pathway:WP211" "BMP signaling pathway" "Danio rerio" "118479" "SFGKrens, Khanspers, MaintBot, Thomas, Christine Chichester, Mkutmon, DeSl, Egonw, L Dupuis, Laurent" 2021-05-28 "" "- id: PW:0000330 |,| value: Bone morphogenetic proteins signaling pathway|,| type: Pathway Ontology"
"WP152" "https://www.wikipathways.org/index.php/Pathway:WP152" "FGF signaling pathway" "Danio rerio" "118460" "SFGKrens, Khanspers, MaintBot, Thomas, Lousk, Christine Chichester, Fehrhart, AlexanderPico, Andra, DeSl, Susan, Egonw" 2021-05-27 "" "- id: PW:0000328|,| value: fibroblast growth factor signaling pathway|,| type: Pathway Ontology"
"WP341" "https://www.wikipathways.org/index.php/Pathway:WP341" "Nodal signaling pathway" "Danio rerio" "118480" "SFGKrens, Khanspers, MaintBot, Danio368, Fredp, Ddigles, AlexanderPico, Eweitz, Egonw" 2021-05-28 "" "- id: PW:0001312|,| value: Nodal signaling pathway|,| type: Pathway Ontology"
"WP402" "https://www.wikipathways.org/index.php/Pathway:WP402" "ERK1-ERK2 MAPK cascade" "Danio rerio" "118447" "SFGKrens, Khanspers, MaintBot, Thomas, Christine Chichester, Marvin M2, Andra, DeSl, Fehrhart, Egonw, Eweitz" 2021-05-27 "" "- id: PW:0000102|,| value: the extracellular signal-regulated Raf/Mek/Erk signaling pathway|,| type: Pathway Ontology"
"WP578" "https://www.wikipathways.org/index.php/Pathway:WP578" "Leptin-insulin signaling overlap" "Mus musculus" "116798" "Susan, Evelo, MartijnVanIersel, MaintBot, Thomas, Samuel Sklar, Egonw, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000363|,| value: leptin system pathway|,| type: Pathway Ontology"
"WP15" "https://www.wikipathways.org/index.php/Pathway:WP15" "Selenium micronutrient network" "Homo sapiens" "118387" "Egoyenechea, AlexanderPico, Thomas, Ommen, MaintBot, Evelo, MartijnVanIersel, Jildau, Khanspers, Damariz, Andra, Egonw, Mkutmon, MirellaKalafati, DeSl, Eweitz, Marvin M2" 2021-05-27 "" "- id: PW:0000133|,| value: selenoamino acid metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP474" "https://www.wikipathways.org/index.php/Pathway:WP474" "Endochondral ossification" "Homo sapiens" "117098" "LarsEijssen, AlexanderPico, MaintBot, Alla, Khanspers, Egonw, Susan, DeSl, Eweitz" 2021-05-17 "" "- id: CL:0000138|,| value: chondrocyte|,| type: Cell Type|;|- id: CL:0000092|,| value: osteoclast|,| type: Cell Type|;|- id: CL:0000093|,| value: osteochondroclast|,| type: Cell Type|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP367" "https://www.wikipathways.org/index.php/Pathway:WP367" "Programmed cell death" "Caenorhabditis elegans" "118158" "MartijnVanIersel, WBDerry, MaintBot, Khanspers, Ddigles, Eweitz" 2021-05-25 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP176" "https://www.wikipathways.org/index.php/Pathway:WP176" "Folate metabolism" "Homo sapiens" "118404" "Egoyenechea, MartijnVanIersel, MaintBot, Thomas, Khanspers, Jilldunham, Damariz, Jildau, AlexanderPico, Andra, Egonw, Mkutmon, DeSl, Fehrhart, Youssefwalid, Eweitz, Marvin M2" 2021-05-27 "" "- id: PW:0000140|,| value: pathway of folate cycle/metabolism|,| type: Pathway Ontology"
"WP96" "https://www.wikipathways.org/index.php/Pathway:WP96" "Glycolysis and Gluconeogenesis" "Caenorhabditis elegans" "118471" "Jaeckel, MaintBot, Khanspers, Christine Chichester, Ddigles" 2021-05-27 "" "- id: PW:0000640|,| value: glycolysis pathway|,| type: Pathway Ontology"
"WP391" "https://www.wikipathways.org/index.php/Pathway:WP391" "Mitochondrial gene expression" "Homo sapiens" "117794" "Dfornika, MartijnVanIersel, Thomas, MaintBot, Khanspers, Ddigles, Eweitz" 2021-05-22 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology|;|- id: PW:0001333|,| value: mitochondrial transcription pathway|,| type: Pathway Ontology"
"WP201" "https://www.wikipathways.org/index.php/Pathway:WP201" "Ptf1a related regulatory pathway" "Mus musculus" "109433" "Godevil, Thomas, MaintBot, AlexanderPico, Khanspers, Ddigles, Egonw, L Dupuis" 2020-03-17 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP88" "https://www.wikipathways.org/index.php/Pathway:WP88" "Toll-like receptor signaling" "Mus musculus" "116521" "Pietergoossens, MaintBot, Thomas, AlexanderPico, Ddigles, Khanspers, Eweitz" 2021-05-07 "" "- id: PW:0000814|,| value: Toll-like receptor signaling pathway|,| type: Pathway Ontology"
"WP291" "https://www.wikipathways.org/index.php/Pathway:WP291" "Sex determination" "Caenorhabditis elegans" "87661" "MartijnVanIersel, MaintBot, Lindarieswijk" 2016-07-25 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP288" "https://www.wikipathways.org/index.php/Pathway:WP288" "Nod-like receptor (NLR) signaling pathway" "Homo sapiens" "118398" "Kufer, MaintBot, Andi1006, Thomas, Khanspers, AllanKuchinsky, Ddigles, AlexanderPico, Zari, Eweitz, Mkutmon" 2021-05-27 "" "- id: PW:0000817|,| value: NLR signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000817|,| value: NOD-like receptor signaling pathway|,| type: Pathway Ontology"
"WP548" "https://www.wikipathways.org/index.php/Pathway:WP548" "Neural crest development" "Danio rerio" "73522" "Gwo, MaintBot, Ddigles, Khanspers" 2014-01-29 "CIRM_Related" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP3" "https://www.wikipathways.org/index.php/Pathway:WP3" "Transcriptional activation by NRF2 in response to phytochemicals" "Homo sapiens" "116707" "Hubert, MaintBot, Thomas, Khanspers, Jildau, AlexanderPico, MartijnVanIersel, AllanKuchinsky, Ddigles, Egonw, Nsalomonis, Zari, Eweitz" 2021-05-11 "" "- id: PW:0000378|,| value: oxidative stress response pathways|,| type: Pathway Ontology|;|- id: PW:0000369|,| value: nuclear factor, erythroid derived 2, like 2 signaling pathway|,| type: Pathway Ontology"
"WP235" "https://www.wikipathways.org/index.php/Pathway:WP235" "Wnt signaling" "Caenorhabditis elegans" "118033" "MartijnVanIersel, MaintBot, Khanspers, Nbhatla, AlexanderPico, Cgrove, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP75" "https://www.wikipathways.org/index.php/Pathway:WP75" "Toll-like receptor signaling pathway" "Homo sapiens" "119233" "Jmboer, MaintBot, Thomas, AlexanderPico, Khanspers, Lizezhong, Egonw, Mkutmon, Jmelius, DeSl, Eweitz, Finterly" 2021-06-22 "" "- id: PW:0000814|,| value: Toll-like receptor signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000818|,| value: signaling pathway pertinent to immunity|,| type: Pathway Ontology"
"WP580" "https://www.wikipathways.org/index.php/Pathway:WP580" "Dauer formation" "Caenorhabditis elegans" "118394" "MartijnVanIersel, AlexanderPico, MaintBot, Kyook, Egonw, Susan, RaatsS" 2021-05-27 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP581" "https://www.wikipathways.org/index.php/Pathway:WP581" "EPO receptor signaling" "Homo sapiens" "117099" "Thomas, MaintBot, Christine Chichester, Mkutmon, Khanspers, Eweitz" 2021-05-17 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP585" "https://www.wikipathways.org/index.php/Pathway:WP585" "Interferon type I signaling pathways" "Homo sapiens" "107188" "Sham.uk, MaintBot, Jildau, Khanspers, MartijnVanIersel, Egonw, AlexanderPico" 2019-09-17 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000209|,| value: Jak-Stat signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000023|,| value: immune response pathway|,| type: Pathway Ontology"
"WP590" "https://www.wikipathways.org/index.php/Pathway:WP590" "Cardiovascular signaling" "Rattus norvegicus" "116946" "An.lebacq, Thomas, Khanspers, MaintBot, Ariutta, L Dupuis, Eweitz" 2021-05-16 "" "- id: PW:0000476|,| value: cardiovascular system homeostasis pathway|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP608" "https://www.wikipathways.org/index.php/Pathway:WP608" "miR-1 in cardiac development" "Mus musculus" "69184" "Thomas, Khanspers, MaintBot, Ddigles" 2013-07-08 "" "- id: PW:0000808|,| value: microRNA pathway|,| type: Pathway Ontology"
"WP615" "https://www.wikipathways.org/index.php/Pathway:WP615" "Senescence and autophagy in cancer" "Homo sapiens" "116733" "Sham.uk, MaintBot, Khanspers, Thomas, Egonw, Mkutmon, AMTan, AlexanderPico, Fehrhart, Eweitz" 2021-05-11 "" "- id: PW:0000277|,| value: senescence pathway|,| type: Pathway Ontology|;|- id: PW:0000278|,| value: autophagy pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology"
"WP617" "https://www.wikipathways.org/index.php/Pathway:WP617" "Ureide biosynthesis" "Oryza sativa" "107220" "Thomas, MaintBot, Pjaiswal, AlexanderPico, Egonw, MirellaKalafati" 2019-09-17 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP618" "https://www.wikipathways.org/index.php/Pathway:WP618" "Flower development" "Arabidopsis thaliana" "117233" "MartijnVanIersel, Pjaiswal, MaintBot, Khanspers, AlexanderPico, Eweitz" 2021-05-19 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP619" "https://www.wikipathways.org/index.php/Pathway:WP619" "Type II interferon signaling (IFNG)" "Homo sapiens" "106442" "Thomas, MaintBot, Khanspers, Ddigles, Mkutmon" 2019-08-28 "" "- id: PW:0000209|,| value: Jak-Stat signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000896|,| value: Type II interferon signaling pathway|,| type: Pathway Ontology"
"WP622" "https://www.wikipathways.org/index.php/Pathway:WP622" "Long-day flowering time pathway" "Arabidopsis thaliana" "118347" "Pjaiswal, Thomas, AlexanderPico, MaintBot, Khanspers, Drsd, Jmelius, Eweitz, Mkutmon" 2021-05-27 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP623" "https://www.wikipathways.org/index.php/Pathway:WP623" "Oxidative phosphorylation" "Homo sapiens" "107189" "Andra, MartijnVanIersel, Khanspers, MaintBot, AlexanderPico, AllanKuchinsky, Zari, Mkutmon, DeSl, Egonw, Fehrhart" 2019-09-17 "" "- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP626" "https://www.wikipathways.org/index.php/Pathway:WP626" "Abscisic acid biosynthesis" "Arabidopsis thaliana" "117229" "Zimmerph, Thomas, Khanspers, MaintBot, Mkutmon, Eweitz" 2021-05-19 "" "- id: PW:0001310|,| value: abscisic acid biosynthetic pathway|,| type: Pathway Ontology"
"WP627" "https://www.wikipathways.org/index.php/Pathway:WP627" "Triacylglycerol biosynthesis" "Arabidopsis thaliana" "117255" "Thomas, Pjaiswal, MaintBot, Ddigles, Egonw, AlexanderPico, Eweitz" 2021-05-19 "" "- id: PW:0000736|,| value: triacylglycerol biosynthetic pathway|,| type: Pathway Ontology"
"WP632" "https://www.wikipathways.org/index.php/Pathway:WP632" "Cholesterol metabolism" "Rattus norvegicus" "114498" "Susan, 442798, I450472, Khanspers, MaintBot, Mkutmon, Christine Chichester, Egonw" 2021-01-18 "" "- id: PW:0001304|,| value: cholesterol metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000517|,| value: arterial occlusive disease pathway|,| type: Pathway Ontology"
"WP654" "https://www.wikipathways.org/index.php/Pathway:WP654" "ATM signaling pathway" "Rattus norvegicus" "116940" "RalphStraus, Thomas, MaintBot, Christine Chichester, Mkutmon, Khanspers, Eweitz" 2021-05-16 "" "- id: PW:0000303|,| value: p53-dependent G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology|;|- id: PW:0001361|,| value: ATM signaling pathway|,| type: Pathway Ontology"
"WP655" "https://www.wikipathways.org/index.php/Pathway:WP655" "p53 pathway" "Rattus norvegicus" "89792" "Kevinhermans1987, MartijnVanIersel, Khanspers, MaintBot, Ddigles, Mkutmon" 2016-10-06 "" "- id: PW:0000718|,| value: p53 signaling pathway|,| type: Pathway Ontology"
"WP656" "https://www.wikipathways.org/index.php/Pathway:WP656" "p53 signal pathway" "Rattus norvegicus" "107003" "Emmaverver, Khanspers, Thomas, Jinggao, MaintBot, Ddigles, Mkutmon" 2019-09-17 "" "- id: PW:0000304|,| value: p53-dependent G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP661" "https://www.wikipathways.org/index.php/Pathway:WP661" "Glucose homeostasis" "Homo sapiens" "117736" "MartijnVanIersel, Khanspers, AlexanderPico, MaintBot, Egonw, Mkutmon, Eweitz" 2021-05-22 "" "- id: PW:0000553|,| value: glucose homeostasis pathway|,| type: Pathway Ontology"
"WP662" "https://www.wikipathways.org/index.php/Pathway:WP662" "Amino acid metabolism" "Mus musculus" "116833" "MartijnVanIersel, MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000011|,| value: amino acid metabolic pathway|,| type: Pathway Ontology"
"WP670" "https://www.wikipathways.org/index.php/Pathway:WP670" "Pentose phosphate pathway 2" "Saccharomyces cerevisiae" "117321" "V, Thomas, MaintBot, Khanspers, Ddigles, Egonw, Eweitz" 2021-05-20 "" "- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP673" "https://www.wikipathways.org/index.php/Pathway:WP673" "ErbB signaling pathway" "Homo sapiens" "118930" "Uomoamare, Khanspers, AlexanderPico, MaintBot, Christine Chichester, Egonw, Mkutmon, Ejaehnig, Fehrhart, L Dupuis, Eweitz, Finterly" 2021-06-04 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: DOID:10652|,| value: Alzheimer's disease|,| type: Disease|;|- id: DOID:2377|,| value: multiple sclerosis|,| type: Disease"
"WP678" "https://www.wikipathways.org/index.php/Pathway:WP678" "Arachidonate epoxygenase / epoxide hydrolase" "Homo sapiens" "116938" "MartijnVanIersel, Evelo, Jwnewman, Thomas, AlexanderPico, MaintBot, Khanspers, Christine Chichester, DeSl, Eweitz" 2021-05-16 "" "- id: PW:0000147|,| value: metabolic pathway of secondary metabolites|,| type: Pathway Ontology|;|- id: PW:0000460|,| value: arachidonic acid metabolic pathway|,| type: Pathway Ontology"
"WP680" "https://www.wikipathways.org/index.php/Pathway:WP680" "Vulval development and SynMuv" "Caenorhabditis elegans" "118353" "Nattha, Khanspers, MaintBot, MirellaKalafati, Eweitz, RaatsS" 2021-05-27 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP683" "https://www.wikipathways.org/index.php/Pathway:WP683" "Leptin and adiponectin" "Mus musculus" "107213" "Thomas, MaintBot, Egonw" 2019-09-17 "" "- id: PW:0000563|,| value: adiponectin signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000363|,| value: leptin system pathway|,| type: Pathway Ontology|;|- id: DOID:4194|,| value: glucose metabolism disease|,| type: Disease"
"WP688" "https://www.wikipathways.org/index.php/Pathway:WP688" "Catalytic cycle of mammalian flavin-containing monooxygenases (FMOs)" "Homo sapiens" "117673" "Pieter Giesbertz, AlexanderPico, MaintBot, Khanspers, MartijnVanIersel, Egonw, Evelo, DeSl, Eweitz" 2021-05-22 "" "- id: PW:0000124|,| value: cellular detoxification pathway|,| type: Pathway Ontology"
"WP690" "https://www.wikipathways.org/index.php/Pathway:WP690" "Polyol pathway" "Homo sapiens" "117170" "Pieter Giesbertz, MaintBot, Khanspers, Ddigles, AlexanderPico, Mkutmon, Fehrhart, DeSl, Egonw, Eweitz" 2021-05-18 "" "- id: PW:0000556|,| value: glucose oxidation pathway|,| type: Pathway Ontology|;|- id: PW:0000300|,| value: renal disease, renal disorder pathway|,| type: Pathway Ontology|;|- id: DOID:9351|,| value: Diabetes|,| type: Disease|;|- id: PW:0000555|,| value: glucose utilization pathway|,| type: Pathway Ontology|;|- id: PW:0001520|,| value: polyol pathway|,| type: Pathway Ontology"
"WP691" "https://www.wikipathways.org/index.php/Pathway:WP691" "Tamoxifen metabolism" "Homo sapiens" "114497" "Pieter Giesbertz, MaintBot, Khanspers, Egonw, Ddigles, Zari, DeSl" 2021-01-18 "" "- id: DOID:0060075|,| value: estrogen-receptor positive breast cancer|,| type: Disease|;|- id: PW:0000624|,| value: breast cancer pathway|,| type: Pathway Ontology|;|- id: PW:0001229|,| value: xenobiotic metabolic pathway|,| type: Pathway Ontology"
"WP692" "https://www.wikipathways.org/index.php/Pathway:WP692" "Sulfation biotransformation reaction" "Homo sapiens" "117833" "Pieter Giesbertz, MaintBot, Khanspers, AlexanderPico, Ddigles, DeSl, Eweitz" 2021-05-22 "" "- id: PW:0000860|,| value: sulfonation conjugation pathway|,| type: Pathway Ontology"
"WP694" "https://www.wikipathways.org/index.php/Pathway:WP694" "Arylamine metabolism" "Homo sapiens" "106139" "Pieter Giesbertz, Stan.gaj, Evelo, Khanspers, MaintBot, MartijnVanIersel, Christine Chichester, Mkutmon, DeSl, Asios Olia, Egonw" 2019-08-16 "" "- id: PW:0000147|,| value: metabolic pathway of secondary metabolites|,| type: Pathway Ontology|;|- id: PW:0001232 |,| value: arylamine metabolic pathway|,| type: Pathway Ontology"
"WP696" "https://www.wikipathways.org/index.php/Pathway:WP696" "Benzo(a)pyrene metabolism" "Homo sapiens" "106311" "Pieter Giesbertz, Thomas, MaintBot, MartijnVanIersel, Christine Chichester, Egonw, Mkutmon, AlexanderPico, Khanspers" 2019-08-20 "" "- id: PW:0000124|,| value: cellular detoxification pathway|,| type: Pathway Ontology|;|- id: PW:0000107|,| value: xenobiotics biodegradation pathway|,| type: Pathway Ontology|;|- id: PW:0001233 |,| value: benzo(a)pyrene metabolic pathway|,| type: Pathway Ontology"
"WP697" "https://www.wikipathways.org/index.php/Pathway:WP697" "Estrogen metabolism" "Homo sapiens" "106826" "Pieter Giesbertz, AlexanderPico, MaintBot, Mkutmon, Zari, Egonw, DeSl, Khanspers" 2019-09-17 "" "- id: PW:0000780|,| value: C18-steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP698" "https://www.wikipathways.org/index.php/Pathway:WP698" "Glucuronidation" "Homo sapiens" "106827" "Pieter Giesbertz, AlexanderPico, MaintBot, Egonw, DeSl, Khanspers" 2019-09-17 "" "- id: PW:0000859|,| value: glucuronidation conjugation pathway|,| type: Pathway Ontology"
"WP699" "https://www.wikipathways.org/index.php/Pathway:WP699" "Aflatoxin B1 metabolism" "Homo sapiens" "106828" "Pieter Giesbertz, AlexanderPico, MaintBot, Thomas, MartijnVanIersel, Christine Chichester, Mkutmon, DeSl, Egonw, Khanspers" 2019-09-17 "" "- id: PW:0000124|,| value: cellular detoxification pathway|,| type: Pathway Ontology|;|- id: PW:0001366|,| value: aflatoxin metabolic pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP702" "https://www.wikipathways.org/index.php/Pathway:WP702" "Metapathway biotransformation Phase I and II" "Homo sapiens" "106643" "Pieter Giesbertz, Khanspers, MaintBot, MartijnVanIersel, Ddigles, DeSl, Fehrhart, AlexanderPico, Egonw" 2019-09-12 "" "- id: PW:0000857|,| value: phase I biotransformation pathway|,| type: Pathway Ontology|;|- id: PW:0000124|,| value: cellular detoxification pathway|,| type: Pathway Ontology|;|- id: PW:0000375|,| value: phase I biotransformation pathway via cytochrome P450|,| type: Pathway Ontology|;|- id: PW:0000858|,| value: phase II biotransformation pathway|,| type: Pathway Ontology"
"WP704" "https://www.wikipathways.org/index.php/Pathway:WP704" "Methylation pathways" "Homo sapiens" "117787" "Pieter Giesbertz, Khanspers, AlexanderPico, MaintBot, MartijnVanIersel, Zari, MirellaKalafati, Eweitz" 2021-05-22 "" "- id: PW:0000432|,| value: protein modification pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP706" "https://www.wikipathways.org/index.php/Pathway:WP706" "Sudden infant death syndrome (SIDS) susceptibility pathways" "Homo sapiens" "117178" "Nsalomonis, AlexanderPico, MaintBot, Khanspers, Ddigles, Egonw, LarsEijssen, MirellaKalafati, Fehrhart, Finterly, Eweitz" 2021-05-18 "" "- id: DOID:9007|,| value: SIDS|,| type: Disease|;|- id: CL:0002610|,| value: raphe nuclei neuron|,| type: Cell Type|;|- id: CL:0000746|,| value: cardiac myocyte|,| type: Cell Type|;|- id: PW:0000854|,| value: serotonin signaling pathway|,| type: Pathway Ontology"
"WP707" "https://www.wikipathways.org/index.php/Pathway:WP707" "DNA damage response" "Homo sapiens" "116541" "I379077, AlexanderPico, MaintBot, Stan.gaj, Mkutmon, MartijnVanIersel, Christine Chichester, Ddigles, Khanspers, Zari, Egonw, Ryanmiller, Finterly, Eweitz" 2021-05-07 "" "- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000718|,| value: p53 signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000237|,| value: stress response pathway|,| type: Pathway Ontology|;|- id: PW:0001360|,| value: DNA damage response pathway|,| type: Pathway Ontology"
"WP710" "https://www.wikipathways.org/index.php/Pathway:WP710" "DNA damage response (only ATM dependent)" "Homo sapiens" "116542" "I379077, AlexanderPico, MaintBot, Mkutmon, Jildau, MartijnVanIersel, AllanKuchinsky, Christine Chichester, Zari, Ryanmiller, Asios Olia, Khanspers, Fehrhart, L Dupuis, Finterly, Eweitz" 2021-05-07 "" "- id: DOID:8406|,| value: Signal Transduction Pathway Deregulation|,| type: Disease|;|- id: DOID:0000405|,| value: disease of response to stimulus|,| type: Disease|;|- id: PW:0000718|,| value: p53 signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000303|,| value: p53-dependent G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP712" "https://www.wikipathways.org/index.php/Pathway:WP712" "Estrogen signaling pathway" "Homo sapiens" "109450" "Lauravanzon, Khanspers, MaintBot, Vtriver6, Jildau, AlexanderPico, L Dupuis" 2020-03-18 "" "- id: PW:0000507|,| value: estrogen signaling pathway|,| type: Pathway Ontology"
"WP715" "https://www.wikipathways.org/index.php/Pathway:WP715" "Amino acid conjugation" "Homo sapiens" "106831" "Pieter Giesbertz, Khanspers, MaintBot, MartijnVanIersel, Mkutmon, IreneHemel, Evelo, DeSl" 2019-09-17 "" "- id: PW:0000011|,| value: amino acid metabolic pathway|,| type: Pathway Ontology"
"WP716" "https://www.wikipathways.org/index.php/Pathway:WP716" "Vitamin A and carotenoid metabolism" "Homo sapiens" "116512" "Andra, PaoloRomano, AlexanderPico, MaintBot, Evelo, Susan, Thomas, Khanspers, AllanKuchinsky, Anwesha, Ddigles, Egonw, Mkutmon, Zari, Fehrhart, DeSl, Eweitz" 2021-05-07 "" "- id: PW:0000135|,| value: metabolic pathway of cofactors and vitamins|,| type: Pathway Ontology|;|- id: PW:0001116|,| value: vitamin A and metabolites signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000141|,| value: retinol metabolic pathway|,| type: Pathway Ontology"
"WP723" "https://www.wikipathways.org/index.php/Pathway:WP723" "Wnt signaling pathway and pluripotency" "Mus musculus" "117953" "Nsalomonis, MaintBot, Ddigles, Egonw, Mkutmon, Lli9, AlexanderPico, DeSl, Eweitz" 2021-05-23 "CIRM_Related" "- id: PW:0000201|,| value: canonical Wnt signaling pathway|,| type: Pathway Ontology"
"WP727" "https://www.wikipathways.org/index.php/Pathway:WP727" "Monoamine transport" "Homo sapiens" "116775" "Bzhang, MaintBot, Dex duncan, Khanspers, AlexanderPico, Ddigles, Zari, MirellaKalafati, Mkutmon, DeSl, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000103|,| value: transport pathway|,| type: Pathway Ontology|;|- id: PW:0001250|,| value: monoamine transport pathway|,| type: Pathway Ontology"
"WP730" "https://www.wikipathways.org/index.php/Pathway:WP730" "Glutathione and one-carbon metabolism" "Mus musculus" "116583" "Thomas, Lbrenn, MaintBot, Mkutmon, Egonw, AlexanderPico, L Dupuis, NhungP, Eweitz" 2021-05-08 "" "- id: PW:0000134|,| value: glutathione metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000057|,| value: carbon fixation pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP732" "https://www.wikipathways.org/index.php/Pathway:WP732" "Serotonin receptor 2 and ELK-SRF/GATA4 signaling" "Homo sapiens" "117824" "Aruke, Khanspers, MaintBot, AlexanderPico, Thomas, AllanKuchinsky, Andra, Egonw, Zari, Eweitz" 2021-05-22 "" "- id: PW:0000854|,| value: serotonin signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000540|,| value: neuron|,| type: Cell Type"
"WP733" "https://www.wikipathways.org/index.php/Pathway:WP733" "Serotonin receptor 2 and STAT3 signaling" "Homo sapiens" "117825" "Aruke, Khanspers, MaintBot, AlexanderPico, Thomas, Egonw, IreneHemel, Eweitz" 2021-05-22 "" "- id: PW:0000854|,| value: serotonin signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000540|,| value: neuron|,| type: Cell Type"
"WP734" "https://www.wikipathways.org/index.php/Pathway:WP734" "Serotonin receptor 4/6/7 and NR3C signaling" "Homo sapiens" "117826" "Aruke, Khanspers, MaintBot, AlexanderPico, Thomas, AllanKuchinsky, Andra, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000854|,| value: serotonin signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000540|,| value: neuron|,| type: Cell Type"
"WP740" "https://www.wikipathways.org/index.php/Pathway:WP740" "Mismatch repair" "Caenorhabditis elegans" "118337" "MaintBot, Thomas, Khanspers, Ddigles, RaatsS" 2021-05-27 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP741" "https://www.wikipathways.org/index.php/Pathway:WP741" "Homologous recombination" "Caenorhabditis elegans" "118328" "MaintBot, Thomas, Khanspers, Christine Chichester, RaatsS" 2021-05-27 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP743" "https://www.wikipathways.org/index.php/Pathway:WP743" "Insulin signaling" "Gallus gallus" "116788" "MaintBot, Khanspers, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology"
"WP752" "https://www.wikipathways.org/index.php/Pathway:WP752" "EGFR1 signaling pathway" "Gallus gallus" "117193" "MaintBot, Michiel, AlexanderPico, Christine Chichester, Eweitz" 2021-05-18 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP755" "https://www.wikipathways.org/index.php/Pathway:WP755" "Nuclear receptors in lipid metabolism and toxicity" "Gallus gallus" "109452" "MaintBot, Khanspers, Ddigles, Egonw, Mkutmon, L Dupuis" 2020-03-18 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP757" "https://www.wikipathways.org/index.php/Pathway:WP757" "DNA replication" "Gallus gallus" "117195" "MaintBot, Thomas, Christine Chichester, Egonw, Eweitz" 2021-05-18 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP763" "https://www.wikipathways.org/index.php/Pathway:WP763" "Mitochondrial long chain fatty acid beta-oxidation" "Gallus gallus" "117213" "MaintBot, Khanspers, Ddigles, Egonw, L Dupuis, Eweitz" 2021-05-19 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP768" "https://www.wikipathways.org/index.php/Pathway:WP768" "EPO receptor signaling" "Gallus gallus" "117198" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-18 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP769" "https://www.wikipathways.org/index.php/Pathway:WP769" "MAPK signaling pathway" "Gallus gallus" "117209" "MaintBot, Khanspers, Ddigles, Egonw, Mkutmon, DeSl, Eweitz" 2021-05-19 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP774" "https://www.wikipathways.org/index.php/Pathway:WP774" "Kit receptor signaling pathway" "Gallus gallus" "117208" "MaintBot, AlexanderPico, Ddigles, Eweitz" 2021-05-19 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP775" "https://www.wikipathways.org/index.php/Pathway:WP775" "Blood clotting cascade" "Gallus gallus" "117189" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-18 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology"
"WP779" "https://www.wikipathways.org/index.php/Pathway:WP779" "Wnt signaling pathway and pluripotency" "Gallus gallus" "117219" "MaintBot, Khanspers, Egonw, Ddigles, Eweitz" 2021-05-19 "" "- id: PW:0000201|,| value: canonical Wnt signaling pathway|,| type: Pathway Ontology"
"WP784" "https://www.wikipathways.org/index.php/Pathway:WP784" "Ketone bodies synthesis and degradation" "Gallus gallus" "117187" "MaintBot, Thomas, Khanspers, Ddigles, Eweitz" 2021-05-18 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP785" "https://www.wikipathways.org/index.php/Pathway:WP785" "Wnt signaling pathway" "Gallus gallus" "117218" "MaintBot, Thomas, Ddigles, Egonw, L Dupuis, Eweitz" 2021-05-19 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP787" "https://www.wikipathways.org/index.php/Pathway:WP787" "Apoptosis" "Gallus gallus" "95787" "MaintBot, Khanspers, Egonw, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP788" "https://www.wikipathways.org/index.php/Pathway:WP788" "FAS pathway and stress induction of HSP regulation" "Gallus gallus" "117196" "MaintBot, Thomas, Khanspers, Christine Chichester, Egonw, L Dupuis, Eweitz" 2021-05-18 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP790" "https://www.wikipathways.org/index.php/Pathway:WP790" "Hedgehog signaling pathway" "Gallus gallus" "117206" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-19 "" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP793" "https://www.wikipathways.org/index.php/Pathway:WP793" "mRNA processing" "Gallus gallus" "117212" "MaintBot, Khanspers, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-19 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP796" "https://www.wikipathways.org/index.php/Pathway:WP796" "One-carbon metabolism" "Gallus gallus" "116576" "MaintBot, Elisa, Egonw, Eweitz" 2021-05-08 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP798" "https://www.wikipathways.org/index.php/Pathway:WP798" "Notch signaling pathway" "Gallus gallus" "117211" "MaintBot, Thomas, Ddigles, L Dupuis, Eweitz" 2021-05-19 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP799" "https://www.wikipathways.org/index.php/Pathway:WP799" "Nod-like receptor (NLR) signaling pathway" "Gallus gallus" "117032" "MaintBot, AlexanderPico, Egonw, Elisa, Eweitz" 2021-05-16 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000818|,| value: signaling pathway pertinent to immunity|,| type: Pathway Ontology"
"WP801" "https://www.wikipathways.org/index.php/Pathway:WP801" "ACE inhibitor pathway" "Gallus gallus" "117188" "MaintBot, Thomas, Egonw, Christine Chichester, Eweitz" 2021-05-18 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology"
"WP802" "https://www.wikipathways.org/index.php/Pathway:WP802" "Mismatch repair" "Gallus gallus" "68820" "MaintBot, Thomas, Khanspers, Ddigles" 2013-07-08 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP803" "https://www.wikipathways.org/index.php/Pathway:WP803" "p38 MAPK signaling pathway" "Gallus gallus" "116822" "MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP804" "https://www.wikipathways.org/index.php/Pathway:WP804" "Homologous recombination" "Gallus gallus" "68798" "MaintBot, Thomas, Khanspers, Christine Chichester" 2013-07-08 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP805" "https://www.wikipathways.org/index.php/Pathway:WP805" "Retinol metabolism" "Gallus gallus" "106122" "MaintBot, Khanspers, Egonw, Ddigles" 2019-08-16 "" "- id: PW:0000141|,| value: retinol metabolic pathway|,| type: Pathway Ontology"
"WP808" "https://www.wikipathways.org/index.php/Pathway:WP808" "Calcium regulation in cardiac cells" "Gallus gallus" "117190" "MaintBot, Thomas, Khanspers, Christine Chichester, Egonw, AlexanderPico, Mkutmon, L Dupuis, Eweitz" 2021-05-18 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP810" "https://www.wikipathways.org/index.php/Pathway:WP810" "Hepatocyte growth factor receptor signaling" "Gallus gallus" "118803" "MaintBot, Lindarieswijk, L Dupuis, Eweitz, DeSl" 2021-06-02 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type"
"WP813" "https://www.wikipathways.org/index.php/Pathway:WP813" "G protein signaling pathways" "Gallus gallus" "117197" "MaintBot, Thomas, Christine Chichester, L Dupuis, Eweitz" 2021-05-18 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP815" "https://www.wikipathways.org/index.php/Pathway:WP815" "Inhibitor of DNA binding (ID) signaling pathway" "Gallus gallus" "117207" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-19 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP823" "https://www.wikipathways.org/index.php/Pathway:WP823" "Matrix metalloproteinases" "Gallus gallus" "117214" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-19 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP824" "https://www.wikipathways.org/index.php/Pathway:WP824" "Regulation of actin cytoskeleton" "Gallus gallus" "117210" "MaintBot, Khanspers, Ddigles, L Dupuis, Eweitz" 2021-05-19 "" "- id: PW:0000648|,| value: cell adhesion signaling pathway|,| type: Pathway Ontology"
"WP826" "https://www.wikipathways.org/index.php/Pathway:WP826" "G13 signaling pathway" "Gallus gallus" "117199" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-18 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP827" "https://www.wikipathways.org/index.php/Pathway:WP827" "Delta-Notch signaling pathway" "Gallus gallus" "117192" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-18 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP830" "https://www.wikipathways.org/index.php/Pathway:WP830" "Eukaryotic transcription initiation" "Gallus gallus" "118407" "MaintBot, Thomas, Khanspers, Christine Chichester, Eweitz" 2021-05-27 "" "- id: PW:0001575|,| value: RNA polymerase III transcription initiation pathway|,| type: Pathway Ontology"
"WP831" "https://www.wikipathways.org/index.php/Pathway:WP831" "Nuclear receptors" "Gallus gallus" "117215" "MaintBot, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-19 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP832" "https://www.wikipathways.org/index.php/Pathway:WP832" "Integrin-mediated cell adhesion" "Gallus gallus" "109471" "MaintBot, Thomas, Ddigles, L Dupuis" 2020-03-18 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP833" "https://www.wikipathways.org/index.php/Pathway:WP833" "Cholesterol biosynthesis" "Gallus gallus" "117191" "MaintBot, Thomas, Christine Chichester, Egonw, Eweitz" 2021-05-18 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP835" "https://www.wikipathways.org/index.php/Pathway:WP835" "Glycogen metabolism" "Gallus gallus" "117200" "MaintBot, AlexanderPico, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-18 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP839" "https://www.wikipathways.org/index.php/Pathway:WP839" "Monoamine GPCRs" "Gallus gallus" "106131" "MaintBot, Egonw, Khanspers" 2019-08-16 "" ""
"WP840" "https://www.wikipathways.org/index.php/Pathway:WP840" "G1 to S cell cycle control" "Gallus gallus" "95750" "MaintBot, Khanspers, Christine Chichester, Egonw, Mkutmon" 2018-01-19 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP844" "https://www.wikipathways.org/index.php/Pathway:WP844" "Cell cycle" "Gallus gallus" "109474" "MaintBot, MartijnVanIersel, Mkutmon, L Dupuis" 2020-03-18 "" "- id: PW:0001317|,| value: cell cycle pathway|,| type: Pathway Ontology"
"WP848" "https://www.wikipathways.org/index.php/Pathway:WP848" "Heme biosynthesis" "Pan troglodytes" "117403" "MaintBot, Mills42, Jmelius, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP852" "https://www.wikipathways.org/index.php/Pathway:WP852" "Fatty acid omega-oxidation" "Pan troglodytes" "117392" "MaintBot, AlexanderPico, Eweitz" 2021-05-21 "" "- id: PW:0001253|,| value: fatty acid omega degradation pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP854" "https://www.wikipathways.org/index.php/Pathway:WP854" "Eicosanoid synthesis" "Pan troglodytes" "117389" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP860" "https://www.wikipathways.org/index.php/Pathway:WP860" "EGFR1 signaling pathway" "Pan troglodytes" "117388" "MaintBot, Michiel, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP863" "https://www.wikipathways.org/index.php/Pathway:WP863" "Nuclear receptors in lipid metabolism and toxicity" "Pan troglodytes" "109476" "MaintBot, Khanspers, Ddigles, Egonw, L Dupuis" 2020-03-18 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP865" "https://www.wikipathways.org/index.php/Pathway:WP865" "DNA replication" "Pan troglodytes" "117387" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP869" "https://www.wikipathways.org/index.php/Pathway:WP869" "Adipogenesis" "Pan troglodytes" "87027" "MaintBot, Khanspers, MartijnVanIersel, Mkutmon" 2016-07-15 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP878" "https://www.wikipathways.org/index.php/Pathway:WP878" "EPO receptor signaling" "Pan troglodytes" "117390" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP879" "https://www.wikipathways.org/index.php/Pathway:WP879" "Cytokines and inflammatory response" "Pan troglodytes" "117385" "MaintBot, Thomas, FerryJagers, Christine Chichester, Mkutmon, L Dupuis, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP880" "https://www.wikipathways.org/index.php/Pathway:WP880" "MAPK signaling pathway" "Pan troglodytes" "116816" "MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP885" "https://www.wikipathways.org/index.php/Pathway:WP885" "Ovarian infertility" "Pan troglodytes" "116560" "MaintBot, Khanspers, Fehrhart, Mkutmon, Eweitz" 2021-05-07 "" "- id: PW:0001699|,| value: urogenital disease pathway|,| type: Pathway Ontology|;|- id: CL:0000023|,| value: oocyte|,| type: Cell Type|;|- id: CL:0000501|,| value: granulosa cell|,| type: Cell Type|;|- id: DOID:5223|,| value: infertility|,| type: Disease"
"WP886" "https://www.wikipathways.org/index.php/Pathway:WP886" "Kit receptor signaling pathway" "Pan troglodytes" "117405" "MaintBot, AlexanderPico, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP887" "https://www.wikipathways.org/index.php/Pathway:WP887" "Blood clotting cascade" "Pan troglodytes" "117382" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology"
"WP890" "https://www.wikipathways.org/index.php/Pathway:WP890" "Osteoclast signaling" "Pan troglodytes" "118074" "MaintBot, Egonw, Fehrhart, Eweitz" 2021-05-24 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0000092|,| value: osteoclast|,| type: Cell Type"
"WP897" "https://www.wikipathways.org/index.php/Pathway:WP897" "Androgen receptor signaling pathway" "Pan troglodytes" "115894" "MaintBot, AlexanderPico, Christine Chichester, Egonw" 2021-03-19 "" "- id: PW:0000564|,| value: androgen signaling pathway|,| type: Pathway Ontology"
"WP898" "https://www.wikipathways.org/index.php/Pathway:WP898" "Ketone bodies synthesis and degradation" "Pan troglodytes" "117411" "MaintBot, Thomas, Egonw, Khanspers, Ddigles, Zhu.lu, Eweitz" 2021-05-21 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP899" "https://www.wikipathways.org/index.php/Pathway:WP899" "Wnt signaling pathway" "Pan troglodytes" "117412" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP902" "https://www.wikipathways.org/index.php/Pathway:WP902" "FAS pathway and stress induction of HSP regulation" "Pan troglodytes" "117066" "MaintBot, Thomas, Khanspers, Christine Chichester, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP905" "https://www.wikipathways.org/index.php/Pathway:WP905" "Hedgehog signaling pathway" "Pan troglodytes" "117402" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP906" "https://www.wikipathways.org/index.php/Pathway:WP906" "mRNA Processing" "Pan troglodytes" "95768" "MaintBot, Khanspers, Ddigles, Mkutmon" 2018-01-19 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP909" "https://www.wikipathways.org/index.php/Pathway:WP909" "One-carbon metabolism" "Pan troglodytes" "116580" "MaintBot, Elisa, Egonw, Eweitz" 2021-05-08 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP912" "https://www.wikipathways.org/index.php/Pathway:WP912" "Notch signaling pathway" "Pan troglodytes" "117407" "MaintBot, Thomas, Ddigles, Andra, Eweitz" 2021-05-21 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP914" "https://www.wikipathways.org/index.php/Pathway:WP914" "Nod-like receptor (NLR) signaling pathway" "Pan troglodytes" "117029" "MaintBot, AlexanderPico, Elisa, Eweitz" 2021-05-16 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000818|,| value: signaling pathway pertinent to immunity|,| type: Pathway Ontology"
"WP915" "https://www.wikipathways.org/index.php/Pathway:WP915" "ACE inhibitor pathway" "Pan troglodytes" "117381" "MaintBot, Thomas, Egonw, Christine Chichester, Metalmephisto, Eweitz" 2021-05-21 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology"
"WP917" "https://www.wikipathways.org/index.php/Pathway:WP917" "Homologous recombination" "Pan troglodytes" "69316" "MaintBot, Khanspers, Thomas, Christine Chichester" 2013-07-08 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP918" "https://www.wikipathways.org/index.php/Pathway:WP918" "p38 MAPK signaling pathway" "Pan troglodytes" "116818" "MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP921" "https://www.wikipathways.org/index.php/Pathway:WP921" "Statin pathway" "Pan troglodytes" "117410" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0000724|,| value: statin drug pathway|,| type: Pathway Ontology"
"WP923" "https://www.wikipathways.org/index.php/Pathway:WP923" "Calcium regulation in cardiac cells" "Pan troglodytes" "117383" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP925" "https://www.wikipathways.org/index.php/Pathway:WP925" "Aflatoxin B1 metabolism" "Pan troglodytes" "106938" "MaintBot, Thomas, Egonw, Christine Chichester" 2019-09-17 "" "- id: PW:0001366|,| value: aflatoxin metabolic pathway|,| type: Pathway Ontology"
"WP927" "https://www.wikipathways.org/index.php/Pathway:WP927" "Hepatocyte growth factor receptor signaling" "Pan troglodytes" "118823" "MaintBot, Lindarieswijk, Eweitz, DeSl" 2021-06-02 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology"
"WP931" "https://www.wikipathways.org/index.php/Pathway:WP931" "G protein signaling pathways" "Pan troglodytes" "117393" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP934" "https://www.wikipathways.org/index.php/Pathway:WP934" "Id signaling pathway" "Pan troglodytes" "117404" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP936" "https://www.wikipathways.org/index.php/Pathway:WP936" "Polyol pathway" "Pan troglodytes" "106941" "MaintBot, Fehrhart" 2019-09-17 "" "- id: PW:0001520|,| value: polyol pathway|,| type: Pathway Ontology"
"WP942" "https://www.wikipathways.org/index.php/Pathway:WP942" "Matrix metalloproteinases" "Pan troglodytes" "117406" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP945" "https://www.wikipathways.org/index.php/Pathway:WP945" "G13 signaling pathway" "Pan troglodytes" "117394" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP946" "https://www.wikipathways.org/index.php/Pathway:WP946" "Delta-Notch signaling pathway" "Pan troglodytes" "117386" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP948" "https://www.wikipathways.org/index.php/Pathway:WP948" "Eukaryotic transcription initiation" "Pan troglodytes" "117391" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP950" "https://www.wikipathways.org/index.php/Pathway:WP950" "Nuclear receptors" "Pan troglodytes" "117408" "MaintBot, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP951" "https://www.wikipathways.org/index.php/Pathway:WP951" "Integrin-mediated cell adhesion" "Pan troglodytes" "71672" "MaintBot, Thomas, Ddigles" 2013-10-17 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP952" "https://www.wikipathways.org/index.php/Pathway:WP952" "Cholesterol biosynthesis" "Pan troglodytes" "117384" "MaintBot, Thomas, Christine Chichester, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP955" "https://www.wikipathways.org/index.php/Pathway:WP955" "Glycogen metabolism" "Pan troglodytes" "117395" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP956" "https://www.wikipathways.org/index.php/Pathway:WP956" "Osteoblast signaling" "Pan troglodytes" "117583" "MaintBot, Egonw, Fehrhart, Eweitz" 2021-05-21 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0000062|,| value: osteoblast|,| type: Cell Type"
"WP957" "https://www.wikipathways.org/index.php/Pathway:WP957" "Monoamine GPCRs" "Pan troglodytes" "106945" "MaintBot, Egonw, Khanspers" 2019-09-17 "" ""
"WP959" "https://www.wikipathways.org/index.php/Pathway:WP959" "G1 to S cell cycle control" "Pan troglodytes" "95751" "MaintBot, Khanspers, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP961" "https://www.wikipathways.org/index.php/Pathway:WP961" "Irinotecan pathway" "Pan troglodytes" "116611" "MaintBot, Thomas, Egonw, Khanspers, Ddigles, DeSl, Eweitz" 2021-05-09 "" "- id: PW:0001224|,| value: irinotecan drug pathway|,| type: Pathway Ontology"
"WP963" "https://www.wikipathways.org/index.php/Pathway:WP963" "Apoptosis modulation by HSP70" "Pan troglodytes" "117082" "MaintBot, Mkutmon, Khanspers, Eweitz" 2021-05-16 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP964" "https://www.wikipathways.org/index.php/Pathway:WP964" "Cell cycle" "Pan troglodytes" "111047" "MaintBot, MartijnVanIersel, Mkutmon, L Dupuis" 2020-07-03 "" "- id: PW:0001317|,| value: cell cycle pathway|,| type: Pathway Ontology"
"WP965" "https://www.wikipathways.org/index.php/Pathway:WP965" "Translation factors" "Bos taurus" "117628" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP966" "https://www.wikipathways.org/index.php/Pathway:WP966" "Insulin signaling" "Bos taurus" "116790" "MaintBot, Zari, Mkutmon, Eweitz" 2021-05-14 "" ""
"WP967" "https://www.wikipathways.org/index.php/Pathway:WP967" "Heme biosynthesis" "Bos taurus" "117542" "MaintBot, Mills42, Mkutmon, DeSl, Eweitz" 2021-05-21 "" ""
"WP968" "https://www.wikipathways.org/index.php/Pathway:WP968" "IL-5 signaling pathway" "Bos taurus" "117540" "MaintBot, Mkutmon, L Dupuis, Egonw, Eweitz" 2021-05-21 "" ""
"WP969" "https://www.wikipathways.org/index.php/Pathway:WP969" "Striated muscle contraction" "Bos taurus" "117620" "MaintBot, Mkutmon, MirellaKalafati, L Dupuis, Eweitz" 2021-05-21 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP970" "https://www.wikipathways.org/index.php/Pathway:WP970" "Fatty acid omega-oxidation" "Bos taurus" "117512" "MaintBot, Egonw, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP971" "https://www.wikipathways.org/index.php/Pathway:WP971" "Small ligand GPCRs" "Bos taurus" "117609" "MaintBot, Mkutmon, Khanspers, Egonw, Eweitz" 2021-05-21 "" ""
"WP972" "https://www.wikipathways.org/index.php/Pathway:WP972" "Eicosanoid synthesis" "Bos taurus" "117503" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP973" "https://www.wikipathways.org/index.php/Pathway:WP973" "IL-2 signaling pathway" "Bos taurus" "117543" "MaintBot, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000907|,| value: interleukin-2 signaling pathway|,| type: Pathway Ontology"
"WP974" "https://www.wikipathways.org/index.php/Pathway:WP974" "IL-9 signaling pathway" "Bos taurus" "117546" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP976" "https://www.wikipathways.org/index.php/Pathway:WP976" "IL-6 signaling pathway" "Bos taurus" "115832" "MaintBot, Mkutmon, Egonw" 2021-03-17 "" "- id: PW:0000516|,| value: interleukin-6 signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology"
"WP977" "https://www.wikipathways.org/index.php/Pathway:WP977" "Complement activation, classical pathway" "Bos taurus" "117490" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000234|,| value: innate immune response pathway|,| type: Pathway Ontology|;|- id: PW:0000503|,| value: classical complement pathway|,| type: Pathway Ontology|;|- id: PW:0000023|,| value: immune response pathway|,| type: Pathway Ontology"
"WP978" "https://www.wikipathways.org/index.php/Pathway:WP978" "EGF/EGFR signaling pathway" "Bos taurus" "119000" "MaintBot, Michiel, AlexanderPico, Christine Chichester, Mkutmon, Egonw, Eweitz, Finterly" 2021-06-08 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP979" "https://www.wikipathways.org/index.php/Pathway:WP979" "Non-homologous end joining" "Bos taurus" "80791" "MaintBot, MartijnVanIersel, Mkutmon" 2015-06-30 "" ""
"WP980" "https://www.wikipathways.org/index.php/Pathway:WP980" "Wnt signaling pathway (Netpath)" "Bos taurus" "117626" "MaintBot, Thomas, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP981" "https://www.wikipathways.org/index.php/Pathway:WP981" "Nuclear receptors in lipid metabolism and toxicity" "Bos taurus" "117571" "MaintBot, Khanspers, Ddigles, AlexanderPico, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP982" "https://www.wikipathways.org/index.php/Pathway:WP982" "Hypertrophy model" "Bos taurus" "117541" "MaintBot, Mkutmon, Jmelius, Eweitz" 2021-05-21 "" "- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology"
"WP983" "https://www.wikipathways.org/index.php/Pathway:WP983" "DNA replication" "Bos taurus" "117497" "MaintBot, Thomas, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP984" "https://www.wikipathways.org/index.php/Pathway:WP984" "EBV LMP1 signaling" "Bos taurus" "80822" "MaintBot, AlexanderPico, Mkutmon" 2015-06-30 "" ""
"WP985" "https://www.wikipathways.org/index.php/Pathway:WP985" "Alpha 6 beta 4 signaling pathway" "Bos taurus" "117858" "MaintBot, Egonw, Mkutmon, Eweitz" 2021-05-23 "" ""
"WP986" "https://www.wikipathways.org/index.php/Pathway:WP986" "Estrogen signaling pathway" "Bos taurus" "105997" "MaintBot, AlexanderPico, Egonw, Mkutmon" 2019-08-16 "" ""
"WP987" "https://www.wikipathways.org/index.php/Pathway:WP987" "Adipogenesis" "Bos taurus" "80782" "MaintBot, Khanspers, Mkutmon" 2015-06-30 "" ""
"WP988" "https://www.wikipathways.org/index.php/Pathway:WP988" "Transcriptional activation by NRF2" "Bos taurus" "105999" "MaintBot, Egonw, Mkutmon" 2019-08-16 "" ""
"WP989" "https://www.wikipathways.org/index.php/Pathway:WP989" "Mitochondrial long chain fatty acid beta-oxidation" "Bos taurus" "117552" "MaintBot, Khanspers, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP990" "https://www.wikipathways.org/index.php/Pathway:WP990" "GPCRs, other" "Bos taurus" "117531" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP992" "https://www.wikipathways.org/index.php/Pathway:WP992" "Methylation pathways" "Bos taurus" "117555" "MaintBot, AlexanderPico, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP993" "https://www.wikipathways.org/index.php/Pathway:WP993" "Arylamine metabolism" "Bos taurus" "105949" "MaintBot, AlexanderPico, Egonw, Mkutmon" 2019-08-16 "" ""
"WP994" "https://www.wikipathways.org/index.php/Pathway:WP994" "Oxidative phosphorylation" "Bos taurus" "106018" "MaintBot, Mkutmon" 2019-08-16 "" "- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP995" "https://www.wikipathways.org/index.php/Pathway:WP995" "Prostaglandin synthesis and regulation" "Bos taurus" "117590" "MaintBot, Mkutmon, Egonw, DeSl, Eweitz" 2021-05-21 "" ""
"WP996" "https://www.wikipathways.org/index.php/Pathway:WP996" "EPO receptor signaling" "Bos taurus" "117505" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP997" "https://www.wikipathways.org/index.php/Pathway:WP997" "Cytokines and inflammatory response" "Bos taurus" "117494" "MaintBot, Thomas, FerryJagers, Christine Chichester, AlexanderPico, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP998" "https://www.wikipathways.org/index.php/Pathway:WP998" "MAPK signaling pathway" "Bos taurus" "116803" "MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP999" "https://www.wikipathways.org/index.php/Pathway:WP999" "TCA cycle" "Bos taurus" "117621" "MaintBot, MartijnVanIersel, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1000" "https://www.wikipathways.org/index.php/Pathway:WP1000" "Arachidonate epoxygenase / epoxide hydrolase" "Bos taurus" "117475" "MaintBot, Egonw, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1001" "https://www.wikipathways.org/index.php/Pathway:WP1001" "Peptide GPCRs" "Bos taurus" "115319" "MaintBot, Andra, Egonw, Mkutmon" 2021-02-13 "" ""
"WP1002" "https://www.wikipathways.org/index.php/Pathway:WP1002" "Electron transport chain" "Bos taurus" "117502" "MaintBot, AlexanderPico, FerryJagers, Egonw, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology"
"WP1004" "https://www.wikipathways.org/index.php/Pathway:WP1004" "Kit receptor signaling pathway" "Bos taurus" "115956" "MaintBot, AlexanderPico, Ddigles, Mkutmon, Egonw" 2021-03-22 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP1005" "https://www.wikipathways.org/index.php/Pathway:WP1005" "GPCRs, class B secretin-like" "Bos taurus" "117527" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1006" "https://www.wikipathways.org/index.php/Pathway:WP1006" "Metapathway biotransformation" "Bos taurus" "80841" "MaintBot, Khanspers, Andra, AlexanderPico, Mkutmon" 2015-06-30 "" ""
"WP1007" "https://www.wikipathways.org/index.php/Pathway:WP1007" "Osteoclast signaling" "Bos taurus" "117578" "MaintBot, Andra, Egonw, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1008" "https://www.wikipathways.org/index.php/Pathway:WP1008" "Amino acid conjugation of benzoic acid" "Bos taurus" "105985" "MaintBot, Khanspers, Mkutmon, Mick Eikelhof" 2019-08-16 "" ""
"WP1009" "https://www.wikipathways.org/index.php/Pathway:WP1009" "MAPK cascade" "Bos taurus" "116824" "MaintBot, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP1010" "https://www.wikipathways.org/index.php/Pathway:WP1010" "Wnt signaling pathway and pluripotency" "Bos taurus" "117625" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000201|,| value: Wnt signaling, canonical pathway|,| type: Pathway Ontology|;|- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology|;|- id: CL:0002248|,| value: pluripotent stem cell|,| type: Cell Type"
"WP1011" "https://www.wikipathways.org/index.php/Pathway:WP1011" "TCR signaling pathway" "Bos taurus" "117623" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000821|,| value: T cell receptor signaling pathway|,| type: Pathway Ontology"
"WP1012" "https://www.wikipathways.org/index.php/Pathway:WP1012" "IL-7 signaling pathway" "Bos taurus" "117547" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1013" "https://www.wikipathways.org/index.php/Pathway:WP1013" "Triacylglyceride synthesis" "Bos taurus" "117631" "MaintBot, Andra, Egonw, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1014" "https://www.wikipathways.org/index.php/Pathway:WP1014" "Androgen receptor signaling pathway" "Bos taurus" "115964" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Egonw" 2021-03-22 "" "- id: PW:0000564|,| value: androgen signaling pathway|,| type: Pathway Ontology"
"WP1015" "https://www.wikipathways.org/index.php/Pathway:WP1015" "Ketone bodies synthesis and degradation" "Bos taurus" "117614" "MaintBot, Thomas, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP1016" "https://www.wikipathways.org/index.php/Pathway:WP1016" "Wnt signaling pathway" "Bos taurus" "117633" "MaintBot, Thomas, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP1017" "https://www.wikipathways.org/index.php/Pathway:WP1017" "Type II interferon signaling (IFNG)" "Bos taurus" "86918" "MaintBot, Mkutmon" 2016-07-14 "" "- id: PW:0000896|,| value: type II interferon signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000209|,| value: Jak-Stat signaling pathway|,| type: Pathway Ontology"
"WP1018" "https://www.wikipathways.org/index.php/Pathway:WP1018" "Apoptosis" "Bos taurus" "95783" "MaintBot, MartijnVanIersel, Khanspers, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP1019" "https://www.wikipathways.org/index.php/Pathway:WP1019" "FAS pathway and stress induction of HSP regulation" "Bos taurus" "117075" "MaintBot, Thomas, Khanspers, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP1020" "https://www.wikipathways.org/index.php/Pathway:WP1020" "Fatty acid biosynthesis" "Bos taurus" "117511" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1021" "https://www.wikipathways.org/index.php/Pathway:WP1021" "Phase I biotransformations, non P450" "Bos taurus" "107051" "MaintBot, Khanspers, Mkutmon" 2019-09-17 "" ""
"WP1022" "https://www.wikipathways.org/index.php/Pathway:WP1022" "Hedgehog signaling pathway" "Bos taurus" "117535" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, L Dupuis, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP1023" "https://www.wikipathways.org/index.php/Pathway:WP1023" "mRNA Processing" "Bos taurus" "95764" "MaintBot, Khanspers, Ddigles, Mkutmon" 2018-01-19 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP1024" "https://www.wikipathways.org/index.php/Pathway:WP1024" "Steroid biosynthesis" "Bos taurus" "117619" "MaintBot, Andra, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1025" "https://www.wikipathways.org/index.php/Pathway:WP1025" "B cell receptor signaling pathway" "Bos taurus" "117479" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000822|,| value: B cell receptor signaling pathway|,| type: Pathway Ontology"
"WP1026" "https://www.wikipathways.org/index.php/Pathway:WP1026" "One-carbon metabolism" "Bos taurus" "116570" "MaintBot, Mkutmon, Garima.thakur, Fehrhart, Eweitz" 2021-05-08 "" ""
"WP1027" "https://www.wikipathways.org/index.php/Pathway:WP1027" "Glycolysis and gluconeogenesis" "Bos taurus" "117532" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1028" "https://www.wikipathways.org/index.php/Pathway:WP1028" "Pentose phosphate pathway" "Bos taurus" "117592" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1029" "https://www.wikipathways.org/index.php/Pathway:WP1029" "Notch signaling pathway" "Bos taurus" "117568" "MaintBot, Thomas, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP1030" "https://www.wikipathways.org/index.php/Pathway:WP1030" "Selenium metabolism and selenoproteins" "Bos taurus" "116453" "MaintBot, Mkutmon, Eweitz" 2021-05-07 "" ""
"WP1031" "https://www.wikipathways.org/index.php/Pathway:WP1031" "IL-3 signaling pathway" "Bos taurus" "117538" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1032" "https://www.wikipathways.org/index.php/Pathway:WP1032" "Nod-like receptor (NLR) signaling pathway" "Bos taurus" "117028" "MaintBot, AlexanderPico, Mkutmon, Eweitz" 2021-05-16 "" ""
"WP1033" "https://www.wikipathways.org/index.php/Pathway:WP1033" "ACE inhibitor pathway" "Bos taurus" "117471" "MaintBot, Thomas, Egonw, Christine Chichester, Khanspers, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology|;|- id: PW:0000245|,| value: angiotensin signaling pathway|,| type: Pathway Ontology"
"WP1034" "https://www.wikipathways.org/index.php/Pathway:WP1034" "Acetylcholine synthesis" "Bos taurus" "117472" "MaintBot, Thomas, Christine Chichester, Egonw, Khanspers, Mkutmon, Asios Olia, Eweitz" 2021-05-21 "" "- id: PW:0000408|,| value: acetylcholine metabolic pathway|,| type: Pathway Ontology"
"WP1035" "https://www.wikipathways.org/index.php/Pathway:WP1035" "Mismatch repair" "Bos taurus" "80710" "MaintBot, Khanspers, Thomas, Ddigles, Mkutmon" 2015-06-30 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP1036" "https://www.wikipathways.org/index.php/Pathway:WP1036" "Homologous recombination" "Bos taurus" "118344" "MaintBot, Khanspers, Thomas, Christine Chichester, Egonw, Mkutmon, Eweitz" 2021-05-27 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology|;|- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1037" "https://www.wikipathways.org/index.php/Pathway:WP1037" "p38 MAPK signaling pathway" "Bos taurus" "116817" "MaintBot, Khanspers, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP1038" "https://www.wikipathways.org/index.php/Pathway:WP1038" "Vitamin A and carotenoid metabolism" "Bos taurus" "116514" "MaintBot, AlexanderPico, Mkutmon, Egonw, Eweitz" 2021-05-07 "" ""
"WP1040" "https://www.wikipathways.org/index.php/Pathway:WP1040" "Inflammatory response pathway" "Bos taurus" "117545" "MaintBot, Khanspers, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP1041" "https://www.wikipathways.org/index.php/Pathway:WP1041" "Statin pathway" "Bos taurus" "117611" "MaintBot, Thomas, AlexanderPico, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000724|,| value: statin drug pathway|,| type: Pathway Ontology"
"WP1042" "https://www.wikipathways.org/index.php/Pathway:WP1042" "Nucleotide GPCRs" "Bos taurus" "80660" "MaintBot, Khanspers, Mkutmon" 2015-06-30 "" ""
"WP1043" "https://www.wikipathways.org/index.php/Pathway:WP1043" "Calcium regulation in cardiac cell" "Bos taurus" "117482" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP1044" "https://www.wikipathways.org/index.php/Pathway:WP1044" "ErbB signaling pathway" "Bos taurus" "116520" "MaintBot, AlexanderPico, Mkutmon, Fehrhart, L Dupuis, Marvin M2, Eweitz" 2021-05-07 "" "- id: DOID:10652|,| value: Alzheimer's disease|,| type: Disease|;|- id: DOID:2377|,| value: multiple sclerosis|,| type: Disease|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP1045" "https://www.wikipathways.org/index.php/Pathway:WP1045" "TGF-beta signaling pathway" "Bos taurus" "117635" "MaintBot, Mkutmon, AlexanderPico, Egonw, Eweitz" 2021-05-21 "" ""
"WP1046" "https://www.wikipathways.org/index.php/Pathway:WP1046" "Hepatocyte growth factor receptor signaling" "Bos taurus" "118734" "MaintBot, Mkutmon, Eweitz, DeSl" 2021-06-01 "" ""
"WP1047" "https://www.wikipathways.org/index.php/Pathway:WP1047" "TNF-alpha signaling pathway" "Bos taurus" "116471" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-07 "" ""
"WP1048" "https://www.wikipathways.org/index.php/Pathway:WP1048" "TGF-beta receptor signaling" "Bos taurus" "117630" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1049" "https://www.wikipathways.org/index.php/Pathway:WP1049" "G protein signaling pathways" "Bos taurus" "117517" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1050" "https://www.wikipathways.org/index.php/Pathway:WP1050" "Oxidative stress response" "Bos taurus" "117036" "MaintBot, Mkutmon, Eweitz" 2021-05-16 "" ""
"WP1051" "https://www.wikipathways.org/index.php/Pathway:WP1051" "GPCRs, class C metabotropic glutamate, pheromone" "Bos taurus" "117528" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1052" "https://www.wikipathways.org/index.php/Pathway:WP1052" "ID signaling pathway" "Bos taurus" "115918" "MaintBot, AlexanderPico, Christine Chichester, Zari, Mkutmon, Egonw" 2021-03-20 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP1053" "https://www.wikipathways.org/index.php/Pathway:WP1053" "Estrogen metabolism" "Bos taurus" "106011" "MaintBot, AlexanderPico, Nuno, Egonw, Mkutmon" 2019-08-16 "" "- id: PW:0000780|,| value: C18-steroid hormone biosynthetic pathway|,| type: Pathway Ontology"
"WP1054" "https://www.wikipathways.org/index.php/Pathway:WP1054" "Polyol pathway" "Bos taurus" "117591" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000300|,| value: kidney disease pathway|,| type: Pathway Ontology|;|- id: DOID:9351|,| value: diabetes mellitus|,| type: Disease|;|- id: PW:0000556|,| value: glucose oxidation pathway|,| type: Pathway Ontology"
"WP1055" "https://www.wikipathways.org/index.php/Pathway:WP1055" "IL-4 signaling pathway" "Bos taurus" "117539" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000912|,| value: interleukin-4 signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000512|,| value: Interleukin mediated signaling pathway|,| type: Pathway Ontology"
"WP1056" "https://www.wikipathways.org/index.php/Pathway:WP1056" "Complement and coagulation cascades" "Bos taurus" "117491" "MaintBot, AlexanderPico, Khanspers, Egonw, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1060" "https://www.wikipathways.org/index.php/Pathway:WP1060" "Matrix metalloproteinases" "Bos taurus" "117558" "MaintBot, Thomas, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP1061" "https://www.wikipathways.org/index.php/Pathway:WP1061" "Fatty acid beta-oxidation" "Bos taurus" "116505" "MaintBot, Mkutmon, DeSl, Egonw, Eweitz" 2021-05-07 "" ""
"WP1062" "https://www.wikipathways.org/index.php/Pathway:WP1062" "Actin cytoskeleton regulation" "Bos taurus" "117595" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1063" "https://www.wikipathways.org/index.php/Pathway:WP1063" "G13 signaling pathway" "Bos taurus" "117519" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP1064" "https://www.wikipathways.org/index.php/Pathway:WP1064" "Notch signaling pathway" "Bos taurus" "117573" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP1065" "https://www.wikipathways.org/index.php/Pathway:WP1065" "Endochondral ossification" "Bos taurus" "117504" "MaintBot, AlexanderPico, Egonw, Mkutmon, Susan, Eweitz" 2021-05-21 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1066" "https://www.wikipathways.org/index.php/Pathway:WP1066" "Eukaryotic transcription initiation" "Bos taurus" "118352" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-27 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology|;|- id: PW:0001575|,| value: RNA polymerase III transcription initiation pathway|,| type: Pathway Ontology|;|- id: PW:0001274|,| value: RNA polymerase II transcription initiation pathway|,| type: Pathway Ontology|;|- id: PW:0001570|,| value: RNA polymerase I transcription initiation pathway|,| type: Pathway Ontology"
"WP1067" "https://www.wikipathways.org/index.php/Pathway:WP1067" "Toll-like receptor signaling pathway" "Bos taurus" "115321" "MaintBot, Mkutmon, Egonw" 2021-02-13 "" ""
"WP1068" "https://www.wikipathways.org/index.php/Pathway:WP1068" "Nuclear receptors" "Bos taurus" "117576" "MaintBot, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP1069" "https://www.wikipathways.org/index.php/Pathway:WP1069" "Integrin-mediated cell adhesion" "Bos taurus" "117549" "MaintBot, Thomas, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP1070" "https://www.wikipathways.org/index.php/Pathway:WP1070" "Cholesterol biosynthesis" "Bos taurus" "118367" "MaintBot, Thomas, Christine Chichester, Mkutmon, Khanspers, Egonw, Eweitz" 2021-05-27 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP1071" "https://www.wikipathways.org/index.php/Pathway:WP1071" "Cytoplasmic ribosomal proteins" "Bos taurus" "117041" "MaintBot, Mkutmon, Eweitz" 2021-05-16 "" ""
"WP1072" "https://www.wikipathways.org/index.php/Pathway:WP1072" "GPCRs, class A rhodopsin-like" "Bos taurus" "117525" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1073" "https://www.wikipathways.org/index.php/Pathway:WP1073" "Glycogen metabolism" "Bos taurus" "117526" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, DeSl, Eweitz" 2021-05-21 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP1074" "https://www.wikipathways.org/index.php/Pathway:WP1074" "Osteoblast signaling" "Bos taurus" "117577" "MaintBot, Egonw, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1075" "https://www.wikipathways.org/index.php/Pathway:WP1075" "Folate metabolism" "Bos taurus" "117520" "MaintBot, Khanspers, Egonw, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000140|,| value: folate metabolic pathway|,| type: Pathway Ontology"
"WP1076" "https://www.wikipathways.org/index.php/Pathway:WP1076" "Monoamine GPCRs" "Bos taurus" "115322" "MaintBot, Egonw, Mkutmon, DeSl, Khanspers" 2021-02-13 "" ""
"WP1077" "https://www.wikipathways.org/index.php/Pathway:WP1077" "Oxidation by cytochrome P450" "Bos taurus" "117586" "MaintBot, AlexanderPico, Egonw, Khanspers, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1078" "https://www.wikipathways.org/index.php/Pathway:WP1078" "G1 to S cell cycle control" "Bos taurus" "95747" "MaintBot, Khanspers, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP1079" "https://www.wikipathways.org/index.php/Pathway:WP1079" "Proteasome degradation" "Bos taurus" "117056" "MaintBot, Mkutmon, Eweitz" 2021-05-16 "" ""
"WP1080" "https://www.wikipathways.org/index.php/Pathway:WP1080" "Irinotecan pathway" "Bos taurus" "116614" "MaintBot, Thomas, Ddigles, Egonw, Mkutmon, DeSl, Eweitz" 2021-05-09 "" "- id: PW:0001224|,| value: irinotecan drug pathway|,| type: Pathway Ontology"
"WP1081" "https://www.wikipathways.org/index.php/Pathway:WP1081" "S1P receptor signal transduction" "Bos taurus" "117608" "MaintBot, Mkutmon, Eweitz" 2021-05-21 "" ""
"WP1082" "https://www.wikipathways.org/index.php/Pathway:WP1082" "Apoptosis modulation by HSP70" "Bos taurus" "117073" "MaintBot, Andra, Christine Chichester, Mkutmon, Khanspers, Eweitz" 2021-05-16 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP1083" "https://www.wikipathways.org/index.php/Pathway:WP1083" "Cell cycle" "Bos taurus" "117485" "MaintBot, MartijnVanIersel, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1086" "https://www.wikipathways.org/index.php/Pathway:WP1086" "Heme biosynthesis" "Canis familiaris" "117457" "MaintBot, Mills42, Jmelius, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP1090" "https://www.wikipathways.org/index.php/Pathway:WP1090" "Eicosanoid synthesis" "Canis familiaris" "117446" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP1091" "https://www.wikipathways.org/index.php/Pathway:WP1091" "IL-2 signaling pathway" "Canis familiaris" "117468" "MaintBot, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000907|,| value: interleukin-2 signaling pathway|,| type: Pathway Ontology"
"WP1096" "https://www.wikipathways.org/index.php/Pathway:WP1096" "EGFR1 signaling pathway" "Canis familiaris" "117445" "MaintBot, Michiel, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP1099" "https://www.wikipathways.org/index.php/Pathway:WP1099" "Nuclear receptors in lipid metabolism and toxicity" "Canis familiaris" "107084" "MaintBot, Khanspers, Egonw, Ddigles" 2019-09-17 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP1101" "https://www.wikipathways.org/index.php/Pathway:WP1101" "DNA replication" "Canis familiaris" "117444" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP1105" "https://www.wikipathways.org/index.php/Pathway:WP1105" "Adipogenesis" "Canis familiaris" "87031" "MaintBot, MartijnVanIersel, Mkutmon" 2016-07-15 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP1112" "https://www.wikipathways.org/index.php/Pathway:WP1112" "EPO receptor signaling" "Canis familiaris" "117448" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP1113" "https://www.wikipathways.org/index.php/Pathway:WP1113" "Cytokines and inflammatory response" "Canis familiaris" "117443" "MaintBot, Thomas, FerryJagers, AlexanderPico, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000024|,| value: inflammatory response pathway|,| type: Pathway Ontology"
"WP1114" "https://www.wikipathways.org/index.php/Pathway:WP1114" "MAPK signaling pathway" "Canis familiaris" "117460" "MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP1118" "https://www.wikipathways.org/index.php/Pathway:WP1118" "Biogenic amine synthesis" "Canis familiaris" "117439" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001234 |,| value: biogenic amine biosynthetic pathway|,| type: Pathway Ontology"
"WP1119" "https://www.wikipathways.org/index.php/Pathway:WP1119" "Electron transport chain" "Canis familiaris" "117447" "MaintBot, AlexanderPico, FerryJagers, Egonw, Mkutmon, AMTan, Eweitz" 2021-05-21 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology"
"WP1121" "https://www.wikipathways.org/index.php/Pathway:WP1121" "Kit receptor signaling pathway" "Canis familiaris" "117459" "MaintBot, AlexanderPico, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP1122" "https://www.wikipathways.org/index.php/Pathway:WP1122" "Blood clotting cascade" "Canis familiaris" "117440" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000474|,| value: coagulation cascade pathway|,| type: Pathway Ontology"
"WP1126" "https://www.wikipathways.org/index.php/Pathway:WP1126" "Tryptophan metabolism" "Canis familiaris" "106044" "MaintBot, Egonw, Fehrhart, Khanspers" 2019-08-16 "" ""
"WP1129" "https://www.wikipathways.org/index.php/Pathway:WP1129" "Wnt signaling pathway and pluripotency" "Canis familiaris" "117465" "MaintBot, Mkutmon, Egonw, Eweitz" 2021-05-21 "" ""
"WP1133" "https://www.wikipathways.org/index.php/Pathway:WP1133" "Androgen receptor signaling pathway" "Canis familiaris" "115921" "MaintBot, AlexanderPico, Christine Chichester, Egonw" 2021-03-20 "" "- id: PW:0000564|,| value: androgen signaling pathway|,| type: Pathway Ontology"
"WP1134" "https://www.wikipathways.org/index.php/Pathway:WP1134" "Ketone bodies synthesis and degradation" "Canis familiaris" "117463" "MaintBot, Thomas, Khanspers, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0000069|,| value: ketone bodies metabolic pathway|,| type: Pathway Ontology"
"WP1135" "https://www.wikipathways.org/index.php/Pathway:WP1135" "Wnt signaling pathway" "Canis familiaris" "118616" "MaintBot, Thomas, Ddigles, Khanspers, Egonw, Eweitz, Finterly" 2021-05-31 "" "- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology"
"WP1138" "https://www.wikipathways.org/index.php/Pathway:WP1138" "FAS pathway and stress induction of HSP regulation" "Canis familiaris" "117076" "MaintBot, Thomas, Khanspers, Christine Chichester, Egonw, Andra, Eweitz" 2021-05-16 "" "- id: PW:0000681|,| value: FasL mediated signaling pathway|,| type: Pathway Ontology"
"WP1141" "https://www.wikipathways.org/index.php/Pathway:WP1141" "Hedgehog signaling pathway" "Canis familiaris" "117456" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000122|,| value: Hedgehog signaling pathway|,| type: Pathway Ontology"
"WP1142" "https://www.wikipathways.org/index.php/Pathway:WP1142" "mRNA Processing" "Canis familiaris" "95765" "MaintBot, Khanspers, Ddigles, Mkutmon" 2018-01-19 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP1148" "https://www.wikipathways.org/index.php/Pathway:WP1148" "Notch signaling pathway" "Canis familiaris" "117469" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP1151" "https://www.wikipathways.org/index.php/Pathway:WP1151" "ACE inhibitor pathway" "Canis familiaris" "117438" "MaintBot, Thomas, Egonw, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0001228|,| value: ACE inhibitor drug pathway|,| type: Pathway Ontology"
"WP1152" "https://www.wikipathways.org/index.php/Pathway:WP1152" "Mismatch repair" "Canis familiaris" "68529" "MaintBot, Thomas, Khanspers, Ddigles" 2013-07-05 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP1153" "https://www.wikipathways.org/index.php/Pathway:WP1153" "Homologous recombination" "Canis familiaris" "97063" "MaintBot, Thomas, Khanspers, Christine Chichester, AMTan" 2018-04-26 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1154" "https://www.wikipathways.org/index.php/Pathway:WP1154" "p38 MAPK signaling pathway" "Canis familiaris" "116820" "MaintBot, Khanspers, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP1157" "https://www.wikipathways.org/index.php/Pathway:WP1157" "Statin pathway" "Canis familiaris" "117462" "MaintBot, Thomas, AlexanderPico, Ddigles, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000724|,| value: statin drug pathway|,| type: Pathway Ontology"
"WP1159" "https://www.wikipathways.org/index.php/Pathway:WP1159" "Calcium regulation in cardiac cells" "Canis familiaris" "117441" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP1162" "https://www.wikipathways.org/index.php/Pathway:WP1162" "Hepatocyte growth factor receptor signaling" "Canis familiaris" "118743" "MaintBot, Lindarieswijk, Eweitz, DeSl" 2021-06-01 "" "- id: PW:0000578|,| value: scatter factor/hepatocyte growth factor signaling pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000105|,| value: Rho/Rac/Cdc42 mediated signaling pathway|,| type: Pathway Ontology"
"WP1165" "https://www.wikipathways.org/index.php/Pathway:WP1165" "G protein signaling pathways" "Canis familiaris" "117450" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1168" "https://www.wikipathways.org/index.php/Pathway:WP1168" "Id signaling pathway" "Canis familiaris" "117458" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP1170" "https://www.wikipathways.org/index.php/Pathway:WP1170" "Polyol pathway" "Canis familiaris" "106058" "MaintBot, Fehrhart" 2019-08-16 "" "- id: PW:0001520|,| value: polyol pathway|,| type: Pathway Ontology"
"WP1176" "https://www.wikipathways.org/index.php/Pathway:WP1176" "Matrix metalloproteinases" "Canis familiaris" "117467" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-21 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP1179" "https://www.wikipathways.org/index.php/Pathway:WP1179" "G13 signaling pathway" "Canis familiaris" "117451" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP1180" "https://www.wikipathways.org/index.php/Pathway:WP1180" "Delta-Notch signaling pathway" "Canis familiaris" "117992" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-23 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP1182" "https://www.wikipathways.org/index.php/Pathway:WP1182" "Eukaryotic transcription initiation" "Canis familiaris" "117449" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-21 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP1184" "https://www.wikipathways.org/index.php/Pathway:WP1184" "Nuclear receptors" "Canis familiaris" "117466" "MaintBot, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000716|,| value: transcription factor mediated signaling pathway|,| type: Pathway Ontology"
"WP1185" "https://www.wikipathways.org/index.php/Pathway:WP1185" "Integrin-mediated cell adhesion" "Canis familiaris" "71477" "MaintBot, Thomas, Ddigles" 2013-10-17 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP1186" "https://www.wikipathways.org/index.php/Pathway:WP1186" "Cholesterol biosynthesis" "Canis familiaris" "117442" "MaintBot, Thomas, Christine Chichester, Egonw, Eweitz" 2021-05-21 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP1189" "https://www.wikipathways.org/index.php/Pathway:WP1189" "Glycogen metabolism" "Canis familiaris" "117452" "MaintBot, AlexanderPico, Christine Chichester, Mkutmon, Eweitz" 2021-05-21 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP1193" "https://www.wikipathways.org/index.php/Pathway:WP1193" "Monoamine GPCRs" "Canis familiaris" "106064" "MaintBot, Egonw, Elisa, Khanspers" 2019-08-16 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1195" "https://www.wikipathways.org/index.php/Pathway:WP1195" "G1 to S cell cycle control" "Canis familiaris" "95748" "MaintBot, Khanspers, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000095|,| value: G1/S DNA damage checkpoint pathway|,| type: Pathway Ontology"
"WP1197" "https://www.wikipathways.org/index.php/Pathway:WP1197" "Irinotecan pathway" "Canis familiaris" "116615" "MaintBot, Thomas, Ddigles, Egonw, DeSl, AlexanderPico, Eweitz" 2021-05-09 "" "- id: PW:0001224|,| value: irinotecan drug pathway|,| type: Pathway Ontology"
"WP1198" "https://www.wikipathways.org/index.php/Pathway:WP1198" "S1P receptor signal transduction" "Canis familiaris" "118659" "MaintBot, Lindarieswijk, DeSl" 2021-05-31 "" "- id: PW:0000960|,| value: sphingosine 1-phosphate signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1200" "https://www.wikipathways.org/index.php/Pathway:WP1200" "Cell cycle" "Canis familiaris" "111030" "MaintBot, MartijnVanIersel, Mkutmon, L Dupuis" 2020-07-01 "" "- id: PW:0001317|,| value: cell cycle pathway|,| type: Pathway Ontology"
"WP1201" "https://www.wikipathways.org/index.php/Pathway:WP1201" "Non-homologous end joining" "Drosophila melanogaster" "116927" "MaintBot, MartijnVanIersel, AlexanderPico, Khanspers, Elisa, Eweitz" 2021-05-16 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology"
"WP1203" "https://www.wikipathways.org/index.php/Pathway:WP1203" "One-carbon metabolism" "Drosophila melanogaster" "116577" "MaintBot, Khanspers, Elisa, Eweitz" 2021-05-08 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP1204" "https://www.wikipathways.org/index.php/Pathway:WP1204" "DNA mismatch repair" "Drosophila melanogaster" "116925" "MaintBot, Thomas, Khanspers, Ddigles, AlexanderPico, Eweitz" 2021-05-16 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP1205" "https://www.wikipathways.org/index.php/Pathway:WP1205" "Homologous recombination" "Drosophila melanogaster" "116934" "MaintBot, Thomas, Khanspers, Christine Chichester, AlexanderPico, Eweitz" 2021-05-16 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1211" "https://www.wikipathways.org/index.php/Pathway:WP1211" "Arylamine metabolism" "Equus caballus" "106095" "MaintBot, Mkutmon" 2019-08-16 "" "- id: PW:0001232|,| value: arylamine metabolic pathway|,| type: Pathway Ontology"
"WP1212" "https://www.wikipathways.org/index.php/Pathway:WP1212" "Metapathway biotransformation" "Equus caballus" "87791" "MaintBot, Khanspers, Elisa" 2016-07-25 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP1213" "https://www.wikipathways.org/index.php/Pathway:WP1213" "Phase I biotransformations, non P450" "Equus caballus" "107102" "MaintBot, Khanspers, Fehrhart, Mkutmon" 2019-09-17 "" "- id: PW:0000376|,| value: cytochrome P450-independent phase I biotransformation pathway|,| type: Pathway Ontology"
"WP1217" "https://www.wikipathways.org/index.php/Pathway:WP1217" "Aflatoxin B1 metabolism" "Equus caballus" "106096" "MaintBot, Thomas, Egonw, Christine Chichester" 2019-08-16 "" "- id: PW:0001366|,| value: aflatoxin metabolic pathway|,| type: Pathway Ontology"
"WP1218" "https://www.wikipathways.org/index.php/Pathway:WP1218" "Polyol pathway" "Equus caballus" "106097" "MaintBot, Khanspers, Fehrhart" 2019-08-16 "" "- id: PW:0001520|,| value: polyol pathway|,| type: Pathway Ontology"
"WP1221" "https://www.wikipathways.org/index.php/Pathway:WP1221" "Heme biosynthesis" "Anopheles gambiae" "117222" "MaintBot, Mills42, Egonw, Mkutmon, Jmelius, Eweitz" 2021-05-19 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP1223" "https://www.wikipathways.org/index.php/Pathway:WP1223" "DNA replication" "Anopheles gambiae" "119019" "MaintBot, Thomas, Anwesha, Christine Chichester, Egonw, Eweitz, Finterly" 2021-06-10 "" "- id: PW:0000098|,| value: DNA replication pathway|,| type: Pathway Ontology"
"WP1224" "https://www.wikipathways.org/index.php/Pathway:WP1224" "EBV LMP1 signaling" "Anopheles gambiae" "67169" "MaintBot, Anwesha, Christine Chichester" 2013-06-26 "" "- id: PW:0001057|,| value: Epstein-Barr virus infection pathway|,| type: Pathway Ontology"
"WP1227" "https://www.wikipathways.org/index.php/Pathway:WP1227" "TCA cycle" "Anopheles gambiae" "117225" "MaintBot, MirellaKalafati, Mkutmon, Eweitz" 2021-05-19 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000026|,| value: citric acid cycle pathway|,| type: Pathway Ontology"
"WP1229" "https://www.wikipathways.org/index.php/Pathway:WP1229" "mRNA processing" "Anopheles gambiae" "105892" "MaintBot, Khanspers, Ddigles, AlexanderPico, Mkutmon" 2019-08-16 "" "- id: PW:0001073|,| value: spliceosome pathway|,| type: Pathway Ontology"
"WP1230" "https://www.wikipathways.org/index.php/Pathway:WP1230" "One-carbon metabolism" "Anopheles gambiae" "116579" "MaintBot, Egonw, Elisa, Eweitz" 2021-05-08 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP1231" "https://www.wikipathways.org/index.php/Pathway:WP1231" "Pentose phosphate pathway" "Anopheles gambiae" "118327" "MaintBot, Fehrhart, Lawson, Teacup, Mkutmon, Eweitz" 2021-05-27 "" "- id: PW:0000045|,| value: pentose phosphate pathway|,| type: Pathway Ontology"
"WP1232" "https://www.wikipathways.org/index.php/Pathway:WP1232" "Notch signaling pathway" "Anopheles gambiae" "117223" "MaintBot, Thomas, Ddigles, Eweitz" 2021-05-19 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP1233" "https://www.wikipathways.org/index.php/Pathway:WP1233" "Mismatch repair" "Anopheles gambiae" "104968" "MaintBot, Khanspers, Thomas, Ddigles, Fehrhart" 2019-06-27 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP1236" "https://www.wikipathways.org/index.php/Pathway:WP1236" "Polyol pathway" "Anopheles gambiae" "105894" "MaintBot, Khanspers, Fehrhart, Mkutmon" 2019-08-16 "" "- id: PW:0001520|,| value: polyol pathway|,| type: Pathway Ontology"
"WP1238" "https://www.wikipathways.org/index.php/Pathway:WP1238" "Eukaryotic transcription initiation" "Anopheles gambiae" "117221" "MaintBot, Thomas, Anwesha, Christine Chichester, Eweitz" 2021-05-19 "" "- id: PW:0000100|,| value: transcription pathway|,| type: Pathway Ontology"
"WP1239" "https://www.wikipathways.org/index.php/Pathway:WP1239" "Cytoplasmic ribosomal proteins" "Anopheles gambiae" "117043" "MaintBot, Anwesha, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0001066|,| value: ribosome biogenesis pathway|,| type: Pathway Ontology"
"WP1240" "https://www.wikipathways.org/index.php/Pathway:WP1240" "Proteasome Degradation" "Anopheles gambiae" "87613" "MaintBot, Lindarieswijk" 2016-07-25 "" "- id: PW:0000417|,| value: ubiquitin, ubiquitin-like/proteasome degradation pathway|,| type: Pathway Ontology"
"WP1241" "https://www.wikipathways.org/index.php/Pathway:WP1241" "Glucuronidation" "Mus musculus" "106835" "MaintBot, Christine Chichester, Egonw" 2019-09-17 "" "- id: PW:0000859|,| value: glucuronidation conjugation pathway|,| type: Pathway Ontology"
"WP1242" "https://www.wikipathways.org/index.php/Pathway:WP1242" "Non-homologous end joining" "Mus musculus" "69140" "MaintBot, MartijnVanIersel, Ddigles" 2013-07-08 "" "- id: PW:0000203|,| value: non-homologous end joining pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1243" "https://www.wikipathways.org/index.php/Pathway:WP1243" "EBV LMP1 signaling" "Mus musculus" "89985" "MaintBot, Christine Chichester, Mkutmon" 2016-10-06 "" "- id: PW:0001057|,| value: Epstein-Barr virus infection pathway|,| type: Pathway Ontology"
"WP1244" "https://www.wikipathways.org/index.php/Pathway:WP1244" "Estrogen signaling" "Mus musculus" "114031" "MaintBot, Khanspers, Christine Chichester, Finterly" 2020-12-17 "" "- id: PW:0000507|,| value: estrogen signaling pathway|,| type: Pathway Ontology"
"WP1245" "https://www.wikipathways.org/index.php/Pathway:WP1245" "Transcriptional activation by Nfe2l2 in response to phytochemicals" "Mus musculus" "116708" "MaintBot, Ddigles, Susan, Mkutmon, Eweitz" 2021-05-11 "" "- id: PW:0000369|,| value: nuclear factor, erythroid derived 2, like 2 signaling pathway|,| type: Pathway Ontology"
"WP1246" "https://www.wikipathways.org/index.php/Pathway:WP1246" "Hypothetical network for drug addiction" "Mus musculus" "116719" "MaintBot, MartijnVanIersel, Christine Chichester, Egonw, Eweitz" 2021-05-11 "" "- id: PW:0001029|,| value: substance dependence disease pathway|,| type: Pathway Ontology"
"WP1247" "https://www.wikipathways.org/index.php/Pathway:WP1247" "Methylation" "Mus musculus" "106838" "MaintBot, Ddigles" 2019-09-17 "" "- id: PW:0000432|,| value: protein modification pathway|,| type: Pathway Ontology"
"WP1248" "https://www.wikipathways.org/index.php/Pathway:WP1248" "Oxidative phosphorylation" "Mus musculus" "106839" "MaintBot, Ddigles, Mkutmon" 2019-09-17 "" "- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP1249" "https://www.wikipathways.org/index.php/Pathway:WP1249" "EPO receptor signaling" "Mus musculus" "116718" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-11 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP1250" "https://www.wikipathways.org/index.php/Pathway:WP1250" "Arachidonate epoxygenase / epoxide hydrolase" "Mus musculus" "117861" "MaintBot, Egonw, Christine Chichester, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000460|,| value: arachidonic acid metabolic pathway|,| type: Pathway Ontology"
"WP1251" "https://www.wikipathways.org/index.php/Pathway:WP1251" "Metapathway biotransformation" "Mus musculus" "94721" "MaintBot, Khanspers, Ddigles, Egonw" 2017-10-05 "" "- id: PW:0000124|,| value: cellular detoxification pathway|,| type: Pathway Ontology"
"WP1252" "https://www.wikipathways.org/index.php/Pathway:WP1252" "Amino acid conjugation of benzoic acid" "Mus musculus" "106841" "MaintBot, Mkutmon" 2019-09-17 "" "- id: PW:0000011|,| value: amino acid metabolic pathway|,| type: Pathway Ontology"
"WP1253" "https://www.wikipathways.org/index.php/Pathway:WP1253" "Type II interferon signaling (IFNG)" "Mus musculus" "71753" "MaintBot, Chaodc, AlexanderPico, Khanspers, Ddigles, Mkutmon" 2013-10-17 "" "- id: CL:0000235|,| value: macrophage|,| type: Cell Type|;|- id: PW:0000896|,| value: Type II interferon signaling pathway|,| type: Pathway Ontology"
"WP1254" "https://www.wikipathways.org/index.php/Pathway:WP1254" "Apoptosis" "Mus musculus" "95784" "MaintBot, MartijnVanIersel, Thomas, Christine Chichester, AlexanderPico, Mkutmon" 2018-01-19 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP1256" "https://www.wikipathways.org/index.php/Pathway:WP1256" "Nod-like receptor (NLR) signaling pathway" "Mus musculus" "117031" "MaintBot, Ddigles, AlexanderPico, Eweitz" 2021-05-16 "" "- id: PW:0000817|,| value: NOD-like receptor signaling pathway|,| type: Pathway Ontology"
"WP1257" "https://www.wikipathways.org/index.php/Pathway:WP1257" "Mismatch repair" "Mus musculus" "69073" "MaintBot, Khanspers, Thomas, Ddigles" 2013-07-08 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP1258" "https://www.wikipathways.org/index.php/Pathway:WP1258" "Homologous recombination" "Mus musculus" "69162" "MaintBot, Khanspers, Thomas, Christine Chichester" 2013-07-08 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1259" "https://www.wikipathways.org/index.php/Pathway:WP1259" "Retinol metabolism" "Mus musculus" "106842" "MaintBot, AlexanderPico, Samuel Sklar, Dingju11, Khanspers, Strand, Thomas, Ddigles, Egonw, Mkutmon" 2019-09-17 "" "- id: PW:0000141|,| value: retinol metabolic pathway|,| type: Pathway Ontology"
"WP1261" "https://www.wikipathways.org/index.php/Pathway:WP1261" "ErbB signaling pathway" "Mus musculus" "108380" "MaintBot, Christine Chichester, Fehrhart, Marvin M2" 2019-12-15 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: DOID:10652|,| value: Alzheimer's disease|,| type: Disease|;|- id: DOID:2377|,| value: multiple sclerosis|,| type: Disease"
"WP1262" "https://www.wikipathways.org/index.php/Pathway:WP1262" "Aflatoxin B1 metabolism" "Mus musculus" "106843" "MaintBot, Thomas, Khanspers, Christine Chichester, Mkutmon" 2019-09-17 "" "- id: PW:0001366|,| value: aflatoxin metabolic pathway|,| type: Pathway Ontology"
"WP1263" "https://www.wikipathways.org/index.php/Pathway:WP1263" "Mitochondrial gene expression" "Mus musculus" "117918" "MaintBot, Khanspers, Andra, Ddigles, Eweitz" 2021-05-23 "" "- id: PW:0001333|,| value: mitochondrial transcription pathway|,| type: Pathway Ontology"
"WP1264" "https://www.wikipathways.org/index.php/Pathway:WP1264" "Estrogen metabolism" "Mus musculus" "106845" "MaintBot, Khanspers, Mkutmon, Susan" 2019-09-17 "" "- id: PW:0001303|,| value: steroid metabolic pathway|,| type: Pathway Ontology"
"WP1265" "https://www.wikipathways.org/index.php/Pathway:WP1265" "Polyol pathway" "Mus musculus" "106846" "MaintBot, Ddigles" 2019-09-17 "" "- id: PW:0000555|,| value: glucose utilization pathway|,| type: Pathway Ontology"
"WP1266" "https://www.wikipathways.org/index.php/Pathway:WP1266" "SIDS susceptibility pathways" "Mus musculus" "117943" "MaintBot, Egonw, Ddigles, Eweitz" 2021-05-23 "" "- id: DOID:9007|,| value: SIDS|,| type: Disease|;|- id: PW:0000854|,| value: serotonin signaling pathway|,| type: Pathway Ontology"
"WP1269" "https://www.wikipathways.org/index.php/Pathway:WP1269" "Fatty acid beta-oxidation" "Mus musculus" "116490" "MaintBot, Thomas, Christine Chichester, Mkutmon, MirkoBaranzini, Egonw, Eweitz" 2021-05-07 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP1270" "https://www.wikipathways.org/index.php/Pathway:WP1270" "Endochondral ossification" "Mus musculus" "117880" "MaintBot, AlexanderPico, Egonw, Susan, Fehrhart, Eweitz" 2021-05-23 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1272" "https://www.wikipathways.org/index.php/Pathway:WP1272" "Selenium micronutrient network" "Mus musculus" "117941" "MaintBot, Samuel Sklar, Egonw, Khanspers, Lindarieswijk, Finterly, Eweitz" 2021-05-23 "" "- id: PW:0000133|,| value: selenoamino acid metabolic pathway|,| type: Pathway Ontology"
"WP1273" "https://www.wikipathways.org/index.php/Pathway:WP1273" "Folic acid network" "Mus musculus" "118150" "MaintBot, Khanspers, Samuel Sklar, Egonw, Christine Chichester, Laurent, Eweitz" 2021-05-25 "" "- id: PW:0000140|,| value: pathway of folate cycle/metabolism|,| type: Pathway Ontology"
"WP1274" "https://www.wikipathways.org/index.php/Pathway:WP1274" "Oxidation by cytochrome P450" "Mus musculus" "117931" "MaintBot, Christine Chichester, Khanspers, Eweitz" 2021-05-23 "" "- id: PW:0000375|,| value: phase I biotransformation pathway via cytochrome P450|,| type: Pathway Ontology"
"WP1276" "https://www.wikipathways.org/index.php/Pathway:WP1276" "Glucuronidation" "Rattus norvegicus" "106947" "MaintBot, Christine Chichester, Egonw" 2019-09-17 "" "- id: PW:0000859|,| value: glucuronidation conjugation pathway|,| type: Pathway Ontology"
"WP1277" "https://www.wikipathways.org/index.php/Pathway:WP1277" "Non-homologous end joining" "Rattus norvegicus" "69423" "MaintBot, MartijnVanIersel, Ddigles" 2013-07-08 "" "- id: PW:0000203|,| value: non-homologous end joining pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1278" "https://www.wikipathways.org/index.php/Pathway:WP1278" "EBV LMP1 signaling" "Rattus norvegicus" "69373" "MaintBot, Christine Chichester" 2013-07-08 "" "- id: PW:0001057|,| value: Epstein-Barr virus infection pathway|,| type: Pathway Ontology"
"WP1279" "https://www.wikipathways.org/index.php/Pathway:WP1279" "Estrogen signaling" "Rattus norvegicus" "106948" "MaintBot, Khanspers" 2019-09-17 "" "- id: PW:0000507|,| value: estrogen signaling pathway|,| type: Pathway Ontology"
"WP1280" "https://www.wikipathways.org/index.php/Pathway:WP1280" "Transcriptional activation by Nfe2l2 in response to phytochemicals" "Rattus norvegicus" "117033" "MaintBot, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000369|,| value: nuclear factor, erythroid derived 2, like 2 signaling pathway|,| type: Pathway Ontology"
"WP1281" "https://www.wikipathways.org/index.php/Pathway:WP1281" "Hypothetical network for drug addiction" "Rattus norvegicus" "116979" "MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0001029|,| value: substance dependence disease pathway|,| type: Pathway Ontology"
"WP1282" "https://www.wikipathways.org/index.php/Pathway:WP1282" "Methylation" "Rattus norvegicus" "106950" "MaintBot, Ddigles" 2019-09-17 "" "- id: PW:0000432|,| value: protein modification pathway|,| type: Pathway Ontology"
"WP1283" "https://www.wikipathways.org/index.php/Pathway:WP1283" "Oxidative phosphorylation" "Rattus norvegicus" "106951" "MaintBot, Ddigles, Mkutmon" 2019-09-17 "" "- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP1284" "https://www.wikipathways.org/index.php/Pathway:WP1284" "EPO receptor signaling" "Rattus norvegicus" "116958" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP1285" "https://www.wikipathways.org/index.php/Pathway:WP1285" "Arachidonate epoxygenase / epoxide hydrolase" "Rattus norvegicus" "116939" "MaintBot, Christine Chichester, Egonw, Eweitz" 2021-05-16 "" "- id: PW:0000460|,| value: arachidonic acid metabolic pathway|,| type: Pathway Ontology"
"WP1286" "https://www.wikipathways.org/index.php/Pathway:WP1286" "Metapathway biotransformation" "Rattus norvegicus" "69345" "MaintBot, Khanspers, Ddigles" 2013-07-08 "" "- id: PW:0000124|,| value: cellular detoxification pathway|,| type: Pathway Ontology"
"WP1287" "https://www.wikipathways.org/index.php/Pathway:WP1287" "Amino acid conjugation of benzoic acid" "Rattus norvegicus" "106953" "MaintBot, Mkutmon" 2019-09-17 "" "- id: PW:0000011|,| value: amino acid metabolic pathway|,| type: Pathway Ontology"
"WP1288" "https://www.wikipathways.org/index.php/Pathway:WP1288" "Wnt signaling pathway and pluripotency" "Rattus norvegicus" "117023" "MaintBot, Khanspers, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000201|,| value: canonical Wnt signaling pathway|,| type: Pathway Ontology"
"WP1289" "https://www.wikipathways.org/index.php/Pathway:WP1289" "Type II interferon signaling (IFNG)" "Rattus norvegicus" "86846" "MaintBot, Ddigles, Mkutmon" 2016-07-13 "" "- id: PW:0000896|,| value: type II interferon signaling pathway|,| type: Pathway Ontology"
"WP1290" "https://www.wikipathways.org/index.php/Pathway:WP1290" "Apoptosis" "Rattus norvegicus" "95785" "MaintBot, MartijnVanIersel, Khanspers, Christine Chichester, Mkutmon" 2018-01-19 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP1291" "https://www.wikipathways.org/index.php/Pathway:WP1291" "Phase I biotransformations, non P450" "Rattus norvegicus" "107231" "MaintBot, Ddigles, Khanspers, Mkutmon" 2019-09-17 "" "- id: PW:0000376|,| value: cytochrome P450-independent phase I biotransformation pathway|,| type: Pathway Ontology"
"WP1292" "https://www.wikipathways.org/index.php/Pathway:WP1292" "One-carbon metabolism" "Rattus norvegicus" "116572" "MaintBot, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-08 "" "- id: PW:0000189|,| value: folate mediated one-carbon metabolic pathway|,| type: Pathway Ontology"
"WP1293" "https://www.wikipathways.org/index.php/Pathway:WP1293" "Selenium metabolism selenoproteins" "Rattus norvegicus" "116447" "MaintBot, Ddigles, Eweitz" 2021-05-07 "" "- id: PW:0000133|,| value: selenoamino acid metabolic pathway|,| type: Pathway Ontology"
"WP1294" "https://www.wikipathways.org/index.php/Pathway:WP1294" "Nod-like receptor (NLR) signaling pathway" "Rattus norvegicus" "117030" "MaintBot, Ddigles, AlexanderPico, Eweitz" 2021-05-16 "" "- id: PW:0000817|,| value: NOD-like receptor signaling pathway|,| type: Pathway Ontology"
"WP1295" "https://www.wikipathways.org/index.php/Pathway:WP1295" "Mismatch repair" "Rattus norvegicus" "69375" "MaintBot, Khanspers, Thomas, Ddigles" 2013-07-08 "" "- id: PW:0000662|,| value: mismatch repair pathway|,| type: Pathway Ontology"
"WP1296" "https://www.wikipathways.org/index.php/Pathway:WP1296" "Homologous recombination" "Rattus norvegicus" "69445" "MaintBot, Khanspers, Thomas, Christine Chichester" 2013-07-08 "" "- id: PW:0000202|,| value: homologous recombination pathway of double-strand break repair|,| type: Pathway Ontology"
"WP1297" "https://www.wikipathways.org/index.php/Pathway:WP1297" "Retinol metabolism" "Rattus norvegicus" "106955" "MaintBot, AlexanderPico, Khanspers, Strand, Egonw, Ddigles" 2019-09-17 "" "- id: PW:0000141|,| value: retinol metabolic pathway|,| type: Pathway Ontology"
"WP1299" "https://www.wikipathways.org/index.php/Pathway:WP1299" "ErbB signaling pathway" "Rattus norvegicus" "108381" "MaintBot, Christine Chichester, Mkutmon, Fehrhart, L Dupuis, Marvin M2" 2019-12-15 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: DOID:2377|,| value: multiple sclerosis|,| type: Disease|;|- id: DOID:10652|,| value: Alzheimer's disease|,| type: Disease"
"WP1300" "https://www.wikipathways.org/index.php/Pathway:WP1300" "Aflatoxin B1 metabolism" "Rattus norvegicus" "106956" "MaintBot, Thomas, Khanspers, Andra, Egonw, Christine Chichester" 2019-09-17 "" "- id: PW:0001366|,| value: aflatoxin metabolic pathway|,| type: Pathway Ontology"
"WP1301" "https://www.wikipathways.org/index.php/Pathway:WP1301" "Mitochondrial gene expression" "Rattus norvegicus" "116999" "MaintBot, Khanspers, Ddigles, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0001333|,| value: mitochondrial transcription pathway|,| type: Pathway Ontology"
"WP1302" "https://www.wikipathways.org/index.php/Pathway:WP1302" "Estrogen metabolism" "Rattus norvegicus" "106958" "MaintBot, Khanspers, Mkutmon, Susan" 2019-09-17 "" "- id: PW:0001303|,| value: steroid metabolic pathway|,| type: Pathway Ontology"
"WP1303" "https://www.wikipathways.org/index.php/Pathway:WP1303" "Polyol pathway" "Rattus norvegicus" "106959" "MaintBot, Ddigles, AgustinGV" 2019-09-17 "" "- id: PW:0000555|,| value: glucose utilization pathway|,| type: Pathway Ontology|;|- id: CL:0002306|,| value: epithelial cell of proximal tubule|,| type: Cell Type"
"WP1307" "https://www.wikipathways.org/index.php/Pathway:WP1307" "Fatty acid beta-oxidation" "Rattus norvegicus" "116494" "MaintBot, Susan, Cizar, Christine Chichester, Egonw, Mkutmon, DeSl, AdoBioInfo, Eweitz" 2021-05-07 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP1308" "https://www.wikipathways.org/index.php/Pathway:WP1308" "Endochondral ossification" "Rattus norvegicus" "116957" "MaintBot, AlexanderPico, Egonw, Susan, Eweitz" 2021-05-16 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1309" "https://www.wikipathways.org/index.php/Pathway:WP1309" "Toll-like receptor signaling pathway" "Rattus norvegicus" "72183" "MaintBot, Ddigles, Egonw" 2013-10-27 "" "- id: PW:0000814|,| value: Toll-like receptor signaling pathway|,| type: Pathway Ontology"
"WP1310" "https://www.wikipathways.org/index.php/Pathway:WP1310" "Selenium micronutrient network " "Rattus norvegicus" "117013" "MaintBot, Egonw, Lindarieswijk, Eweitz" 2021-05-16 "" "- id: PW:0000133|,| value: selenoamino acid metabolic pathway|,| type: Pathway Ontology"
"WP1311" "https://www.wikipathways.org/index.php/Pathway:WP1311" "Folic acid network" "Rattus norvegicus" "116965" "MaintBot, Khanspers, Egonw, Christine Chichester, Eweitz" 2021-05-16 "" "- id: PW:0000140|,| value: pathway of folate cycle/metabolism|,| type: Pathway Ontology"
"WP1312" "https://www.wikipathways.org/index.php/Pathway:WP1312" "S1P receptor signal transduction" "Rattus norvegicus" "117010" "MaintBot, Ddigles, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000960|,| value: sphingosine 1-phosphate signaling pathway|,| type: Pathway Ontology"
"WP1313" "https://www.wikipathways.org/index.php/Pathway:WP1313" "Insulin signaling" "Danio rerio" "116791" "MaintBot, Khanspers, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology"
"WP1314" "https://www.wikipathways.org/index.php/Pathway:WP1314" "Heme biosynthesis" "Danio rerio" "116882" "MaintBot, Mills42, Egonw, Jmelius, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000218|,| value: heme biosynthetic pathway|,| type: Pathway Ontology"
"WP1315" "https://www.wikipathways.org/index.php/Pathway:WP1315" "IL-5 signaling pathway" "Danio rerio" "116886" "MaintBot, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000969|,| value: interleukin-5 signaling pathway|,| type: Pathway Ontology"
"WP1316" "https://www.wikipathways.org/index.php/Pathway:WP1316" "Striated muscle contraction" "Danio rerio" "116909" "MaintBot, Lindarieswijk, Eweitz" 2021-05-15 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1317" "https://www.wikipathways.org/index.php/Pathway:WP1317" "Small ligand GPCRs" "Danio rerio" "116908" "MaintBot, Lindarieswijk, Khanspers, Eweitz" 2021-05-15 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1318" "https://www.wikipathways.org/index.php/Pathway:WP1318" "Eicosanoid synthesis" "Danio rerio" "116859" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0001239 |,| value: eicosanoid biosynthetic pathway|,| type: Pathway Ontology"
"WP1319" "https://www.wikipathways.org/index.php/Pathway:WP1319" "IL-2 signaling pathway" "Danio rerio" "116878" "MaintBot, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-15 "" "- id: PW:0000907|,| value: interleukin-2 signaling pathway|,| type: Pathway Ontology"
"WP1320" "https://www.wikipathways.org/index.php/Pathway:WP1320" "IL-9 signaling pathway" "Danio rerio" "116889" "MaintBot, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000909|,| value: interleukin-9 signaling pathway|,| type: Pathway Ontology"
"WP1322" "https://www.wikipathways.org/index.php/Pathway:WP1322" "IL-6 signaling pathway" "Danio rerio" "116887" "MaintBot, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000516|,| value: interleukin-6 signaling pathway|,| type: Pathway Ontology"
"WP1323" "https://www.wikipathways.org/index.php/Pathway:WP1323" "EGFR1 signaling pathway" "Danio rerio" "116858" "MaintBot, Michiel, AlexanderPico, Christine Chichester, Eweitz" 2021-05-14 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology"
"WP1326" "https://www.wikipathways.org/index.php/Pathway:WP1326" "Nuclear receptors in lipid metabolism and toxicity" "Danio rerio" "107094" "MaintBot, Khanspers, Ddigles, Egonw" 2019-09-17 "" "- id: PW:0000010|,| value: lipid metabolic pathway|,| type: Pathway Ontology"
"WP1327" "https://www.wikipathways.org/index.php/Pathway:WP1327" "Hypertrophy model" "Danio rerio" "116881" "MaintBot, Jmelius, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology"
"WP1329" "https://www.wikipathways.org/index.php/Pathway:WP1329" "Alpha 6 beta 4 integrin signaling" "Danio rerio" "118926" "MaintBot, Mkutmon, Eweitz, Egonw" 2021-06-04 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP1330" "https://www.wikipathways.org/index.php/Pathway:WP1330" "Estrogen signaling" "Danio rerio" "116872" "MaintBot, AlexanderPico, Susan, Eweitz" 2021-05-15 "" "- id: PW:0000507|,| value: estrogen signaling pathway|,| type: Pathway Ontology"
"WP1331" "https://www.wikipathways.org/index.php/Pathway:WP1331" "Adipogenesis" "Danio rerio" "101904" "MaintBot, MartijnVanIersel, Khanspers, Mkutmon, Egonw" 2018-11-16 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP1332" "https://www.wikipathways.org/index.php/Pathway:WP1332" "Transcriptional activation by nfe2l2 in response to phytochemicals" "Danio rerio" "116897" "MaintBot, Jmelius, Eweitz" 2021-05-15 "" "- id: PW:0000378|,| value: oxidative stress response pathway|,| type: Pathway Ontology|;|- id: PW:0000369|,| value: nuclear factor, erythroid derived 2, like 2 signaling pathway|,| type: Pathway Ontology"
"WP1333" "https://www.wikipathways.org/index.php/Pathway:WP1333" "Hypothetical network for drug addiction" "Danio rerio" "116880" "MaintBot, Jmelius, Egonw, Eweitz" 2021-05-15 "" "- id: PW:0001029|,| value: substance dependence disease pathway|,| type: Pathway Ontology"
"WP1335" "https://www.wikipathways.org/index.php/Pathway:WP1335" "Oxidative phosphorylation" "Danio rerio" "106071" "MaintBot, Fehrhart" 2019-08-16 "" "- id: PW:0001059|,| value: oxidative phosphorylation pathway|,| type: Pathway Ontology"
"WP1336" "https://www.wikipathways.org/index.php/Pathway:WP1336" "EPO receptor signaling" "Danio rerio" "116862" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-14 "" "- id: PW:0000987|,| value: erythropoietin signaling pathway|,| type: Pathway Ontology"
"WP1337" "https://www.wikipathways.org/index.php/Pathway:WP1337" "MAPK signaling pathway" "Danio rerio" "116770" "MaintBot, Khanspers, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-13 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP1338" "https://www.wikipathways.org/index.php/Pathway:WP1338" "Peptide GPCRs" "Danio rerio" "88301" "MaintBot, Fehrhart" 2016-08-01 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1339" "https://www.wikipathways.org/index.php/Pathway:WP1339" "Electron transport chain" "Danio rerio" "116860" "MaintBot, AlexanderPico, FerryJagers, Christine Chichester, Egonw, LWackers, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000034|,| value: electron transport chain pathway|,| type: Pathway Ontology"
"WP1341" "https://www.wikipathways.org/index.php/Pathway:WP1341" "Kit receptor signaling pathway" "Danio rerio" "116890" "MaintBot, AlexanderPico, Ddigles, Eweitz" 2021-05-15 "" "- id: PW:0001227|,| value: Stem Cell Factor signaling pathway|,| type: Pathway Ontology"
"WP1342" "https://www.wikipathways.org/index.php/Pathway:WP1342" "Osteoclast signaling" "Danio rerio" "116899" "MaintBot, Khanspers, Egonw, Fehrhart, L Dupuis, Eweitz" 2021-05-15 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: CL:0000092|,| value: osteoclast|,| type: Cell Type"
"WP1343" "https://www.wikipathways.org/index.php/Pathway:WP1343" "mapk cascade" "Danio rerio" "116826" "MaintBot, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000007|,| value: mitogen activated protein kinase signaling pathway|,| type: Pathway Ontology"
"WP1344" "https://www.wikipathways.org/index.php/Pathway:WP1344" "Wnt Signaling Pathway and Pluripotency" "Danio rerio" "115731" "MaintBot, Khanspers, Mkutmon, AlexanderPico, Egonw" 2021-03-09 "" ""
"WP1345" "https://www.wikipathways.org/index.php/Pathway:WP1345" "T cell receptor signaling pathway" "Danio rerio" "116910" "MaintBot, MirellaKalafati, Eweitz" 2021-05-15 "" "- id: CL:0000084|,| value: T cell|,| type: Cell Type|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1346" "https://www.wikipathways.org/index.php/Pathway:WP1346" "IL-7 signaling pathway" "Danio rerio" "116888" "MaintBot, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000908|,| value: interleukin-7 signaling pathway|,| type: Pathway Ontology"
"WP1351" "https://www.wikipathways.org/index.php/Pathway:WP1351" "Apoptosis" "Danio rerio" "95786" "MaintBot, MartijnVanIersel, Khanspers, Mkutmon, LWackers" 2018-01-19 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP1352" "https://www.wikipathways.org/index.php/Pathway:WP1352" "Fatty acid biosynthesis" "Danio rerio" "116874" "MaintBot, Susan, Eweitz" 2021-05-15 "" "- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP1356" "https://www.wikipathways.org/index.php/Pathway:WP1356" "Glycolysis and gluconeogenesis" "Danio rerio" "116884" "MaintBot, AlexanderPico, LWackers, Egonw, Eweitz" 2021-05-15 "" "- id: PW:0000640|,| value: glycolysis pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP1358" "https://www.wikipathways.org/index.php/Pathway:WP1358" "Selenium metabolism selenoproteins" "Danio rerio" "116448" "MaintBot, Mkutmon, Lindarieswijk, Eweitz" 2021-05-07 "" "- id: PW:0000133|,| value: selenoamino acid metabolic pathway|,| type: Pathway Ontology"
"WP1359" "https://www.wikipathways.org/index.php/Pathway:WP1359" "IL-3 signaling pathway" "Danio rerio" "116885" "MaintBot, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000968|,| value: interleukin-3 signaling pathway|,| type: Pathway Ontology"
"WP1360" "https://www.wikipathways.org/index.php/Pathway:WP1360" "Nod-like receptor (NLR) signaling pathway" "Danio rerio" "116894" "MaintBot, AlexanderPico, Elisa, Eweitz" 2021-05-15 "" "- id: PW:0000818|,| value: signaling pathway pertinent to immunity|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1363" "https://www.wikipathways.org/index.php/Pathway:WP1363" "p38 mapk signaling pathway" "Danio rerio" "116823" "MaintBot, Khanspers, AlexanderPico, Ddigles, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000198|,| value: p38 MAPK signaling pathway|,| type: Pathway Ontology"
"WP1365" "https://www.wikipathways.org/index.php/Pathway:WP1365" "Calcium regulation in cardiac cells" "Danio rerio" "116853" "MaintBot, Thomas, Khanspers, Christine Chichester, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0001140|,| value: calcium/calcium-mediated signaling pathway|,| type: Pathway Ontology"
"WP1366" "https://www.wikipathways.org/index.php/Pathway:WP1366" "ErbB signaling pathway" "Danio rerio" "116518" "MaintBot, AlexanderPico, Susan, Fehrhart, Eweitz" 2021-05-07 "" "- id: PW:0000170|,| value: epidermal growth factor/neuregulin signaling pathway|,| type: Pathway Ontology|;|- id: DOID:2377|,| value: multiple sclerosis|,| type: Disease|;|- id: DOID:10652|,| value: Alzheimer's disease|,| type: Disease|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP1367" "https://www.wikipathways.org/index.php/Pathway:WP1367" "TGF-beta receptor signaling pathway" "Danio rerio" "116913" "MaintBot, MirellaKalafati, Eweitz" 2021-05-15 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1369" "https://www.wikipathways.org/index.php/Pathway:WP1369" "TNF-alpha NF-kB signaling pathway" "Danio rerio" "116912" "MaintBot, MirellaKalafati, Fehrhart, L Dupuis, Eweitz" 2021-05-15 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP1371" "https://www.wikipathways.org/index.php/Pathway:WP1371" "G protein signaling pathways" "Danio rerio" "116875" "MaintBot, Thomas, Christine Chichester, Eweitz" 2021-05-15 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1372" "https://www.wikipathways.org/index.php/Pathway:WP1372" "Oxidative stress response" "Danio rerio" "116901" "MaintBot, Fehrhart, LWackers, Eweitz" 2021-05-15 "" "- id: PW:0000378|,| value: oxidative stress response pathway|,| type: Pathway Ontology"
"WP1373" "https://www.wikipathways.org/index.php/Pathway:WP1373" "GPCRs, class C metabotropic glutamate, pheromone" "Danio rerio" "116883" "MaintBot, AlexanderPico, Eweitz" 2021-05-15 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1374" "https://www.wikipathways.org/index.php/Pathway:WP1374" "Id signaling pathway" "Danio rerio" "116879" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-15 "" "- id: PW:0001372|,| value: Inhibitor of DNA binding signaling pathway|,| type: Pathway Ontology"
"WP1376" "https://www.wikipathways.org/index.php/Pathway:WP1376" "IL-4 signaling pathway" "Danio rerio" "117985" "MaintBot, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000912|,| value: interleukin-4 signaling pathway|,| type: Pathway Ontology"
"WP1380" "https://www.wikipathways.org/index.php/Pathway:WP1380" "Regulation of actin cytoskeleton" "Danio rerio" "116903" "MaintBot, Khanspers, Mkutmon, Eweitz" 2021-05-15 "" ""
"WP1381" "https://www.wikipathways.org/index.php/Pathway:WP1381" "G13 signaling pathway" "Danio rerio" "116876" "MaintBot, Thomas, Christine Chichester, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000230|,| value: G protein mediated signaling pathway via Galpha12/Galpha13 family|,| type: Pathway Ontology"
"WP1382" "https://www.wikipathways.org/index.php/Pathway:WP1382" "Delta-Notch signaling pathway" "Danio rerio" "116863" "MaintBot, AlexanderPico, Christine Chichester, Eweitz" 2021-05-14 "" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology"
"WP1383" "https://www.wikipathways.org/index.php/Pathway:WP1383" "Endochondral ossification" "Danio rerio" "116861" "MaintBot, AlexanderPico, Egonw, Susan, Eweitz" 2021-05-14 "" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1384" "https://www.wikipathways.org/index.php/Pathway:WP1384" "Toll-like receptor signaling pathway" "Danio rerio" "118905" "MaintBot, Veneman, MirellaKalafati, Eweitz" 2021-06-03 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000814|,| value: Toll-like receptor signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP1386" "https://www.wikipathways.org/index.php/Pathway:WP1386" "Integrin-mediated cell adhesion" "Danio rerio" "71515" "MaintBot, Thomas, Ddigles" 2013-10-17 "" "- id: PW:0000286|,| value: integrin mediated signaling pathway|,| type: Pathway Ontology"
"WP1387" "https://www.wikipathways.org/index.php/Pathway:WP1387" "Cholesterol biosynthesis" "Danio rerio" "116846" "MaintBot, Thomas, Christine Chichester, Mkutmon, Egonw, Eweitz" 2021-05-14 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology"
"WP1388" "https://www.wikipathways.org/index.php/Pathway:WP1388" "Glycogen metabolism" "Danio rerio" "116877" "MaintBot, AlexanderPico, Christine Chichester, Egonw, Mkutmon, DeSl, Elisa, Eweitz" 2021-05-15 "" "- id: PW:0000533|,| value: glycogen metabolic pathway|,| type: Pathway Ontology"
"WP1389" "https://www.wikipathways.org/index.php/Pathway:WP1389" "Monoamine GPCRs" "Danio rerio" "118402" "MaintBot, Khanspers, Egonw, Mkutmon, AdoBioInfo, Eweitz" 2021-05-27 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1391" "https://www.wikipathways.org/index.php/Pathway:WP1391" "S1P receptor signal transduction" "Danio rerio" "116907" "MaintBot, Lindarieswijk, Mkutmon, Eweitz" 2021-05-15 "" "- id: PW:0000960|,| value: sphingosine 1-phosphate signaling pathway|,| type: Pathway Ontology"
"WP1392" "https://www.wikipathways.org/index.php/Pathway:WP1392" "Apoptosis modulation by HSP70" "Danio rerio" "116850" "MaintBot, Mkutmon, Khanspers, Eweitz" 2021-05-14 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology"
"WP1393" "https://www.wikipathways.org/index.php/Pathway:WP1393" "Cell cycle" "Danio rerio" "111031" "MaintBot, MartijnVanIersel, Mkutmon, LWackers, L Dupuis" 2020-07-01 "" "- id: PW:0001317|,| value: cell cycle pathway|,| type: Pathway Ontology"
"WP1396" "https://www.wikipathways.org/index.php/Pathway:WP1396" "GPCRs, non-odorant " "Mus musculus" "117923" "TestUser, Ehsiao, MaintBot, Khanspers, Ddigles, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1397" "https://www.wikipathways.org/index.php/Pathway:WP1397" "GPCRs, odorant" "Mus musculus" "117924" "Ehsiao, MaintBot, Khanspers, Ddigles, Jmelius, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1398" "https://www.wikipathways.org/index.php/Pathway:WP1398" "GPCRs, orphan" "Mus musculus" "117933" "Ehsiao, MaintBot, AlexanderPico, Fehrhart, Eweitz" 2021-05-23 "" "- id: PW:0000125|,| value: G protein mediated signaling pathway|,| type: Pathway Ontology"
"WP1401" "https://www.wikipathways.org/index.php/Pathway:WP1401" "Neurotransm. release in cholinergic motor neurons" "Caenorhabditis elegans" "84440" "Thomas, MaintBot, Ddigles, Egonw, Mkutmon, AlexanderPico" 2016-02-24 "" "- id: PW:0000274|,| value: neuron-to-neuron signaling pathway via the chemical synapse|,| type: Pathway Ontology"
"WP1403" "https://www.wikipathways.org/index.php/Pathway:WP1403" "AMP-activated protein kinase (AMPK) signaling" "Homo sapiens" "116516" "Susan, Khanspers, Andra, MaintBot, Frances55, AdrienDefay, MartijnVanIersel, Christine Chichester, Jeangon, AlexanderPico, Mkutmon, Egonw, Zari, MirellaKalafati, Eweitz" 2021-05-07 "" "- id: PW:0000542|,| value: AMPK signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000542|,| value: adenosine monophosphate-activated protein kinase (AMPK) signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1411" "https://www.wikipathways.org/index.php/Pathway:WP1411" "Cell division: first embryonic mitosis" "Caenorhabditis elegans" "118330" "Kyook, Khanspers, MaintBot, Mkutmon, Egonw, AlexanderPico, Eweitz, RaatsS" 2021-05-27 "WormBase_Approved" "- id: CL:0000365|,| value: zygote|,| type: Cell Type|;|- id: CL:0000548|,| value: animal cell|,| type: Cell Type|;|- id: PW:0000085|,| value: pathway pertinent to DNA replication, cell cycle, DNA repair and maintenance of genomic integrity, RNA and protein biosynthesis|,| type: Pathway Ontology"
"WP1422" "https://www.wikipathways.org/index.php/Pathway:WP1422" "Sphingolipid pathway" "Homo sapiens" "118359" "MaintBot, Khanspers, Egonw, Mkutmon, DeSl, LarsEijssen, Fehrhart, Marvin M2" 2021-05-27 "" "- id: PW:0000197|,| value: sphingolipid metabolic pathway|,| type: Pathway Ontology"
"WP1423" "https://www.wikipathways.org/index.php/Pathway:WP1423" "Ganglio sphingolipid metabolism" "Homo sapiens" "117518" "MaintBot, Khanspers, Michiel, AlexanderPico, Egonw, Mkutmon, Zari, DeSl, Eweitz" 2021-05-21 "" "- id: PW:0000197|,| value: sphingolipid metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000162|,| value: sphingolipid biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0000164|,| value: ganglioside metabolic pathway|,| type: Pathway Ontology"
"WP1424" "https://www.wikipathways.org/index.php/Pathway:WP1424" "Globo sphingolipid metabolism" "Homo sapiens" "117733" "MaintBot, Khanspers, AlexanderPico, Egonw, Jmelius, DeSl, Fehrhart, Eweitz" 2021-05-22 "" "- id: PW:0000197|,| value: sphingolipid metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000196|,| value: globoside metabolic pathway|,| type: Pathway Ontology"
"WP1425" "https://www.wikipathways.org/index.php/Pathway:WP1425" "Bone morphogenic protein (BMP) signaling and regulation" "Homo sapiens" "116437" "Andra, Khanspers, MaintBot, AlexanderPico, Vfunari, Babikerosman, MartijnVanIersel, MirellaKalafati, Eweitz" 2021-05-07 "CIRM_Related" "- id: PW:0000330|,| value: BMP signaling pathway |,| type: Pathway Ontology"
"WP1431" "https://www.wikipathways.org/index.php/Pathway:WP1431" "Metapathway UDP-glucuronosyltransferases" "Caenorhabditis elegans" "78454" "Pieter Giesbertz, MaintBot" 2015-01-07 "" ""
"WP1433" "https://www.wikipathways.org/index.php/Pathway:WP1433" "Nucleotide-binding oligomerization domain (NOD) pathway" "Homo sapiens" "117810" "Misbah, Khanspers, Michiel, Thomas, MaintBot, Zari, Jmelius, Evelo, Eweitz" 2021-05-22 "" "- id: PW:0000817|,| value: NOD-like receptor signaling pathway|,| type: Pathway Ontology"
"WP1434" "https://www.wikipathways.org/index.php/Pathway:WP1434" "Osteopontin signaling" "Homo sapiens" "117813" "Uomoamare, MaintBot, Thomas, Khanspers, AlexanderPico, Ddigles, Mkutmon, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP1438" "https://www.wikipathways.org/index.php/Pathway:WP1438" "Influenza A virus infection" "Homo sapiens" "108357" "Andra, MaintBot, MartijnVanIersel, AlexanderPico, Ddigles, Khanspers, Jmelius, Mkutmon" 2019-12-11 "" "- id: DOID:8469|,| value: influenza|,| type: Disease|;|- id: PW:0001054|,| value: influenza A virus infection pathway|,| type: Pathway Ontology|;|- id: PW:0000013|,| value: disease pathway|,| type: Pathway Ontology"
"WP1449" "https://www.wikipathways.org/index.php/Pathway:WP1449" "Regulation of toll-like receptor signaling pathway" "Homo sapiens" "106494" "Misbah, MaintBot, Khanspers, Thomas, Maiyu, Cloris816, AlexanderPico, Egonw, Zari, DeSl, Marvin M2" 2019-09-04 "" "- id: PW:0000814|,| value: Toll-like receptor signaling pathway|,| type: Pathway Ontology"
"WP1451" "https://www.wikipathways.org/index.php/Pathway:WP1451" "Valine, leucine and isoleucine degradation" "Caenorhabditis elegans" "106022" "Pieter Giesbertz, Khanspers, MaintBot, Andra, Egonw, AlexanderPico, MirellaKalafati" 2019-08-16 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP1453" "https://www.wikipathways.org/index.php/Pathway:WP1453" "Vulval development" "Caenorhabditis elegans" "118334" "Kyook, Khanspers, MaintBot, RaatsS" 2021-05-27 "WormBase_Approved" "- id: PW:0000204|,| value: Notch signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000008|,| value: Wnt signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000170|,| value: EGF/neuregulin signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000525|,| value: Ras mediated signaling pathway|,| type: Pathway Ontology"
"WP1455" "https://www.wikipathways.org/index.php/Pathway:WP1455" "Serotonin transporter activity" "Homo sapiens" "117827" "VandyConte, Khanspers, AlexanderPico, MaintBot, Thomas, AllanKuchinsky, Lindarieswijk, Egonw, Mkutmon, Eweitz" 2021-05-22 "" "- id: CL:0000540|,| value: neuron|,| type: Cell Type|;|- id: PW:0000854|,| value: serotonin signaling pathway|,| type: Pathway Ontology"
"WP1461" "https://www.wikipathways.org/index.php/Pathway:WP1461" "Photosynthetic carbon reduction" "Arabidopsis thaliana" "118333" "MartijnVanIersel, Khanspers, MaintBot, Egonw, Mkutmon, Fehrhart, Eweitz" 2021-05-27 "" "- id: PW:0000056|,| value: photosynthesis pathway|,| type: Pathway Ontology"
"WP1466" "https://www.wikipathways.org/index.php/Pathway:WP1466" "Response regulator aspartate phosphatase interactions" "Bacillus subtilis" "118176" "David.chen, AlexanderPico, MaintBot, Lindarieswijk, Eweitz" 2021-05-25 "" "- id: PW:0000439|,| value: aspartic acid/aspartate metabolic pathway|,| type: Pathway Ontology"
"WP1471" "https://www.wikipathways.org/index.php/Pathway:WP1471" "Target of rapamycin (TOR) signaling" "Homo sapiens" "116793" "Pieter Giesbertz, AlexanderPico, MaintBot, Khanspers, Egonw, Jlw9, MirellaKalafati, Mkutmon, Eweitz" 2021-05-14 "" "- id: PW:0000180|,| value: mTOR signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000542|,| value: AMPK signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000143|,| value: insulin signaling pathway|,| type: Pathway Ontology"
"WP1485" "https://www.wikipathways.org/index.php/Pathway:WP1485" "Interactions between CFTR and other ion channels" "Rattus norvegicus" "82975" "Flipke, Thomas, Khanspers, MaintBot, Ddigles, Egonw, Mkutmon" 2015-11-16 "" "- id: PW:0001350|,| value: chloride ion transport pathway|,| type: Pathway Ontology"
"WP1486" "https://www.wikipathways.org/index.php/Pathway:WP1486" "Intracellular trafficking of CFTR" "Rattus norvegicus" "97314" "Tom85, Khanspers, MaintBot, Ddigles, Mkutmon, Egonw, Fehrhart" 2018-05-09 "" "- id: PW:0000535|,| value: protein transport pathway|,| type: Pathway Ontology"
"WP1487" "https://www.wikipathways.org/index.php/Pathway:WP1487" "TNF-alpha and mucus production in lung epythelium" "Rattus norvegicus" "87777" "Julia139, Khanspers, MaintBot, Mkutmon, MirellaKalafati" 2016-07-25 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1488" "https://www.wikipathways.org/index.php/Pathway:WP1488" "CFTR activity in the plasma membrane" "Rattus norvegicus" "78473" "Karin, Khanspers, MaintBot, Christine Chichester" 2015-01-07 "" "- id: PW:0001350|,| value: chloride ion transport pathway|,| type: Pathway Ontology"
"WP1489" "https://www.wikipathways.org/index.php/Pathway:WP1489" "TOR signaling" "Caenorhabditis elegans" "118357" "Pieter Giesbertz, Khanspers, AlexanderPico, Webber51, MaintBot, Ddigles, RaatsS" 2021-05-27 "" "- id: PW:0000180|,| value: mTOR signaling pathway|,| type: Pathway Ontology"
"WP1493" "https://www.wikipathways.org/index.php/Pathway:WP1493" "Carbon assimilation C4 pathway" "Zea mays" "107275" "Pjaiswal, AlexanderPico, Khanspers, MaintBot, Mkutmon" 2019-09-17 "" "- id: PW:0000057|,| value: carbon fixation pathway|,| type: Pathway Ontology"
"WP1495" "https://www.wikipathways.org/index.php/Pathway:WP1495" "Glycine metabolism" "Homo sapiens" "117738" "Essam Sharaf, Khanspers, AlexanderPico, MaintBot, Egonw, Mkutmon, Eweitz" 2021-05-22 "" "- id: PW:0000440|,| value: glycine metabolic pathway|,| type: Pathway Ontology"
"WP1496" "https://www.wikipathways.org/index.php/Pathway:WP1496" "Oxidative damage response" "Mus musculus" "117039" "MaintBot, Samuel Sklar, Ddigles, Khanspers, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000378|,| value: oxidative stress response pathways|,| type: Pathway Ontology"
"WP1497" "https://www.wikipathways.org/index.php/Pathway:WP1497" "Hedgehog-related genes" "Caenorhabditis elegans" "118360" "Pieter Giesbertz, Khanspers, MaintBot, RaatsS" 2021-05-27 "" ""
"WP1498" "https://www.wikipathways.org/index.php/Pathway:WP1498" "Dopaminergic neurogenesis" "Mus musculus" "117873" "Zans, Khanspers, MaintBot, Samuel Sklar, Egonw, Evelo, Mkutmon, Eweitz" 2021-05-23 "CIRM_Related" ""
"WP1518" "https://www.wikipathways.org/index.php/Pathway:WP1518" "Aspartate biosynthesis" "Saccharomyces cerevisiae" "117273" "Khanspers, MaintBot, Mkutmon, Eweitz" 2021-05-20 "" "- id: PW:0000028|,| value: alanine, aspartate and glutamate metabolic pathway|,| type: Pathway Ontology"
"WP1526" "https://www.wikipathways.org/index.php/Pathway:WP1526" "Regulation of cardiac hypertrophy by miR-208" "Mus musculus" "116841" "MLevels, Susan, MaintBot, Mkutmon, Khanspers, Lindarieswijk, Eweitz" 2021-05-14 "" "- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology"
"WP1528" "https://www.wikipathways.org/index.php/Pathway:WP1528" "Physiological and pathological hypertrophy of the heart" "Homo sapiens" "116468" "MLevels, Susan, AlexanderPico, MaintBot, Khanspers, Fehrhart, Egonw, AMTan, Eweitz" 2021-05-07 "" "- id: DOID:114|,| value: heart disease|,| type: Disease|;|- id: PW:0000296|,| value: hypertrophic cardiomyopathy pathway|,| type: Pathway Ontology|;|- id: CL:0000746|,| value: cardiac muscle cell|,| type: Cell Type"
"WP1530" "https://www.wikipathways.org/index.php/Pathway:WP1530" "miRNA regulation of DNA damage response" "Homo sapiens" "118120" "J.krumeich, Stan.gaj, Mkutmon, Andra, MaintBot, MartijnVanIersel, Khanspers, Egonw, AlexanderPico, Zari, Ryanmiller, Susan, Finterly, Eweitz" 2021-05-24 "" "- id: PW:0000808|,| value: miRNA pathway|,| type: Pathway Ontology|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology"
"WP1531" "https://www.wikipathways.org/index.php/Pathway:WP1531" "Vitamin D metabolism" "Homo sapiens" "118354" "Evelo, Lribeiro, Khanspers, AlexanderPico, MartijnVanIersel, MaintBot, Ddigles, Egonw, Mkutmon, Artoria2e5, DeSl, Eweitz" 2021-05-27 "" "- id: PW:0000135|,| value: metabolic pathway of cofactors and vitamins|,| type: Pathway Ontology|;|- id: DOID:10609|,| value: rickets|,| type: Disease|;|- id: CL:0002620|,| value: skin fibroblast|,| type: Cell Type|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: CL:1000497|,| value: kidney cell|,| type: Cell Type|;|- id: PW:0001011|,| value: vitamin D metabolic pathway|,| type: Pathway Ontology|;|- id: DOID:10573|,| value: osteomalacia|,| type: Disease"
"WP1533" "https://www.wikipathways.org/index.php/Pathway:WP1533" "Vitamin B12 metabolism" "Homo sapiens" "116401" "Damariz, Khanspers, AlexanderPico, MaintBot, Andra, Egonw, Mkutmon, Asios Olia, Fehrhart, Wpblocked, DeSl, Eweitz" 2021-05-07 "" "- id: PW:0000397|,| value: Vitamin B12 (cobalamin) metabolic pathway|,| type: Pathway Ontology|;|- id: DOID:13381|,| value: pernicious anemia|,| type: Disease"
"WP1538" "https://www.wikipathways.org/index.php/Pathway:WP1538" "Flavonoid biosynthesis" "Arabidopsis thaliana" "117232" "Gomez009, Khanspers, MaintBot, MartijnVanIersel, Egonw, DeSl, Eweitz" 2021-05-19 "" "- id: PW:0000522|,| value: flavonoid biosynthetic pathway|,| type: Pathway Ontology"
"WP1539" "https://www.wikipathways.org/index.php/Pathway:WP1539" "Angiogenesis" "Homo sapiens" "118358" "LauraS, Khanspers, AlexanderPico, MaintBot, Toxlab, MartijnVanIersel, Egonw, Zari, MirellaKalafati, Mkutmon" 2021-05-27 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1541" "https://www.wikipathways.org/index.php/Pathway:WP1541" "Energy metabolism" "Homo sapiens" "117711" "MXFKosho, AlexanderPico, Jildau, MaintBot, Khanspers, Egonw, DeSl, Marvin M2, Eweitz" 2021-05-22 "" "- id: PW:0000033|,| value: energy metabolic pathway|,| type: Pathway Ontology"
"WP1544" "https://www.wikipathways.org/index.php/Pathway:WP1544" "MicroRNAs in cardiomyocyte hypertrophy" "Homo sapiens" "108800" "MLevels, MaintBot, MartijnVanIersel, Khanspers, Ddigles, Mkutmon, AlexanderPico, Egonw, Susan, Fehrhart, Marvin M2" 2020-01-30 "" "- id: PW:0000808|,| value: miRNA pathway|,| type: Pathway Ontology|;|- id: DOID:114|,| value: heart disease|,| type: Disease|;|- id: PW:0000296|,| value: hypertrophic cardimyopathy pathway|,| type: Pathway Ontology"
"WP1545" "https://www.wikipathways.org/index.php/Pathway:WP1545" "miRNAs involved in DNA damage response" "Homo sapiens" "118363" "J.krumeich, Khanspers, MaintBot, MartijnVanIersel, Andra, Mkutmon, Egonw, Susan" 2021-05-27 "" "- id: PW:0000808|,| value: miRNA pathway|,| type: Pathway Ontology|;|- id: PW:0000099|,| value: DNA repair pathway|,| type: Pathway Ontology"
"WP1546" "https://www.wikipathways.org/index.php/Pathway:WP1546" "Metapathway signal transduction" "Caenorhabditis elegans" "118362" "Pieter Giesbertz, Khanspers, MaintBot, AlexanderPico, Elisa, Eweitz, RaatsS" 2021-05-27 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1559" "https://www.wikipathways.org/index.php/Pathway:WP1559" "Transcription factors regulate miRNAs related to cardiac hypertrophy" "Homo sapiens" "117836" "MLevels, Khanspers, MaintBot, AMTan, Egonw, Marvin M2, Eweitz" 2021-05-22 "" "- id: PW:0000296|,| value: hypertrophic cardimyopathy pathway|,| type: Pathway Ontology|;|- id: CL:0000746|,| value: cardiac muscle cell|,| type: Cell Type"
"WP1560" "https://www.wikipathways.org/index.php/Pathway:WP1560" "MicroRNAs in cardiomyocyte hypertrophy" "Mus musculus" "116839" "MaintBot, MLevels, Ddigles, AlexanderPico, Laurent, Eweitz" 2021-05-14 "" "- id: PW:0000296|,| value: hypertrophic cardimyopathy pathway|,| type: Pathway Ontology"
"WP1567" "https://www.wikipathways.org/index.php/Pathway:WP1567" "Glycolysis and gluconeogenesis" "Mycobacterium tuberculosis" "117426" "Khanspers, AlexanderPico, MaintBot, Christine Chichester, DeSl, Eweitz" 2021-05-21 "" "- id: PW:0000025|,| value: glycolysis/gluconeogenesis pathway|,| type: Pathway Ontology"
"WP1577" "https://www.wikipathways.org/index.php/Pathway:WP1577" "Amino acid conjugation of benzoic acid" "Sus scrofa" "107035" "MaintBot, Khanspers, Mkutmon" 2019-09-17 "" "- id: PW:0000011|,| value: amino acid metabolic pathway|,| type: Pathway Ontology"
"WP1581" "https://www.wikipathways.org/index.php/Pathway:WP1581" "Histidine metabolism" "Mycobacterium tuberculosis" "115241" "Khanspers, AllanKuchinsky, AlexanderPico, MaintBot, Christine Chichester, Mkutmon, Egonw, DeSl" 2021-02-07 "" "- id: PW:0000051|,| value: histidine metabolic pathway|,| type: Pathway Ontology"
"WP1584" "https://www.wikipathways.org/index.php/Pathway:WP1584" "Type II diabetes mellitus" "Homo sapiens" "111210" "Anku, Khanspers, MaintBot, Evelo, AlexanderPico, Ddigles, Mkutmon, DeSl, Ssd1805" 2020-07-24 "" "- id: DOID:4195|,| value: hyperglycemia|,| type: Disease|;|- id: CL:0000169|,| value: pancreatic beta cell|,| type: Cell Type|;|- id: PW:0000208|,| value: type 2 diabetes mellitus pathway|,| type: Pathway Ontology|;|- id: PW:0000013|,| value: disease pathway|,| type: Pathway Ontology|;|- id: DOID:9351|,| value: diabetes mellitus|,| type: Disease"
"WP1589" "https://www.wikipathways.org/index.php/Pathway:WP1589" "Folate-alcohol and cancer pathway hypotheses" "Homo sapiens" "117726" "Whom, Khanspers, MaintBot, AlexanderPico, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000013|,| value: disease pathway|,| type: Pathway Ontology|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology|;|- id: DOID:8618|,| value: oral cavity cancer|,| type: Disease"
"WP1591" "https://www.wikipathways.org/index.php/Pathway:WP1591" "Heart development" "Homo sapiens" "118366" "Samuel Sklar, Nsalomonis, MaintBot, Khanspers, Jmelius, Mkutmon, Marvin M2, Eweitz" 2021-05-27 "CIRM_Related" "- id: CL:0000359|,| value: vascular associated smooth muscle cell|,| type: Cell Type|;|- id: CL:0000027|,| value: smooth muscle cell neural crest derived|,| type: Cell Type|;|- id: DOID:114|,| value: heart disease|,| type: Disease|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1596" "https://www.wikipathways.org/index.php/Pathway:WP1596" "Iron homeostasis" "Mus musculus" "117909" "MartijnVanIersel, Khanspers, MaintBot, Samuel Sklar, Egonw, Ddigles, Mkutmon, Eweitz" 2021-05-23 "" "- id: PW:0000590|,| value: iron homeostasis pathway|,| type: Pathway Ontology"
"WP1600" "https://www.wikipathways.org/index.php/Pathway:WP1600" "Nicotine metabolism in liver cells" "Homo sapiens" "117166" "Khanspers, AlexanderPico, MaintBot, Egonw, Ddigles, DeSl, Asios Olia, Eweitz" 2021-05-18 "" "- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000721|,| value: nicotine pathway|,| type: Pathway Ontology|;|- id: PW:0001229|,| value: xenobiotic metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000754|,| value: drug pathway|,| type: Pathway Ontology"
"WP1601" "https://www.wikipathways.org/index.php/Pathway:WP1601" "Fluoropyrimidine activity" "Homo sapiens" "117110" "AlexanderPico, MaintBot, Khanspers, Anwesha, Evelo, Egonw, AaronCaine, DeSl, Mkutmon, Etaglobin, Fehrhart, Eweitz" 2021-05-17 "" "- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: PW:0000754|,| value: drug pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology"
"WP1602" "https://www.wikipathways.org/index.php/Pathway:WP1602" "Nicotine effect on dopaminergic neurons" "Homo sapiens" "117165" "Khanspers, Boghog, AlexanderPico, MaintBot, Madhu Rohini, Cizar, DeSl, Eweitz" 2021-05-18 "" "- id: CL:0000700|,| value: dopaminergic neuron|,| type: Cell Type|;|- id: PW:0000721|,| value: nicotine pathway|,| type: Pathway Ontology"
"WP1603" "https://www.wikipathways.org/index.php/Pathway:WP1603" "Nicotine effect on chromaffin cells" "Homo sapiens" "117164" "Khanspers, AlexanderPico, MaintBot, Andra, Metalmephisto, Eweitz" 2021-05-18 "" "- id: CL:0000166|,| value: chromaffin cell|,| type: Cell Type|;|- id: PW:0000721|,| value: nicotine pathway|,| type: Pathway Ontology"
"WP1604" "https://www.wikipathways.org/index.php/Pathway:WP1604" "Codeine and morphine metabolism" "Homo sapiens" "118374" "Khanspers, AlexanderPico, MaintBot, MartijnVanIersel, Egonw, Christine Chichester, Mkutmon, DeSl, Fehrhart, Eweitz" 2021-05-27 "" "- id: PW:0000754|,| value: drug pathway|,| type: Pathway Ontology|;|- id: PW:0000107|,| value: xenobiotics biodegradation pathway|,| type: Pathway Ontology|;|- id: PW:0001244 |,| value: codeine and morphine drug pathway|,| type: Pathway Ontology|;|- id: DOID:2739|,| value: Gilbert syndrome|,| type: Disease"
"WP1622" "https://www.wikipathways.org/index.php/Pathway:WP1622" "Ascorbate and aldarate metabolism" "Mycobacterium tuberculosis" "95452" "MaintBot, AllanKuchinsky, AlexanderPico, Christine Chichester, Mkutmon, Egonw, DeSl" 2017-12-15 "" "- id: PW:0000062 |,| value: ascorbate and aldarate metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000558|,| value: glucose conversion pathway|,| type: Pathway Ontology"
"WP1631" "https://www.wikipathways.org/index.php/Pathway:WP1631" "Biotin metabolism" "Mycobacterium tuberculosis" "105017" "MaintBot, AllanKuchinsky, AlexanderPico, Christine Chichester, Mkutmon, Fehrhart" 2019-06-28 "" "- id: PW:0000139 |,| value: biotin metabolic pathway|,| type: Pathway Ontology"
"WP1642" "https://www.wikipathways.org/index.php/Pathway:WP1642" "D-arginine and D-ornithine metabolism" "Mycobacterium tuberculosis" "118183" "MaintBot, AllanKuchinsky, AlexanderPico, Christine Chichester, Eweitz" 2021-05-25 "" "- id: PW:0000082|,| value: D-arginine and D-ornithine metabolic pathway|,| type: Pathway Ontology"
"WP1652" "https://www.wikipathways.org/index.php/Pathway:WP1652" "Fructose and mannose metabolism" "Mycobacterium tuberculosis" "95454" "MaintBot, AllanKuchinsky, AlexanderPico, Christine Chichester, Egonw, DeSl" 2017-12-15 "" "- id: PW:0000041|,| value: fructose and mannose metabolic pathway|,| type: Pathway Ontology"
"WP1667" "https://www.wikipathways.org/index.php/Pathway:WP1667" "Lipoic acid metabolism" "Mycobacterium tuberculosis" "95552" "MaintBot, AllanKuchinsky, AlexanderPico, Ddigles, Andra, DeSl" 2017-12-27 "" "- id: PW:0001063|,| value: lipoic acid metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology"
"WP1742" "https://www.wikipathways.org/index.php/Pathway:WP1742" "TP53 network" "Homo sapiens" "116592" "Glenda, AlexanderPico, MaintBot, Khanspers, Andra, DeSl, Eweitz" 2021-05-08 "" "- id: PW:0000718|,| value: p53 signaling pathway|,| type: Pathway Ontology|;|- id: DOID:162|,| value: cancer|,| type: Disease"
"WP1763" "https://www.wikipathways.org/index.php/Pathway:WP1763" "PluriNetWork: mechanisms associated with pluripotency" "Mus musculus" "113634" "C.Harder, AlexanderPico, MaintBot, Ddigles, Mkutmon, Evelo" 2020-11-08 "CIRM_Related" "- id: CL:0002248|,| value: pluripotent stem cell|,| type: Cell Type|;|- id: PW:0000650 |,| value: signaling pathway pertinent to development |,| type: Pathway Ontology"
"WP1765" "https://www.wikipathways.org/index.php/Pathway:WP1765" "Mechanosensory inputs influence pharyngeal activity via ivermectin sensitivity genes." "Caenorhabditis elegans" "118364" "Nbhatla, Thomas, MaintBot, Khanspers, Elisa, RaatsS" 2021-05-27 "" "- id: PW:0001502|,| value: mechanotransduction pathway|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"
"WP1770" "https://www.wikipathways.org/index.php/Pathway:WP1770" "One-carbon metabolism and related pathways" "Mus musculus" "116575" "MaintBot, Khanspers, Samuel Sklar, Thomas, Evelo, DeSl, Marvin M2, Mkutmon, Egonw, Eweitz" 2021-05-08 "" "- id: PW:0000189|,| value: folate mediated one-carbon metabolic pathway|,| type: Pathway Ontology"
"WP1771" "https://www.wikipathways.org/index.php/Pathway:WP1771" "Kennedy pathway" "Mus musculus" "107199" "MaintBot, Khanspers, Thomas, Ddigles, Egonw, Mkutmon, DeSl" 2019-09-17 "" "- id: PW:0000155|,| value: phospholipid metabolic pathway|,| type: Pathway Ontology|;|- id: PW:0001336|,| value: CDP-choline pathway of phosphatidylcholine biosynthesis|,| type: Pathway Ontology"
"WP1772" "https://www.wikipathways.org/index.php/Pathway:WP1772" "Apoptosis modulation and signaling" "Homo sapiens" "116807" "Felix555, Khanspers, Frances55, MartijnVanIersel, MaintBot, Egonw, Zari, MirellaKalafati, AlexanderPico, Ryanmiller, Marvin M2, Fehrhart, Ariutta, Ddomingof, Eweitz" 2021-05-14 "" "- id: PW:0000009|,| value: apoptotic cell death pathway|,| type: Pathway Ontology|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP1941" "https://www.wikipathways.org/index.php/Pathway:WP1941" "Peroxisomal beta-oxidation of tetracosanoyl-CoA" "Homo sapiens" "107124" "Drgibson, MartijnVanIersel, MaintBot, Khanspers, Egonw, DeSl" 2019-09-17 "" "- id: PW:0000738|,| value: fatty acid beta degradation pathway|,| type: Pathway Ontology"
"WP1946" "https://www.wikipathways.org/index.php/Pathway:WP1946" "Cori cycle" "Homo sapiens" "117692" "Ersaxton, AlexanderPico, MaintBot, Khanspers, Mkutmon, MartijnVanIersel, Egonw, Zari, DeSl, Eweitz" 2021-05-22 "" "- id: PW:0000033|,| value: energy metabolic pathway|,| type: Pathway Ontology"
"WP1963" "https://www.wikipathways.org/index.php/Pathway:WP1963" "Glucocorticoid effect on target gene expression" "Rattus norvegicus" "117018" "Rfijten, MaintBot, Khanspers, Ddigles, Egonw, Mkutmon, Eweitz" 2021-05-16 "" "- id: PW:0000782|,| value: glucocorticoid signaling pathway|,| type: Pathway Ontology"
"WP1964" "https://www.wikipathways.org/index.php/Pathway:WP1964" "VEGFR-3 signaling" "Rattus norvegicus" "82992" "MV, MaintBot, Khanspers, Ddigles, Mkutmon" 2015-11-17 "" "- id: PW:0000243|,| value: vascular endothelial growth factor signaling pathway|,| type: Pathway Ontology"
"WP1965" "https://www.wikipathways.org/index.php/Pathway:WP1965" "VEGF-receptor signal transduction" "Rattus norvegicus" "117027" "MLW2011, MaintBot, Khanspers, Mkutmon, Ddigles, Eweitz" 2021-05-16 "" "- id: PW:0000243|,| value: vascular endothelial growth factor signaling pathway|,| type: Pathway Ontology"
"WP1968" "https://www.wikipathways.org/index.php/Pathway:WP1968" "Genetic alterations of lung cancer" "Rattus norvegicus" "110692" "Gustav, MaintBot, Khanspers, Mkutmon, Christine Chichester, Jmelius, AlexanderPico, Egonw, Fehrhart, L Dupuis, Marvin M2" 2020-05-28 "" "- id: PW:0000703|,| value: lung cancer pathway|,| type: Pathway Ontology|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology|;|- id: DOID:1324|,| value: lung cancer|,| type: Disease"
"WP1971" "https://www.wikipathways.org/index.php/Pathway:WP1971" "Integrated cancer pathway" "Homo sapiens" "117762" "Saibrahi, MaintBot, AlexanderPico, MartijnVanIersel, Ddigles, Khanspers, Egonw, Mkutmon, Marvin M2, Eweitz" 2021-05-22 "" "- id: DOID:162|,| value: cancer|,| type: Disease|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology"
"WP1981" "https://www.wikipathways.org/index.php/Pathway:WP1981" "Thyroxine (thyroid hormone) production" "Homo sapiens" "117185" "Andra, Evelo, Mkutmon, Lribeiro, MaintBot, AlexanderPico, Egonw, Eweitz" 2021-05-18 "" "- id: DOID:50|,| value: thyroid gland disease|,| type: Disease|;|- id: PW:0000501|,| value: thyroid hormone signaling pathway|,| type: Pathway Ontology"
"WP1982" "https://www.wikipathways.org/index.php/Pathway:WP1982" "Sterol regulatory element-binding proteins (SREBP) signaling" "Homo sapiens" "116442" "Sabinedaemen, MaintBot, Evelo, Dmb, Mkutmon, Ddigles, Zari, MirellaKalafati, Egonw, Khanspers, Fehrhart, Eweitz" 2021-05-07 "" "- id: PW:0000454|,| value: cholesterol biosynthetic pathway|,| type: Pathway Ontology|;|- id: PW:0000753|,| value: SREBP signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000029|,| value: fatty acid biosynthetic pathway|,| type: Pathway Ontology|;|- id: CL:0000182|,| value: hepatocyte|,| type: Cell Type|;|- id: DOID:2487|,| value: hypercholesterolemia|,| type: Disease|;|- id: PW:0000753|,| value: sterol regulatory element-binding protein signaling pathway|,| type: Pathway Ontology"
"WP1983" "https://www.wikipathways.org/index.php/Pathway:WP1983" "Splicing factor NOVA regulated synaptic proteins" "Mus musculus" "106863" "B.taneri, Mkutmon, MaintBot, Ddigles" 2019-09-17 "" "- id: PW:0000333|,| value: cadherin mediated signaling pathway|,| type: Pathway Ontology"
"WP1984" "https://www.wikipathways.org/index.php/Pathway:WP1984" "Integrated breast cancer pathway" "Homo sapiens" "116548" "Saibrahi, MaintBot, MartijnVanIersel, Pragat11, Ddigles, Egonw, Khanspers, Jakechen, Zari, Tdavid88, DeSl, AlexanderPico, Marvin M2, Fehrhart, Eweitz" 2021-05-07 "" "- id: DOID:1612|,| value: breast cancer|,| type: Disease|;|- id: PW:0000624|,| value: breast cancer pathway|,| type: Pathway Ontology|;|- id: PW:0000605|,| value: cancer pathway|,| type: Pathway Ontology"
"WP1991" "https://www.wikipathways.org/index.php/Pathway:WP1991" "SRF and miRs in smooth muscle differentiation and proliferation" "Homo sapiens" "117830" "Samuel Sklar, KathyIvey, AlexanderPico, MaintBot, Ddigles, Khanspers, Egonw, Mkutmon, L Dupuis, Eweitz" 2021-05-22 "CIRM_Related" "- id: CL:0000027|,| value: smooth muscle cell neural crest derived|,| type: Cell Type|;|- id: CL:0000514|,| value: smooth muscle myoblast|,| type: Cell Type|;|- id: PW:0000808|,| value: microRNA pathway|,| type: Pathway Ontology"
"WP1992" "https://www.wikipathways.org/index.php/Pathway:WP1992" "Genes targeted by miRNAs in adipocytes" "Homo sapiens" "105839" "Samuel Sklar, MaintBot, Khanspers, Egonw, AMTan" 2019-08-15 "" "- id: CL:0000136|,| value: fat cell|,| type: Cell Type"
"WP1995" "https://www.wikipathways.org/index.php/Pathway:WP1995" "Effects of nitric oxide" "Homo sapiens" "116455" "MartijnVanIersel, MaintBot, AlexanderPico, Mkutmon, Eweitz" 2021-05-07 "" "- id: PW:0000476|,| value: cardiovascular system homeostasis pathway|,| type: Pathway Ontology"
"WP1996" "https://www.wikipathways.org/index.php/Pathway:WP1996" "Linoleate biosynthesis" "Arabidopsis thaliana" "117243" "Pjaiswal, MaintBot, Mkutmon, Jmelius, Eweitz" 2021-05-19 "" "- id: PW:0000002|,| value: classic metabolic pathway|,| type: Pathway Ontology"
"WP2007" "https://www.wikipathways.org/index.php/Pathway:WP2007" "Iron metabolism in placenta" "Homo sapiens" "106626" "Jcompai, Khanspers, MartijnVanIersel, Evelo, MaintBot, Ddigles, Egonw, AMTan" 2019-09-12 "" "- id: PW:0000591|,| value: iron transport pathway|,| type: Pathway Ontology|;|- id: PW:0000590|,| value: iron homeostasis pathway|,| type: Pathway Ontology"
"WP2011" "https://www.wikipathways.org/index.php/Pathway:WP2011" "SREBF and miR33 in cholesterol and lipid homeostasis" "Homo sapiens" "118441" "Samuel Sklar, Khanspers, MaintBot, Lindarieswijk, Mkutmon, Finterly" 2021-05-27 "" "- id: PW:0000355|,| value: homeostasis pathway|,| type: Pathway Ontology"
"WP2018" "https://www.wikipathways.org/index.php/Pathway:WP2018" "RANKL/RANK signaling pathway" "Homo sapiens" "116647" "Jyoti, MaintBot, Khanspers, NetPath, Ddigles, Egonw, Zari, Evelo, Mkutmon, AlexanderPico, DeSl, Eweitz" 2021-05-09 "" "- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology|;|- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP2023" "https://www.wikipathways.org/index.php/Pathway:WP2023" "Cell differentiation - expanded index" "Homo sapiens" "117676" "Khanspers, MaintBot, MartijnVanIersel, Jmelius, Mkutmon, Marvin M2, Eweitz" 2021-05-22 "CIRM_Related" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP2029" "https://www.wikipathways.org/index.php/Pathway:WP2029" "Cell differentiation - index" "Homo sapiens" "117675" "Samuel Sklar, Khanspers, MaintBot, MartijnVanIersel, AlexanderPico, Jmelius, Mkutmon, DeSl, Eweitz" 2021-05-22 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology"
"WP2032" "https://www.wikipathways.org/index.php/Pathway:WP2032" "Thyroid stimulating hormone (TSH) signaling pathway" "Homo sapiens" "116395" "Drrenugoel, Khanspers, Ddigles, MaintBot, Mkutmon, AlexanderPico, Zari, MirellaKalafati, L Dupuis, DeSl, Egonw, Eweitz" 2021-05-06 "" "- id: PW:0001200|,| value: thyroid-stimulating hormone signaling pathway|,| type: Pathway Ontology"
"WP2034" "https://www.wikipathways.org/index.php/Pathway:WP2034" "Leptin signaling pathway" "Homo sapiens" "115926" "Khanspers, MartijnVanIersel, Jyoti, NetPath, MaintBot, Zari, Mkutmon, Egonw" 2021-03-21 "" "- id: PW:0000363|,| value: leptin system pathway|,| type: Pathway Ontology"
"WP2035" "https://www.wikipathways.org/index.php/Pathway:WP2035" "Follicle stimulating hormone (FSH) signaling pathway" "Homo sapiens" "118421" "Khanspers, AlexanderPico, Jyoti, NetPath, Christine Chichester, MaintBot, MirellaKalafati, DeSl, Egonw, Eweitz, Marvin M2" 2021-05-27 "" "- id: CL:0000437|,| value: follicle stimulating hormone secreting cell|,| type: Cell Type|;|- id: CL:0000501|,| value: granulosa cell|,| type: Cell Type|;|- id: PW:0001071|,| value: follicle-stimulating hormone signaling pathway|,| type: Pathway Ontology"
"WP2036" "https://www.wikipathways.org/index.php/Pathway:WP2036" "TNF-related weak inducer of apoptosis (TWEAK) signaling pathway" "Homo sapiens" "117848" "Khanspers, NetPath, Ddigles, MaintBot, AlexanderPico, Zari, MirellaKalafati, Evelo, Egonw, Eweitz" 2021-05-22 "" "- id: PW:0000236|,| value: tumor necrosis factor superfamily mediated signaling pathway|,| type: Pathway Ontology"
"WP2037" "https://www.wikipathways.org/index.php/Pathway:WP2037" "Prolactin signaling pathway" "Homo sapiens" "116779" "Khanspers, Jyoti, NetPath, MaintBot, Ddigles, Egonw, Mkutmon, AlexanderPico, Eweitz" 2021-05-14 "" "- id: PW:0000467|,| value: peptide and protein hormone signaling pathway|,| type: Pathway Ontology|;|- id: PW:0001252|,| value: prolactin signaling pathway|,| type: Pathway Ontology"
"WP2038" "https://www.wikipathways.org/index.php/Pathway:WP2038" "Microtubule cytoskeleton regulation" "Homo sapiens" "117173" "CarlosBorroto, Khanspers, MaintBot, Zari, Lindarieswijk, Mkutmon, AlexanderPico, Eweitz" 2021-05-18 "" "- id: PW:0000646|,| value: cell-extracellular matrix signaling pathway|,| type: Pathway Ontology"
"WP2059" "https://www.wikipathways.org/index.php/Pathway:WP2059" "Alzheimer's disease and miRNA effects" "Homo sapiens" "119468" "Nsalomonis, Thomas, Khanspers, MaintBot, AlexanderPico, Jmelius, Egonw, Fehrhart, Lovnish.thakur, Susan, Eweitz" 2021-06-29 "RareDiseases" "- id: PW:0000015|,| value: Alzheimer disease pathway|,| type: Pathway Ontology|;|- id: PW:0000013|,| value: disease pathway|,| type: Pathway Ontology"
"WP2064" "https://www.wikipathways.org/index.php/Pathway:WP2064" "Neural crest differentiation" "Homo sapiens" "117162" "Nsalomonis, Khanspers, MaintBot, Zari, Egonw, Eweitz" 2021-05-18 "CIRM_Related" "- id: CL:0000008|,| value: cranial neural crest cell|,| type: Cell Type|;|- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology|;|- id: CL:0000029|,| value: neuron neural crest derived|,| type: Cell Type"
"WP2067" "https://www.wikipathways.org/index.php/Pathway:WP2067" "Heart development" "Mus musculus" "116830" "Nsalomonis, MaintBot, Khanspers, Jmelius, Eweitz" 2021-05-14 "CIRM_Related" "- id: PW:0000004|,| value: regulatory pathway|,| type: Pathway Ontology"
"WP2074" "https://www.wikipathways.org/index.php/Pathway:WP2074" "Neural crest differentiation" "Mus musculus" "117928" "MaintBot, Khanspers, AlexanderPico, Andra, Egonw, Laurent, Eweitz" 2021-05-23 "" "- id: CL:0000008|,| value: migratory cranial neural crest cell|,| type: Cell Type"
"WP2075" "https://www.wikipathways.org/index.php/Pathway:WP2075" "Alzheimer's disease" "Mus musculus" "116517" "MaintBot, Khanspers, Egonw, Lovnish.thakur, Fehrhart, L Dupuis, Laurent, Eweitz" 2021-05-07 "" "- id: PW:0000013|,| value: disease pathway|,| type: Pathway Ontology"
"WP2079" "https://www.wikipathways.org/index.php/Pathway:WP2079" "Serotonin receptor 2 and STAT3 signaling" "Mus musculus" "117942" "MaintBot, Egonw, Fehrhart, Eweitz" 2021-05-23 "" ""
"WP2084" "https://www.wikipathways.org/index.php/Pathway:WP2084" "SREBF and miR33 in cholesterol and lipid homeostasis" "Mus musculus" "87683" "MaintBot, Lindarieswijk" 2016-07-25 "" "- id: PW:0000355|,| value: homeostasis pathway|,| type: Pathway Ontology"
"WP2108" "https://www.wikipathways.org/index.php/Pathway:WP2108" "Flower development: initiation" "Arabidopsis thaliana" "117234" "Jgeerligs, MaintBot, AlexanderPico, Mkutmon, Egonw, Eweitz" 2021-05-19 "" "- id: PW:0000650|,| value: signaling pathway pertinent to development|,| type: Pathway Ontology|;|- id: PW:0000003|,| value: signaling pathway|,| type: Pathway Ontology"