Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The output file (accepted_hits.bam) is the alignment output which will be used in following steps.

-G transcripts.gtf can be used to align to transcriptome first and align only those that don't map to transcriptome to the genome. This is useful for speeding up tophat

2. Assemble transcripts using cufflinks on each alignment result

...

Code Block
nohup cuffmerge -g <gfffile> transcripts_list.txt &>cuffmerge.log &

...

Several output files, consisting of raw and normalized counts for genes, isoforms and transcription start sites are generated. More about the output files at http://cufflinks.cbcb.umd.edu/manual.html#cuffdiff_output

4b. Check for differences between the assembled transcripts and known transcripts.

...