Description Usage Arguments Value Source See Also Examples
Constructor for a <allele_tbl
> object.
1 | allele_table(db_path = getOption("hlatools.local_repos"), remote = FALSE)
|
db_path |
<character>; location of local IPD-IMGT/HLA repository. |
remote |
<logical>; if |
A tibble with the fields:
"gene": The HLA gene.
"allele_name": HLA Allele name.
"date_assigned": Date assigned.
"date_deleted": Date deleted, if the name has now been abandoned or NA
.
"identical_to": Allele that the deleted allele was shown to be identical to.
"reason_for_deletion": Reason for the Allele to be deleted.
nmdp_table, g_table
1 2 3 4 | ## Not run:
a_tbl <- allele_table()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.