Description Usage Arguments Details Value Author(s) Examples
Create a link matrix which links every feature in similarity matrix with another.
1 | createLink0df(similarityMatrix, spectra, condition)
|
similarityMatrix |
'matrix', a similarity matrix that contains the NDP similarity measure between all precursors in the data set |
spectra |
'MSpectra' object |
condition |
'character', which conditions should be included? |
createLink0df creates a 'matrix' from a similarity matrix which includes all connections between features in the similarity matrix, but exclude links which have a similarity of exactly 0.
createLink0df returns a 'matrix' that gives per each row information on linked features
Thomas Naake, thomasnaake@googlemail.com
1 2 3 4 | data("spectra", package = "MetCirc")
data("similarityMat", package = "MetCirc")
link0df <- createLink0df(similarityMatrix = similarityMat,
spectra_tissue, condition = c("SPL", "LIM", "ANT", "STY"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.