This is a test version of Biostars. For the public version, visit https://www.biostars.org.
NCBI analyze dataset

I downloaded the following dataset: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE68928

and read the file using getGEO function.

multicancer <- getGEO(filename='Data/multicancer.soft.gz')

like here https://warwick.ac.uk/fac/sci/moac/people/students/peter_cock/r/geo/

A this point how I can extract phenodata ed expressionData from the "multicancer" object?

if I try to get expression set using

eset <- GDS2eSet(multicancer, do.log2=TRUE)

I had this error:

Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function ‘Table’ for signature ‘"GSE"’

Because the class of "multicancer" variable is "GSE".

Thank you so much!

r geoquery biobase ncbi
  • Please use the code formatting to present your post better
  • Please use appropriate tags, just R doesn't really make sense, you're using a few packages and databases, mention them

0 answers

No answers yet.

Log in to answer this question.