Changes between Version 50 and Version 51 of SOPs/miningSAMBAM
- Timestamp:
- 10/13/23 10:07:27 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/miningSAMBAM
v50 v51 216 216 }}} 217 217 218 === Convert BAM to bigwig format === 219 220 This can also be helpful for genome browser viewing. Bigwig files are smaller than BED files. 221 222 {{{ 223 # Use bamCoverage from the deepTools suite 224 bamCoverage -b Mapped_reads.bam -o Mapped_reads.bw 225 }}} 226 218 227 === Convert BAM back to fastq format === 219 228