Hi all,
just a quick update. Bioconductor 3.11 was release with an updated BridgeDbR package.
It has a few new features, but the ability to map multiple identifiers was one frequently requested:
input = data.frame(
source= rep("Ch", length(data[,2])),
identifier= data[,2]
)
wikidata = maps(mapper, input, "Wd")
Have fun!