emba

Ensemble Boolean Model Biomarker Analysis


Keywords
biomarkers, ensemble-models, r, r-package
License
MIT

Documentation

emba

R build status codecov CRAN status Downloads DOI

Analysis and visualization of an ensemble of boolean models for biomarker discovery in cancer cell networks.

The package allows to easily load the simulation data results of the DrugLogics software pipeline that is used to predict synergistic drug combinations in cancer cell lines. It has generic functions that can be used to split a boolean model dataset to model groups with regards to the models predictive performance (number of true positive predictions/Matthews correlation coefficient score) or synergy prediction based on a given set of gold standard synergies and find the average activity difference per network node between all model group pairs. Thus, given user-specific thresholds, important nodes (biomarkers) can be accessed in the sense that they make the models predict specific synergies (synergy biomarkers) or have better performance in general (performance biomarkers).

Lastly, if the boolean models have a specific equation form and differ only in their link operator, link operator biomarkers can also be found.

Install

CRAN version:

install.packages("emba")

Development version:

remotes::install_github("bblodfon/emba")

Usage

Check the Get Started guide.

For an earlier example usage of this package (version 0.1.1), see this analysis performed on multiple boolean model datasets.

Cite

  • Formatted citation:

Zobolas et al., (2020). emba: R package for analysis and visualization of biomarkers in boolean model ensembles. Journal of Open Source Software, 5(53), 2583, https://doi.org/10.21105/joss.02583

  • BibTeX citation:
@article{Zobolas2020,
  doi = {10.21105/joss.02583},
  url = {https://doi.org/10.21105/joss.02583},
  year = {2020},
  publisher = {The Open Journal},
  volume = {5},
  number = {53},
  pages = {2583},
  author = {John Zobolas and Martin Kuiper and Ã…smund Flobak},
  title = {emba: R package for analysis and visualization of biomarkers in boolean model ensembles},
  journal = {Journal of Open Source Software}
}

Code of Conduct

Please note that the emba project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.