Description Usage Arguments Value Examples
denormalize_genename()
removes the prefix
normalize_genename()
adds, and make the gene names more
readable for humans.
1 | denormalize_genename(gene)
|
gene |
a character vector containing gene names |
a character vector containing converted gene names with prefix removed
1 2 3 4 | gene <- normalize_genename("128up")
# [1] "gn_128up"
denormalize_genename(gene)
# [1] "128up"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.