{
  "_id": "6a4de32cd253724d3f6ddbe5",
  "Package": "TrajectoryUtils",
  "Version": "1.21.0",
  "Date": "2024-02-03",
  "Title": "Single-Cell Trajectory Analysis Utilities",
  "Description": "Implements low-level utilities for single-cell trajectory\nanalysis, primarily intended for re-use inside higher-level\npackages. Include a function to create a cluster-level minimum\nspanning tree and data structures to hold pseudotime inference\nresults.",
  "Authors@R": "c(\nperson(\"Aaron\", \"Lun\", role=c(\"aut\", \"cre\"), email=\"infinite.monkeys.with.keyboards@gmail.com\"),\nperson(\"Kelly\", \"Street\", role=\"aut\")\n)",
  "License": "GPL-3",
  "biocViews": "GeneExpression, SingleCell",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "BugReports": "https://github.com/LTLA/TrajectoryUtils/issues",
  "URL": "https://bioconductor.org/packages/TrajectoryUtils",
  "Config/pak/sysreqs": "libglpk-dev libxml2-dev zlib1g-dev",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:54:55 UTC",
  "RemoteUrl": "https://github.com/bioc/TrajectoryUtils",
  "RemoteRef": "HEAD",
  "RemoteSha": "79012de5a31255225db9e983373900b5ccb5ce6b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-08 05:36:12 UTC",
    "User": "root"
  },
  "Author": "Aaron Lun [aut, cre],\nKelly Street [aut]",
  "Maintainer": "Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>",
  "_user": "bioc",
  "_type": "src",
  "_file": "TrajectoryUtils_1.21.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/6c24867829981c531bf56d74e28b90929950abd2d8751b3fce4170f52090811e",
  "_filesize": 209950,
  "_sha256": "6c24867829981c531bf56d74e28b90929950abd2d8751b3fce4170f52090811e",
  "_expires": "2026-10-16T05:42:02.000Z",
  "_created": "2026-07-08T05:36:12.000Z",
  "_published": "2026-07-08T05:42:04.598Z",
  "_bioccheck": {
    "error": 0,
    "warning": 1,
    "note": 6
  },
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739",
  "_status": "success",
  "_upstream": "https://github.com/bioc/TrajectoryUtils",
  "_commit": {
    "id": "79012de5a31255225db9e983373900b5ccb5ce6b",
    "author": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "committer": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "message": "bump x.y.z version to odd y following creation of RELEASE_3_23 branch\n",
    "time": 1777380895
  },
  "_maintainer": {
    "name": "Aaron Lun",
    "email": "infinite.monkeys.with.keyboards@gmail.com",
    "login": "ltla",
    "twitter": "@realAaronLun",
    "description": "(ノಠ益ಠ)ノ彡┻━┻\n",
    "uuid": 8166669
  },
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 85795504745,
      "time": 175,
      "config": "bioc-checks",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8159178088"
    },
    {
      "job": 85795504810,
      "time": 292,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8159206697"
    },
    {
      "job": 85795504760,
      "time": 297,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8159207969"
    },
    {
      "job": 85795504740,
      "time": 169,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8159176547"
    },
    {
      "job": 85795504747,
      "time": 215,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8159187836"
    },
    {
      "job": 85794977485,
      "time": 250,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8159133764"
    },
    {
      "job": 85795504769,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8159168984"
    },
    {
      "job": 85795504767,
      "time": 198,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8159183732"
    },
    {
      "job": 85795504809,
      "time": 208,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8159186031"
    },
    {
      "job": 85795504762,
      "time": 208,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8159185882"
    }
  ],
  "_registered": true,
  "_dependencies": [
    {
      "package": "SingleCellExperiment",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "role": "Imports"
    },
    {
      "package": "SummarizedExperiment",
      "role": "Imports"
    },
    {
      "package": "BiocNeighbors",
      "role": "Suggests"
    },
    {
      "package": "DelayedArray",
      "role": "Suggests"
    },
    {
      "package": "DelayedMatrixStats",
      "role": "Suggests"
    },
    {
      "package": "BiocParallel",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "BiocStyle",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.21.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.20.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "geneexpression",
    "singlecell"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "ltla",
      "count": 36,
      "uuid": 8166669
    },
    {
      "user": "nturaga",
      "count": 6,
      "uuid": 2746443
    },
    {
      "user": "jwokaty",
      "count": 6,
      "uuid": 1744257
    },
    {
      "user": "kstreet13",
      "count": 1,
      "uuid": 11052277
    }
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "followers": 445,
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 3935,
    "source": "https://www.bioconductor.org/packages/stats/bioc/TrajectoryUtils"
  },
  "_devurl": "https://github.com/ltla/trajectoryutils",
  "_searchresults": 21,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/TrajectoryUtils.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ltla/trajectoryutils",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "averagePseudotime",
    "cellData",
    "cellData<-",
    "cellnames",
    "cellnames<-",
    "createClusterMST",
    "defineMSTPaths",
    "guessMSTRoots",
    "ncells",
    "npaths",
    "pathData",
    "pathData<-",
    "pathnames",
    "pathnames<-",
    "pathStat",
    "pathStat<-",
    "pathStatNames",
    "pathStatNames<-",
    "pathStats",
    "pathStats<-",
    "PseudotimeOrdering",
    "rowmean",
    "rowmedian",
    "show",
    "splitByBranches"
  ],
  "_help": [
    {
      "page": "averagePseudotime",
      "title": "Compute the average pseudotime",
      "topics": [
        "averagePseudotime"
      ]
    },
    {
      "page": "createClusterMST",
      "title": "Minimum spanning trees on cluster centroids",
      "topics": [
        "createClusterMST",
        "createClusterMST,ANY-method",
        "createClusterMST,SingleCellExperiment-method",
        "createClusterMST,SummarizedExperiment-method"
      ]
    },
    {
      "page": "defineMSTPaths",
      "title": "Define paths through the MST",
      "topics": [
        "defineMSTPaths"
      ]
    },
    {
      "page": "guessMSTRoots",
      "title": "Guess the roots of a MST",
      "topics": [
        "guessMSTRoots"
      ]
    },
    {
      "page": "PseudotimeOrdering",
      "title": "The PseudotimeOrdering class",
      "topics": [
        "$,PseudotimeOrdering-method",
        "$<-,PseudotimeOrdering-method",
        "cellData",
        "cellData<-",
        "cellData<-,PseudotimeOrdering-method",
        "cellnames",
        "cellnames<-",
        "cellnames<-,PseudotimeOrdering-method",
        "ncells",
        "npaths",
        "pathData",
        "pathData<-",
        "pathData<-,PseudotimeOrdering-method",
        "pathnames",
        "pathnames<-",
        "pathnames<-,PseudotimeOrdering-method",
        "pathStat",
        "pathStat<-",
        "pathStat<-,PseudotimeOrdering-method",
        "pathStatNames",
        "pathStatNames<-",
        "pathStatNames<-,PseudotimeOrdering-method",
        "pathStats",
        "pathStats<-",
        "pathStats<-,PseudotimeOrdering-method",
        "PseudotimeOrdering",
        "PseudotimeOrdering-class",
        "show,PseudotimeOrdering-method"
      ]
    },
    {
      "page": "rowmean",
      "title": "Compute column means based on a grouping variable",
      "topics": [
        "rowmean",
        "rowmedian"
      ]
    },
    {
      "page": "splitByBranches",
      "title": "Split a graph into branch-free paths",
      "topics": [
        "splitByBranches"
      ]
    }
  ],
  "_rundeps": [
    "abind",
    "Biobase",
    "BiocGenerics",
    "cli",
    "cpp11",
    "DelayedArray",
    "generics",
    "GenomicRanges",
    "glue",
    "igraph",
    "IRanges",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "pkgconfig",
    "rlang",
    "S4Arrays",
    "S4Vectors",
    "Seqinfo",
    "SingleCellExperiment",
    "SparseArray",
    "SummarizedExperiment",
    "vctrs",
    "XVector"
  ],
  "_vignettes": [
    {
      "source": "overview.Rmd",
      "filename": "overview.html",
      "title": "Trajectory utilities for package developers",
      "author": "Aaron Lun",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "MST construction",
        "Operations on the MST",
        "The PseudotimeOrdering class",
        "Session information"
      ],
      "created": "2020-11-09 06:49:17",
      "modified": "2020-11-30 02:28:32",
      "commits": 3
    }
  ],
  "_score": 6.075526523524252,
  "_indexed": true,
  "_nocasepkg": "trajectoryutils",
  "_universes": [
    "bioc",
    "ltla"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-07-08T05:39:27.000Z",
      "distro": "resolute",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/a4788e90f2d660148ddf4a5bdcee1a646633a192bf23255d696ab5e921d946b0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-07-08T05:39:19.000Z",
      "distro": "resolute",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/8e449c1d896ea515a58be1be51a3baa895072600548d98be7fa36c42798591d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-07-08T05:38:09.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/a90794d1baadb7e2ee948673e9ff8c1ba6a4504b1b88dd01559755fb82253c8b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-07-08T05:38:35.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/11154fd29fe4f77c8530905fbc28786a67442d9fe9feeef5f286c06c012e6874",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.21.0",
      "date": "2026-07-08T05:38:58.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/93649372d26e2bf81ac6254a7beeb5bc0e7fbde7b9de4ce01307fd3bdac0e692",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-07-08T05:37:54.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/e1b59078d90d9ce268e20e721fb39001f66ae7bfaeb2cbc0fa2d95738f95b841",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-07-08T05:38:00.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/474ecfceea5163fa816b704198cdc466d38fed855eeda3248bf5cc1945cb5fcc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-07-08T05:38:34.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "https://r2.ropensci.org/513fd151fa1f44a36944fb0351031188d8e5e6f6396d4998348342140169c1f9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/28919981739"
    }
  ]
}