-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.27 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
Package: XeniumIO
Type: Package
Title: Import and represent Xenium data from the 10X Xenium Analyzer
Version: 0.99.5
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]", c("aut", "cre"),
c(ORCID = "0000-0002-3242-0582")
),
person("Dario", "Righelli", role = "ctb"),
person("Estella", "Dong", role = "ctb")
)
Description: The package allows users to readily import spatial data
obtained from the 10X Xenium Analyzer pipeline. Supported formats include
'parquet', 'h5', and 'mtx' files. The package mainly represents data
as SpatialExperiment objects.
License: Artistic-2.0
Depends: TENxIO
Imports:
BiocBaseUtils,
BiocGenerics,
BiocIO,
jsonlite,
methods,
S4Vectors,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment,
VisiumIO
Suggests:
arrow,
BiocFileCache,
BiocStyle,
knitr,
rmarkdown,
tinytest
biocViews: Software, Infrastructure, DataImport, SingleCell, Spatial
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BugReports: https://github.com/waldronlab/XeniumIO/issues
URL: https://github.com/waldronlab/XeniumIO
Collate:
'XeniumFile.R'
'TENxXenium-class.R'
'XeniumIO-package.R'
'utilities.R'
Date: 2024-12-06