-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.1 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
46
Type: Package
Package: gimap
Title: Calculate Genetic Interactions for CRISPR Targets
Version: 0.1.0
Authors@R: c(
person("Candace", "Savonen", ,
c("cansav09@gmail.com","csavonen@fredhutch.org"),
role = c("aut", "cre")
),
person("Howard", "Baek", ,
c("howardbaek@fredhutch.org","howardbaek.fh@gmail.com"),
role = c("aut")
),
person("Kate", "Isaac", ,
c("kisaac@fredhutch.org"),
role = c("aut")
)
)
Description: This package 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
URL: https://github.com/FredHutch/gimap
BugReports: https://github.com/FredHutch/gimap/issues
Imports:
readr,
dplyr,
tidyr,
rmarkdown,
ggplot2,
magrittr,
kableExtra,
pheatmap,
purrr,
janitor,
broom,
utils,
stats,
stringr,
Suggests:
testthat (>= 3.0.0),
roxygen2,
knitr,
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
VignetteBuilder: knitr