PDB File Structure

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

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

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

    hi
    can you please tell me how to create PDB file from my NMR data?

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

    Can u please help how to convert the cartesian coordinates into fractional coordinates from a pdb file?

    • @TroyMessina
      @TroyMessina  3 года назад +1

      Hello. If you know the basis vectors for a crystal structure, you could write a script to convert them using matrix conversions like this en.wikipedia.org/wiki/Fractional_coordinates.

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

      @@TroyMessina Thanks a ton 🙏 ❤

  • @himanitanwar8941
    @himanitanwar8941 7 лет назад +1

    Hi..
    I have calcium in my pdb file. How do i remove these calcium (metal) from my pdb file??

    • @TroyMessina
      @TroyMessina  7 лет назад +1

      It depends on exactly what you want. So, this answer is very general. Load your pdb structure in VMD as the "top" structure.
      In TkConsole enter the following lines:
      set prot [atomselect top protein]
      $prot writepdb pdbfilename.pdb
      "pdbfilename" is the name of the protein file you want saved. This will save protein only (no water, no metals, no ions, no ATP, etc.)

  • @moustaphaahmed3227
    @moustaphaahmed3227 9 лет назад

    i need to know how can i identify the coordinates of the ligand binding site from PDB file and how can i pick the atom for the docking procedure

    • @TroyMessina
      @TroyMessina  9 лет назад

      +Moustapha Ahmed If you know which amino acids are the binding site, you simply read the pdb x, y, and z coordinates. These are the first three columns of decimal numbers. If you do not know the relevant amino acids, you will need to do experiments such as NMR or review the literature on your protein. I do not do docking studies. You will need to read the NAMD listserv and tutorials for that. Good luck!

    • @moustaphaahmed3227
      @moustaphaahmed3227 9 лет назад

      +Troy Messina thanks for your replay :)

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

    Is there any program that i could use in order to extract the network table from a pdb file?

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

      I don't know of any program that does this specifically. Something like tcl scripts or Python might be able to be used.

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

      @@TroyMessina thanks

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

      @@RACEABLE No problem. If I come across something, I'll let you know. I've tried building connection tables from scratch. It's a pain.

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

    How to parse the co-ordinates of atoms ?

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

      I do not understand what you want to do.

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

    Hello Sir, I would like to ask, how to generate data file for Lammps? I am using Materials studio to create the 3D models of some structures and save them as a PDB file. But I couldn't find any process to convert PDB file to data file. If you have any solution, please let me know. Thank you in advance.

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

      I don't use Lammps or Materials studio. I am unable to help you.

  • @areejhafiz8709
    @areejhafiz8709 8 лет назад

    can you pls give a tutorial on how to use a pdb editor? i can't open it after downloading.

  • @preranahbaruah
    @preranahbaruah 7 лет назад

    hi i want to separate alpha carbon ,beta carbon ,oxygen and nitrogen and store different file separately

    • @TroyMessina
      @TroyMessina  7 лет назад

      Try this video, and let me know if you still aren't sure. ruclips.net/video/55iZL0g7Se0/видео.html
      Thanks for watching!

  • @Dragonowy
    @Dragonowy 8 лет назад

    Why I can see only not readable text in every editor ?

    • @TroyMessina
      @TroyMessina  8 лет назад

      What file are you trying to read? pdb and psf are text files.

    • @Dragonowy
      @Dragonowy 8 лет назад

      OK, I want to edit *.pbd file not *.pdb, sorry, mistake

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

    Hey bro nice video i need a help I want Protein name . Tyramine Receptor
    Organism. Sitophilus oryzae rice weevil
    In PDB format can u help me please

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

      Do you have the 3D coordinates of all of the atoms? If you put this into an .xyz format (columns = element x y z, e.g., C 1.1 0.2 5.0), you can load it into VMD and create a pdb file as shown one of my other videos.

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

    In hetatm file, what is Ibp

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

      Can you post an example line from the file and provide more information? For what molecule is the file?