-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.47 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
Package: VisiumIO
Title: Import Visium data from the 10X Space Ranger pipeline
Version: 1.3.2
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Dario", "Righelli", role = c("aut", "ctb")),
person("Helena", "Crowell", role = c("aut", "ctb"))
)
Description: The package allows users to readily import spatial data obtained
from either the 10X website or from the Space Ranger pipeline.
Supported formats include tar.gz, h5, and mtx files. Multiple files
can be imported at once with *List type of functions. The package
represents data mainly as SpatialExperiment objects.
License: Artistic-2.0
Depends: R (>= 4.4.0), TENxIO
Imports:
BiocBaseUtils,
BiocGenerics,
BiocIO (>= 1.15.1),
jsonlite,
methods,
S4Vectors,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment
Suggests:
arrow,
BiocStyle,
data.table,
knitr,
readr,
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/VisiumIO/issues
URL: https://github.com/waldronlab/VisiumIO
Collate:
'TENxSpatialCSV.R'
'TENxSpatialList-class.R'
'TENxSpatialParquet.R'
'TENxVisium-class.R'
'TENxVisiumList-class.R'
'TENxVisiumHD-class.R'
'utilities.R'
Date: 2024-12-05