DESCRIPTION 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. biocViews:
  22. Imports:
  23. R.utils (>= 2.9.0),
  24. doParallel (>= 1.0.15),
  25. ape (>= 5.3),
  26. dendextend (>= 1.12.0),
  27. fitdistrplus (>= 1.0.14),
  28. igraph (>= 1.2.4.1),
  29. Matrix (>= 1.2.17),
  30. rARPACK (>= 0.11.0),
  31. factoextra (>= 1.0.5),
  32. maptools (>= 0.9.5),
  33. data.table (>= 1.12.2),
  34. fields (>= 9.8.3),
  35. GenomicRanges (>= 1.36.0),
  36. strawr (>= 0.0.9),
  37. rhdf5 (>= 2.28.0),
  38. ggplot2 (>= 3.3.5),
  39. optparse
  40. RoxygenNote: 7.1.2
  41. Suggests:
  42. testthat (>= 3.0.0)
  43. Config/testthat/edition: 3