-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.2 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
Package: wext
Type: Package
Title: Weighted Exclusivity Test (WExT)
Version: 0.0.0.9002
Authors@R: person(c("Joshua", "H"), "Cook", email = "joshuacook0023@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9815-6879"))
Description: The Weighted Exclusivity Test (WExT) was developed by the Raphael
research group at Brown University. WExT is a weighted exact test for
assessing the significance of mutual exclusivity in an arbitrary number
of mutational events. The test conditions on the number of samples with a
mutation as well as per-event, per-sample mutation probabilities.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Suggests:
spelling,
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
Language: en-US
URL: https://github.com/jhrcook/wext
BugReports: https://github.com/jhrcook/wext/issues
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Imports:
magrittr (>= 1.5),
tibble (>= 2.1.0),
tidyr (>= 0.8.0),
dplyr (>= 0.8.0),
rlang (>= 0.3.0),
tidygraph (>= 1.1.0),
igraph (>= 1.2.4),
purrr (>= 0.3.0),
ggplot2 (>= 3.1.0),
stringr (>= 1.4.0),
bench (>= 1.0.0),
Rcpp (>= 1.0.0)
LinkingTo:
Rcpp