Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 623 Bytes

File metadata and controls

19 lines (12 loc) · 623 Bytes

MutExMatSorting

alt text

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

Install the R package via devtools:

install.packages("devtools")
library(devtools)

install_github("AleVin1995/MutExMatSorting")