MDplot

MDplot: Visualise Molecular Dynamics

https://github.com/mdplot/mdplot

Science Score: 20.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: acs.org
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

MDplot: Visualise Molecular Dynamics

Basic Info
  • Host: GitHub
  • Owner: MDplot
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 13.3 MB
Statistics
  • Stars: 19
  • Watchers: 5
  • Forks: 7
  • Open Issues: 1
  • Releases: 0
Created over 10 years ago · Last pushed over 4 years ago
Metadata Files
Readme

README.md

MDplot: Visualise Molecular Dynamics Analyses

MDplot is an R package that allows automated plot generation directly from the output produced by Molecular Dynamics (MD) engines. Currently, loading functions for GROMOS, GROMACS and AMBER type of output is provided. See the the MDplot publication for a full description.

Call from within bash script

An Rscript interface is provided, allowing to set most options: ```

!/bin/bash

analysis program (e.g. clustering algorithm)

Rscript MDplotbash.R clusters \ files=clustersexample.txt.gz \ title="clust" size=900,900 \ outformat=pdf \ clustersNumber=7 \ ... ```

A script including many examples is available in the package (path: "MDplot/inst/bash/test.sh").

Additional information and examples

Loading functions parse input and translate it into data structures that can be read by the respective plotting functions.

dssp( load_dssp( system.file( "extdata/dssp_example.txt.gz", package = "MDplot" ) ) )

The type of molecular dynamics engine used can be set by parameter mdEngine for both the bash interface and the call from within R:

xrmsd( load_xrmsd( system.file( "extdata/xrmsd_example_AMBER.txt.gz", package = "MDplot" ), mdEngine = "AMBER" ), rmsdUnit = "angstrom" )

Example pictures

MDplot::ramachandran() example MDplot::clusters_ts() example MDplot::hbond_ts() example

New in the latest version

Version: 1.1.3 Date: 2022-03-23

  • added interface option for limiting the range of 'xrmsd()'

Version: 1.1.2 Date: 2021-05-18

  • added more interface options for 'clusters_ts()'

Version: 1.1.1 Date: 2019-08-25

  • changed selection of hydrogen bond IDs for 'hbond_ts()'
  • fixed typo in 'hbond_ts()' interface ("plotOccurences")
  • fixed bug in 'loadhbondts()' when loading AMBER-style input

Version: 1.0.1 Date: 2017-07-04

  • fixed some typos in the manual pages
  • added vignette (publication)
  • added special input support for function "load_timeseries()" to be able to load multi-column timeseries data

Version: 1.0.0 Date: 2017-02-24

  • fixed issue with proper residue display when sub-selection was done in function 'dssp()'
  • fixed issue with bin-expansion in function 'load_noe()'
  • removed unnecessary input parameters from several functions
  • added 'stride' to function 'loaddsspts()'
  • changed parameters of function 'load_rmsf()'
  • renamed functions 'loaddsspsummary()' and 'dsspsummary()' into 'loaddssp()' and 'dssp()', respectively
  • added additional box lines to function 'ramachandran()' for 'plotType = "comic"'
  • changed colour coding to be more consistent in function 'ramachandran()'
  • added 'barScaleFactor' to function 'dssp_ts()' to account for the possibility that very small peptides might be plotted
  • added GROMACS support for functions: 'loaddssp()', 'loaddsspts()', 'loadhbond()', 'loadhbondts()', 'loadclusters()', 'loadclustersts()', 'loadramachandran()' and 'load_xrmsd()'
  • added AMBER support for functions: 'loadrmsd()', 'loadramachandran()', 'loaddssp()', 'loaddsspts()', 'loadhbond()', 'loadclusters()', 'loadclustersts()', 'loadrmsf()' and 'load_xrmsd()'
  • added function 'load_XPM()' to load "X PixMap" data as commonly produced by GROMACS
  • added functions 'findNthoccurrence()', 'splitGROMACSatomnames()' and 'splitAMBERatomnames()' to the collection of helper functions
  • added parameter 'showMultipleInteractions' to function 'hbond()' to represent multi- or hybrid hydrogen bond donors and acceptors
  • fixed time-axis issue in functions 'rmsd()' and 'rmsf()'
  • changed all names on example input files according to convention

Version: 0.3.1 Date: 2016-04-28

  • added 'printErrors' flag to function 'TIcurve()'
  • added 'errorBarThreshold' flag to function 'TIcurve()'
  • fixed bug in function 'ramachandran()' for type "fancy"
  • added return information to functions where appropriate
  • fixed 'xrmsd()' ellipsis
  • changed some phrases and the title

Version: 0.3.0 Date: 2016-02-15

  • added multiple vector selection by hydrogen bond identifiers to function 'hbond_ts()'
  • added argument 'printValues' functionality to function 'TIcurve()'
  • removed hard-coding for the filenames of function 'loaddsspts()'
  • included new functions 'load_timeseries()' and 'timeseries()'
  • added argument 'legendPosition' to functions 'rmsd()' and 'rmsf()'
  • added labels for axes for function 'xrmsd()'
  • renamed title ("Analyses") to comply with the publication title

Outlook (probably)

  1. support for other MD engines such as NAMD, CHARMM, ...
  2. support DISICL input (both C++ and phyton implementation)
  3. provide more plotting
  4. support multiple rmsd average curves at the same time

GitHub Events

Total
  • Watch event: 3
  • Fork event: 1
Last Year
  • Watch event: 3
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 171
  • Total Committers: 4
  • Avg Commits per committer: 42.75
  • Development Distribution Score (DDS): 0.556
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
christian c****r@b****t 76
percuisses c****r@g****m 65
assurbanipal s****t@h****m 27
kdmh016 c****r@a****m 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: less than a minute
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Gsk468 (1)
  • ruska612 (1)
  • jamesdalg (1)
  • natarajmtech (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 122 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: MDplot

Visualising Molecular Dynamics Analyses

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 122 Last month
Rankings
Forks count: 9.1%
Stargazers count: 13.3%
Average: 27.7%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 50.9%
Last synced: about 1 year ago

Dependencies

MDplot/DESCRIPTION cran
  • MASS * depends
  • R >= 3.0.0 depends
  • RColorBrewer * depends
  • gplots * depends
  • gtools * depends
  • methods * depends
  • R.rsp * suggests