Changes between Version 10 and Version 11 of SOPs/qc_shortReads
- Timestamp:
- 12/03/13 10:38:59 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/qc_shortReads
v10 v11 39 39 }}} 40 40 41 Method 1: Get insert sizes from BAM file 41 42 {{{ 42 43 # Using a SAM file (at Unix command prompt) … … 54 55 dev.off() 55 56 }}} 56 {{{ 57 # calculate insert size with CollectInsertSizeMetrics function from picard ( http://picard.sourceforge.net ) 57 58 Method 2: Calculate insert sizes with CollectInsertSizeMetrics function from picard ( http://picard.sourceforge.net ) 59 {{{ 60 # 58 61 # I=File Input SAM or BAM file. Required. 59 62 # O=File File to write the output to. Required