-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.66 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
Package: epivizrChart
Title: R interface to epiviz web components
Version: 1.15.0
Authors@R: c( person("Brian", "Gottfried",
email="[email protected]",
role = c("aut")),
person("Jayaram", "Kancherla",
email="[email protected]",
role = c("aut")),
person("Hector", "Corrada Bravo",
email = "[email protected]",
role = c("aut", "cre"))
)
Description: This package provides an API for interactive visualization of genomic data using
epiviz web components. Objects in R/BioConductor can be used to generate interactive R markdown/notebook
documents or can be visualized in the R Studio's default viewer.
Imports:
epivizrData (>= 1.5.1),
epivizrServer,
htmltools,
rjson,
methods,
BiocGenerics
Suggests:
testthat,
roxygen2,
knitr,
Biobase,
GenomicRanges,
S4Vectors,
IRanges,
SummarizedExperiment,
antiProfilesData,
hgu133plus2.db,
Mus.musculus,
BiocStyle,
Homo.sapiens,
shiny,
minfi,
Rsamtools,
rtracklayer,
RColorBrewer,
magrittr,
AnnotationHub
Collate:
'utils.R'
'EpivizChartDataMgr-class.R'
'EpivizWebComponent-class.R'
'EpivizViewComponent-class.R'
'EpivizDataSource-class.R'
'EpivizEnvironment-class.R'
'EpivizChart-class.R'
'EpivizNavigation-class.R'
'EpivizCharts-classes.R'
'vignette_data.R'
'util-inits.R'
'generics.R'
VignetteBuilder: knitr
Depends: R (>= 3.4.0)
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
biocViews: Visualization, GUI
RoxygenNote: 7.1.0