Description Usage Arguments Value
View source: R/impute2databel.R
this function converts IMPUTE-imputed files to DatABEL (filevector) format containing estimated dosages. After conversion, two files (outfile.fvi and outfile.fvd), corresponding to a single filevector object, will appear on the disk; a 'databel-class' object connected to these files will be returned to R.
1 2 | impute2databel(genofile, samplefile, outfile,
makeprob = TRUE, old = FALSE, dataOutType = "FLOAT")
|
genofile |
IMPUTE genotype file name |
samplefile |
IMPUTE sample file name |
outfile |
output file name |
makeprob |
whether probability-files are also to be arranged |
old |
for developers' use only |
dataOutType |
the output data type, either "FLOAT" or "DOUBLE" (or another DatABEL/filevector type) |
'databel-class' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.