- Home
- Bioconductor 3.23
- Software Packages
- tomoda (development version)
tomoda
This is the development version of tomoda; for the stable release version, see tomoda.
Tomo-seq data analysis
Bioconductor version: Development (3.23)
This package provides many easy-to-use methods to analyze and visualize tomo-seq data. The tomo-seq technique is based on cryosectioning of tissue and performing RNA-seq on consecutive sections. (Reference: Kruse F, Junker JP, van Oudenaarden A, Bakkers J. Tomo-seq: A method to obtain genome-wide expression data with spatial resolution. Methods Cell Biol. 2016;135:299-307. doi:10.1016/bs.mcb.201601006) The main purpose of the package is to find zones with similar transcriptional profiles and spatially expressed genes in a tomo-seq sample. Several visulization functions are available to create easy-to-modify plots.
Author: Wendao Liu [aut, cre] ORCID iD ORCID: 0000-0002-5124-9338
Maintainer: Wendao Liu <liuwd15 at tsinghua.org.cn>
citation("tomoda")):
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("tomoda")
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("tomoda")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.