Skip to content

klarman-cell-observatory/ens_atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Citation:

Drokhlyansky, Smillie, van Wittenberghe, et al. (Cell, 2020)

Description:

This file contains code for detecting heterotypic multiplets in MIRACL-Seq data. Code for other analyses found throughout the paper is available here:
https://github.com/cssmillie/ulcerative_colitis
For other questions, please email Chris Smillie (cssmillie [AT] gmail.com).

Requirements:

Before using this code, you must install the "dnormpar2" R package (included):

R CMD INSTALL dnormpar2.tar.gz

This contains a fast method for calculating the doublet statistics.

Usage:

source('MIRACL.r')

res = find_doublets(data, ident, sig.use)

doublets = res[[length(res)]]$doublets

Please see code comments for more detailed usage instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages