read_symbol_map | R Documentation |
read_symbol_map()
reads MRK_List1.rpt data and returns an efficient
data table to be used for marker symbol remapping.
This function is memoised.
read_symbol_map(report_file = NULL, n_max = Inf)
report_file |
The path to a MRK_List1.rpt file. Leave this as |
n_max |
Maximum number of lines to read. |
A data.table where each row is a mapping,
from marker_symbol
to marker_symbol_now
:
marker_symbol
(set as key): marker symbol is a unique abbreviation of the marker name.
marker_symbol_now
: genetic marker symbol replacement. If the record pertains a marker_symbol
that was withdrawn, then marker_symbol_now
indicates the most recent in-use marker symbol that replaced it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.