rename_default: Rename function for appris transcriptome naming convention

Description Usage Arguments Value Examples

View source: R/helper_functions.R

Description

The function rename_default is the default renaming function for the appris human transcriptome. It takes one single transcript name and returns a simplified alias.

Usage

1

Arguments

x

Character denoting original name of the transcript

Value

Character denoting simplified name of the object

Examples

1
2
3
4
original <- paste("ENST00000613283.2|ENSG00000136997.17|",
                  "OTTHUMG00000128475.8|-|MYC-206|MYC|1365|protein_coding|",
                  sep = "")
alias <- rename_default(original)

ribosomeprofiling/ribor documentation built on May 21, 2021, 8:02 a.m.