Find PFAM annotations of PDB entries error

Issue #910 new
Dang Wang created an issue
pdb.pfam(c("6Q21_A", "1NVW", "1P2U_A"))
Unknown IO errorfailed to load external entity "http://www.rcsb.org/pdb/rest/hmmer?structureId=6Q21,1NVW,1P2U"
NULL

I am trying to find PFAM annotations of PDB entries, but I get the following error. I suspect that the PFAM URL has changed. Could you guide me, please?

Comments (5)

  1. Dang Wang reporter

    Dear Xinqiu,

    Thanks for your reply, I also get the new error when running another code about “pfam”, how do I fix it, please?

    Thanks again for your help.

    #get sequence of Ecoli DHFR
    seq <- get.seq("1rx2_A")
    
    #scan the Pfam database for our sequence
    pfam <- hmmer(seq, type="hmmscan", db="pfam")
    pfam$hit.tbl
    
    #download pfam alignment for the DHFR family
    pfam.aln <- pfam(pfam$hit.tbl$acc[1])
    
    https://pfam-legacy.xfam.org/</a> </code> </div> </section> </main> </body></html>/alignment/seed/format?format=fasta 
    Error in pfam(pfam$hit.tbl$acc[1]) : Url does not exist
    

    Bests,

    Dang

  2. Log in to comment