Versions Compared

Key

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

Objectives

In this lab, you will explore the mapping results generated previously. You will learn how to assess mapping results using samtools and unix commands. You will also look at the differences between mapping with BWA and mapping with Tophat2.

...

Code Block
titleGet set up for the exercises
# If using your own BWA mapped results (Sam files), they should be at:
$SCRATCH/my_rnaseq_course/bwa_exercise 

 
# If not, you can get the results from: 
/corral-repl/utexas/BioITeam/rnaseq_course_2015/bwa_aln_results
 
cds
cd my_rnaseq_course
cp -r /corral-repl/utexas/BioITeam/rnaseq_course_2015/bwa_aln_results .

Samtools

Utilities for parsing and manipulating alignment files in SAM and BAM formats.  It is useful for:

...

Code Block
titlesamtools flagstat command
samtools idxstats C1_R1.bam
samtools idxstats C1_R1.mem.bam

RNASEQC

A java program that generates rnaseq specific metrics for an input BAM file. Not available on TACC yet.  Metrics like:

...