Given a specific DNA polymer coming from hg19 (i.e. AATAATAATCA..), I need to localize it inside hg19 and retrieve all the annotations in the UCSC database.

I tried to search these polymers by BLAST or BLAT with no responses, but I'm sure that hg19 contains them since they are extracted from the FASTA sequence.

I could download the entire USCS mysql database, localize all the positions of the input sequence and query the database by start and end positions of annotations.

Is there a tool that can localize such short sequences, one by one, and retrieve all correlated annotations?

Similar questions and discussions