forked from kkang7/CDSeq_R_Package
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 1.63 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
48
49
50
51
52
53
54
55
56
57
Package: CDSeq
Type: Package
Title: A Complete Deconvolution Method using Sequencing Data
Depends: R (>= 3.6.0)
biocViews:
Version: 1.0.9
Date: 2021-03-12
Authors@R: c(person("Kai", "Kang", email = "[email protected]", role = c("aut", "cre","cph")),
person("Caizhi", "Huang", email = "[email protected]", role = "aut"),
person("Qian","Meng", role="ctb"),
person("Igor","Shats", role="ctb"),
person("Melissa","Li", role="ctb"),
person("David","Umbach",role="ctb"),
person("Leping","Li", role=c("aut","cph")),
person("Yuanyuan","Li", role="ctb"),
person("Xiaoling","Li", role="ctb"))
Maintainer: Kai Kang <[email protected]>
Description: Estimate cell-type-specific gene expression profiles and sample-specific cell-type proportions simultaneously using bulk sequencing data. Kang et al. (2019) <doi:10.1371/journal.pcbi.1007510>.
License: GPL-3
Imports:
Rcpp (>= 1.0.3),
MASS,
foreach,
doParallel,
dirmult,
RcppThread,
iterators,
parallel,
grDevices,
Seurat,
ggplot2,
magrittr,
dplyr,
rlang,
Matrix,
matrixStats,
ggpubr,
pheatmap,
harmony
Remotes: github::PelzKo/harmony
LinkingTo: Rcpp,
RcppArmadillo,
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
gplots,
clue,
Biobase,
qlcMatrix,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/kkang7/CDSeq_R_Package, https://doi.org/10.1371/journal.pcbi.1007510
BugReports: https://github.com/kkang7/CDSeq_R_Package/issues
Config/testthat/edition: 3