symbol_to_entrez: Get ENTREZ id from gene SYMBOL

Description Usage Arguments Value Examples

Description

Get ENTREZ id from gene SYMBOL

Usage

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

Arguments

.data

A tt or tbl object.

.transcript

A character. The name of the gene symbol column.

.sample

The name of the sample column

Value

A tbl

Examples

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

tidybulk documentation built on April 7, 2021, 6 p.m.