Changes between Version 26 and Version 27 of SOPs/miningSAMBAM
- Timestamp:
- 02/04/15 09:18:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/miningSAMBAM
v26 v27 3 3 Many of these involve [http://samtools.sourceforge.net/samtools.shtml samtools] 4 4 5 === Get the official SAM/BAM file format description === 6 7 All fields in a SAM/BAM file are explained in the [http://samtools.github.io/hts-specs/SAMv1.pdf Sequence Alignment/Map Format Specification]. 8 5 9 === Convert, sort, and/or index === 6 7 10 8 11 {{{ … … 104 107 # read_ID<tab>read<tab>number times mapped 105 108 }}} 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. 106 114 107 115 === QC to get a (visual) summary of mapping statistics. For eg. coverage/distribution of mapped reads across the genome or transcriptome. ===