Changes between Version 26 and Version 27 of SOPs/miningSAMBAM


Ignore:
Timestamp:
02/04/15 09:18:13 (10 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/miningSAMBAM

    v26 v27  
    33Many of these involve [http://samtools.sourceforge.net/samtools.shtml samtools]
    44
     5=== Get the official SAM/BAM file format description  ===
     6
     7All fields in a SAM/BAM file are explained in the [http://samtools.github.io/hts-specs/SAMv1.pdf Sequence Alignment/Map Format Specification].
     8
    59=== Convert, sort, and/or index ===
    6 
    710
    811{{{
     
    104107# read_ID<tab>read<tab>number times mapped
    105108}}}
     109
     110=== SAM flag explanation ===
     111
     112   * An explanation of all flags is found in the [http://samtools.github.io/hts-specs/SAMv1.pdf Sequence Alignment/Map Format Specification].
     113   * Converting a flag into its components may be easiest with the Picard [https://broadinstitute.github.io/picard/explain-flags.html Explain SAM Flags] tool.
    106114
    107115=== QC to get a (visual) summary of mapping statistics.  For eg. coverage/distribution of mapped reads across the genome or transcriptome. ===