symbol_to_entrez: Get ENTREZ id from gene SYMBOL

symbol_to_entrezR 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 gene symbol column.

.sample

The name of the sample column

Value

A tbl

Examples


# This function was designed for data.frame
# Convert from SummarizedExperiment for this example. It is NOT reccomended.

tidybulk::se_mini |> tidybulk() |> as_tibble() |> symbol_to_entrez(.transcript = .feature, .sample = .sample)


stemangiola/tidybulk documentation built on April 9, 2024, 4:16 a.m.