Entering edit mode
Hi I wanted to do a rma analysis for a affymetrix microarray data. but I got a problem.
Code should be placed in three backticks as shown below
setwd("~/Downloads/GSE24184_RAW/")
library(affy)
library(makecdfenv)
data = ReadAffy()
data
and I got this Error. Please help me to solve this error.
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://cran.rstudio.com/
AffyBatch object
size of arrays=476x476 features (22 kb)
cdf=TTHB8401a520105F (??? affyids)
number of samples=14
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://cran.rstudio.com/
Error in getCdfInfo(object) :
Could not obtain CDF environment, problems encountered:
Specified environment does not contain TTHB8401a520105F
Library - package tthb8401a520105fcdf not installed
Bioconductor - tthb8401a520105fcdf not available
In addition: Warning message:
missing cdf environment! in show(AffyBatch)
Thank you in advance.
Thank you James, It worked.