-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (35 loc) · 898 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
34
35
Package: MMRDetect
Title: Mutational Signature-based Classifier for Detecting Mismatch Repair Deficiency in Tumors
Version: 0.0.0.9000
Authors@R:
person(given = "Xueqing",
family = "Zou",
role = c("aut", "cre"),
email = "xz388@cam.ac.uk",
comment = c(ORCID = "0000-0003-1143-1028"))
Description: MMRDetect is a logistic regression classifier using new mutational-signatures-based parameters to detect MMR-deficient tumors.
License: `use_mit_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
reshape2,
plyr,
gridExtra,
scales,
factoextra,
VariantAnnotation,
GenomicFeatures,
BSgenome.Hsapiens.UCSC.hg19,
Biostrings,
signature.tools.lib,
stats,
rlang
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr