The goal of cdsbthis
is to …
Get the latest stable R
release from CRAN. Then install cdsbthis
using from Bioconductor the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("cdsbthis")
And the development version from GitHub with:
BiocManager::install("lcolladotor/cdsbthis")
This is a basic example which shows you how to solve a common problem:
library("cdsbthis")
## basic example code
What is special about using README.Rmd
instead of just README.md
? You can include R chunks like so:
You’ll still need to render README.Rmd
regularly, to keep README.md
up-to-date.
You can also embed plots, for example:
In that case, don’t forget to commit and push the resulting figure files, so they display on GitHub!
Below is the citation output from using citation('cdsbthis')
in R. Please run this yourself to check for any updates on how to cite cdsbthis.
print(citation('cdsbthis'), bibtex = TRUE)
#>
#> lcolladotor (2021). _Ejemplo para CDSB_. doi: 10.18129/B9.bioc.cdsbthis
#> (URL: https://doi.org/10.18129/B9.bioc.cdsbthis),
#> https://github.com/lcolladotor/cdsbthis/cdsbthis - R package version
#> 0.99.0, <URL: http://www.bioconductor.org/packages/cdsbthis>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {Ejemplo para CDSB},
#> author = {{lcolladotor}},
#> year = {2021},
#> url = {http://www.bioconductor.org/packages/cdsbthis},
#> note = {https://github.com/lcolladotor/cdsbthis/cdsbthis - R package version 0.99.0},
#> doi = {10.18129/B9.bioc.cdsbthis},
#> }
#>
#> lcolladotor (2021). "Ejemplo para CDSB." _bioRxiv_. doi: 10.1101/TODO
#> (URL: https://doi.org/10.1101/TODO), <URL:
#> https://www.biorxiv.org/content/10.1101/TODO>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Article{,
#> title = {Ejemplo para CDSB},
#> author = {{lcolladotor}},
#> year = {2021},
#> journal = {bioRxiv},
#> doi = {10.1101/TODO},
#> url = {https://www.biorxiv.org/content/10.1101/TODO},
#> }
Please note that the cdsbthis
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.
Please note that the cdsbthis
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
For more details, check the dev
directory.
This package was developed using biocthis.