README.md
40c9191b
 # tidysbml
 
7a7d5dbf
 The package provides conversion from a SBML document to R dataframes. SBML components (i.e. listOfCompartments, listOfSpecies, listOfReactions) are translated into dataframes to access information and enable handily manipulations and subsequent analysis. For instance, these dataframes can be exploited for network's analysis within R, where networks can be easily build starting from the output tabular data, which describe the biological pathway represented by the SBML selected. 
40c9191b
 
 # Installation 
7a7d5dbf
 
0104efdb
 To install the package from Bioconductor, run 
7a7d5dbf
 ```
 if (!require("BiocManager", quietly = TRUE))
     install.packages("BiocManager")
 
 BiocManager::install("tidysbml")
 ```
 
40c9191b
 To install the package from Github, run 
 
 ```
3afc293f
 if (!require("devtools", quietly = TRUE))
     install.packages("devtools")
40c9191b
 
3afc293f
 devtools::install_github("veronicapaparozzi/tidysbml", build_vignettes = TRUE)
40c9191b
 ```
 
0104efdb
 # Citation
 
 To get citation information use 
 
 ```
 citation("tidysbml")
 ```
 
40c9191b
 ## Contact 
 
 For bug reports, please register an [issue](https://github.com/veronicapaparozzi/tidysbml/issues) here on Github page.