cloneSNPMaP {SNPMaP} | R Documentation |
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()
.
cloneSNPMaP(x, ...)
x |
An object of class SNPMaP . |
... |
Additional arguments. |
An object of class SNPMaP
: a copy of x
.