-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 905 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
Package: scPred
Type: Package
Title: scPred - Single cell prediction using singular value decomposition and machine learning classification
Version: 0.0.0.9000
Author: c(person("Jose", "Alquicira-Hernandez", email = "[email protected]", rol = "aut, cre"), person("Quan", "Nguyen", email = "[email protected]", rol = "aut"))
Maintainer: Jose Alquicira-Hernandez <[email protected]>
Description: Provides a series of functions to train a prediction model based on gene expression data to classify single cells
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
irlba,
dplyr,
tidyr,
magrittr,
caret,
kernlab,
pROC,
ggplot2,
tibble,
ggExtra
Imports:
irlba,
dplyr,
tidyr,
magrittr,
caret,
kernlab,
pROC,
ggplot2,
tibble,
ggExtra
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown