-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 2.02 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
47
Type: Package
Package: gimap
Title: Calculate Genetic Interactions for Paired CRISPR Targets
Version: 1.0.2
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: Helps find meaningful patterns in complex genetic experiments. First gimap takes data from paired CRISPR (Clustered regularly interspaced short palindromic repeats) screens that has been pre-processed to counts table of paired gRNA (guide Ribonucleic Acid) reads. The input data will have cell counts for how well cells grow (or don't grow) when different genes or pairs of genes are disabled. The output of the 'gimap' package is genetic interaction scores which are the distance between the observed CRISPR score and the expected CRISPR score. The expected CRISPR scores are what we expect for the CRISPR values to be for two unrelated genes. The further away an observed CRISPR score is from its expected score the more we suspect genetic interaction. The work in this package is based off of original research from the Alice Berger lab at Fred Hutchinson Cancer Center (2021) <doi:10.1016/j.celrep.2021.109597>.
License: GPL-3
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,
httr,
jsonlite,
openssl
Suggests:
testthat (>= 3.0.0),
roxygen2,
kableExtra,
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr