Description Usage Arguments Value Examples
Bidirectional closest similarities between two sets of signatures.
1 | MatchSigs2Directions(sigs1, sigs2)
|
sigs1 |
Matrix of signatures; colnames are used as signature
identifiers, and the colnames in |
sigs2 |
Matrix of signatures; colnames are used as signature identifiers. |
A list with the elements:
averCosSim
: the average of the cosine similarities between each signature in
sigs1
and its closest match in sigs2
and the closest match
between each signature in sigs2
and its closest match in sigs1
.
match1
: a data frame with rownames being signature identifiers from
sigs1
, the signature identifier of the closest match in sigs1
in the 1st column, and the cosine similarity between them in the 2nd column.
match2
: a data frame with the row names being signature identifiers
from sigs2
, the signature identifier of the closest match in
sigs1
in the 1st column, and the cosine similarity between them in the
2nd column.
match1
and match2
might not have the same number of rows.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.