For many reasons I'm interested in retrieving the annotation score used in UNIPROT. However when using the connection to the specie Rattus norvegicus I cant get any annotation score.
select(up, 24379,c("REVIEWED","PATHWAY","SCORE", "RGD","ID"), "ENTREZ_GENE" ,na.rm=T)
If I check the website (http://www.uniprot.org/uniprot/P18088), the annotation score is available. Am I missing something? Or it's just the version of uniprot I'm querying.
sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.3 LTS
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=es_MX.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=es_MX.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=es_MX.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=es_MX.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] parallel stats graphics grDevices utils datasets methods base
other attached packages:
[1] UniProt.ws_2.10.0 BiocGenerics_0.16.1 RCurl_1.95-4.7 bitops_1.0-6 RSQLite_1.0.0
[6] DBI_0.3.1
loaded via a namespace (and not attached):
[1] IRanges_2.4.4 tools_3.2.2 Biobase_2.30.0 AnnotationDbi_1.32.0 S4Vectors_0.8.3
[6] stats4_3.2.2
Never mind - I misread the page you sent.