BGData (version 2.1.0)

load.BGData: Loads BGData (and Other) Objects from .RData Files.

Description

This function is similar to base::load(), but also initializes the different types of objects that the @geno slot of a '>BGData object can take. Currently supported are ff_matrix, bigmemory::big.matrix, and BEDMatrix::BEDMatrix objects. If the object is of type LinkedMatrix::LinkedMatrix, all nodes will be initialized with their appropriate method.

Usage

load.BGData(file, envir = parent.frame())

Arguments

file

The name of the .RData file to be loaded.

envir

The environment where to load the data.