View source: R/mod_hypothesisGenerator_fct_NetworkInference.R
correlationNetworkInference | R Documentation |
Correlation network inference
correlationNetworkInference(concatenatedMatrix, valueThreshold)
concatenatedMatrix |
A concatenated matrix of all omic selected features. Returned by getDataSelectedFeatures(). |
valueThreshold |
Correlation absolute value threshold to select relevant values. |
Each result for a correlation network of selected features according to threshold values.
data("omic2", package = "multiSight") splitData <- splitDatatoTrainTest(omic2, 0.8) data.train <- splitData$data.train data.test <- splitData$data.test #diabloRes <- runSPLSDA(data.train) data("diabloRes", package = "multiSight") diabloModels <- diabloRes$model #sPLS-DA model using all omics. diabloFeats <- diabloRes$biosignature #selected features for each omic. omicMatrices <- getDataSelectedFeatures(omic2, diabloFeats) correlationNetworkInference(omicMatrices, 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.