forked from powellgenomicslab/scPred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 812 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: 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,
caret,
kernlab,
MLmetrics
Imports:
irlba,
dplyr,
tidyr,
magrittr,
caret,
kernlab,
pROC,
ggplot2,
tibble,
pbapply,
cowplot
RoxygenNote: 7.0.2
Suggests: Seurat