saveBED {plinkFile} | R Documentation |
Save BED file
Description
Save a R matrix into a PLINK BED file.
Usage
saveBED(pfx, bed, quiet = TRUE)
Arguments
pfx |
prefix of the output file set, in PLINK1 BED format. |
bed |
N x P genotype matrix |
quiet |
do not report (def=TRUE) |
Details
This is meant for genotype small enough to fit into system memory. The size of R matrix is 16 times the size of the BED file.
[Package plinkFile version 0.2.1 Index]