save_onemap_sequences {onemap} | R Documentation |
Save a list of onemap sequence objects
Description
The onemap sequence object contains everything users need to reproduce the complete analysis: the input onemap object, the rf_2pts result, and the sequence genetic distance and marker order. Therefore, a list of sequences is the only object users need to save to be able to recover all analysis. But simple saving the list of sequences will save many redundant objects. This redundancy is only considered by R when saving the object. For example, one input object and the rf_2pts result will be saved for every sequence.
Usage
save_onemap_sequences(sequences.list, filename)
Arguments
sequences.list |
list of |
filename |
name of the output file (Ex: my_beautiful_map.RData) |
[Package onemap version 3.2.2 Index]