Load GSE dataset in R
1
0
Entering edit mode
2.5 years ago
Ripon • 0

I'm trying to load GSE147507 dataset in R. But it loads with zero rows (marked as yellow inside image). Here is my code.

library(GEOquery)

gse <- GEOquery::getGEO("GSE147507", GSEMatrix = TRUE)
show(gse)

And R output...

enter image description here

Can anyone help me out?

R getGEO • 1.4k views
ADD COMMENT
0
Entering edit mode

If you download the tsv files you can load them all into R - check out this reply on stack overflow it might help you out

https://stackoverflow.com/questions/57242335/import-multiple-tsv-files-at-once-as-data-frames

ADD REPLY
0
Entering edit mode
2.5 years ago

Hi,

It is a bulk RNA-sequencing study; so, GEOquery will not 'work'.

You need to obtain the TSV files and load them into R manually.

Kind regards, Kevin

ADD COMMENT

Login before adding your answer.

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