Creates an Entrez gene identifiers' table.
entrez_ids_tbl(
association_id = character(),
locus_id = integer(),
gene_name = character(),
entrez_id = character()
)
A tibble
whose columns are the named arguments
to the function.
A character vector of association identifiers.
An integer vector of locus identifiers.
A character vector of gene symbol according to HUGO Gene Nomenclature (HGNC).
A character vector of Entrez identifiers.