This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is there any way to find repetitive DNA in the promoter region for specific gene using bio conductor

I want to find what are the repeats in the promoter region for the following mouse genes Pole3,Prdx4,Stmn1. I used Bioconductor under R and I got all information and I got the promoter sequences (5kbp) for each of those genes using the following workflow in Bioconductor "Finding Candidate Binding Sites for Known Transcription Factors via Sequence Matching". Is there any other way to match repeats on found on those 5kbp promoter of genes

r next-gen sequence gene

1 answer

This is easy to do with UCSC Genome browser if you have only a few genes. After you get the chromosomal location of promoter region in UCSC format (chr:start-end), go to UCSC table browser https://genome.ucsc.edu/cgi-bin/hgTables

Choose group: 'variation and repeat' and track: 'repeatmasker '. Enter position (or if you have more than one, use the paste list radio button). Click 'get output' and you are done.

Log in to answer this question.