Skip to content

Commit 5a52d4b

Browse files
committed
examples
1 parent 851d364 commit 5a52d4b

File tree

9 files changed

+295
-11
lines changed

9 files changed

+295
-11
lines changed
+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"\n",
8+
"![ModelSEEDpy](../images/ms-logo-horizontal.png)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"Back to the main [Index](../Index.ipynb)"
16+
]
17+
},
18+
{
19+
"cell_type": "markdown",
20+
"metadata": {},
21+
"source": [
22+
"# Community Modeling"
23+
]
24+
},
25+
{
26+
"cell_type": "markdown",
27+
"metadata": {},
28+
"source": [
29+
"Community Modeling examples with modelseedpy models."
30+
]
31+
},
32+
{
33+
"cell_type": "markdown",
34+
"metadata": {},
35+
"source": [
36+
"## Examples"
37+
]
38+
},
39+
{
40+
"cell_type": "markdown",
41+
"metadata": {},
42+
"source": [
43+
"* [notebook1](notebook.ipynb) topic"
44+
]
45+
}
46+
],
47+
"metadata": {
48+
"kernelspec": {
49+
"display_name": "Python 3",
50+
"language": "python",
51+
"name": "python3"
52+
},
53+
"language_info": {
54+
"codemirror_mode": {
55+
"name": "ipython",
56+
"version": 3
57+
},
58+
"file_extension": ".py",
59+
"mimetype": "text/x-python",
60+
"name": "python",
61+
"nbconvert_exporter": "python",
62+
"pygments_lexer": "ipython3",
63+
"version": "3.8.10"
64+
}
65+
},
66+
"nbformat": 4,
67+
"nbformat_minor": 4
68+
}

examples/Escher/Index.ipynb

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"\n",
8+
"![ModelSEEDpy](../images/ms-logo-horizontal.png)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"Back to the main [Index](../Index.ipynb)"
16+
]
17+
},
18+
{
19+
"cell_type": "markdown",
20+
"metadata": {},
21+
"source": [
22+
"# Escher Visualization"
23+
]
24+
},
25+
{
26+
"cell_type": "markdown",
27+
"metadata": {},
28+
"source": [
29+
"The modelseedpy-escher integrates Escher with SEED Metabolic Models"
30+
]
31+
},
32+
{
33+
"cell_type": "markdown",
34+
"metadata": {},
35+
"source": [
36+
"## Examples"
37+
]
38+
},
39+
{
40+
"cell_type": "markdown",
41+
"metadata": {},
42+
"source": [
43+
"* [notebook1](notebook.ipynb) topic"
44+
]
45+
}
46+
],
47+
"metadata": {
48+
"kernelspec": {
49+
"display_name": "Python 3",
50+
"language": "python",
51+
"name": "python3"
52+
},
53+
"language_info": {
54+
"codemirror_mode": {
55+
"name": "ipython",
56+
"version": 3
57+
},
58+
"file_extension": ".py",
59+
"mimetype": "text/x-python",
60+
"name": "python",
61+
"nbconvert_exporter": "python",
62+
"pygments_lexer": "ipython3",
63+
"version": "3.8.10"
64+
}
65+
},
66+
"nbformat": 4,
67+
"nbformat_minor": 4
68+
}

examples/Flux Analysis/FBA Model functions.ipynb

+2-4
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,7 @@
528528
{
529529
"cell_type": "code",
530530
"execution_count": 121,
531-
"metadata": {
532-
"scrolled": false
533-
},
531+
"metadata": {},
534532
"outputs": [
535533
{
536534
"name": "stdout",
@@ -668,7 +666,7 @@
668666
"name": "python",
669667
"nbconvert_exporter": "python",
670668
"pygments_lexer": "ipython3",
671-
"version": "3.8.3"
669+
"version": "3.8.10"
672670
}
673671
},
674672
"nbformat": 4,

examples/Flux Analysis/Index.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"## Topics"
36+
"## Examples"
3737
]
3838
},
3939
{
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"* [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends\n",
44-
"* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications"
43+
"* [Flux Balance Analysis](FBAExampleNotebook.ipynb) Running Flux Balance Analysis\n",
44+
"* [Media Scan](MediaScan.ipynb) Testing Multiple Media"
4545
]
4646
},
4747
{

examples/Index.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"* [Model Reconstruction](Model Reconstruction/Index.ipynb): Build SEED Models\n",
3737
"* [Flux Analysis](Flux Analysis/Index.ipynb): Run Flux Analysis Methods\n",
3838
"* [Community Modeling](Community Modeling/Index.ipynb): Community Modeling Notebooks\n",
39+
"* [Escher Visualization](Escher/Index.ipynb): Visualization of Pathway Maps with Escher\n",
40+
"* [KBase](KBase/Index.ipynb): KBase Interaction Notebooks\n",
3941
"* [Others](Others/Index.ipynb): Unsorted examples"
4042
]
4143
},

examples/KBase/Index.ipynb

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"\n",
8+
"![ModelSEEDpy](../images/ms-logo-horizontal.png)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"Back to the main [Index](../Index.ipynb)"
16+
]
17+
},
18+
{
19+
"cell_type": "markdown",
20+
"metadata": {},
21+
"source": [
22+
"# KBase"
23+
]
24+
},
25+
{
26+
"cell_type": "markdown",
27+
"metadata": {},
28+
"source": [
29+
"The modelseedpy-kbase allows to interact with KBase workspace objects enabling data sharing and manipulation."
30+
]
31+
},
32+
{
33+
"cell_type": "markdown",
34+
"metadata": {},
35+
"source": [
36+
"## Examples"
37+
]
38+
},
39+
{
40+
"cell_type": "markdown",
41+
"metadata": {},
42+
"source": [
43+
"* [notebook1](notebook.ipynb) topic"
44+
]
45+
}
46+
],
47+
"metadata": {
48+
"kernelspec": {
49+
"display_name": "Python 3",
50+
"language": "python",
51+
"name": "python3"
52+
},
53+
"language_info": {
54+
"codemirror_mode": {
55+
"name": "ipython",
56+
"version": 3
57+
},
58+
"file_extension": ".py",
59+
"mimetype": "text/x-python",
60+
"name": "python",
61+
"nbconvert_exporter": "python",
62+
"pygments_lexer": "ipython3",
63+
"version": "3.8.10"
64+
}
65+
},
66+
"nbformat": 4,
67+
"nbformat_minor": 4
68+
}

examples/Model Reconstruction/Gapfilling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"name": "python",
149149
"nbconvert_exporter": "python",
150150
"pygments_lexer": "ipython3",
151-
"version": "3.7.6"
151+
"version": "3.8.10"
152152
}
153153
},
154154
"nbformat": 4,

examples/Model Reconstruction/Index.ipynb

+5-3
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,17 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"## Topics"
36+
"## Examples"
3737
]
3838
},
3939
{
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"* [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends\n",
44-
"* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications"
43+
"* [Genomes](Genomes.ipynb) Read genome\n",
44+
"* [Build Metabolic Model](build_metabolic_model.ipynb) Build Genome-Scale Metabolic Model\n",
45+
"* [Gapfilling](Gapfilling.ipynb) Gapfill Model\n",
46+
"* [Edit](add_ms_reaction.ipynb) Edit Model"
4547
]
4648
},
4749
{

examples/Others/Index.ipynb

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"\n",
8+
"![ModelSEEDpy](../images/ms-logo-horizontal.png)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"Back to the main [Index](../Index.ipynb)"
16+
]
17+
},
18+
{
19+
"cell_type": "markdown",
20+
"metadata": {},
21+
"source": [
22+
"# Model Reconstruction"
23+
]
24+
},
25+
{
26+
"cell_type": "markdown",
27+
"metadata": {},
28+
"source": [
29+
"The modelseedpy allows to build metabolic models from given genome. This section covers a variety of methods involved in model reconstruction and manipulation."
30+
]
31+
},
32+
{
33+
"cell_type": "markdown",
34+
"metadata": {},
35+
"source": [
36+
"## Examples"
37+
]
38+
},
39+
{
40+
"cell_type": "markdown",
41+
"metadata": {},
42+
"source": [
43+
"* [Genomes](Genomes.ipynb) Read genome\n",
44+
"* [Build Metabolic Model](build_metabolic_model.ipynb) Build Genome-Scale Metabolic Model\n",
45+
"* [Gapfilling](Gapfilling.ipynb) Gapfill Model\n",
46+
"* [Edit](add_ms_reaction.ipynb) Edit Model"
47+
]
48+
},
49+
{
50+
"cell_type": "code",
51+
"execution_count": null,
52+
"metadata": {},
53+
"outputs": [],
54+
"source": []
55+
}
56+
],
57+
"metadata": {
58+
"kernelspec": {
59+
"display_name": "Python 3",
60+
"language": "python",
61+
"name": "python3"
62+
},
63+
"language_info": {
64+
"codemirror_mode": {
65+
"name": "ipython",
66+
"version": 3
67+
},
68+
"file_extension": ".py",
69+
"mimetype": "text/x-python",
70+
"name": "python",
71+
"nbconvert_exporter": "python",
72+
"pygments_lexer": "ipython3",
73+
"version": "3.8.10"
74+
}
75+
},
76+
"nbformat": 4,
77+
"nbformat_minor": 4
78+
}

0 commit comments

Comments
 (0)