File: order.comb_mat.Rd

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (27 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{order.comb_mat}
\alias{order.comb_mat}
\title{
Order of the Combination Sets
}
\description{
Order of the Combination Sets
}
\usage{
order.comb_mat(m, decreasing = TRUE, on = "comb_set")
}
\arguments{

  \item{m}{A combination matrix returned by \code{\link{make_comb_mat}}.}
  \item{on}{On sets or on combination sets?}
  \item{decreasing}{Whether the ordering is applied decreasingly.}

}
\details{
It first sorts by the degree of the combination sets then
by the combination matrix.
}
\examples{
# There is no example
NULL

}