-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.37 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
Package: burgertools
Title: Collection of tools extending the functionality of Seurat
Version: 0.0.0.9000
Authors@R:
person(given = "Nicolas",
family = "Broguiere",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9934-4505"))
Description: The package contains various tools facilitating the analysis
of samples with highly heterogeneous cell types, such as MAGIC
imputation wrappers, signature scoring, cell type classifier based on
markers (relying on signature scoring and MAGIC imputation to overcome
dropouts), quality control (QC) by cell type (relying on the previous
classifier), cell type aware QC plots, cell type classification based
on signatures, interactive clustering and demultiplexing based on mutations,
interactive exploration of mutations/variants at the single cell level etc.
License: GPL (>= 3)
Encoding: UTF-8
Language: en
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
Seurat (>= 5.0.1),
ggplot2
Imports:
dplyr,
cowplot,
Matrix,
sparseMatrixStats,
plotly,
readr,
heatmaply,
bigmds (>= 2.0.1),
R.utils,
stats
URL: https://github.com/nbroguiere/burgertools
BugReports: https://github.com/nbroguiere/burgertools/issues
Remotes:
github::pachoning/bigmds,
github::cran/limma