CDF not found
1
0
Entering edit mode
ijvechetti ▴ 10
@ijvechetti-20701
Last seen 17 months ago
United States

Hello, I'm having a problem with Affymetrix array for Clariom S Rat

When i run I get the follow error:

library(affy) data <- ReadAffy() eset <- affy::rma(data)

Error in getCdfInfo(object) : Could not obtain CDF environment, problems encountered: Specified environment does not contain clariomsratcdf Library - package clariomsratcdf not installed Bioconductor - clariomsratcdf not available

I have tried to install clariomsrattranscriptcluster.db pd.clariom.s.rat

But still not working, what could I do?

Affy microarray • 2.0k views
ADD COMMENT
1
Entering edit mode
Guido Hooiveld ★ 3.9k
@guido-hooiveld-2020
Last seen 2 hours ago
Wageningen University, Wageningen, the …

The Affymetrix Clariom S Rat arrays are so-called 3rd generation expression arrays, and the analysis of these type of arrays is NOT possible anymore with the library affy (see e.g. here). In contrast, you should use the library oligo (here) + the corresponding PdInfo (platform design info) library (here) to process these arrays.

Some code to get you started can be found here. Note1: please read that complete thread! Note2: When using that code, you obviously have to change the name of the respective libraries to the rat variant (from human).

ADD COMMENT
0
Entering edit mode

Thank you for your help and for your time. That is what I ended up doing, based on some threads I saw. Thank you for the codes.

ADD REPLY

Login before adding your answer.

Traffic: 867 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