-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (46 loc) · 1.32 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
Package: JBrowseR
Title: An R Interface to the JBrowse 2 Genome Browser
Version: 0.10.2
Authors@R:
c(person(given = "Elliot",
family = "Hershberg",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2068-3366")),
person(given = "Colin",
family = "Diesh",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2629-7570")),
person(given = "the JBrowse 2 Team",
role = c("aut")))
Description: Provides an R interface to the JBrowse 2 genome browser.
Enables embedding a JB2 genome browser in a Shiny app or R Markdown
document. The browser can also be launched from an interactive R console.
The browser can be loaded with a variety of common genomics data types,
and can be used with a custom theme.
License: Apache License (>= 2)
URL: https://gmod.github.io/JBrowseR/
https://github.com/GMOD/JBrowseR
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
htmltools,
htmlwidgets,
reactR,
stringr,
magrittr,
readr,
jsonlite,
httpuv,
mime,
cli,
ids,
dplyr
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr