-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: gemini
Type: Package
Title: GEMINI: Variational inference approach to infer genetic interactions from pairwise CRISPR screens
Version: 1.5.1
Authors@R: c(
person("Mahdi", "Zamanighomi", email = "mzamanig@broadinstitute.org", role = c('aut')),
person("Sidharth", "Jain", email = "sidharthsjain@gmail.com", role = c('aut', 'cre'))
)
Description: GEMINI uses log-fold changes to model sample-dependent and independent effects,
and uses a variational Bayes approach to infer these effects. The inferred effects
are used to score and identify genetic interactions, such as lethality and recovery.
More details can be found in Zamanighomi et al. 2019 (in press).
Depends: R (>= 4.1.0)
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
biocViews: Software, CRISPR, Bayesian, DataImport
BugReports: https://github.com/sellerslab/gemini/issues
Imports:
dplyr,
grDevices,
ggplot2,
magrittr,
mixtools,
scales,
pbmcapply,
parallel,
stats,
utils
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr