nglviewer
Visualize and interact with Protein Data Bank (pdb) and structural files in R and Shiny
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords
Repository
Visualize and interact with Protein Data Bank (pdb) and structural files in R and Shiny
Basic Info
- Host: GitHub
- Owner: nvelden
- License: other
- Language: R
- Default Branch: master
- Homepage: https://nvelden.github.io/NGLVieweR/
- Size: 24.4 MB
Statistics
- Stars: 53
- Watchers: 2
- Forks: 4
- Open Issues: 2
- Releases: 3
Topics
Metadata Files
README.md
NGLVieweR - Visualize and interact with Protein Data Bank (PDB) and structural files in R and Shiny
Click here to view a Shiny application integrating most features of NGLVieweR.
Description
NGLvieweR provides an R interface to the NGL.js JavaScript library. It can be used to visualize and interact with protein data bank (PDB) and structural files in R and Shiny applications. It includes a set of API functions to manipulate the viewer after creation and makes it possible to retrieve data from the visualization into R.
Installation
You can install the released version of NGLVieweR from CRAN with:
r
install.packages("NGLVieweR")
And the development version from GitHub with:
{.r}
install.packages("remotes")
remotes::install_github("nvelden/NGLVieweR")
Basics
You can load a PDB (or any other supported structural file) directly or use a PDB code of a structure on RCSB.org. The below minimal example loads the PDB file and displays the structure in a "cartoon" representation.
``` {.r}
Load local pdb file
NGLVieweR("C:/7CID.pdb") %>% addRepresentation("cartoon")
Load protein by PDB code
NGLVieweR("7CID") %>% addRepresentation("cartoon") ```
Functionality
There are functions provided to:
- Overlay different representation styles
- Alter the stage parameters (e.g. background, zoom- and rotation speed)
- Zoom to specific selections
- Add labels
- Add contacts between residues
- Auto rotate/rock
In Shiny apps, you can manipulate the NGLVieweR widget after creation using specific "API"" calls. Users can for instance add/remove representations, make snapshots, add labels or highlight specific regions. See the Get started section for a complete overview.
Owner
- Login: nvelden
- Kind: user
- Website: https://www.nielsvandervelden.com/
- Repositories: 2
- Profile: https://github.com/nvelden
GitHub Events
Total
- Create event: 2
- Release event: 1
- Issues event: 6
- Watch event: 7
- Issue comment event: 7
- Push event: 20
Last Year
- Create event: 2
- Release event: 1
- Issues event: 6
- Watch event: 7
- Issue comment event: 7
- Push event: 20
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| nvelden | n****n@g****m | 69 |
| Niels Van der Velden | N****n@m****m | 13 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 16
- Total pull requests: 0
- Average time to close issues: 6 months
- Average time to close pull requests: N/A
- Total issue authors: 14
- Total pull request authors: 0
- Average comments per issue: 3.19
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 0
- Average time to close issues: about 2 months
- Average time to close pull requests: N/A
- Issue authors: 4
- Pull request authors: 0
- Average comments per issue: 3.75
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ChristianRohde (2)
- cwbcm (2)
- hkarakurt8742 (1)
- broncio123 (1)
- evelynsq (1)
- maximinio (1)
- enriquead1 (1)
- slowkow (1)
- helder-ribeiro (1)
- Jerry-Dong8 (1)
- juan2089 (1)
- carlosg-czbiohub (1)
- lee-t (1)
- bioboot (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 369 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: NGLVieweR
Interactive 3D Visualization of Molecular Structures
- Homepage: https://github.com/nvelden/NGLVieweR
- Documentation: http://cran.r-project.org/web/packages/NGLVieweR/NGLVieweR.pdf
- License: MIT + file LICENSE
-
Latest release: 1.4.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- htmlwidgets * imports
- magrittr * imports
- shiny * imports
- tools * imports
- knitr * suggests
- markdown * suggests
- rmarkdown * suggests
- webshot * suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite