This function removes the Gencode/ENSEMBL version from the transcript ID, while protecting _PAR_Y suffixes if present

normalize_tx_names(txnames)

Arguments

txnames

A character() vector of GENCODE or ENSEMBL transcript IDs

Value

A character() vector of transcript names without versioning

Examples

ensIDs <-  normalize_tx_names(rownames(rse_tx))