-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 986 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
35
36
37
38
39
40
41
42
43
44
45
46
Package: Daim
Title: Analysis, interpretation, and visualization of DamID-seq data
Version: 0.99.0
Authors@R: person("James", "Ashmore", email = "[email protected]", role = c("aut", "cre"))
BugReports: https://github.com/jma1991/Daim/issues
Description: A Bioconductor package for analysis of DamID-seq data.
Depends: R (>= 3.6)
License: MIT + file LICENSE
LazyData: TRUE
Imports:
AnnotationDbi,
Biobase,
BiocGenerics,
Biostrings,
BSgenome,
cqn,
csaw,
DropletUtils,
edgeR,
GenomicFeatures,
GenomeInfoDb,
GenomicRanges,
graphics,
IRanges,
limma,
matrixStats,
methods,
qsmooth,
quantreg,
Rsamtools,
RColorBrewer,
Rsubread,
rtracklayer,
S4Vectors,
stats,
statmod,
SummarizedExperiment,
IHW
biocViews: Sequencing, DamIDSeq, Normalization, PeakDetection, GenomeAssembly
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown
RoxygenNote: 6.1.1
Encoding: UTF-8