Entering edit mode
8.2 years ago
grayapply2009
▴
300
Hi, I read the GSE file into R as follows.
gse <- getGEO("GSE4928", GSEMatrix=TRUE)
Now I want to convert all probe IDs to gene symbols and write the entire annotated dataset back to my computer. What should I do? By the way, which dataset is stored in gse? SOFT formatted family file, MINiML formatted family file or Series Matrix File?
Thank you Sean. Now how can I export the Series Matrix file with the probes replaced by gene symbols?
After that, you can use:
Thank you, gaoce. That works perfectly. Where can I get the tutorial for this? The GEOquery document doesn't seem to have what you guys showed me above.
Unfortunately, this solution is not a general one due to the fact that not all GEO series have gene symbol or other annotation. What that means is that it is best to understand why the steps above work so that when you have another data set, you can follow the logic to come up with your own solution. That said, I am always interested in documentation improvements, so it you'd like to contribute, GEOquery is on github where I can accept pull requests.
Hi, can you help me with a similar problem? I used the code Sean put here and I change the series number to ones from the data that I want to use. But I face an error:
I looked in the fData(gse) corresponding to my own GSE file and there isn't a Gene Symbol column.
ID of the dataset that I'm using is GSE65106 Could you possibly be able to help me? I would really appreciate it. Best regards