Cufflinks
...
– Transcript Quantification and Assembly
Cufflinks (http:/cufflinks.cbcb.umd.edu/) assembles transcripts from RNA-Seq data, estimates their abundances, and tests for differential expression and regulation.
Quick Start
- To use Cufflinks, either upload your own BAM or SAM file or perform an alignment using TopHat, BOWTIE, SOAP, or BWA and use the resulting BAM file.
- Resources: documentation
Test Data
All files are located in the Community Data directory of the iPlant Discovery Environment at the following path:
Community Data > iplantcollaborative > example_data > cufflinks_transcript_quantification_and_assembly
Inputs(s)
- Use SRR070570_WT.fastq.tophat.bam (539 MB) as a test input file.
Parameters Used in App
When the app is run in the Discovery Environment, use the following parameters with the above input file(s) to get the output provided in the next section below.
- Use these parameters within the DE app interface:
- Select Reference Genome Annotation - Arabidopsis thaliana (Ensembl 14)
- Prefix for transcripts in reported GTF - WT
- All other parameters should remain at their default values
Output(s)
- Expect three files as output: genes.fpkm_tracking, isoforms.fpkm_tracking, and transcripts.gtf. The fpkm_tracking files contain quantitative columns that indicate the expression level for each transcript, while transcripts.gtf contains the reconstructed transcripts based on the RNAseq data.