Hello I have a long (>150K) list of transcript IDs like this (each ID in new line):
XM_044462096.1 XM_044462097.1 XM_044462098.1 XM_044462099.1 XM_044462100.1 XM_044462101.1 XM_044462102.1 XM_044462103.1 XM_044462104.1 XM_044462105.1
How do I retrieve from Entrez database the Gene ID of these transcripts? Gene ID like LOC122345. I can use NCBI tools CLI. I could not find in which database this information is present. Thank you
Thank you, it works fine. However, it is very slow. It took 60 sec for 10 IDs, I do not know where the bottleneck is.
Be sure to sign up for NCBI API Key. Otherwise you could get IP banned.
I tried :
It worked much faster but it retrieved only the gene accessions and without the without the transcripts accessions.