-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 929 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
Package: scdney
Type: Package
Title: Single cell data integrative analysis
Version: 0.1.2
Author: Taiyun Kim, Yingxin Lin, Pengyi Yang, Shila Ghazanfar
Maintainer: Taiyun Kim <[email protected]>
Description: A collection of single cell RNA-sequencing data analysis functions including normalisation, mixture modelling, clustering and cell type correction.
License: What license is it under?
Encoding: UTF-8
LazyData: true
Suggests: knitr, rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr
LinkingTo: Rcpp
Imports:
Rcpp (>= 0.11.0),
gmodels (>= 2.18.1),
randomForest (>= 4.6-14),
e1071 (>= 1.7-0),
mclust (>= 5.4.2),
amap (>= 0.8-16),
caret (>= 6.0-81),
clusteval (>= 0.1),
dendextend (>= 1.9.0),
igraph (>= 1.2.2),
foreach (>= 1.4.4),
doParallel (>= 1.0.14),
doSNOW (>= 1.0.16),
ggplot2 (>= 3.1.0),
Hmisc (>= 4.1-1),
parallel,
DescTools,
scran,
reshape2,
ggridges,
lme4,
mice