[BioC] Converting to official gene symbols
Gundala Viswanath
gundalav at gmail.com
Thu Jul 10 16:27:44 CEST 2008
Hi,
>> Is there a function available on Bioconductor to convert gene symbol
>> aliases to official gene symbols?
Yes. Is this you what you are looking for?
> source('http://bioconductor.org/biocLite.R')
> biocLite() # installs a number of pacakges
> biocLite('hgu95av2.db') # a particular chip 'annotation' file
> library(hgu95av2.db)
> hgu95av2GENENAME[["1053_at"]]
[1] "replication factor C (activator 1) 2, 40kDa"
> hgu95av2SYMBOL[["1053_at"]]
[1] "RFC2"
Further option can be found here:
> help(package=hgu95av2.db)
and
> openVignette()
- G.V.
____________________________________________
>> 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
>
>
>
> --
> Kang Tu
>
> _______________________________________________
> 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
More information about the Bioconductor
mailing list