This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to search for retinoic acid response element in my sequence file

Hi All,

I have a DNA sequence of about 10 kb, and I want to search for retinoic acid response element within that sequence. Can you recommend a software or an approach to do this.

Thanks Tarek

mapping dna-seq rare

1 answer

To search for sequence patterns in your data you could use seqkit grep or seqkit locate

https://github.com/shenwei356/seqkit

or dreg and fuzznuc in emboss.

http://emboss.bioinformatics.nl/cgi-bin/emboss/help/dreg

Plus many other tools.

Hi Istvan, Thanks for your reply

Log in to answer this question.