Dear all,
I would like to ask how I can see how much difference (in percentage) there is between a reference genome and a new strain of the same species.
In detail, I have sequenced a new strain of a certain organism and I already have the genome annotation (provided by the sequencing centre) of this new strain. I would like to perform a comparison between a selected genes of my new strain and the same genes of the reference genome. There are specific tools or pipelines that I can use to do this comparison or do I have to do it manually with BLAST or something similar?
Thank you all.
The genes of interest are spliced or not? Also: any chance of gene duplications?
all I have is the annotated genes from the genomic DNA extraction and there are gene duplications
I don't see any reason not to do this with BLAST and keep it simple.
If you want to look at the similarity more generally e.g. in terms of core genomes etc, then a pipeline like
roary
would do the job.BLAST is ok, it's just that I have 300 genes to check, that's why I asked for a pipeline or something faster. I will check roary, thank you!
You could just do a multi-BLAST and filter out the ones you want by ID after the fact. Just because it's BLAST doesn't mean you need to do them by hand by any means.
I will try, thank you!