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(...)

Arguments

...

SnpMatrix objects to combine (must have identical column names).

Value

A single combined SnpMatrix with preserved row and column names.

Examples

if (FALSE) { # \dontrun{
rbind_SnpMatrix(matrix1, matrix2)
} # }