Hello, I am trying to create an object for the Array Express processed data using ArrayExpress package. I did the following -
data<- getAE("E-MTAB-8871", type = "processed")
cname<- getcolproc(data)
show(cname)
AE<- procset(data, cname[2])
And I am getting the following error -
**ArrayExpress: Reading pheno data from SDRF
Error in eval(substitute(expr), data, enclos = parent.frame()) :
Unable to read processed data**
I cannot figure out my mistake. Please help! Akanksha
I reproduced your error. The procset code is difficult to debug. Have you tried contacting the maintainer? It could be a problem with the archived data that the maintainer would see how to deal with. You should follow the posting guide and give the result of sessionInfo() when you contact the maintainer.