This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to view. Rdata files in R

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

1 answer

  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

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

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

Log in to answer this question.