Chromosomal distribution of the trancscripts count
1
0
Entering edit mode
6 months ago
Varsha • 0

I have a list of non coding transcripts and I am trying to find their chromosome location. How do I proceed with it? Thanks in advance.

chrosome_location • 292 views
ADD COMMENT
0
Entering edit mode

Post example ID and also information about what organism these are from.

ADD REPLY
1
Entering edit mode
6 months ago
ATpoint 85k

If you have an Ensembl ID or any other canonical transcript name then I would simply load a GTF that matches your annotations, e.g. into R using rtracklayer::import(), and then simply do a left_join operation. GTFs contain both transcript names/IDs and their coordinates in genomic space. For code examples please post a reproducible example.

ADD COMMENT

Login before adding your answer.

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