symbol_to_entrez {tidybulk}R Documentation

Get ENTREZ id from gene SYMBOL

Description

Get ENTREZ id from gene SYMBOL

Usage

symbol_to_entrez(.data, .transcript = NULL, .sample = NULL)

Arguments

.data

A tt or tbl object.

.transcript

A character. The name of the ene symbol column.

.sample

The name of the sample column

Value

A tbl

Examples


symbol_to_entrez(tidybulk::counts_mini, .transcript = transcript, .sample = sample)


[Package tidybulk version 1.0.2 Index]