-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
104 lines (104 loc) · 2.87 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Package: spatialLIBD
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
transcriptomics data
Version: 1.19.6
Date: 2024-12-16
Authors@R:
c(
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X")),
person(c("Kristen", "R."), "Maynard",
role = "ctb", email = "Kristen.Maynard@libd.org",
comment = c(ORCID = "0000-0003-0031-8468")),
person(c("Andrew", "E."), "Jaffe",
role = "ctb", email = "andrew.jaffe@libd.org",
comment = c(ORCID = "0000-0001-6886-1454")),
person("Brenda", "Pardo",
role = "ctb", email = "bpardo@lcgej.unam.mx",
comment = c(ORCID = "0000-0001-8103-7136")),
person("Abby", "Spangler",
role = "ctb", email = "aspangle@gmail.com",
comment = c(ORCID = "0000-0002-0028-9348")),
person("Jesús", "Vélez Santiago",
role = "ctb", email = "jvelezmagic@gmail.com",
comment = c(ORCID = "0000-0001-5128-3838")),
person("Lukas M.", "Weber",
role = "ctb", email = "lukas.weber.edu@gmail.com",
comment = c(ORCID = "0000-0002-3282-1730")),
person("Louise", "Huuki-Myers", role = "ctb", email = "lahuuki@gmail.com",
comment = c(ORCID = "0000-0001-5148-3602")),
person("Nicholas", "Eagles", role = "ctb", email = "nickeagles77@gmail.com",
comment = c(ORCID = "0000-0002-9808-5254"))
)
Description: Inspect interactively the spatially-resolved transcriptomics data
from the 10x Genomics Visium platform as well as data from the
Maynard, Collado-Torres et al, Nature Neuroscience, 2021 project analyzed by
Lieber Institute for Brain Development (LIBD) researchers and collaborators.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Imports:
shiny,
golem,
ggplot2,
cowplot,
plotly,
viridisLite,
shinyWidgets,
sessioninfo,
grid,
grDevices,
methods,
AnnotationHub,
utils,
png,
scater,
DT,
ExperimentHub,
SummarizedExperiment,
stats,
graphics,
S4Vectors,
IRanges,
benchmarkme,
SingleCellExperiment,
BiocFileCache,
jsonlite,
tibble,
rtracklayer,
Matrix,
BiocGenerics,
GenomicRanges,
magick,
paletteer,
scuttle,
edgeR,
limma,
statmod,
MatrixGenerics,
rlang,
dplyr,
ComplexHeatmap,
circlize
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/LieberInstitute/spatialLIBD
BugReports: https://support.bioconductor.org/tag/spatialLIBD
Suggests:
knitr,
RefManageR,
rmarkdown,
BiocStyle,
testthat (>= 2.1.0),
covr,
here,
BiocManager,
lobstr,
DropletUtils,
RColorBrewer
VignetteBuilder: knitr
biocViews: Homo_sapiens_Data, ExperimentHub, SequencingData, SingleCellData,
ExpressionData, Tissue, PackageTypeData, SpatialData
Depends:
SpatialExperiment (>= 1.3.3),
R (>= 3.6)