Entering edit mode
I want to map the Affymetrix probe IDs that I've obtained from NCBI GEO datasets, to gene symbols. How can I do it with the available packages for Affymetrix Human Clariom D Assay on Bioconductor?
Corresponding libraries has been called;
probeID = c("TC0400012173.hg.1", "TC0100016339.hg.1", "TC1000012516.hg.1"....)
df = data.frame(Gene=unlist(mget(x = probeID, envir = clariomdhumantranscriptclusterSYMBOL)))
# Error in .checkKeys(value, Lkeys(x), x@ifnotfound) :
value for "" not found