[BioC] newbie question: how do I get affy annotations
John Zhang
jzhang at jimmy.harvard.edu
Fri Feb 6 14:37:39 MET 2004
>can someone teach me how to get affy libraries into R? I just tried
>library(hu6800)
Bioconductor's MetaData section contains a list of annotation libraries for affy
chips. To get a annotation library(e.g. hgu95av2), you may try:
> library("reposTools")
> install.packages2("hgu95av2")
> library("hgu95av2")
>
>and I doubt if there are any other libraries there.
>
>
>Best regards
>
>Hao Liu, Ph. D
>
>_______________________________________________
>Bioconductor mailing list
>Bioconductor at stat.math.ethz.ch
>https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
More information about the Bioconductor
mailing list