Versions Compared

Key

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

Evaluating mapping results

Once you've received mapped your NGS data, it is prudent to check/validate the data before investing time in analysis. Over time, you can develop quite extensive QC measures; they may be based on tools like the popular fastqc tool and samstat tools - it they can report quality value distributions, look for erroneously abundant sequences, etc. Keep in mind that appropriate thresholds are dependent on the application.

...

Commonly, SAM files are processed in this order: 1.

  1. SAM files are converted into BAM files (samstools view)

...

  1. BAM files are sorted by reference coordinates (samtools sort)

...

  1. Sorted BAM files are indexed (samtools index)

Each step above can be done with commands below

...