I use pyensembl for gene id/name mapping but lately I noticed that some ensembl gene ids (e.g. ENSG00000285395) are missing in pyensembl.EnsemblRelease(97).genes().
That's I think because pyensembl is using {species}.{reference}.{release}.gtf.gz GTF URL template instead of {species}.{reference}.{release}.chr_patch_hapl_scaff.gtf.gz (see https://ftp.ensembl.org/pub/release-97/gtf/homo_sapiens/ for comparison).
I understand that this file includes genes that are not mapped to chromosomes, so might be problematic in the context of pyensembl, but still, it'd be more complete to include all the genes.
I use pyensembl for gene id/name mapping but lately I noticed that some ensembl gene ids (e.g. ENSG00000285395) are missing in
pyensembl.EnsemblRelease(97).genes().That's I think because pyensembl is using
{species}.{reference}.{release}.gtf.gzGTF URL template instead of{species}.{reference}.{release}.chr_patch_hapl_scaff.gtf.gz(see https://ftp.ensembl.org/pub/release-97/gtf/homo_sapiens/ for comparison).I understand that this file includes genes that are not mapped to chromosomes, so might be problematic in the context of pyensembl, but still, it'd be more complete to include all the genes.