The goal of iSEEGenerics
is to …
Get the latest stable R
release from
CRAN. Then install iSEEGenerics
from
Bioconductor using the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("iSEEGenerics")
And the development version from GitHub with:
BiocManager::install("iSEE/iSEEGenerics")
This is a basic example which shows you how to solve a common problem:
library("iSEEGenerics")
## basic example code
Below is the citation output from using citation('iSEEGenerics')
in R.
Please run this yourself to check for any updates on how to cite
iSEEGenerics.
print(citation('iSEEGenerics'), bibtex = TRUE)
Please note that the iSEEGenerics
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 iSEEGenerics
project is released with a
Contributor Code of
Conduct. By
contributing to this project, you agree to abide by its terms.
- Continuous code testing is possible thanks to GitHub actions through usethis, remotes, and rcmdcheck customized to use Bioconductor’s docker containers and BiocCheck.
- Code coverage assessment is possible thanks to codecov and covr.
- The documentation website is automatically updated thanks to pkgdown.
- The code is styled automatically thanks to styler.
- The documentation is formatted thanks to devtools and roxygen2.
For more details, check the dev
directory.
This package was developed using biocthis.
Please note that the iSEEGenerics project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.