Perform map using background objects with only selected markers. It saves ram memory during the procedure. It is useful if dealing with many markers in total data set.
map_save_ram(
input.seq,
tol = 1e-04,
verbose = FALSE,
rm_unlinked = FALSE,
phase_cores = 1,
size = NULL,
overlap = NULL,
parallelization.type = "PSOCK",
max.gap = FALSE
)
object of class sequence
tolerance for the C routine, i.e., the value used to evaluate convergence.
If TRUE
, print tracing information.
When some pair of markers do not follow the linkage criteria,
if TRUE
one of the markers is removed and returns a vector with remaining
marker numbers (useful for mds_onemap and map_avoid_unlinked functions).
The number of parallel processes to use when estimating the phase of a marker. (Should be no more than 4)
The center size around which an optimum is to be searched
The desired overlap between batches
one of the supported cluster types. This should be either PSOCK (default) or FORK.
the marker will be removed if it have gaps higher than this defined threshold in both sides