Skip to content

iSEE/iSEEGenerics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSEEGenerics

GitHub issues GitHub pulls Lifecycle: experimental R-CMD-check-bioc Codecov test coverage

The goal of iSEEGenerics is to …

Installation instructions

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")

Example

This is a basic example which shows you how to solve a common problem:

library("iSEEGenerics")
## basic example code

Citation

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.

Code of Conduct

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.

Development tools

For more details, check the dev directory.

This package was developed using biocthis.

Code of Conduct

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.

Releases

No releases published

Packages

No packages published

Languages