I want to map probe ID of different GSE series dataset with gene Symbol. Platform of GEO series dataset is GPL570. Most of dataset have same probe I want to find out gene symbol for that probes
You can use Ensembl biomart. If your probe list are less than 500 you can use easily on browser but if your probe list more than 500, biomart R package is confortable for you..
installation code:
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("biomaRt")