{
  "_id": "6a1ad5ff1d7bb097a09e5796",
  "Package": "clustComp",
  "Version": "1.40.0",
  "Date": "2017-07-16",
  "Title": "Clustering Comparison Package",
  "Author": "Aurora Torrente and Alvis Brazma.",
  "Maintainer": "Aurora Torrente <aurora@ebi.ac.uk>",
  "biocViews": "GeneExpression, Clustering, Visualization",
  "Description": "clustComp is a package that implements several techniques\nfor the comparison and visualisation of relationships between\ndifferent clustering results, either flat versus flat or\nhierarchical versus flat. These relationships among clusters\nare displayed using a weighted bi-graph, in which the nodes\nrepresent the clusters and the edges connect pairs of nodes\nwith non-empty intersection; the weight of each edge is the\nnumber of elements in that intersection and is displayed\nthrough the edge thickness. The best layout of the bi-graph is\nprovided by the barycentre algorithm, which minimises the\nweighted number of crossings. In the case of comparing a\nhierarchical and a non-hierarchical clustering, the dendrogram\nis pruned at different heights, selected by exploring the tree\nby depth-first search, starting at the root. Branches are\ndecided to be split according to the value of a scoring\nfunction, that can be based either on the aesthetics of the\nbi-graph or on the mutual information between the hierarchical\nand the flat clusterings. A mapping between groups of clusters\nfrom each side is constructed with a greedy algorithm, and can\nbe additionally visualised.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Repository": "https://bioc-release.r-universe.dev",
  "Date/Publication": "2026-04-28 12:42:39 UTC",
  "RemoteUrl": "https://github.com/bioc/clustComp",
  "RemoteRef": "RELEASE_3_23",
  "RemoteSha": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
  "Packaged": {
    "Date": "2026-05-30 09:00:01 UTC",
    "User": "root"
  },
  "MD5sum": "aa76d2f2ceaab00c2bae7c4fe2a663a1",
  "_user": "bioc-release",
  "_type": "src",
  "_file": "clustComp_1.40.0.tar.gz",
  "_fileid": "a37c8930aca2f3919c5d341d5509f03f69c98a3f97c0c7a5b8b4e513bc96c005",
  "_filesize": 171150,
  "_sha256": "a37c8930aca2f3919c5d341d5509f03f69c98a3f97c0c7a5b8b4e513bc96c005",
  "_created": "2026-05-30T09:00:01.000Z",
  "_published": "2026-05-30T12:20:15.177Z",
  "_jobs": [
    {
      "job": 78638232311,
      "time": 150,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7307030946"
    },
    {
      "job": 78638232353,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7307031976"
    },
    {
      "job": 78638232317,
      "time": 148,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7307030728"
    },
    {
      "job": 78638232318,
      "time": 92,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7308118846"
    },
    {
      "job": 78638232313,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7308118034"
    },
    {
      "job": 78638096921,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7307015343"
    },
    {
      "job": 78638232306,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307025011"
    },
    {
      "job": 78638232325,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7307023412"
    },
    {
      "job": 78638232326,
      "time": 64,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7307022192"
    },
    {
      "job": 78638232329,
      "time": 56,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7307021283"
    }
  ],
  "_bioccheck": {
    "error": 1,
    "warning": 2,
    "note": 9
  },
  "_buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/clustComp",
  "_commit": {
    "id": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
    "author": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "committer": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "message": "bump x.y.z version to even y prior to creation of RELEASE_3_23 branch\n",
    "time": 1777380159
  },
  "_maintainer": {
    "name": "Aurora Torrente",
    "email": "aurora@ebi.ac.uk"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3",
      "role": "Depends"
    },
    {
      "package": "sm",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "Biobase",
      "role": "Suggests"
    },
    {
      "package": "colonCA",
      "role": "Suggests"
    },
    {
      "package": "RUnit",
      "role": "Suggests"
    },
    {
      "package": "BiocGenerics",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 1
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.41.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.40.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "geneexpression",
    "clustering",
    "visualization"
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 376,
    "source": "https://www.bioconductor.org/packages/stats/bioc/clustComp"
  },
  "_mentions": 2,
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/clustComp.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "barycentre",
    "drawTreeGraph",
    "dyn.cross",
    "flatVSflat",
    "flatVShier",
    "insert",
    "SCmapping",
    "score.crossing",
    "score.it"
  ],
  "_help": [
    {
      "page": "barycentre",
      "title": "Computation of the barycentre-coordinate of a node connected to others in a bigraph",
      "topics": [
        "barycentre"
      ]
    },
    {
      "page": "drawTreeGraph",
      "title": "Plot the bi-graph determined by the branches in the tree and the flat clusters",
      "topics": [
        "drawTreeGraph"
      ]
    },
    {
      "page": "dyn.cross",
      "title": "Computation of the number of crossings in the bi-graph in a particular layout",
      "topics": [
        "dyn.cross"
      ]
    },
    {
      "page": "flatVSflat",
      "title": "Comparison of two flat clusterings",
      "topics": [
        "flatVSflat"
      ]
    },
    {
      "page": "flatVShier",
      "title": "Comparison of a hierarchical and a flat clusterings",
      "topics": [
        "flatVShier"
      ]
    },
    {
      "page": "insert",
      "title": "Insert a set of values at a given position of a vector",
      "topics": [
        "insert"
      ]
    },
    {
      "page": "SCmapping",
      "title": "Construction of the superclusters and the one-to-one mapping between them",
      "topics": [
        "SCmapping"
      ]
    },
    {
      "page": "score.crossing",
      "title": "Computation of the aesthetics-based score of the parent and the children trees",
      "topics": [
        "score.crossing"
      ]
    },
    {
      "page": "score.it",
      "title": "Computation of the information theoretic-based score of the parent and the children trees",
      "topics": [
        "score.it"
      ]
    }
  ],
  "_rundeps": [
    "sm"
  ],
  "_score": 2.6020599913279625,
  "_indexed": false,
  "_nocasepkg": "clustcomp",
  "_universes": [
    "bioc-release"
  ],
  "_indexurl": "https://bioc.r-universe.dev/clustComp",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.40.0",
      "date": "2026-05-30T09:02:41.000Z",
      "distro": "noble",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "a318b8360384d85c71b9e4efe8d7f5e674d4ad32cd41e1c47e0fcad96e8ed5fd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.40.0",
      "date": "2026-05-30T09:02:31.000Z",
      "distro": "noble",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "a8b629f1b672730d03ad7e7cbb5683eb7babf7a847fbe6758cad37a29f69cfef",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.40.0",
      "date": "2026-05-30T12:19:48.000Z",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "5c7fe49e4a70d6874c1d7b7e8e626942e113b00c83cd98eb6d1029a712405882",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.40.0",
      "date": "2026-05-30T12:19:38.000Z",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "ffa7973d0546a985c087a6f7f74be9a6682a56277f3b32da9a76bb484f24ac6b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.40.0",
      "date": "2026-05-30T09:01:47.000Z",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "580fc48cb0b62dee33014b6bbd477a1c7ce835c623904f3621b2e78eddc60a5c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.40.0",
      "date": "2026-05-30T09:01:14.000Z",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "886108c2bbcfddf7fe7626bdc4f7f5201ef03c819afd28bf66a124c61591fb5e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.40.0",
      "date": "2026-05-30T09:01:04.000Z",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "860ed8bd0612b134a6d72ca5d3b792f16ca022f186a41d806f8e869c9e280153",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.40.0",
      "date": "2026-05-30T09:00:58.000Z",
      "commit": "9a636edf57026f8e631dc6a760a84a8ec5ecd5a8",
      "fileid": "c629e32c761de7ddd060c5a0956d1367f76fcb9f300da9d15369ac35a2d3ef2f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26679794666"
    }
  ]
}