- Home
- Bioconductor 3.20
- Software Packages
- aggregateBioVar
aggregateBioVar
This package is for version 3.20 of Bioconductor; for the stable, up-to-date release version, see aggregateBioVar.
Differential Gene Expression Analysis for Multi-subject scRNA-seq
Bioconductor version: 3.20
For single cell RNA-seq data collected from more than one subject (e.g. biological sample or technical replicates), this package contains tools to summarize single cell gene expression profiles at the level of subject. A SingleCellExperiment object is taken as input and converted to a list of SummarizedExperiment objects, where each list element corresponds to an assigned cell type. The SummarizedExperiment objects contain aggregate gene-by-subject count matrices and inter-subject column metadata for individual subjects that can be processed using downstream bulk RNA-seq tools.
Author: Jason Ratcliff [aut, cre] ORCID iD ORCID: 0000-0001-7079-334X , Andrew Thurman [aut], Michael Chimenti [ctb], Alejandro Pezzulo [ctb]
Maintainer: Jason Ratcliff <jason-ratcliff at uiowa.edu>
citation("aggregateBioVar")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("aggregateBioVar")
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("aggregateBioVar")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.