[BioC] how to convert gene identifier to symbol?

John Zhang jzhang at jimmy.harvard.edu
Tue Aug 28 21:37:09 CEST 2007


> 
> I am using library hgu95av2 to generate a list of pathways
> >xx <- as.list(hgu95av2PATH2PROBE)
> However the results are gene identifiers. 
> 
> > xx[2]
> $`00642`
>  [1] "38377_at"   "840_at"     "31873_at"   "40782_at"   "35004_at"  
>  [6] "35203_at"   "39238_at"   "39691_at"   "39813_s_at" "39814_s_at"
> [11] "39103_s_at" "39104_at"  
> 
> How can I convert these identifiers to gene symbols?


You may just take one of the probe ids (e.g. 38377_at) under a given gene id and 
do:

>get("38377_at", hgu95av2SYMBOL)
[1]"MYST3"

> 
> Thanks in advance.
> 
> Cathy
>       
>---------------------------------
>
>	[[alternative HTML version deleted]]
>
>_______________________________________________
>Bioconductor mailing list
>Bioconductor at stat.math.ethz.ch
>https://stat.ethz.ch/mailman/listinfo/bioconductor
>Search the archives: 
http://news.gmane.org/gmane.science.biology.informatics.conductor

Jianhua Zhang
Department of Medical Oncology
Dana-Farber Cancer Institute
44 Binney Street
Boston, MA 02115-6084



More information about the Bioconductor mailing list