R/utils.R
commonRows.Rd
Returns the intersection of row names shared by two input objects.
commonRows(data1, data2)
A matrix, data frame, or similar object with row names.
A character vector of row names common to both inputs.