{
  "_id": "6a1aeb031d7bb097a09f3b64",
  "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-05-30 09:39:42 UTC",
    "User": "root"
  },
  "Author": "Aaron Lun [aut, cre],\nKelly Street [aut]",
  "Maintainer": "Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>",
  "MD5sum": "f586597fee36a788ddbab3b8c95a23bd",
  "_user": "bioc",
  "_type": "src",
  "_file": "TrajectoryUtils_1.21.0.tar.gz",
  "_fileid": "e7575c05c2c253d68c0f2d6508957fa7e2a1dc645ab6759914e934dbd04dab95",
  "_filesize": 207842,
  "_sha256": "e7575c05c2c253d68c0f2d6508957fa7e2a1dc645ab6759914e934dbd04dab95",
  "_created": "2026-05-30T09:39:42.000Z",
  "_published": "2026-05-30T13:49:55.011Z",
  "_jobs": [
    {
      "job": 78640246237,
      "time": 172,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7307365163"
    },
    {
      "job": 78640246267,
      "time": 248,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7307372294"
    },
    {
      "job": 78640246246,
      "time": 312,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7307378292"
    },
    {
      "job": 78640246253,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7308638571"
    },
    {
      "job": 78640246236,
      "time": 160,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7308639790"
    },
    {
      "job": 78639657713,
      "time": 217,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307245767"
    },
    {
      "job": 78640246238,
      "time": 142,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307362629"
    },
    {
      "job": 78640246259,
      "time": 599,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7307406894"
    },
    {
      "job": 78640246263,
      "time": 497,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7307397694"
    },
    {
      "job": 78640246256,
      "time": 221,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7307372225"
    }
  ],
  "_bioccheck": {
    "error": 0,
    "warning": 1,
    "note": 7
  },
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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": "noble",
  "_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": 0,
  "_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",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 3906,
    "source": "https://www.bioconductor.org/packages/stats/bioc/TrajectoryUtils"
  },
  "_devurl": "https://github.com/ltla/trajectoryutils",
  "_searchresults": 20,
  "_rbuild": "4.6.0",
  "_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.051124726711066,
  "_indexed": true,
  "_nocasepkg": "trajectoryutils",
  "_universes": [
    "bioc",
    "ltla"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-05-30T09:59:49.000Z",
      "distro": "noble",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "5087a83708614d5d770a6bb7e0e813749bf4172bc044fe8d75a871dfec30d64b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.21.0",
      "date": "2026-05-30T10:00:37.000Z",
      "distro": "noble",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "c72949f24a6c82eaa1e8943b90d6517ae3df5183cc7416e9c49026c1568d3703",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-05-30T13:48:15.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "0d7648b3ef03df069c67156aca8132d6e7ec3b378b5b81ee27d74cfc11dccf29",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.21.0",
      "date": "2026-05-30T13:48:16.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "8bd6884e53df06291135e6c36b8b7fff823337ba2a67e3cab01f0da7e5d5130a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.21.0",
      "date": "2026-05-30T09:59:54.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "24edeec9f7742c3d7f1a4bd986adb9b8b3cb3dda49e18a4a27c575538f900150",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-30T10:05:44.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "2157c5818d4694fb7801aadfd72604845b5e72db436aece8afd84dfc6102d254",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-30T10:04:06.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "0dc2a484cba3071831521f98f8d347e04315a107211ef0a3a26e38e40c9b937f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.21.0",
      "date": "2026-05-30T09:59:27.000Z",
      "commit": "79012de5a31255225db9e983373900b5ccb5ce6b",
      "fileid": "dda7ec32e11ec0a9bfba6c97c44b797aeac1e119e4c52dedc04deef2b985b807",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26676431916"
    }
  ]
}