disk2memory {SNPMaP}R Documentation

Transferring SNPMaP objects between disk and memory

Description

Transfer the data in a SNPMaP object from FileDoubleMatrix to memory or from memory to FileDoubleMatrix.

Usage

disk2memory(x, tidy = FALSE, ...)
memory2disk(x, ...)

Arguments

x An object of class SNPMaP.
tidy logical; should the old FileDoubleMatrix be unlinked?
... Additional arguments.

Value

An object of class SNPMaP.

See Also

SNPMaP-package


[Package SNPMaP version 1.0.2 Index]