Creates an Ensembl gene identifiers' table.
ensembl_ids_tbl(
association_id = character(),
locus_id = integer(),
gene_name = character(),
ensembl_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 Ensembl identifiers.