Hi everyone.
I have a set of (~10,000) superseded UUIDs that I need to convert to their new versions (seems to be release 12 (2018) to release 32 (2022)). UUIDhistory()
from the TCGAutils
R package works nicely but only for one ID at a time, and looping over all IDs is fairly slow because it has make a separate query each time. Is there a better way to do this? Or a table I can download to map UUID versions?
Thanks!
Tagging: Zhenyu Zhang