bit.snps: Decoding of bitwise-storing in R

View source: R/bitwise.storing.R

bit.snpsR Documentation

Decoding of bitwise-storing in R

Description

Function for decoding in bitwise-storing in R (only 30 of 32 bits are used!)

Usage

bit.snps(bit.seq, nbits, population = NULL, from.p.bit = 1)

Arguments

bit.seq

bitwise stored SNP sequence

nbits

Number of usable bits (default: 30)

population

Population list

from.p.bit

Bit to start on

Value

De-coded marker sequence


MoBPS documentation built on Nov. 5, 2025, 6:26 p.m.

Related to bit.snps in MoBPS...