v_entrez_ids_tbl: Creates a gene Entrez identifiers table.

View source: R/class-variants.R

v_entrez_ids_tblR Documentation

Creates a gene Entrez identifiers table.

Description

Creates a gene Entrez identifiers table.

Usage

v_entrez_ids_tbl(
  variant_id = character(),
  gene_name = character(),
  entrez_id = character()
)

Arguments

variant_id

A character vector of variant identifiers.

gene_name

A character vector of gene symbols according to HUGO Gene Nomenclature (HGNC).

entrez_id

A character vector of Entrez identifiers.

Value

A tibble whose columns are the named arguments to the function.


ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.