Bioc2026 Registration Open!

tidysbml

Extract SBML's data into dataframes

Bioconductor version: 3.23 · Package version: 1.6.0

Starting from one SBML file, it extracts information from each listOfCompartments, listOfSpecies and listOfReactions element by saving them into data frames. Each table provides one row for each entity (i.e. either compartment, species, reaction or speciesReference) and one set of columns for the attributes, one column for the content of the 'notes' subelement and one set of columns for the content of the 'annotation' subelement.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("tidysbml")

Details

MaintainerVeronica Paparozzi <veronicapaparozzi1@gmail.com>
AuthorVeronica Paparozzi [aut, cre] (ORCID: <https://orcid.org/0009-0000-2961-1559>), Christine Nardini [aut] (ORCID: <https://orcid.org/0000-0001-7601-321X>)
LicenseCC BY 4.0
URLhttps://github.com/veronicapaparozzi/tidysbml
Bug Reportshttps://github.com/veronicapaparozzi/tidysbml/issues
Downloads rank149
Source branchRELEASE_3_23
biocViewsGraphAndNetwork, Network, Pathways, Software

Documentation

Download

Dependencies

Depends: R (>= 4.4.0)

Imports: xml2, methods

Suggests: rmarkdown, knitr, BiocStyle, biomaRt, RCy3, testthat (>= 3.0.0)