similarityMat | R Documentation |
'similarityMat' is a 'matrix' containing the pair-wise similarity scores derived from the 'idMSMStissueproject' data set. See the vignette for a workflow to reproduce the object 'similarityMat'.
'matrix'
'matrix'
Thomas Naake, thomasnaake@googlemail.com
data("spectra", package = "MetCirc") similarityMat <- Spectra::compareSpectra(sps_tissue, fun = ndotproduct, ppm = 10) rownames(similarityMat) <- colnames(similarityMat) <- sps_tissue$name save(similarityMat, file = "similarityMat.RData", compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.