Skip to content
View fabian-paul's full-sized avatar

Organizations

@markovmodel

Block or report fabian-paul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. markovmodel/PyEMMA markovmodel/PyEMMA Public archive

    🚂 Python API for Emma's Markov Model Algorithms 🚂

    Python 325 122

  2. binding_HREMD binding_HREMD Public

    Hamiltonian replica exchange plugin (for ACEMD) for binding free energy calculations for protein-protein interaction (https://www.nature.com/articles/s41467-017-01163-6)

    C 2

  3. Tutorial_Patch-clamp_data Tutorial_Patch-clamp_data Public

    Forked from JanMuench/Tutorial_Patch-clamp_data

    Code for "Bayesian inference of kinetic schemes for ion channels by Kalman filtering" https://elifesciences.org/articles/62714

    Python

  4. Tutorial_Bayesian_Filter_cPCF_data Tutorial_Bayesian_Filter_cPCF_data Public

    Forked from JanMuench/Tutorial_Bayesian_Filter_cPCF_data

    Code for "Bayesian inference of kinetic schemes for ion channels by Kalman filtering" https://elifesciences.org/articles/62714

    Python

  5. simplex simplex Public

    🎆 Tools for building core set MSMs in TICA or VAMP space (https://arxiv.org/abs/1811.12551)

    Jupyter Notebook 6

  6. Reorder small molecule atoms in PDB ... Reorder small molecule atoms in PDB file to match the order in template PDB file. Uses RDKit.
    1
    import numpy as np
    2
    import rdkit.Chem
    3
    
                  
    4
    def reorder_atoms(mol_pdb_fname, template_pdb_fname, output_pdb_fname):
    5
        from rdkit.Chem import rdmolfiles