{
  "_id": "6a1948edacfb0bcc41ddb155",
  "Package": "HarmonizR",
  "Title": "Handles missing values and makes more data available",
  "Version": "1.10.0",
  "Authors@R": "c(person(given = \"Simon\",\nfamily = \"Schlumbohm\",\nrole = c(\"aut\", \"cre\"),\nemail = \"schlumbohm@hsu-hh.de\"),\nperson(given = \"Julia\",\nfamily = \"Neumann\",\nrole = \"aut\"),\nperson(given = \"Philipp\",\nfamily = \"Neumann\",\nrole = \"aut\"))",
  "Description": "An implementation, which takes input data and makes it\navailable for proper batch effect removal by ComBat or Limma.\nThe implementation appropriately handles missing values by\ndissecting the input matrix into smaller matrices with\nsufficient data to feed the ComBat or limma algorithm. The\nadjusted data is returned to the user as a rebuild matrix. The\nimplementation is meant to make as much data available as\npossible with minimal data loss.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "biocViews": "BatchEffect",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev libpng-dev libxml2-dev libssl-dev\nzlib1g-dev",
  "Repository": "https://bioc-release.r-universe.dev",
  "Date/Publication": "2026-04-28 13:01:14 UTC",
  "RemoteUrl": "https://github.com/bioc/HarmonizR",
  "RemoteRef": "RELEASE_3_23",
  "RemoteSha": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 07:03:58 UTC",
    "User": "root"
  },
  "Author": "Simon Schlumbohm [aut, cre],\nJulia Neumann [aut],\nPhilipp Neumann [aut]",
  "Maintainer": "Simon Schlumbohm <schlumbohm@hsu-hh.de>",
  "MD5sum": "5f6e6615da2ab6e70d60fd6178d542f0",
  "_user": "bioc-release",
  "_type": "src",
  "_file": "HarmonizR_1.10.0.tar.gz",
  "_fileid": "6c3135791303d8f3794d0eeb86026fe638adfebfb95f99391231cfe0dd33eb31",
  "_filesize": 159575,
  "_sha256": "6c3135791303d8f3794d0eeb86026fe638adfebfb95f99391231cfe0dd33eb31",
  "_created": "2026-05-29T07:03:58.000Z",
  "_published": "2026-05-29T08:06:05.411Z",
  "_jobs": [
    {
      "job": 78454026142,
      "time": 160,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7285042654"
    },
    {
      "job": 78454026029,
      "time": 235,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7285062101"
    },
    {
      "job": 78454026135,
      "time": 192,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7285051148"
    },
    {
      "job": 78454026060,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7286026190"
    },
    {
      "job": 78454026114,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7286031997"
    },
    {
      "job": 78453483314,
      "time": 252,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7285001744"
    },
    {
      "job": 78454026112,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7285037245"
    },
    {
      "job": 78454026093,
      "time": 153,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7285041506"
    },
    {
      "job": 78454026081,
      "time": 121,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7285033615"
    },
    {
      "job": 78454026085,
      "time": 210,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7285055847"
    }
  ],
  "_bioccheck": {
    "error": 1,
    "warning": 0,
    "note": 5
  },
  "_buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/HarmonizR",
  "_commit": {
    "id": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
    "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": 1777381274
  },
  "_maintainer": {
    "name": "Simon Schlumbohm",
    "email": "schlumbohm@hsu-hh.de",
    "login": "simonschlumbohm",
    "description": "",
    "uuid": 78701285
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "doParallel",
      "version": ">= 1.0.16",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "version": ">= 1.5.1",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "version": ">= 2.1.0",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "version": ">= 1.8.6",
      "role": "Imports"
    },
    {
      "package": "sva",
      "version": ">= 3.36.0",
      "role": "Imports"
    },
    {
      "package": "seriation",
      "version": ">= 1.3.5",
      "role": "Imports"
    },
    {
      "package": "limma",
      "version": ">= 3.46.0",
      "role": "Imports"
    },
    {
      "package": "SummarizedExperiment",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "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.11.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.10.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "batcheffect"
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 292,
    "source": "https://www.bioconductor.org/packages/stats/bioc/HarmonizR"
  },
  "_searchresults": 27,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/HarmonizR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "harmonizR"
  ],
  "_help": [
    {
      "page": "binary_matrix_reduction",
      "title": "Creating a binary existence matrix",
      "topics": [
        "binary_matrix_reduction"
      ]
    },
    {
      "page": "blocking",
      "title": "Blocking",
      "topics": [
        "blocking"
      ]
    },
    {
      "page": "build_key_list",
      "title": "Creation of keys",
      "topics": [
        "build_key_list"
      ]
    },
    {
      "page": "fetch_batch_overview",
      "title": "Fetching batch list",
      "topics": [
        "fetch_batch_overview"
      ]
    },
    {
      "page": "find_na",
      "title": "Finding NAs for the sorting process",
      "topics": [
        "find_na"
      ]
    },
    {
      "page": "format_from_S4",
      "title": "Format data taken from S4",
      "topics": [
        "format_from_S4"
      ]
    },
    {
      "page": "format_to_s4",
      "title": "Format data taken from HarmonizR back to S4",
      "topics": [
        "format_to_s4"
      ]
    },
    {
      "page": "harmonizR",
      "title": "Main function",
      "topics": [
        "harmonizR"
      ]
    },
    {
      "page": "jaccard",
      "title": "Jaccard-based sorting",
      "topics": [
        "jaccard"
      ]
    },
    {
      "page": "jaccard_index_absence",
      "title": "Jaccard index on zeroes (absence)",
      "topics": [
        "jaccard_index_absence"
      ]
    },
    {
      "page": "jaccard_index_existence",
      "title": "Jaccard index on ones (existence)",
      "topics": [
        "jaccard_index_existence"
      ]
    },
    {
      "page": "read_description",
      "title": "Reading description",
      "topics": [
        "read_description"
      ]
    },
    {
      "page": "read_main_data",
      "title": "Reading main data",
      "topics": [
        "read_main_data"
      ]
    },
    {
      "page": "rebuild",
      "title": "Rebuilding",
      "topics": [
        "rebuild"
      ]
    },
    {
      "page": "sorting",
      "title": "Sorting the input data.frame",
      "topics": [
        "sorting"
      ]
    },
    {
      "page": "splitting",
      "title": "Splitting",
      "topics": [
        "splitting"
      ]
    },
    {
      "page": "spotting_missing_values",
      "title": "Spotting",
      "topics": [
        "spotting_missing_values"
      ]
    },
    {
      "page": "unique_removal",
      "title": "Remove unique combinations",
      "topics": [
        "unique_removal"
      ]
    },
    {
      "page": "visual",
      "title": "Visualize feature means",
      "topics": [
        "visual"
      ]
    },
    {
      "page": "visual2",
      "title": "Visualize sample means",
      "topics": [
        "visual2"
      ]
    },
    {
      "page": "visual3",
      "title": "Visualize CV",
      "topics": [
        "visual3"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/HarmonizR/raw/RELEASE_3_23/README.md",
  "_rundeps": [
    "abind",
    "annotate",
    "AnnotationDbi",
    "askpass",
    "BH",
    "Biobase",
    "BiocGenerics",
    "BiocParallel",
    "Biostrings",
    "bit",
    "bit64",
    "blob",
    "ca",
    "cachem",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "cpp11",
    "crayon",
    "curl",
    "DBI",
    "DelayedArray",
    "doParallel",
    "dplyr",
    "edgeR",
    "fastmap",
    "foreach",
    "formatR",
    "futile.logger",
    "futile.options",
    "gclus",
    "genefilter",
    "generics",
    "GenomicRanges",
    "glue",
    "hms",
    "httr",
    "IRanges",
    "iterators",
    "janitor",
    "jsonlite",
    "KEGGREST",
    "lambda.r",
    "lattice",
    "lifecycle",
    "limma",
    "locfit",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "memoise",
    "mgcv",
    "mime",
    "nlme",
    "openssl",
    "permute",
    "pillar",
    "pkgconfig",
    "plyr",
    "png",
    "purrr",
    "qap",
    "R6",
    "Rcpp",
    "registry",
    "rlang",
    "RSQLite",
    "S4Arrays",
    "S4Vectors",
    "Seqinfo",
    "seriation",
    "snakecase",
    "snow",
    "SparseArray",
    "statmod",
    "stringi",
    "stringr",
    "SummarizedExperiment",
    "survival",
    "sva",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "TSP",
    "utf8",
    "vctrs",
    "vegan",
    "withr",
    "XML",
    "xtable",
    "XVector"
  ],
  "_vignettes": [
    {
      "source": "HarmonizR_Vignette.Rmd",
      "filename": "HarmonizR_Vignette.html",
      "title": "HarmonizR_Vignette",
      "author": "Simon Schlumbohm",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation",
        "Example Usage",
        "Parameters",
        "Session Information"
      ],
      "created": "2023-05-11 11:26:48",
      "modified": "2023-06-02 11:42:02",
      "commits": 2
    }
  ],
  "_score": 4.431363764158988,
  "_indexed": false,
  "_nocasepkg": "harmonizr",
  "_universes": [
    "bioc-release"
  ],
  "_indexurl": "https://bioc.r-universe.dev/HarmonizR",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.10.0",
      "date": "2026-05-29T07:07:39.000Z",
      "distro": "noble",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "ade152db89bb4ef7ab233e2e14f9e7389b9ab41cd03fa07291c95d57f5f9bf52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.10.0",
      "date": "2026-05-29T07:06:56.000Z",
      "distro": "noble",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "c30e411350bd9906d9d0d3ceb664fa308f2f4bafe0e4ae92487843f126d83f28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.10.0",
      "date": "2026-05-29T08:05:05.000Z",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "bbdae9fe5044a9a48ec3c28e39308770bed52a8beb1f1dcd487c1877a57302aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.10.0",
      "date": "2026-05-29T08:05:27.000Z",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "93fbc2be887b59a44df7cfb4ab1d5b003b318998bbd42b850b777da6f7f491d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.10.0",
      "date": "2026-05-29T07:06:31.000Z",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "3b230153304e1636aa5743e1fe18c68c3ae22b280fedd00574c41fd5c01cb251",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.10.0",
      "date": "2026-05-29T07:06:07.000Z",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "06acfc19d56069b3a7d478784a1a4673bd038ce5577395e05cfa83267b1013b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.10.0",
      "date": "2026-05-29T07:05:34.000Z",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "02601d53dce8857efcd41890a57d6fbe3d73f69e777959507ead3f9888aca221",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.10.0",
      "date": "2026-05-29T07:07:02.000Z",
      "commit": "bd9d33ce44cb53922078cbb05ffe983b3361cfba",
      "fileid": "19d72fc446baf7e8d5714f2d07cd5617b59fcc4e18461d7468c46eb5926b0c8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26623131632"
    }
  ]
}