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

DBTR 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)


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

Related to DBT in plinkFile...