Mapping Genomic Coordinates To Any Functional Elements
2
0
Entering edit mode
11.8 years ago

Hello ,

I have some data with just chromosomes with their genomic coordinates, and I wanted to know how can I map these entries to any genes or microRNA or any functional elements, or if these are just intergenic how can I validate that also. Can anyone please suggest any tools or databases.

Thanks in Advance.

genomics • 2.4k views
ADD COMMENT
0
Entering edit mode

can you tell us the species? if it's a regular model (human, mouse, arabidosis) you can use EnsembleAPI, BioMart, Biopython, etc. to complete your task.

ADD REPLY
1
Entering edit mode
11.7 years ago

I think the most straight forward approach would be to intersect the co-ordinate file with the annotation file. In more detail, get the annotation data file using UCSC table browser. There are lot of posts dealing with that, like the one here using MySQL. Once you have the table with geneNames, co-ordinates and/or other features, use IntersectBed part of Bedtools suite and overlap you reads with this table. So, if two peaks are in the nanog gene, your output will show you that.

For promoters, define your promoters like +/-2.% KB of TSS, make a script to change the co-ordinates of annotation file and again overlap.

For Intergenic regions, use the paramter '-v', which will give you list of peaks, not intersecting with annotation file, so either they fall (most of them) in Intergenic region or unannotated Region or repeats, this will tell you that, Check galaxy server, it is also capable of doing that.

HTH

Sukhi

ADD COMMENT
0
Entering edit mode
11.7 years ago

Actually I am not working with resequencing data, but I have some Illumina CpG islands probe sequences which doesn't have any gene mapping information, so I wanted to know how to map these probe sequences to any gene or functional annotation.

ADD COMMENT
0
Entering edit mode

maybe you can blast/blat the sequences to the reference genome to obtain possible positions

ADD REPLY

Login before adding your answer.

Traffic: 2764 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6