forked from FredHutch/pgmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 845 Bytes
/
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
Type: Package
Package: pgmap
Title: Obtain Counts for a Paired Guided CRISPR Screen
Version: 0.1.0
Authors@R: c(person("Candace", "Savonen", , c("[email protected]","[email protected]"), role = c("aut", "cre")))
Description: This package allows counts to be obtained from fastq files from a CRISPR paired guide screen. 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:
devtools,
dplyr,
purrr,
utils,
stats,
stringr,
furrr,
tibble,
fastmap,
BiocManager,
Rbowtie2,
Rsamtools,
tidyr
Suggests:
testthat,
roxygen2
Remotes:
Bioconductor/Rhtslib,
Bioconductor/Rsamtools,
wzthu/Rbowtie2
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true