{
  "_id": "6a3b9cc35cdecea1d6826a08",
  "Type": "Package",
  "Package": "tgstat",
  "Title": "Amos Tanay's Group High Performance Statistical Utilities",
  "Version": "2.4.0",
  "Authors@R": "c(\nperson(\"Michael\", \"Hoichman\", , \"misha@hoichman.com\", role = \"aut\"),\nperson(\"Aviezer\", \"Lifshitz\", , \"aviezer.lifshitz@weizmann.ac.il\", role = c(\"aut\", \"cre\"))\n)",
  "Author": "Michael Hoichman [aut], Aviezer Lifshitz [aut, cre]",
  "Maintainer": "Aviezer Lifshitz <aviezer.lifshitz@weizmann.ac.il>",
  "Description": "A collection of high performance utilities to compute\ndistance, correlation, auto correlation, clustering and other\ntasks. Contains graph clustering algorithm described in\n\"MetaCell: analysis of single-cell RNA-seq data using K-nn\ngraph partitions\" (Yael Baran, Akhiad Bercovich, Arnau\nSebe-Pedros, Yaniv Lubling, Amir Giladi, Elad Chomsky, Zohar\nMeir, Michael Hoichman, Aviezer Lifshitz & Amos Tanay, 2019\n<doi:10.1186/s13059-019-1812-2>).",
  "License": "GPL-2",
  "BugReports": "https://github.com/tanaylab/tgstat/issues",
  "URL": "https://tanaylab.github.io/tgstat/",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "LazyLoad": "yes",
  "NeedsCompilation": "yes",
  "OS_type": "unix",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Repository": "https://tanaylab.r-universe.dev",
  "Date/Publication": "2026-03-22 07:47:55 UTC",
  "RemoteUrl": "https://github.com/tanaylab/tgstat",
  "RemoteRef": "HEAD",
  "RemoteSha": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
  "Packaged": {
    "Date": "2026-06-24 08:54:53 UTC",
    "User": "root"
  },
  "MD5sum": "4bf2c8d480b866fe9467395ae9b23f8b",
  "_user": "tanaylab",
  "_type": "src",
  "_file": "tgstat_2.4.0.tar.gz",
  "_fileid": "d3425dc9c1891747812e3cb2e465854e7ed88ca40c9815cdbc82a1cf2e0cdd23",
  "_filesize": 195960,
  "_sha256": "d3425dc9c1891747812e3cb2e465854e7ed88ca40c9815cdbc82a1cf2e0cdd23",
  "_created": "2026-06-24T08:54:53.000Z",
  "_published": "2026-06-24T09:00:51.648Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83155457014,
      "time": 180,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7844774859"
    },
    {
      "job": 83155457013,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7844762014"
    },
    {
      "job": 83155457048,
      "time": 182,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844775660"
    },
    {
      "job": 83155457084,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844761996"
    },
    {
      "job": 83155457019,
      "time": 105,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7844745506"
    },
    {
      "job": 83155457016,
      "time": 258,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7844803604"
    },
    {
      "job": 83155457035,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844744315"
    },
    {
      "job": 83155457052,
      "time": 284,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844813865"
    },
    {
      "job": 83154728335,
      "time": 243,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844704806"
    },
    {
      "job": 83155457010,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844753799"
    },
    {
      "job": 83155457094,
      "time": 64,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": ""
    },
    {
      "job": 83155457042,
      "time": 57,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": ""
    },
    {
      "job": 83155457088,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tanaylab/tgstat",
  "_commit": {
    "id": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
    "author": "aviezerl <aviezer.lifshitz@weizmann.ac.il>",
    "committer": "Aviezer Lifshitz <aviezer.l@gmail.com>",
    "message": "fix: accept ALTREP integer/real matrices in tgs_chi2\n\nRestructure input validation to check dgCMatrix class first, then\nfall through to the integer/real check regardless of object status.\nPreviously, any object with a class attribute that wasn't dgCMatrix\nwas rejected — this broke ALTREP wrappers like jlview's Int32.\n\nThe old three-way OR assumed integer/real and object were mutually\nexclusive, but ALTREP objects can be both.\n",
    "time": 1774165675
  },
  "_maintainer": {
    "name": "Aviezer Lifshitz",
    "email": "aviezer.lifshitz@weizmann.ac.il",
    "login": "aviezerl",
    "description": "",
    "uuid": 18175550
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "tanaylab",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 6
    }
  ],
  "_tags": [],
  "_topics": [
    "algorithms-implemented",
    "correlation",
    "knn",
    "statistics",
    "openblas",
    "cpp"
  ],
  "_stars": 8,
  "_contributors": [
    {
      "user": "aviezerl",
      "count": 107,
      "uuid": 18175550
    },
    {
      "user": "mhoichman",
      "count": 16,
      "uuid": 53958377
    },
    {
      "user": "olivroy",
      "count": 2,
      "uuid": 52606734
    },
    {
      "user": "jeroen",
      "count": 1,
      "uuid": 216319
    },
    {
      "user": "barracuda156",
      "count": 1,
      "uuid": 92015510
    }
  ],
  "_userbio": {
    "uuid": 52876437,
    "type": "organization",
    "name": "tanaylab",
    "followers": 29
  },
  "_downloads": {
    "count": 403,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tgstat"
  },
  "_devurl": "https://github.com/tanaylab/tgstat",
  "_pkgdown": "https://tanaylab.github.io/tgstat/",
  "_searchresults": 36,
  "_rbuild": "4.6.0",
  "_assets": [
    "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",
    "extra/tgstat.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tanaylab/tgstat",
  "_realowner": "tanaylab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2.3.10",
      "date": "2020-07-13"
    },
    {
      "version": "2.3.14",
      "date": "2020-08-19"
    },
    {
      "version": "2.3.16",
      "date": "2020-09-02"
    },
    {
      "version": "2.3.17",
      "date": "2022-04-14"
    },
    {
      "version": "2.3.18",
      "date": "2022-09-29"
    },
    {
      "version": "2.3.19",
      "date": "2022-11-24"
    },
    {
      "version": "2.3.21",
      "date": "2023-01-09"
    },
    {
      "version": "2.3.22",
      "date": "2023-01-24"
    },
    {
      "version": "2.3.24",
      "date": "2023-06-27"
    },
    {
      "version": "2.3.25",
      "date": "2023-11-29"
    },
    {
      "version": "2.3.27",
      "date": "2024-02-15"
    },
    {
      "version": "2.3.28",
      "date": "2024-09-23"
    },
    {
      "version": "2.3.29",
      "date": "2025-11-12"
    },
    {
      "version": "2.3.32",
      "date": "2026-03-20"
    }
  ],
  "_exports": [
    "tgs_chi2",
    "tgs_cor",
    "tgs_cor_knn",
    "tgs_dist",
    "tgs_finite",
    "tgs_graph",
    "tgs_graph_cover",
    "tgs_graph_cover_resample",
    "tgs_knn",
    "tgs_matrix_tapply"
  ],
  "_help": [
    {
      "page": "tgs_chi2",
      "title": "Vectorized chi-squared test for 2x2 contingency tables",
      "topics": [
        "tgs_chi2"
      ]
    },
    {
      "page": "tgs_cor",
      "title": "Calculates correlation or auto-correlation",
      "topics": [
        "tgs_cor",
        "tgs_cor_knn"
      ]
    },
    {
      "page": "tgs_dist",
      "title": "Calculates distances between the matrix rows",
      "topics": [
        "tgs_dist"
      ]
    },
    {
      "page": "tgs_finite",
      "title": "Checks whether all the elements of the vector are finite",
      "topics": [
        "tgs_finite"
      ]
    },
    {
      "page": "tgs_graph",
      "title": "Builds directed graph of correlations",
      "topics": [
        "tgs_graph"
      ]
    },
    {
      "page": "tgs_graph_cover",
      "title": "Clusters directed graph",
      "topics": [
        "tgs_graph_cover"
      ]
    },
    {
      "page": "tgs_graph_cover_resample",
      "title": "Clusters directed graph multiple times with randomized sample subset",
      "topics": [
        "tgs_graph_cover_resample"
      ]
    },
    {
      "page": "tgs_knn",
      "title": "Returns k highest values of each column",
      "topics": [
        "tgs_knn"
      ]
    },
    {
      "page": "tgs_matrix_tapply",
      "title": "For each matrix row apply a function over a ragged array",
      "topics": [
        "tgs_matrix_tapply"
      ]
    }
  ],
  "_readme": "https://github.com/tanaylab/tgstat/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "manual.Rmd",
      "filename": "manual.html",
      "title": "manual",
      "engine": "knitr::rmarkdown",
      "headings": [
        "'tgstat' package - Tanay's group statistical utilities",
        "Package Configuration",
        "Use of BLAS Library",
        "Multitasking"
      ],
      "created": "2022-04-14 17:26:41",
      "modified": "2022-11-25 06:46:15",
      "commits": 2
    }
  ],
  "_score": 6.839603729470837,
  "_indexed": true,
  "_nocasepkg": "tgstat",
  "_universes": [
    "tanaylab",
    "aviezerl"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.4.0",
      "date": "2026-06-24T08:58:09.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "4dea3541e48c5e0635603f9dcd4203f6fd404aab2979b4fa7226a99f38656463",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.4.0",
      "date": "2026-06-24T08:57:32.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "8c6746247679c6ee4584021096d36b8873861ce66025398ec5dd263836b4d24c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.4.0",
      "date": "2026-06-24T08:58:10.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "b2d94fe2131d8b8a746063e0b07965a0fd3ffd1a76d3ab7c1f4312da6ebf54f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.4.0",
      "date": "2026-06-24T08:57:31.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "b05fbf3441c851160fb5f0a9d3091fc1d2c224aae6088b94ff538a0982fcd4d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.4.0",
      "date": "2026-06-24T08:56:49.000Z",
      "arch": "aarch64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "0229bd8eef02113b975dccb018fc60757487a2b52cb534ac83679f4b4545580c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.4.0",
      "date": "2026-06-24T08:58:43.000Z",
      "arch": "x86_64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "5c1310d4fa4b416dca04b170ec7ef944b08002523d1aad00844d8a7303de837f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.4.0",
      "date": "2026-06-24T08:56:43.000Z",
      "arch": "aarch64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "ffbfedfdc7ccdde557f82c3bb0867dadfe72a70825d1b8c36cbcc4185ce7df98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.4.0",
      "date": "2026-06-24T08:59:14.000Z",
      "arch": "x86_64",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "79941e0a94d4f91b47bb8a7ede18d9f5a5adad94214e984480e3289b9131b8a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.4.0",
      "date": "2026-06-24T08:57:18.000Z",
      "arch": "emscripten",
      "commit": "a13c5efda95e28d55b42a51e5b3acdc76aa1196e",
      "fileid": "48e62f04e4ba103056909ece174f82edb6a92f46b11808c8bc3ae8ae63975d9a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tanaylab/actions/runs/28086811006"
    }
  ]
}