Description Usage Arguments Value Examples
View source: R/editing.functions.R
Rename a gene
1 | rename.gene(x, old.name, new.name)
|
x |
A TRONCO compliant dataset. |
old.name |
The name of the gene to rename. |
new.name |
The new name |
A TRONCO complian dataset.
1 2 | data(test_dataset)
test_dataset = rename.gene(test_dataset, 'TET2', 'gene x')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.