DBT {plinkFile}R Documentation

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.

Details

The decoding table approach is still experimental.

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


[Package plinkFile version 0.2.1 Index]