I am using R and I have got a list of regions:
Chr  Start   Stop
1    1289    110000
...
What I would like to know is whether there are any repeat regions in each of the list of regions. Ensembl has information on the repeats but I can't find a way of grabbing this information easily from within R. Normally I would use BiomaRt to query ensembl but I can't find the appropriate attribute. Has anyone got an idea of how to do this?