saveBED | R Documentation |
Save a R matrix into a PLINK BED file.
saveBED(pfx, bed, quiet = TRUE)
pfx |
prefix of the output file set, in PLINK1 BED format. |
bed |
N x P genotype matrix |
quiet |
do not report (def=TRUE) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.