Name Mode Size
..
data.R 100644 1 kb
generics.R 100644 3 kb
object.R 100644 9 kb
process.R 100644 19 kb
visualize.R 100644 17 kb
README.md
# tomoda tomoda is a R package for **tomo**-seq **d**ata **a**nalysis. The main purpose of the package is to find zones with similar transcriptional profiles and spatially expressed genes in a tomo-seq sample. Several visualization functions are available to create high quality and easy-to-modify plots. ## Author Wendao Liu https://liuwd15.github.io/about ## Installation ```r if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("tomoda") ``` ## Issues and bug reports Please submit issues and bug reports to https://github.com/liuwd15/tomoda/issues.