-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 913 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
Package: chromunity
Title: Discovery of communities in Pore-C concatemers
Version: 0.0.2
Authors@R: c(person("Aditya", "Deshpande", role = c("aut"), email = "asd3002@med.cornell.edu"),
person("Marcin", "Imielinski", role = c("aut"), email = "mai9037@med.cornell.edu"),
person("Jameson", "Orvis", role = c("cre"), email = "jorvis@nygenome.org"))
Description: Discovery of communities in Pore-C concatemers.
biocViews:
Depends: R (>= 3.5.0),
data.table (>= 1.10)
Imports:
gUtils,
gChain,
Matrix,
igraph,
magrittr,
pbmcapply,
parallel,
GenomicRanges,
BiocGenerics,
BSgenome.Hsapiens.UCSC.hg38,
zoo,
R6,
plyr,
arrow,
stats,
MASS
Remotes:
github::mskilab-org/gUtils,
github::mskilab-org/gChain
Suggests:
testthat
License: GPL-3
BugReports: http://github.com/mskilab/chromunity/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3