-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
48 lines (48 loc) · 1.34 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: cellpypes
Title: Cell Type Pipes for Single-Cell RNA Sequencing Data
Version: 0.2.1
Authors@R:
person(given = "Felix",
family = "Frauhammer",
role = c("aut", "cre"),
email = "[email protected]")
Description: Annotate single-cell RNA sequencing data manually based on
marker gene thresholds.
Find cell type rules (gene+threshold) through exploration,
use the popular piping operator '%>%' to reconstruct complex
cell type hierarchies.
'cellpypes' models technical noise to find positive and negative cells for
a given expression threshold and returns cell type labels or pseudobulks.
Cite this package as Frauhammer (2022) <doi:10.5281/zenodo.6555728> and
visit <https://github.com/FelixTheStudent/cellpypes> for tutorials and newest
features.
URL: https://github.com/FelixTheStudent/cellpypes
BugReports: https://github.com/FelixTheStudent/cellpypes/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
Seurat,
DESeq2,
RcppAnnoy,
tibble,
SeuratObject
Config/testthat/edition: 3
Imports:
scUtils,
ggplot2,
Matrix,
rlang,
viridis,
cowplot,
dplyr,
scales,
methods,
scattermore
Depends:
R (>= 2.10)