How to find the difference between old and current releases in UniprotKB
3
0
Entering edit mode
14 months ago
Mohan • 0

How to find the difference between old and current releases in UniprotKB.

For specific entry id, what it has changed from previous releases to current releases. How we can check.

previous UniprotKB current difference releases • 645 views
ADD COMMENT
1
Entering edit mode
14 months ago
GenoMax 141k

For specific entry id, what it has changed from previous releases to current releases.

If you are talking about a specific UniProt ID then look under the history tab to get the full history of that ID. Here is one example: https://www.uniprot.org/uniprotkb/P05067/history

ADD COMMENT
0
Entering edit mode
14 months ago
Mensur Dlakic ★ 27k

Not sure that you realize how many sequences are in UniProtKB. I don't think there is a way of doing this in a reasonable amount of time by classic sequence comparisons.

One way I can think of is to extract all sequence IDs, and find which ones match between the two databases. Everything that doesn't match are different entries. This assumes that a sequence ID from the two database contains the same sequence, which may or may not be true.

Yet another way is to calculate some kind of a hash or cyclic redundancy check for each sequence, and compare those instead of sequences. In this case matching CRC values does indicate identical sequences, but this takes longer to calculate than a simple ID comparison suggested above. I suggest you check out CRC64 from this page:

http://bioinfadmin.cs.ucl.ac.uk/UCL-CS_Bioinformatics_Software_Downloads.html

ADD COMMENT
0
Entering edit mode
14 months ago

You can query UniProt for entries whose sequences or annotations have changed, or for new sequences e.g.

https://www.uniprot.org/uniprotkb?query=(date_created:[2022-10-01%20TO%20*])

https://www.uniprot.org/uniprotkb?query=(date_modified:[2022-10-01%20TO%20*])

https://www.uniprot.org/uniprotkb?query=(date_sequence_modified:[2022-10-01%20TO%20*])

Do bear in mind however that entries can be deleted, merged, demerged too.

ADD COMMENT

Login before adding your answer.

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