Entering edit mode
3 months ago
xmy1990
•
0
Hi, I want to get many random insertions and deletions of specified sizes. For example, 10 insertions with size between 20bp and 30 bp 10 deletions with size between 20bp and 30 bp
How to randomly generate them with chrom, pos, start, end, ref, alt ?
Thanks!
What is your input and output data?
A genome in FASTA format and you want to end up with another genome as in FASTA format with the mutations?
Thanks,
input: hs37d5.fa, sizes of insertions and deletions
output: #CHROM POS ID REF ALT
such as,
Are there any ready-made tools that can do this?
Thanks