-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 936 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
Package: scID
Title: geneset-guided identification of cell types using single cell RNA-seq data
Version: 2.2
Authors@R: c(person("Katerina", "Boufea",
email = "[email protected]",
role = c("aut", "cre")),
person("Nizar N.", "Batada",
role = c("aut")))
Description: scID is a method for geneset-guided identification of cell types at the level of individual cells,
using single cell RNA-seq data. Given a gene expression matrix and a list of marker genes that
define the population of interest, scID returns a matching score for each cell and the names of
the identified matching cells.
Depends: R (>= 3.4.0)
License: GPL-3.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Imports: Seurat,
svMisc,
pheatmap,
ggplot2,
mclust,
scater,
data.table,
biomod2