symbol_to_entrez {tidybulk} | R Documentation |
Get ENTREZ id from gene SYMBOL
symbol_to_entrez(.data, .transcript = NULL, .sample = NULL)
.data |
A tt or tbl object. |
.transcript |
A character. The name of the gene symbol column. |
.sample |
The name of the sample column |
A tbl
tidybulk::se_mini %>% tidybulk() %>% as_tibble() %>% symbol_to_entrez(.transcript = feature, .sample = sample)