Learn R Programming

BEDMatrix (version 1.3.0)

BEDMatrix-package: BEDMatrix: A Wrapper for Binary PED Files

Description

The BEDMatrix package provides a wrapper around binary PED (also known as BED) files, one of the genotype/phenotype file formats of PLINK, the whole genome association analysis toolset. BEDMatrix objects are created by simply providing the path to a BED file and once created, they behave similarly to regular matrices with the advantage that genotypes are retrieved on demand without loading the entire file into memory. This allows handling of very large files with limited use of memory. Technically, a BEDMatrix is a memory-mapped matrix backed by a binary PED file.

Arguments