Difference between revisions of "Applications/Cufflinks"

From HPC
Jump to: navigation , search
m
m
Line 24: Line 24:
 
With linkages to the following modules too:
 
With linkages to the following modules too:
  
 +
* [[applications/Bowtie1|Bowtie1]]
 +
* [[applications/Bowtie2|Bowtie2]]
 
* [[applications/Samtools|Samtools]]
 
* [[applications/Samtools|Samtools]]
 
* [[applications/Tophat|Tophat]]
 
* [[applications/Tophat|Tophat]]
* [[applications/Samtools|Samtools]]
 
* [[applications/Bowtie1|Bowtie1]]
 
* [[applications/Bowtie2|Bowtie2]]
 
  
  

Revision as of 08:31, 6 April 2017

Application Details

  • Description: The Cufflinks suite of tools can be used to perform a number of different types of analyses for RNA-Seq experiments. The Cufflinks suite includes a number of different programs that work together to perform these analyses.
  • Version: 2.2.1
  • Modules: cufflinks/2.2.1
  • Licence: Open source (Github)

Usage Examples

Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples. It accepts aligned RNA-Seq reads and assembles the alignments into a parsimonious set of transcripts. Cufflinks then estimates the relative abundances of these transcripts based on how many reads support each one, taking into account biases in library preparation protocols.

It provides the following tools:

  • cuffcompare
  • cuffdiff
  • cufflinks
  • cuffmerge
  • cuffnorm
  • cuffquant
  • gffread
  • gtf_to_sam


With linkages to the following modules too:



[username@login01 ~]$ module load cufflinks/2.2.1

Further Information


Icon home.png