Category

Gene Expression Analysis


Usage

cuffquant [options]* <annotation.(gtf/gff)> <aligned_reads.(sam/bam)>


Manual

-h/–help
Prints the help message and exits
-o/–output-dir
Sets the name of the directory in which Cuffquant will write all of its output. The default is “./”.
-p/–num-threads
Use this many threads to align reads. The default is 1.
-M/–mask-file
Tells Cuffquant to ignore all reads that could have come from transcripts in this GTF file. We recommend including any annotated rRNA, mitochondrial transcripts other abundant transcripts you wish to ignore in your analysis in this file. Due to variable efficiency of mRNA enrichment methods and rRNA depletion kits, masking these transcripts often improves the overall robustness of transcript abundance estimates.
-b/–frag-bias-correct
Providing Cuffquant with a multifasta file via this option instructs it to run bias detection and correction algorithm which can significantly improve accuracy of transcript abundance estimates. See How Cufflinks Works for more details.
-u/–multi-read-correct
Tells Cuffquant to do an initial estimation procedure to more accurately weight reads mapping to multiple locations in the genome. See How Cufflinks Works for more details.
–library-type
-m/–frag-len-mean
This is the expected (mean) fragment length. The default is 200bp.
Note: Cuffquant learns the fragment length mean for each SAM file, so using this option is no longer recommended with paired-end reads.
-s/–frag-len-std-dev
The standard deviation for the distribution on fragment lengths. The default is 80bp.
Note: Cuffquant learns the fragment length standard deviation for each SAM file, so using this option is no longer recommended with paired-end reads.
–max-mle-iterations
Sets the number of iterations allowed during maximum likelihood estimation of abundances. Default: 5000
–max-bundle-frags
Sets the maximum number of fragments a locus may have before being skipped. Default: 1000000
–no-effective-length-correction
Cuffquant will not employ its “effective” length normalization to transcript FPKM.
–no-length-correction
Cuffquant will not normalize fragment counts by transcript length at all. Use this option when fragment count is independent of the size of the features being quantified (e.g. for small RNA libraries, where no fragmentation takes place, or 3 prime end sequencing, where sampled RNA fragments are all essentially the same length). Experimental option, use with caution.
-v/–verbose
Print lots of status updates and other diagnostic information.
-q/–quiet
Suppress messages other than serious warnings and errors.
–no-update-check
Turns off the automatic routine that contacts the Cufflinks server to check for a more recent version.


Share your experience or ask a question