Description Usage Arguments Value Author(s)
This function converts mach-imputed files to
DatABEL
(filevector) format. After conversion, two
files (outfile.fvi and outfile.fvd), corresponding to
single filevector object, will appear on the disk;
'databel-class' object connected to these files will be
returned to R
1 2 | mach2databel(imputedgenofile, mlinfofile, outfile,
isprobfile = FALSE, dataOutType = "FLOAT")
|
imputedgenofile |
MACH mldose (or mlprob) file name |
mlinfofile |
MACH mlinfo file name |
outfile |
output file name |
isprobfile |
whether imputedgenofile is a prob-file (default is FALSE, that is dose-file assumed) |
dataOutType |
the output data type, either "FLOAT" or "DOUBLE" (or other DatABEL/filevector type) |
databel-class object
Yurii Aulchenko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.