{
  "_id": "6a0f6c30acfb0bcc41c5e854",
  "Package": "adjclust",
  "Maintainer": "Pierre Neuvial <pierre.neuvial@math.univ-toulouse.fr>",
  "Authors@R": "c(person(\"Christophe\", \"Ambroise\", role = \"aut\"),\nperson(\"Shubham\", \"Chaturvedi\", role = \"aut\"),\nperson(\"Alia\", \"Dehman\", role = \"aut\"),\nperson(\"Pierre\", \"Neuvial\", role = c(\"aut\", \"cre\"),\nemail = \"pierre.neuvial@math.univ-toulouse.fr\",\ncomment = c(ORCID = \"0000-0003-3584-9998\")),\nperson(\"Guillem\", \"Rigaill\", role = \"aut\"),\nperson(\"Nathalie\", \"Vialaneix\", role = \"aut\",\nemail = \"nathalie.vialaneix@inrae.fr\",\ncomment = c(ORCID = \"0000-0003-1156-0639\")),\nperson(\"Gabriel\", \"Hoffman\", role = \"aut\"))",
  "Date": "2025-11-19",
  "Version": "0.6.11",
  "License": "GPL-3",
  "Title": "Adjacency-Constrained Clustering of a Block-Diagonal Similarity\nMatrix",
  "Description": "Implements a constrained version of hierarchical\nagglomerative clustering, in which each observation is\nassociated to a position, and only adjacent clusters can be\nmerged. Typical application fields in bioinformatics include\nGenome-Wide Association Studies or Hi-C data analysis, where\nthe similarity between items is a decreasing function of their\ngenomic distance. Taking advantage of this feature, the\nimplemented algorithm is time and memory efficient. This\nalgorithm is described in Ambroise et al (2019)\n<doi:10.1186/s13015-019-0157-4>.",
  "biocViews": "Clustering, FeatureExtraction",
  "VignetteBuilder": "knitr",
  "URL": "https://pneuvial.github.io/adjclust/",
  "BugReports": "https://github.com/pneuvial/adjclust/issues",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-21 08:09:46 UTC",
    "User": "root"
  },
  "Author": "Christophe Ambroise [aut], Shubham Chaturvedi [aut], Alia\nDehman [aut], Pierre Neuvial [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3584-9998>), Guillem Rigaill\n[aut], Nathalie Vialaneix [aut] (ORCID:\n<https://orcid.org/0000-0003-1156-0639>), Gabriel Hoffman [aut]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-11-20 06:10:35 UTC",
  "RemoteUrl": "https://github.com/cran/adjclust",
  "RemoteRef": "HEAD",
  "RemoteSha": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
  "MD5sum": "96fb396565b9d2313a21a4a14b0af2c4",
  "_user": "cran",
  "_type": "src",
  "_file": "adjclust_0.6.11.tar.gz",
  "_fileid": "c437a10c52c7303faff864819bca4a4e92ca255e819dceac739f553299f70985",
  "_filesize": 1042722,
  "_sha256": "c437a10c52c7303faff864819bca4a4e92ca255e819dceac739f553299f70985",
  "_created": "2026-05-21T08:09:46.000Z",
  "_published": "2026-05-21T20:33:51.970Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77263052100,
      "time": 232,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130591724"
    },
    {
      "job": 77263051966,
      "time": 228,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130590529"
    },
    {
      "job": 77263052501,
      "time": 216,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130586805"
    },
    {
      "job": 77263052211,
      "time": 267,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130603179"
    },
    {
      "job": 77263051674,
      "time": 286,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130515507"
    },
    {
      "job": 77263051387,
      "time": 156,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146549333"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26213496060",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/adjclust",
  "_commit": {
    "id": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
    "author": "Pierre Neuvial <pierre.neuvial@math.univ-toulouse.fr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.6.11\n",
    "time": 1763619035
  },
  "_maintainer": {
    "name": "Pierre Neuvial",
    "email": "pierre.neuvial@math.univ-toulouse.fr",
    "login": "pneuvial",
    "orcid": "0000-0003-3584-9998",
    "description": "",
    "uuid": 7895899
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.6",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "sparseMatrixStats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "capushe",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "dendextend",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rioja",
      "role": "Suggests"
    },
    {
      "package": "HiTC",
      "role": "Suggests"
    },
    {
      "package": "snpStats",
      "role": "Suggests"
    },
    {
      "package": "BiocGenerics",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-47",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.6.11",
      "date": "2025-11-20"
    }
  ],
  "_topics": [
    "clustering",
    "featureextraction",
    "cpp",
    "openmp"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pneuvial",
      "count": 14,
      "uuid": 7895899
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 402,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/adjclust"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/pneuvial/adjclust",
  "_pkgdown": "https://pneuvial.github.io/adjclust/",
  "_searchresults": 16,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/adjclust.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pneuvial/adjclust",
  "_realowner": "pneuvial",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.5.2",
      "date": "2017-10-18"
    },
    {
      "version": "0.5.6",
      "date": "2018-02-08"
    },
    {
      "version": "0.5.7",
      "date": "2018-09-26"
    },
    {
      "version": "0.5.9",
      "date": "2019-12-10"
    },
    {
      "version": "0.5.99",
      "date": "2020-06-18"
    },
    {
      "version": "0.6.3",
      "date": "2021-07-26"
    },
    {
      "version": "0.6.4",
      "date": "2022-03-31"
    },
    {
      "version": "0.6.5",
      "date": "2022-08-18"
    },
    {
      "version": "0.6.6",
      "date": "2022-09-14"
    },
    {
      "version": "0.6.7",
      "date": "2023-04-27"
    },
    {
      "version": "0.6.8",
      "date": "2024-01-13"
    },
    {
      "version": "0.6.9",
      "date": "2024-02-08"
    },
    {
      "version": "0.6.10",
      "date": "2024-10-08"
    },
    {
      "version": "0.6.11",
      "date": "2025-11-20"
    }
  ],
  "_exports": [
    "adjClust",
    "correct",
    "cutree_chac",
    "diagnose",
    "hicClust",
    "plotSim",
    "select",
    "snpClust"
  ],
  "_help": [
    {
      "page": "adjClust",
      "title": "Adjacency-constrained Clustering",
      "topics": [
        "adjClust"
      ]
    },
    {
      "page": "chac",
      "title": "Class chac",
      "topics": [
        "as.hclust.chac",
        "chac",
        "correct",
        "correct.chac",
        "cutree_chac",
        "cuttree_chac",
        "diagnose",
        "diagnose.chac",
        "head.chac",
        "plot.chac",
        "print.chac",
        "summary.chac"
      ]
    },
    {
      "page": "hicClust",
      "title": "Adjacency-constrained Clustering of Hi-C contact maps",
      "topics": [
        "hicClust"
      ]
    },
    {
      "page": "plotSim",
      "title": "Plot (dis)similarity matrix",
      "topics": [
        "plotSim"
      ]
    },
    {
      "page": "select",
      "title": "Clustering selection",
      "topics": [
        "select",
        "select.chac"
      ]
    },
    {
      "page": "snpClust",
      "title": "Adjacency-constrained Clustering of Single Nucleotide Polymorphisms",
      "topics": [
        "snpClust"
      ]
    }
  ],
  "_readme": "https://github.com/cran/adjclust/raw/HEAD/README.md",
  "_rundeps": [
    "capushe",
    "cli",
    "cpp11",
    "dendextend",
    "farver",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "sparseMatrixStats",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "hicClust.Rmd",
      "filename": "hicClust.html",
      "title": "Clustering of Hi-C contact maps",
      "author": "Shubham Chaturvedi, Pierre Neuvial, Nathalie Vialaneix",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Loading and displaying a sample Hi-C contact map",
        "Using hicClust",
        "Other types of input",
        "References",
        "Session information"
      ],
      "created": "2017-10-18 17:17:39",
      "modified": "2024-02-09 02:30:09",
      "commits": 7
    },
    {
      "source": "notesCHAC.Rmd",
      "filename": "notesCHAC.html",
      "title": "Implementation notes for the adjclust package",
      "author": "Pierre Neuvial, Nathanaël Randriamihamison, Nathalie Vialaneix",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Notes on relations between similarity and dissimilarity implementation",
        "Basic implementation of CHAC in adjclust",
        "More advanced used for kernel or similarity matrices",
        "Non positive but normalized similarities",
        "Non normalized similarities",
        "Case of dissimilarity data",
        "Options for displaying the dendrogram",
        "mode = \"corrected\"",
        "mode = \"total-disp\"",
        "mode = \"within-disp\"",
        "mode = \"average-disp\"",
        "Relations with 'hclust' and 'rioja'",
        "References"
      ],
      "created": "2017-10-18 17:17:39",
      "modified": "2023-04-27 17:20:02",
      "commits": 6
    },
    {
      "source": "snpClust.Rmd",
      "filename": "snpClust.html",
      "title": "Inferring Linkage Disequilibrium blocks from genotypes",
      "author": "Shubham Chaturvedi, Pierre Neuvial, Nathalie Vialaneix",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Loading and displaying genotype data",
        "Adjacency-constrained Hierarchical Agglomerative Clustering",
        "Output",
        "Other types of input",
        "References",
        "Session information"
      ],
      "created": "2017-10-18 17:17:39",
      "modified": "2024-02-09 02:30:09",
      "commits": 7
    }
  ],
  "_score": 4.635483746814912,
  "_indexed": false,
  "_nocasepkg": "adjclust",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://pneuvial.r-universe.dev/adjclust",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.11",
      "date": "2026-05-21T08:13:12.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
      "fileid": "2497bb9b01260dbd1b480696780841a72c360bb04fb4af004e8a0c5468d80e25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26213496060"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.11",
      "date": "2026-05-21T08:12:54.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
      "fileid": "ffcbecd777ec28c2eb2b07df9d945bdede16d9a26fd01008566c760ce1f09353",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26213496060"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.11",
      "date": "2026-05-21T08:13:00.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
      "fileid": "19435e5114df1665a45a2577ad40d2f4b623d960ea47d39b78a7e1191ffb1c41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26213496060"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.11",
      "date": "2026-05-21T08:13:36.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
      "fileid": "c878bef0eb19716779b1bd0b4cbbd409c5faca036a3380b48ee9e3df33179707",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26213496060"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.11",
      "date": "2026-05-21T20:33:25.000Z",
      "arch": "emscripten",
      "commit": "de3b77b3db29b7d2349db01ebc68805816f3b46e",
      "fileid": "40e99e74633c09d24d9e7ccbb21923c296b3a72149f2c40aa8ba66ec6ea7bd8c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26213496060"
    }
  ]
}