Entering edit mode
Peng Yu
▴
940
@peng-yu-3586
Last seen 10.2 years ago
Hi,
I downloaded MoGene-1_0-st-v1.r3.cdf from
http://www.affymetrix.com/products_services/arrays/specific/mousegene_
1_st.affx#1_4
Then, I run the following command in R.
library("makecdfenv")
make.cdf.package("~/download/MoGene-1_0-st-v1.r3.unsupported-cdf
/MoGene-1_0-st-v1.r3.cdf",
species="Mus_musculus")
But I got the following error.
Error in isCDFXDA(file.path(path.expand(cdf.path), filename)) :
VECTOR_ELT() can only be applied to a 'list', not a 'character'
Calls: make.cdf.package -> make.cdf.env -> isCDFXDA -> .Call
Execution halted
Can somebody let me what the problem is? Do I call the command
incorrectly?
Regards,
Peng