-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
22 lines (22 loc) · 858 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: SCDC
Title: Bulk RNA-seq deconvolution by scRNA-seq with multi-reference datasets
Version: 0.0.0.9000
Authors@R:
person(given = "Meichen",
family = "Dong",
role = c("aut", "cre"),
email = "[email protected]")
Description: SCDC adopts an ENSEMBLE method to integrate deconvolution results from different scRNA-seq datasets that are produced in different laboratories and at different times, implicitly addressing the batch-effect confounding.
License: What license it uses
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/meichendong/SCDC
BugReports: https://github.com/meichendong/SCDC/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports: Rcpp (>= 0.11.0), L1pack, Biobase, nnls, reshape, xbioc, cowplot, ggplot2, pheatmap
LinkingTo: Rcpp
Depends: R (>= 3.0.1)