-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.36 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
49
50
51
52
53
54
Package: atacr
Type: Package
Title: Analysing Capture Seq Count Data
Version: 0.4.14
Authors@R: c(
person("Dan","MacLean", email="[email protected]", role=c("aut", "cre")),
person("Ram-Krishna", "Shrestha", email="[email protected]", role="aut"))
Description: This package helps with the analysis of count data from RNA and ATAC capture-seq experiments.
Using BioConductor RangedSummarizedExperiment objects, atacr implements a set of helper
functions and quality control plots specific to the analysis of particularly windows.
Especially, atacr is useful for performing control window based between sample normalizations and for
easily running non-standard tests for differentially accessible windows in common reference designs.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: TRUE
Imports:
BayesFactor,
boot,
biomaRt,
corrplot,
csaw,
dplyr,
edgeR,
fitdistrplus,
GenomeGraphs,
GenomicAlignments,
GenomicRanges,
grid,
gridExtra,
ggjoy,
ggplot2,
ggthemes,
heatmap3,
IRanges,
magrittr,
methods,
plyr,
RColorBrewer,
reshape,
reshape2,
Rsamtools,
rtracklayer,
S4Vectors,
stringr,
SummarizedExperiment,
tidyr
RoxygenNote: 6.0.1
Suggests: testthat,
knitr,
pander,
rmarkdown,
UpSetR
VignetteBuilder: knitr
biocViews: