Entering edit mode
Hello, I need to map GenBank protein ID's to corresponding Uniprot ID's from non-model organisms (e.g. ACF95883.1 = https://www.uniprot.org/uniprotkb/B5ATG2/entry = SOX9). I am struggling to find tools to do so, could anyone please help?
# This failed
up <- UniProt.ws()
result <- mapUniProt(
from = "EMBL-GenBank-DDBJ",
to = "UniProtKB",
query = c("ACF95883.1")
)
print(result)
() waiting for query completion.......... 00:00:02 Warning: IDs not mapped: ACF95883.1
Hi georgii.vdovin
To verify, I tried the same query at
https://www.uniprot.org/id-mapping/uniprotkb/3e1ca27409d1622678b03b2dd1e79878fd431a67/input-parameters
and did not get a result. Perhaps the ID is not in the database?
Note. See also: https://getentry.ddbj.nig.ac.jp/getentry/na/ACF95883.1/?filetype=html
Best regards,
Marcel
It is in the database, but it's a TrEMBL ID, and it's not clear to me that you can map using the API.