-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.16 KB
/
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
Type: Package
Package: clustermole
Title: Unbiased Single-Cell Transcriptomic Data Cell Type Identification
Version: 1.1.1.9000
Authors@R:
person("Igor", "Dolgalev", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4451-126X"))
Description: Assignment of cell type labels to single-cell RNA sequencing (scRNA-seq) clusters is often a time-consuming process that involves manual inspection of the cluster marker genes complemented with a detailed literature search. This is especially challenging when unexpected or poorly described populations are present. The clustermole R package provides methods to query thousands of human and mouse cell identity markers sourced from a variety of databases.
License: MIT + file LICENSE
URL: https://igordot.github.io/clustermole/
BugReports: https://github.com/igordot/clustermole/issues
Depends:
R (>= 4.3)
Imports:
dplyr,
GSEABase,
GSVA (>= 1.50.0),
magrittr,
methods,
rlang,
singscore,
tibble,
tidyr,
utils
Suggests:
covr,
knitr,
rmarkdown,
roxygen2,
testthat
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
RoxygenNote: 7.3.1