Skip to content

Sorting of sparse binary matrix in order to minimise the overlapping of non-null entries across rows.

License

Notifications You must be signed in to change notification settings

AleVin1995/MutExMatSorting

Repository files navigation

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")

About

Sorting of sparse binary matrix in order to minimise the overlapping of non-null entries across rows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages