- Home
- Bioconductor 3.22
- Software Packages
- scRNAseqApp
scRNAseqApp
This is the released version of scRNAseqApp; for the devel version, see scRNAseqApp.
A single-cell RNAseq Shiny app-package
Bioconductor version: Release (3.22)
The scRNAseqApp is a Shiny app package designed for interactive visualization of single-cell data. It is an enhanced version derived from the ShinyCell, repackaged to accommodate multiple datasets. The app enables users to visualize data containing various types of information simultaneously, facilitating comprehensive analysis. Additionally, it includes a user management system to regulate database accessibility for different users.
Author: Jianhong Ou [aut, cre] ORCID iD ORCID: 0000-0002-8652-2488
Maintainer: Jianhong Ou <jou at morgridge.org>
citation("scRNAseqApp")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scRNAseqApp")
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("scRNAseqApp")
Details
Package Archives
Follow Installation instructions to use this package in your R session.