The goal of iSEEid is to use iSEE
to id
entify cells
Get the latest stable R
release from
CRAN.
Then, install iSEEid
from Bioconductor using the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("iSEEid")
And the development version from GitHub with:
BiocManager::install("iSEE/iSEEid")
This is a basic example which shows you how to launch an application…
library("iSEEid")
## basic example code
maybe put a screenshot at some point or a gif to illustrate how it could work
Please note that the iSEEid project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.