Pairwise RMSD analysis of a trajectory by using MDanalysis (Python)

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 33

  • @arminsultana501
    @arminsultana501 Год назад

    Thank you. I did a simulation in Desmond. Could u please tell me how to analyze PCA, and FEL analysis data received from Desmond CMS format?

  • @vigneshwarankannan4999
    @vigneshwarankannan4999 Год назад

    I have set of PDB files of difference 3D structures of a given peptide sequence. How could I cluster it based on rmsd ?

  • @lotfibourougaa6209
    @lotfibourougaa6209 Год назад +1

    الاستاذ محمد هل ممكن ان تدلنا عن كيفية إجراء دراسة PCA باستخدام GROMACS. شكرا.

  • @samvedna6965
    @samvedna6965 2 года назад

    Thank you so much for the tutorial. I was wondering what would be the syntax i were want RMSDs to be compared with respect to time (ns) instead of frames.

  • @irawatiroy9722
    @irawatiroy9722 4 года назад +2

    Thank you for this wonderful tutorial. I have a doubt. Suppose, I have, say, 10000 frames and I want to calculate RMSD for each 100th frame. Is there any way to add this constraint in the code?

  • @arorasakshi1996
    @arorasakshi1996 4 года назад +5

    Thank you ! Could you also please do a tutorial to calculate binding energy between two chains during a simulation trajectory ?

  • @BasicScienceSeries
    @BasicScienceSeries 4 года назад

    Thank you for the video. Very helpful. Please do series on MD analysis and provide more detailed analysis tool. It will be greaat help! Thanks.

  • @phuochuynh1777
    @phuochuynh1777 Год назад

    The Y axis range from 70 to 0 while X axis range from 0 to 70. How can i change Y and X in the same value, like Y from 0 to 70 and X from 0 to 70? Thank u so much.

  • @MrThrenorius
    @MrThrenorius 4 года назад

    Thank you so much ! May I ask , is this possible to calculate the pairwise RMSD using GROMACS commands?

    • @lilywang8688
      @lilywang8688 4 года назад +4

      Hi Mr Thenorius! Absolutely, simply pass in your first trajectory after -f, and your second trajectory after -f2 . Your reference topology can either be a .tpr file, .gro or .pdb file, or similar. For example:
      gmx rms -f trajectory_1.xtc -f2 trajectory_2.xtc -s my_tpr_file.tpr -o pairwise_rmsd.xvg
      See the GROMACS manual for more: manual.gromacs.org/current/onlinehelp/gmx-rms.html
      You can either visualise .xvg files with the xmgrace software, or delete the first few lines starting with @ or # and simply treat it like a numpy array with np.loadtxt .

    • @MrThrenorius
      @MrThrenorius 4 года назад +1

      @@lilywang8688 My deepest thanks and gratitude ! :)

    • @rikganguly5886
      @rikganguly5886 4 года назад

      Can anyone share how to create free energy landscape using g_sham

  • @sinhasuman1944
    @sinhasuman1944 4 года назад +2

    Can you please do a PCA calculation/plotting video tutorial using jupyter notebook, that will be a great help, thanks in advance.

    • @Mohamedshehata
      @Mohamedshehata  4 года назад +1

      I will try to do that in the future

    • @peeleabraham997
      @peeleabraham997 4 года назад

      @@Mohamedshehata Dear sir, i would like to organize a international workshop on drug discovery during july 13-17. can you please host the workshop through virtual means sir

    • @lilywang8688
      @lilywang8688 4 года назад +2

      Hi Sinha, the MDAnalysis user guide also has a tutorial on PCA :-) userguide.mdanalysis.org/examples/analysis/reduced_dimensions/pca.html
      You can download the notebook here: github.com/MDAnalysis/UserGuide/blob/master/doc/source/examples/analysis/reduced_dimensions/pca.ipynb
      Hope it helps -- please let me know if you have any questions!

  • @nouralnajjarinealumni7089
    @nouralnajjarinealumni7089 4 года назад +1

    Thanks Mohamed!

  • @alexou981
    @alexou981 3 года назад

    Thank you! THis was so helpful!!! I was just wondering, I have 100,000 frames, the kernel has been running for 2 days, is that expected? Thank you again!

    • @Mohamedshehata
      @Mohamedshehata  3 года назад +2

      Hi! Yup it is expected and in my case it even dies Look , this analysis is very computationally expensive so either you have two options; 1- use strong computer , 2- decrease the number of frmaes and get rid of non needed atoms in your traj. Do you think 100000 frames is needed ? I don't think so !

  • @rajvardhankapshikar1698
    @rajvardhankapshikar1698 4 года назад

    Firstly, Can i use .pdb file instead of .psf? Secondly How to download .psf file from PDB?

    • @Mohamedshehata
      @Mohamedshehata  4 года назад

      Please go and read the difference between the pdb and psf or have a look at this video
      ruclips.net/video/qZ85MC4QBAw/видео.html
      or this
      ruclips.net/video/ffPnh8wF-ig/видео.html

  • @shengtaoyu1514
    @shengtaoyu1514 4 года назад

    Thank you, that is a really helpful tutorial video!!! Can I calculate RMSD for a molecular instead of protein?

    • @amardeepsinha1951
      @amardeepsinha1951 4 года назад

      dumb he did for urea which is not a protein

    • @Mohamedshehata
      @Mohamedshehata  4 года назад

      Yes you can!

    • @Mohamedshehata
      @Mohamedshehata  4 года назад +5

      you can call people dumb ...btw it was protein not urea !
      can I call you dumb now? sure not !
      Because we are here to learn !

  • @sinhasuman1944
    @sinhasuman1944 4 года назад +1

    Wonderful explanation, thank you so much for the kind upload

  • @sekekeretsu4172
    @sekekeretsu4172 4 года назад +1

    Thanks

    • @Mohamedshehata
      @Mohamedshehata  4 года назад

      userguide.mdanalysis.org/examples/analysis/alignment_and_rms/pairwise_rmsd.html