-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.48 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
Package: simpleSeg
Type: Package
Title: A package to perform simple cell segmentation
Description: Image segmentation is the process of identifying the borders of individual objects (in this case cells) within an image. This allows for the features of cells such as marker expression and morphology to be extracted, stored and analysed. simpleSeg provides functionality for user friendly, watershed based segmentation on multiplexed cellular images in R based on the intensity of user specified protein marker channels. simpleSeg can also be used for the normalization of single cell data obtained from multiple images.
Version: 1.7.1
Date: 2022-04-21
Authors@R: c(person("Nicolas", "Canete", email = "[email protected]",
role = c("aut")),
person("Alexander", "Nicholls", email = "[email protected]",
role = c("aut")),
person("Ellis", "Patrick", email = "[email protected]",
role = c("aut", "cre")))
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: Classification, Survival, SingleCell, Normalization, Spatial
Imports:
BiocParallel,
EBImage,
terra,
stats,
spatstat.geom,
S4Vectors,
grDevices,
SummarizedExperiment,
methods,
cytomapper
Suggests:
BiocStyle,
testthat (>= 3.0.0),
knitr,
ggplot2
License: GPL-3
RoxygenNote: 7.2.3
Config/testthat/edition: 3
BugReports: https://github.com/SydneyBioX/simpleSeg/issues
URL: https://sydneybiox.github.io/simpleSeg/ https://github.com/SydneyBioX/simpleSeg