How to download/save sample table presented at GEO2R
1
0
Entering edit mode
3.9 years ago
archisman • 0

I'm looking for a solution to download or save the sample table similar to the GEO2R for a GEO dataset.

Here is an example: https://www.ncbi.nlm.nih.gov/geo/geo2r/?acc=GSE14468

I can use GEOquery package in R to do that.

gse <- getGEO("GSE14468", destdir = getwd())
phenoData <- (pData(gse[[1]]))

But with this, I have more than 70 columns with some same information and its a long list to choose from. Please suggest me a solution. Thank you.

GEO GEO2R R • 2.0k views
ADD COMMENT
0
Entering edit mode
23 months ago
Maycon • 0

Hi archisman. I would suggest you to copy the column name from GEO2R -> put in a vector -> filter the 70 columns from dataset downloaded by getGEO function. Actualy, im looking for a better way to do that since few days but I got nothing different from that solution until now. Bye!

ADD COMMENT

Login before adding your answer.

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