How To Import The Local Eset.R File To R?
1
0
Entering edit mode
11.0 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.

r • 4.9k views
ADD COMMENT
0
Entering edit mode

you mean how to import a locally saved R-file into your R-environment?

source("eSet.R ?")

ADD REPLY
0
Entering edit mode

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().

ADD REPLY
0
Entering edit mode
11.0 years ago

You can load a local eSet.r using

load("eSet.r")

ADD COMMENT

Login before adding your answer.

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