How to analyze micoarray data with more than one source.
1
0
Entering edit mode
4.6 years ago

Hi every one!

How should one analyze microarray studies that include >1 tissues, such as:

  source    condition
    tis1    dis
    tis1    dis
    tis1    dis
    tis1    ctrl
    tis1    ctrl
    tis1    ctrl
    tis2    dis
    tis2    dis
    tis2    dis
    tis2    ctrl
    tis2    ctrl
    tis2    ctrl

structure(c("tis1", "tis1", "tis1", "tis1", "tis1", "tis1", "tis2", 
"tis2", "tis2", "tis2", "tis2", "tis2", "dis", "dis", "dis", 
"ctrl", "ctrl", "ctrl", "dis", "dis", "dis", "ctrl", "ctrl", 
"ctrl"), .Dim = c(12L, 2L))

Is it customary to :

'neglect' source column above? OR Do separate analysis for each tissue (and then how to combine DEGs?) OR use features from limma such as blocking (that I am not much acquainted with, requesting help) OR

Do all possible analyses including the 3 just mentioned and select the "best looking" one?

DEG microarray several tissues • 805 views
ADD COMMENT
1
Entering edit mode
4.6 years ago

There was a similar question posted around the same time as yours: Meta-analysis on microaray data, when a sinlge experiment contains diferent tissues

Which tissues are you looking at? Unless you are interested in the cross-tissue differences, then you do not have to process them together.

ADD COMMENT
0
Entering edit mode

Thank you @kevinBlighe for your reasponse

ADD REPLY

Login before adding your answer.

Traffic: 1913 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