microarray gene expression data
0
0
Entering edit mode
7.7 years ago
bioinfo ▴ 60

please suggest me. How can i resolve this issue. Thanks AffyBatch object size of arrays=1164x1164 features (35 kb) cdf=hgu133plus2.db (??? affyids) number of samples=62 Error in getCdfInfo(object) : Could not obtain CDF environment, problems encountered: Specified environment does not contain hgu133plus2.db Library - package hgu133plus2.dbcdf not installed Bioconductor - hgu133plus2.dbcdf not available In addition: Warning message: missing cdf environment! in show(AffyBatch)

R • 2.0k views
ADD COMMENT
0
Entering edit mode

Did you install hgu133plus2?

ADD REPLY
0
Entering edit mode

I tried to install but i got an error message...... package ‘hgu133plus2’ is not available (for R version 3.3.1) . Do i need to install another version of R???/

ADD REPLY
3
Entering edit mode

Get the most recent version of R, and type in R environment:

source("https://bioconductor.org/biocLite.R")
biocLite("hgu133plus2.db")
ADD REPLY

Login before adding your answer.

Traffic: 2567 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6