-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1.13 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
48
Package: JACUSA2helper
Type: Package
Title: Post-processing for JACUSA2 output
Version: 1.9.9.9675
Depends: R (>= 4.0)
Date: 2022-12-18
Authors@R: c(person("Michael", "Piechotta", email = "michael.piechotta@gmail.com", role = c("aut", "cre")),
person("Qi", "Wang", role = c("ctb")),
person("Christoph", "Dieterich", role = c("ctb")),
person("Dieterich Lab", role = c("fnd")))
Description: This package enables post-processing of JACUSA2 output: read, filter, and plot.
URL: https://github.com/dieterich-lab/JACUSA2helper,
https://dieterich-lab.github.io/JACUSA2helper/
BugReports: https://github.com/dieterich-lab/JACUSA2helper/issues
License: GPL-3 + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1
LazyData: true
LazyDataCompression: bzip2
biocViews:
Imports:
curl,
data.table,
tibble,
tidyr,
dplyr,
magrittr,
Rcpp,
GenomicRanges,
GenomeInfoDb,
IRanges,
plyranges,
S4Vectors,
NMF
Suggests:
stringr,
ggplot2,
scales,
Rsamtools,
testthat (>= 2.1.0),
knitr,
VennDiagram,
reshape2,
rmarkdown,
BSgenome,
BSgenome.Hsapiens.NCBI.GRCh38
LinkingTo: Rcpp
VignetteBuilder: knitr