Entering edit mode
11.6 years ago
jlshi.nudt
▴
240
I've download the eset.r file from ArrayExpress database, but how can I import the eSet.R file to R/BioConductor? The package 'ArrayExpress' package can download dataset from arrayexpress, but how to deal with the local eSet.r? Thank you.
you mean how to import a locally saved R-file into your R-environment?
So is it eset.r, eSet.R or eSet.r? You have used all 3. You also need to explain what is contained in that file. If it's R code, you use source(). If it's R data, you use load().