Tried "gmx covar" but didn't got the expected results. Please help.
Store the trajectory coordinates as a numpy array, calculate cross-correlation matrix . . .
https://pubmed.ncbi.nlm.nih.gov/1749773/
. . . and visualize it as a heatmap with matplotlib.
Hello Ajit,
Concerning your question:
"Essential Dynamics Analysis is based on the computation of the elements of the positional fluctuations covariance matrix of protein atoms"
The use command gromacs is:
gmx covar –f traj.xtc –s reference.tpr –b start –e end –ascii
You see more details in the following link
https://materials.prace-ri.eu/466/9/MDTrajectoriesHPMDC15.pdf
I find a material that may be of interest in making your question
http://www3.mpibpc.mpg.de/groups/de_groot/compbio/p4/index.html
And other resources complementary to your questions.
http://www.bpc.uni-frankfurt.de/guentert/wiki/images/9/96/180627_AntwortenFragenTutorialMD.pdf
I hope my resource will help you clarify your doubt.
Greetings.
Use python and create a pandas data frame with your trajectory coordinates.
df = pd.DataFrame(data,columns=['A','B','C']) corrMatrix = df.corr() print (corrMatrix)
and try sci-kit learn for PCA
Hi,
First, you should calculate the covariance matrix of your trajectory with "gmx covar"
Then, you can use our Jupyter notebook to convert Gromacs formatted covariance matrix to cross-correlation matrix and heatmap:
https://github.com/aysebercin/gmx_corr
Cheers
You can calculate PCA with prody, which has a user interface in VMD. You can calculate cross-correlation matrix with correlationplus (https://github.com/tekpinar/correlationplus).
thank you Martin Klvana Nicolas Torres Anuraj Nayarisseri A. Berçin Barlas Mustafa Tekpinar
I have a membrane model files from a published work. I want to use that model for my research. Can anyone help me with how do I proceed with it. I have the PDB, PSF and STR files of the membrane....
28 June 2024 6,455 1 View
I have 4 replicas in my REMD simulation of a small peptide. The replicas temperature is 298, 302, 306 and 310. As I am doing REMD for the first time I have no idea on how to process these 4...
21 November 2023 4,055 0 View
I am familiar with Conventional MD Simulations using GROMACS. And I want to learn other advance MD methods. If I can get some help with Replica Exchange Molecular Dynamics (REMD/REST), How to run...
08 November 2023 5,204 0 View
I have two structures Fe2O3 and Fe3O4 nanoparticles with a diameter of 5 nm. I want to perform MD simulations on the two nanoparticles, but non of the force fields have parameters for these...
01 June 2023 7,931 1 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
One can try to generalize the Vandermonde determinant in the following direction: Let $A$ be any symmetric $n$-order square matrix. Consider its powers' diagonal elements $(A^k)_{ii}$ and...
08 August 2024 6,690 1 View
Hi, I know that low molecular weight (MW) molecules generally tend to have higher mobility, while high molecular weight molecules tend to have lower mobility. However, in my experimental...
06 August 2024 1,495 2 View
kindly reply me. Thanking you in advance.
05 August 2024 7,727 4 View
Have you ever seen a LC-MS/MS method uses both internal standards and external standards (in matrix matching purpose) but the concentrations of internal standards are outside the calibration curve...
05 August 2024 3,084 6 View
- The Existence/Uniqueness of Solutions to Higher Order Linear Differential Equations - Higher Order Homogenous Differential Equations - Wronskian Determinants of $n$ Functions - Wronskian...
03 August 2024 2,366 0 View
Is it possible to conduct a molecular dynamics simulation to see the effects of a specific carbohydrate on the structure of lipids (e.g., micelle structure)? I am a beginner in this field and plan...
03 August 2024 3,371 3 View
I am using a windows system, what software I should use for hydration shell analysis with molecular dynamics?
02 August 2024 3,143 4 View
Molecular docking software/ websites?
02 August 2024 8,704 7 View
I need to lyse and homogenise mouse tissues. So far I have experimented with liver and lung tissue, using matrix D. The liver was completely lysed with 6 repetitions of the standard program, but...
31 July 2024 9,186 0 View