powered by
checking map file.
simer.Data.Map( map, out = "simer", cols = 1:5, header = TRUE, sep = "\t", verbose = TRUE )
Output file: <out>.map
the name of map file or map object(data.frame or matrix).
the name of output file.
selected columns.
whether the file contains header.
seperator of the file.
whether to print detail.
Haohao Zhang and Dong Yin
Build date: Sep 12, 2018 Last update: July 25, 2022
# Get map path mapPath <- system.file("extdata", "01bigmemory", "demo.geno.map", package = "simer") # Check map data simer.Data.Map(mapPath, tempfile("outfile"))
Run the code above in your browser using DataLab