-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
63 lines (63 loc) · 1.3 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
Package: HiContacts
Title: Analysing cool files in R with HiContacts
Version: 1.7.1
Date: 2022-08-16
Authors@R:
c(person(given = "Jacques",
family = "Serizay",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4295-0624")))
Description: HiContacts provides a collection of tools to
analyse and visualize Hi-C datasets imported in R by HiCExperiment.
License: MIT + file LICENSE
URL: https://github.com/js2264/HiContacts
BugReports: https://github.com/js2264/HiContacts/issues
Depends:
R (>= 4.2),
HiCExperiment
Imports:
InteractionSet,
SummarizedExperiment,
GenomicRanges,
IRanges,
GenomeInfoDb,
S4Vectors,
methods,
BiocGenerics,
BiocIO,
BiocParallel,
RSpectra,
Matrix,
tibble,
tidyr,
dplyr,
readr,
stringr,
ggplot2,
ggrastr,
scales,
stats,
utils
Suggests:
HiContactsData,
rtracklayer,
GenomicFeatures,
Biostrings,
BSgenome.Scerevisiae.UCSC.sacCer3,
WGCNA,
Rfast,
terra,
patchwork,
testthat (>= 3.0.0),
BiocStyle,
knitr,
rmarkdown
biocViews:
HiC,
DNA3DStructure
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3