Entering edit mode
3.9 years ago
prithvi.mastermind
▴
50
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("hgu133a.db")
library(hgu133a.db)
VB <- read.table(file = "PROBE.txt")
x <- hgu133aSYMBOL(VB)
MY Input Data:
218865_at
219574_at
210075_at
219527_at
221636_s_at
213256_at
218582_at
201736_s_at
201737_s_at
212498_at
215422_at
215423_at
If the probe id list is huge than how can be retrieved them??