choose_lookup | R Documentation |
choose_lookup()
determines which CSV lookup table to use based on the the
input format (frm
) and returns the path to that file.
choose_lookup(frm, to, species = "human", verbose = TRUE)
frm |
A string, the input format of TCR data. Must be one of
|
to |
A string, the output format of TCR data. Must be one of
|
species |
A string, the species. Optional; defaults to |
verbose |
A boolean, whether to show messages. Optional; defaults to |
A string, the path to correct lookup table.
choose_lookup("imgt", "adaptive")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.