-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
84 lines (84 loc) · 1.74 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: chimeraviz
Type: Package
Title: Visualization tools for gene fusions
Version: 1.29.0
Authors@R: c(
person(
given = "Stian",
family = "Lågstad",
email = "[email protected]",
role = c("aut", "cre")),
person(
given = "Sen",
family = "Zhao",
email = "[email protected]",
role = "ctb"),
person(
given = "Andreas M.",
family = "Hoff",
email = "[email protected]",
role = "ctb"),
person(
given = "Bjarne",
family = "Johannessen",
email = "[email protected]",
role = "ctb"),
person(
given = "Ole Christian",
family = "Lingjærde",
email = "[email protected]",
role = "ctb"),
person(
given = "Rolf",
family = "Skotheim",
email = "[email protected]",
role = "ctb"))
Description: chimeraviz manages data from fusion gene finders and provides
useful visualization tools.
License: Artistic-2.0
LazyData: TRUE
Imports:
methods,
grid,
Rsamtools,
GenomeInfoDb,
GenomicAlignments,
RColorBrewer,
graphics,
AnnotationDbi,
RCircos,
org.Hs.eg.db,
org.Mm.eg.db,
rmarkdown,
graph,
Rgraphviz,
DT,
plyr,
dplyr,
BiocStyle,
checkmate,
gtools,
magick
Depends:
Biostrings,
GenomicRanges,
IRanges,
Gviz,
S4Vectors,
ensembldb,
AnnotationFilter,
data.table
Suggests:
testthat,
roxygen2,
devtools,
knitr,
lintr
SystemRequirements: bowtie, samtools, and egrep are required for some
functionalities
RoxygenNote: 7.1.1
VignetteBuilder: knitr
biocViews: Infrastructure, Alignment
Encoding: UTF-8
URL: https://github.com/stianlagstad/chimeraviz
BugReports: https://github.com/stianlagstad/chimeraviz/issues