Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrunqin committed Dec 5, 2023
1 parent 520f91f commit dc004d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vignettes/workshop_material.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ feature selection algorithm selecting for 10 features for each metric.
statialFeatureList <- list(`SpatioMark Distances` = stateMat,
`SpatioMark Corrected Distances` = stateMatCorDist,
`SpatioMark Abundances` = stateMatAbund,
`SpatioMark Corrected Abundances` = stateMatCorAbund,
`SpatioMark Corrected Abundasnces` = stateMatCorAbund,
`Kontextual` = kontextMat,
`Region Marker Means` = cellTypeRegionMeans,
`Region Proportions` = regionProp)
Expand Down Expand Up @@ -2145,6 +2145,12 @@ performancePlot(kerenCV_recurrence,
geom_rect(aes(xmin = 7.5, xmax = 16.5, ymin = -Inf, ymax = Inf), fill = "blue", alpha = 0.2) +
geom_rect(aes(xmin = 16.5, xmax = 21, ymin = -Inf, ymax = Inf), fill = "green", alpha = 0.2)
```
::: question
**Questions**

1. Discuss among your table why spatial metrics might perform better for recurrence compared to survival.
:::


```{r sessionInfo}
sessionInfo()
Expand Down

0 comments on commit dc004d2

Please sign in to comment.