Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Code Block
titleCount mapped reads
samtools view -F 0X04 <bam>
Code Block
titlePrint uniquely mapped reads
samtools view -bq 1 <bam>
Code Block
titlePrint reversely mapped reads
samtools view -f 0X10  <bam>
Code Block
titlePrint reversely mapped reads in certain range
samtools view -f 0X10  <bam> chrI:XXX-XXX