-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsaving-a-pathway-model.Rmd
More file actions
42 lines (28 loc) · 1.36 KB
/
saving-a-pathway-model.Rmd
File metadata and controls
42 lines (28 loc) · 1.36 KB
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
```{r, include=FALSE}
#Load necessary libraries
library(emojifont)
library(knitr)
```
# Saving a pathway model
## Graphical Pathway Markup Language (GPML)
Graphical Pathway Markup Language ([GPML](https://pathvisio.org/documentation/GPML)) is the native file format used store and edit pathway models in [PathVisio](https://pathvisio.org) and share them on [WikiPathways](https://www.wikipathways.org/index.php/WikiPathways).
The current GPML version used is **GPML2021**.
Please note that PathVisio 4.0.0 (which uses libGPML) works with GPML version 2021 and 2013a. When a pathway model written in GPML2013a is opened in PathVisio 4.x it will be ***automatically*** converted into GPML2021 when saved.
```{r fig.align="center", echo=FALSE, fig.cap = "Warning message when opening an older GPML2013a file"}
knitr::include_graphics("images/screenshots/gpml2013a-warning.png")
```
To save a pathway model as GPML2013a format, please export it as GPML2013a format: File > Export
## PathVisio File Formats
Default file format is GPML2021
* GPML file (.gpml, .xml)
Pathway models can be exported into the following other formats
* GPML2013a file (.gpml, .xml)
* PDF (.pdf)
* PNG (.png)
* SVG (.svg)
* DataNode list (.txt)
* Eu. Gene pathway (.pwf)
## `r emoji("globe_with_meridians")` Resources
* [Documentation for GPML](https://pathvisio.org/documentation/GPML))
* ...
* ...