Ok, I understand.
So, how can Iget the absolute expression of one microarray sample?
Hi everybody!
LIMMA in R can give you a list of differentially expressed genes.
How can I simply get the probesets with highest signal intensity?
Can I get only the most expressed genes in an healty experiment, for example from one .CEL file?
Or the most expressed genes from a set of .CEL files of the same group (all of the control group, or all of the sample group).
Thanks! :)
The order() function in R is perhaps a useful place to start. Note, though, that microarrays measure relative expression between samples and not absolute expression, so simply ordering by intensity is not really a quantitative way to get the most expressed genes (though qualitatively it might do).
Ok, I understand.
So, how can Iget the absolute expression of one microarray sample?
Unfortunately, microarrays (and RNA-seq, for that matter) do not measure absolute expression, so you cannot.
Well, but if I take 2 .CEL files of the same group (e.g. 2 of the control group) and I perform the GCRMA obtaining the ExpessionSet object after the GCRMA, the gcrma.ExpressionSet, the pa.calls() works.
Thus, Should not I trust its result?
Log in to answer this question.
If you run the script you'll get an error while executing:
and not while executing
Why if they are both ExpressionSet?
The GDS does not contain enough information to make PA calls. The PA calls need match and mismatch probe data and the GDS contains only normalized probeset data, likely derived from match probes only.
http://stackoverflow.com/questions/25724486/get-the-most-expressed-genes-from-one-cel-file-in-r