saveBED: Save BED file

View source: R/bed.R

saveBEDR 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.


plinkFile documentation built on Nov. 24, 2023, 5:10 p.m.

Related to saveBED in plinkFile...