Spatial Transcriptomics (ST) is a sequencing technology that combines RNA-Seq with spatial barcodes. This enables analysis of transcriptomic data in a spatial context. TTT contains tools for preprocessing, normalization, clustering and further analysis as well as visualisation methods for ST data.
You can install this package in one of the following ways: - with BiocManager:
install.packages(c("BiocManager", "remotes"))
BiocManager::install("tmirus/TTT")
install.packages("devtools")
devtools::install_github("https://github.com/tmirus/TTT")
git clone https://github.com/tmirus/TTT
cd TTT
R CMD INSTALL ./
The last option requires manual installation of all dependencies: - ggplot2 - EBImage - genlasso - biomaRt - Rtsne - multtest - cluster - gridExtra - RColorBrewer - doParallel - topGO - foreach - uwot - igraph - FNN - GO.db - sctransform - factoextra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.