Description Usage Arguments Examples
get clusters similarity function This function recieves a spectral library and returns a data.table of clusters pairs who's representative spectra are similar to each other.
1 | getClustersimilarity(library, N = 1000, COR = 50, SIZE = 5)
|
library |
A spectral library |
N |
Number of similar cluster pairs that need to be found. Defaults to 1000. |
COR |
A minimal correlation between cluster representatives needed. Defaults to 50. |
SIZE |
A minimal size of clusters considered. Defaults to 5. |
1 | corr_dt<-getClustersimilarity(lib1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.