matrix2_score_n {colorrepel}R Documentation

Score matrix distances in multiple combinations

Description

Score matrix distances in multiple combinations

Usage

matrix2_score_n(
  dist1,
  dist2,
  n = min(factorial(ncol(dist2)) * 10, 20000),
  verbose = FALSE,
  seed = 34,
  out_worst = FALSE
)

Arguments

dist1

distanct matrix 1

dist2

distanct matrix 2

n

number of iterations

verbose

whether to output more messages

seed

random seed

out_worst

instead of default output of best combination, output worst instead

Value

reordered vector


[Package colorrepel version 0.1.0 Index]