-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.21 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
Package: g3viz
Type: Package
Title: Interactively Visualize Genetic Mutation Data using a Lollipop-Diagram
Version: 1.2.0
Authors@R: c(
person(
given = "Xin",
family = "Guo",
email = "[email protected]",
role = c("aut","cre")
),
person(
given = "Rener",
family = "Zhang",
email = "[email protected]",
role = c("ctb")
),
person(
given = "Ruining",
family = "Zhu",
email = "[email protected]",
role = c("ctb")
),
person(
given = "Feng",
family = "Zhao",
email = "[email protected]",
role = c("ctb")
))
Maintainer: Xin Guo <[email protected]>
Description: Interface for 'g3-lollipop' 'JavaScript' library.
Visualize genetic mutation data using an interactive lollipop diagram in 'RStudio' or your web browser.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.2.0)
biocViews:
Imports:
jsonlite,
stringr,
httr2,
AnnotationDbi,
org.Hs.eg.db,
htmlwidgets
Suggests:
shiny (>= 1.0.0),
knitr,
rmarkdown,
kableExtra
URL: https://github.com/G3viz/g3viz
BugReports: https://github.com/G3viz/g3viz/issues
RoxygenNote: 7.3.2