- Home
- Bioconductor 3.19
- Software Packages
- VisiumIO
VisiumIO
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see VisiumIO.
Import Visium data from the 10X Space Ranger pipeline
Bioconductor version: 3.19
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.
Author: Marcel Ramos [aut, cre]
Maintainer: Marcel Ramos <marcel.ramos at roswellpark.org>
citation("VisiumIO")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("VisiumIO")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("VisiumIO")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.