-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.14 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
Package: CALDER
Type: Package
Title: CALDER: a Hi-C non-linear hierarchical organization analysis tool
Version: 1.0
Date: 2020-09-01
Author: Yuanlong LIU
Maintainer: Who to complain to <yliueagle@googlemail.com>
Description: CALDER is a Hi-C analysis tool that allows: (1) compute chromatin domains from whole chromosome contacts; (2) derive their non-linear hierarchical organization and obtain sub-compartments; (3) compute nested sub-domains within each chromatin domain from short-range contacts
LinkingTo: Rcpp, RcppArmadillo
Authors@R: c(
person(given = "Yuanlong",
family = "LIU",
role = c("aut", "cre"),
email = "yliueagle@googlemail.com"))
URL: https://github.com/YuanlongLiu/CALDER/
BugReports: https://github.com/YuanlongLiu/CALDER/issues
License: MIT
Encoding: UTF-8
Depends:
R (>= 3.5.2)
Imports:
R.utils (>= 2.9.0),
doParallel (>= 1.0.15),
ape (>= 5.3),
dendextend (>= 1.12.0),
fitdistrplus (>= 1.0.14),
igraph (>= 1.2.4.1),
Matrix (>= 1.2.17),
rARPACK (>= 0.11.0),
factoextra (>= 1.0.5),
maptools (>= 0.9.5),
data.table (>= 1.12.2),
fields (>= 9.8.3),
GenomicRanges (>= 1.36.0),
strawr (>= 0.0.9)