Name Mode Size
R 040000
data 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 2 kb
NEWS 100644 0 kb
README.md 100644 1 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.