choose_lookup {TCRconvertR} | R Documentation |
Choose lookup table
Description
choose_lookup()
determines which CSV lookup table to use based on the the
input format (frm
) and returns the path to that file.
Usage
choose_lookup(frm, to, species = "human", verbose = TRUE)
Arguments
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 |
Value
A string, the path to correct lookup table.
Examples
choose_lookup("imgt", "adaptive")
[Package TCRconvertR version 1.0 Index]