-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Type: Package
Package: gcap
Title: Gene-level Circular Amplicon Prediction
Version: 1.2.0
Authors@R:
person("Shixiang", "Wang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9855-7357"))
Description: Provides data processing pipeline feeding paired bam files
(or allele-specific copy number data) and XGBOOST model for predicting
tumor circular amplicons (also known as ecDNA) in gene level.
License: Non-Commercial Academic License + file LICENSE
URL: https://github.com/ShixiangWang/gcap,
https://shixiangwang.github.io/gcap/
BugReports: https://github.com/ShixiangWang/gcap/issues
Depends:
ASCAT (>= 3.0.0),
R (>= 3.5),
sigminer (>= 2.1.1)
Imports:
cli (>= 3.1.0),
data.table,
GetoptLong,
glue,
lgr,
magrittr,
mltools,
purrr,
quadprog,
R6,
rappdirs,
Rcpp,
stats,
uuid,
xgboost
Suggests:
BiocManager,
copynumber,
facets,
IDConverter (>= 0.3.0),
PRROC,
sequenza,
testthat (>= 3.0.0),
utils
LinkingTo:
Rcpp
Remotes:
git::https://bitbucket.org/sequenzatools/sequenza.git@master,
github::VanLoo-lab/ascat/ASCAT,
github::ShixiangWang/copynumber,
github::ShixiangWang/facets,
github::ShixiangWang/IDConverter
biocViews:
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxytest::testthat_roclet"))
RoxygenNote: 7.3.1