-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
15 lines (15 loc) · 734 Bytes
/
DESCRIPTION
File metadata and controls
15 lines (15 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: MutExMatSorting
Type: Package
Title: Sort Rows and Columns of a Binary Matrix in a Way that the Patterns of Non-Null Entries Have a Minimal Overlap Across Rows
Version: 0.1.0
Author: Alessandro Vinceti
Maintainer: Alessandro Vinceti <alessandro.vinceti@fht.org>
Description: Heuristic algorithm that takes in input a sparse binary matrix 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: pheatmap
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-15 17:43:42 UTC; alessandro.vinceti