This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Variant Effect Predictors for Non-model genomes

I have a list of ~200 SNPs, and am hoping to find a software that will allow me to identify what effects these variants will have on protein coding regions.

I know there are tools available through Ensembl's variant effect predictor, however I am working with an unpublished genome that does not have the resources required for these programs (coordinates for a closely related species).

Are there any tools available for simply determining if a SNP at any given locus is synonymous/non-synonymous with reference to an unpublished, non model genome?

assembly genome snp

1 answer

a SNPEFF database can be generated, for example, from a set of genbank files, from a gtf... : http://snpeff.sourceforge.net/SnpEff_manual.html#databases

Log in to answer this question.