uSORT
This is the released version of uSORT; for the devel version, see uSORT.
uSORT: A self-refining ordering pipeline for gene selection
Bioconductor version: Release (3.22)
This package is designed to uncover the intrinsic cell progression path from single-cell RNA-seq data. It incorporates data pre-processing, preliminary PCA gene selection, preliminary cell ordering, feature selection, refined cell ordering, and post-analysis interpretation and visualization.
Author: Mai Chan Lau, Hao Chen, Jinmiao Chen
Maintainer: Hao Chen <chen_hao at immunol.a-star.edu.sg>
citation("uSORT")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("uSORT")
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("uSORT")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.