Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Download fasta file for pdb id from uniprot

    Hi Members,
    I've a list of pdb id [some ~80].
    I want to download their fasta file from Uniprot.

    I have been unable to find URL which can be then utilized using wget or curl.

    example: 2rh1
    Please help.
    Bioinformaticscally calm

  • #2
    If you have 80 perhaps getting the fasta files for UniProt/SwissProt and UniProt/TreEmbl (ftp://ftp.uniprot.org/pub/databases/...base/complete/) then parsing out the sequences you need.

    Comment


    • #3
      Thank you GenoM for your reply.

      I downloaded sprot [swissprot] file. On going through it, I found protein name as:

      >sp|Q6GZX3|002L_FRG3G Uncharacterized protein 002L OS=Frog virus 3 (isolate Goorha) GN=FV3-002L PE=4 SV=1

      I have pdb ids with me, and not much information other than that.
      I was wondering how would I be able to get hold my data from this header.

      Appreciate your inputs.

      Originally posted by GenoMax View Post
      If you have 80 perhaps getting the fasta files for UniProt/SwissProt and UniProt/TreEmbl (ftp://ftp.uniprot.org/pub/databases/...base/complete/) then parsing out the sequences you need.
      Bioinformaticscally calm

      Comment


      • #4
        I guess 6GZX are the PDB ids. I am randomly grep-ping the ids and have hit few of them.
        But there are multiple entries for one such id.
        Code:
        $ grep -i "2m3g" uniprot_sprot.fasta
        >sp|Q2M3G0|ABCB5_HUMAN ATP-binding cassette sub-family B member 5 OS=Homo sapiens GN=ABCB5 PE=1 SV=3

        >sp|Q2M3G4|SHRM1_HUMAN Protein Shroom1 OS=Homo sapiens GN=SHROOM1 PE=1 SV=1
        Bioinformaticscally calm

        Comment


        • #5
          PDB to Uniprot ID's: http://www.uniprot.org/docs/pdbtosp

          Comment


          • #6
            Wow. That helps a lot. Thank you.

            FASTA sequence/file can be downloaded using wget from a URL:
            Ex:
            pdb id -2E9Q
            Code:
            wget "http://www.uniprot.org/uniprot/?query=database%3A%28type%3Apdb+2E9Q%29&format=fasta"
            Note: There can be multiple sequences of one PDB id.

            Last edited by bio_informatics; 09-12-2014, 06:45 AM.
            Bioinformaticscally calm

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Essential Discoveries and Tools in Epitranscriptomics
              by seqadmin


              The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
              Yesterday, 07:01 AM
            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            39 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            41 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            35 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            55 views
            0 likes
            Last Post seqadmin  
            Working...
            X