View source: R/pairwisepredictionfunctions.R
ProjectPredictionsOntoGraph | R Documentation |
Given a graph and a phenotype prediction for each significant pair, generate a new graph with the phenotype predictions included as the edge weights.
ProjectPredictionsOntoGraph(predictions, coRegulationGraph)
predictions |
A matrix of predictions. Each signficant pair of analytes results in a prediction for each subject. |
coRegulationGraph |
An igraph object. This graph is the co-regulation graph generated using IntLIM analysis of analyte pairs. |
A list of igraph objects, one per sample, where each node is an analyte and each edge is a prediction. The weight of the edge is the predicted value using the pair of analytes represented by the edge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.