Open Rachelly opened 9 years ago
You need to track the GSE id in the object. You could add the ID to the experiment data:
experimentData(e)@name <- 'GSE1234'
experimentData(e)@name
I would expect this to be part of the expressionSet as it is downloaded by getGEO.. Ok, thanks!
I know. Will add this to getGX though.
great, thanks!!
I have an eset and want to know what GSE it was taken from. Is there a function on expression sets that supply this information? (This is needed since I get the eset in a function and can't know in advance what is the GSE) Thanks!