Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pylipid

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pylipid

PyLipID - A Python Library For Lipid Interaction Analysis

pipPyPI
Version
1.5.14
Maintainers
1

========================================================== PyLipID - A Python Package For Lipid Interactions Analysis

.. image:: https://travis-ci.com/wlsong/PyLipID.svg?branch=master :target: https://travis-ci.com/github/wlsong/PyLipID .. image:: https://img.shields.io/pypi/v/PyLipID :target: https://pypi.org/project/pylipid/

.. image:: docs/static/pylipid_logo_smallsize.png :align: center

PyLipID is a python package for analyzing lipid interactions with membrane proteins from Molecular Dynamics Simulations. PyLipID has the following main features, please check out the tutorials for examples and the documentations for the API functionalities:

* Detection of binding sites via calculating community structures in the interactions networks.
* Calculation of lipid koff and residence time for interaction with binding sites and residues.
* Analysis of lipid interactions with binding sites and residues using a couple of metrics.
* Generation of representative bound poses for binding sites.
* Analysis of bound poses for binding sites via automated clustering scheme.
* Adoption of a dual-cutoff scheme to overcome the 'rattling in cage' effect of coarse-grained simulations.
* Generation of manuscript-ready figures for analysis.

PyLipID can be used from Jupyter (former IPython, recommended), or by writing Python scripts. The documentaion and tutorials can be found at pylipid.readthedocs.io <https://pylipid.readthedocs.io>_.

Installation

We recommend installing PyLipID using the package installer pip:

pip install pylipid

Alternatively, PyLipID can be installed from the source code. The package is available for download on Github via:

git clone https://github.com/wlsong/PyLipID

Once the source code is downloaded, enter the source code directory and install the package as follow:

python setup.py install

Keywords

simulation tools

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts