Entering edit mode
11.5 years ago
Nicolas Rosewick
11k
Hi,
I want to insert a custom sequence into the human genome at a specific position. My sequence is about ~20kb long. So :
- How can I insert this sequence at a specific position (I thought using bioperl)
- How can I shift all the features in the annotation file in order that the annotation is correct after insertion. The difficulty is that the insertion can be into a feature (like an intron or an exon...). I thought to write a perl script to do that but if anyone has an other idea ..
Thanks,
N.
why are you doing that?
I guess because it reflects biological reality e.g. a knock-in?
exactly ! For the insertion of the sequence it's ok, I will put my answer below. The problem is the sifting in the gtf file.