-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
72 lines (72 loc) · 1.59 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: diffloop
Type: Package
Title: Identifying differential DNA loops from chromatin topology data
Version: 1.3.4
Date: 2016-11-30
Authors@R: c(
person("Caleb", "Lareau", email = "[email protected]", role = c("aut", "cre")),
person("Martin", "Aryee", email = "[email protected]", role = "aut")
)
Maintainer: Caleb Lareau <[email protected]>
Author: Caleb Lareau [aut, cre], Martin Aryee [aut]
Description: A suite of tools for subsetting, visualizing, annotating,
and statistically analyzing the results of one or more ChIA-PET
experiments or other assays that infer chromatin loops.
Imports:
methods,
GenomicRanges,
foreach,
plyr,
dplyr,
reshape2,
ggplot2,
matrixStats,
Sushi,
edgeR,
locfit,
statmod,
biomaRt,
GenomeInfoDb,
S4Vectors,
IRanges,
grDevices,
graphics,
stats,
utils,
Biobase,
readr,
data.table,
rtracklayer,
pbapply,
limma
License: MIT + file LICENSE
URL: https://github.com/aryeelab/diffloop
BugReports: https://github.com/aryeelab/diffloop/issues
LazyData: TRUE
Suggests:
DESeq2,
diffloopdata,
ggrepel,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Collate:
'diffloop.R'
'diffloop-class.R'
'data.R'
'core.R'
'pipeline_io.R'
'loopFunctions.R'
'sugar.R'
'union.R'
'annotation.R'
'assoc.R'
'colData.R'
'mangoFunctions.R'
'plotting.R'
'ruan.R'
biocViews: Preprocessing, QualityControl, Visualization, DataImport,
DataRepresentation, GO
NeedsCompilation: no