Closed kose-y closed 5 years ago
This pull request implements vcat, hcat, hvcat for concatenation of SnpArrays and SnpDatas, as mentioned in https://github.com/OpenMendel/SnpArrays.jl/issues/29 .
vcat
hcat
hvcat
SnpArray
SnpData
cat.jl
.bed
snpdata.jl
.fam
.bim
Coverage decreased (-0.7%) to 94.195% when pulling 71ccf22d8ba215c036ad11ad86e102e2c9cf9d4c on kose-y:master into 9c9554b29ed20064b452e2bb133eefef58775bed on OpenMendel:master.
This pull request implements
vcat
,hcat
,hvcat
for concatenation ofSnpArray
s andSnpData
s, as mentioned in https://github.com/OpenMendel/SnpArrays.jl/issues/29 .SnpArray
version incat.jl
deals only with the.bed
files.SnpData
version insnpdata.jl
deals with all of.bed
,.fam
, and.bim
files.