-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1005 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
31
Package: jellyfisher
Title: Visualizing Tumor Evolution with Jellyfish Plots in R
Version: 0.0.0.9000
Authors@R:
person("Kari", "Lavikka", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4163-4945"))
Description:
Jellyfisher creates interactive Jellyfish plots for tumor evolution
visualization. These plots integrate a hierarchical sample structure
and tumor phylogeny into a single visualization, allowing for the
display of both spatial and temporal dimensions of the tumor evolution.
License: MIT
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: false
URL: https://github.com/HautaniemiLab/jellyfisher, https://hautaniemilab.github.io/jellyfisher/
BugReports: https://github.com/HautaniemiLab/jellyfisher/issues
Imports:
htmlwidgets,
dplyr,
stringr
Suggests:
knitr,
rmarkdown
Depends: R (>= 4.4.0)
VignetteBuilder: knitr
biocViews:
Visualization,
Phylogenetics,
Software