Open RyanWKW opened 2 months 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)
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.