-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
27 lines (27 loc) · 1.01 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
Package: NGLVieweR
Title: Interactive 3D Visualization of Molecular Structures
Version: 1.3.4
Authors@R: c(
person("Niels", "van der Velden", role = c("aut", "cre"), email = "[email protected]"),
person("Alexander", "Rose", role = "cph", comment = 'NGL.js library'))
Maintainer: Niels van der Velden <[email protected]>
Description: Provides an 'htmlwidgets' <https://www.htmlwidgets.org/> interface to 'NGL.js' <http://nglviewer.org/ngl/api/>.
'NGLvieweR' can be used to visualize and interact with protein databank ('PDB') and structural files in R and Shiny applications.
It includes a set of API functions to manipulate the viewer after creation in Shiny.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
htmlwidgets,
magrittr,
tools,
shiny
Suggests:
knitr,
webshot,
markdown,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/nvelden/NGLVieweR
BugReports: https://github.com/nvelden/NGLVieweR/issues