View source: R/class-associations.R
entrez_ids_tbl | R Documentation |
Creates an Entrez gene identifiers' table.
entrez_ids_tbl(
association_id = character(),
locus_id = integer(),
gene_name = character(),
entrez_id = character()
)
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. |
A tibble
whose columns are the named arguments
to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.