I have a batch of genome positions of conserved DNA regions from Ciona genome. I want to know if there exists a program to pin down the nearest gene. Thanks.
The genome position information is from VISTA-Point and looks like the following which is annotated Conserved Non-coding Sequence (CNS).
>C. intestinalis v.2.0 chr_01p:14451-14569 (+)
AAGTTTTCAAAGTGGTGAAGAAATGAAGCACCCTCGTATTTATTAAGTTTAGCACAAGTC
TGTTCCACACAACTTGTCATAGGAGGTGGCCCGCAACTGAAGACGCCAAACTTTTCAAC
>Ciona savignyi Sep. 2005 reftig_173:198261-198379 (-)
AAGTTTTCAAAATGATGCAGGAAGCTTGGACCTTCATACTTGTTGAGTTTGCTGCATGTT
TTGTCCACCTCATTGGTCATTGGAGGAGGACCACAACTGAAGACTCCGAACTTGTCAAC
= length = 119bp, identity = 71.4%, type = exon
BEDOPS is a beautiful program. It seems that I have to prepare all required BED (or starch format) files for genes and target DNA region first and then I can use closest-features to locate the nearest gene. But I want to know who else already done this for us to parse Ciona genome? So I can use them immediately in one command line. Anyway, thanks for the advice.