-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.19 KB
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
Package: TissueMask
Type: Package
Title: Spatial Boundary Mask Fitting for Point Coordinate Data
Version: 0.1.0
Authors@R: person("Raredon Laboratory", role = c("aut", "cre"),
email = "raredonlab@yale.edu")
Description: Fits polygon spatial masks to XY point coordinates such as
cell centroids or transcript locations from spatial transcriptomics
and spatial proteomics experiments. Supports four methods of
increasing topological complexity: convex hull, concave hull, kernel
density estimation (KDE), and a raster-based Gaussian smoothing
approach that naturally handles internal voids (vessel lumens,
necrotic cores, tissue tears) and disconnected tissue islands via
GEOS polygon dissolve.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
sf (>= 1.0-0),
stats,
parallel
Suggests:
concaveman,
MASS,
isoband,
ggplot2,
testthat (>= 3.0.0),
knitr,
rmarkdown,
patchwork
VignetteBuilder: knitr
URL: https://raredonlab.github.io/TissueMask/, https://github.com/RaredonLab/TissueMask
BugReports: https://github.com/RaredonLab/TissueMask/issues
Config/testthat/edition: 3