You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bedtools has a function makewindows that can create a bed from a fasta index file with windows of a given size. For example split the whole genome in 10Mb regions:
The window size should be automatically calculated from nsplit and the total size of the genome It's easy to get from the fai file with Rscript in bash for example to cut the genome in 500:
bedtools has a function makewindows that can create a bed from a fasta index file with windows of a given size. For example split the whole genome in 10Mb regions:
I could actually also use this function to split the bed instead/in combination with my own R script.
The text was updated successfully, but these errors were encountered: