-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
47 lines (47 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: diem
Title: Debris-Containing Droplet Identification using EM
Version: 2.4.1
Date: 2022-12-19
Authors@R: c(person(given = "Marcus",
family = "Alvarez",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Elior",
family = "Rahmani",
role = "aut",
email = "[email protected]"))
Description: Identification of debris-containing droplets
from a droplet-based single cell/nucleus RNA-seq. 'diem'
classifies droplets by modeling droplet expression with a
multinomial mixture model. Droplets are assigned to
debris or cell type clusters after estimating parameters
with expectation maximization (EM). Provides
quantifications of contamination in individual
droplets for filtering and use as a covariate.
See Alvarez M, Rahmani E, et al (2019)
<doi:10.1101/786285> for details.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
R (>= 3.5.0),
methods
LinkingTo: Rcpp, RcppEigen, RcppProgress
Imports:
ggplot2,
Matrix,
irlba,
scales,
gridExtra,
utils,
stats,
Rcpp
Suggests:
Seurat (>= 3.0.0),
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://www.biorxiv.org/content/10.1101/786285v2
BugReports: https://github.com/marcalva/diem/issues