Entering edit mode
8.0 years ago
randalljellis
▴
90
Hello,
I analyzed a few GEO data sets that were on different microarray platforms using the RankProd R library.
However, since the data sets were on different microarray platforms, they have different probe sets and hence there were tons of NAs in the all-inclusive expression set. The candidates I ended up taking from this analysis actually ended up working, but I'm wondering if this analysis is defensible.
Thank you in advance for any insight :)
Give a try with R package called "virtualarray". If you get similar results, then your approach should be defensible.
Thank you, I will try this.
virtualArray seems to not install on R 3.3.1 and is not on GitHub :( do you have any suggestions please?
You can always shuffle the values and see if you get rubbish or your candidates.
Thank you, I will try this.
I'm not sure what you mean by "shuffle the values," would you mind elaborating? Do you mean mixing up the order of the rows in the expression set?
I meant shuffling the values (not NAs) between genes
I'm sorry, but could you explain this further? Wouldn't doing this totally fudge the whole analysis by changing the entries?
Your concerns are that the difference in platforms gave you the set of genes, not their differential expression. You can test this by comparing the results you got with results from fictional data. If you shuffle the values inside each platform and repeat the test you'll expect to find the same results only if your initial results were wrong. If the genes you got are true DE, you would expect them to disappear on shuffled data.
ahhh, I see. Thank you
Hello randalljellis!
It appears that your post has been cross-posted to another site: http://seqanswers.com/forums/showthread.php?p=200788
This is typically not recommended as it runs the risk of annoying people in both communities.
When one cannot find any answers in the other forum, Obviously he/she will try to post their questions in the forum where they could find a answer or any guidance. So people can also ignore the "cross-posts"
The threads were made just a few hours apart from each other, a bit of patience would have been nice. About cross posting I would like to refer you to How To Ask Good Questions On Technical And Scientific Forums
I apologize, I just wanted the greatest possible number of perspectives on this.
Thank you for your empathy.