annotate_symbol | R Documentation |
annotate_symbol() takes as imput a 'tbl' formatted as | <SAMPLE> | <ENSEMBL_ID> | <COUNT> | <...> | and returns a 'tbl' with the the additional transcript symbol column
annotate_symbol(.data, .ensembl, action = "add")
.data |
A 'tbl' formatted as | <SAMPLE> | <ENSEMBL_ID> | <COUNT> | <...> | |
.ensembl |
A character string. The column that is represents ensembl gene id |
action |
A character string. Whether to join the new information to the input tbl (add), or just get the non-redundant tbl with the new information (get). |
experimental
This is useful since different resources use ensembl IDs while others use gene symbol IDs.
A 'tbl' object including additional columns for transcript symbol
counts_ensembl %>% annotate_symbol(ens)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.