Advanced Search
Search Results
38 total results found
Quick Start
Download and installation instruction
Knowledgebase
Commands, tools, Q&As
Tutorials
Complete examples of MCCE calculations
MCCE Success Stories
Learn about projects made possible with MCCE and its toolkit.
What is MCCE?
A short introduction of MCCE and refernces
MCCE Commands
MCCE commands explanation and examples.
Install MCCE
Download and installation procedure
Other HOW-TOs
Questions and Answers not directly related to MCCE
A simple example
A simple example of pKa titration of lysozyme.
Calculate pKas of Lysozyme (MCCE steps 1 - 4)
A full example of a simulted pH titration of Lysozyme to find pKas of titratable residues.
Define "Hot" Spot to Make More Rotamers in MCCE
An example to let MCCE make more rotamers at the site of interest
MCCE How Tos
Questions and Answers related to MCCE
Microstate Analysis Library
Documentation and examples using the microstate analysis library
Gromacs Quick Start
Microstate Tools Tutorial
Learn about the tools MCCE has for analyzing Microstate distributions.
p_batch tutorial
Run multiple proteins concurrently with MCCE
Proton Loading Sites in Complex I
Koreena Sookhai talks about how using MCCE helped her identify protein loading sites.
Run MCCE on Multiple PDBs at Once
p_batch is a program included in MCCE, under the folder MCCE_bin. It accepts a directory containing ".pdb" files, and runs MCCE with identical settings on each protein file. Usage: p_batch protein_dir [custom_script.sh] By default, default_script.sh is c...
Multi-Conformation Continuum Electrostatics - MCCE
MCCE is a biophysics simulation program developed at Gunner Lab at City College of New York. MCCE combines continuum electrostatics and molecular mechanics. In this program, the protein side chain motions are simulated explicitly while the dielectric effect o...
MCCE Mechanism
An MCCE run is a 4-step procedure Step 1: Modify PDB (file formatting) Step 2: Conformer/Rotamer making Step 3: Calculate energy look-up table Step 4: Extract microstates; Monte Carlo sampling of conformers at each pH or Eh MCCE program can run any...
MCCE Data Analysis
MCCE data analysis tools fitpka.py Fit the titration curve of an ionizable residue. Syntax: fitpka.py [-h] RES [RES ...] Fit a titration of charged residues positional arguments: RES Charged residue names to plot, as in sum_crg.out or pK.out op...
MCCE Program Run and Debug
Commands and Tools getpdb Command line tool to download pdb file from PDB Author: Yanjun Wang Syntax: getpdb pdbID [file] This program gets a pdb file from Protein Data Bank, and saves to a file with its PDB name or a user named file. Example: getp...
MCCE Parameter Preparation
Download and Install MCCE
Download and Install MCCE MCCE runs on Linux and Mac OSX natively. On Windows, you will need a Linux environment. It could be a virtual box instance, Cygwin, or Linux subsystem that is included in Windows. Here is a short guide of installing Windows Subsyste...
How to install WSL (Windows Subsystem Linux)
How to install WSL (Windows Subsystem Linux) and MCCE dev tools WSL WSL Installation The official WSL installation instruction can be found on MIcrosoft website. https://learn.microsoft.com/en-us/windows/wsl/install The following is the my WSL installati...
How to contribute code to MCCE
MCCE Development Through Github Part 1. One-time set up On your workstation / coding computers, set up the git environment. Identity: $ git config --global user.name "<Your Name>" $ git config --global user.email <your email> Save credential for 6 hour...
A simple MCCE example of pH titration
Run MCCE Prepare a working directory: $ mkdir test_lysozyme $ cd test_lysozyme Get a pdb file $ getpdb 1dpx You now have a PDB file 1DPX.pdb in the working directory. The simplest way to run MCCE is with these four steps: Step 1: Make PDB file into MCC...
Calculate pKas of Lysozyme (MCCE steps 1 - 4)
Background Lysozyme is a small enzyme that dissolves bacterial cell walls thus kills bacteria. It was discovered as the first antibiotic to inhibit bacteria growth in food, before penicillin. Crystal structure of hen egg white lysozyme - PDB ID 4LZT The...
Sampling more rotamers at "hot" spots
Why do we need "hot" spots? In some cases, we are insterested in what's going on in some particular sites rather than the whole structure. MCCE provides a mechanism to define these spots and sample more rotamers subsequently. These sites are called "hot" spot...
How to add rotamer making rules to parameter file?
If a residue or a cofactor has rotatable single bond, the user needs to define the rotation rule so that MCCE can make rotamers accordingly. In MCCE, the rotation is for heavy (non H) atoms only, and H atoms have their own position optimization rules. Let'...
Microstate Analysis Library Reference
Microstate Analysis Library Reference Import library Suppose the ms_analysis.py is in the current working directory or the Python site-packages directory. from ms_analysis import * Global constants Once the library is loaded, two global constants (at te...
Gromacs Server
GROMACS Server Official Documentation: https://manual.gromacs.org/current/user-guide/index.html Gromacs Server and Environment: Gromacs is pre-installed on a Levich server and user accounts are initilized to include Gromacs path. In case you wan...
Example 1: Lysozyme
Example 1: Lysozyme In this example, we are going to use hen egg white lysozyme (PDB ID 1AKI) to run a MD simulation. Prepare structure and topology files Create a working directory: mkdir lysozyme cd lysozyme Download a pdb file from Protein Data ...
Example 2: Biphasic Systems
Example 2: Building Biphasic Systems Studay system The original tutorial was to make a heterogeneous biphasic system composed of hydrophobic (cyclohexane) and hydrophilic (water) layers. Here we are going to use benzene to replace cyclohexane as a demost...
MCCE Tools
List of miscellaneous tools MCCE offers for your research and convenience. Most of these tools support "-h" flags for additional information and use cases. clear_mcce_folder Deletes all MCCE outputs from the present working directory, except: run.prm, the or...
What is a microstate?
Microstates are
Tautomeric Charge Microstates
All MCCE tools relevant to microstate analysis will start with "ms", like 'ms_top2pdbs" and "ms_hbond_percentages.py". To use any microstate tools, MCCE needs to have the directory "ms_out", produced by "step4.py --ms". Read the steps 1 - 4 tutorial for more...
New Page
https://drive.google.com/file/d/15dupmeKeZOMrLvlMVCC_E9MJsKK0v6Br/view?usp=drive_link