Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.15 KB

iSEEid

The goal of iSEEid is to use iSEE to identify cells

Installation

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

Example

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

Code of Conduct

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.