save_onemap_sequences function

Save a list of onemap sequence objects

Save a list of onemap sequence objects

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.

save_onemap_sequences(sequences.list, filename)

Arguments

  • sequences.list: list of sequence objects
  • filename: name of the output file (Ex: my_beautiful_map.RData)
  • Maintainer: Cristiane Taniguti
  • License: GPL-3
  • Last published: 2025-01-10