simer.Data.MVP2MVP | R Documentation |
Convert genotype data from MVP format to MVP format.
simer.Data.MVP2MVP(fileMVP, genoType = "char", out = "simer", verbose = TRUE)
fileMVP |
the prefix of MVP file. |
genoType |
type parameter in bigmemory data. The default is 'char', it is highly recommended *NOT* to modify this parameter. |
out |
the prefix of output files. |
verbose |
whether to print detail. |
Build date: May 26, 2021 Last update: Apr 28, 2022
the function returns files
the description file of genotype data.
the binary file of genotype data.
the genotyped individual file.
the marker information data file.
Dong Yin
# Get the prefix of genotype data
fileMVP <- system.file("extdata", "01bigmemory", "demo", package = "simer")
# Convert genotype data from MVP to MVP
simer.Data.MVP2MVP(fileMVP, out = tempfile("outfile"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.