Coder Social home page Coder Social logo

rutherfordb-1 / analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uppittu11/analysis

0.0 1.0 0.0 34.08 MB

Analysis scripts for molecular dynamics simulations of stratum corneum lipid multilayers.

License: MIT License

Python 98.07% Shell 1.93%

analysis's Introduction

Analysis

Build Status codecov

Analysis scripts for molecular dynamics simulations of stratum corneum lipid multilayers.

Installation Instructions

The package can be installed via pip

  1. Clone the repository
git clone https://github.com/uppittu11/analysis.git
  1. Install the package
cd analysis
pip install -e .
  1. Run tests for the package
pytest -v analysis

I suggest you install this package in a separate conda environment so the analyze command does not clobber anything in your default namespace

Usage

To calculate basic structural properties (tilt angle, repeat distance, nematic order, and area per lipid) using a parallel multiprocessing pool, use the bash command analyze.

Command line arguments for analyze

-f trajectory file (needs to be a format loadable by MDTraj)

-c topology file (needs to be a format loadable by MDTraj)

-o output directory

-n number of leaflets

--cg use this flag to denote a coarse-grain system

--reload use this flag to ignore cached trajectory (typically located in the output directory)

--min minimum z position of lipid headgroups to include in analysis

--max maximum z position of lipid headgroups to include in analysis. Use --min and --max to specify one or more layers in a multilayer system

Loading in results

analysis will output a pickled dictionary file containing structural properties calculated for each frame of the trajectory (default: outputDirectory/results.p. This output file can be loaded and analyzed using functions in the analysis.data module.

Currently Supported Measurements

  • Tilt Angles
  • Bilayer/Multilayer Height
  • Nematic Order Parameter
  • Area per Lipid

analysis's People

Contributors

uppittu11 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.