I have an ExpressionSet, combArr.eset, that contains Affymetrix Human Genome U133 Plus 2.0 Array gene expression data. I also have a matrix, exprs_combArr.eset, that contains the expression data for combArr.eset. The row names for exprs_combArr.eset are the hgu133plus2 probe IDs, and the column names are the Gene Expression Omnibus sample IDs.
I'd like to change the probe IDs in exprs_combArr.eset to their corresponding gene symbols, but I'm not sure how to do this.
I've retrieved the hgu133plus2SYMBOL object from the hgu122plus2.db package, which contains the mappings between manufacturer identifiers and gene abbreviations, but I'm not sure how to use this to change the probe IDs in exprs_combArr.eset.
I'm new to R and Bioconductor, and programming in general, so any help would be appreciated. Thank you!
Thank you! This is really helpful!