View source: R/MultiLayerFunctions.R
buildExpNet | R Documentation |
The function buildExpNet
builds experimental networks, based on spectral
similarity, correlation, and mass difference
buildExpNet(
inputData,
net2Build = "all",
directed = FALSE,
ppmMass = 10,
ppmSpec = 0,
tol = 0.005,
corrModel = "pearson",
corrThresh = 0.25,
specSimThresh = 0.7
)
inputData |
|
net2Build |
|
directed |
|
ppmMass |
|
ppmSpec |
|
tol |
|
corrModel |
|
corrThresh |
|
specSimThresh |
|
List of experimental networks as igraph objects
Elva Novoa, elva-maria.novoa-del-toro@inrae.fr
# See the MultiLayerNetwork vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.