cloneSNPMaP {SNPMaP}R Documentation

Copy SNPMaP objects on disk

Description

If you try to copy a SNPMaP object on disk to another object, it will just copy the FileDoubleMatrix filehandles. To copy the data, you need to cloneSnpmap().

Usage

cloneSNPMaP(x, ...)

Arguments

x An object of class SNPMaP.
... Additional arguments.

Value

An object of class SNPMaP: a copy of x.

See Also

SNPMaP-class


[Package SNPMaP version 1.0.2 Index]