Metadata-Version: 2.4
Name: DynamiSpectra
Version: 1.0.5
Summary: Scripts for Molecular dynamics analysis
Home-page: https://github.com/Conradoou/DynamiSpectra
Author: Iverson Conrado-Bezerra
Author-email: iverson.coonrado@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.26.4
Requires-Dist: matplotlib>=3.8.4
Requires-Dist: pandas>=1.3.0
Requires-Dist: scipy>=1.13.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Overview
=========

[![PyPI Package latest release](https://img.shields.io/pypi/v/dynamispectra.svg)](https://pypi.org/project/dynamispectra)
[![PyPI Wheel](https://img.shields.io/pypi/wheel/dynamispectra.svg)](https://pypi.org/project/dynamispectra)
[![Supported versions](https://img.shields.io/pypi/pyversions/dynamispectra.svg)](https://pypi.org/project/dynamispectra)
[![Supported implementations](https://img.shields.io/pypi/implementation/dynamispectra.svg)](https://pypi.org/project/dynamispectra)
[![Commits since latest release](https://img.shields.io/github/commits-since/conradoou/dynamispectra/v1.0.0.svg)](https://github.com/conradoou/dynamispectra/compare/v1.0.0...main)


DynamiSpectra: from molecular dynamics simulations to comprehensive data analysis
----------------------------------------------------------------------------------

*DynamiSpectra* is an advanced Python package designed for analyzing molecular dynamics simulation data. Built to process and interpret results primarily from `GROMACS <https://www.gromacs.org/>` structure, *DynamiSpectra* provides a streamlined and efficient workflow for researchers in the field of molecular dynamics. By leveraging the power of Python, this package enables users to perform complex analyses, visualize molecular behaviors, and gain valuable insights from simulation outputs. Whether you're studying protein folding, ligand interactions, or other molecular phenomena, *DynamiSpectra* empowers you to dive deep into your data and uncover meaningful patterns. 

It provides powerful tools to calculate and visualize a wide range of molecular properties, including Hydrogen bonds, Root Mean Square Deviation (RMSD), Root Mean Square Fluctuation (RMSF), Solvent Accessible Surface Area (SASA), Radius of Gyration (Rg), Molecular Orientation, Secondary Structure Analysis, and Binding Energy. These features enable researchers to gain deep insights into the dynamics of molecular systems, study conformational changes, and investigate interactions between molecules with greater precision.

Installation
------------

::

    pip install DynamiSpectra

You can also install the in-development version with::

    pip install https://github.com/Conradoou/DynamiSpectra/archive/main.zip

Note: *DynamiSpectra* uses the package SciPy, which requires a fortran compiler to be installed to build its source,which can be tricky on some systems. An alternative to this is to use Anaconda environment. *DynamiSpectra* can then be more easily installed within this environment, using the command line or preferred method. Installing *DynamiSpectra* may take some time on certain systems. If you observe the command line halting, please be patient, as the installation process may require seconds to minutes to complete.

Documentation
-------------


https://dynamiSpectra.readthedocs.io/


Demo
----

In the repository, specifically in DynamiSpectra/datas, there are several folders for each analysis with the corresponding GROMACS output data for testing.
