$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

  1. Tuxedo pipeline is useful for 
    1. Identifying novel transcripts and genes in our samples.
    2. Identifying changes in these novel transcripts and genes between conditions.
    3. Identify differential expression as well as differntial regulation.
    4. It can also be run in a mode to ignore novel events.
  2. The pipeline has 5 steps that we have covered (for novel):
    1. tophat   - mapping
    2. cufflinks   - transcript assembly
    3. cuffmerge - merge assembly across samples and compare to annotated transcripts
    4. cuffquant - quantify expression values so cuffdiff doesnt have to do that step
    5. cuffdiff -  differential expression analysis
  3. The pipeline has 2 that we have covered (without novel):
    1. tophat   - mapping
    2. cuffdiff -  differential expression analysis
  4. Most of the outputs are tab delimited files, so unix commands come in handy for parsing and getting meaningful answers from our tuxedo pipeline.

 

 

  • No labels