Skip to content

Commit b306b04

Browse files
committed
updating CrossTalkeR vignette
1 parent 12f6eee commit b306b04

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

docs/articles/HumanFibrosis.html

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/MyocardialInfarction.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
479 KB
Loading

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ articles:
1010
MyocardialInfarction: MyocardialInfarction.html
1111
ProgenyLRExample: ProgenyLRExample.html
1212
run_liana: run_liana.html
13-
last_built: 2025-11-11T16:46Z
13+
last_built: 2025-11-11T17:07Z

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vignettes/HumanFibrosis.rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ library(stringr)
8989
library(ggplot2)
9090
library(colorBlindness)
9191
library(dplyr)
92-
library(EnhancedVolcano)
9392
```
9493

9594
```{r, warning=FALSE,message=F, output=FALSE, eval = FALSE}
@@ -221,10 +220,13 @@ plot_cci(graph = data@graphs$EXP_x_CTR,
221220
The main difference from the previous CCI graph plots is that the edge weights can now be not only positive but also negative, as well as the Pagerank values of the nodes. Positive values mean that these interactions between cell types have a higher activity/importance in the EXP condition, while negative values indicate a lower activity/importannce in the EXP condition (higher in CTR). As we can see in the CCI plot above, there are equally positive and negative edge weights present. The edge weights between MSCs and Megakaryocytes are positive up in both directions in the Disease condition. Thus, we can conclude that the communication is stronger in the EXP example. In contrast, the edge weights between the MSC and Myeloid nodes have negative edge weights, meaning these communication are lower in the EXP condition. Further, the self communication edge of the MSC node has a strong negative weight and also the pagerank is very small (indicated by small node size). This indicates that MSCs are more important in the CCIs in the CTR condition.
222221

223222

224-
```{r vignete451, results="hide", warning=FALSE,message=F, output=FALSE,fig.width=10,fig.height=8}
223+
```{r vignete451, results="hide", warning=FALSE,message=F, output=FALSE,fig.width=10,fig.height=8, eval=FALSE}
224+
library(EnhancedVolcano)
225+
225226
EnhancedVolcano(data@stats$EXP_x_CTR, lab=data@stats$EXP_x_CTR$columns_name,x='lodds',y='p',pCutoff=0.05)
226227
227228
```
229+
<img style="display: block; margin: auto; height: 100%; width: 100%;" src="TF_images/volcano.png"/>
228230

229231
```{r vignete452, results="hide", warning=FALSE,message=F, output=FALSE,fig.width=10,fig.height=8}
230232
plot_cci(graph = data@graphs$EXP_x_CTR_filtered,

vignettes/TF_images/volcano.png

479 KB
Loading

0 commit comments

Comments
 (0)