Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Identify differentially expressed transcripts using cuffdiff

If you have more than one replicate for a sample, supply the SAM files for the sample as a single comma-separated list.

Code Block
nohup cuffdiff -o  <outputdirectory> <gfffile> <sample1_accepted_hits.bam> <sample2_accepted_hits.bam> <sample3_accepted_hits.bam> &cuffdiff.log &

...