entrez_ids_tbl: Creates an Entrez gene identifiers' table.

View source: R/class-associations.R

entrez_ids_tblR Documentation

Creates an Entrez gene identifiers' table.

Description

Creates an Entrez gene identifiers' table.

Usage

entrez_ids_tbl(
  association_id = character(),
  locus_id = integer(),
  gene_name = character(),
  entrez_id = character()
)

Arguments

association_id

A character vector of association identifiers.

locus_id

An integer vector of locus identifiers.

gene_name

A character vector of gene symbol 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.