Name Mode Size
.vscode 040000
R 040000
inst 040000
man 040000
vignettes 040000
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
README 100644 0 kb
README.Rmd 100644 1 kb
README.html 100644 693 kb
README.md 100644 1 kb
README.md
TimeScape is a visualization tool for temporal clonal evolution. # Installation To install TimeScape, 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("timescape") ``` # Examples Run the examples by: ```r example("timescape") ``` # Documentation To view the documentation for TimeScape, type the following command in R: ```r ?timescape ``` or: ```r browseVignettes("timescape") ``` # References TimeScape was developed at the Shah Lab for Computational Cancer Biology at the BC Cancer Research Centre.