Update README.md
The gemini package allows users to analyze combinatorial CRISPR screens as described in Zamanighomi et al. ?.
gemini
To install the latest development version of gemini, use the devtools package as follows:
devtools
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")
用于基因-环境相互作用分析,支持GxE关联研究
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
gemini
The
geminipackage allows users to analyze combinatorial CRISPR screens as described in Zamanighomi et al. ?.Installation
To install the latest development version of
gemini, use thedevtoolspackage as follows:You can (eventually) install the stable release version of gemini from Bioconductor with:
Details
See the vignette for usage instructions: