DESCRIPTION 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Package: CALDER
  2. Type: Package
  3. Title: CALDER: a Hi-C analysis tool for inferring non-linear hierarchical organization of the 3D chromosome
  4. Authors@R: c(
  5. person(given = "Yuanlong",
  6. family = "LIU",
  7. role = c("aut", "cre"),
  8. email = "yliueagle@googlemail.com"),
  9. person(given = "Luca",
  10. family = "NANNI",
  11. role = c("aut"),
  12. email = "luca.nanni@unil.ch"))
  13. Version: 2.0
  14. Date: 2023-04-04
  15. Maintainer: Who to complain to <yliueagle@googlemail.com>
  16. 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
  17. URL: https://github.com/CSOgroup/CALDER2
  18. BugReports: https://github.com/CSOgroup/CALDER2/issues
  19. License: MIT
  20. Encoding: UTF-8
  21. LinkingTo: Rcpp, RcppArmadillo
  22. Depends:
  23. R (>= 3.5.2)
  24. biocViews:
  25. Imports:
  26. R.utils (>= 2.9.0),
  27. doParallel (>= 1.0.15),
  28. ape (>= 5.3),
  29. dendextend (>= 1.12.0),
  30. fitdistrplus (>= 1.0.14),
  31. igraph (>= 1.2.4),
  32. Matrix (>= 1.2.17),
  33. rARPACK (>= 0.11.0),
  34. factoextra (>= 1.0.5),
  35. data.table (>= 1.12.2),
  36. fields (>= 9.8.3),
  37. GenomicRanges (>= 1.36.0),
  38. strawr (>= 0.0.9),
  39. rhdf5 (>= 2.28.0),
  40. ggplot2 (>= 3.3.5),
  41. optparse
  42. RoxygenNote: 7.1.2
  43. Suggests:
  44. testthat (>= 3.0.0)
  45. Config/testthat/edition: 3