gemini
GEMINI: A variational Bayesian approach to identify genetic interactions from combinatorial CRISPR screens
Science Score: 20.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Keywords
computational-biology
crispr
genetic-interactions
Last synced: 6 months ago
·
JSON representation
Repository
GEMINI: A variational Bayesian approach to identify genetic interactions from combinatorial CRISPR screens
Basic Info
Statistics
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 1
- Releases: 0
Topics
computational-biology
crispr
genetic-interactions
Created almost 7 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
[](https://zenodo.org/badge/latestdoi/175870293) [](https://opensource.org/licenses/BSD-3-Clause)
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gemini
The `gemini` package allows users to analyze combinatorial CRISPR screens as described in Zamanighomi et al. ?.
## Installation
To install the latest development version of `gemini`, use the [`devtools`]("https://github.com/r-lib/devtools") package as follows:
```{r, eval = F}
devtools::install_github(repo = "sellerslab/gemini", build_vignettes = TRUE)
```
You can (eventually) install the stable release version of gemini from [Bioconductor](https://www.bioconductor.org/) with:
```{r, eval = F}
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("gemini")
```
## Details
See the vignette for usage instructions:
```{r}
vignette("gemini-quickstart", package = "gemini")
```
Owner
- Name: Sellers Lab
- Login: sellerslab
- Kind: organization
- Website: https://www.broadinstitute.org/sellers-lab
- Repositories: 2
- Profile: https://github.com/sellerslab
Computational projects of the Sellers Lab at the Broad Institute
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Sidharth Jain | s****n@b****g | 27 |
| Sidharth Jain | s****n@g****m | 12 |
| Nitesh Turaga | n****a@g****m | 6 |
Committer Domains (Top 20 + Academic)
Dependencies
DESCRIPTION
cran
- R >= 4.1.0 depends
- dplyr * imports
- ggplot2 * imports
- grDevices * imports
- magrittr * imports
- mixtools * imports
- parallel * imports
- pbmcapply * imports
- scales * imports
- stats * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests