Skip to content

tallulandrews/M3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Citation:
Amdrews, TS and Hemberg, M. (2018) M3Drop:dropout-based feature selection for scRNASeq. Bioinformatics, bty1044. https://doi.org/10.1093/bioinformatics/bty1044

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages