-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
59 lines (59 loc) · 1.78 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: MerfishData
Title: Collection of public MERFISH datasets
Version: 1.7.1
Authors@R:
c(person("Ludwig", "Geistlinger",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2495-5464")),
person("Tyrone", "Lee", role = "ctb"),
person("Helena", "Crowell", role = "ctb",
comment = c(ORCID = "0000-0002-4801-1767")),
person("Daniela", "Corbetta", role = "ctb"),
person("Jeffrey", "Moffitt", role = "aut"),
person("Robert", "Gentleman", role = "aut"))
Description: MerfishData is an ExperimentHub package that serves publicly available
datasets obtained with Multiplexed Error-Robust Fluorescence in situ Hybridization
(MERFISH). MERFISH is a massively multiplexed single-molecule imaging technology
capable of simultaneously measuring the copy number and spatial distribution
of hundreds to tens of thousands of RNA species in individual cells. The scope
of the package is to provide MERFISH data for benchmarking and analysis.
License: Artistic-2.0
VignetteBuilder: knitr
LazyData: false
URL: https://github.com/ccb-hms/MerfishData
BugReports: https://github.com/ccb-hms/MerfishData/issues
Depends:
R (>= 4.2.0),
EBImage,
SpatialExperiment
Imports:
grDevices,
AnnotationHub,
BumpyMatrix,
ExperimentHub,
S4Vectors,
SingleCellExperiment,
SummarizedExperiment,
HDF5Array
Suggests:
grid,
ggplot2,
ggpubr,
knitr,
rmarkdown,
scater,
scattermore,
terra,
testthat,
BiocStyle
biocViews:
ExperimentHub,
ExpressionData,
HighThroughputImagingData,
Mus_musculus_Data,
SingleCellData,
SpatialData
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1