@@ -68,7 +71,8 @@ After generating the correlation matrices for each sample using LIONESS, the ne
...
@@ -68,7 +71,8 @@ After generating the correlation matrices for each sample using LIONESS, the ne
7. Integrating Data and Running DrDimont
7. Integrating Data and Running DrDimont
After processing all omics layers, integrate them using the DrDimont framework.
After processing all omics layers, integrate them using the DrDimont framework.
``` # Create layers using DrDimont for each omics dataset
```
# Create layers using DrDimont for each omics dataset
mrna_layer <- make_layer(name="mrna",
mrna_layer <- make_layer(name="mrna",
data_groupA=groupA_correlation_matrices$rna,
data_groupA=groupA_correlation_matrices$rna,
data_groupB=groupB_correlation_matrices$rna,
data_groupB=groupB_correlation_matrices$rna,
...
@@ -85,7 +89,8 @@ After processing all omics layers, integrate them using the DrDimont framework.
...
@@ -85,7 +89,8 @@ After processing all omics layers, integrate them using the DrDimont framework.
8. Creating Inter-Layer Connections
8. Creating Inter-Layer Connections
The inter-layer connections was supplied by the user with make_connection(). The parameters from and to have to match to a name given in the previously created layers by make_layer(). The established connection results in an undirected combined graph. The parameter group indicates whether the connection will be applied to both groups (default) or only group A or B.
The inter-layer connections was supplied by the user with make_connection(). The parameters from and to have to match to a name given in the previously created layers by make_layer(). The established connection results in an undirected combined graph. The parameter group indicates whether the connection will be applied to both groups (default) or only group A or B.
Define the inter-layer connections between the omics layers based on shared gene names.
Define the inter-layer connections between the omics layers based on shared gene names.