-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 999 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
32
33
34
35
36
37
38
Type: Package
Package: iCTC
Title: Identification of CTC in Blood Streams
Version: 0.99.13
Authors@R: c(person("Krishan", "Gupta",
email = "krishang@iiitd.ac.in", role = c("aut","cre")),
person("Arvind", "Iyer",
email = "arvind16122@iiitd.ac.in", role = c("aut")),
person("Shreya","Sharma",
email = "shreya15096@iiitd.ac.in", role = c("aut")),
person("Debarka", "Sengupta",
email = "debarka@gmail.com", role = c("aut")))
Description: Identification of CTC in blood streams
using preprocessing techniques and machine learning.
URL: https://github.com/krishan57gupta/iCTC
BugReports: https://github.com/krishan57gupta/iCTC/issues
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Depends: R (>= 2.7)
biocViews:
GeneExpression,
DifferentialExpression,
Preprocessing
Imports:
BiocManager,
harmony,
caret,
klaR,
randomForest,
gbm,
devtools
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr