Chromosomal distribution of the trancscripts count
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.
• 693 views
•
link
1 answer
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.
• 0 views
•
link
Log in to answer this question.
Post example ID and also information about what organism these are from.