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>.
Version: | 1.0.1 |
Depends: | R (≥ 3.5.0) |
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 |
Published: | 2025-02-03 |
Author: | Candace Savonen [aut, cre], Phoebe Parrish [aut], Kate Isaac [aut], Howard Baek [aut], Daniel Grosso [aut], Siobhan O'Brien [aut], Alice Berger [aut] |
Maintainer: | Candace Savonen <cansav09 at gmail.com> |
BugReports: | https://github.com/FredHutch/gimap/issues |
License: | GPL-3 |
URL: | https://github.com/FredHutch/gimap |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | gimap results |
Reference manual: | gimap.pdf |
Vignettes: |
Quick Start (source, R code) gimap for Timepoint Experiment (source, R code) gimap for Treatment Experiment (source, R code) |
Package source: | gimap_1.0.1.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release (arm64): gimap_1.0.1.tgz, r-oldrel (arm64): not available, r-release (x86_64): gimap_1.0.1.tgz, r-oldrel (x86_64): not available |
Please use the canonical form https://CRAN.R-project.org/package=gimap to link to this page.