Query reg Cufflink and Cuffdiff
1
0
Entering edit mode
9.6 years ago
anuraj • 0

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 • 1.9k views
ADD COMMENT
1
Entering edit mode

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.

ADD REPLY
1
Entering edit mode
9.6 years ago
Manvendra Singh ★ 2.2k

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.

ADD COMMENT

Login before adding your answer.

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