Map an Ensembl release number to the corresponding GENCODE release.
This is the inverse of map_gencode_to_ensembl().
map_gencode_to_ensembl()
release (int) – Ensembl release number.
organism (str) – "Homo sapiens" or "Mus musculus".
"Homo sapiens"
"Mus musculus"
GENCODE release string (e.g. "44" or "M33"), or None if not found.
"44"
"M33"
None
str or None