Any possible to run cuffdiff without cuffqunt?
1
0
Entering edit mode
7.2 years ago
PK ▴ 130

Hi folks, I have a doubt. Any possible to run cuffdiff without cuffqunt. In my point of view cuffqunt generated .cxb file. So we are taking .cxb file and merged.gtf files for cuffdiff input. My question is without .cxb file any possible to run cuffdiff. If it is available please help me.

RNA-Seq software error next-gen • 1.5k views
ADD COMMENT
0
Entering edit mode

Those two pieces of software are meant to be used together. Is there a particular reason you'd want to run cuffdiff without using the input that it is expecting from cuffquant?

ADD REPLY
0
Entering edit mode

Thank you for your reply. No reasons but I want to know the difference between using cuffquant and not using cuffquand. does it make any impact on my output?

ADD REPLY
0
Entering edit mode

It's just to speed things up:

Cuffquant allows you to compute the gene and transcript expression profiles and save these profiles to files that you can analyze later with Cuffdiff or Cuffnorm. This can help you distribute your computational load over a cluster and is recommended for analyses involving more than a handful of libraries.

http://cole-trapnell-lab.github.io/cufflinks/manual/

ADD REPLY
1
Entering edit mode
7.2 years ago
igor 13k

As per Cuffdiff documentation, you can give it SAM/BAM/CXB files (only CXB are from Cuffquant):

Note that Cuffdiff can also accepted BAM files (which are binary, compressed SAM files). It can also accept CXB files produced by Cuffquant. Note that mixing SAM and BAM files is supported, but you cannot currently mix CXB and SAM/BAM. If one of the samples is supplied as a CXB file, all of the samples must be supplied as CXB files.

From http://cole-trapnell-lab.github.io/cufflinks/cuffdiff/

ADD COMMENT

Login before adding your answer.

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