speckle
Statistical methods for analysing single cell RNA-seq data
Bioconductor version: 3.23 · Package version: 1.12.0
The speckle package contains functions for the analysis of single cell RNA-seq data. The speckle package currently contains functions to analyse differences in cell type proportions. There are also functions to estimate the parameters of the Beta distribution based on a given counts matrix, and a function to normalise a counts matrix to the median library size. There are plotting functions to visualise cell type proportions and the mean-variance relationship in cell type proportions and counts. As our research into specialised analyses of single cell data continues we anticipate that the package will be updated with new functions.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("speckle") Details
| Maintainer | Belinda Phipson <phipson.b@wehi.edu.au> |
| Author | Belinda Phipson [aut, cre] |
| License | GPL-3 |
| Downloads rank | 645 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, RNASeq, Regression, SingleCell, Software |