export_map_list {mappoly} | R Documentation |
Export a genetic map to a CSV file
Description
Function to export genetic linkage map(s) generated by MAPpoly
.
The map(s) should be passed as a single object or a list of objects of class mappoly.map
.
Usage
export_map_list(map.list, file = "map_output.csv")
Arguments
map.list |
A list of objects or a single object of class |
file |
either a character string naming a file or a connection open for writing. "" indicates output to the console. |
Author(s)
Marcelo Mollinari, mmollin@ncsu.edu
References
Mollinari, M., and Garcia, A. A. F. (2019) Linkage analysis and haplotype phasing in experimental autopolyploid populations with high ploidy level using hidden Markov models, _G3: Genes, Genomes, Genetics_. doi:10.1534/g3.119.400378
Examples
export_map_list(solcap.err.map[[1]], file = "")
[Package mappoly version 0.4.1 Index]