g_table: Class: g_tbl

Description Usage Arguments Value Source See Also Examples

View source: R/code_tables.R

Description

Constructor for a <g_tbl> object.

Usage

1
g_table(db_path = getOption("hlatools.local_repos"), remote = FALSE)

Arguments

db_path

<character>; location of local IPD-IMGT/HLA repository.

remote

<logical>; if TRUE pull data from hla.alleles.org, if FALSE retrieve data from db_path.

Value

A tibble with the fields:

Source

hla.alleles.org.

See Also

nmdp_table, allele_table

Examples

1
2
3
4
## Not run: 
g_codes <- g_table()

## End(Not run)

gschofl/hlatools documentation built on July 2, 2021, 10:59 a.m.