GithubHelp home page GithubHelp logo

casp13_analysis's Introduction

CASP13 analysis

Prerequisite

  • Python 3
  • Python libraries: NumPy, MDTraj, MSMBuilder

Initial setup

  • Decompress the tgz files
    tar xzf tICA_model.tgz
    tar xzf tICA_npz.tgz

Files in each directory

  • scripts: scripts for the tICA analysis
  • native/init: the native structures and the initial models
  • example: example files
  • tICA_model: pickle files for tICA models
  • tICA_npz: tICA coordinates for trajectories used for the analysis described in the paper.
    You can load the npz file as follows:
    tICA_crd = np.load(npz_file, allow_pickle=True, encoding='latin1')
    There are three items in tICA_crd:
    • tICA_crd['ref_crd']: tICA coordinates for the native structure
    • tICA_crd['ini_crd']: tICA coordinates for the initial model
    • tICA_crd['tICA_crd']: tICA coordinates for the MD simulation trajectories

How to run the script

./scripts/proj_tICA.py --target TARGET --top TOPOLOGY_PDB_FILE --traj TRAJECTORY_FILEs --output OUTPUT.npy

  • TARGET: one of the CASP target IDs, R0974s1, R0986s1, R0986s2, R1002-D2
  • TOPOLOGY_PDB_FILE: topology file in PDB format for reading trajectory files
  • TRAJECTORY_FILEs: trajectory files to get tICA coordinates. You can provide multiple files at a time.
  • OUTPUT.npy: mapped tICA coordinates in a NumPy npy file.
    In the output npy file, it contains a NumPy array or a list with a length of (Number of trajectory files), and each item in the list is an array of tICA coordinates with a shape of (Number of frames, Number of tICs(=5)).

Example

In the example directory, there is an example script, run.sh, and example files.

References

  • Lim Heo, Collin F. Arbour, and Michael Feig, Driven to Near-Experimental Accuracy by Refinement via Molecular Dynamics Simulations. Proteins, (2019) 87, 1263-1275 LINK

casp13_analysis's People

Contributors

huhlim avatar

Watchers

 avatar

Forkers

dongdawn

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.