Hi,
I have a list of gene names and their corresponding pseudogenes. I want to figure out which regions of a pseudogene and its parent gene are common. I think one way would be first extracting their sequence then align them to each other with some tool like bwa.
Is there a way, tool or database so I can do this task more easily. preferably offline method.
also I should mention that the final aim of this work is to find if a predicted variant in a gene is in a position which is common between the gene and one of it's pseudogenes. any help would be greatly appreciated.
You will need to use a pair-wise sequence alignment tool and not an aligner like
bwa
.you are right. what do you suggest for this purpose? blast, splign ...
Hi, I came across your post about identifying common regions between pseudogenes and their parent genes. I’m currently facing the same challenge and would love to know if you were able to find a solution. If so, could you please share the method or tools you used? Any guidance or suggestions would be immensely helpful!
Thanks in advance!