ensembl_to_symbol,spec_tbl_df-method {tidybulk}R Documentation

ensembl_to_symbol

Description

ensembl_to_symbol

Usage

## S4 method for signature 'spec_tbl_df'
ensembl_to_symbol(.data, .ensembl, action = "add")

Arguments

.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).

Value

A 'tbl' object including additional columns for transcript symbol


[Package tidybulk version 0.99.23 Index]