-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
33 lines (33 loc) · 962 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
32
33
Package: facetsSuite
Type: Package
Title: Functions to run and parse output from FACETS
Version: 2.0.8
Authors@R: person(given = "Philip",
family = "Jonsson",
role = c("aut", "cre"),
email = "[email protected]")
URL: https://github.com/mskcc/facets-suite
Description: This package provides functions that wrap the FACETS package for allele-specific copy-number analysis as well as functions to perform post-hoc analyses thereof.
License: MIT + file LICENSE
RoxygenNote: 6.1.1
LazyData: true
Encoding: UTF-8
Depends:
R (>= 2.10)
Imports:
data.table (>= 1.11.8),
dplyr (>= 0.8.3),
plyr (>= 1.8.4),
ggplot2 (>= 3.2.1),
purrr (>= 0.3.2),
diptest (>= 0.75.7),
tidyr (>= 0.8.3),
egg (>= 0.4.2),
scales (>= 1.0.0),
argparse (>= 1.1.1),
tibble (>= 2.1.3)
NeedsCompilation: no
Packaged: 2019-02-07 16:38:38 UTC; jonssonp
Suggests:
covr (>= 3.2.0),
testthat (>= 2.1.0)