This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Any Tool Which Remark The Boundries Like Regulatory, Intron And Exon In Gene Sequence

I have some gene sequences, retrieved from GWAS study and want to know the SNP variant is present in which site. Any tool is there which remark the boundaries like regulatory, intron and exon regions in these gene sequence. Any help?

utr gene exon

2 answers

If it is an already published SNP, you may find that info on the GWAS Catalog, in the context column.

Snpeff may be what you are looking for. You can see the available databases as:

java -jar snpEff.jar databases | grep -wi "rice"

It will annotate as intron/exon/ and even synonymous, non, stop-gained, etc. assuming your version of rice is available.

Log in to answer this question.