Displaying 1 result from an estimated 1 matches for "hguqiagenenv3refseq".
2008 May 19
0
[BioC] oligo ids
...ated with the Qiagen arrays:
>
> Assuming that you are using R 2.7.0 (you are, correct?), then you can do:
>
> source('http://bioconductor.org/biocLite.R')
> biocLite('hguqiagenv3.db')
> library(hguqiagenv3.db)
> mget(c('H200006022','H200002025'),hguqiagenenv3REFSEQ)
>
> The last command will return a list of mappings between those two
> oligo ids and RefSeq. Typing:
>
> hguqiagenv3()
>
> will tell you the other annotation sources available for your qiagen
> chip. Ensembl mappings are available, as are a bunch of other
> mappings....