Entering edit mode
3 days ago
Sayan
•
0
Hi,
I have two RNA-seq data sets. In one dataset, the genes are named after Gencode V24; in the dataset, the genes are named after Gencode V38. I am trying to map these to datasets. Can someone please provide guidance on converting gene ids across gencode versions?
Many Thanks!!
Aren't Ensembl gene IDs stable, so you could simply take the intersect?
Thanks for the reply! Here's an example
So, are you recommending to map by only considering the ID ENSG00000000003 and ignoring whatever is after .XX (i.e., the version) ?
The number after the dot is the version number, and I would need to lie if I precisely knew what it even represents, but focusing on the core gene ID is what I always do. This is the advantage of Ensembl IDs, they're stable, hence can reliably be tracked across versions. Yes, I would only go by Ensembl gene ID. Both v24 and v38 are based on the same genome (GRCh38) after all.