Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Exercise
Count the number of reads mapped on chromosome 3chromosomeIII

Expand
titlesolution
Code Block
samtools view -F 0X04 <bamfile> chrIII | wc -l

...