run affy package encounts clariomdhumancdf error
1
0
Entering edit mode
83310199 • 0
@83310199-20052
Last seen 5.2 years ago

Hello everyone! I'm going to analyses the CEL files for genes expression information. Run the commands as the affy package's guide pdf provided, some error occurred below:

library(affy) setwd('D://R/affy/') Data <- ReadAffy() eset <- rma(Data)


>library(affy)
>setwd('D://R/affy/')
>Data <- ReadAffy()
>eset <- rma(Data)

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


I tried to install the 'ClariomDHuman' package:

library(BiocInstaller) BiocManager::install("ClariomDHuman")


library(BiocInstaller) Bioconductor version 3.8 (BiocInstaller 1.32.1), ?biocLite for help Warning message: 'BiocInstaller' and 'biocLite()' are deprecated, use the 'BiocManager' CRAN package instead. BiocManager::install("ClariomDHuman") Bioconductor version 3.8 (BiocManager 1.30.4), R 3.5.1 (2018-07-02) Installing package(s) 'ClariomDHuman' Update old packages: 'openssl', 'purrr', 'rtracklayer', 'tidyr' Update all/some/none? [a/s/n]: a There are binary versions available but the source versions are later: binary source needscompilation openssl 1.2.1 1.2.2 TRUE purrr 0.3.0 0.3.1 TRUE tidyr 0.8.2 0.8.3 TRUE Binaries will be installed trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/openssl1.2.1.zip' Content type 'application/zip' length 3944621 bytes (3.8 MB) downloaded 3.8 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/purrr0.3.0.zip' Content type 'application/zip' length 413573 bytes (403 KB) downloaded 403 KB trying URL 'https://bioconductor.org/packages/3.8/bioc/bin/windows/contrib/3.5/rtracklayer1.42.2.zip' Content type 'application/zip' length 3047491 bytes (2.9 MB) downloaded 2.9 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/tidyr0.8.2.zip' Content type 'application/zip' length 948891 bytes (926 KB) downloaded 926 KB package ‘openssl’ successfully unpacked and MD5 sums checked package ‘purrr’ successfully unpacked and MD5 sums checked package ‘rtracklayer’ successfully unpacked and MD5 sums checked package ‘tidyr’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\XiongMing\AppData\Local\Temp\RtmpEXruRI\downloadedpackages Warning message: package ‘ClariomDHuman’ is not available (for R version 3.5.1)

continue to run: eset <- rma(Data)


eset <- rma(Data) Error in getCdfInfo(object) : Could not obtain CDF environment, problems encountered: Specified environment does not contain ClariomDHuman Library - package clariomdhumancdf not installed Bioconductor - clariomdhumancdf not available

What can i do to fix this bug? I'm new to R that I haven't mastered many concepts yet. It would be great if you could give detailed steps and specific guidance. Thank you for your guidance and advice, which will help me get started in the R field.

affy getCdfInfo(object) CDF environment Clariom_D_Human • 5.5k views
ADD COMMENT
3
Entering edit mode
Guido Hooiveld ★ 3.9k
@guido-hooiveld-2020
Last seen 1 day ago
Wageningen University, Wageningen, the …

As said in the related thread started by you, and that now is deleted (also by you?!), these are 3rd generation Affymetrix arrays for which NO Chip Definition File (CDF) is available. As a result, these arrays can NOT be analyzed using the library affy, but rather should be analyzed using oligo and the corresponding PdInfo package. Some code to get you started + some relevant links were already provided in the deleted thread....

ADD COMMENT
0
Entering edit mode

Thank you for your reply, I know that deleting the previous post is not proper, but because I mistakenly described the affy problem as a limma package problem, this makes me look a bit stupid, so I deleted the original post, which may offend you. I am very sorry~

ADD REPLY

Login before adding your answer.

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