-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.15 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: mtree
Version: 0.01.1
Date: 2019-9-28
Title: mtree - Mutation Tree
Type: Package
Author: Giulio Caravagna
Maintainer: Giulio Caravagna <[email protected]>
Description: This package implements mutation trees
that can be built from multi-region binary data of cancer somatic mutations,
copy number alterations, etc. This type of models can be used to study
the evolutionary trajectories of a tumour from targeted bulk sequencing data,
or from any multi-sample data that cannot be used for the computation of
higher-resolution models like clone trees.
This package provides several functions to generate, plot and summarise
mutation trees, and is part of the `evoverse`,a package that gathers multiple R
packages to implement Cancer Evolution analyses.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
pio,
easypar,
tidyverse,
tidygraph,
ggraph,
crayon,
igraph,
ggrepel,
RColorBrewer,
clisymbols,
entropy,
matrixcalc,
reshape2,
cowplot
Remotes:
caravagn/pio,
caravagn/easypar
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
matrixStats,
covr
VignetteBuilder: knitr