How To Merge Cuffdiff (Gene_Exp.Diff) Results From Two Batches Or Rnaseq Data?
1
0
Entering edit mode
10.5 years ago
newDNASeqer ▴ 760

I have two batches of RNA Seq data. The first batch was done months ago, and I just finished the second batch and need to merge it with the previous cuffdiff results. Is there any easier way than re-running the previous data with the newer batch through Cuffmerge? thanks

cuffdiff cuffmerge • 2.4k views
ADD COMMENT
0
Entering edit mode
10.5 years ago
seidel 11k

You may need to supply more detail, as it's not clear what you mean by batches and how they relate to each other. However, when you mention cuffdiff results and cuffmerge next to each other, it implies that your first batch was used to generate transcript descriptions along with quantification and comparison (i.e. cuffdiff) between samples, and that you did not supply an external GTF file of transcript descriptions. Now that you have a second batch of data, if you want to quantify it in relation to the first batch, you would run the pipeline with the GTF file based on your first batch.

However, given that you now have more data, it's likely that if you combined your first and second batches, and ran everything again, your transcript descriptions would change slightly (thus the need for cuffmerge). So you have to decide what it is your are quantifying. If your goal is to use your data to generate transcript descriptions, then you should run everything again, use cuffmerge to generate a single set of GTF transcript descriptions, then run everything on that set of transcript descriptions, and you will have quantitative and comparison data on a uniform set of transcripts based on both batches.

ADD COMMENT

Login before adding your answer.

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