Learn R Programming

plmmr (version 4.2.3)

fbm2bm: Functions to convert between FBM and big.matrix type objects

Description

Functions to convert between FBM and big.matrix type objects

Usage

fbm2bm(fbm, desc = FALSE)

Value

a big.matrix - see bigmemory::filebacked.big.matrix() for details

Arguments

fbm

An FBM object; see bigstatsr::FBM() for details

desc

Logical: is the descriptor file desired (as opposed to the filebacked big matrix)? Defaults to FALSE.