Description Usage Arguments Value
Generate pairwise comparisons
1 | genPairwise(datasetName, labelColNum)
|
datasetName |
name of data that is loaded in R e.g. AlonDS |
labelColNum |
column number with cluster label |
data frame with all choose(n, 2) comparisons. Three columns: 'hash1' is the row number in the original data set of the first item in the comparison, 'hash2' is the second, and 'match' is the ground truth for whether the pair is in the same cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.