Name Mode Size
R 040000
inst 040000
man 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
README.Rmd 100644 1 kb
README.html 100644 693 kb
README.md 100644 1 kb
README.md
CellScape is a visualization tool for integrating single cell phylogeny with genomic content to clearly display evolutionary progression and tumour heterogeneity. # Installation To install CellScape, type the following commands in R: ```r # try http:// if https:// URLs are not supported if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("cellscape") ``` # Examples Run the examples by: ```r example("cellscape") ``` # Documentation To view the documentation for CellScape, type the following command in R: ```r ?cellscape ``` or: ```r browseVignettes("cellscape") ``` # References CellScape was developed at the Shah Lab for Computational Cancer Biology at the BC Cancer Research Centre.