MVP.Data.Map: MVP.Data.Map: To check map file Author: Haohao Zhang Build...

View source: R/MVP.Data.r

MVP.Data.MapR Documentation

MVP.Data.Map: To check map file Author: Haohao Zhang Build date: Sep 12, 2018

Description

MVP.Data.Map: To check map file Author: Haohao Zhang Build date: Sep 12, 2018

Usage

MVP.Data.Map(
  map,
  out = "mvp",
  cols = 1:5,
  header = TRUE,
  sep = "\t",
  verbose = TRUE
)

Arguments

map

the name of map file or map object(data.frame or matrix)

out

the name of output file

cols

selected columns

header

whether the file contains header

sep

seperator of the file

verbose

whether to print detail.

Value

Output file: <out>.map

Examples

mapPath <- system.file("extdata", "05_mvp", "mvp.geno.map", package = "rMVP")

MVP.Data.Map(mapPath, tempfile("outfile"))


rMVP documentation built on Nov. 27, 2023, 5:09 p.m.

Related to MVP.Data.Map in rMVP...