reported_genes_tbl {gwasrapidd} | R Documentation |
Creates an authors' reported genes table.
Description
Creates an authors' reported genes table.
Usage
reported_genes_tbl(
association_id = character(),
locus_id = integer(),
gene_name = 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). |
Value
A tibble
whose columns are the named arguments
to the function.
[Package gwasrapidd version 0.99.18 Index]