The goal of regutools is to provide an R interface for extracting and processing data from RegulonDB. This package was created as a collaboration by members of the Community of Bioinformatics Software Developers (CDSB in Spanish).
For more details, please check the documentation website or the Bioconductor package landing page here.
Installation
You can install the released version of regutools from Bioconductor with:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("regutools")
## Check that you have a valid Bioconductor installation
BiocManager::valid()
Get the latest stable R release from CRAN. Then install regutools from Bioconductor using the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("regutools")
Citation
Below is the citation output from using citation('regutools') in R. Please run this yourself to check for any updates on how to cite regutools.
print(citation("regutools"), bibtex = TRUE)
#>
#> Chávez J, Barberena-Jonas C, Sotelo-Fonseca JE, Alquicira-Hernandez J,
#> Salgado H, Collado-Torres L, Reyes A (2021). _regutools: an R package
#> for data extraction from RegulonDB_. doi: 10.18129/B9.bioc.regutools
#> (URL: https://doi.org/10.18129/B9.bioc.regutools),
#> https://github.com/comunidadbioinfo/regutools - R package version
#> 1.5.0, <URL: http://www.bioconductor.org/packages/regutools>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {regutools: an R package for data extraction from RegulonDB},
#> author = {Joselyn Chávez and Carmina Barberena-Jonas and Jesus Emiliano Sotelo-Fonseca and Jose Alquicira-Hernandez and Heladia Salgado and Leonardo Collado-Torres and Alejandro Reyes},
#> year = {2021},
#> url = {http://www.bioconductor.org/packages/regutools},
#> note = {https://github.com/comunidadbioinfo/regutools - R package version 1.5.0},
#> doi = {10.18129/B9.bioc.regutools},
#> }
#>
#> Chávez J, Barberena-Jonas C, Sotelo-Fonseca JE, Alquicira-Hernandez J,
#> Salgado H, Collado-Torres L, Reyes A (2020). "Programmatic access to
#> bacterial regulatory networks with regutools." _Bioinformatics_. doi:
#> 10.1093/bioinformatics/btaa575 (URL:
#> https://doi.org/10.1093/bioinformatics/btaa575), <URL:
#> https://academic.oup.com/bioinformatics/advance-article-abstract/doi/10.1093/bioinformatics/btaa575/5861528>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Article{,
#> title = {Programmatic access to bacterial regulatory networks with regutools},
#> author = {Joselyn Chávez and Carmina Barberena-Jonas and Jesus Emiliano Sotelo-Fonseca and Jose Alquicira-Hernandez and Heladia Salgado and Leonardo Collado-Torres and Alejandro Reyes},
#> year = {2020},
#> journal = {Bioinformatics},
#> doi = {10.1093/bioinformatics/btaa575},
#> url = {https://academic.oup.com/bioinformatics/advance-article-abstract/doi/10.1093/bioinformatics/btaa575/5861528},
#> }
Please note that the regutools was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.
Code of Conduct
Please note that the derfinderPlot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
regutools
The goal of
regutoolsis to provide an R interface for extracting and processing data from RegulonDB. This package was created as a collaboration by members of the Community of Bioinformatics Software Developers (CDSB in Spanish).For more details, please check the documentation website or the Bioconductor package landing page here.
Installation
You can install the released version of
regutoolsfrom Bioconductor with:And the development version from GitHub with:
Example
This is a basic example which shows you how to use
regutools. For more details, please check the vignette.Documentation
For more information about
regutoolscheck the vignettes through Bioconductor or at the documentation website.Installation instructions
Get the latest stable
Rrelease from CRAN. Then installregutoolsfrom Bioconductor using the following code:Citation
Below is the citation output from using
citation('regutools')in R. Please run this yourself to check for any updates on how to cite regutools.Please note that the
regutoolswas only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.Code of Conduct
Please note that the derfinderPlot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Development tools
For more details, check the
devdirectory.This package was developed using biocthis.
RegulonDB
A CDSB community project