Skip to content

Commit a90fa29

Browse files
author
Natalia Florekova
committed
Added model 234 - breast cancer signalling pathways MDAMB468 complete
1 parent 6121db4 commit a90fa29

File tree

12 files changed

+705
-1
lines changed

12 files changed

+705
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# \[234\] BREAST-CANCER-SIGNALLING-PATHWAYS-MDAMB468-COMPLETE
2+
3+
- Variables: 111
4+
- Inputs: 6
5+
- Regulations: 271
6+
- Publication: https://doi.org/10.1371/journal.pone.0298788
7+
- Source: https://github.com/Ktaoma/BoolSyn
8+
- Keywords: source (?), curated (?), repaired (?), multi-valued (?)
9+
10+
11+
### Modifications
12+
13+
Removed regulations:
14+
PG, PG
15+
NRG1, NRG1
16+
INS, INS
17+
ES, ES
18+
EGF, EGF
19+
DLL_i, DLL_i
20+
21+
Regulation:
22+
23+
CYCLIN_D_c, (((TEAD1 | TCF4 | STAT3) & !(GSK3B & (CDKN2A & P21)))) & (EIF4E & MYC & STAT3)
24+
25+
was updated to:
26+
27+
CYCLIN_D_c, (((STAT3) & !(GSK3B & (CDKN2A & P21)))) & (EIF4E & MYC & STAT3)
28+
29+
as the analysis
30+
31+
32+
### Model citation
33+
34+
```
35+
@article{bbm-234,
36+
author = {Taoma, Kittisak and Ruengjitchatchawalya, Marasri and Liangruksa, Monrudee and Laomettachit, Teeraphan},
37+
year = {2024},
38+
doi = {https://doi.org/10.1371/journal.pone.0298788},
39+
title = {Boolean modeling of breast cancer signaling pathways uncovers mechanisms of drug synergy},
40+
publisher = {PLOS ONE}
41+
}
42+
43+
44+
```
45+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": 234,
3+
"name": "BREAST-CANCER-SIGNALLING-PATHWAYS-MDAMB468-COMPLETE",
4+
"url-publication": "https://doi.org/10.1371/journal.pone.0298788",
5+
"url-model": "https://github.com/Ktaoma/BoolSyn",
6+
"keywords": [
7+
"source (?)",
8+
"curated (?)",
9+
"repaired (?)",
10+
"multi-valued (?)"
11+
],
12+
"variables": 111,
13+
"inputs": 6,
14+
"regulations": 271,
15+
"notes": "### Modifications\n\nRemoved regulations:\nPG, PG\nNRG1, NRG1\nINS, INS\nES, ES\nEGF, EGF\nDLL_i, DLL_i\n\nRegulation:\n\nCYCLIN_D_c, (((TEAD1 | TCF4 | STAT3) & !(GSK3B & (CDKN2A & P21)))) & (EIF4E & MYC & STAT3)\n\nwas updated to:\n\nCYCLIN_D_c, (((STAT3) & !(GSK3B & (CDKN2A & P21)))) & (EIF4E & MYC & STAT3)\n\nas the analysis\n",
16+
"bib": "@article{bbm-234,\n\tauthor = {Taoma, Kittisak and Ruengjitchatchawalya, Marasri and Liangruksa, Monrudee and Laomettachit, Teeraphan},\n\tyear = {2024},\n\tdoi = {https://doi.org/10.1371/journal.pone.0298788},\n\ttitle = {Boolean modeling of breast cancer signaling pathways uncovers mechanisms of drug synergy},\n\tpublisher = {PLOS ONE}\n}\n\n"
17+
}

0 commit comments

Comments
 (0)