Description Usage Arguments Value Examples
View source: R/helper_functions.R
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.
1 |
x |
Character denoting original name of the transcript |
Character denoting simplified name of the object
1 2 3 4 | original <- paste("ENST00000613283.2|ENSG00000136997.17|",
"OTTHUMG00000128475.8|-|MYC-206|MYC|1365|protein_coding|",
sep = "")
alias <- rename_default(original)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.