Entering edit mode
John Zhang
★
2.9k
@john-zhang-6
Last seen 10.3 years ago
> I tried to find the CDF and annotation package for
>this chip on bioconductor site. I found hgu95acdf CDF
>file and I installed it in my R.1.9.0. When I load
>this library it gets loaded. However, when I try to
>get LOCUSIDs I get :
>
>> myids<-as.list(hgu95acdfLOCUSID)
>Error in as.list(hgu95acdfLOCUSID) : Object
>"hgu95acdfLOCUSID" not found
First, LocusLink annotation data are not in the cdf package. They are
in a
separate annotation data package. Second, we do not maintain
annotation data
package for hgu95a. But we do have the package for hgu95av2.
To get the LocusLink annotation for hgu95av2 you need to use the
annotation data
package. You may try:
>library("reposTools")
>install.packages2("hgu95av2") # add develOK = TRUE if you need the
devel track
>as.list(hgu95av2LOCUSID)
>
>
>Also, I tried :
>
>> myids<-(hgu95aLOCUSID)
>Error: Object "hgu95aLOCUSID" not found
>
>
>
>Could any one help me hgu95a and hgu95CDF are both the
>same chip definition files. Also, how can I get my
>LOCUSID numbers from this chip that was used by Huang
>et al.
>
>Please help me thank you.
>
>
>PS
>
>_______________________________________________
>Bioconductor mailing list
>Bioconductor@stat.math.ethz.ch
>https://stat.ethz.ch/mailman/listinfo/bioconductor
Jianhua Zhang
Department of Biostatistics
Dana-Farber Cancer Institute
44 Binney Street
Boston, MA 02115-6084