Learn R Programming

plinkFile (version 0.2.1)

DBT: A decoding byte table to map raw intergers to genotype dosages.

Description

The table avoids bit shifting and may speed up the reading of plink BED.

Arguments

Details

The decoding table approach is still experimental.

Actually, DBT == dbd(as.raw(seq(0x00, 0xFF)), 4L)