-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 955 Bytes
/
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
Package: TCfinder
Title: Tumor cell identification in single-cell datasets
Version: 1.2.0.1
Authors@R: c(
person("Chenxu", "Wu", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-7257-4470")),
person("Tao", "Wu", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8999-9628")),
person("Xue-Song", "Liu", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-7736-0077"))
)
Description: Perform normalization and pathway score calculations on single-cell data, and distinguish tumor cells from normal cells in single-cell datasets.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
dplyr,
reticulate,
fs,
Matrix,
methods
Depends:
R (>= 3.50)
LazyData: true