rename_default {ribor} | R Documentation |
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.
rename_default(x)
x |
Character denoting original name of the transcript |
Character denoting simplified name of the object
original <- paste("ENST00000613283.2|ENSG00000136997.17|", "OTTHUMG00000128475.8|-|MYC-206|MYC|1365|protein_coding|", sep = "") alias <- rename_default(original)