-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
66 lines (66 loc) · 2.29 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
61
62
63
64
65
66
Package: annoFuse
Type: Package
Title: annoFuse: an R Package to annotate, prioritize, and interactively explore putative oncogenic RNA fusions
Version: 0.90.0
Authors@R: c(person(c("Krutika", "S."), "Gaonkar", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0838-2405")),
person("Federico", "Marini", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3252-7758")),
person(c("Komal", "S."), "Rathi", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5534-6904")),
person(c("Jaclyn", "N."), "Taroni", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4734-4508")))
Description: Using annoFuse, users can filter out fusions known to be artifactual and retained high-quality fusion calls using support of at least one junction read and remove false calls if there is disproportionate spanning fragment support of more than 10 reads compared to the junction read count. For prioritization, users can capture known as well as putative driver fusions reported in TCGA, or fusions containing gene partners that are known oncogenes, tumor suppressor genes, or COSMIC genes.
Finally, users can also determine recurrent fusions across the cohort and recurrently-fused genes within each histology. By providing a standardized filtering and annotation method from multiple callers (STAR-Fusion and Arriba) users are able to merge, filter and prioritize putative oncogenic fusions across the PBTA.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Depends:
annoFuseData
Imports:
reshape2,
dplyr,
rlang,
tidyr,
tidyselect,
purrr,
ggplot2,
qdapRegex,
ggpubr,
tibble,
ggthemes,
ensembldb,
EnsDb.Hsapiens.v86,
grid,
readr,
grDevices,
stats,
utils,
stringr,
shiny,
shinyBS,
shinydashboard,
shinycssloaders,
rintrojs,
shinythemes,
base64enc,
DT,
rmarkdown,
methods,
rjson,
gdata
Suggests:
knitr,
testthat
Remotes:
d3b-center/annoFuseData
VignetteBuilder: knitr
NeedsCompilation: no
biocViews:
Software, Transcription, Visualization, GeneExpression, Annotation,
GeneFusionDetection, GUI, ReportWriting