Hi, I have a file contains some chromosomal indexes such that it has chromosome name, sequence start on chromosome , sequence end on chromosome. I want to find which biological roles are related to these sequences, for example gene, TF, promoter,... but i dont know how can i do it. I try UCSC genome browser but it only finds genes.
Thanks
Sounds like you can use
bedtools intersect
with your file (which sounds like it is already in BED format) with a GFF format annotation file for the genome you are interested in. See the help link here.Thanks, but i did not understand in which path can find these information, please explain more.