DESCRIPTION 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Version: 2.0
  5. Date: 2022-05-10
  6. Author: Yuanlong LIU
  7. Maintainer: Who to complain to <yliueagle@googlemail.com>
  8. 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
  9. LinkingTo: Rcpp, RcppArmadillo
  10. Authors@R: c(
  11. person(given = "Yuanlong",
  12. family = "LIU",
  13. role = c("aut", "cre"),
  14. email = "yliueagle@googlemail.com"))
  15. URL: https://github.com/CSOgroup/CALDER2
  16. BugReports: https://github.com/CSOgroup/CALDER2/issues
  17. License: MIT
  18. Encoding: UTF-8
  19. Depends:
  20. R (>= 3.5.2)
  21. Imports:
  22. R.utils (>= 2.9.0),
  23. doParallel (>= 1.0.15),
  24. ape (>= 5.3),
  25. dendextend (>= 1.12.0),
  26. fitdistrplus (>= 1.0.14),
  27. igraph (>= 1.2.4.1),
  28. Matrix (>= 1.2.17),
  29. rARPACK (>= 0.11.0),
  30. factoextra (>= 1.0.5),
  31. maptools (>= 0.9.5),
  32. data.table (>= 1.12.2),
  33. fields (>= 9.8.3),
  34. GenomicRanges (>= 1.36.0),
  35. strawr (>= 0.0.9),
  36. rhdf5 (>= 2.28.0),
  37. ggplot2 (>= 3.3.5)
  38. RoxygenNote: 7.1.2
  39. Suggests:
  40. testthat (>= 3.0.0)
  41. Config/testthat/edition: 3