Extract reads from bam file based on presence of specific allele
收藏DataONE2017-11-02 更新2024-06-26 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈官方服务:
资源简介:
Python script that reads from bam file based on presence of alleles in text file (text file with three columns: 1. Chromsome, 2. Position, 3. alllele [A, T, C, G]). Returns a bam file with extracted reads. See script for more details.
example: python get_male_spec_reads.py -b bam.file -s snp.file
创建时间:
2017-11-02



