Combines multiple SnpMatrix objects by rows, automatically handling differing SNP columns, optimized for large matrices.

rbindSnpFlexible(...)

Arguments

...

One or more SnpMatrix objects.

Value

A single SnpMatrix object with all rows combined.

Examples

if (FALSE) { # \dontrun{
combined <- rbindSnpFlexible(brangus_geno, batch_BM@geno)
} # }