disk2memory {SNPMaP} | R Documentation |
Transfer the data in a SNPMaP
object from FileDoubleMatrix
to memory or from memory
to FileDoubleMatrix
.
disk2memory(x, tidy = FALSE, ...) memory2disk(x, ...)
x |
An object of class SNPMaP . |
tidy |
logical; should the old FileDoubleMatrix be unlinked ? |
... |
Additional arguments. |
An object of class SNPMaP
.