We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49b5bf commit 951bd75Copy full SHA for 951bd75
1 file changed
vignettes/SVP.Rmd
@@ -393,7 +393,8 @@ gsvaExp(mob_spe, 'CellTypeFree') |>
393
pointsize = 2,
394
gap_line_width = .18,
395
hlpointsize= 1.8
396
- )
+ ) +
397
+ facet_wrap(~features, nrow=1)
398
399
```
400
@@ -499,7 +500,10 @@ lbv.res <- mob_spe |>
499
500
# The result can be added to gsvaExp, then visualized by ggsc.
501
LISAsce(mob_spe, lisa.res=lbv.res, gsvaexp.name='LBV.res') |>
502
gsvaExp("LBV.res") %>%
- plot_lisa_feature(lisa.res = lbv.res, assay.type = 1)
503
+ plot_lisa_feature(lisa.res = lbv.res, assay.type = 1) +
504
505
+
506
507
508
509
The highlighted area denotes the region where the two variables significantly co-aggregate in space.
0 commit comments