Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The gemini
package allows users to analyze combinatorial CRISPR screens as described in Zamanighomi et al. ?.
To install the latest development version of gemini
, use the devtools
package as follows:
devtools::install_github(repo = "sellerslab/gemini", build_vignettes = TRUE)
You can (eventually) install the stable release version of gemini from Bioconductor with:
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("gemini")
See the vignette for usage instructions:
vignette("gemini-quickstart", package = "gemini")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.