createLinkDf | R Documentation |
Create a data frame which contains features to link (indices).
createLinkDf(similarityMatrix, sps, condition, lower, upper)
similarityMatrix |
|
sps |
|
condition |
|
lower |
|
upper |
|
lower
and upper
are numerical values and truncate
spectra based on their similarity. The function createLinkDf
is
a wrapper for the functions createLink0df
and thresholdLinkDf
.
createLinkDf
returns a data.frame
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"))
createLinkDf(similarityMatrix = similarityMat, sps = sps_tissue,
condition = c("SPL", "LIM", "ANT", "STY"), lower = 0.5, upper = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.