-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.28 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
Package: evoverse
Type: Package
Title: evoverse - Support to run evolutionary analyses on cancer sequencing data
Version: 0.1.0
Author: Giulio Caravagna
Maintainer: Giulio Caravagna <gcaravagn@gmail.com>
Authors@R: person("Giulio", "Caravagna", role = c("aut", "cre"), email = "gcaravagn@gmail.com")
Description: evoverse is a package that implements functions to analyze cancer evolutionary dynamics from
multi-sample cancer genomics data. This package allows easy access to MOBSTER, a statistical model for
tumour subclonal deconvolution which combines Dirichlet mixtures with distributions predicted by theoretical
population genetics. This package also interface with the VIBER package for variational inference of
Binomial mixtures, and the CNAqc package to carry out QC of absolute copy number calls.
Within the evoverse, all these packages interoperate to make it easy to implement statistical analyses of cancer
evolutionary dynamics.
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
pio,
mobster,
VIBER,
tidyverse,
ggpubr,
cowplot
Remotes:
caravagn/pio,
caravagn/mobster,
caravagn/CNAqc
RoxygenNote: 7.0.0
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/caravagn/evoverse
BugReports: https://github.com/caravagn/evoverse/issues