Entering edit mode
6.1 years ago
lvitale
•
0
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
doesn't really make sense, you're using a few packages and databases, mention them