predicted protein and sequence
2
0
Entering edit mode
4.3 years ago
mdfardin374 ▴ 10

Hello, I am interested in fetching all the predicted protein (proteins that do not have experimental evidence) of a particular organism or hypothetical proteins of an organism so that MS/MS analysis can be carried out to prove proteomic evidence. Can somebody please help me?

sequence • 757 views
ADD COMMENT
1
Entering edit mode
4.3 years ago
fishgolden ▴ 510

I use uniprot for such purpose.

It has PE line. https://www.uniprot.org/docs/userman.htm#PE_line

Check an example. https://www.uniprot.org/uniprot/Q8YW84.txt

ADD COMMENT
0
Entering edit mode
4.3 years ago
GenoMax 141k

Using EntrezDirect. This example uses Malus as an example.

$ esearch -db protein -query "MALUS DOMESTICA [ORGN]" | esummary | xtract -pattern DocumentSummary -element Caption | grep "^XP" | xargs -n 1 sh -c 'efetch -db protein -id "$0" -format fasta'
ADD COMMENT

Login before adding your answer.

Traffic: 2712 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