Mutual Exclusivity Sorting of Binary Matrices
This package implements an heuristic algorithm that takes in input a sparse binary matrix (in the format features x samples) and sorts its rows and columns in a way that the patterns of non-null entries have a minimal overlap across rows. This highlights possible mutual exclusive trends among these patterns.
Install the R package via devtools:
install.packages("devtools")
library(devtools)
install_github("AleVin1995/MutExMatSorting")
