-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
60 lines (60 loc) · 1.85 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
59
60
Package: cpsr
Type: Package
Title: Cancer Predisposition Sequencing Reporter (CPSR)
Version: 2.1.2
Authors@R:
c(person(given = "Sigve",
family = "Nakken",
role = c("aut", "cre"),
email = "sigven@ifi.uio.no",
comment = c(ORCID = "0000-0001-8468-2050")),
person(given = "Peter",
family = "Diakumis",
role = c("aut","ctb"),
email = "peterdiakumis@gmail.com",
comment = c(ORCID = "0000-0002-7502-7545")))
Maintainer: Sigve Nakken <sigven@ifi.uio.no>, Peter Diakumis <peterdiakumis@gmail.com>
URL: https://github.com/sigven/cpsr,
https://sigven.github.io/cpsr/
BugReports: https://github.com/sigven/cpsr/issues
Description: CPSR is a computational workflow that interprets germline variants identified from
next-generation sequencing in the context of cancer predisposition. The workflow is
integrated with the framework that underlies the Personal Cancer Genome Reporter
(PCGR - https://github.com/sigven/pcgr). While PCGR is intended for reporting
and analysis of somatic variants detected in a tumor, CPSR is intended for reporting
and ranking of germline variants in protein-coding genes that are implicated in cancer
predisposition and inherited cancer syndromes.
License: MIT + file LICENSE
biocViews:
Remotes: github::sigven/pcgr/pcgrr
Imports:
assertable,
assertthat,
bslib,
crosstalk,
dplyr,
DT,
ggplot2,
glue,
htmltools,
openxlsx2,
pcgrr,
quarto,
readr,
rlang,
shiny,
stringr,
stringi,
tidyr
Depends:
R (>= 4.0)
Suggests:
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.UCSC.hg38,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr