Skip to content

Commit 0977ea1

Browse files
committed
Updated metabolic data to include info from Human1 GEM too.
1 parent f681cde commit 0977ea1

File tree

4 files changed

+3061
-897
lines changed

4 files changed

+3061
-897
lines changed

task_data/Generate-Human-from-MATLAB.ipynb

+10-10
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@
25032503
" </thead>\n",
25042504
" <tbody>\n",
25052505
" <tr>\n",
2506-
" <th>85</th>\n",
2506+
" <th>130</th>\n",
25072507
" <td>5689</td>\n",
25082508
" <td>9537</td>\n",
25092509
" <td>[HC5, NEDMHAL, PMSB1, PSC5]</td>\n",
@@ -2517,11 +2517,11 @@
25172517
"</div>"
25182518
],
25192519
"text/plain": [
2520-
" query HGNC alias entrezgene \\\n",
2521-
"85 5689 9537 [HC5, NEDMHAL, PMSB1, PSC5] 5689 \n",
2520+
" query HGNC alias entrezgene \\\n",
2521+
"130 5689 9537 [HC5, NEDMHAL, PMSB1, PSC5] 5689 \n",
25222522
"\n",
2523-
" name symbol taxid \n",
2524-
"85 proteasome 20S subunit beta 1 PSMB1 9606 "
2523+
" name symbol taxid \n",
2524+
"130 proteasome 20S subunit beta 1 PSMB1 9606 "
25252525
]
25262526
},
25272527
"execution_count": 38,
@@ -2958,7 +2958,7 @@
29582958
},
29592959
"outputs": [],
29602960
"source": [
2961-
"metabolic_genes = list(set(rxn_gene_df.Gene.unique()))"
2961+
"metabolic_genes = sorted(set(rxn_gene_df.Gene.unique()))"
29622962
]
29632963
},
29642964
{
@@ -4301,7 +4301,7 @@
43014301
},
43024302
{
43034303
"cell_type": "code",
4304-
"execution_count": 90,
4304+
"execution_count": 87,
43054305
"id": "1f389626-4f10-414a-b2d9-30e150d33dcf",
43064306
"metadata": {
43074307
"tags": []
@@ -4314,19 +4314,19 @@
43144314
},
43154315
{
43164316
"cell_type": "code",
4317-
"execution_count": 91,
4317+
"execution_count": 88,
43184318
"id": "da225683-1a4f-44a0-be21-95c3df39a037",
43194319
"metadata": {
43204320
"tags": []
43214321
},
43224322
"outputs": [],
43234323
"source": [
4324-
"all_met_genes = list(set(metabolic_genes + human1_genes))"
4324+
"all_met_genes = sorted(set(metabolic_genes + human1_genes))"
43254325
]
43264326
},
43274327
{
43284328
"cell_type": "code",
4329-
"execution_count": 93,
4329+
"execution_count": 89,
43304330
"id": "81e2ee0b-e361-4f1f-9648-590fee7cb6c9",
43314331
"metadata": {
43324332
"tags": []

0 commit comments

Comments
 (0)