目录

tidysbml

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.

Installation

To install the package from Bioconductor, run

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

BiocManager::install("tidysbml")

To install the package from Github, run

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

devtools::install_github("veronicapaparozzi/tidysbml", build_vignettes = TRUE)

Citation

To get citation information use

citation("tidysbml")

Contact

For bug reports, please register an issue here on Github page.

关于

用于SBML(系统生物学标记语言)模型的数据整理和转换

147.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号