• 参考地址:
    https://www.biostars.org/p/56246/
    -q INT only include reads with mapping quality >= INT [0]
    Like for getting the unique reads (a single read mapping at one best position)
    命令如下,也有文献报告使用的-q 2
samtools view -bq 1 file.bam > unique.bam

相关文章:

  • 2021-04-09
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案