forked from SCA-IRCM/SingleCellSignalR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 847 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 847 Bytes
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
Package: SingleCellSignalR
Title: Cell Signalling Using Single Cell RNAseq Data Analysis
Version: 0.99.24
Authors@R: c(person("Simon", "Cabello-Aguilar", email = "simon.cabello-aguilar@inserm.fr", role = c("aut")), person("Jacques", "Colinge", email = "jacques.colinge@inserm.fr", role = c("cre","aut")))
Description: Allows single cell RNA seq data analysis, clustering, creates internal network and infers cell-cell interactions.
Depends: R (>= 4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
BiocManager,
circlize,
limma,
igraph,
gplots,
grDevices,
edgeR,
SIMLR,
data.table,
pheatmap,
stats,
Rtsne,
graphics,
stringr,
foreach,
multtest,
scran,
utils,
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
biocViews: SingleCell, Network, Clustering, RNASeq, Classification