Chromosome Location (chrX:123456) to Genomic Feature (Exon/Intron/UTR)
2
0
Entering edit mode
7.4 years ago

Hi Guys,

As an example: chr11:96815339

I want to find out where this site in the gene is: Exon/Intron/UTR. How can I do this?

Of course, I can use UCSC Genome Browser for a site. But if I have a huge RNA-Seq data set with these sites and I want the information of their location, how can I automate this? Any tools that you could suggest? Idea is to get a distribution of all the called locations and map them to their genic location.

Thanks,

Utkarsh

gene genome • 1.9k views
ADD COMMENT
0
Entering edit mode
7.4 years ago

Homer annotatePeaks.pl. See the section "Genomic Annotation"

Here the peak could be simply chr11 96815339 96815340

Check whether homer is based on 0 or 1 based coordinates and use the coordinates appropriately, either chr11 96815339 96815340 or chr11 96815338 96815339

ADD COMMENT
0
Entering edit mode
7.4 years ago
d-cameron ★ 2.9k

Many RNA-Seq analysis pipelines use BioConductor packages (eg DESeq2/EdgeR) so unless you're doing your lookup on a per-read bases, I would recommend starting there. The following link gives a good overview of BioConductor annotation workflows:

https://www.bioconductor.org/help/workflows/annotation/Annotation_Resources/

ADD COMMENT

Login before adding your answer.

Traffic: 2512 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