Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsa-Ehsanifard committed Aug 13, 2024
1 parent b1c8673 commit 247be06
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,15 @@ <h4>Intramodular analysis</h4>
MM_GSGene &lt;- data.frame(MM_GSGene)</code></pre>
</div>
</div>
<div id="network-visualization-of-eigengenes" class="section level3">
<h3>Network Visualization of Eigengenes</h3>
<p>Plot the relationships among the eigengenes and the trait</p>
<p><code>{r} par(cex = 0.9) plotEigengeneNetworks(MET, &quot;&quot;, marDendro = c(0,4,1,2), marHeatmap = c(5,4,1,2), cex.lab = 0.8, xLabelsAngle = 90)</code></p>
<p>With this heatmap we can identify groups of correlated eigengenes
called <em>meta modules</em>. Modules with mutual correlations stronger
than their correlation with the specified clinical trait would be
grouped into a meta module.</p>
</div>
</div>
</div>

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,18 @@ MM_GSGene <- MMgene[MMgene %in% as.character(GSgene)]
MM_GSGene <- data.frame(MM_GSGene)
```

### Network Visualization of Eigengenes

Plot the relationships among the eigengenes and the trait

```{r}
par(cex = 0.9)
plotEigengeneNetworks(MET, "", marDendro = c(0,4,1,2), marHeatmap = c(5,4,1,2), cex.lab = 0.8, xLabelsAngle
= 90)
```

With this heatmap we can identify groups of correlated eigengenes called *meta modules*. Modules with mutual correlations stronger than their correlation with the specified clinical trait would be grouped into a meta module.




Expand Down

0 comments on commit 247be06

Please sign in to comment.