This function removes the Gencode/ENSEMBL version from the transcript ID, while protecting _PAR_Y suffixes if present
normalize_tx_names(txnames)
A character()
vector of GENCODE or ENSEMBL transcript IDs
A
character()
vector of transcript names without versioning
ensIDs <- normalize_tx_names(rownames(rse_tx))