Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 1 kb
NAMESPACE 100644 2 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
SpatialCPie =========== SpatialCPie is an R package designed to facilitate cluster evaluation for spatial transcriptomics data by providing intuitive visualizations that display the relationship between clusters in order to guide the user during cluster identification, selection and further downstream applications. Installation ------------ Using `devtools`, execute the following from the R console: ```r devtools::install_github( "jbergenstrahle/SpatialCPie" ,build_opts=c("--no-resave-data", "--no-manual") ) ``` Bioconductor version -------------------- SpatialCPie is currently on the developmental version of Bioconductor (3.9): https://bioconductor.org/packages/devel/bioc/html/SpatialCPie.html Usage ----- See the vignette: ```r vignette("SpatialCPie", package="SpatialCPie") ```