-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1008 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: CancerEvolutionVisualization
Title: Publication Quality Phylogenetic Tree Plots
Version: 3.0.0
Date: 2025-06-13
Authors@R: c(
person("Paul Boutros", role = "cre", email = "PBoutros@mednet.ucla.edu"),
person("Adriana Salcedo", role = "aut"),
person("Dan Knight", role = "aut"),
person("Helena Winata", role = "aut"),
person("Selina Wu", role = "ctb"))
Description: Generates tree plots with precise branch lengths, gene annotations, and cellular prevalence. The package handles complex tree structures (angles, lengths, etc.) and can be further refined as needed by the user.
License: GPL-2
URL: https://github.com/uclahs-cds/package-CancerEvolutionVisualization
BugReports: https://github.com/uclahs-cds/package-CancerEvolutionVisualization/issues
Depends:
R (>= 3.5.0),
graphics,
grid,
gridExtra,
gtable,
Imports:
grDevices,
utils,
BoutrosLab.plotting.general
Suggests:
testthat,
rmarkdown,
knitr
VignetteBuilder: knitr
LazyLoad: yes
LazyData: yes
RoxygenNote: 7.3.1