-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 875 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
Package: BCEMTSclassifier
Title: Breast Cancer EMT Subtype Classifier
Version: 0.0.0.9000
Authors@R:
c(person(given = "Shihao",
family = "Sun",
role = c("aut", "cre"),
email = "[email protected]"
),
person(given = "Shuang",
family = "Chen",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0009-0005-6148-9721"))
)
Description: Classification of whole-transcriptome assays of breast cancer samples
using the Breast Cancer EMT Subtype ML classifier.
Depends: R (>= 3.5.0)
Imports: tidyverse, data.table, tidymodels
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr