CellScape is a visualization tool for integrating single cell phylogeny with genomic content to clearly display evolutionary progression and tumour heterogeneity.
To install CellScape, type the following commands in R:
# try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("cellscape")
Run the examples by:
example("cellscape")
To view the documentation for CellScape, type the following command in R:
?cellscape
or:
browseVignettes("cellscape")
CellScape was developed at the Shah Lab for Computational Cancer Biology at the BC Cancer Research Centre.