This function performs a row-wise binding of multiple SnpMatrix
objects,
explicitly preserving row names and column names, avoiding unexpected "object has no names" warnings.
rbind_SnpMatrix(...)
A single combined SnpMatrix
with preserved row and column names.
if (FALSE) { # \dontrun{
rbind_SnpMatrix(matrix1, matrix2)
} # }