-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
59 lines (59 loc) · 1.82 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
Package: imcdatasets
Version: 1.11.1
Date: 2024-03-16
Title: Collection of publicly available imaging mass cytometry (IMC) datasets
Description:
The imcdatasets package provides access to publicly available IMC datasets.
IMC is a technology that enables measurement of > 40 proteins from tissue
sections. The generated images can be segmented to extract single cell data.
Datasets typically consist of three elements: a SingleCellExperiment object
containing single cell data, a CytoImageList object containing multichannel
images and a CytoImageList object containing the cell masks that were used
to extract the single cell data from the images.
Authors@R:
c(person("Nicolas", "Damond", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3027-8989")),
person("Nils", "Eling", role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4711-1176")),
person("Fischer", "Jana", role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9047-8400")))
License: GPL-3 + file LICENSE
NeedsCompilation: no
Depends:
R (>= 4.4.0),
SingleCellExperiment,
SpatialExperiment,
cytomapper,
Imports:
methods,
utils,
ExperimentHub,
S4Vectors,
DelayedArray,
HDF5Array
Suggests:
BiocStyle,
knitr,
rmarkdown,
markdown,
testthat
biocViews:
ExperimentData,
ExperimentHub,
SingleCellData,
SpatialData,
Homo_sapiens_Data,
ImmunoOncologyData,
TechnologyData,
PackageTypeData,
ReproducibleResearch,
Tissue
VignetteBuilder: knitr
URL: https://github.com/BodenmillerGroup/imcdatasets
BugReports: https://github.com/BodenmillerGroup/imcdatasets/issues
BiocType: ExperimentData
RoxygenNote: 7.2.3
Encoding: UTF-8