M3Drop - Michaelis-Menten Modelling of Dropouts for scRNASeq This is an R package providing functions for fitting a modified Michaelis-Menten (MM) equation to the pattern of dropouts observed in a single-cell sequencing experiment. As well as the Depth-Adjusted Negative Binomial (DANB) model which is tailored for datasets quantified using unique molecular identifiers (UMIs). Functions are provided for fitting each model as well as performing dropout-based feature selection. These can be used to reduce technical noise in downstream analyses such as clustering or pseudotime analysis. For comparison, the algorithm presented in Brennecke et al (2015) for detection of significantly highly variable genes is included. Installation : >require("devtools") >install_github('tallulandrews/M3Drop') OR >source("https://bioconductor.org/biocLite.R") >biocLite("M3Drop") Example Data: >require("devtools") >install_github('tallulandrews/M3DExampleData') OR >source("https://bioconductor.org/biocLite.R") >biocLite("M3DExampleData") Read More: DOI: 10.1101/065094