-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 809 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 809 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
33
Package: pictograph
Title: Tools for modeling clonal evolution of a cancer
Version: 1.3.2
Authors@R:
person(given = "Jiaying",
family = "Lai",
role = c("aut", "cre"),
email = "jlai33@jh.edu",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Implements a Bayesian model to estimate cancer clone fractions and evolutionary trees
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports:
ggplot2,
rjags,
stringr,
readr (>= 2.1.4),
tidyverse (>= 2.0.0),
dplyr (>= 1.1.1),
tidyr (>= 1.3.0),
LaplacesDemon (>= 16.1.6),
igraph (>= 2.0.1),
viridis (>= 0.6.5),
ggmcmc (>= 1.5.1),
UpSetR (>= 1.4.0),
cluster (>= 2.1.6)