View source: R/MultiLayerFunctions.R
loadInputData | R Documentation |
The function loadInputData
loads the input data, i.e., the files needed
to build the networks
loadInputData(
peakListF,
intCol = 23,
transF = NULL,
spectraF = NULL,
gsmnF,
spectraSS = NULL,
resPath,
met2NetDir,
configF,
idenMetF,
metF,
cleanMetF = TRUE
)
peakListF |
|
intCol |
|
transF |
|
spectraF |
|
gsmnF |
|
spectraSS |
|
resPath |
|
met2NetDir |
|
configF |
|
idenMetF |
|
metF |
|
cleanMetF |
|
Named list containing all the data (peakList, spectra, transformations, and gsmn)
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.