tx_add_pos | R Documentation |
Adds a column to DT which pastes the name of the gene with its transcript coordinate creating unique position identifiers, for use in downstream analysis which requires them. The column is added after the mandatory 'txcoor' column. Unique names formation is expected and checked by default.
tx_add_pos(DT, sep = ":", check_uniq = T)
DT |
data.table. A table as output by the |
sep |
character. Separator between gene and txcoor, by deafult colon sign. |
check_uniq |
logical. Set to false to override unique position names check. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.