createLink0df | R Documentation |
Create a link matrix which links every feature in similarity matrix with another.
createLink0df(similarityMatrix, sps, condition)
similarityMatrix |
|
sps |
|
condition |
|
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
data("spectra", package = "MetCirc")
data("similarityMat", package = "MetCirc")
link0df <- createLink0df(similarityMatrix = similarityMat,
sps = sps_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.