Splitting human bam file into fixed regions
I have a bam file for the human whole genome. I want to split the bam file into multiple bam files, each having a fixed number of bases. How can I do this efficiently? I know I can generate a bed file with fixed regions, then run samtools view. Any other better way?
• 1,008 views
•
link
0 answers
No answers yet.
Log in to answer this question.
why would you want to do this. What is the "next step" ?
Sound like an XY problem:
https://xyproblem.info/
I would recommend talking about the problem you think the above is a solution to.