-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: gimap
Title: Calculate Genetic Interactions for paired CRISPR Targets
Version: 1.0.0
Authors@R: c(
person("Candace", "Savonen",
email = c("[email protected]","[email protected]"), role = c("aut", "cre")),
person("Phoebe", "Parrish",
email = "[email protected]", role = c("aut")),
person("Kate", "Isaac",
email = "[email protected]", role = c("aut")),
person("Howard", "Baek",
email = "[email protected]", role = c("aut")),
person("Daniel", "Grosso", role = c("aut")),
person("Siobhan", "O'Brien", role = c("aut")),
person("Alice", "Berger", role = c("aut")))
Description: Allows a pipeline to be built for analyzing genetic interactions of paired guide CRISPR screens. It is based off of original research from the Alice Berger lab at Fred Hutchinson Cancer Center.
License: GPL-3 + file LICENSE
URL: https://github.com/FredHutch/gimap
BugReports: https://github.com/FredHutch/gimap/issues
Imports:
readr,
dplyr,
tidyr,
rmarkdown,
vroom,
ggplot2,
magrittr,
pheatmap,
purrr,
janitor,
broom,
utils,
stats,
stringr
Suggests:
testthat (>= 3.0.0),
roxygen2,
kableExtra,
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
VignetteBuilder: knitr