normalize_tx_names | R Documentation |
This function removes the Gencode/ENSEMBL version from the transcript ID, while protecting _PAR_Y suffixes if present
normalize_tx_names(txnames)
txnames |
A |
A
character()
vector of transcript names without versioning
ensIDs <- normalize_tx_names(rownames(rse_tx))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.