LieberInstitute / SPEAQeasy

SPEAQeasy: portable LIBD RNA-seq pipeline using Nextflow. Check http://research.libd.org/SPEAQeasy-example/ for an example on how to use this pipeline and analyze the resulting output files.
http://lieberinstitute.github.io/SPEAQeasy
MIT License
6 stars 4 forks source link

Rename exons with meaningful, unique IDs #76

Open Nick-Eagles opened 3 years ago

Nick-Eagles commented 3 years ago

Currently, exons are named with an integer ID (see here), which is problematic because 1. the IDs are not externally meaningful, and 2. subtle differences between annotation versions would result in many of the same exons receiving different IDs between versions. We might consider assigning exonMap$Geneid for exon rownames instead.