add_dup_markers {polymapR} | R Documentation |
Add back duplicate markers after mapping
Description
Often there will be duplicate markers that can be put aside to speed up mapping. These may be added back to the maps afterwards.
Usage
add_dup_markers(maplist, bin_list, marker_assignments = NULL)
Arguments
maplist |
A list of maps. Output of MDSMap_from_list. |
bin_list |
A list of marker bins containing marker duplicates. One of the list outputs of |
marker_assignments |
Optional argument to include the marker_assignments (output of |
Value
A list with the following items:
- maplist
List of maps, now with duplicate markers added
- marker_assignments
If required, marker assignment list with duplicate markers added
[Package polymapR version 1.1.6 Index]