{
  "_id": "6a22a8040ef520ea2f58ab9b",
  "Package": "cellGeometry",
  "Title": "Geometric Single Cell Deconvolution",
  "Version": "0.5.8",
  "Authors@R": "c(person(given = \"Zaoqu\", family = \"Liu\",\nrole = c(\"aut\", \"cre\"),\nemail = \"liuzaoqu@163.com\",\ncomment = c(ORCID = \"0000-0002-0452-742X\")),\nperson(given = \"Myles\", family = \"Lewis\",\nrole = c(\"aut\"),\nemail = \"myles.lewis@qmul.ac.uk\",\ncomment = c(ORCID = \"0000-0001-9365-5345\")),\nperson(given = \"Rachel\", family = \"Lau\",\nrole = c(\"ctb\"),\ncomment = c(ORCID = \"0000-0002-8330-8048\")))",
  "URL": "https://zaoqu-liu.github.io/cellGeometry/,\nhttps://github.com/Zaoqu-Liu/cellGeometry",
  "Description": "Deconvolution of bulk RNA-Sequencing data into proportions\nof cells based on a reference single-cell RNA-Sequencing\ndataset using high-dimensional geometric methodology.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "biocViews": "",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "BugReports": "https://github.com/Zaoqu-Liu/cellGeometry/issues",
  "Config/pak/sysreqs": "make libbz2-dev liblzma-dev libpng-dev libxml2-dev\nlibssl-dev perl xz-utils zlib1g-dev",
  "Repository": "https://zaoqu-liu.r-universe.dev",
  "Date/Publication": "2026-02-03 08:33:16 UTC",
  "RemoteUrl": "https://github.com/Zaoqu-Liu/cellGeometry",
  "RemoteRef": "main",
  "RemoteSha": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
  "Packaged": {
    "Date": "2026-06-05 10:34:23 UTC",
    "User": "root"
  },
  "Author": "Zaoqu Liu [aut, cre] (ORCID: <https://orcid.org/0000-0002-0452-742X>),\nMyles Lewis [aut] (ORCID: <https://orcid.org/0000-0001-9365-5345>),\nRachel Lau [ctb] (ORCID: <https://orcid.org/0000-0002-8330-8048>)",
  "Maintainer": "Zaoqu Liu <liuzaoqu@163.com>",
  "MD5sum": "28b87e8dbe22022d8a61f9674c2c520e",
  "_user": "zaoqu-liu",
  "_type": "src",
  "_file": "cellGeometry_0.5.8.tar.gz",
  "_fileid": "35a682db9dd143535c5aeb656b1d347cf37c28fc9b22cd08a4459d24592ea45b",
  "_filesize": 1886190,
  "_sha256": "35a682db9dd143535c5aeb656b1d347cf37c28fc9b22cd08a4459d24592ea45b",
  "_created": "2026-06-05T10:34:23.000Z",
  "_published": "2026-06-05T10:42:12.585Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79710882419,
      "time": 391,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7434638978"
    },
    {
      "job": 79710882442,
      "time": 372,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7434633682"
    },
    {
      "job": 79710882405,
      "time": 365,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7434631037"
    },
    {
      "job": 79710882401,
      "time": 294,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7434611210"
    },
    {
      "job": 79710074196,
      "time": 334,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7434527361"
    },
    {
      "job": 79710882414,
      "time": 174,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434578165"
    },
    {
      "job": 79710882393,
      "time": 334,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7434622606"
    },
    {
      "job": 79710882430,
      "time": 289,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7434610300"
    },
    {
      "job": 79710882422,
      "time": 302,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7434613271"
    }
  ],
  "_buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/Zaoqu-Liu/cellGeometry",
  "_commit": {
    "id": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
    "author": "Zaoqu-Liu <liuzaoqu@163.com>",
    "committer": "Zaoqu-Liu <liuzaoqu@163.com>",
    "message": "文档: 添加 pkgdown 站点与完整文档\n\n- 添加 _pkgdown.yml 配置文件\n- 新增 Mathematical Foundations vignette (算法原理详解)\n- 新增 Visualization Guide vignette (可视化指南)\n- 新增 Real-World Application vignette (真实数据分析教程)\n- 更新所有 vignettes 的作者信息\n- 更新 README 添加网站链接和更详细的文档\n- 更新 DESCRIPTION 添加网站 URL\n- 添加 .Rbuildignore 和 .gitignore\n- 构建完整的 pkgdown 站点到 docs/ 目录\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n",
    "time": 1770107596
  },
  "_maintainer": {
    "name": "Zaoqu Liu",
    "email": "liuzaoqu@163.com",
    "login": "zaoqu-liu",
    "orcid": "0000-0002-0452-742X",
    "description": "AI4S",
    "uuid": 68080738
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "circlize",
      "role": "Imports"
    },
    {
      "package": "ComplexHeatmap",
      "role": "Imports"
    },
    {
      "package": "DelayedArray",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ensembldb",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gtools",
      "role": "Imports"
    },
    {
      "package": "matrixStats",
      "role": "Imports"
    },
    {
      "package": "mcprogress",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "pbmcapply",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "role": "Suggests"
    },
    {
      "package": "ggsci",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "Rfast2",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "seriation",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "zaoqu-liu",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-06",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "zaoqu-liu",
      "count": 2,
      "uuid": 68080738
    }
  ],
  "_userbio": {
    "uuid": 68080738,
    "type": "user",
    "name": "LIU Zaoqu",
    "description": "AI4S"
  },
  "_downloads": {
    "count": 538,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cellGeometry"
  },
  "_devurl": "https://github.com/zaoqu-liu/cellgeometry",
  "_searchresults": 48,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/cellGeometry.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/myles-lewis/cellgeometry",
  "_realowner": "myles-lewis",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.5.4",
      "date": "2025-09-15"
    },
    {
      "version": "0.5.7",
      "date": "2025-12-11"
    },
    {
      "version": "0.6.2",
      "date": "2026-03-19"
    },
    {
      "version": "0.6.3",
      "date": "2026-04-19"
    }
  ],
  "_exports": [
    "add_noise",
    "adjust_library_size",
    "cellMarkers",
    "collapse_group",
    "comp_heatmap",
    "cos_similarity",
    "deconvolute",
    "diagnose",
    "fix_bulk",
    "fix_group",
    "gene_angle",
    "gene2symbol",
    "generate_samples",
    "ggplot_residuals",
    "graded_log_noise",
    "log_noise",
    "logmean",
    "mergeMarkers",
    "metric_set",
    "plot_comp",
    "plot_residuals",
    "plot_set",
    "plot_tune",
    "quantile_map",
    "rank_angle",
    "reduceNoise",
    "scapply",
    "scmean",
    "shift_noise",
    "signature_heatmap",
    "simulate_bulk",
    "slapply",
    "specificity_plot",
    "specificity_plotly",
    "spillover_heatmap",
    "sqrt_noise",
    "stack_ggplot",
    "stack_plot",
    "tune_deconv",
    "updateMarkers",
    "violin_plot"
  ],
  "_help": [
    {
      "page": "add_noise",
      "title": "Add noise to count data",
      "topics": [
        "add_noise",
        "graded_log_noise",
        "log_noise",
        "shift_noise",
        "sqrt_noise"
      ]
    },
    {
      "page": "adjust_library_size",
      "title": "Adjust count matrix by library size",
      "topics": [
        "adjust_library_size"
      ]
    },
    {
      "page": "cellMarkers",
      "title": "Identify cell markers",
      "topics": [
        "cellMarkers"
      ]
    },
    {
      "page": "collapse_group",
      "title": "Collapse groups in cellMarkers object",
      "topics": [
        "collapse_group"
      ]
    },
    {
      "page": "comp_heatmap",
      "title": "Compensation heatmap",
      "topics": [
        "comp_heatmap"
      ]
    },
    {
      "page": "cos_similarity",
      "title": "Gene signature cosine similarity matrix",
      "topics": [
        "cos_similarity"
      ]
    },
    {
      "page": "deconvolute",
      "title": "Deconvolute bulk RNA-Seq using single-cell RNA-Seq signature",
      "topics": [
        "deconvolute"
      ]
    },
    {
      "page": "diagnose",
      "title": "Diagnostics for cellMarker signatures",
      "topics": [
        "diagnose"
      ]
    },
    {
      "page": "fix_bulk",
      "title": "Fix in missing genes in bulk RNA-Seq matrix",
      "topics": [
        "fix_bulk"
      ]
    },
    {
      "page": "fix_group",
      "title": "Fix cellMarkers signature with no cell groups",
      "topics": [
        "fix_group"
      ]
    },
    {
      "page": "gene_angle",
      "title": "Vector based best marker selection",
      "topics": [
        "gene_angle"
      ]
    },
    {
      "page": "gene2symbol",
      "title": "Converts ensembl gene ids to symbols",
      "topics": [
        "gene2symbol"
      ]
    },
    {
      "page": "generate_samples",
      "title": "Generate random cell number samples",
      "topics": [
        "generate_samples"
      ]
    },
    {
      "page": "logmean",
      "title": "Mean Objects",
      "topics": [
        "log2s",
        "logmean",
        "trimmean"
      ]
    },
    {
      "page": "mergeMarkers",
      "title": "Merge cellMarker signatures",
      "topics": [
        "mergeMarkers"
      ]
    },
    {
      "page": "metric_set",
      "title": "Calculate R-squared and metrics on deconvoluted cell subclasses",
      "topics": [
        "metric_set"
      ]
    },
    {
      "page": "plot_comp",
      "title": "Plot compensation analysis",
      "topics": [
        "plot_comp"
      ]
    },
    {
      "page": "plot_residuals",
      "title": "Residuals plot",
      "topics": [
        "ggplot_residuals",
        "plot_residuals"
      ]
    },
    {
      "page": "plot_set",
      "title": "Scatter plots to compare deconvoluted subclasses",
      "topics": [
        "plot_set"
      ]
    },
    {
      "page": "plot_tune",
      "title": "Plot tuning curves",
      "topics": [
        "plot_tune"
      ]
    },
    {
      "page": "plot.qqmap",
      "title": "Quantile-quantile plot",
      "topics": [
        "plot.qqmap"
      ]
    },
    {
      "page": "quantile_map",
      "title": "Quantile mapping function between two scRNA-Seq datasets",
      "topics": [
        "quantile_map"
      ]
    },
    {
      "page": "rank_angle",
      "title": "Rank distance angles from a cosine similarity matrix",
      "topics": [
        "rank_angle"
      ]
    },
    {
      "page": "reduceNoise",
      "title": "Reduce noise in single-cell data",
      "topics": [
        "reduceNoise"
      ]
    },
    {
      "page": "residuals.deconv",
      "title": "Extract Deconvolution Residuals",
      "topics": [
        "residuals.deconv"
      ]
    },
    {
      "page": "rstudent.deconv",
      "title": "Regression Deletion Diagnostics",
      "topics": [
        "cooks.distance.deconv",
        "rstandard.deconv",
        "rstudent.deconv"
      ]
    },
    {
      "page": "scapply",
      "title": "Single-cell apply a function to a matrix split by a factor",
      "topics": [
        "scapply"
      ]
    },
    {
      "page": "scmean",
      "title": "Single-cell mean log gene expression across cell types",
      "topics": [
        "scmean"
      ]
    },
    {
      "page": "signature_heatmap",
      "title": "Gene signature heatmap",
      "topics": [
        "signature_heatmap"
      ]
    },
    {
      "page": "simulate_bulk",
      "title": "Simulate pseudo-bulk RNA-Seq",
      "topics": [
        "simulate_bulk"
      ]
    },
    {
      "page": "slapply",
      "title": "Apply a function to a big matrix by slicing",
      "topics": [
        "slapply"
      ]
    },
    {
      "page": "specificity_plot",
      "title": "Specificity plot",
      "topics": [
        "specificity_plot",
        "specificity_plotly"
      ]
    },
    {
      "page": "spillover_heatmap",
      "title": "Spillover heatmap",
      "topics": [
        "spillover_heatmap"
      ]
    },
    {
      "page": "stack_plot",
      "title": "Stacked bar plot",
      "topics": [
        "stack_ggplot",
        "stack_plot"
      ]
    },
    {
      "page": "summary.tune_deconv",
      "title": "Summarising deconvolution tuning",
      "topics": [
        "summary.tune_deconv"
      ]
    },
    {
      "page": "tune_deconv",
      "title": "Tune deconvolution parameters",
      "topics": [
        "tune_deconv"
      ]
    },
    {
      "page": "updateMarkers",
      "title": "Update cellMarkers object",
      "topics": [
        "updateMarkers"
      ]
    },
    {
      "page": "violin_plot",
      "title": "Cell subclass violin plot",
      "topics": [
        "violin_plot"
      ]
    }
  ],
  "_readme": "https://github.com/Zaoqu-Liu/cellGeometry/raw/main/README.md",
  "_rundeps": [
    "abind",
    "AnnotationDbi",
    "AnnotationFilter",
    "askpass",
    "BH",
    "Biobase",
    "BiocBaseUtils",
    "BiocGenerics",
    "BiocIO",
    "BiocParallel",
    "Biostrings",
    "bit",
    "bit64",
    "bitops",
    "blob",
    "cachem",
    "cigarillo",
    "circlize",
    "cli",
    "clue",
    "cluster",
    "codetools",
    "colorspace",
    "ComplexHeatmap",
    "cpp11",
    "crayon",
    "curl",
    "DBI",
    "DelayedArray",
    "digest",
    "doParallel",
    "dplyr",
    "ensembldb",
    "farver",
    "fastmap",
    "foreach",
    "formatR",
    "futile.logger",
    "futile.options",
    "generics",
    "GenomeInfoDb",
    "GenomicAlignments",
    "GenomicFeatures",
    "GenomicRanges",
    "GetoptLong",
    "ggplot2",
    "ggrepel",
    "GlobalOptions",
    "glue",
    "gtable",
    "gtools",
    "httr",
    "IRanges",
    "isoband",
    "iterators",
    "jsonlite",
    "KEGGREST",
    "labeling",
    "lambda.r",
    "lattice",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "mcprogress",
    "memoise",
    "mime",
    "openssl",
    "pbmcapply",
    "pillar",
    "pkgconfig",
    "png",
    "ProtGenerics",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RCurl",
    "restfulr",
    "Rhtslib",
    "rjson",
    "rlang",
    "Rsamtools",
    "RSQLite",
    "rtracklayer",
    "S4Arrays",
    "S4Vectors",
    "S7",
    "scales",
    "Seqinfo",
    "shape",
    "snow",
    "SparseArray",
    "SummarizedExperiment",
    "sys",
    "tibble",
    "tidyselect",
    "UCSC.utils",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "XML",
    "XVector",
    "yaml"
  ],
  "_score": 2.380211241711606,
  "_indexed": false,
  "_nocasepkg": "cellgeometry",
  "_universes": [
    "zaoqu-liu"
  ],
  "_indexurl": "https://myles-lewis.r-universe.dev/cellGeometry",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.8",
      "date": "2026-06-05T10:38:10.000Z",
      "distro": "noble",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "766b58dd506fe211d3efb5ec94b438cb8e72614f7d77d0c0a3467fa7b109c448",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.8",
      "date": "2026-06-05T10:38:12.000Z",
      "distro": "noble",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "a68675ec43c34aa9e887546c2ca36d2e9e0e7e51468a6f034d2a11c577322eb0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.8",
      "date": "2026-06-05T10:37:21.000Z",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "ef1c24a4aca408abfc0fd2d000c837a8e1a5607287b36422fa020bd2a98f6df6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.8",
      "date": "2026-06-05T10:36:56.000Z",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "ef74b357cf0563758cb2922a881b00654b952adb7d4396329b80d40ba4e410ee",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.8",
      "date": "2026-06-05T10:38:04.000Z",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "4a55ad8bc30af0d5ec51aec27264db0ede0c5014deac29964fdd695c075d195b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-06-05T10:36:52.000Z",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "98f91844552c3c888eea121276b8f7eba24fdcb71395b8850c06c385295aa81a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-06-05T10:36:32.000Z",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "bbe41eea1aa555d4782f213b72d542a9918390fd694b922f830b6c3c7e8fab4b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-06-05T10:36:40.000Z",
      "commit": "bfc1786417ef68caa814f3c543b40e28aefd3b9a",
      "fileid": "cf2e347bc97c24111523d87e09cee07f081636e0ba327e3f64c307c39361c0a8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/zaoqu-liu/actions/runs/27009711179"
    }
  ]
}