how to view. Rdata files in R
1
2
Entering edit mode
6.7 years ago
statfa ▴ 760

Hi

I'm going to download the read count tables from recount2: https://jhubiostatistics.shinyapps.io/recount/

The problem is when I download the RSE file for genes, I can't view it in R. The data is R formatted:. RData.

I want to view the whole table in R. Do you know how I can do it?

Thanks

RNA-Seq rdata • 18k views
ADD COMMENT
4
Entering edit mode
6.7 years ago
  1. launch R
  2. In R, change to the directory where .rdata files are downloaded
  3. Type load(file.rdata)

https://stat.ethz.ch/R-manual/R-devel/library/base/html/load.html

ADD COMMENT
1
Entering edit mode

4) Type ls() to list the contents of the object

ADD REPLY
0
Entering edit mode

In my opinion, this is good enough to be an answer ;-) (So I moved it)

ADD REPLY

Login before adding your answer.

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