Hey guys,
I'm new to doing bioinformatics so bear with me.
My experimental design is as follows:
- 4 timepoints (3d, 7d, 14d, 56d)
- 2 conditions, each with time matched controls
- For every condition, there are 5 replicates per time point, 3 replicates for each time-matched control
That is, condition 1 at 3d has n = 5, and control of condition 1 at 3d has n = 3 etc...
The core facility provided the complete cufflinks output and provided a merged.gtf file that was made from cuffmerge.
How do I:
- Find DE genes between every time point of each condition and its time-matched control? Do I do individual EdgeR at every time point or is deseq or cuffdiff preferred?
- Find DE genes between the conditions (should I just filter for the genes DE to controls as found in #1?)
- Find the biological pathways (GO/KEGG) that are distinct between the two conditions?
- How do I then visualize these distinct networks (e.g. put them into figures), cytoscape?
Package names would help a lot, I have some proficiency in R and Java.
Thanks so much in advance!
Thanks so much, Circos looks amazing. I played with Cytoscape a bit but found that it was really difficult to get what you see in the publication figures (they look amazing, but the default layouts aren't that great in cytoscape). Also, is there a reason for not filtering them out in 2, because I assume I would be taking the output of 2 into steps 3 and 4 (i.e. what is the point of 1?)
Thanks again!
The differentially expressed genes are based on the comparisons you make.In 1) the genes are reported that change between different time points,whereas in 2) the genes are reported that change between different conditions irrespective of time points.