-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve the row and column names in the input matrix #41
Comments
This sounds reasonable in general. Could you provide a concrete example with the desired output, please? |
Since we're relying more and more on
The input matrices looks like the following
Now the output from the matching algorithm looks like the following
As you can see it doesn't use the rownames or colnames attached to the input matrices.
|
The output from the algorithm doesn't preserve the row and column names associated with the input matrices, can you please add an option to keep them?
The text was updated successfully, but these errors were encountered: