rename_default {ribor}R Documentation

Rename function for appris transcriptome naming convention

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

rename_default(x)

Arguments

x

Character denoting original name of the transcript

Value

Character denoting simplified name of the object

Examples

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

[Package ribor version 1.5.0 Index]