- Home
- Bioconductor 3.22
- Software Packages
- dandelionR
dandelionR
This is the released version of dandelionR; for the devel version, see dandelionR.
Single-cell Immune Repertoire Trajectory Analysis in R
Bioconductor version: Release (3.22)
dandelionR is an R package for performing single-cell immune repertoire trajectory analysis, based on the original python implementation. It provides the necessary functions to interface with scRepertoire and a custom implementation of an absorbing Markov chain for pseudotime inference, inspired by the Palantir Python package.
Author: Jiawei Yu [aut] ORCID iD ORCID: 0009-0005-9170-7881 , Nicholas Borcherding [aut] ORCID iD ORCID: 0000-0003-1427-6342 , Kelvin Tuong [aut, cre] ORCID iD ORCID: 0000-0002-6735-6808
Maintainer: Kelvin Tuong <z.tuong at uq.edu.au>
citation("dandelionR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dandelionR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("dandelionR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.