forked from dviraran/SingleR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 931 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
Package: SingleR
Type: Package
Title: Reference-based single-cell RNA-seq annotation
Version: 1.0.1
Author: Dvir Aran
Maintainer: Dvir Aran <[email protected]>
Description: A computational method for unbiased cell type recognition of scRNA-seq. SingleR leverages reference transcriptomic datasets of pure cell types to infer the cell of origin of each of the single cells independently. SingleR’s annotations combined with Seurat, a processing and analysis package designed for scRNA-seq, provide a powerful tool for the investigation of scRNA-seq data
License: GPL 3.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
bioCviews:
Imports: BiocManager,
RColorBrewer,
outliers,
matrixStats,
plyr,
dplyr,
ggplot2,
pbmcapply,
Matrix,
GSEABase,
GSVA,
pheatmap,
parallel,
devtools,
doFuture,
data.table,
foreach,
singscore,
doParallel
Suggests: Seurat (>= 2.2)