This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Query reg Cufflink and Cuffdiff

I have two normal Breast cell illumina transcriptome data and Breast cancer illumina transcriptome data. I want to see the differential gene expression between normal and cancer samples. Following are the analysis i did so far. Could you please help me how to proceed with cuffidiff tool.

Normal breast cell1 - from raw data QC has been performed, remvoed duplicates using piccard, Performed tophat alignment against Human reference genome 38, tophat result 3 bed files and 1 bam file obtained

Normal breast cell2 - from raw data QC has been performed, remvoed duplicates using piccard, Performed tophat alignment against Human reference genome 38, tophat result 3 bed files and 1 bam file obtained

Breast cancer1 - from raw data QC has been performed, remvoed duplicates using piccard, Performed tophat alignment against Human reference genome 38, tophat result 3 bed files and 1 bam file obtained

Breast cancer2 -from raw data QC has been performed, remvoed duplicates using piccard, Performed tophat alignment against Human reference genome 38, tophat result 3 bed files and 1 bam file obtained

Could you please tell me which files i should use for cufflink analysis and then how to proceed with cuffdiff?

ngs rna-seq cufflinks cuffdiff

If you used the topHat for Mapping and align by my personal experience I recomend to use cufflinks more than DEseq or edgeR for diferential expresssion, if you gonna use Cuffdiff, the input are the accepted_hits.bam and your transcripts.gtf, this file is product of you cufflinks assembly. You gonna need to obtain a merge.gtf, into Cufflinks package you can find this function too.

1 answer

You would have got accepted_hits.bam for every TopHat run. which represent the compressed form of mapped reads onto the given genome.

You can go with this accepted_hits.bam for Cufflinks and Cuffdiff.

Cufflinks is Okay for transcriptome assembly but for differential expression analysis I would suggest DESeq or edgeR.

Best situation for you would be to read the manuals carefully of TopHat/Cufflinks and then DESeq. I am sure that reading them would help you lot.

Log in to answer this question.