{
  "_id": "6a1eb3c2b25058d4daadd0d3",
  "Package": "coca",
  "Title": "Cluster-of-Clusters Analysis",
  "Version": "1.1.0",
  "Authors@R": "c(person(given = \"Alessandra\", family = \"Cabassi\", email = \"alessandra.cabassi@mrc-bsu.cam.ac.uk\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-1605-652X\")), person(given = \"Paul DW\", family = \"Kirk\", email = \"paul.kirk@mrc-bsu.cam.ac.uk\", role = c(\"ths\"), comment = c(ORCID = \"0000-0002-5931-7489\")))",
  "Author": "Alessandra Cabassi [aut, cre]\n(<https://orcid.org/0000-0003-1605-652X>), Paul DW Kirk [ths]\n(<https://orcid.org/0000-0002-5931-7489>)",
  "Description": "Contains the R functions needed to perform\nCluster-Of-Clusters Analysis (COCA) and Consensus Clustering\n(CC). For further details please see Cabassi and Kirk (2020)\n<doi:10.1093/bioinformatics/btaa593>.",
  "License": "MIT + file LICENSE",
  "URL": "http://github.com/acabassi/coca",
  "BugReports": "http://github.com/acabassi/coca/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.0",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://acabassi.r-universe.dev",
  "Date/Publication": "2020-07-08 13:05:30 UTC",
  "RemoteUrl": "https://github.com/acabassi/coca",
  "RemoteRef": "HEAD",
  "RemoteSha": "b89ca330ed802a369588f4be0b0151f150f79503",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:33:48 UTC",
    "User": "root"
  },
  "Maintainer": "Alessandra Cabassi <alessandra.cabassi@mrc-bsu.cam.ac.uk>",
  "MD5sum": "11fade71217489e83d43208d1d6bab9e",
  "_user": "acabassi",
  "_type": "src",
  "_file": "coca_1.1.0.tar.gz",
  "_fileid": "63c1b68c8a54ad23201c843e4060188e7c87e1e009ab3de29518a22301e98d9b",
  "_filesize": 297819,
  "_sha256": "63c1b68c8a54ad23201c843e4060188e7c87e1e009ab3de29518a22301e98d9b",
  "_created": "2026-06-02T10:33:48.000Z",
  "_published": "2026-06-02T10:43:14.067Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79051592417,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7355377889"
    },
    {
      "job": 79051592391,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7355378691"
    },
    {
      "job": 79051592421,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7355506069"
    },
    {
      "job": 79051592497,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7355510528"
    },
    {
      "job": 79050937139,
      "time": 239,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355327881"
    },
    {
      "job": 79051592413,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355369993"
    },
    {
      "job": 79051592527,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7355356952"
    },
    {
      "job": 79051592432,
      "time": 89,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7355358709"
    },
    {
      "job": 79051592481,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7355355207"
    }
  ],
  "_buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/acabassi/coca",
  "_commit": {
    "id": "b89ca330ed802a369588f4be0b0151f150f79503",
    "author": "Alessandra Cabassi <ac2051@cam.ac.uk>",
    "committer": "Alessandra Cabassi <ac2051@cam.ac.uk>",
    "message": "update reference in vignette\n",
    "time": 1594213530
  },
  "_maintainer": {
    "name": "Alessandra Cabassi",
    "email": "alessandra.cabassi@mrc-bsu.cam.ac.uk",
    "orcid": "0000-0003-1605-652X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "cluster",
      "role": "Imports"
    },
    {
      "package": "fpc",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "nnet",
      "role": "Imports"
    },
    {
      "package": "pheatmap",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "sparcl",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "mclust",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "acabassi",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "cluster-analysis",
    "cluster-of-clusters",
    "clustering",
    "coca",
    "genomics",
    "integrative-clustering",
    "multi-omics"
  ],
  "_stars": 6,
  "_contributors": [
    {
      "user": "acabassi",
      "count": 134,
      "uuid": 24162953
    }
  ],
  "_userbio": {
    "uuid": 24162953,
    "type": "user",
    "name": "Alessandra Cabassi",
    "description": "Data scientist"
  },
  "_downloads": {
    "count": 206,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/coca"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/acabassi/coca",
  "_searchresults": 24,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/coca.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/acabassi/coca",
  "_realowner": "acabassi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.4",
      "date": "2020-03-26"
    },
    {
      "version": "1.1.0",
      "date": "2020-07-06"
    }
  ],
  "_exports": [
    "buildMOC",
    "chooseKusingAUC",
    "coca",
    "consensusCluster",
    "expandMOC",
    "fillMOC",
    "maximiseSilhouette",
    "plotMOC"
  ],
  "_help": [
    {
      "page": "buildMOC",
      "title": "Build Matrix-Of-Clusters",
      "topics": [
        "buildMOC"
      ]
    },
    {
      "page": "chooseKusingAUC",
      "title": "Choose number of clusters based on AUC",
      "topics": [
        "chooseKusingAUC"
      ]
    },
    {
      "page": "coca",
      "title": "Cluster-Of-Clusters Analysis",
      "topics": [
        "coca"
      ]
    },
    {
      "page": "consensusCluster",
      "title": "Consensus clustering",
      "topics": [
        "consensusCluster"
      ]
    },
    {
      "page": "expandMOC",
      "title": "Expand matrix of clusters",
      "topics": [
        "expandMOC"
      ]
    },
    {
      "page": "fillMOC",
      "title": "Fill Matrix-Of-Clusters",
      "topics": [
        "fillMOC"
      ]
    },
    {
      "page": "maximiseSilhouette",
      "title": "Choose K that maximises the silhouette from a set of kernel matrices and clusterings",
      "topics": [
        "maximiseSilhouette"
      ]
    },
    {
      "page": "plotMOC",
      "title": "Plot Matrix-Of-Clusters",
      "topics": [
        "plotMOC"
      ]
    }
  ],
  "_readme": "https://github.com/acabassi/coca/raw/HEAD/README.md",
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "cluster",
    "codetools",
    "cpp11",
    "data.table",
    "DEoptimR",
    "diagram",
    "digest",
    "diptest",
    "dplyr",
    "e1071",
    "farver",
    "flexmix",
    "foreach",
    "fpc",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "kernlab",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "mclust",
    "ModelMetrics",
    "modeltools",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pheatmap",
    "pillar",
    "pkgconfig",
    "plyr",
    "prabclus",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "recipes",
    "reshape2",
    "rlang",
    "robustbase",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparcl",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "coca-vignette.Rmd",
      "filename": "coca-vignette.html",
      "title": "Introduction to coca",
      "author": "Alessandra Cabassi",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Building the matrix of clusters",
        "Cluster-Of-Clusters Analysis",
        "Clustering algorithms",
        "Warning and error messages",
        "References"
      ],
      "created": "2018-10-04 15:00:35",
      "modified": "2020-07-08 13:05:30",
      "commits": 16
    }
  ],
  "_score": 5.334453751150931,
  "_indexed": true,
  "_nocasepkg": "coca",
  "_universes": [
    "acabassi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-02T10:36:14.000Z",
      "distro": "noble",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "59573ee29c3ef60fd490a4bec449a4c7f5eba925f38506df5eb7086ff8c31361",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-02T10:36:15.000Z",
      "distro": "noble",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "7913536b5f24cb7524effec0084158626d5416714fa354077291227a455a33c2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-02T10:42:25.000Z",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "154f982f97af4ad38c9b718eed36f9c800e1089b9357688e7e079f42f4bd33ee",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-02T10:42:36.000Z",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "d7d73df3b99b9d41cfb6fe2357964771f3406e69fecd3c655674c8af6ea7d7b5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-02T10:36:06.000Z",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "a7b826a924e4156132cfd7c944916305c7759b3fa6b508b5d53e04702bb645b4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-02T10:35:10.000Z",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "47776ae4385c73d731906e4807ad876e45f3cf8ef03a45b9141f40305437e280",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-02T10:35:12.000Z",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "6cb074aa83de359b2f83548357d7bb1f7efa1bf60d6cb30ed75de582833c6371",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-02T10:35:04.000Z",
      "commit": "b89ca330ed802a369588f4be0b0151f150f79503",
      "fileid": "45486b9deea9c63130bd0392906680b49620b0c9150ae0ecf339e4a4b635974d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/acabassi/actions/runs/26813965298"
    }
  ]
}