-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 886 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: mascarade
Type: Package
Title: Generating Cluster Masks for Single-Cell Dimensional Reduction Plots
Version: 0.1.1
Authors@R: person("Alexey", "Sergushichev", email = "[email protected]", role = c("aut", "cre"))
Description: This package implements a procedure to automatically generate 2D masks
for clusters on single-cell dimensional reduction plots like t-SNE or UMAP.
Imports:
data.table,
spatstat.geom,
spatstat.explore
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr,
ggplot2,
ggforce,
patchwork,
Seurat,
SeuratData,
ggnewscale
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/alserglab/mascarade/
BugReports: https://github.com/alserglab/mascarade/issues
Remotes: satijalab/seurat-data