ensembl_ids_tbl: Creates an Ensembl gene identifiers' table.

View source: R/class-associations.R

ensembl_ids_tblR Documentation

Creates an Ensembl gene identifiers' table.

Description

Creates an Ensembl gene identifiers' table.

Usage

ensembl_ids_tbl(
  association_id = character(),
  locus_id = integer(),
  gene_name = character(),
  ensembl_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).

ensembl_id

A character vector of Ensembl identifiers.

Value

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


gwasrapidd documentation built on Dec. 28, 2022, 2:16 a.m.