- Home
- Bioconductor 3.23
- Software Packages
- GloScope (development version)
GloScope
This is the development version of GloScope; for the stable release version, see GloScope.
Population-level Representation on scRNA-Seq data
Bioconductor version: Development (3.23)
This package aims at representing and summarizing the entire single-cell profile of a sample. It allows researchers to perform important bioinformatic analyses at the sample-level such as visualization and quality control. The main functions Estimate sample distribution and calculate statistical divergence among samples, and visualize the distance matrix through MDS plots.
Author: Elizabeth Purdom [aut, cre], William Torous [aut] ORCID iD ORCID: 0000-0001-5668-5510 , Hao Wang [aut] ORCID iD ORCID: 0000-0002-0749-474X , Boying Gong [aut]
Maintainer: Elizabeth Purdom <epurdom at stat.berkeley.edu>
citation("GloScope")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GloScope")
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("GloScope")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.