Proteomicslab57357 / UniprotR

Retrieving Information of Proteins from Uniprot
GNU General Public License v3.0
59 stars 18 forks source link

Retrieving incorrect SeqLength for some proteins #41

Open RyanWKW opened 2 months ago

RyanWKW commented 2 months ago

Using it to pull sequence lengths, noticed 2 of my acession codes resulted in wrong seq lengths (Q14749 and P51580). When I used GetSequence it mangages to pull the right seq lengths.

MohmedSoudy commented 2 weeks ago

I ran the following lines and I was able to get the length of the sequences 295, and 245 as they are reported in Unripot database. Could you share more details or your code to investigate the problem?

library(UniprotR)
acc_list <- c("Q14749", "P51580")
x <- GetSequences(acc_list)