how to get pfam id of proteins belonging to a particular family along with sequences in that family?
1
0
Entering edit mode
13 months ago
max • 0

Hello, i am a newbie in bioinformatics I am trying to get protein sequences of a particular species e.g homo sapiens along with the pfam id of the family to which the particular sequences belong from the interpro website. i found that i have to click on the name of the proteins which directs me to another page which shows the family id of the protein. Is there a faster or easy way to do this? Thanks

pfam protein id interpro sequence • 738 views
ADD COMMENT
0
Entering edit mode

use the data in the download section ?

$ wget -qO - "https://ftp.ebi.ac.uk/pub/databases/interpro/current_release/protein2ipr.dat.gz" | gunzip -c | grep -w IPR000074 | head
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 355 534
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 527 711
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 716 871
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 788 922
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 806 987
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 929 1059
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 1065    1186
A0A011TNG6  IPR000074   Apolipoprotein A/E  PF01442 1259    1407
A0A011UZW7  IPR000074   Apolipoprotein A/E  PF01442 295 436
A0A011UZW7  IPR000074   Apolipoprotein A/E  PF01442 382 586
ADD REPLY
2
Entering edit mode
13 months ago
GenoMax 141k

Visit: https://www.uniprot.org/uniprotkb?query=(taxonomy_id:9606)

Click on customize columns. Search with keyword pfam and check the box once found. Add remove other columns as needed. Click on Download to download locally.

If you want only reviewed proteins the select that link (circled).

pfam

ADD COMMENT
0
Entering edit mode

Thanks .Is there any way to get pfam ids along with the protein family names?

ADD REPLY

Login before adding your answer.

Traffic: 2514 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6