uniprot2ids | R Documentation |
A function which converts UniProt IDs to others.
uniprot2ids(uniprotid = "ACC+ID", to, query)
uniprotid |
Source IDs. |
to |
To IDs. |
query |
A query. |
This function is based on the Python3 script from UniProt. See https://www.uniprot.org/help/api_idmapping
A UniProt-ID mapping
Adapted from script by UniProt
## Not run:
uniprotid <- "ACC+ID"
to <- "CHEMBL_ID"
query <- noquote(gap.datasets::inf1[["uniprot"]])
query <- paste(query,collapse=" ")
r <- pQTLtools::uniprot2ids(uniprotid,to,query)
cat(r,file="INF1.merge.chembl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.