I'm following a tutorial that shows how to parse from GSE files. But what I could get is the probe ids and the expression values for each sample. For instance, from GDS one could use Table(gds)/Column(gds) to filter the gene synmbols and the sample description. For Gsymbolss mentioned that object class is not available. Could someone help me in filtering the gene symbols and sample description from the expression set that is created using GSE data?
I am trying to get the output in the following format
Description CKB
GSM762810 uncultured Islets 10.3963
GSM762811 uncultured Islets 27.6353
GSM762812 uncultured Islets 113.6600
GSM762813 uncultured Islets 135.0460
GSM762814 expanded Islet - dedifferentiated 90.7472
GSM762816 expanded Islet - dedifferentiated 77.8949
GSM762817 expanded Islet - dedifferentiated 68.0191
GSM762819 expanded Islet - dedifferentiated 61.7838
GSM762815 expanded Islet - redifferentiated 52.6215
GSM762818 expanded Islet - redifferentiated 63.4706
GSM762820 expanded Islet - redifferentiated 51.5406
The above is obtained using Columns(GDS) and Table(GDS)
Using the expression set for gse gives the following,
GSM239824 GSM239825 GSM239826 GSM239827 GSM239828 1007_s_at 1.272 1.251 1.231 0.998 0.996 1053_at 1.334 1.246 1.351 0.814 0.855 117_at 0.987 1.019 0.928 0.485 0.446 121_at 0.816 0.666 0.733 0.543 0.507 1255_g_at 40.630 34.820 36.800 6.885 5.392 1294_at 0.666 0.491 0.655 0.390 0.425 1316_at 1.000 0.767 0.893 0.643 0.787 1320_at 0.945 0.861 0.981 0.864 1.019 1405_i_at 0.659 0.715 0.615 0.513 0.519 1431_at 0.655 0.667 0.656 1.000 0.990
I would like to ask for suggestions on how to parse the gene names and the sample descriptions from gse/ eset. Is there any syntax?
Any help will be highly appreciated
Hi Sean,
I don't get the right outputs using these syntaxes,
eset2 is the expression set that has been created for GSE data using the instructions given here
Could you please suggest if there is any mistake in the syntax?
I'm not sure what code was used, but this works for me:
And the output:
Many thanks for the prompt response. The other two commands work fine now. However, the output of print(fData(eset)) is data frame with 0 columns and 54675 rows for GSE9440.
Any suggestions?
What is the output of sessionInfo() when GEOquery is loaded? And what is the output of just typing `eset`?
Please find the output of the sessionInfo() here
Typing eset gives,
Apologies for the delay in my response
Sorry, one more favor. Could you post the code you used to get `eset`? I'm assuming that it is a one-liner, but just double-checking.
Hi Sean, I used the syntax from your post
I added a few libraries and the command works now. Thanks a lot! Sorry for multiple posts
Great to hear that things are working for you.
Sean, there is a problem again :(
I have created an eset of GSE15543 using,
When I try
The output is
But for
I'm not sure what causes the error ,the output of
Shouldn't I get the output with the probe ids of ?