This is the development version of tidysbml; for the stable release version, see tidysbml.
Extract SBML's data into dataframesBioconductor version: Development (3.22)
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.
Author: Veronica Paparozzi [aut, cre] ORCID: 0009-0000-2961-1559 , Christine Nardini [aut] ORCID: 0000-0001-7601-321X
Maintainer: Veronica Paparozzi <veronicapaparozzi1 at gmail.com>
Citation (from within R, entercitation("tidysbml")
): Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("tidysbml")
For older versions of R, please refer to the appropriate Bioconductor release.
DocumentationTo view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("tidysbml")
Details See More Package Archives
Follow Installation instructions to use this package in your R session.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4