-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.07 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
Package: ConDecon
Title: Clustering-independent estimation of cell abundances in bulk tissue using single-cell RNA-seq data
Version: 0.0.0.9000
Authors@R:
person(given = "Rachael",
family = "Aubin",
role = c("aut", "cre"),
email = "raubin@seas.upenn.edu",
comment = c(ORCID = "https://orcid.org/0000-0002-9789-763X"))
Description: ConDecon is a clustering-independent deconvolution method for
estimating cell abundances in bulk tissues using single-cell RNA-seq
data. The aim of ConDecon is to infer a probability distribution across
a reference single-cell RNA-seq data that represents the likelihood
for each cell in the reference data to be present in the query bulk
tissue.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
Depends:
R (>= 2.10)
Imports:
ggplot2,
graphics,
grDevices,
Matrix,
matrixStats,
methods,
pdist,
plyr,
stats,
tidyr
Suggests:
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr