Hello,
I’m trying to access the gene expression data of the enzymes catalyzing the metabolic pathways from studies on the pancreatic islets of diabetic subjects (for example, the gene expression level reported in control vs. diabetic in http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0011499#s4. Are there specific databases from which such gene expression data can be accessed?
Any help would be highly appreciated.
That helped a lot. I wish to get an average value of gene expression for a specific list of genes. For instance, in the study with GEO accession ID -GSE15543(first hit from the search with keywords,(Pancreatic Beta Cells) AND "Homo sapiens"[porgn:__txid9606]) 33 samples are listed. After defining data sets, I'm able to see the distribution of the gene expression.
Is there a way to programmatically compute the average value of gene expression, for a specific list of genes, from all the 33 samples?
Sure, but in which format is your data, currently?
I'm using the profile graph option in GEO2R (example) to view the expression data. While I was looking for the downloadable file formats, I came across soft file format.
I'm new to all of this, I would like to know the recommended format that one can use to parse the expression data easily.
In the link that you provide, the easiest thing to do is to go to the R script tab and then run the code there. This will then give you the normalised log2 expression data, on which you can then instantly perform downstream analyses.