- Home
- Bioconductor 3.23
- Software Packages
- tomoseqr (development version)
tomoseqr
This is the development version of tomoseqr; for the stable release version, see tomoseqr.
R Package for Analyzing Tomo-seq Data
Bioconductor version: Development (3.23)
`tomoseqr` is an R package for analyzing Tomo-seq data. Tomo-seq is a genome-wide RNA tomography method that combines combining high-throughput RNA sequencing with cryosectioning for spatially resolved transcriptomics. `tomoseqr` reconstructs 3D expression patterns from tomo-seq data and visualizes the reconstructed 3D expression patterns.
Author: Ryosuke Matsuzawa [aut, cre] ORCID iD ORCID: 0000-0003-2999-4734
Maintainer: Ryosuke Matsuzawa <kinakomochi.work at gmail.com>
citation("tomoseqr")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("tomoseqr")
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("tomoseqr")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.