-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
71 lines (71 loc) · 2.3 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: cytomapper
Version: 1.17.0
Title: Visualization of highly multiplexed imaging data in R
Description:
Highly multiplexed imaging acquires the single-cell expression of
selected proteins in a spatially-resolved fashion. These measurements can be
visualised across multiple length-scales. First, pixel-level intensities
represent the spatial distributions of feature expression with highest
resolution. Second, after segmentation, expression values or cell-level
metadata (e.g. cell-type information) can be visualised on segmented cell
areas. This package contains functions for the visualisation of multiplexed
read-outs and cell-level information obtained by multiplexed imaging
technologies. The main functions of this package allow 1. the visualisation of
pixel-level information across multiple channels, 2. the display of
cell-level information (expression and/or metadata) on segmentation masks
and 3. gating and visualisation of single cells.
Authors@R:
c(person("Nils", "Eling", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4711-1176")),
person("Nicolas", "Damond", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3027-8989")),
person("Tobias", "Hoch", role = c("ctb")),
person("Lasse", "Meyer", role = c("cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1660-1199")))
License: GPL (>= 2)
Depends:
R (>= 4.0),
EBImage,
SingleCellExperiment,
methods
Imports:
SpatialExperiment,
S4Vectors,
BiocParallel,
HDF5Array,
DelayedArray,
RColorBrewer,
viridis,
utils,
SummarizedExperiment,
tools,
graphics,
raster,
grDevices,
stats,
ggplot2,
ggbeeswarm,
svgPanZoom,
svglite,
shiny,
shinydashboard,
matrixStats,
rhdf5,
nnls
Suggests:
BiocStyle,
knitr,
rmarkdown,
markdown,
cowplot,
testthat,
shinytest
biocViews: ImmunoOncology, Software, SingleCell, OneChannel, TwoChannel, MultipleComparison, Normalization, DataImport
VignetteBuilder: knitr
URL: https://github.com/BodenmillerGroup/cytomapper
BugReports: https://github.com/BodenmillerGroup/cytomapper/issues
RoxygenNote: 7.3.1
Encoding: UTF-8