-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
19 lines (19 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: timescape
Title: Patient Clonal Timescapes
Version: 0.99.7
Authors@R: person("Maia", "Smith", email = "maiaannesmith@gmail.com", role = c("aut", "cre"))
Description: TimeScape is an automated tool for navigating temporal clonal evolution data. The key attributes of this implementation involve the enumeration of clones, their evolutionary relationships and their shifting dynamics over time. TimeScape requires two inputs: (i) the clonal phylogeny and (ii) the clonal prevalences. Optionally, TimeScape accepts a data table of targeted mutations observed in each clone and their allele prevalences over time. The output is the TimeScape plot showing clonal prevalence vertically, time horizontally, and the plot height optionally encoding tumour volume during tumour-shrinking events. At each sampling time point (denoted by a faint white line), the height of each clone accurately reflects its proportionate prevalence. These prevalences form the anchors for bezier curves that visually represent the dynamic transitions between time points.
Depends:
R (>= 3.3)
Imports:
htmlwidgets (>= 0.5),
jsonlite (>= 0.9.19),
stringr (>= 1.0.0),
dplyr (>= 0.4.3),
gtools (>= 3.5.0)
biocViews: Visualization, BiomedicalInformatics
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr