-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 977 Bytes
/
DESCRIPTION
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
Package: CancerEvolutionVisualization
Title: Publication Quality Phylogenetic Tree Plots
Version: 3.0.0
Date: 2024-10-14
Authors@R: c(
person("Paul Boutros", role = "cre", email = "[email protected]"),
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,
knitr
VignetteBuilder: knitr
LazyLoad: yes
LazyData: yes