Meta-analysis of Microarray datasets.
1
0
Entering edit mode
7.1 years ago

Hi Everyone,

I have used microarray data to identify DEGs and mapped its PPI network for a single dataset but now I want to use multiple datasets reported by different studies in Acute Myeloide Leukemia (AML). Please specify a good methodology step by step and also please specifically how can I Merge different datasets. Please also need some info regarding the requirements for merging.

*if possible please share the whole script.*

Thanking you in Advance.

Gene Microarray GEO Meta-Analysis • 1.2k views
ADD COMMENT
0
Entering edit mode
7.1 years ago
theobroma22 ★ 1.2k

WOW! Are you offering payment or co-authorship? Ill start by showing you how to merge data in R.

x <- merge(i, j, by = "this", all = FALSE)
y <- merge(k, m, by = "that", all = FALSE)
z <- merge(x, y, by.x = "this", by.y = "that",
all = TRUE)

While I'm working on it have a look at ?merge in R.

ADD COMMENT
2
Entering edit mode

I agree that the question is far too aspecific and needs more information. However, due to a potential language barrier, it might be that your sarcasm comes across as rude.

ADD REPLY

Login before adding your answer.

Traffic: 2810 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6