-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
42 lines (42 loc) · 924 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
39
40
41
42
Package: SignallingSingleCell
Type: Package
Title: Network Analysis for single cell RNA sequencing Data (sc-RNASeq)
Version: 0.01
Author: Kyle Gellatly, UMASS Medical School, Garber Lab
Maintainer: Kyle Gellatly <[email protected]>
Description: Preprocessing, Normalization, Dimensionality Reduction, Clustering, and Network Analysis for single cell RNA Sequencing Data
License: What license is it under?
Encoding: UTF-8
LinkingTo: Rcpp
LazyData: true
Depends:
R (>= 2.10.0),
methods,
Matrix (>= 1.2-6),
Biobase,
ggplot2 (>= 1.0.0),
viridis,
igraph
Imports:
irlba,
fastICA,
Rtsne,
kknn,
MASS,
limSolve,
ggridges,
densityClust,
mgcv,
edgeR,
caret,
visNetwork,
grid,
gtable,
SingleCellExperiment,
scran,
scater
biocViews: Single Cell, Networking
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown