normalize_tx_names: Remove version number from Gencode/Ensembl transcript names

View source: R/utils.R

normalize_tx_namesR Documentation

Remove version number from Gencode/Ensembl transcript names

Description

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

Usage

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))

LieberInstitute/qsvaR documentation built on Dec. 14, 2024, 10:30 p.m.