Skip to content

Commit a4962bf

Browse files
fix: rename OG pair file and modify rxn IDs
- These ids accidentally conflict with recent changes to HumanGEM
1 parent 142f7b8 commit a4962bf

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

code/masterScriptMouseGEM.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
%% Prepare Mouse ortholog pairs and species-specific network
1919

2020
% get ortholog pairs from human to mouse
21-
mouseOrthologPairs = extractAllianceGenomeOrthologs('human2MouseOrthologs.json');
21+
mouseOrthologPairs = extractAllianceGenomeOrthologs('human2MouseOrthologs.tsv');
2222

2323
% load species-specific rxns and mets
2424
rxnsToAdd = importTsvFile('mouseSpecificRxns.tsv');
@@ -43,6 +43,7 @@
4343
exportTsvFile(metAssoc,'../model/metabolites.tsv');
4444
end
4545

46+
mouseGEM.geneShortNames = mouseGEM.genes;
4647
save('../model/Mouse-GEM.mat', 'mouseGEM');
4748
exportYaml(mouseGEM, '../model/Mouse-GEM.yml');
4849
mouseGEM = annotateGEM(mouseGEM,'../model',{'rxn','met'}); % add annotation data to structure

data/mouseSpecificRxns.tsv

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
rxns equations ub lb eccodes subSystems grRules rxnReferences rxnConfidenceScores rxnKEGGID rxnMetaCycID rxnREACTOMEID rxnMetaNetXID
2-
"MAR20001" "NAD+[m] + threonine[m] => NADH[m] + H+[m] + L-2-amino-3-oxobutanoic acid[m]" 1000 0 "1.1.1.103" "Glycine, serine and threonine metabolism" "Tdh" "PMID:26492815" 4 "R01465" "THREODEHYD-RXN" "R-HSA-6798667" "MNXR103402"
3-
"MAR20002" "N-Acetyllactosamine[g] + UDP-galactose[g] => alpha-D-Galactosyl-1,3-beta-D-galactosyl-1,4-N-acetyl-D-glucosamine[g] + UDP[g] + H+[g]" 1000 0 "2.4.1.87" "Glycosphingolipid biosynthesis" "Ggta1" "" 2 "R04531" "2.4.1.124-RXN" "" "MNXR115091"
4-
"MAR20003" "L-Allothreonine[c] <=> glycine[c] + acetaldehyde[c]" 1000 -1000 "4.1.2.48;4.1.2.49" "Glycine, serine and threonine metabolism" "Tha1" "" 2 "R06171" "LTAA-RXN" "" "MNXR104834"
5-
"MAR20004" "H2O[x] + 5-hydroxyisourate[x] => 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[x] + H+[x]" 1000 0 "3.5.2.17" "Purine metabolism" "Urah" "PMID:17085964" 4 "R06601" "3.5.2.17-RXN" "" "MNXR100652"
6-
"MAR20005" "5-hydroxyisourate[x] <=> 5-hydroxyisourate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" ""
7-
"MAR20006" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[x] <=> 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" ""
8-
"MAR20007" "2 H2O[x] + O2[x] + 1,3,7-Trimethyluric acid[x] <=> CO2[x] + H2O2[x] + 3,6,8-Trimethylallantoin[x]" 1000 -1000 "1.7.3.3" "Caffeine metabolism" "Uox" "" 2 "R07981" "" "" "MNXR111564"
9-
"MAR20008" "O2[r] + L-gulono-1,4-lactone[r] => H2O2[r] + ascorbate[r] + H+[r]" 1000 0 "1.1.3.8" "Ascorbate and aldarate metabolism" "Gulo" "PMID:14962674" 4 "R10053" "RXN-13689" "" "MNXR116004"
10-
"MAR20009" "O2[r] + L-gulono-1,4-lactone[r] => H2O2[r] + L-xylo-Hexulonolactone[r]" 1000 0 "1.1.3.8" "Ascorbate and aldarate metabolism" "Gulo" "" 2 "R03184" "L-GULONOLACTONE-OXIDASE-RXN" "" "MNXR140097"
11-
"MAR20010" "PAPS[c] + aniline[c] => PAP[c] + Benzenamine sulfate[c] + H+[c]" 1000 0 "2.8.2.3" "Amine sulfotransferase" "Sult3a1" "" 2 "R01861" "" "" "MNXR107208"
12-
"MAR20016" "ascorbate[r] => ascorbate[c]" 1000 0 "" "Transport" "" "" 0 "" "" "" ""
2+
"MAR15001" "NAD+[m] + threonine[m] => NADH[m] + H+[m] + L-2-amino-3-oxobutanoic acid[m]" 1000 0 "1.1.1.103" "Glycine, serine and threonine metabolism" "Tdh" "PMID:26492815" 4 "R01465" "THREODEHYD-RXN" "R-HSA-6798667" "MNXR103402"
3+
"MAR15002" "N-Acetyllactosamine[g] + UDP-galactose[g] => alpha-D-Galactosyl-1,3-beta-D-galactosyl-1,4-N-acetyl-D-glucosamine[g] + UDP[g] + H+[g]" 1000 0 "2.4.1.87" "Glycosphingolipid biosynthesis" "Ggta1" "" 2 "R04531" "2.4.1.124-RXN" "" "MNXR115091"
4+
"MAR15003" "L-Allothreonine[c] <=> glycine[c] + acetaldehyde[c]" 1000 -1000 "4.1.2.48;4.1.2.49" "Glycine, serine and threonine metabolism" "Tha1" "" 2 "R06171" "LTAA-RXN" "" "MNXR104834"
5+
"MAR15004" "H2O[x] + 5-hydroxyisourate[x] => 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[x] + H+[x]" 1000 0 "3.5.2.17" "Purine metabolism" "Urah" "PMID:17085964" 4 "R06601" "3.5.2.17-RXN" "" "MNXR100652"
6+
"MAR15005" "5-hydroxyisourate[x] <=> 5-hydroxyisourate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" ""
7+
"MAR15006" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[x] <=> 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" ""
8+
"MAR15007" "2 H2O[x] + O2[x] + 1,3,7-Trimethyluric acid[x] <=> CO2[x] + H2O2[x] + 3,6,8-Trimethylallantoin[x]" 1000 -1000 "1.7.3.3" "Caffeine metabolism" "Uox" "" 2 "R07981" "" "" "MNXR111564"
9+
"MAR15008" "O2[r] + L-gulono-1,4-lactone[r] => H2O2[r] + ascorbate[r] + H+[r]" 1000 0 "1.1.3.8" "Ascorbate and aldarate metabolism" "Gulo" "PMID:14962674" 4 "R10053" "RXN-13689" "" "MNXR116004"
10+
"MAR15009" "O2[r] + L-gulono-1,4-lactone[r] => H2O2[r] + L-xylo-Hexulonolactone[r]" 1000 0 "1.1.3.8" "Ascorbate and aldarate metabolism" "Gulo" "" 2 "R03184" "L-GULONOLACTONE-OXIDASE-RXN" "" "MNXR140097"
11+
"MAR15010" "PAPS[c] + aniline[c] => PAP[c] + Benzenamine sulfate[c] + H+[c]" 1000 0 "2.8.2.3" "Amine sulfotransferase" "Sult3a1" "" 2 "R01861" "" "" "MNXR107208"
12+
"MAR15016" "ascorbate[r] => ascorbate[c]" 1000 0 "" "Transport" "" "" 0 "" "" "" ""

0 commit comments

Comments
 (0)