- Home
- Bioconductor 3.23
- Software Packages
- TOAST (development version)
TOAST
This is the development version of TOAST; for the stable release version, see TOAST.
Tools for the analysis of heterogeneous tissues
Bioconductor version: Development (3.23)
This package is devoted to analyzing high-throughput data (e.g. gene expression microarray, DNA methylation microarray, RNA-seq) from complex tissues. Current functionalities include 1. detect cell-type specific or cross-cell type differential signals 2. tree-based differential analysis 3. improve variable selection in reference-free deconvolution 4. partial reference-free deconvolution with prior knowledge.
Author: Ziyi Li and Weiwei Zhang and Luxiao Chen and Hao Wu
Maintainer: Ziyi Li <zli16 at mdanderson.org>
citation("TOAST")):
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("TOAST")
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("TOAST")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.